.d-none {
    display: none;
}

.estimator_loader 
{
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    z-index:2000;
}

.estimator_loader_content {
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 30%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: wait;
    z-index:2010;
}

blockOverlay {
    background-color: #fff !important;
}

.blockUI { z-index:2000 !important; }

.blockMsg {
    background-color: transparent !important;
    border: 0px !important;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin:0px 1px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.mt-3 {
	margin-top:10px !important;
}

.column.estimator_menu {
    margin-bottom:0px;
}

.estimator_menu ul {
    margin: 0 0 15px 0px !important;
}

.estimator_menu ul li {
    margin: 0;
    list-style: none;
    margin-bottom: 0px !important;
    display:inline-block;
    width:auto;
}

.estimator_menu ul li a {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.04);
    color: #858585;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 10px;
    text-decoration: none;
    width:auto;
}

.estimator_menu ul li.is_active a {
    background-color: #019934;
    color: #fff;
}

.estimator_container .discount_ave_content {
    position: absolute;
    right: 180px;
    z-index: 10;
    top: -4px;
}

.estimator_container form label, .estimator_container .discount_ave_content label {
    font-size:12px;
}

.estimator_container .discount_ave_content label {
    margin-bottom: 0px;
}

.estimator_container form p, .estimator_container .discount_ave_content p  {
    margin: 0 0 5px;
}

.estimator_container hr {
    margin-top:10px;
    background-color: #BDC3C7;   
}

.estimator_container form .input-text, .estimator_container .discount_ave_content .input-text {
    width:100%;
    margin-bottom:5px;
    padding: 5px;
    font-size:12px;
}

.estimator_container form .input-radio
{
    position: relative;
    top:2px;
}

.estimator_container form p.one-line label {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.estimator_container form p.one-line label.inline {
    display: inline;
    text-align: left;
}

.estimator_container form p.one-line-left label {
    text-align: left;
    width: auto;
}

.estimator_container form p.one-line .input-text, .estimator_container form p.one-line span.check {
    display:inline-block;
    width: 66%;
    margin-left:2%;
}

.estimator_container form p span.span-read.bold {
    font-weight:bold;
}

.estimator_container form p span.span-read {
    display:inline-block;
    width: 100%;
}

.estimator_container form p.one-line span.span-read {
    width: 65%;
    margin-left:2%;
}

.estimator_container form p.one-line.min.align-right-big {
    text-align: right;
}

.estimator_container form p.one-line.min label {
    width: 66%;
    margin-right:2%;
}

.estimator_container form p.one-line.min label.no-width {
    width: auto !important;
}

.estimator_container form p.one-line.min .input-text, .estimator_container form p.one-line.min span.check {
    width: 30%;
    margin-left:0%;
    text-align:center;
}

.estimator_container form p.one-line.half label {
    width: 50%;
    margin-right:2%;
}

.estimator_container form p.one-line.half .input-text {
    width: 44%;
    text-align:center;
}


.estimator_container form p.one-line.half span.span-read {
    width: 46%;
    margin-left:0%;
    text-align:center;
    display:inline-block;
}


.estimator_container form .column {
    margin-bottom:5px;
}

.estimator_container form .column.align-right {
    text-align:right;
}

.estimator_container form .column.column-button {
    margin-top:10px;
}

.estimator_container form .border-top
{
    border-top: 1px solid #BDC3C7;
    margin-top: 10px;
}

.column-inner-container {
    margin:0px 0px 15px 0px;
    border: 1px solid #BDC3C7;
    padding: 5px;
    border-radius: 5px;
}

.estimator_container form  .password-content {
    background-color: #EBEBEB;
    margin: 10px 0px;
}

.estimator_container form  .password-content > p {
    padding: 10px;
}

.estimator_container form {
    font-size: 12px;
}

.estimator_container form small {
    font-size: 11px;
    display:block;
    text-align:center;
    margin-bottom:7px;
}

.estimator_container form .input-text.select2, .estimator_container form .input-text.select2w {
    padding: 0px;
}

.select2-input {
    margin: 0px !important;
    padding: 5px !important;
    width: 100% !important;
    margin-top:2px !important;
    font-size:12px !important;
}

.select2-results .select2-result-label
{
    font-size:12px;
}

.select2-drop.select2-drop-above .select2-search input {
    padding: 5px;
    width:100%;
    margin-bottom: 0px;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices {
    border: 1px solid #EBEBEB !important;
    border-radius:0px !important;
    height: 29px !important;
    background-image: none !important;
    background-color: rgba(255,255,255,1) !important;
    box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
}

.select2-container .select2-chosen, .select2-container-multi .select2-choices {
    height: 29px !important;
    line-height: 29px !important;
}

.select2-container .select2-choice .select2-arrow {
     border-left: 1px solid #EBEBEB !important;
     border-radius: 0px !important;
}

.estimator_container h2 {
    font-size: 30px;
}

.estimator_container h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform:uppercase;
    margin:0px 0px 0px 0px;
    text-align: center;
}

.estimator_container h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform:uppercase;
    margin:0px 0px 0px 0px;
    text-align: center;
    color: red;
}

