.error {
    color: #ff0000 !important;
    font-weight: 600!important;
}

a.white-btn2 {
    display: inline-block;
    color: #2461ac !important;
}

.list-style-none li, ul.list-style-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

button.table-button-delete, button.table-button-delete:focus{
    border: 0 none;
    font-size: 16px;
    background-color: transparent !important;
}

button.table-button-delete:hover, button.table-button-delete:focus {
    background-color: transparent !important;
}

.quick-order .responsive-table {    
    position: relative;
}

.preloader-inner {
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 10px 45px 10px 10px;
    margin-left: 0px;
    z-index: 1005;
    font-size: 16px;
}
.preloader-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 35px;
    height: 35px;
    margin-top: -10px;
    margin-left: -10px;
    background: url(../images/loading.gif);
    background-repeat: no-repeat;   
}
.preloader-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1004;
    background-color: rgba(255,255,255,0.5);
}
.show-print { display: none;}

.quick-order .table tr:nth-of-type(odd) .table-button-delete{
    /*background: #FFFFFF !important;*/
    background: unset !important;
}

.white-btn2:hover {
    color: #ffffff !important;
    background: #2461ac !important;
    box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);
    border-color: #2461ac !important;
}

.quick-order .table td:nth-child(1) { width: 100px !important; }
.quick-order .table td:nth-child(3) { width: 80px !important; }
.quick-order .table td:nth-child(5) { min-width: 300px !important; }