/*global*/
.c-pointer{cursor:pointer}
.dim-x-50{max-width:50px;max-height:50px}
/*index.php*/
#alert_box{display:none}
#login_box .row{min-height:500px}
#logo_container{min-height:200px}
.req_flds{color:red}
.msg_box{display:none}
@media only screen and (min-width:992px){
    .border-right-lg{border-right:1px solid #e3e6f0}
}
@media only screen and (min-width:768px){
    .border-right-md{border-right:1px solid #e3e6f0}
}
@media only screen and (max-width:768px){
    .border-bottom-sm{border-bottom:1px solid #e3e6f0}
}
/*dashboard.php*/
#main-container{min-height:calc(100vh - 171px)}
#clear_cache_success{display:none}
/*inquiries.php*/
.v-middle{vertical-align:middle !important}
#inq_err_box{position:fixed;top:25px;left:50%;right:50%;display:none;z-index:3;transform: translate(-50%);width: max-content;max-width:700px}
.inq_btns{min-width:40px;padding:6px}
.inq-hover-click:hover{cursor:pointer;background-color: #f6f6f6;border-bottom: 1px solid #ccc}
.only-right-rounded{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;border-top-right-radius:5px !important;border-bottom-right-radius:5px !important}
/*edit-products.php*/
.cust-bg:nth-child(4n),.cust-bg:nth-child(4n-1){background-color:#f2f2f2}
#new_prod_img_cancel,#prod_loading_preview_img,#prod_img_preview,#front_marq_eng_img_cancel,#front_marq_eng_loading_preview_img,#front_marq_eng_img_cancel,#front_marq_eng_img_preview,#back_marq_eng_img_cancel,#back_marq_eng_loading_preview_img,#front_marq_nat_img_cancel,#front_marq_nat_loading_preview_img,#front_marq_nat_img_preview,#back_marq_nat_img_cancel,#back_marq_nat_loading_preview_img,#back_marq_nat_img_preview{display:none}
.img-container{border:dashed 3px #ccc;border-radius:5px;cursor:pointer}
/*view-account.php*/
#edit_info_alert_succ,#edit_info_alert_warn,#edit_info_alert_err{display:none}
#accountsTable td{vertical-align:middle;}
/*brand.php*/
#brandProductsTable td{vertical-align:middle;}