.estimator_container table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    display: table;
    visibility: visible;
    font-size:13px;
}

.estimator_container table tr.filters {
    background-color:#e0e0ff;
}

.estimator_container table tr.filters .quote-actions {
    max-width: 130px;
}

.estimator_container table tr th.table-title {
    text-align:center;
}

.estimator_container table tr th .button, .estimator_container table tr.filters .button {
    padding: 5px 20px;
    margin: 0px;
    position: relative;
    top:2px;
}

.estimator_container table tr.filters input {
    display:block;
    width:100%;
    margin: 0px;
    padding: 5px;
}

.estimator_container table th {
    font-weight: 700;
    padding: 10px !important;
    line-height: 1.5em;
    vertical-align: middle;
    border:0px;
}

.estimator_container table td {
    padding: 10px;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
    vertical-align: middle;
    line-height: 1.5em;
}

.estimator_container header{
    position: relative;
    display: block;
    width:100%;
}

.estimator_container thead th {
	background-color: #BEEEDB;
}

.estimator_container tbody tr td {
	background-color: #E0FFE0;
}

.estimator_container tbody tr:nth-child(even) td {
	background-color: #BEEEDB;
}

.estimator_container tfoot tr {
	background-color: #fdfdfd;
}

.estimator_container .button-right {
    float: right;
    position: absolute;
    top: 10px;
    right: 6px;
	z-index: 10;
}

.estimator_container .button-right.button-right-datatable {
    right: -5px;
}

.estimator_container .align-center {
    text-align: center;
}

.estimator_markup_table td {
    text-align:center;
}

.estimator_markup_table .item {
    text-align:left;
    font-weight: 500;
}

.estimator_markup_table .input-text {
    max-width:80px;
    text-align:center;
    margin: 0px !important;
    display: inline;
}

.estimator_markup_table .totals td {
    font-weight: bold;
    font-size:13px;
	white-space: nowrap;
}

.items_table tbody td.left {
    text-align:left;
}

.items_table tbody td.item-price {
    white-space:nowrap;
}

.items_table tbody td.item-price img {
    width:14px;
    margin-left:5px;
    position:relative;
    top:2px;
}

.items_table tbody td.item-price input {
    max-width:110px;
    text-align:center;
    display: inline-block;
    margin-bottom:0px;
    padding: 5px;
    font-size:13px;
}

.items_table tbody tr.item-disabled {
    opacity: 0.5;
}

.items_table tbody td .lock-unlock-product img {
    width:14px;
    margin-left:5px;  
    position:relative;
    top:1px;
}

.items_table tbody td a.display-none {
    display:none;  
}

.foil-form-content {
    background-color: #E0E0FF;
    margin: 0px 0px 10px 0px;
    display:none;
	padding: 5px;
	border-radius:5px;
	position:relative;
	z-index: 11;
	clear: both;
}

.foil-form-content > p {
    padding: 10px;
}

.material-form-content {
    background-color: #E0E0FF;
    margin: 0px 0px 10px 0px;
    display:none;
	padding: 5px;
	border-radius:5px;
	position:relative;
	z-index:11;
	clear:both;
}

