.navbar-header{
    /*max-width: 91% !important;*/
}

.navbar-brand-box{
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.page-content{
    margin-bottom: 40px;
}

.topnav .navbar-nav .nav-link,
.topnav .navbar-nav.mm-active{
    color: #fff !important;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:active,
.topnav .navbar-nav .nav-link:hover,
.topnav .navbar-nav .nav-item .nav-link.active,
.topnav .navbar-nav .dropdown.active>a{
    color: #fff;
    background-color: rgba(255,255,255,.05);
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover{
    color: #444A9F;
    background-color: #f8f9fa;
}

.topnav li.active .dropdown-menu > div.active > a{
    color: #444A9F;
    background-color: #f8f9fa;
}

.margin-top-20{
    padding-top: 20px;
}

.hidden-form{
    display: none;
}

.full-width{
    width: 100%;
}

.hide-ship-suggest{
    display: none;
}

.navbar-brand-box{
    width: max-content !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
    padding-left: 20px !important;
}

@media (min-width: 992px) {
    .topnav .navbar-nav .nav-link {
        padding: 0 0.7rem;
    }
}


.dataTables_filter{
    display: none !important;
}

.payment-methods{
    padding-bottom: 40px;
}

.unpaid_payment_form{
    display: none;
}

.payment_form_active{
    display: block !important;
}

.topnav .acc_balance{
    line-height: 70px;
    color: #fff;
}

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

.ens-table-date{
    font-weight: bold;
    color: #444A9F;
}

button.disabled{
    border: 1px solid;
}

.dataTable .btn-sm{
    overflow: unset;
    margin-top: 10px;
    margin-right: 5px;
}

.dataTable td:nth-child(3){
    text-align: center !important;
}

.profile-button{
    display: block !important;
    width: 50% !important;
}

.notification-text{
    text-align: center;
    color: #f1734f;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .notification-text{
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.table-tooltip{
    display: inline-block;
}

.table-tooltip-text{
    display: none;
    position: absolute;
    /*top: 0;*/
    /*left: 50%;*/
    min-width: 150px;
    width: 300px;
    white-space: break-spaces !important;
    z-index: 10000;
}

.table-tooltip-text-green{
    background-color: #45cb85;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
}

.table-tooltip-text-danger{
    background-color: #ff715b !important;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    z-index: 100;
}

.cell-relative{
    position: relative;
}

.main-invoice-block .main-heading{
    color: #444A9F;
    letter-spacing: -7px;
    font-size: 60px;
    font-weight: bold;
    border-bottom: 5px solid #001976;
}

.main-invoice-block .sub-heading{
    color: #001976;
    float: right;
    padding-top: 10px;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -6px;
}

.main-invoice-block .invoice-head{
    color: #444A9F;
    text-decoration: underline;
}

.main-invoice-block .invoice-text{
    color: #444A9F;
}

.main-invoice-block  .invoice-block__content{
    border: none !important;
}

.main-invoice-block .invoice-block--unpaid .invoice-block__btn,
.main-invoice-block .invoice-block__btn,
.main-invoice-block .btn-primary{
    background: #444A9F;
    border: none;
    color: #fff;
}

.main-invoice-block a{
    color: #444A9F;
}

.main-invoice-block table tr th{
    background: none !important;
}

.invoice-block--unpaid .order-summary{
    border: none !important;
}

.main-invoice-block .order-summary__table td,
.main-invoice-block .order-summary__table th{
    border: 1px solid #000 !important;
}

.width-50{
    width: 50px !important;
    word-break: break-all;
}

.message-icon{
    font-size: 17px;
    cursor: pointer;
}
