/*Menu width */
.site-menu-sub {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.site-menu-sub .site-menu-item>a {
    max-width: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 266px;
}

.site-menu-sub {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/**/
.site-menu-title {
    /* max-width: unset; */
    max-width: none;
    text-overflow: unset;
    white-space: unset;
    text-align: left;
    vertical-align: middle;
}

.dropdown-reverse {
    top: 0;
    left: -101%;
}

body.site-navbar-small {
    padding-top: 60px;
}

.site-menubar.site-menubar-light {
    background: transparent;
}

.site-menu>.site-menu-item>a {
    padding: 10px 10px;
    color: #fff
}

.site-menu>.site-menu-item>a>.site-menu-icon {
    margin: unset;
}

.site-navbar-small .site-menubar {
    top: 0;
}

.site-menubar {
    box-shadow: none;
    padding: 0;
}

.app-projects .panel {
    padding: 0;
    margin-bottom: 0;
}

.module .panel {
    height: 200px;
}

.module img {
    height: 200px;
    object-fit: contain;
}

.app-projects .overlay-panel {
    background: rgba(31, 68, 77, 0.8);
}

.page-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel {
    margin-bottom: 10px;
}

/*Table Scroll Start*/
.my-custom-scrollbar {
    position: relative;
    height: 150px;
    overflow: auto;
}

.scrollHead {
    display: table;
    width: calc(100% - 17px);
}

.scrollBody {
    display: block;
    /* height: 250px; */
    max-height: 250px;
    overflow-y: scroll;
    /* width: calc(100% - 17px); */
    width: 100%;
}

.scrollDiv {
    display: block;
    /* height: 250px; */
    /* max-height: 250px; */
    overflow-y: scroll;
    width: calc(100% - 17px);
}

.scrollFooter {
    display: table;
    width: calc(100% - 17px);
    border: 0;
}

.table-wrapper-scroll-y {
    display: block;
}

/*End*/
.form-control[readonly] {
    cursor: not-allowed;
}

/*Transaction Purchase Discout and Vat Left Margin Start*/
.leftmarginDV {
    margin-left: 4%;
}

.searchDiv {
    width: 30%;
}

.site-navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-header:hover .dropdown-content {
    display: block;
}

/*Media Query for Mobile*/
@media (max-width: 767.98px) {
    .site-menubar-light .site-menu-item>a {
        color: #526069e6;
        background-color: rgba(11, 105, 227, .04);
    }

    .site-menubar-light .site-menu-item>a:hover {
        background-color: rgba(11, 105, 227, .04);
    }
    .site-menubar-light .site-menu-item.open>a:hover {
        background-color: #3f84df;
    }
    .site-menu-item>a {
        padding: 0 23px;
    }
    .addSupplier {
        width: 80%;
    }

    .percentDiv {
        width: 42%;
    }

    .labelPercentSearch {
        width: 40%;
    }

    .inputPercentSearch {
        width: 60%;
        margin-bottom: 2%;
    }

    .top-heading-branch-data {
        color: #526069e6 !important;
        left: 0% !important;
        text-align: left !important;
    }
    /*Hide Module Name*/
    .navbar-header:hover .dropdown-content , .navbar-header:active .dropdown-content{
        display: none;
    }
    /*Menu Color change from transparent to white*/
    .site-menubar ul{
        background: #fff;
    }
    .site-navbar.navbar-inverse .navbar-container {
        padding: 0;
    }
    /*Padding Between icon and Menu Name*/
    .site-menu>.site-menu-item>a>.site-menu-icon {
        margin-right: 12px;
    }
    /*When side menu is Active, text color blue*/
    .site-menubar-light .site-menu-item:hover>a {
        color: #0b69e3;
    }
    /*Logout Div Show*/
    .navbar-toolbar .dropdown.open .dropdown-menu, .navbar-toolbar .dropdown.show .dropdown-menu {
        left: -120px !important;
    }
    .dropdown-item {
        padding: .1rem 1.072rem;
    }
    /* */
    /*Padding for Branch Name*/
    .top-heading-branch-data span:first-child {
        padding-left: 5%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .site-menubar-light .site-menu-item:hover>a {
        color: rgba(82, 96, 105, .9);
        background-color: rgba(11, 105, 227, .04);
    }

    .site-menubar-light .site-menu>.site-menu-item:hover>a {
        color: #fff;
        background-color: rgba(11, 105, 227, .04);
    }

    /*Custom Width for laptop*/
    .percentDiv {
        width: 24%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .site-menubar {
        width: auto;
        height: 60px;
        background: transparent;
        /*position: unset;*/
        /* margin-left: 100px; */
        padding-right: calc((100% - 992px)/ 2 + 30px) !important;
        padding-left: calc((100% - 992px)/ 2 + 30px) !important;
        box-shadow: none;
    }

    .site-navbar {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-menubar-light .site-menu-item:hover>a {
        color: rgba(82, 96, 105, .9);
        background-color: rgba(11, 105, 227, .04);
    }

    .site-menubar-light .site-menu>.site-menu-item:hover>a {
        color: #fff;
        background-color: rgba(11, 105, 227, .04);
    }

}

/*----------------------- All Custom -------------------*/
.input-title {
    color: #000;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
}

.table>thead {
    background-color: #17b3a3;
    text-align: center;
    color: #fff;
}

.table>thead th {
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

/* .table > tbody {
    text-align: center;
} */

.table>tbody td {
    color: #000;
    vertical-align: middle;
}

.table a {
    text-decoration: none;
}


/* This Style for Menu Active & Hover */

/* This is Root menu start */

/* .CustomClass.active {
    background-color: #fff;
}
.CustomClass > a:hover {
    color: rgba(82,96,105,.9)!important;
    background-color: #fff!important;
} */

.site-menubar-light .site-menu>.site-menu-item.active {
    background-color: #fff;
}

.site-menubar-light .site-menu>.site-menu-item>a:hover {
    color: rgba(82, 96, 105, .9);
    background-color: #fff;
}

.site-menubar-light .site-menu>.site-menu-item:hover>a {
    color: rgba(82, 96, 105, .9);
    background-color: #fff;
}

/*This is Root menu End */

/* This is Sub menu start */

.site-menubar-light .site-menu-item.active .site-menu-item.active>a {
    color: #fff;
    background-color: #3f84df;
}

.site-menubar-light .site-menu-item:hover>a {
    color: #fff;
    background-color: #3f84df;
}

/* This is Sub menu End */

.top-heading-branch-data {
    color: #fff;
    padding-top: 20px;
    left: 5%;
    text-align: right;
}

.productImage {
    height: 50PX;
    width: 50PX;
}

/*Change size of clockpicker*/
.clockpicker-popover .popover-content {
    padding: 2px;
}

/*Custom size for form and prepend icon*/
.form-control,
.input-group-text {
    height: 30px;
    color: #000;
}

.tab-content .panel-heading {
    color: #000;
}

/* .col- (extra small devices - screen width less than 576px)
.col-sm- (small devices - screen width equal to or greater than 576px)
.col-md- (medium devices - screen width equal to or greater than 768px)
.col-lg- (large devices - screen width equal to or greater than 992px)
.col-xl- (xlarge devices - screen width equal to or greater than 1200px) */


/* ////////////////////////////////////////// //  */

.clsDataTable {
    font-size: 12px;
    color: #000;
}

.table {
    font-size: 12px;
    color: #000;
}

/*Datepicker Highlight Today*/
.datepicker table tr td.today {
    color: #000;
    background-color: #f1f4f5;
    border-color: #f1f4f5;
}

.tfoot_cls {
    color: #000;
    font-weight: bold;
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    /* border-top:5px solid #7dbb9e; */
    /*border-bottom:5px solid #7dbb9e;*/
    padding: 30px 25px;
}

.accNavBorder {
    border: 1px solid #ddd;

}

/*Div Containing tiny table width*/
div.smallDivWidth {
    width: 60%;
    margin: auto;
}

.table>tbody td>p {
    margin: 0;
}

.select2-container *:focus {
    outline: none;
}

/*.datepicker-custom{
    z-index:99999!important;
}*/

/* Plus button */
.btn-floating.btn-sm {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 12px;
}

.navbar-header {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 98%;
    left: 20%;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.panel-search {
    padding: 0 15px;
}

.loader {
    font-size: 700%;
    z-index: 1;
    display: none;
    top: 45% !important;
    left: 45% !important;
}

.loader-show {
    pointer-events: none;
    opacity: 0.5;
}


.text-black {
    color: #000;
}

.minHeight {
    min-height: calc(100% - 44px);
}
.panel-search {
    padding: 12px 15px;
}

/* Back to Top Class*/
.back-to-top {
    position: fixed;
    /* bottom: 25px; */
    bottom: 75px;
    /* right: 25px; */
    right: 0px;
    display: none;
}

.back-to-down {
    position: fixed;
    bottom: 25px;
    /* right: 25px; */
    right: 0px;
    display: none;
}

.panel-action{
    background: #3e8ef7 !important;
    color: white !important;
}

.selection{
    width: 100%;
}

.td_pl_pr_zero {
    padding-left: 0;
    padding-right: 0;
}

/*Style for radio button start*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #5cb85c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Style for radio button end*/