.material-form-content > p {
    padding: 10px;
}

.laminate-form-content {
    background-color: #E0E0FF;
    margin: 0px 0px 10px 0px;
    display:none;
	padding: 5px;
	border-radius:5px;
	position:relative;
	z-index:11;
	clear:both;
}

.laminate-form-content > p {
    padding: 10px;
}

.button-cancel {
    background-color: #f7f7f7;
    color: #747474;
}

.foil-form-content .button {
    font-size:12px;
    padding:8px;
    margin-bottom:0px;
}

tr.row-foil input {
    text-align:center;
}

.material-form-content .button {
    font-size:12px;
    padding:8px;
    margin-bottom:0px;
}

tr.row-material input {
    text-align:center;
}

.laminate-form-content .button {
    font-size:12px;
    padding:8px;
    margin-bottom:0px;
}

tr.row-laminate input {
    text-align:center;
}

span.error {
    color:red;
    font-size:11px;
}

td.item-action  {
    white-space:nowrap;
}

td.item-action img {
    width:14px;
}

.settings-graphic {
    max-width: 200px !important;
    max-height: 200px;
    width: auto;
    height: auto !important;
}

.estimate-tab-content {
    padding:10px;
    background-color: rgba(0,0,0,0.01);
    border:1px solid rgba(0,0,0,.1);
    border-radius: 5px;
}

span.span-read-white > span {
    background-color:#E0E0FF;
    padding:10px;
    display:block;
    width:auto;
    border-radius: 5px;
}

.estimator_estimate_table td.left, .estimator_estimate_table th.left
{
    text-align:left;
}

.estimator_estimate_table td.right, .estimator_estimate_table th.right
{
    text-align:right;
}

.estimator_estimate_table td.price-each, .estimator_estimate_table th.price-each
{
    background-color:#CCFFCC !important;
}

.estimator_estimate_table td.bold, .estimator_estimate_table th.bold, .estimator_estimate_table span.bold
{
    font-weight:bold;
}

.estimator_container form .input-tax {
    display: inline-block;
    width: 170px;
    margin-left:5px;
}

.estimator_container .ui-tabs-nav button {
	padding:13px 30px;
	margin:0px;
}

.estimator_container  .ui-tabs .ui-tabs-nav {
    background-color: #BEEEDB;
    background-image: none;
}

.estimator_container .ui-tabs .ui-tabs-panel, .estimator_container  .ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active:after
{
	background-color: #E0FFE0 !important;
}

.estimator_container  .ui-tabs .ui-tabs-nav li.tab-disabled a, .ui-tabs .ui-tabs-nav li.tab-disabled:after {
    background-color: #ECECEC !important;
    cursor: not-allowed !important;
    opacity: 0.2 !important;
}


.estimate-tab-content-footer-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: #F3F2A4;
    padding: 0px;
    max-height: 120px;
    overflow: auto;
    overflow-x: hidden;
    border-radius:0px;
    z-index: 3;
}

.estimate-tab-content-footer-bar p, .estimate-tab-content-footer-bar p label {
    margin-bottom:0px !important;
}

.one.column.column-button.align-center .button {
    margin-bottom:0px;
}

div.back-green {
    background-color:#E0E0FF !important;
    padding:5px;
	border-radius:5px;
}

table.related-files {
    width:100%;
    border-collapse:collapse;
    margin-bottom: 0px;
}

table.related-files th, table.related-files  td {
    padding:7px !important;
    text-align:center;
    font-size:12px;
}

