@font-face {
    font-family: 'poppinsblack';
    src: url('../Fonts/Poppins/poppins-black-webfont.woff2') format('woff2'), url('../fonts/poppins-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsblack_italic';
    src: url('../Fonts/Poppins/poppins-blackitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('../Fonts/Poppins/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold_italic';
    src: url('../Fonts/Poppins/poppins-bolditalic-webfont.woff2') format('woff2'), url('../fonts/poppins-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold_italic';
    src: url('../Fonts/Poppins/poppins-extrabolditalic-webfont.woff2') format('woff2'), url('../fonts/poppins-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextralight';
    src: url('../Fonts/Poppins/poppins-extralight-webfont.woff2') format('woff2'), url('../fonts/poppins-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'poppinsextralight_italic';
    src: url('../Fonts/Poppins/poppins-extralightitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'poppinsitalic';
    src: url('../Fonts/Poppins/poppins-italic-webfont.woff2') format('woff2'), url('../fonts/poppins-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight_italic';
    src: url('../Fonts/Poppins/poppins-lightitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../Fonts/Poppins/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsmedium_italic';
    src: url('../Fonts/Poppins/poppins-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../Fonts/Poppins/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold';
    src: url('../Fonts/Poppins/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinssemibold_italic';
    src: url('../Fonts/Poppins/poppins-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/poppins-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin';
    src: url('../Fonts/Poppins/poppins-thin-webfont.woff2') format('woff2'), url('../fonts/poppins-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsthin_italic';
    src: url('../Fonts/Poppins/poppins-thinitalic-webfont.woff2') format('woff2'), url('../fonts/poppins-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: rgb(13,19,33);
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
:root {
    background: #f3f6f8;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

/*header css starts*/

.bg-white {
    background-color: rgba(13,19,33, 0.8) !important;
    box-shadow: none !important;
    color: #fff;
    border: 0px solid !important;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

    .logo .project_logo {
        color: #8686ff;
        padding-left: 10px;
        line-height: 1
    }
/*body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: block
}

body:hover::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: block;
}


body:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.4);
}*/
/*.him_logo {
    line-height: 1
}*/

.container-fluid {
    max-width: 100% !important;
}

#topnav .navigation-menu > li > a {
    padding: 0px !important;
    color: #000 !important;
    font-size: 11px !important;
}

.project_menu_ {
    float: left;
    padding-left: 15px;
    padding-top: 0px;
}

    .project_menu_ li.has-submenu {
        padding: 15px 30px;
    }

#topnav {
    min-height: auto !important;
    padding: 0px 0px;
    position: relative !important;
    margin-bottom: 10px;
    background: #ffffff !important;
    /*box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%) !important;*/
    box-shadow:none !important;
    border-bottom: 0px solid #e5e5e5 !important;
}

.topbar-custom .nav-link {
    line-height: initial !important
}

#topnav .navigation-menu > li:hover a i {
    color: #000000 !important;
}

#topnav .has-submenu.active .submenu li.active > a, #topnav .has-submenu.active .submenu li:hover > a {
    color: #8686ff !important;
}

#topnav .has-submenu.active .submenu li > a {
    color: #000 !important;
}

.project_menu_ .submenu li.has-submenu {
    padding: 0px;
}



li.has-submenu.last-elements.active {
    background: #ffc1c0;
}

#topnav .has-submenu.active .submenu li.active > a {
    color: #8686ff;
}

#topnav .has-submenu.active a {
    color: #e03e3c !important;
}
/*
#topnav .topbar-main .logo {
    top: 0px;
    position: relative;
}*/

#topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: 100% !important;
    right: auto !important;
}

#topnav .navigation-menu > li.last-elements .submenu {
    left: 0 !important;
    right: auto !important;
}

li.has-submenu.active, #topnav .navigation-menu > li:hover {
    background: #ffc1c0;
}

    li.has-submenu.active .submenu li.has-submenu.active {
        background: transparent;
    }

    li.has-submenu.active .submenu li:hover, .submenu li.has-submenu.active:hover {
        background: #dedede !important;
    }

        li.has-submenu.active .submenu li:hover, .submenu li.has-submenu.active:hover a {
            color: #8686ff !important
        }

            li.has-submenu.active .submenu li:hover a {
                color: #000
            }

    #topnav .has-submenu.active .submenu li:hover > a, #topnav .navigation-menu > li:hover a {
        color: #e03e3c !important;
    }

    #topnav .navigation-menu > li:hover .submenu li:hover a {
        color: #e03e3c !important
    }

    #topnav .navigation-menu > li:hover .submenu li.active:hover a {
        color: #f0483e !important;
    }

    #topnav .navigation-menu > li:hover .submenu li.active:hover .submenu a {
        color: #000 !important;
    }

    #topnav .navigation-menu > li:hover .submenu li.active:hover .active a {
        color: #8686ff !important
    }

#topnav .has-submenu.active .submenu li.active > a {
    color: #f0483e !important;
}


#topnav .navigation-menu > li:hover a i {
    color: #000 !important;
}

#topnav .navigation-menu li:hover .submenu li a {
    color: #000 !important;
    font-size: 11px;
    transition: none;
}

#topnav .navigation-menu li:hover .submenu li:hover {
    background: #dedede;
}

/*header css ends*/
/*master pages css starts*/
.-m_pagetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
}
.-m_pagetitle h4 {
    font-size: 18px !important;
    font-weight: 500;
    margin:0px;
}

.ui-jqgrid .ui-jqgrid-hdiv, .ui-jqgrid .ui-jqgrid-view, .ui-jqgrid .ui-jqgrid-bdiv {
    width: 100% !important
}



/*=== Jqgrid Styles ===*/
.m-table__main .ui-jqgrid {
    width: 100% !important;
    /*min-width: 992px !important;*/
    background: none;
}

    .m-table__main .ui-jqgrid .ui-jqgrid-hdiv {
        background: none;
    }

.m-table__main.-no-min-width .ui-jqgrid,
.m-table__main.-no-min-width .ui-jqgrid-view {
    width: 100% !important;
    min-width: 0 !important;
}

.m-table__main .ui-jqgrid-view {
    width: 100% !important;
    margin-top: 0px;
}

.bank_transfer .m-table__main .ui-jqgrid-view {
    margin-top: 0px;
}

.m-table__main .ui-jqgrid-hdiv {
    width: 100% !important;
}

.m-table__main .ui-jqgrid-bdiv {
    width: 100% !important;
    height: auto !important;
    /*max-height: 190px;*/
}

.ui-jqgrid .ui-jqgrid-hbox {
    float: none !important;
}

.ui-jqgrid-bdiv div:first-child {
    height: auto !important;
}

.-virtual-scroll .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
    background: none;
}

.m-table__main .ui-jqgrid .ui-search-table td.ui-search-clear {
    display: none;
}

.m-table thead {
    /*background-color: #ebeff8;*/
    background: #ceebf7;
}


.m-table__main .ui-jqgrid .ui-jqgrid-htable {
    width: 100% !important;
    /*padding-right: 17px !important;*/
}
/*@media (max-height: 285px) {
    .m-table__main .ui-jqgrid .ui-jqgrid-htable {
        padding-right: 17px !important;
    }
}*/

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
    background: #f0483e;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

.m-table__main .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000000 !important;
    font-size: 14px;
}

.m-table__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-table__total--icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

    .m-table__total--icon > i {
        color: #3f8efc;
        font-size: 18px;
        margin-right: 5px;
    }

.m-table__total--cart-count {
    background: #f5b064;
    color: #fff;
    padding: 1px 7px;
    border-radius: 100px;
    font-size: 12px;
}

.m-table__total--label {
    text-align: right;
}

.m-table__total--label-count {
    font-size: 13px;
}

    .m-table__total--label-count > span {
        font-weight: 600;
        font-size: 14px;
    }

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 300;
    white-space: initial !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-paging-info {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.m-table__main .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    /*height: 20px !important;*/
    height: auto !important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    font-weight: 500;
}

