#sidebar-dropdown .btn,
#sidebar-dropdown #dropdown-menu .dropdown-item{
    font-size: 11px !important;
    color:#8494a7 !important;
    padding: 5px 10px;
    margin-top:5px;
    text-transform: uppercase;

}
#sidebar-dropdown .btn.active,
#sidebar-dropdown .btn:hover,
#sidebar-dropdown #dropdown-menu .dropdown-item.active,
#sidebar-dropdown #dropdown-menu .dropdown-item:hover{
    background-color: #475F7B !important;
    color:#8494a7 !important;
    transition: all 0.3s;
}

#sidebar-dropdown #dropdown-menu .dropdown-item i{
    margin-right: 10px;
}

.content-body .nav-tabs .nav-item{
    color:#000;
    margin:0;
    padding:8px 10px;
    text-transform: uppercase;
    font-size: 11px;
}


.content-body .nav-tabs .nav-item .master-icon img{
    width: 40px;
    height:40px;
    margin-bottom: 8px;
}


/* remove header icon  */
.invoice-view-wrapper{
    display:none;
}
@media print {
    .invoice-view-wrapper{
        display: block;
    }
 }
 #sidebar-dropdown .btn{
    font-weight: bold;
    font-size: 11px !important;
}
.table-bordered {
    border: 1px solid #f4f4f4;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.tarek-container {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 88% 12%;
    background-color: #ffff;
}

.invoice-label {
    font-size: 10px !important
}

.content-padding {
    padding: 5px 10px 12px;
}

.content-title {
    padding: 10px 0 0 10px;
}

.bx-filter {
    font-size: 30px;
    line-height: 0px;
}

/* Tareq custom css */
.active-button-sale {
    color: red;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem !important;
}

.col-right-padding {
    padding-right: 0px !important;
    /* padding-left: 0px !important; */
}

.col-left-padding {
    padding-left: 0px !important;
    /* padding-left: 0px !important; */
}

/* Tareq custom css */

div.dt-buttons {
    float: right;
    margin-bottom: 10px;
}

.print-content {
    display: none !important;
}

@media print {
    .menu-accordion {
        visibility: hidden;
    }

    .dt-buttons {
        visibility: hidden;
    }

    .footer {
        visibility: hidden;
    }

    a {
        text-decoration: none !important;
        color: black;
    }

    .print-menu {
        visibility: hidden;
    }

    .modal-content {
        min-width: 99%;
        min-height: 100vh;
    }

    .print-content {
        display: block !important;
    }
}

.main-menu .navbar-header {
    height: 100%;
    width: 260px;
    height: 3.6rem;
    position: relative;
    padding: 0.35rem 1.45rem 0.3rem 1.3rem;
    transition: 300ms ease all, background 0s;
    cursor: pointer;
    z-index: 3;
}

.main-menu .navbar-header2 {
    height: 100%;
    width: 260px;
    height: 4.6rem;
    position: relative;
    padding: 0.35rem 1.45rem 0.3rem 1.3rem;
    transition: 300ms ease all, background 0s;
    cursor: pointer;
    z-index: 3;
}


element.style {}

html .navbar-sticky .app-content .content-wrapper {
    padding: 1.8rem 2.2rem 0;
    margin-top: 0rem !important;
}

