.navbar-horizontal .navbar-brand img {
    height: 100px;
}
.bg-gradient-primary {
    background: #2c3381 !important;
}
.bg-gradient-primary.login-gradient {
    background: #988fc5 !important;
}
.bg-default {
    background-color: #2c3381 !important;
}
.fill-default {
    fill: #2c3381;
}
.btn-primary, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #2c3381;
    background-color: #2c3381;
}
.btn-primary:hover {
    border-color: #988fc5;
    background-color: #988fc5;
}
.dashboardHeight{
    max-height: 470px;
}
.secondary_product_stock{
    float: left;
    margin-top: 15px;
    text-align: center;
    margin-left: 20px;
}
.top-alert{
    right: 15px;
    top: 14px;
    z-index: 2;
}
.menu-collapse-button{
    display: none;
    cursor:pointer;
}
.close_button{
    display: none;
}
.warning{
    border: solid 1px red !important;
}
.row_finishings{
    display:none;
}
.row_finishings .col-lg-6.col-xl-3{
    margin-bottom: 30px !important;
}
.remove_item, .remove_cutouts, .remove_secondary_products{
    float: right;
    margin-top: 33px;
    cursor: pointer;
}
.remove_payment{
    float: right;
    margin-left: 5px;
}
.remove_secondary_products{
    float: left;
}
.remove_item i, .remove_cutouts i, .remove_secondary_products i{
    font-size: 25px;
}
@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md .navbar-brand-img {
        max-height: 100px;
    }
}
@media (max-width: 768px){
    .menu-collapse-button{
        display: block;
        float: left;
    }
    .filters_collapse{
        display: none;
    }
    .close_button{
        display: block;
        font-size: 25px;
    }
}
.autocomplete{
    background: #fff;
    top: 100%;
    left: 0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    list-style-type: none;
    z-index: 2;
    max-height: 170px;
    overflow-y: scroll;
}
.autocomplete li{
    cursor: pointer;
    padding: 2px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.autocomplete li:hover{
    background: #f6f9fc;
}
.main_overlay{
    display: none;
}
.loader, .main_loader{
    animation: infinit-spin 1.2s linear infinite;
}
.input-loader{
    bottom: 8px;
    right: 8px;
}
@keyframes infinit-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.delete-product{
    bottom: 0px;
    right: 5px;
    position: absolute;
    background: #fff;
    padding: 7px 7px 8px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.delete-product:hover{
    background: #988fc5;
    color: #fff;
}
.delete-file{
    cursor: pointer;
}
.navbar-nav .nav{
    display: none;
}
.navbar-nav .nav-item.active .nav{
    display: block;
}
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.overlay .ajax-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
}
.overlay .ajax-loader span{
    font-size: 30px;
    color: #fff;
}
.finishing_box{
    width: 200px;
    height: 75px;
    border: 2px solid #5e72e4;
    position: relative;
    float: left;
    margin: 30px 115px 45px 0;
}
.finishing_width{
     position: absolute;
     top: -25px;
}
.finishing_depth{
    position: absolute;
    left: 100%;
    transform: rotate(100grad);
}
.pointer{
    cursor:pointer;
}
.product_menu_toggler{
    background: #fff;
    border-radius: 100%;
    color: rgba(0, 0, 0, .5);
    width: 30px;
    padding: 4px 0;
    cursor: pointer;
    text-align: center;
    margin-right: 10px;
    display: none;
}
.product_menu_toggler.active{
    padding: 7px 0 8px;
}
.product_menu_toggler .fa-times, .product_menu_toggler.active .fa-bars{
    display: none;
}
.product_menu_toggler.active .fa-times{
    display: block;
}
.card .table td, .card .table th {
    padding-right: 0.75rem;
    font-size: 11px;
    padding-left: 0.75rem;
}
.table .badge.badge-dot{
    font-size: 11px;
}
@media (max-width: 1400px) and (min-width: 768px){
    #sidenav-main{
        left: auto;
        right: 100%;
    }
    .product_menu_toggler{
        display: inline-block;
    }
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content{
        margin-left: 0;
    }
}