@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v14-latin-500.eot"); /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
        url("../fonts/montserrat-v14-latin-500.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/montserrat-v14-latin-500.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../fonts/montserrat-v14-latin-500.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/montserrat-v14-latin-500.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/montserrat-v14-latin-500.svg#Montserrat")
            format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v14-latin-700.eot"); /* IE9 Compat Modes */
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("../fonts/montserrat-v14-latin-700.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/montserrat-v14-latin-700.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../fonts/montserrat-v14-latin-700.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/montserrat-v14-latin-700.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/montserrat-v14-latin-700.svg#Montserrat")
            format("svg"); /* Legacy iOS */
}
body {
    font-family: "Montserrat";
    font-weight: 500;
}
select option {
    font-family: "Montserrat", sans-serif;
}
button:focus {
    outline: none;
}
.splash {
    position: absolute;
    width: 100%;
    background: #212121;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
}
.spl-cntnt {
    text-align: center;
}
.spl-hdng {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    margin-top: 65px;
    position: relative;
}
.spl-hdng::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #3e3e3e;
    left: 50%;
    margin-left: -100px;
    bottom: -10px;
}
.spl-footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    color: #4c4c4c;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.login-bg {
    background: url("../images/login-right-bg.png") right center no-repeat;
    background-size: contain;
}
.login-logo {
}

.login-form-main {
    margin-top: 50px;
}
.login-form-main h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}
.login-form-main p {
    font-size: 14px;
}
.login-form-h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}
.log-p-line {
    position: relative;
    width: 200px;
    height: 1px;
    background: #262022;
    display: block;
}
.log-p-line::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #95aa12;
    left: 50%;
    margin-left: -40px;
    top: -1px;
}
.login-form {
    margin-top: 30px;
    max-width: 80%;
}
.log-lbl {
    font-size: 14px;
}
.login-input {
    width: 100%;
    padding: 8px 18px;
    margin-bottom: 20px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
}
.login-input:focus {
    outline: none;
}
.login-btn i {
    margin-right: 7px;
}
.login-btn {
    background: #95aa12;
    padding: 7px 17px;
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
    display: inline-block;
    border: none;
}
.login-btn:hover {
    color: #fff;
    text-decoration: none;
}
.login-btn:focus {
    outline: none;
}
.login-btn-cncl {
    background: #e0c41b;
    color: #000;
}
.login-btn-cncl:hover {
    color: #000;
}
.frgt-pswd {
    float: right;
    font-size: 14px;
    color: #000;
    margin-top: 20px;
    text-decoration: underline;
}
.frgt-pswd:hover {
    color: #000;
}
.log-cmpny-adrs {
    font-size: 19px;
    font-weight: 700;
    text-align: right;
    position: relative;
    z-index: 2;
}
.log-rgt-txt {
    transform: rotate(-90deg);
    color: #e7e7e7;
    font-size: 78px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -26px;
    left: -40px;
    z-index: 1;
}
.log-rgt-img {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 50px;
}
.log-cmpny-adrs-mob {
    display: none;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}