.ui-widget, .ui-widget input {
    font-family: 'Poppins', sans-serif;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: unset !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    font-weight: 600 !important;
    /*border-right: 0.6px solid #7aabdc;*/
    border-right: 0.6px solid #ecf0f5;
}

.m-table__main .table td {
    vertical-align: middle;
    padding: 5px 14px !important;
    font-size: 12px;
    background: #fff;
}

/*.jqgfirstrow {
    display: none;
}*/
.jqgfirstrow td {
    padding:0px;
}

.m-table__main.childtable .table .jqgfirstrow {
    display: table-row;
}

    .m-table__main.childtable .table .jqgfirstrow td {
        padding: 0px !important;
        border: 0 !important;
    }

.m-table__main .table td a.btn {
    color: #fff;
}

.ui-jqgrid .ui-jqgrid-btable {
    border-collapse: collapse !important;
}
.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    border: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 300;
    white-space: initial !important;
    word-break: break-all;
}




.m-table__main .ui-jqgrid .ui-jqgrid-btable {
    width: 100% !important;
    margin-bottom:0px !important;
}
/*@media screen and (max-height: 100px) {
    .m-table__main .ui-jqgrid .ui-jqgrid-btable {
        width: calc(100% - 17px) !important;
    }
}*/

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th {
    background: transparent;
}

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    background: #ffffff;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow: auto;
}

.ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
    border-bottom: 0px !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    text-align: left !important;
}

.m-table thead tr th {
    padding: 4.5px 10px;
    border-bottom-width: 1px;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    text-transform: none;
}

.m-table tbody tr td {
    padding: 4.5px 10px;
    border-color: #ceebf7;
    font-size: 12px;
}

    .m-table tbody tr td .form-control {
        font-size: 12px;
    }

.m-table.-table.-first-col-heading tbody tr th {
    padding: 5.5px 10px;
    border-color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #eff6f9;
}

.grid-icons-group {
    display: flex;
    align-items: center;
}

    .grid-icons-group.-justify-center {
        justify-content: center;
    }

    .grid-icons-group.-switches .switch input[type=checkbox] + .cr {
        margin-bottom: 0;
        top: 0;
    }

.grid-text-icon {
    display: flex;
    justify-content: space-between;
    white-space: normal;
}

    .grid-text-icon .grid-icon-only {
        margin-left: 12px;
    }

    .grid-text-icon p {
        margin-bottom: 0;
    }

.grid-icon-only.-medidum-size {
    font-size: 18px;
}

.ui-widget-content a.grid-icon-only {
    color: #0052cb;
}

.grid-form-group {
    display: flex;
    align-items: center;
}

    .grid-form-group.-justify-center {
        justify-content: center;
    }

.btn.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn.btn-icon.-img {
        width: 30px !important;
        height: 30px !important;
    }

.btn.-small-grid-icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 10px;
}

    .btn.-small-grid-icon > i {
        color: #fff;
    }

.grid-icons-group .btn + .btn {
    margin-left: 5px;
}

.grid-icons-group.-space-icons .btn + .btn {
    margin-left: 8px;
}

.grid-icons-group .btn + .btn.-no-margin {
    margin-left: 0;
}

.ui-jqgrid .ui-jqgrid-view button {
    font-size: 11px;
}

.btn.-small-grid-btn {
    padding: 0.1rem 0.05rem 0.1rem 0.05rem;
    font-size: 11px;
    color: #fff;
}

.fa.fa-inr {
    margin: 0 2px;
}

.m-table tfoot tr th {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 4px 13px !important;
    border: 1px solid #e7ecf1 !important;
}

.ui-jqgrid .ui-jqgrid-view .c-btn-icons {
    font-size: 9px !important;
    color: #fff;
    padding: 0;
    width: 20px;
    height: 20px;
}

.ui-jqgrid .ui-jqgrid-view .c-btn-icons {
    color: #fff;
    line-height: 19px;
}

.ui-jqgrid .ui-jqgrid-view .c-btn {
    padding: 0.1rem 1rem;
    margin: 3px auto;
    color: #fff;
}

.m-table__responsive {
    overflow: auto;
    max-width: 100%;
    z-index: 0;
    position: relative;
}

/*.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #ffffff !important;
}*/

/*.ui-state-hover a.c-btn-link, .ui-state-hover a.c-btn-link:hover, .ui-state-hover a.c-btn-link:link, .ui-state-hover a.c-btn-link:visited, .ui-state-focus a.c-btn-link, .ui-state-focus a.c-btn-link:hover, .ui-state-focus a.c-btn-link:link, .ui-state-focus a.c-btn-link:visited {
    color: #1976d2 !important;
}

.ui-state-hover a.-edit, .ui-state-hover a.-edit:hover, .ui-state-hover a.-edit:link, .ui-state-hover a.-edit:visited, .ui-state-focus a.-edit, .ui-state-focus a.-edit:hover, .ui-state-focus a.-edit:link, .ui-state-focus a.-edit:visited {
    color: #4680ff !important;
}

    .ui-state-hover a.-delete, .ui-state-hover a.-delete:hover, .ui-state-hover a.-delete:link, .ui-state-hover a.-delete:visited, .ui-state-focus a.-delete, .ui-state-focus a.-delete:hover, .ui-state-focus a.-delete:link, .ui-state-focus a.-edit:visited {
        color: #fc7242 !important;
    }

.ui-state-hover a.-info, .ui-state-hover a.-info:hover, .ui-state-hover a.-info:link, .ui-state-hover a.-info:visited, .ui-state-focus a.-info, .ui-state-focus a.-info:hover, .ui-state-focus a.-info:link, .ui-state-focus a.-info:visited {
    color: #99f134 !important;
}

.ui-state-hover a.-approve, .ui-state-hover a.-approve:hover, .ui-state-hover a.-approve:link, .ui-state-hover a.-approve:visited, .ui-state-focus a.-approve, .ui-state-focus a.-approve:hover, .ui-state-focus a.-approve:link, .ui-state-focus a.-approve:visited {
    color: #2ca731 !important;
}*/

.ui-jqgrid .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    color: #333 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: rgba(0, 194, 146, 0.2);
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        /*color: #1976d2 !important;*/
       /* color: #fff;*/
    }

      /*  .ui-state-highlight a.c-btn-link, .ui-widget-content .ui-state-highlight a.c-btn-link, .ui-widget-header .ui-state-highlight a.c-btn-link {
            color: #1976d2 !important;
        }

        .ui-state-highlight a.-edit, .ui-widget-content .ui-state-highlight a.-edit, .ui-widget-header .ui-state-highlight a.-edit {
            color: #00acc1 !important;
        }

        .ui-state-highlight a.-delete, .ui-widget-content .ui-state-highlight a.-delete, .ui-widget-header .ui-state-highlight a.-delete {
            color: #fc7242 !important;
        }

        .ui-state-highlight a.-info, .ui-widget-content .ui-state-highlight a.-info, .ui-widget-header .ui-state-highlight a.-info {
            color: #99f134 !important;
        }

        .ui-state-highlight a.-approve, .ui-widget-content .ui-state-highlight a.-approve, .ui-widget-header .ui-state-highlight a.-approve {
            color: #2ca731 !important;
        }*/

.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important;
    background: #f9f9f9 !important;
    border-top: 1px solid #f9f9f9 !important;
}

#userGridPager_left {
    display: none;
}