div.table_responsive {
    overflow:auto;
    width:100%;
    overflow-y: hidden;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0 !important;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li.page-item a{
    cursor:pointer;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #019934;
  border-color: #019934;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.pagination-display{
    text-align:right;
}
.pagination-display select {
    display:inline;
    margin:0px 5px;
    padding:5px;
    width:50px;
}

.daterangepicker {
    display:none;
}

.calendar-table td, .calendar-table th, .datepicker table tr td, .datepicker table tr th {
    padding: 0px !important;
    width: auto !important;
    min-width: 0px !important;
}

.ranges button {
    padding: 5px 10px;
}

.date_container {
    text-align:right;
}

.datepicker {
    max-width: 300px;
    width: 300px;
    display: inline-block;
}

.datepicker table tr td, .datepicker table tr th {
    padding: 3px !important;
}

.daterangepicker.dropdown-menu {
    margin-top:-20px;
}

@media only screen and (max-width: 1000px) {
    .estimator_container form p.one-line label {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    .estimator_container form p.one-line .input-text, .estimator_container form p.one-line span.check, .estimator_container form p.one-line span.span-read {
        display:block;
        width: 100%;
        margin-left:0px;
    }
    
    .estimator_container form p.one-line.min label , .estimator_container form p.one-line.half label{
        width: 100%;
        margin-right:0px;
    }
    
    .estimator_container form p.one-line.min.align-right-big {
        text-align: center;
    }
    
    .estimator_container form p.one-line.min .input-text, .estimator_container form p.one-line.min span.check, .estimator_container form p.one-line.half span.span-read {
        width: 100%;
		text-align:left;
    }
    
    .estimator_container form .estimate-tab-content-footer-bar p.one-line.half label { 
        display: inline-block;
        width: 44%;
        margin-right:0px;
        text-align: left;
    }
    
   .estimator_container form .estimate-tab-content-footer-bar p.one-line.half span.span-read {
        display: inline-block;
        width: 50%;
        margin-left:10px;
        text-align: left;
    }
    
    .estimate-tab-content-footer-bar {
        padding: 5px;
    }
}

@media only screen and (max-width: 767px) 
{
    .estimator_menu ul li {
        display:block;
        width:100%;
    }
    
    .estimator_menu ul li a {
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;
        width:100%;
    }
	
	.estimator_container .ui-tabs-nav button {
		display: inline-block;
		width: 100%;
	}
	
	.estimator_container .estimate-tab-content-footer-bar .column {
		margin-bottom:0px !important;
	}
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align:left;
    color: #747b7a;
    font-size:13px;
}

.dataTables_wrapper .dataTables_filter label {
    display: inline-block;
}

.dataTables_wrapper .dataTables_filter .bulk-actions-container
{
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_filter select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 4px;
    background-color: transparent;
    width: 150px;
    font-size:13px;
    margin-left: 3px;
}

.dataTables_wrapper .dataTables_filter input {
    width: 190px;
}

.dataTables_wrapper .dataTables_paginate {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0 !important;
  border-radius: 4px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #111;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  cursor:pointer;
  font-size:12px;
  position: relative;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    cursor: default !important;
    background-color: #019934 !important;
    border-color: #019934 !important;
    background: #019934  !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  z-index: 2  !important;
  color: #23527c  !important;
  background-color: #eee  !important;
  border-color: #ddd  !important;
  background: #eee  !important;
}

.dataTables_wrapper .dataTables_info {
    font-size:12px;
}

button.button-print-quote {
    background-color:#e0e0ff !important;
    color: #000 !important;
}

.text-left {
    text-align: left !important;
}

.eula_consent {
    padding-top:20px;
}

.refresh-price {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: 5px;
}

.pos-relative {
    position: relative;
}

.sp-colorize-container.sp-add-on {
    width: 30px !important;
}

.foils_choices {
    position: absolute;
    left: 260px;
    top: 20px;
    z-index: 1;
}

.foils_choices span{
    margin-right:25px;
    display: inline-block;
}

@media only screen and (max-width: 1023px) {
    .foils_choices {
        position: initial;
        text-align: left;
        white-space:nowrap;
    }
    
    .preference-list .button-add{
        position: initial;
        margin-top:15px;
    }
    
    .preference-list .button-add:after {
        content:none !important;
    }
    
    #tab-foils .discount_ave_content {
        top: 27px;
    }
}

.video-description {
    text-align: left;
    font-size: 13px;
    margin-top:5px;
}

#verification-code-field-success {
    color: green;
    font-size: 13px;
    font-weight: bold;
}