.none {
display: none;
}
.inline {
display: inline;
}
.display_block{display:block;}
.error_bg{ padding-top:8px;padding-bottom:8px; background-color: rgba(255, 223, 224, 0.25);border-bottom: 1px solid #c89797;border-top: 1px solid #c89797;box-sizing: border-box;
margin-bottom: 6px; }
.text-danger{font-weight:bold}
div.validation_error {
color: #790000;
font-size: 16px;
font-weight: 700;
margin-bottom: 25px;
border-top: 2px solid #790000;
border-bottom: 2px solid #790000;
padding: 16px 0;
clear: both;
width: 100%;
text-align: center;
}
.ui-autocomplete {
max-height: 200px;
overflow-y: auto; overflow-x: hidden; z-index:1000 !important;
} .ui-autocomplete-loading {
background: url(//www.windowrama.elocalistaging.xyz/wp-content/plugins/stock_custom/css/loader.gif) no-repeat center center!important;
background-color: #ffffff!important;
}
.ui-datepicker-title select{height:25px!important; font-size:12px!important;padding:0px!important;color:#000000!important;}
#loading-image {
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db; 
border-radius: 50%;
width: 100px;
height: 100px;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.overlay {
position:fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
z-index: 9999;
border: 16px solid #00FF66;
border-top: 16px solid #0000CC;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}
.flash-msg {
position: fixed;
top: 50%;
right: 10px;;
margin-top: -50px;
margin-left: -50px;
width: 120px;
height: 120px;   }
.quoteBtn{background:#116AA6!important; color:#fff!important;}
.odd{background:#F8F8F8;}
.qty{width:40px; padding:0px!imporant;}
.item tr:hover{background:#D8D4D4;}
input.chk{
width: 17px!important;
height: 17px!important;
vertical-align:middle!important;
}
.filter{width:550px!important;margin-left:auto!important; margin-right:auto!important;}
.addBtn{float:right;}
@media screen and (max-width: 800px) {
.item{font-size:9px;}
.addBtn{float:none; clear:both;}
.quoteBtn{padding:5px 1px!important;}
#divSubCat{padding:15px 0px!important;} }