.m-table__main .table td:first-child {
    border-left: 0px;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child {
    /*border-left: 0.6px solid #00acc1 !important;*/
    border-left: 0.8px solid #e7ecf1 !important;
}

input.ui-widget-content {
    border: 1px solid #ecf0f5 !important;
}

.c-btn-link {
    color: #1976d2 !important;
    padding: 0;
}

input.ui-pg-input.ui-corner-all {
    border: 1px solid #00adff;
    text-align: center;
    height: 20px;
    padding: 6px 0px;
    background: #00adff;
    color: #fff;
    font-size: 11px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border-radius: 0px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-table {
    border: 1px solid #e7ecf1;
    border-top: 0;
}

.table-responsive {
    overflow-y: hidden;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.m-table__main .ui-jqgrid .ui-search-table td.ui-search-clear {
    display: none;
}

.m-table__main .ui-jqgrid tr.ui-search-toolbar td > input {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    background: none;
    border-radius: 3px !important;
    transition: all 300ms linear 0s;
    font-family: 'Poppins', sans-serif;
    height: 28px;
}

/*.-virtual-scroll .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 17px
}*/

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #000;
}
.ui-widget-content a.icon_color {
    font-size: 14px;
}
a.icon_color:hover {
    color: #8686ff !important;
}

/*=== End Jqgrid Styles ===*/



.card-box {
    padding: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 0px !important;
    background-color: #ffffff;  
}

.color-red {
    color: #ff0000;
}


.body_top_height {
    margin-top: 50px;
}

.btn-sb {
    background: #007bff;
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border: 1px solid #007bff;
    font-size: 14px;
}

    .btn-sb:hover {
        background: #207de2;
    }

.btn-cnl {
    background: red;
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border: 1px solid red;
    font-size: 14px;
}

    .btn-cnl:hover {
        background: #e11b1b;
    }

.btn-add {
    background: #01686a;
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border: 1px solid #01686a;
    font-size: 14px;
}

    .btn-add:hover {
        background: #069a9d;
    }

.btn-ap {
    background: #14b97a;
    color: #fff;
    padding: 4px 25px 4px 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border: 1px solid #14b97a;
    font-size: 14px;
}

    .btn-ap:hover {
        background: #107f55;
    }

.card-box {
    box-shadow: 0px 0px 9px #dedede;
}

.modal-header {
    background: #f0483e;
    color: #fff;
}
.modal-footer button {
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    height: 26px;
    border: 1px solid #d9e3e9;
}

/*.modal-body .form-control {
    padding: 5px 10px;
    font-size: 12px;
}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
}

.modal-footer .btn-sb {
    background: #13c56b;
    color: #fff;
    padding: 7px 25px;
    font-size: 12px;
    border: 0px;
}

    .modal-footer .btn-sb:hover {
        background: #048644;
    }

.modal-footer .btn-cnl {
    background: #f06548;
    color: #fff;
    padding: 5px 20px;
    line-height: 1.2;
    font-size: 12px;
    border: 0px;
}

    .modal-footer .btn-cnl:hover {
        background: #dc3816;
    }

.modal-header {
    padding: 10px 10px !important;
}

/*.select2-container .select2-selection--single {
    height: 30px !important
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 30px !important
    }*/

    .modal-header .modal-title {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        color:white !important;
    }
    .modal-header .modal-title label {
    font-size: 12px;
    color: #fff;
}
    .select2-container--default .select2-selection--single {
    border: 1px solid #d9e3e9 !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}

.mb-0 {
    margin-bottom: 0px;
}
.modal .modal-dialog .close {
    background: transparent;
    border: 0px !important;
    width: auto !important;
    height: auto;
    top: 20px;
    right: 30px;
    padding:10px 20px !important
}

@media screen and (max-width:768px) {
    .menu-item{
        position:relative;
        top:-15px;
    }
}






/*new steam css Starts*/
.him_logo {
    position: relative;
    top: 7px;
}
.topbar-custom {
    position: relative;
    top: 10px;
}
.rounded-circle {
    font-size: 16px;
    width: 30px;
    height: 30px;
    float: left;
    background: #00d647;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-bottom: 0px;
}
.nav-user{
    display:flex !important;
    align-items:center;
}
.sub-submenu {
    display:none;
}
.submenu li:hover .sub-submenu {
    position: absolute;
    top: 0px;
    left: 200px;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    display: block;
    transition: all 5s ease;
    background-color: #ffffff;
    -webkit-animation-name: zoomIn;
    animation-delay:10s;
    animation-name: zoomIn;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 6%), 0 1px 0 0 rgb(0 0 0 / 2%);
}
i.fa.fa-angle-right.submenu_angle {
    float: right;
    position: relative;
    color: #000 !important;
    top: 0px;
    right: -10px;
    font-size: 22px;
}
/*.submenu li:hover a i {
    transform: rotate(90deg);
    transition: all 2s ease;
}*/

#topnav {
    position: relative !important;
    float:left;
    width:100%
}
p.footer-text.text-center.mb-0 {
    color: #000;
    font-size: 12px;
}
.container-fluid.body-content {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    min-height: calc(100vh - 66px - 66px);
}
.m-title h4{
    color:#000
}
.card-section {
    background: #fff;
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 0px 3px #f9f9f9 !important;
    margin-bottom:5px;
}
.card_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dadada;
    padding: 10px 20px;
    padding-right: 70px;
    margin-bottom:5px;
}
._mtitle_head h4 {
    margin: 0px;
    font-size:16px;
    line-height: initial;
}
.rollback_remarks span{
    padding-left:10px;
}
.rollback_remarks i.fa{
    font-size:20px;
}
.card_details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;    
}
.card-body {
    padding: 10px 25px;
}
._w-20 {
    width: 20%;
    float: left;
}
._w-27 {
    width: 27%;
    float: left;
}
._w-23 {
    width: 23%;
    float: left;
}
._w-15 {
    width: 15%;
    float: left;
}
._w-30 {
    width: 30%;
    float: left;
}


/*button back css starts*/

.btn-back {
    background: transparent !important;
    box-shadow: none;
    border: 1px solid #f1556c !important;
    color: #f1556c !important;
    padding: 6px 15px !important;
    box-shadow: none !important;
    font-size: 12px !important;
    border-radius: 4px;
    line-height: 1.2;
    font-weight:600;
}
    .btn-back:hover {
        background: #f1556c !important;
        border: 1px solid #000;
        color: #fff !important
    }
/*button back css ends*/

/*btn-success css starts*/
.btn.btn-success, .add_product {
    background: #00D647;
    font-size: 12px !important;
    padding: 7px 20px;
    box-shadow: none !important;
    line-height: 1.2;
    border-radius: 4px !important;
    border: 1px solid #00D647 !important;
    font-weight: 600;
}

    .btn.btn-success:hover, .add_product:hover {
        background: transparent;
        border: 1px solid #00D647 !important;
        color: #000 !important
    }
/*btn-success css ends*/


/*btn danger css starts*/

.btn-danger {
    background-color: #f1556c !important;
    border: 0px solid #f1556c !important;
    font-size: 12px !important;
    padding: 7px 20px !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    line-height:1.2
}
.btn-danger:hover {
    background-color: #d10c29 !important;
}

/*btn excel css*/
.btn-excel {
    margin-top:5px;
    padding: 6px !important;
    border-radius: 50px !important;
    width: 35px;
    height: 35px;
    background: #fff !important;
    border: 1px solid #d4d4d4;
}
    .btn-excel img{
        width:100%;
    }

    /*btn cancel*/
 .btn-cancel{
    color: #f0483e !important;
    background: transparent !important;
    border: 1px solid #f0483e !important;
    font-weight: 600;

 }
button.btn.btn-danger.btn-cancel {
    color: #f0483e !important;
}
    
button.btn.btn-danger.btn-cancel:hover{
    color:#fff !important
}
button.btn.btn-warning {
    font-size: 12px;
    font-size: 12px !important;
    padding: 7px 20px;
    box-shadow: none !important;
    line-height: 1.2;
    border-radius: 4px !important;
}
    /*Status toggle switcher css starts*/
    .can-toggle {
        position: relative;
    }
.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
    color:#000 !important
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

        .can-toggle label {
            user-select: none;
            position: relative;
            /*display: flex;*/
            display: inline-flex;
            align-items: center;
        }

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

    .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        text-align: center;
        /*background: white;*/
       /* background: #70c767;*/
        background: #ff0438;
        transform: translate3d(0, 0, 0);
        color: #fff !important
    }