@media (max-width: 1199px) {
    .log-rgt-txt {
        font-size: 80px;
        left: -25px;
    }
}
@media (max-width: 991px) {
    .log-rgt-txt {
        font-size: 70px;
        left: -15px;
        top: 12px;
    }
}
@media (max-width: 767px) {
    .log-rgt-mob {
        display: none;
    }
    .login-form {
        max-width: 100%;
    }
    .log-cmpny-adrs-mob {
        display: block;
    }
    .login-form-main {
        margin-top: 30px;
    }
}
.cust-bg {
    background: #edf2f8;
}
.content-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container-custom {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
.dshbrd-box {
    height: 100%;
    border-radius: 9px;
    padding: 20px;
}
.b1 {
    background: #95aa12;
}
.b2 {
    background: #bdd529;
}
.b3 {
    background: #e0c525;
}
.b4 {
    background: #f1dc5d;
}
.db-icon {
    width: 61px;
    height: 59px;
    border-radius: 9px;
    padding: 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.db-i1 {
    background: #6b7c05;
}
.db-i2 {
    background: #98aa29;
}
.db-i3 {
    background: #c2ae33;
}
.db-box-lnk1 {
    font-size: 12px;
    color: #5b6904;
}
.db-box-lnk1:hover {
    color: #5b6904;
    text-decoration: none;
}
.db-box-lnk1 i {
    font-size: 26px;
    color: #5b6904;
    font-weight: 700;
}
.db-box-rgt {
    width: 100%;
    padding-left: 10px;
}
.db-box-rgt h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #5b6904;
    margin-bottom: 0;
}
.db-count {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
@media (max-width: 1100px) {
    .db-box-rgt h2 {
        font-size: 10px;
    }
}
.db-tables {
    padding-top: 20px;
}
.db-tble-box {
    background: #ffffff;
    box-shadow: 0px 0px 5px #0000001c;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
}
.table-hdng {
    padding-bottom: 10px;
}
.table-hdng h2 {
    font-size: 14px;
    font-weight: 700;
}
.cmn-btn {
    color: #fff;
    padding: 11px;
    background: #95a912;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
}
.cmn-btn:hover {
    color: #fff;
    text-decoration: none;
}
.cmn-btn:focus {
    outline: none;
}
.cust-tbl {
    border: 1px solid #d5d5d5;
}
.cust-tbl thead th {
    vertical-align: bottom;
    border-bottom: none;
    background: #d5d5d5;
    font-size: 12px;
}
.cust-tbl tr td {
    font-size: 12px;
}
.cust-tbl tr th,
.cust-tbl tr td {
    padding: 10px;
    vertical-align: middle;
}
.logo {
    padding-top: 9px;
    padding-bottom: 10px;
}
.logo-txt {
    color: #000;
    font-size: 13px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.logo-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.logo-img::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #afafaf;
    right: -13px;
    top: 5px;
}

.usr-profile {
    position: relative;
}
.hdr-select {
    font-size: 10px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #95aa12;
    margin-right: 10px;
}
.alrt {
    position: relative;
    font-size: 23px;
    margin-top: 6px;
    cursor: pointer;
    margin-right: 16px;
}
.alrt-cnt {
    position: absolute;
    left: 11px;
    font-size: 10px;
    background: #95aa12;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    top: -2px;
    font-weight: 700;
}
.prof-pic {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.usr-name {
    font-size: 13px;
    display: block;
}
.usr-posi {
    font-size: 11px;
    color: #7e7e7e;
    display: block;
}
.lgt-btn:focus {
    outline: none;
    box-shadow: none !important;
}
.log-out-mnu {
    box-shadow: 0px 0px 5px #0000001c;
    max-width: 169px;
    border: 0;
    padding: 0;
    top: 7px !important;
    left: -62px !important;
}

.log-out-mnu a {
    font-size: 12px;
    padding: 10px 15px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.log-out-mnu a:hover {
    text-decoration: none;
    color: #000;
    background: #f3f3f3;
}
.log-out-mnu a:last-child {
    border-bottom: 2px solid #95a912;
}
.log-out:focus {
    outline: none;
}
.footer {
    background: #3a3a3a;
    font-size: 12px;
    color: #6e6e6e;
    padding: 12px;
}
.header-main {
    position: relative;
}
.hdr-menu {
    background: #3a3a3a;
    position: relative;
    z-index: 2;
}
.cust-nav {
    background: #3a3a3a !important;
    padding: 0;
}
.cust-nav .nav-link {
    color: #fff !important;
    font-size: 13px;
    transition: 0.5s;
    padding: 14px 30px !important;
}

.cust-nav .nav-link:hover {
    background: #c8d866;
    color: #000 !important;
}
.cust-nav .nav-link.active {
    background: #c8d866;
    color: #000 !important;
}

.drp-cust {
    padding: 0;
    margin-top: 0;
}
.drp-cust a {
    padding: 10px 20px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}
.drp-cust a:last-child {
    border-bottom: 2px solid #95a912;
}
.drp-cust .dropdown-item:hover,
.drp-cust .dropdown-item:focus {
    background-color: #eaeaea;
    color: #000;
}
.srch-btn-cust {
    border: 0;
    color: #f1dc5d;
    margin-right: 10px;
}
.srch-btn-cust:hover {
    background: none;
    color: #f1dc5d !important;
}
.srch-btn-cust:focus {
    background: none !important;
    border: none !important;
    color: #f1dc5d !important;
    outline: none !important;
    box-shadow: none !important;
}
.srch-cust {
    background: #6b6969;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: bottom 0.3s;
}
.srch-cust.active {
    bottom: -43px;
}
.srch-inpt-cust-main {
    max-width: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.cst-btn-srch {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 2px 8px;
    border: 0;
    background: #fff;
    line-height: 27px;
    border-left: 1px solid #ccc;
}
.srch-inpt-cust {
    margin-left: auto;
    border: none;
    font-size: 13px;
    padding-right: 40px;
}
.srch-inpt-cust:focus,
.cst-btn-srch:focus {
    outline: none !important;
    box-shadow: none !important;
}
.save-btn-cust {
    background-color: #95aa12;
    border: 1px solid #95aa12;
}
.save-btn-cust:hover {
    background-color: #95aa12 !important;
    box-shadow: none !important;
    border: 1px solid #95aa12 !important;
}
.save-btn-cust:focus {
    background-color: #95aa12 !important;
    box-shadow: none !important;
    border: 1px solid #95aa12 !important;
}
.cncl-btn,
.rst-btn {
    background: #6c6e71;
}
.srch-same-line {
    padding-top: 36px;
}
.tble-ttle {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 17px;
}
.edit-btn,
.dlte-btn,
.view-btn,
.action-btn {
    color: #fff;
    font-size: 17px;
    padding: 0px 4px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.edit-btn:hover,
.dlte-btn:hover,
.view-btn:hover,
.action-btn:hover {
    color: #fff;
}
.edit-btn:focus,
.dlte-btn:focus,
.view-btn:focus,
.action-btn:focus {
    color: #fff !important;
    outline: none;
    box-shadow: none !important;
}
.pgntn-cust {
    float: right;
}
.page-item .page-link {
    color: #111;
    font-size: 12px;
}
.page-item .page-link:focus {
    box-shadow: none !important;
    z-index: 0;
}
.page-item.active .page-link {
    background-color: #95a912;
    border-color: #95a912;
}
.show-entrs,
.show-entries {
    font-size: 12px;
}
.form-label {
    font-size: 12px;
}
.save-cncl-main {
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    text-align: center;
    margin-top: 22px;
}
.ad-btn {
    float: right;
}
.selct-cust {
    font-size: 13px;
    min-height: 38px;
}
.mul-sel {
    height: 38px;
    max-height: 38px;
    font-size: 13px;
}
.mul-sel .ms-choice {
    border: none;
}
.mul-sel .ms-drop ul {
    padding: 7px 6px;
}
.mul-sel .ms-choice:focus {
    outline: none;
}
.mul-sel .ms-drop {
    left: 0 !important;
}
.mul-sel .ms-choice > span {
    top: 5px;
    padding-left: 15px;
}
.mul-sel .ms-choice > span.placeholder {
    color: #716d6d;
}
.btn-danger {
    background-color: #f14827;
    border-color: #f14827;
}
.btn-select {
    color: #fff;
    background-color: #778610;
    border-color: #778610;
}

.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #f6b63a;
    border-color: #f6b63a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #daa233;
    border-color: #c79531;
    box-shadow: none;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.stus {
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    min-width: 75px!important;
	display:block;
}
.stus.apr {
    background: #97cb5f;
}
.stus.com-ord {
    background: #3d5d1b;
}
.stus.rej {
    background: #f14827;
}
.stus.pnd {
    background: #f1ad2b;
}
.stus.pur {
    background: #669ed0;
}

.actn {
    margin-right: 2px;
    padding: 3px 6px;
}
.actn:focus {
    box-shadow: none;
}
.actn.apr {
    background: #97cb5f;
}
.actn.rej {
    background: #f14827;
}
.actn.pnd {
    background: #f1ad2b;
}
.mdl-cmt-box {
    border-bottom: 1px solid #ececec;
}
.mdl-p {
    font-size: 12px;
    line-height: 23px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.mdl-cmt-box:last-child {
    border-bottom: none;
}
.madl-bdy-hd {
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px;
}
.madl-bdy-hd1 {
    color: #49bf5d;
}
.madl-bdy-hd2 {
    color: #f39f57;
}
.mdl-cmnt-bdy {
    padding-top: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.atd {
    min-width: 100px;
}
.qr-code {
    width: 30px;
}
.radio-label {
    font-size: 12px;
    margin-right: 10px;
}
.mdl-bdy-hdng {
    font-size: 13px;
}
.mdl-lbl {
    font-size: 13px;
}
.tble-ttle .cmn-btn {
    padding: 6px 7px;
}
.form-control:focus {
    border-color: #95a912;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    padding: 8px 0;
    margin-left: -3px;
}
.navbar-toggler:focus {
    outline: none;
}
.srch-btn-mob {
    display: none;
}
.alrt-drpdwn {
    min-width: 220px;
    min-height: 250px;
    background: #fff;
    border: 1px solid #ccc;
    top: 12px !important;
    padding: 0;
}
.notif-li {
    margin: 0;
    padding: 0;
}
.notif-li li {
    list-style: none;
    display: block;
}
.notif-li li h2 {
    font-size: 14px;
    padding: 11px 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.notif-li li a {
    border-bottom: 1px solid #ccc;
    padding: 11px 15px;
    display: block;
    font-size: 11px;
    color: #464646;
}
.notif-li li:last-child {
    border-bottom: 2px solid #95a912;
}
.notif-li li a:hover {
    text-decoration: none;
    background: #f3f3f3;
}
.noti-bl-icon {
    float: right;
    color: #95a912;
    font-size: 20px;
}

.notif-li2 {
}
.notif-li2 img {
    width: 45px;
    margin-right: 10px;
}
.notif-li2 h3 {
    font-size: 12px;
    margin-bottom: 0;
    flex: 1;
}
.notif-li2 p {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 10px;
}
.ftr-cntct {
    color: #95a912;
}

@media (min-width: 1024px) and (max-width: 1198px) {
    .cust-nav .nav-link {
        padding: 14px 17px !important;
    }
}
@media (min-width: 991px) and (max-width: 1023px) {
    .cust-nav .nav-link {
        padding: 14px 15px !important;
    }
}
@media (max-width: 991px) {
    .cust-nav .nav-link {
        padding: 14px 0px !important;
    }
    .srch-btn-desc {
        display: none;
    }
    .srch-btn-mob {
        display: block;
    }
    .cust-nav .nav-link:hover,
    .cust-nav .nav-link:focus {
        background: none;
        color: #fff !important;
    }
    .srch-cust {
        padding-top: 10px;
    }
    .srch-cust.active {
        top: 0px;
        bottom: 0;
    }
}
.dp-img {
    max-width: 28px;
}
.frm-file {
    padding: 6px;
    font-size: 12px;
    height: 38px;
}
.tble-ttle .fltr-btn {
    padding: 5px 12px;
    background: #6e6e6f;
}
.tble-ttle .upld-btn {
    background: #929496;
    padding: 5px 12px;
}
.btn-secondary:focus {
    box-shadow: none !important;
}
.modal-title {
    font-size: 14px;
    font-weight: 700;
}
.aprv-btn {
    background: #97cb5f;
    border-color: #97cb5f;
}
.aprv-btn:focus,
.aprv-btn:hover {
    background: #97cb5f !important;
    border-color: #97cb5f !important;
}
.rej-btn {
    background: #ff4a4a;
    border-color: #ff4a4a;
}
.rej-btn:focus,
.rej-btn:hover {
    background: #ff4a4a !important;
    border-color: #ff4a4a !important;
}
.cmt-btn {
    background: #f1ad2b;
    border-color: #f1ad2b;
}
.cmt-btn:focus,
.cmt-btn:hover {
    background: #f1ad2b !important;
    border-color: #f1ad2b !important;
}
.drp-icon {
    font-size: 14px;
}
.drp-main:hover .drp-cust {
    display: block;
}
.cmt-alrt {
    position: relative;
}
.cmt-alrt-ico {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #3f4d67;
    border-radius: 50%;
    top: -3px;
    right: -4px;
}
.pur-sts {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    text-align: center;
}
.pur-sts.y {
    border: 1px solid #95a912;
    color: #95a912;
}
.pur-sts.n {
    border: 1px solid #ff4a4a;
    color: #ff4a4a;
}
/*-----------V2------*/
.bootstrap-datetimepicker-widget.dropdown-menu,
.form-control {
    font-size: 12px;
}
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 400px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 5px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.cust-dbrd-chrt svg {
    height: 180px;
}
.cust-dbrd-chrt #container {
    height: 180px !important;
}
.lgnd {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}
.lgnd-box {
    width: 30px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}
.wrkng {
    background: red;
}
.non-wrkng {
    background: green;
}
.dispo {
    background: blue;
}
/*---- SH ----- */

.dataTables_length {
    margin-right: 10px;
}
.dataTables_length label {
    margin-bottom: 0;
}
.dataTables_length label,
.dataTables_filter label,
.dataTables_info {
    font-size: 12px;
}
table.dataTable thead th:focus {
    outline: none;
}
table.dataTable thead th::before,
table.dataTable thead th::after {
    display: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
}
table.dataTable.cust-tbl {
    width: 100% !important;
    border: 1px solid #d5d5d5;
}
table.dataTable thead th:not(:last-child) {
    border-right-color: #c5c0c0;
}
.dt-button-collection a.buttons-columnVisibility {
    position: relative;
}
.dropdown-item.buttons-columnVisibility:active {
    background-color: #fff;
    color: #212529;
}
.dt-button-collection a.buttons-columnVisibility:focus {
    outline: none;
}
.dt-button-collection a.buttons-columnVisibility.active {
    background-color: transparent;
    color: inherit;
}
.dt-button-collection a.buttons-columnVisibility::before,
.dt-button-collection a.buttons-columnVisibility.active span::before {
    position: absolute;
}
.dt-button-collection a.buttons-columnVisibility::before {
    content: " ";
    width: 12px;
    height: 12px;
    left: 6px;
    top: 10px;
    background-color: #ccc;
}
.dt-button-collection a.buttons-columnVisibility.active::before {
    background-color: #95a912;
}
.dt-button-collection a.buttons-columnVisibility.active span::before {
    content: "";
    width: 5px;
    height: 10px;
    left: 10px;
    top: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dt-button-collection a.buttons-columnVisibility span {
    margin-left: 5px;
    font-size: 13px;
}
.dt-button-collection a.buttons-colvisRestore {
    padding-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    border-top: 1px solid #ccc;
}
.dt-button-collection a.buttons-colvisRestore:focus {
    outline: none;
}
.dt-button-collection a.buttons-colvisRestore:active {
    background-color: transparent;
    color: inherit;
}
.dt-buttons.btn-group .btn {
    border-left: 1px solid #565656;
}
@media (max-width: 767px) {
    div.dt-buttons {
        text-align: left;
        margin-bottom: 0;
        width: auto;
    }
    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 10px;
        justify-content: center;
    }
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #95a912;
    border-color: #95a912;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #859711;
    border-color: #778610;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6e6e6f;
    border-color: #6e6e6f;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5a5a5b;
    border-color: #4c4c4d;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.bootstrap-datetimepicker-widget table td.today::before {
    display: none;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #abb9c5;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #95a912;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.sel-style:not(.ms-parent) {
    max-height: 32px;
    overflow: hidden;
}
.ms-parent.mul-sel.sel-style {
    height: auto;
    max-height: 32px;
    font-size: 12px;
}
.sel-style .ms-choice {
    border: none;
    margin-top: -2px;
}
.sel-style .ms-choice:focus {
    outline: none;
}
.sel-style .ms-choice > span {
    top: 2px;
}
.sel-style .ms-drop {
    left: 0;
}
.sel-style .ms-drop ul > li:not(.selected):focus,
.sel-style .ms-drop ul > li:not(.selected):hover {
    background-color: #e1e3e9;
}
.sel-style:not(.mul-sel) .ms-drop ul > li.selected {
    background-color: #95a912;
}
.sel-style .ms-drop ul > li input[type="checkbox"],
.sel-style .ms-drop ul > li input[type="radio"] {
    margin-top: 2px;
}
.sub-tabs {
    border-bottom-color: transparent;
}
.sub-tabs .nav-item {
    margin-left: 4px;
    margin-right: 4px;
}
.sub-tabs .nav-item:first-child {
    margin-left: 0;
}
.sub-tabs .nav-item:last-child {
    margin-right: 0;
}
.sub-tabs .nav-link {
    border-bottom-color: transparent !important;
    font-size: 13px;
}
.sub-tabs .nav-link:not(.active) {
    background-color: #e1e3e6;
    border: 1px solid #d4d6d8;
    color: inherit;
}
.sub-tabs .nav-link.active {
    background-color: #95a912;
    border: 1px solid #889b10;
    color: #fff;
}
.sub-tab-content {
    border: 1px solid #d4d6d8;
    border-radius: 4px;
    border-top-left-radius: 0;
}
.sub-tab-content-pad {
    padding: 20px;
}
.bootstrap-touchspin-up,
.bootstrap-touchspin-down {
    border: 1px solid #ced4da;
    background-color: #f0f0f0;
    padding-top: 0;
    padding-bottom: 0;
}

/* -----BR-(aug-27)---- */
.sm-line-btn{
	padding-top:32px;
}
.g-sett-box{
    display: block;
    background: #FFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
	box-shadow: 0px 0px 5px #0000001c;
	height:100%;
}
.g-sett-box:hover{
	text-decoration:none;
}
.g-sett-box i, .g-sett-box span{
    display: block;
}
.purge-box{
    border-top: 5px solid #95aa12;
}
.g-sett-box i{
    font-size:45px;
	color:#95aa12;
}
.g-set-brnd{
	color:#95aa12;
	font-size:17px;
	margin-top:10px;
	margin-bottom:3px;
}
.g-set-desc{
    font-size: 12px;
    color: #8a8a8a;
}
.cust-hnts{
	font-size:11px;
	display:block;
	margin-top: 4px;
}
.cust-clr-code {
    position: relative;
}
.cust-clr-code .sp-replacer {
    position: absolute;
    top: 31px;
    right: 16px;
    border-color: #CCC;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 4px;
}
.frm-lbl{
	font-weight:700!important;
}
.crsr-not{
	cursor:not-allowed;
}
.btn-snd-tst {
    display: block;
    font-size: 11px;
    border: 1px solid #CCC;
    padding: 5px;
}
.cust-intrvl{
	position:relative;
}
.cust-intrvl1{
	position: absolute;
    display: block;
    background: #CCC;
    right: 16px;
    top: 31px;
    font-size: 12px;
    padding: 6px 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.cust-intrvl2{
	position: absolute;
    display: block;
    background: #CCC;
    right: 16px;
    top: 1px;
    font-size: 12px;
    padding: 6px 8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.tp-hdng{
	font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
}
.cust-srt-tbl .search input{
	padding:19px 6px!important;
}
.cust-srt-tbl .fixed-table-container .table thead th .both {
    background-image: url(../images/sort_both.png)!important;
}
.cust-srt-tbl .fixed-table-container .table thead th .asc {
    background-image: url("../images/sort_asc.png")!important;
}
.cust-srt-tbl .fixed-table-container .table thead th .desc {
    background-image: url("../images/sort_desc.png")!important;
}
.table-pagination-cont {
    display: flex;
    justify-content: flex-end;
}
.table-page-info {
    font-size: 12px;
}
.permissions-item h2{
	font-size:16px;
}
.header-row {
    background: #e6e6e6!important;
    border-bottom: 2px solid #d2d4d6;
}
.form-group input[type=text] {
     min-height: 37px;
}
.dwnd-btn{
	background:#17a2b8;
	padding:5px!important;
}
.th-clr0{
	background:#92a02d!important;
}
.th-clr1{
	background:#cdda75!important;
}
.th-clr2{
	background:#fbc525!important;
}

/*----- 21-Oct -------*/

.sel-style .ms-choice > span {
    top: 5px;
}
.sel-style{
	height:37px!important;
    padding: 3px 11px;
}
.cust-sel-new{
	height:37px!important;
	padding-left: 3px;
}
.filt-bt{
    padding: 7px 10px;
}
.doc {
    background: #97cb5f;
}
.btn-note {
    background: #274379;
    position: relative;
}
.cust-mdl-bdy {
    max-height: 400px;
    overflow-y: scroll;
}
.nt-row {
    border-bottom: 1px solid #e8e7e7;
    padding-top: 12px;
}
.nt-row:first-child {
    padding-top: 0px;
}
.nt-row h2 {
    font-size: 12px;
    font-weight: 700;
}
.nt-row-per1 {
    color: #0dad46;
}
.nt-row-per2 {
    color: #ff6e07;
}
.cust-mdl-bdy p {
    font-size: 13px;
    line-height: 23px;
}
.mdl-lnk {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
}
.pprclp {
    color: #000;
    font-size: 22px;
    margin-right: 9px;
}
.no-brdr{
	border:none;
}
.fold-marg {
    margin-bottom: 30px;
}
.fold-box {
    position: relative;
    text-align: center;
    height: 100%;
    border-radius: 6px;
    background-color: #F5F7F9;
    padding: 10px 10px 6px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.fold-name {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #212529;
}
.fold-btns {
    position: absolute;
    right: 0;
    top: 0;
}
.btn-primary1 {
    background: #676d79;
}
.page-item.active .page-link {
    z-index:1;
}
.rdo-mt{
	margin-top:9px;
}


.cust-prc-range-lbl{
}
.slider-labels {
  margin-top: 10px;
  font-size:11px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #6e6e6f;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #6e6e6f;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}


.dwnd-btn-fltr{
	background:#17a2b8;
	border-color:#17a2b8;
}



.dwnd-btn-fltr:hover, .dwnd-btn-fltr:focus, .dwnd-btn-fltr:not(:disabled):not(.disabled):active {
	background:#17a2b8;
	border-color:#17a2b8;
}
.sme-lne-btn{
    margin-top: 30px;
    padding: 5px;
    text-transform: uppercase;
}
.dcmnt-ad {
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 28px;
    padding-bottom: 12px;
}
.view-pg-cntnt {
    border: 1px solid #e8e7e7;
    margin-bottom: -22px;
    border-bottom: 1px solid #e8e7e7;
}
.dwnld-doc {
    background: #17a2b8;
    color: #FFF;
    padding: 1px 6px;
    margin-left: 4px;
    border: none;
    border-radius: 4px;
}
.dwnld-doc-pp {
    background: #17a2b8;
    color: #FFF;
    padding: 4px 6px;
    margin-left: 4px;
    border: none;
    border-radius: 4px;
}
.rprt-mns{
	color:#3dd43d;
}
.rprt-pls{
	color:#ff4f4f;
}
.btn-aprv{
	background: #95a912;
}


.cust-tab-content {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-top: none;
}
.prd-tab .nav-tabs .nav-link{
	color:#000;
	font-size:13px;
	background:#e1e6bf;
	border-color: #e9ecef #FFF #dee2e6;
}

.prd-tab .nav-tabs .nav-link.active, .prd-tab .nav-tabs .nav-item.show .nav-link{
	color: #ffffff;
    background-color: #96a91c;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 13px;
}

.prd-tab .nav-tabs .nav-link:hover, .prd-tab .nav-tabs .nav-link:focus {
    border-color: #e9ecef #FFF #dee2e6;
}
.btn-rnw{
    background: #ff8d00;
    border-color: #ff8d00;
    margin-top: 31px;
    padding: 6px;
	color:#FFF;
	text-transform: uppercase;
    font-size: 13px;
}
.btn-rnw:hover{
    background: #ff8d00;
    border-color: #ff8d00;
	color:#FFF;
}
.btn-rnw:focus{
    background: #ff8d00;
    border-color: #ff8d00;
	outline:none;
	box-shadow:none!important;
}
.in-splr-block{
	margin-bottom:50px;
	border-bottom: 1px solid #e8e7e7;
}
.in-splr-block-hd{
    font-size: 14px;
    font-weight: 700;
}
.btn-pymnt{
	background:#7bd68f;
	border-color:#7bd68f;
}
.btn-re-snd{
	background:#068e23;
	border-color:#068e23;
}
.btn-prch-ordr{
	background:#9917ea;
	border-color:#9917ea;
}
.btn-note-noti {
    background: red;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -6px;
    right: -2px;
}
.itm-rq-sts{
	min-width: 87px!important;
}
.btn-sv-snd{
	background:#717f11;
	border-color:#717f11;
}
.btn-mv-pm{
	background:#565656;
	border-color:#565656;
}
.btn-dwnd-pp{
	background:#17a2b8;
}
.btn-push{
	background:#95a912;
	border-color:#95a912;
}
.rqst-sts{
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 4px;
}
.rqst-sts-pnd{
    background: #ffc107;
}
.rqst-sts-apr{
    background: #28a745;
}
.rqst-sts-po{
    background: #91d449;
}
.sts-txt{
	font-size:10px;
}
.btn-rqst-rjct{
	background:#dc3545;
	color:#FFF;
}
.btn-rqst-prt{
	background:#bed23d;
	color:#FFF;
}
.btn-rqst-rjct:hover, .btn-rqst-prt:hover{
	color:#FFF;
	box-shadow:none!important;
}
.btn-rqst-rjct:focus, .btn-rqst-prt:focus{
	box-shadow:none!important;
}
.sts-txt span{
	font-size:8px;
	color:red;
	display:block;
	text-align:right;
}
.pr-ord-cmnt-ico{
    padding: 4px 6px!important;
}
.blng-adrs{
	font-size:10px!important;
}
.prs-btn-pymnt{
	margin-top:24px!important;
}
.cust-prch-flag {
    color: red;
    font-size: 14px;
    margin-top: -28px;
    display: block;
    margin-left: 7px;
}
.flg-txt{
	color:red;
}
.intr-prch-grd tr th, .intr-prch-grd tr td{
	font-size:10px;
}
.mdtry{
	color:red;
}
.mr-tp-cust{
    margin-top: 7px;
}
.po-pp-hdr{
	padding:0 15px;
}
.brdr-po-pp{
	border:1px solid #dee2e6;
	border-right:none;
}
.brdr-po-pp1{
	border:1px solid #dee2e6;
	border-left:none;
}
.sv-snd-tp-adrs img{
    max-width: 150px;
    display: block;
    padding-bottom: 12px;
}
.sv-snd-tp-adrs{
    padding: 10px 0;
    font-size: 11px;
	line-height: 17px;
}
.sv-snd-tp-ttl{
	 padding-top: 50px;
}
.sv-snd-tp-ttl h2 {
    font-size: 22px;
    font-weight: 700;
}
.sv-snd-tp-ttl p {
    font-size: 11px;
}
.pr-no{
    font-size: 12px;
    color: red;
}
.po-pp-addr td{
	font-size:11px!important;
	line-height:17px!important;
}
.brdr-btm{
	border-bottom:1px solid #e8e7e7;
}
.po-pp-tbl-vw .ld-rows .f-lbl, .po-pp-tbl-vw .ld-rows .f-lbl-val{
	font-size:10px!important;
}
.cust-po-pp-mdlbdy{
	max-height:400px;
	overflow-y:auto;
}
.btn-prnt{
	background:#12a99b;
	border-color:#12a99b;
	color:#FFF;
}
.btn-prnt:hover{
	color:#FFF;
}
.btn-prnt:focus{
	box-shadow:none;
}
.po-pp-tbl1{
	margin-bottom:0;
}
.po-pp-tbl1 thead tr th{
	background:#dde4ad;
	padding:0!important;
}
.po-pp-tbl1 tr td{
	border-bottom:none;
}
.po-pp-tbl2 thead tr th{
	background:#fff8ba;
	padding:0!important;
}
.total-tr td{
	background:#fff8ba;
	padding:0!important;
}
.po-pp-mt1{
	margin-top:-16px;
}
.pp-ftr-hd {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}
.pp-li{
	padding:0;
}
.pp-li li{
    list-style: none;
    font-size: 11px;
    margin-bottom: 6px;
    margin-left: 14px;
    position: relative;
    padding-left: 3px;
}
.pp-li li::after{
	position: absolute;
    content: '';
    width: 9px;
    height: 2px;
    background: #95a912;
    left: -14px;
    top: 7px;
}
.po-pp-sgn {
    margin-top: 22px;
    font-size: 12px;
    text-align: right;
}
.po-pp-nm-des{
	font-size:12px;
	text-align:right;
	margin-top:40%;
}
/* -----Print --------*/

.tbl-th-clr1 {
    background: #dde4ad;
    padding: 10px;
	font-size:11px;
}
.tbl-th-clr2 {
    background: #fff8ba;
    padding: 10px;
	font-size:11px;
}
.tbl-th-clr3 {
    background: #fff8ba;
	font-size:11px;
	padding: 10px;
}




    @media print {
		body {
			background:#CCC!important;
			height: 100%;
			width:100%;
        }
        .cust-po-pp-mdlbdy {
			width: 100%;
			background:#FFF!important;
			max-height: 100%;
			min-width: 100%;
			height: 100%;
			border:none!important;
		}
		@page{
			width:100%;
			height:100%;
			margin: 1cm;
		}
			.modal-header, .modal-footer, .content-area, .header-main, .footer, .modal-backdrop{
			display:none!important;
		}

    }


#line-accord .line-acc-box.open{
	overflow: initial!important;
	transition: none!important;
	z-index:0!important;
}

#line-accord .line-acc-box.open div[data-content]{
    overflow: initial!important;
	transition: none!important;
	max-height:100%!important;
}

.no-dta-rw{
	padding:10px!important;
}
.txtside-filter button{
	padding:8px 10px!important;
}
.txtside-filter a{
	padding:7px 10px!important;
}
.db-icon i{
	font-size: 31px;
    color: #FFF;
}
.tbl-tik i{
    color: #95a912;
    font-size: 16px;
}
.tbl-cls i{
    color: red;
    font-size: 16px;
}
.tbl-srch {
    max-width: 300px;
    float: left;
    margin-right: 11px;
	position:relative;
}
.tbl-srch i{
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ffffff;
    padding: 6px;
    cursor: pointer;
    border-left: 1px solid #d5d5d5;
}
.btn-st {
    padding: 6px 8px;
}
.btn-mt{
	margin-top:5px;
}

.onoffswitch {
    position: relative; width: 64px;
	margin-left:auto;
	margin-right:auto;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #F0F0F0; border-radius: 20px;
	margin-bottom:0;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Yes";
    padding-left: 9px;
    background-color: #95A912; color: #FFFFFF;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 9px;
    background-color: #ED3939; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-inner-dis:after {
    background-color: #c1c1c1!important;
}
.onoffswitch-switch {
    display: block;
	width: 18px;
	height:18px;
	margin: 5px;
	font-size:10px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 36px;
    border: 2px solid #F0F0F0; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.pp-tbl-ttl{
	background:#f3f3f3;
	font-weight:700!important;
}
.pp-tbl-ttl1{
	background:#eaeaea;
	font-weight:700!important;
}
.tbl-tst-chk {
    min-height: auto!important;
    margin-top: 0!important;
    margin-top: 0!important;
    margin-right: 20px!important;
    padding: 0!important;
}
.sts1{
	color:#e62727;
	font-size: 10px;
    text-transform: uppercase;
	font-weight:700;
}
.sts2{
	color:#f6b63a;
	font-size: 10px;
    text-transform: uppercase;
	font-weight:700;
}
.sts3{
	color:#95a912;
	font-size: 10px;
    text-transform: uppercase;
	font-weight:700;
}
.lbl-bgs{
    font-size: 11px;
    margin-top: 40px;
    display: inline-block;
}
.cst-mb3{
	margin-bottom:5px!important;
}
.pp-onf{
    max-width: 71px!important;
    margin-left: 0!important;
}
.pp-hgt{
	max-height: 500px!important;
    overflow-y: auto!important;
}
.pp-hd3{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}
.pp-tble tr{
	background:none!important;
	font-size:13px!important;
}
.cptl-txt{
	text-transform:uppercase!important;
	font-size:11px;
	font-weight:700;
}
.mdl-bdy-cnt-hdng{
	background:#e1e6bf;
	padding: 11px;
}

.mdl-hd12{
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}
.mdl-hd12 span{
	font-weight:300;
	text-transform: initial;
}
.pprclp {
    color: #000;
    font-size: 22px;
    margin-right: 9px;
}
.mdl-lnk {
    color: #000;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
}
.cust-mdl-bdy{
	max-height: 400px;
    overflow-y: scroll;
}
.nt-row{
	border-bottom: 1px solid #e8e7e7;
	padding-top:12px;
}
.nt-row:first-child{
	padding-top:0px;
}
.nt-row:last-child{
	border-bottom: none;
}
.nt-row h2{
    font-size: 12px;
    font-weight: 700;
    color: #0dad46;
}
.nt-row:nth-child(even) h2 {
    color: #ff6e07;
}

.nt-row p{
    font-size: 12px;
    color: #000;
}
.fltr-main, .sv-cntr, .prd-dtl{
	display:none;
}
.grn-pro {
    color: #13ce18;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    display: block;
}
.nt-btn-add{
	margin-top:70px!important;
}
.ordr-sub-hd {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ad-mt-btn {
    display: inline-block;
    margin-top: 31px;
}
.cmn-btn {
    padding: 9px 10px;
    font-size: 11px;
}
.prd-dtl {
    margin-top: 18px;
}
.stus.new-ord {
    background: #C8A2C8;
}
.stus.apr {
    background: #97cb5f;
}
.stus.pnd {
    background: #f1ad2b;
}
.stus.pur {
    background: #669ed0;
}
.v-lbl {
    font-weight: 700;
}
.v-fld {
    display: block;
    font-size: 12px;
}
.ord-tp-st {
    background-color: #e3f76f;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    border-radius: 6px;
    border: 1px solid #d2e467;
	margin-bottom:10px;
}
.v-fld-ttl {
    font-size: 13px;
}
.avil-stk-dtl{
    background: #f5f7ea;
    padding: 15px;
    margin-bottom: 15px;
}
.avil-stk-dtl h2{
    border-bottom: 1px solid #e8e4e4!important;
    padding-bottom: 17px;
    width: 100%;
    margin-bottom: 0;
}
.pp-tbl-cntnr tr td{
    padding: 6px 10px!important;
    font-size: 10px!important;
}
.mdl-cmnt-bdy33 {
    padding-top: 0;
    max-height: 360px;
    overflow-y: scroll;
}
.srh-inpt-fltr {
    position: relative!important;
    height: 30px!important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn-srh-fltr {
    position: absolute;
    top: 10px;
    right: 16px;
    padding: 5px 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.brd-tp{
    border-top: 1px solid #edf2f8;
    padding-top: 26px;
}
.tbl-clps-btn {
    background: #19d0d0!important;
}
.tbl-2-td {
    padding: 0!important;
}
.tbl-2 {
    margin-left: auto!important;
    max-width: 99%!important;
    margin-right: auto!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}
.tbl-2 thead tr th{
	background: #848b98!important;
    color: #FFF!important;
}
.tbl-2 tbody tr{
	background: #f5f5f5!important
}
.mnd-fld{
	color:red;
}
@media (min-width: 992px){
	.cust-modal-lg {
		max-width: 990px;
	}
}
.db-st{
	width: 10px;
    height: 10px;
    display: inline-block;
	margin-right: 6px;
}
.rt-gn{
	background:#dbea7a;
}
.pr-strd{
	background:#adbf37;
}
.pr-cmpld{
	background:#798c00;
}
.dlvr-reqt{
	background:#e0af25;
}
.txt-area{
	min-height: 39px!important
}
.nt-btn-add1{
    padding:6px!important;
    margin-top: 29px!important
}




@media (min-width: 992px){
	.drp-submnu .dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.drp-submnu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.drp-submnu .dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.drp-submnu .dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.drp-submnu .dropdown-menu > li:hover > .submenu{
		display: block;
	}
	.drp-submnu .submenu{
		top:-3px!important;
	}
}
.drp-submnu .dropdown-item{
	border-bottom:1px solid #CCC!important;
}
.rgt-aro{
	float:right;
}
.stk-dtl-tbl tr td{
	padding: 7px 10px !important;
}
.tbl-inpt tr td{
	padding: 3px 10px !important;
}
.sts-1{
	min-width:130px !important;
}
.tbl-selt{
	height:25px!important;
	font-size: 10px!important;
}
.sts-pls{
	cursor:pointer;
	margin-right: 4px;
    color: #797979;
}
.sts-pls-btn{
    cursor: pointer;
    margin-right: 7px;
    float: left;
    margin-top: 2px;
	border-right: 1px solid;
    padding-right: 6px;
}

/*Developer styles new*/
label#messagenote-error, label#fileupload-error {
    color: red;
    font-size: 12px;
    padding-left: 0px;
    margin-left: 0px;
}
.nt-row p{
    white-space: pre-line;
}

/*print format*/
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("_assets/fonts/montserrat-v14-latin-500.eot"); /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"),
        url("_assets/fonts/montserrat-v14-latin-500.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("_assets/fonts/montserrat-v14-latin-500.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("_assets/fonts/montserrat-v14-latin-500.woff") format("woff"),
        /* Modern Browsers */ url("_assets/fonts/montserrat-v14-latin-500.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("_assets/fonts/montserrat-v14-latin-500.svg#Montserrat")
            format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("_assets/fonts/montserrat-v14-latin-700.eot"); /* IE9 Compat Modes */
    src: local("Montserrat Bold"), local("Montserrat-Bold"),
        url("_assets/fonts/montserrat-v14-latin-700.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("_assets/fonts/montserrat-v14-latin-700.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("_assets/fonts/montserrat-v14-latin-700.woff") format("woff"),
        /* Modern Browsers */ url("_assets/fonts/montserrat-v14-latin-700.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("_assets/fonts/montserrat-v14-latin-700.svg#Montserrat")
            format("svg"); /* Legacy iOS */
}
#printablepaper {
    font-family: "Montserrat";
    font-weight: 500;
}
#printablepaper select option {
    font-family: "Montserrat", sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#printablepaper b, #printablepaper strong {
    font-weight: bolder;
}

#printablepaper h1, #printablepaper h2, #printablepaper h3, #printablepaper h4, #printablepaper h5, #printablepaper h6, #printablepaper .h1, #printablepaper .h2, #printablepaper .h3, #printablepaper .h4, #printablepaper .h5, #printablepaper .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

#printablepaper .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#printablepaper h5, #printablepaper .h5 {
    font-size: 1.25rem;
}
#printablepaper h6{
    font-size:14px;
}
#printablepaper p{
    font-size:13px;
    line-height:22px;
    margin-bottom:5px;
}
#printablepaper .page-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding:25px 40px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 11%);
}

#printablepaper .cust-table1{
    width:100%;
    border-collapse: collapse;
}
#printablepaper .cust-table1 th, #printablepaper .cust-table1 td{
    border:1px solid #000;
    padding:4px 6px;
    font-size:14px;
}
#printablepaper .cust-table1 thead{
    text-align:center;
}
#printablepaper .cust-table1 thead h1{
    font-size:28px;
    font-weight:700;
}
#printablepaper .cust-table1 thead h4{
    font-size:18px;
    font-weight:700;
}
#printablepaper .tbl-titles{
    text-align:left;
    background-color:#d9d9d9;
}
#printablepaper .tbl-titles td{
    background-color:#d9d9d9;
}
#printablepaper .sub-titles{
    font-size:16px;
    font-weight:700;
}
#printablepaper .cust-50{
    width:45%;
    float:right;
}
@media print {
#printablepaper {-webkit-print-color-adjust: exact;}
}
/*printformat ends*/
.customalertstyle {
    padding: 7px 11px;
    font-size: 12px;
}
.tbl-2.collapse thead tr th, .tbl-2.collapsing thead tr th{
    background-color: #e7f596 !important;
    color: #000 !important;
}
table.cust-tablenew {
    width: 100%;
    white-space: nowrap;
    font-size: 13px;
}
td.customlabelwidth1 {
    width: 111px;
}
td.underlinewidth1 {
    border-bottom: 1px solid #000;
    width: 26%;
}
td.blankwidth1 {
    width: 72px;
}
td.customlabelwidth3 {
    width: 81px;
    text-align: left;
}
td.underlinewidth3 {
    border-bottom: 1px solid #000;
    width: 21%;
}
td.blankwidth1 {
    width: 72px;
}
td.customlabelwidth3 {
    width: 81px;
    text-align: left;
}
td.underlinewidth4 {
    border-bottom: 1px solid #000;
    width:10%;
}
td.underlinewidth {
    border-bottom: 1px solid #000;
}
.cust-tablenew td {
    padding-top: 31px;
}
.recievedquantityclass {
	text-align: right;
}
.warehouseuserselect{
    margin-right: 42px;
}
.btn-nme-add {
    background: #95aa12;
    position: relative;
}
.pr-ord-cmnt-ico {
    padding: 4px 6px!important;
}
.filt-txt-sec {
    height: 100%;
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    background-color: #f7f7f8;
}
.select2-container {
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 1px;
}
.filt-tbl {
    height: 100%;
    max-height: 470px;
    overflow-y: auto;
}

/* GJ Styles Start */
input#is_default.gj_def_shipper {
    width: 38px;
    height: 38px;
    display: block;
}
/* GJ Styles End */




/* anstalin */
.tble-ttle .cmn-btn {
    padding: 9px 10px;
}

.tble-ttle .fltr-btn {
    padding: 8px 12px;
    max-height: 32px;
}
.tble-ttle .fltr-btn.list-btn{
    padding: 9px 12px;
    max-height: 32px;
}

.ord-tp-st {
    background-color: #ecf3ce;
    border: 1px solid #ecf3ce;
}
.ansebox {
    position: relative;
    z-index: 1;
}


.anserchbox {
    position: absolute;
    top: -10px;
    right: -15px;
}
.product_font{
    /* font-size:12px !important; */
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.repack label span{float:right;}
/* end */