.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(234, 0, 48, 0.5);
}

        .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
            /*background-color: #70c767;*/
            /*background:#6c6c6c*/
            background: #fff;
            border: 1px solid #d9e3e9
        }

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #b70026;
}

.can-toggle input[type="checkbox"]:hover ~ label {
    color: #d1002b;
}

.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #55bc49;
}

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
            /*background-color: #ff0438;*/
            /*background:#6c6c6c;*/
            background: #fff;
            border: 1px solid #d9e3e9
        }

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    /*color: #4fb743;*/
    color: #ff0438
}

        .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
            /*background-color: #ff0438;*/
            /*background: #6c6c6c*/
            background: #fff;
            border: 1px solid #d9e3e9
        }

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

        .can-toggle label .can-toggle__switch {
            transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
            /*background: #ff0438;*/
            /*background: #70c767;*/
            /*background: #6e6e6e;*/
            background: #fff;
            border: 1px solid #d9e3e9
        }

.can-toggle label .can-toggle__switch:before {
    /*color: rgba(255, 255, 255, 1);*/
    color:#000 !important
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    /*color: #ea0030;*/
    color:#fff;
    /*color: #70c767;*/
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

        .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
            transform: translate3d(75px, 0, 0);
            /* background: #ff0438;*/
            background: #70c767;
            color: #fff;
        }

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle label {
    font-size: 14px;
}

.can-toggle label .can-toggle__switch {
    height: 26px;
    flex: 0 0 160px;
    border-radius: 4px;
    cursor:pointer
}

.can-toggle label .can-toggle__switch:before {
    left: 84px;
    font-size: 12px;
    line-height: 26px;
    width: 80px;
    /*color:#ff0000 !important;*/
    padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
    top: 0px;
    left: 2px;
    border-radius: 2px;
    width: 80px;
    line-height: 26px;
    font-size: 12px;
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}


/*Status toggle switcher css ENDS*/



label {
    display: inline-block;
    margin-bottom: 5px;
}
.menu_table th {
    border: 1px solid #fff !important;
    line-height: 1;
    background: #f0483e;
    color: #fff;
    border-top: 0px !important;
    border-bottom: 0px !important;
    padding:8px 10px !important;
}
.menu_table td {
    padding: 3px 10px !important;
    border: 1px solid #dedede;
    border-top: 0px;
    border-bottom: 0px;
    line-height: 1;
    vertical-align: middle;
}
    .menu_table td, .menu_table th{
        font-size: 11px !important;
    }
.menu_table td label.c-checkbox__lbl {
    margin-bottom: 0px;
}
    .menu_table {
        display: grid;
    }
    .menu_table tr:nth-child(even) {
        /*background: #f9f9f9;*/
        border: 1px solid #dedede;
    }
    .menu_table tr:hover {
        background: #e1e1e1;
    }
.menu_table tr:nth-last-child(1) td {
    border-bottom: 1px solid #dedede;
}

textarea.form-control {
    min-height: auto !important;
    height: 60px;
}

input[type="file"] {
    padding: 4px;
    margin-top: 0px;
}
.email_address{
    word-break:initial !important
}



/*Multiselect css starts*/
.btn-group.show ul.multiselect-container.dropdown-menu.show {
    display: block !important;
}
.multiselect-container .input-group{
    width:96%;
}
.multiselect-item .input-group-btn {
    display: none;
}
.multiselect-container > li > a > label{
    padding:3px 10px !important
}
.multiselect-container .checkbox input[type="checkbox"] {
    opacity: 1 !important
}
.multiselect-container li:hover {
    background: #d46262;
    color: #fff;
}
    .multiselect-container li:hover a label{
        color:#fff !important
    }
    .btn-group {
        width: 100% !important;
    }
button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100% !important;
    background: transparent;
    border: 1px solid #dedede;
    height: 38px;
    border-radius: 5px;
    text-align: left;
}
ul.multiselect-container.dropdown-menu.show {
    width: 100%;
}
/*Multiselect css ends*/

.email_production a {
    cursor: pointer;
    color: #007bff !important;
}
.email_production a:hover {
    color: #000 !important;
}
.modal .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
    background: #e2e2e2;
}
    .modal .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels .ui-th-div {
        color:#000 !important
    }
.m-table__main .ui-jqgrid-view{
    background:#fff;
}
.excel_upload{
    margin:-5px 10px 0px
}
/*.product_mapping .ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
    background: #d46262;
}*/
.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
    background: #d46262;
}
.bg_white .table-responsive .table {

    background: #fff;
}
.mail_popup .ui-jqgrid-labels th#tomaster_ProductionOrderToEmailAddresses, .mail_popup .ui-jqgrid-labels th#ccmaster_ProductionOrderCCEmailAddresses {
    display: none;
}
.mail_popup .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-top: 1px solid #e6e6e6 !important;
}
/*.mail_popup {
    width: 45%;
    margin: 0px auto;
}*/
.search_refresh .btn-success {
    padding: 6px 10px;
    background: #ffc1c0;
    border: 1px solid #ffc1c0 !important;
    color: #c61b37 !important;
}
    .search_refresh .btn-success:hover, .search_refresh .btn-success:focus, .search_refresh .btn-success:focus {
        padding: 6px 10px;
        background: transparent !important;
        border: 1px solid #ffc1c0 !important;
        color: #c61b37 !important;
    }
.search_refresh i.fa{
    font-size:16px;
}
.search_refresh button.btn.btn-danger.btn-cancel {
    padding: 6px 10px !important
}
.excel_upload .input {
    border: 0px !important;
}
.modal-dialog.modal-md {
    max-width: 45% !important;
}
.modal-lg {
    max-width: 60% !important
}
header {
    padding-top: 3px !important;
    padding-bottom: 7px !important;
    box-shadow: none !important;
    border: 0px !important
}

#topnav #navigation {
    margin-top: 5px;
    margin-left: 20px !important;
}

#topnav .navigation-menu > li, .has-submenu a {
    float: left;
}

.has-submenu i.fa {
    float: left;
    color: #d46262;
    position: relative;
    top: 3px;
}

.project_menu_ li.has-submenu {
    padding: 7px 10px;
    border-radius: 5px;
    margin-right: 3px;
}


.him_logo {
    position: relative;
    top: 2px;
}

.submenu i.fa {
    padding-right: 10px;
}

#topnav .navigation-menu > li:hover a i {
    color: #d46262 !important;
}

#topnav .navigation-menu > li:hover .submenu i.fa {
    color: #000 !important;
}

/*Allocation css starts*/
.pull_data.search_refresh .btn-success {
    padding: 8px 10px 7px;
}
.datepicker-dropdown {
    z-index: 100 !important;
}
.form_month input.form-control {
    padding: 5px 10px !important;
}

.data_multiselect button.multiselect.dropdown-toggle.btn.btn-default {
    background: #fff;
    height: 34px;
}
.table_product tr th{
    background: #d46262;
    color: #fff;
}
    .table_product tr td{
        background:#fff 
    }
    .table_product .table-bordered thead td, .table_product .table-bordered thead th {
        border-bottom-width: 1px;
    }
.width-50 {
    width: 50px;
}
.width-75 {
    width: 75px;
}
.width-100{
    width:100px;
}
.width-125{
    width:125px
}
.width-150 {
    width: 150px;
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}

/*.filters th.text-center {
    display: none;
}

tr:nth-child(4).filters th input, tr:nth-child(4).filters th .width-50 {
    display: none;
}*/
.table_product .table td, .table_product .table th {
    padding: 0.75rem;
    vertical-align: middle;
}
.table_product{
    max-height:60vh;
    overflow:auto;
}
.table_product thead{
    position:sticky;
    top:0px
}
table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.dataTables_wrapper .row:nth-child(1) {
    display: none;
}
.dataTables_wrapper .row:nth-last-child(1){
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    width: 100%;
}
.dataTables_paginate {
    text-align: right;
    float: right;
}
table#example {
    margin: 0px !important;
}
.calendar_Icon{
    position:relative
}
.calendar_Icon i.fa {
    position: absolute;
    top: 37px;
    right: 10px;
}

.popup_preview.modal-xl{
    max-width:95% !important
}
.circle_name {
    width: 30px;
    height: 30px;
    background: #dedede;
    color: #000;
    text-align: center;
    line-height: 2.5;
    border-radius: 50px;
    float: left;
    margin-right: 15px;
}
.month_card span, .month_card p{
    font-size: 12px;
    margin-bottom:0px;
}
    .month_card p i.fa, .color-link {
        color: #00aeff
    }


button.btn.btn-label.btn-green {
    padding: 6px 10px;
    background: #daf4d3;
    color: #00ce74;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1;
    min-width:170px;
    font-size: 10px;
}
.user_actions i.fa{
    font-size:16px;
}

button.btn.btn-label.btn-danger {
    background: #ffc1c0 !important;
    color: #d52f68 !important;
}
button.btn.btn-label.btn_warning {
    background: #ffd7b3 !important;
    color: #ff5739 !important
}
button.btn.btn-label{
    font-size:12px
}
.custom_monthpicker {
    background: #fff;
    width: 180px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    display: flex;
    position: relative;
    float: left;
    border-radius: 5px;
}
.custom_monthpicker i.fa {
    background: #cae8ff;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    line-height: 28px;
    text-align: center;
    color: #41a4fe;
    font-size: 17px;
    position: relative;
}
.custom_monthpicker .form-control {
    border: 0px;
    background: transparent;
}

.custom_monthpicker i.fa.fa-angle-down {
    float: right;
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 10px;
    background:transparent; 
    width: auto;
    height: auto;
    line-height: 1;
}
.allocation_search button {
   /* padding: 14px 20px !important;
    border-radius: 0px !important;*/
    margin-left: 20px;
    margin-top: 15px;
}
.allocation_search button.btn.btn-success {
    border-radius: 5px !important;
}
.custom_monthpicker input.form-control:focus{
    border:0px !important;
}
.code_details {
    background: #fff;
    border: 1px solid #dedede;
    width: 100%;
    float: right;
    padding: 5px 10px !important;
}
.code_details ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style-type: none;
    padding-left: 0px;
    margin:0px;
    text-align: left;
}
.two_values ul {
    justify-content: space-between;
}
.code_details ul li {
    width: 20%
}
    .code_details ul li:nth-child(3){
        width:auto
    }
.allocation_details.code_details ul li:nth-child(3) {
    width: 18%
}
.details_monthpicker .custom_monthpicker {
    width: 11%;
}
.add_form {
    float: left;
    width: 100%;
}
.details_next.search_refresh button.btn.btn-danger.btn-cancel {
    padding: 7px 10px !important;
}
.STO_Details_List{
    padding:7px 10px;
}
.user_actions span {
    cursor: pointer;
}
.modal-dialog.modal-xl {
    max-width: 94%;
}
.icon_color span {
    color: blue;
}
.icon_color span:hover {
    color: #000;
}
.modal .table_product tr th {
    background: #e2e2e2;
    color: #000;
    border: 1px solid #cbcbcb;
}
.modal .search_refresh i.fa {
    font-size: 15px;
}
.modal .btn.btn-success {
    padding: 7px 10px;
    margin-right: 5px;
}
.view_columns i.fa{
    color: #00d647;
    font-weight: 500;
    font-size: 20px;
}


/*custom radio css*/
/* Custom radio buttons */
.radio_label input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 10px;
    margin-right: 30px;
    font-size: 13px;
    margin-bottom: 0px;
    padding-top: 0px;
}
    .radio_label input[type="radio"] + label:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        margin-right: 14px;
        position: absolute;
        top: 0px;
        left: 0;
        border: 1px solid #aaa;
        background-color: transparent;
        border-radius: 50%;
    }


.radio_label input[type="radio"] {
    display: none !important;
    display: inline;
}

    .radio_label input[type="radio"]:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #f0483e;
    }
.custom_radio .radio_label {
    padding-left: 17px;
}

.custom_radio label.control-label {
    font-size: 14px;
}



/*// End Custom radio buttons*/

.sto_error{
    padding:12px 10px 13px;
}
.month_control input{
    height:34px;
}
.alert_dialog{
    margin-top: 77px;
    box-shadow: 0px 0px 3px 1px #999999;
    border-radius: 5px;
}
.product_mapping table input.form-control {
    height: 30px
}
.STO_Details_List.code_details ul li:nth-child(3) {
    width: auto;
}
.STO_Details_List ul {
    justify-content: space-between
}
.allocation_summary{
    padding:12px 10px !important
}
.allocation_summaryProduction {
    padding: 12px 10px !important;
    margin:10px;
}
.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
    padding-top: 10px !important;
}
.button_shadow button{
    box-shadow:none
}
    .button_shadow button:hover {
        border: 1px solid #00d647;
    }


.dataTables_length, .dataTables_filter {
    display: none;
}

.success_product .btn-success, .success_product .btn-success:hover {
    padding: 8px 10px 7px;
}
.STO_Details_List li:nth-last-child(1) {
    text-align: right;
}
.allocation_details.code_details ul li {
    width: 30% !important;
}
.allocation_details.code_details ul li:nth-child(1) {
    width: 17% !important;
}
    .allocation_details.code_details ul li:nth-child(2) {
        width: 23% !important;
    }
    .allocation_details.code_details ul li:nth-child(3), .allocation_details.code_details ul li:nth-child(5) {
        width: 15% !important;
    }
.allocation_datatable {
    margin-bottom: 0px;
    position: relative;
}

div.dataTables_info {
    float: left;
    position: absolute;
    left: 10px;
    bottom: -30px;
}

.dataTables_paginate {
    text-align: right;
    float: right;
    position: absolute;
    right: 30px;
    bottom: -30px;
    display:none
}


.filters th {
    background: #fff !important;
}
    .filters th input{
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 5px 10px;
    width:100%
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0px;
    text-align: left !important;
    padding: 5px 0;
    position: relative !important;
    right: 0;
    background-color: #ffffff;
    left: 0;
    float: left;
    width: 100%;
}
.code_details button.btn.btn-label.btn-green {
    min-width: auto !important;
}


.code_details.allocation_details{
    margin-bottom:5px;
}

.code_details.allocation_details.header {
    margin-bottom: 5px;
    margin-top: 10px;
}

button.add_product {
    background: #00D647;
    color:#fff;
    font-size: 12px !important;
    padding: 7px 20px;
    box-shadow: none !important;
    line-height: 1.2;
    border-radius: 4px !important;
    border: 1px solid #00D647 !important;
    font-weight: 600;
}

    button.add_product:hover {
        background: transparent;
        border: 1px solid #00D647 !important;
        color: #000 !important
    }
.filters_mapping .filters th input::placeholder {
    color: transparent;
}
.filters_mapping .filters th:nth-last-child(1) input, .filters_mapping .filters th:nth-last-child(2) input, .filters_mapping .filters th:nth-last-child(3) input, .filters_mapping .filters th:nth-last-child(4) input, .filters_mapping .filters th:nth-last-child(5) input, .filters_mapping .filters th:nth-last-child(6) input, .filters_mapping .filters th:nth-last-child(7) input, .filters_mapping .filters th:nth-last-child(8) input, .filters_mapping .filters th:nth-last-child(9) input, .filters_mapping .filters th:nth-last-child(10) input, .filters_mapping .filters th:nth-last-child(11) input, .filters_mapping .filters th:nth-last-child(12) input {
    width: 60px;
}
.filters_mapping .filters th:nth-child(1) input {
    width: 60px;
}
.filters_mapping .filters th:nth-child(2) input {
    width: 100px;
}
.filters_mapping .filters th:nth-child(4) input, .filters_mapping .filters th:nth-child(5) input {
    width: 100px;
}

.filters_mapping .filters th:nth-child(7) input {
    width: 120px;
}
.filters_mapping .filters th:nth-child(6) input {
    width: 80px;
}
.monthyear_picker input{
    height:34px
}
.expand_screen img {
    height: 20px;
    position: relative;
    top: 5px;
    left: -10px;
    cursor: pointer
}
.tab-content > .active {
    display: block;
    opacity: 1;
}
.nav-tabs li a{
    color:#000 !important
}
.nav-tabs li {
    padding: 5px 20px;
    background: transparent;
    margin: 0px 0px;
    border: 1px solid #d46262;
}
    .nav-tabs li.active {
        background: #d46262;
    }
        .nav-tabs li.active a{
            color:#fff !important
        }
        .nav-tabs {
            border: 0px solid #d46262;
        }
.central_planner_tabs {
    position: absolute;
    left: 15px;
    margin-top: 0px;
    z-index: 1;
}
.tab-content {
    padding: 0px 0 0 0 !important;
}
.month_control{
    height:34px;
}
.-m_pagetitle .central_planner_tabs {
    margin-top: 3px;
    position: relative;
    right: auto;
}



.central_planner.card_details {
        align-items: center
}
table#example{
    width:100% !important
}
.data_multiselect .btn-group {
    background: #fff
}
.notification-list .profile-dropdown {
    display: none !important
}
.notification-list:hover .profile-dropdown {
    display: block !important;
    position: absolute;
    right: 0px;
    width: 190px;
    padding: 5px;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 18px 0px #dedede;
    border-radius: 5px;
}
.notification-list .profile-dropdown .notify-item {
    padding: 7px 10px;
}

.account_details i.fa{
    font-size:22px;
    color:#000;
}
.account_details i.fa:hover {
    color: #8686ff;
}

    .account_details {
    padding: 8px;
    position: relative;
    top: 5px;
}




    /*scroll left css starts*/
.scroll-left {
    overflow: hidden;
    position: relative;
    background: #ffc1c0;
    color: black;
    border: 0px solid orange;
    padding: 0px 5px;
    font-size: 13px;
    margin: 0px 0px 10px;
}

    .scroll-left p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        transform: translateX(100%);
        /* Apply animation to this element */
        animation: scroll-left 25s linear infinite;
    }
/* Move it (define the animation) */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}
.scroll-left marquee {
    position: relative;
    top: 3px;
}

.tabs_list{
    margin-top:25px;
}
.add_tabs{
    float:right
}
button.btn.btn-success.mail_send {
    height: auto !important;
    padding: 12px 25px !important;
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #aeaeae !important;
}
    button.btn.btn-success.mail_send:hover {
        background: #e7e7e7 !important;
        color: #000 !important;
    }

button.btn.btn-success.mail_send_mailblast {
    height: auto !important;
    padding: 35px 25px !important;
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #aeaeae !important;
}

    button.btn.btn-success.mail_send_mailblast:hover {
        background: #e7e7e7 !important;
        color: #000 !important;
    }

.footer{
    display:grid
}

.footer img {
    position: absolute;
    right: 10px;
    width: 40px;
    top: 2px;
}

.footer {
    display:grid
}

  .footer img {
    position: absolute;
    right: 10px;
    width: 40px;
    top: 2px;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    color:#000 !important;
    font-weight:400 !important;
    /*width:100px !important;*/
}

  .m-table__main .ui-jqgrid tr.ui-search-toolbar td > input {
  border: 1px solid #dadada !important;
  box-shadow: none !important;
}

.ui-jqgrid .ui-jqgrid-sdiv, .ui-jqgrid .ui-jqgrid-ftable {
  width: 100% !important;
}

.ui-jqgrid tr.footrow-ltr td {
  border: 1px solid #dedede;
  border-left: 0px;
  padding: 4px 20px;
}

    .ui-jqgrid tr.footrow-ltr td:nth-child(1) {
     border-left: 1px solid #dedede;
 }

.modal-sm {
    max-width: 35%;
}

.m-table__main .ui-jqgrid-view {
    min-height: 20vh;
    overflow: auto;
     max-height: calc(100vh - 72px - 72px);
}
.-virtual-scroll .ui-jqgrid-hdiv {
    position: sticky !important;
    top: 0px !important;
    z-index: 1000000 !important;
}
/*.ui-jqgrid-hdiv {
    position: sticky !important;
    top: 0px !important;
    z-index: 1000000 !important;
}
.freeze_scroll .ui-jqgrid-hdiv {
    position: initial !important;
    top: 0px !important;
    z-index: 1000000 !important;
}*/

/*.ui-jqgrid-bdiv {
    max-height: none !important
}*/



.m-table__main .ui-jqgrid .ui-jqgrid-htable {
    border-bottom: 1px solid #dedede;
}

.-virtual-scroll .ui-jqgrid .ui-jqgrid-hbox {
    padding-right:0px !important;
}

.ui-jqgrid .ui-jqgrid-sdiv, .ui-jqgrid .ui-jqgrid-ftable {
     width: 100% !important;
     position: sticky;
     z-index: 1000000;
     bottom: 0px;
}

  .jqgfirstrow {
    display: table-row;
    padding: 0px !important;
}

.m-table__main .table .jqgfirstrow td {
    padding: 0px !important;
}

.m-table__main .table td {
    padding: 4px 13.4px !important;
}

.details_exclusion ul {
    padding-left: 0px;
    list-style-type: none;
}

    .details_exclusion ul li {
        float:left;
         width:50%
    }

/*.navigation-menu li.has-submenu:nth-child(2) .fa-home:before {
    content: "\f024";
}

.navigation-menu li.has-submenu:nth-child(2) .fa-home:before, .navigation-menu li.has-submenu:nth-child(3) .fa-home:before, .navigation-menu li.has-submenu:nth-child(4) .fa-home:before {
    content: "\f024" !important;
}nanana*/


/*.navigation-menu li.has-submenu:nth-child(3) .fa-home:before {
    content: "\f024";
}

.navigation-menu li.has-submenu:nth-child(4) .fa-home:before {
    content: "\f013";
}
*/
/*.navigation-menu li.has-submenu:nth-last-child(1) .fa-home:before {
    content: "\f013";
}*/

/*.navigation-menu li.has-submenu:nth-last-child(2) .fa-home:before {
    content: "\f013";
}

.navigation-menu li.has-submenu:nth-last-child(1) .fa-home:before {
    content: "\f02d";
}nananaa*/

    select [multiple] option:hover, select[size] option:hover {
    background: #d46262
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {
     height:300px;
     max-height:300px;
}

.allocated_details .skus_allocated {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 15px;
    top: 60px;
}

.modal .modal-dialog .modal-content .modal-body {
    word-break: break-word;
}
.table_scroll {
    height:50vh;
    overflow:auto;
}
    .table_scroll th {
        background: #e2e2e2;
    }
    .table_scroll th:nth-child(3), .table_scroll th:nth-child(1), .table_scroll th:nth-last-child(1) {
        width: 120px;
    }
    .table_scroll thead tr th {
        padding: 5px 10px !important;
        line-height: 1;
        position:sticky;
        top:-1px;
    }
    .table_scroll td, .table_scroll th {
        border: 1px solid #c7c7c7;
    }
.allocation_table .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    background: transparent;
}


/* Text colors */
.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-custom {
    color: #02c0ce !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-white {
    color: #ffffff !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-danger {
    color: #f1556c !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-muted {
    color: #98a6ad !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-primary {
    color: #2d7bf4 !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-warning {
    color: #f9bc0b !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-success {
    color: #0acf97 !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-info {
    color: #4eb7eb !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-pink {
    color: #ff679b !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-purple {
    color: #777edd !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td.text-dark {
    color: #313a46 !important;
}

.modificatios_sto {
    position: absolute;
    right: 20px;
    top: 55px;
}
    .modificatios_sto.search_refresh i.fa {
        font-size: 13px;
    }
.plant_category {
    display:flex;
}
    .plant_category p{
    font-size: 12px;
    color: #000;
    font-weight: 500;

    }
    .plant_category label {
        color: #f0483e;
        font-size: 14px;
        padding-right:5px;
    }
.details_icon li {
    float: left;
    list-style-type: none;
    padding-right: 15px;
}
/*.details_icon {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}*/
.width_100{
    float:left;
    width:100%;
}
.details_icon ul {
    padding-left: 10px;
    margin-bottom: 5px;
}

.menu_table th {
    background: #d46262;
}

.modal-footer.c-alert__footer button {
    line-height: 1;
    padding: 7px 20px !important;
    border: 0px !important;
}

.table_scroll .table td {
    border: 1px solid #c7c7c7 !important;
}

.ui-search-input select {
    border: 1px solid #000000 !important;
    border-radius: 3px !important;
    width: 100%;
}

.modal-body .m-table__main .ui-jqgrid-view {
    min-height: 20vh;
    overflow: auto;
    max-height: calc(100vh - 122px - 122px);
}
c .m-table__responsive{
    overflow:initial
}
.modal-body .m-table__main .ui-jqgrid-bdiv {
    height: auto !important;
    overflow: initial;
}
.pro-user-name {
    position: relative;
    top: 5px;
}



@font-face {
    font-family: "flaticon_mycollection";
    src: url('../flaticon_font/flaticon_mycollection.ttf') format('truetype'), url('../flaticon_font/flaticon_mycollection.woff') format('woff'), url('../flaticon_font/flaticon_mycollection.woff2') format('woff2');
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_mycollection !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-eye:before {
    content: "\f101";
}

i.flaticon.flaticon-eye {
    color: #1101fd;
    font-size: 16px;
}

.allocationDetail .m-table__main .ui-jqgrid .ui-jqgrid-hdiv {
    background: none;
    overflow: initial;
}
.allocationDetail .m-table__main .ui-jqgrid-bdiv {
    height: 400px !important;
    overflow: initial;
}

.cke_contents {
    height: 230px !important;
}

.modal label#PlantCode {
    padding-right: 0px;
}

.allocationDetail .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    color: #000 !important;
    font-weight: 400 !important;
    width: 100px !important;
}

.allocationDetail .ui-th-ltr, .allocationDetail .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    text-align: left !important;
    width: 100px !important;
}

.mailError {
    font-size: 14px;
}

.ui-autocomplete {
    z-index: 10000;
    max-height: 300px;
    overflow: auto;
    box-shadow: 0px 0px 3px #dedede;
}
.al_details{
    max-width:85% !important;
}



.sync_allocation th#syncDemandDifferencesGrid_isConfirmed {
    width: 40px !important;
}

.sync_allocation td.text-right.sync_check {
    width: 60px !important;
}

.height29 {
    height: 29px !important;
    
}
.sto_modified td {
    width: 100px;
}
.sto_modified th {
    width: 100px !important;
}

#stoModifyGrid .jqgfirstrow {
    display: contents !important;
}

#centralplannerDetails .jqgfirstrow {
    display: contents !important;
}


.pager_value #productMappingGridPager_center table.ui-pg-table.ui-common-table.ui-paging-pager {
    display: block;
}


/*NEW ALLOCATION DETAILS UI CSS 07-06-2023*/   
a.nav-link.tab-pills.active {
    border-radius: 0px;
    background-color: #d46262;
    color: #fff;
    position: relative;
    background: #ffc1c0;
    border: 1px solid #ffc1c0 !important;
    color: #c61b37 !important;
}

    a.nav-link.tab-pills.active::before {
        content: "";
        position: absolute;
        border: 7px solid transparent;
        right: -14px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-left-color: #ffc1c0;
    }

a.nav-link.tab-pills {
    border: 1px solid #ffc1c0;
    border-radius: 0px;
    color: #000;
    line-height: 1;
    padding: 10px 20px;
    background: transparent;
}
/*a.nav-link.tab-pills:nth-child(1) {
        border-left: 1px solid #d46262;
    }*/
.nav.nav-pills.nav-fill {
    align-items: center;
}
/*a.nav-link.tab-pills:nth-child(2) {
    border-right: 1px solid #d46262;
}*/
button#next_button {
    border-radius: 0px;
    color: #fff !important;
    line-height: 1;
    padding: 8px 25px;
    background: #d46262;
    border: 1px solid #d46262;
    box-shadow: none;
}

.prev_next {
    align-items: center;
    float: right;
    text-align: right;
    border: 0px solid #000;
    padding-left: 30px;
    position: absolute;
   /* left: 28%;*/
    margin-top: 8px;
}

    .prev_next button {
        line-height: 1;
        padding: 8px 25px;
    }

button#back_button {
    border: 1px solid #d46262;
    border-radius: 0px;
    color: #000 !important;
    padding: 8px 25px;
    box-shadow: none;
}

    button#back_button:hover {
        text-decoration: none;
    }

button[disabled="disabled"] {
    display: none !important;
}
/*.display-none{
    display:none;
}*/
a.nav-link.tab-pills.active:nth-last-child(1)::before {
    content: "";
    position: absolute;
    border: 0px solid transparent;
    left: -13px;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #ffc1c0;
}

th.ui-state-default.ui-th-column-header.ui-th-ltr {
    text-align: center !important;
    color: #fff !important;
}

.ui-jqgrid .ui-jqgrid-htable .jqg-first-row-header th {
    padding: 0px !important;
    border: 0px !important;
}

.display-none.disabled {
    display: block
}

.prev_next button.btn-primary {
    border-radius: 0px;
    color: #fff !important;
    line-height: 1;
    padding: 8px 25px;
    background: #d46262;
    border: 1px solid #d46262;
    box-shadow: none;
}

    .prev_next button.btn-primary:hover, prev_next button.btn-primary:active {
        border-radius: 0px;
        color: #fff !important;
        line-height: 1;
        padding: 8px 25px;
        background: #d46262;
        border: 1px solid #d46262;
        box-shadow: none;
    }

.btn.btn-link.disabled:hover {
    background: #ffe1e1;
    cursor: pointer;
}

.tab .search_refresh.text-right {
    position: absolute;
    right: 0px;
    top: -27px;
}

.tab {
    position: relative;
}

button#next_button, .prev_next button.btn-primary:hover, prev_next button.btn-primary:active, .prev_next button.btn-primary {
    padding: 6px 10px;
    background: #ffc1c0;
    border: 1px solid #ffc1c0 !important;
    color: #c61b37 !important;
    font-weight: 600;
    font-size: 12px !important;
    box-shadow: none !important;
    line-height: 1.2;
    border-radius: 0px !important;
}

button#back_button {
    opacity: 1;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid #ffc1c0 !important;
    color: #c61b37 !important;
    font-weight: 600;
    font-size: 12px !important;
    box-shadow: none !important;
    line-height: 1.2;
    border-radius: 0px !important;
    margin-right: 13px;
}

.tab .text-right.zerocc_search {
    position: absolute;
    right: 0px;
    top: -37px;
}

a.nav-link.tab-pills.ina {
    background: #d46262 !important;
    color: #fff !important;
}

    a.nav-link.tab-pills.ina.active {
        background: #ffc1c0 !important;
        color: #c61b37 !important;
    }

/*Scroll bar customization css*/
/*.-virtual-scroll .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0px !important;
}

.ui-jqgrid-bdiv::-webkit-scrollbar, .m-table__main .ui-jqgrid-view::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: block
}

.ui-jqgrid-bdiv:hover::-webkit-scrollbar, .m-table__main .ui-jqgrid-view:hover::-webkit-scrollbar {*/
    /* width: 4px;
    height: 4px;
    display: block;*/
    /*width: 15px;
    height: 15px;
    display: block;
}

.ui-jqgrid-bdiv:hover::-webkit-scrollbar,
.ui-jqgrid-bdiv:hover::-webkit-scrollbar-thumb, .m-table__main .ui-jqgrid-view:hover::-webkit-scrollbar,
.m-table__main .ui-jqgrid-view:hover::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.ui-jqgrid-bdiv:hover::-webkit-scrollbar-thumb, .m-table__main .ui-jqgrid-view:hover::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2);
}

.coustamizeScrollbar .ui-jqgrid-bdiv:hover::-webkit-scrollbar{
    width: 15px;
    height: 15px;
    display: block;
}*/

.m-table__full-screen {
    position: fixed;
    top: 0px;
    background: #fff;
    left: 0px;
    padding-top: 15px;
    z-index: 10000000;
    padding: 10px;
    height: 100%;
}

.dark .m-table__full-screen {
    background: #212529 !important;
}



.body_expand.m-table__full-screen {
    padding: 10px;
    z-index: 100;
}



.body_header.m-table__full-screen {
    top: 40px;
    padding: 10px;
}

.minimize {
    display: none;
}

.body_header.m-table__full-screen .minimize {
    top: 45px;
}

.m-table__full-screen .minimize {
    display: block;
    position: fixed;
    right: 20px;
    top: 5px;
    z-index: 10000;
}

/*.m-table__full-screen .panel_screen.fullscreen-btn {
    padding: 10px;
}*/
.fullscreen-btn img.expand {
    width: 20px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}
/*.m-table__full-screen .m-table__main .ui-jqgrid-bdiv {
    width: 100% !important;
    max-height: calc(100vh - 28vh) !important;
}*/
.m-table__full-screen .m-table__main .ui-jqgrid-view {
    min-height: 20vh;
    overflow: auto;
    max-height: calc(100vh - 30px - 30px);
}

.scroll_text {
    overflow: hidden;
    position: relative;
    background: #ffc1c0;
    color: black;
    border: 0px solid orange;
    padding: 5px 5px;
    font-size: 13px;
    margin-top: 10px;
}

.btn.btn-primary.ms-auto.disabled {
    opacity: 1;
    cursor: pointer;
}



.frozen-bdiv.ui-jqgrid-bdiv .ui-jqgrid-btable.ui-common-table {
    border-collapse: collapse !important;
    background: #fff;
}

.freeze_scroll.pager_value {
    position: relative;
    z-index: 0;
}

/*ranjith added 28-06-2023*/
.future-button {
    margin: 15px;
}

.scroll_textPP {
    overflow: hidden;
    position: relative;
    background: #ffc1c0;
    color: black;
    border: 0px solid orange;
    padding: 5px 5px;
    font-size: 11px;
    line-height: 1;
    margin-top: 0px !important;
}
/*.upload_file {
    position: absolute;
    top: -50px;
    z-index:-10;
}*/
.summary_morque{
    margin-top:35px;
}

.file-upload-left {
    position: absolute;
    right: 0;
    top: -80px;

}

.space-bw-btn {
    margin-right: 5px !important;
}

.text-area-runText {
    width: 500px !important;
    height: 100px !important;
}

.text_ledger {
    margin-bottom:0 !important
}

.allocation_bypass_grid_align {
    width: 70%;
    margin: 5% auto;
}

.sto_modification .ui-jqgrid .ui-jqgrid-bdiv {
    overflow: auto;
    height: 500px !important;
}
.sto_modification.m-table__main .ui-jqgrid-view {
    max-height: initial;
}

.child-submenu{
    display: none;
}
.menus_child:hover .child-submenu {
    position: absolute;
    left: 100%;
    background: #fff;
    min-width: 160px;
    position: absolute;
    top: auto;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    margin-top: 0px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    display: block;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.divspace {
    margin-top: 80px;
}
.border_remove {
    margin-bottom: 2px;
}
.excelheader {
    padding: 5px 10px !important;
}


.eror_page {
    position: relative;
    background: url('../assets/images/sanity_bg.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: right 100%;
    height: 100vh;
}

.eror_page p {
    line-height: 1.6;
    font-size: 26px;
    width: 40%;
    color: #300500;
}

.eror_page .under_maintence h1 {
    font-size: 60px;
    color: #ffa669;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 50px;
    letter-spacing: 0px;
    font-weight: bold;
}

.eror_page h2 {
    line-height: 1;
    font-size: 63px;
    color: #5e4dff;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-weight: bold;
}

.eror_page .steam_logo img {
    max-width: 36%;
    height: 22vh;
    margin-top: 8px;
}

.eror_page .wrapper {
    padding: 30px 0px 18px 90px;
}

.sanity_error.container-fluid.body-content {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    min-height: 100vh;
    background: #fff;
    padding: 0px;
}

.sanity_time1 {
    color: orangered;
}
    .sanity_time1.fontsize {
        font-size:18px;
        color:black;
    }
.sanity_time2 {
    color: #00d200;
    font-weight: bold;
}
.sanitycontent{
    width:370px;
}

.p2p-cnp-arrangr {
    margin-top: 24px;
}

.cke_notifications_area {
    display: none;
}

body.modal-open {
    overflow: hidden !important;
}
body.modal-opennn{
    overflow: hidden;
}
.modal-opennn .modal.fade {
    overflow: auto;
}
.highlighted-row td {
    background-color: #F5B7B1 !important; /* !important to override other styles if needed */
}

.highlighted-row-peach td {
    background-color: #ffd0b6 !important; /* !important to override other styles if needed */
}
.highlighted-row-mint td {
    background-color: #DBE8D8 !important; /* !important to override other styles if needed */
}
.highlighted-row-neon td {
    background-color: #B4F8C8 !important; /* !important to override other styles if needed */
}

/* for Next and Prev Buttons*/
.d-flex.prev_next button{
background: transparent !important;
border: 0px !important;
padding: 0px !important;}

.next_arow, .prev_arow {
    position: relative;
}

    .next_arow span:before, .prev_arow span:after {
        content: "/";
        float: left;
        border: 9px solid #d46262;
        content: '';
        display: block;
        height: 0px;
        margin-top: 0px;
        position: absolute;
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 41px;
        top: 50%;
        width: 0;
    }

    .next_arow span, .prev_arow span {
        width: 50px;
        height: 16px;
        background: #d46262;
        float: left;
    }

    .next_arow p, .prev_arow p {
        position: absolute;
        text-align: center;
        color: #fff;
        margin: 0px;
        line-height: 1;
        font-size: 11px;
        left: 14px;
        top: 3px;
    }

    .prev_arow span:after {
        left: -7px;
    }
.next_submit p{
    left: 10px;
}
.next_submit span {
    width: 60px;
}
.next_submit span:before{
    left: 51px !important;
}
.search-box {
    display: flex;
    margin: 10px;
}
.modal-open .datepicker.datepicker-dropdown{
    z-index:1060 !important;
}

/* Page: FG MOQ Material Mapping , Date : 15/07/2024 , Author : Vishal*/
td input.form-control {
    border: 1px solid transparent !important;
    margin: 0px !important;
    border-radius: 0px !important;
}

    td input.form-control:focus {
        border: 1px solid #0094ff !important;
    }

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    border: 1px solid #c4c4c4;
    text-align: center;
    height: auto;
}
#jqgh_SOToMailRecipientsGrid_ProductionOrderToEmailAddresses {
    text-align: left !important;
}
#jqgh_SOCcMailRecipientsGrid_ProductionOrderCcEmailAddresses {
    text-align: left !important;
}
.poMailHubSize, .poMailCountrySize{
    font-size:12px;
}
/* Page: Weekly DPR , Date : 03/09/2024 , Author : Vishal*/
.Icons_Size_DPR{
    font-size:1rem;
}

.bg-exclusion {
    background-color: #FFFF00; /* A yellow/orange highlight color */
    color: #fff; /* White text */
    /*font-weight: bold;*/ /* Optional: to make text stand out */
}
