
/*side bar issue in jl environment*/

/*.fixed-header #header {
    z-index: 9992;
}
    */
/*.hidden-menu #left-panel {
    z-index: 999;
}*/
#left-panel{
    padding-bottom:51px;
}
.padding-top-5 {
    padding-top: 5px !important;
}

.dt-toolbar {
    z-index: 3
}
.h3-condensed {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
}
#content {
    min-height: calc(100vh - 145px);
    padding: 10px 15px;
}

.jarviswidget {
    min-height: calc(100vh - 240px);
    display: flex;
    flex-direction: column;
}

    .jarviswidget > header + div {
        flex: 1;
    }

.min-height-auto {
    min-height: inherit;
}

.form-control.error {
    border-color: red;
}

div.validation-summary-valid {
    display: none;
}

.table .smart-form .radio, .table .smart-form .checkbox {
    height: 25px;
    margin-left: 3px;
}

.multiple-lang {
    width: 190px;
    padding: 0;
    margin: 9px 0 0 0;
    list-style: none;
    display: inline-block;
}

.table-striped > tbody > tr.seleted {
    background-color: #ebebeb;
}

.select-lg + .select2 .select2-selection, .select-lg + .select2 .select2-container .select2-choice {
    font-size: 17px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}

    .select-lg + .select2 .select2-selection__arrow, .select-lg + .select2 .select2-container .select2-choice .select2-arrow {
        line-height: 40px;
    }

.top-assignment-detail-block {
    margin-left: 32px;
}

.top-assignment-detail-block-inner {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    background: #909090;
    border: 3px solid transparent
}

    .top-assignment-detail-block-inner.active {
        border: 3px solid #454443;
    }

    .top-assignment-detail-block-inner p {
        font-size: 14px;
        vertical-align: middle;
        line-height: 42px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .top-assignment-detail-block-inner.with-data {
        background: #337ab7;
    }

        .top-assignment-detail-block-inner.with-data.warning {
            background: #ef972d;
        }

    .top-assignment-detail-block-inner.all {
        background: #d0d0d0;
    }

    .top-assignment-detail-block-inner.warning .fa {
        position: absolute;
        right: 3px;
        top: 3px;
        display: block;
        font-size: 15px;
        color: #ffec02;
    }
.top-assignment-checkin-filter {
    display: inline-block;
    position: relative;
}
    .top-assignment-checkin-filter input[type="checkbox"]{
        opacity:0;
        position:absolute;
        width:100%;
        height:100%;
    }
    .top-assignment-checkin-filter label {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        position: relative;
        background: #909090;
        border: 3px solid transparent
    }
        .top-assignment-checkin-filter label .fa {
            color: #fff;
            font-size: 50px;
            opacity: 0.2;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .top-assignment-checkin-filter.active label {
            border: 3px solid #454443;
        }
    

.assignment-detail-block-inner {
    width: 60px;
    margin-bottom: 30px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #909090;
    display: none;
}
    .assignment-detail-block-inner .txtTagLocation {
        position:absolute;
        z-index:2;
        bottom:-24px;
        left:0;
    }

.assignment-detail-block-inner .smart-form {
    position: absolute;
    top: -10px;
    right: -12px;
}

    .assignment-detail-block-inner.active {
        display: inline-block;
    }

    .assignment-detail-block-inner p {
        font-size: 14px;
        vertical-align: middle;
        line-height: 60px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .assignment-detail-block-inner .fa {
        display: none;
    }

    .assignment-detail-block-inner.with-data {
        background: #ef972d;
    }

    .assignment-detail-block-inner.with-data {
        background: #337ab7;
    }

    .assignment-detail-block-inner.warning-block {
        background: #ef972d;
    }

        .assignment-detail-block-inner.warning-block .fa {
            position: absolute;
            right: 5px;
            top: 5px;
            display: block;
            font-size: 18px;
            color: #ffec02;
        }
            .assignment-detail-block-inner.warning-block .fa.fa-exclamation-triangle {
                top:inherit;
                bottom:5px;
            }
    .assignment-detail-block-inner .block-lock.fa.fa-lock {
        display: none !important;
    }
    .assignment-detail-block-inner .block-release.fa.fa-lock {
        display: none !important;
        cursor: pointer;
    }
    .assignment-detail-block-inner.checkin .block-lock.fa.fa-lock {
        display: block !important;
        right: inherit;
        top: inherit;
        color: #fff;
        font-size: 60px;
        opacity: 0.2;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .assignment-detail-block-inner.checkin .block-release.fa.fa-lock {
        display: block !important;
        top: -7px !important;
        position: absolute;
        left: -4px;
        font-size: 14px;
        border-radius: 50%;
        color: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0,0.16);
        color: #3276b1;
        background: #fff;
        width: 19px;
        height: 19px;
        line-height: 19px;
        text-align: center;
    }
    .assignment-detail-block-inner .fa.fa-plus {
        display: block !important;
        top: 41px !important;
        position: absolute;
        left: 0px !important;
        font-size: 12px !important;
        border-radius: 0 7px 7px 0;
        color: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0,0.16);
        color: #3276b1 !important;
        background: #fff;
        width: 23px;
        height: 19px;
        line-height: 19px !important;
        text-align: center;
    }
    .ui-datepicker {
        z-index: 9999 !important;
    }

table.has-columns-hidden tr .smart-form {
    margin-top: 12px;
}

table th.hasinput {
    font-weight: normal;
}

.page-title {
    font-weight: 400;
}

    .page-title .page-name {
        display: inline-block;
        position: relative;
        vertical-align: 0;
        font-weight: 400;
    }

        .page-title .page-name:before {
            content: ">";
            padding-right: 10px;
            padding-left: 5px;
            display: inline-block;
        }

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5c5c5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.55);
}

.login-page .panel-body {
    border: 0px solid #ddd;
    padding: 30px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 16px rgba(0,0,0, 0.36);
}

    .login-page .panel-body img {
        display: inline-block;
    }

    .login-page .panel-body h3 {
        padding: 0px 40px 30px;
        font-size: 33px;
    }

    .login-page .panel-body .btn {
        border-radius: 0;
    }

.error-text-2 {
    text-align: center;
    font-size: 700%;
    font-weight: bold;
    font-weight: 100;
    color: #333;
    line-height: 1;
    letter-spacing: -.05em;
    background-image: -webkit-linear-gradient(92deg,#333,#ed1c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.warning-block-count {
    padding: 6px 20px;
    display: inline-block;
    vertical-align: top;
}

.progress span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    color: #fff;
}

.table-bordered .progress {
    background: #cbd2d5 !important;
    border-radius: 15px;
}

    .table-bordered .progress .bg-color-blue {
        background-color: #3276b1 !important;
    }

.numericCol {
    text-align: right;
}

.particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ed1c24;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3) 75%,rgba(0,0,0,0));
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,.25);
}

.particle--a {
    -webkit-animation: particle-a 1.4s infinite linear;
    -moz-animation: particle-a 1.4s infinite linear;
    -o-animation: particle-a 1.4s infinite linear;
    animation: particle-a 1.4s infinite linear;
}

.particle--b {
    -webkit-animation: particle-b 1.3s infinite linear;
    -moz-animation: particle-b 1.3s infinite linear;
    -o-animation: particle-b 1.3s infinite linear;
    animation: particle-b 1.3s infinite linear;
    background-color: #00A300;
}

.particle--c {
    -webkit-animation: particle-c 1.5s infinite linear;
    -moz-animation: particle-c 1.5s infinite linear;
    -o-animation: particle-c 1.5s infinite linear;
    animation: particle-c 1.5s infinite linear;
    background-color: #57889C;
}

@-webkit-keyframes particle-a {
    0% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-a {
    0% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-a {
    0% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-a {
    0% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-b {
    0% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-b {
    0% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-b {
    0% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-b {
    0% {
        transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-c {
    0% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -webkit-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-c {
    0% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -moz-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-c {
    0% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -o-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-c {
    0% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

.bg-color-gray {
    background-color: #a9abae !important;
}

.nl .history-block .smart-form .toggle {
    padding-right: 85px;
}

    .nl .history-block .smart-form .toggle i {
        width: 74px;
    }

    .nl .history-block .smart-form .toggle input:checked + i:before {
        right: 60px;
    }


.bootstrap-tagsinput > span {
    padding: 3px 8px;
}

.top-space {
    min-height: 42px;
}

.blockUI.blockOverlay {
    z-index: 9999998 !important;
}

.blockUI.blockMsg {
    z-index: 9999999 !important;
}

.required-symbol {
    position: relative;
}

    .required-symbol:after {
        content: "*";
        font-size: 12px;
        color: red;
        vertical-align: top;
        padding-left: 3px;
    }

.dataTables_scrollBody {
    max-height: calc(100vh - 450px);
    /*min-height: 300px;*/
}

#jarviswidget-fullscreen-mode .jarviswidget > div {
    overflow: auto;
}

#jarviswidget-fullscreen-mode .dataTables_scrollBody {
    max-height: calc(100vh - 250px);
}

/*.pagesize10 .dataTables_scrollBody {
    max-height: 340px !important;
}*/

div.dataTables_scrollBody table {
    width: 100% !important;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul li {
    text-align: left !important;
}

.columnValue a {
    width: 100%;
    max-width: 170px;
    vertical-align: middle;
    display: inline-block;
}

.inner-box .bootstrap-tagsinput {
    min-height: 80px;
    overflow: auto;
    max-height: 86px;
}

.pace {
    height: 100%;
    width: 100%;
    position: fixed;
    background: transparent;
    z-index: 99999;
}

    .pace .pace-activity {
        right: 50%;
        top: 50%;
        margin: -7px -7px 0 0;
    }

#storetabNavigation.nav-tabs {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}

    #storetabNavigation.nav-tabs li.active {
        border-left: 1px solid #ddd;
    }

.custom-toolbar {
    width: 100%;
}

    .custom-toolbar .dataTables_length select {
        display: inline-block;
    }

@media(min-width:767px) {
    .custom-filter-position {
        position: absolute;
        right: 21px;
        top: 5px;
        z-index: 99;
        display: none;
    }
}


.order-text-block {
    max-width: 25vw;
    text-align: right;
    margin-right: 10px;
    width: 100%;
    margin-top: 10px !important;
}

    .order-text-block .lbl-text-order {
        font-size: 13px;
        line-height: 16px;
        vertical-align: top;
    }

    .order-text-block a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 185px);
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        vertical-align: top;
    }

.btn-clear-block {
    position: absolute;
    left: 210px;
    z-index: 99;
    top: 7px;
    display: none;
}

#storetabContainer .btn-clear-block {
    top: 53px;
    left: 220px;
}

@media(max-width:767px) {
    .btn-clear-block {
        top: 43px;
    }
}

@media(min-width:767px) and (max-width:769px) {
    .order-text-block {
        max-width: 50vw;
    }
}

@media(max-width:767px) {
    .order-text-block {
        max-width: 50vw;
    }

    .btn-clear-block {
        position: inherit;
        float: right;
        margin-right: 15px;
        margin-bottom: 8px;
    }
}
.btn-clear-block.print-queue-filter-btn {
    top: 217px;
}
nav ul span.menu-item-parent {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

label.error {
    color: #b94a48;
}

#categorylistmodal .modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.full-width-wizard {
    display: flex;
    justify-content: space-between;
}

.bootstrapWizard.full-width-wizard li {
    width: 50%;
}

.sampling-location-block {
    width: 80px;
    margin: 0 10px 10px 0 !important;
}

    .sampling-location-block h5 {
        margin: 0;
    }

.details {
    cursor: pointer;
}

.pointer-event-none {
    pointer-events: none;
}

.float-none {
    float: inherit !important;
}


.custom-filter-position.dataTables_filter {
    float: initial;
}

@media(max-width:676px) {
    div.dataTables_filter label {
        margin-bottom: 0;
    }

    .order-text-block {
        display: block;
        float: initial;
        max-width: 100vw;
    }
}

.list-style-none {
    list-style: none;
    padding: 0;
}

.max-height-scroll {
    max-height: 400px;
    overflow: auto;
}

.dataTables_length {
    position: relative;
    z-index: 999;
}

.alert-danger[data-notify] {
    z-index: 99999 !important;
}

.text-bold {
    font-weight: bold;
}

.daterangepicker.ltr {
    left: auto !important;
    right: 32px !important;
}

.upcomingdelivery-success {
    background-color: #739e73 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.disabled-picker {
    opacity: 0.7;
    pointer-events: none;
}

.text-left.text-right {
    text-align: left !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-left-3 {
    margin-left: 3px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.modal-body.scrollable {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

#divProductsBox .btn-clear-block {
    top: 42px;
    left: 220px;
}

.hummingbird-treeview li > label {
    padding-left: 16px;
}

.hummingbird-treeview i + label {
    padding-left: 0;
}

.hummingbird-treeview li label + ul label {
    padding-left: 0;
}

.pager.wizard .previous a {
    border-radius: 2px;
}

.font-13 + .select2 .select2-selection__rendered {
    font-size: 13px;
}

.container-block-filter {
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    background: #909090;
    padding: 5px;
    border: 1px solid transparent
}

    .container-block-filter.active {
        background: #ef972d;
        border: 1px solid #909090;
        color: #fff;
    }

    .container-block-filter p {
        font-size: 13px;
        vertical-align: middle;
        line-height: 17px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

.table-striped > tbody > tr.issampling td {
    background-color: #d1efff;
}

.table-striped > tbody > tr.issamplingcomplete td {
    background-color: #DAEED2;
}

.containerNosFilter select + .select2.select2-container {
    width: 110px !important;
    text-align: left;
    margin-top: -4px;
}

.dvShippingDocumentNo {
    position: relative;
}

    .dvShippingDocumentNo:after {
        content: "*";
        color: red;
        position: absolute;
        right: 5px;
        top: -2px;
        font-size: 14px;
    }

.text-red {
    color: red;
}

.text-orange {
    color: orange;
}
.text-gray {
    color: gray;
}

.attentionqty {
    border-right: 4px solid magenta !important;
}

.ddlPrintLayout + .select2-container {
    width: 120px !important;
    margin-right: 10px;
}

.top-space .product-include-chkbox {
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
    margin-left: 10px;
    position: relative;
}

    .top-space .product-include-chkbox .badge {
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
    }

    .top-space .product-include-chkbox input[type=checkbox] {
        position: absolute;
        opacity: 0;
        left: -9999em;
    }

        .top-space .product-include-chkbox input[type=checkbox] + span {
            background: #3275b1;
        }

        .top-space .product-include-chkbox input[type=checkbox]:checked + span {
            background: #8d959c;
        }

.top-space .date-picker-inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.remove-item-printqueue {
    background: url('../img/printqueueitemremove.png') left center;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: top;
    background-size: 13px;
}

.divCategoryouter {
    max-height: calc(100vh - 297px);
    overflow: auto;
}

#divCategoryOrder {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #divCategoryOrder li {
        margin: 0 5px 10px 5px;
        padding: 5px;
        cursor: all-scroll;
        font-size: 1.2em;
    }

        #divCategoryOrder li i {
            margin-right: 10px;
            margin-top: 3px;
            font-size: 20px;
        }



.ui-state-highlight {
    height: 34px;
    line-height: 1.2em;
    background: #474544 !important;
    border-color: transparent !important;
}


table.dataTable.storeproductgrid {
    min-width: 1900px;
}

    table.dataTable.storeproductgrid tbody td {
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

}

.form-control.error {
    border-color: red;
}

div.validation-summary-valid {
    display: none;
}

.table .smart-form .radio, .table .smart-form .checkbox {
    height: 25px;
    margin-left: 3px;
}

.multiple-lang {
    width: 190px;
    padding: 0;
    margin: 9px 0 0 0;
    list-style: none;
    display: inline-block;
}

.table-striped > tbody > tr.seleted {
    background-color: #ebebeb;
}

.select-lg + .select2 .select2-selection, .select-lg + .select2 .select2-container .select2-choice {
    font-size: 17px;
    height: 45px;
    line-height: 1.33;
    padding: 10px 16px;
}

    .select-lg + .select2 .select2-selection__arrow, .select-lg + .select2 .select2-container .select2-choice .select2-arrow {
        line-height: 40px;
    }

.top-assignment-detail-block {
    margin-left: 32px;
}

.top-assignment-detail-block-inner {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    background: #909090;
    border: 3px solid transparent
}

    .top-assignment-detail-block-inner.active {
        border: 3px solid #454443;
    }

    .top-assignment-detail-block-inner p {
        font-size: 14px;
        vertical-align: middle;
        line-height: 42px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .top-assignment-detail-block-inner.with-data {
        background: #337ab7;
    }

        .top-assignment-detail-block-inner.with-data.warning {
            background: #ef972d;
        }

    .top-assignment-detail-block-inner.all {
        background: #d0d0d0;
    }

    .top-assignment-detail-block-inner.warning .fa {
        position: absolute;
        right: 3px;
        top: 3px;
        display: block;
        font-size: 15px;
        color: #ffec02;
    }
.assignment-detail-block-inner a{
    position:relative;
    display:block;
}
.assignment-detail-block-inner.blank a {
    cursor: not-allowed;
    height: 60px;
}



    .assignment-detail-block-inner .smart-form {
        position: absolute;
        top: -10px;
        right: -12px;
    }

    .assignment-detail-block-inner.active {
        display: inline-block;
    }

    .assignment-detail-block-inner p {
        font-size: 14px;
        vertical-align: middle;
        line-height: 60px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .assignment-detail-block-inner .fa {
        display: none;
    }

    .assignment-detail-block-inner.with-data {
        background: #ef972d;
    }

    .assignment-detail-block-inner.with-data {
        background: #337ab7;
    }

    .assignment-detail-block-inner.warning-block {
        background: #ef972d;
    }

        .assignment-detail-block-inner.warning-block .fa {
            position: absolute;
            right: 5px;
            top: 5px;
            display: block;
            font-size: 18px;
            color: #ffec02;
        }

.ui-datepicker {
    z-index: 9999 !important;
}

table.has-columns-hidden tr .smart-form {
    margin-top: 12px;
}

table th.hasinput {
    font-weight: normal;
}

.page-title {
    font-weight: 400;
}

    .page-title .page-name {
        display: inline-block;
        position: relative;
        vertical-align: 0;
        font-weight: 400;
    }

        .page-title .page-name:before {
            content: ">";
            padding-right: 10px;
            padding-left: 5px;
            display: inline-block;
        }

.login-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5c5c5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0,0,0,0.55);
}

.login-page .panel-body {
    border: 0px solid #ddd;
    padding: 30px;
    background: #fff;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 16px rgba(0,0,0, 0.36);
}

    .login-page .panel-body img {
        display: inline-block;
    }

    .login-page .panel-body h3 {
        padding: 0px 40px 30px;
        font-size: 33px;
    }

    .login-page .panel-body .btn {
        border-radius: 0;
    }

.error-text-2 {
    text-align: center;
    font-size: 700%;
    font-weight: bold;
    font-weight: 100;
    color: #333;
    line-height: 1;
    letter-spacing: -.05em;
    background-image: -webkit-linear-gradient(92deg,#333,#ed1c24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.warning-block-count {
    padding: 6px 20px;
    display: inline-block;
    vertical-align: top;
}

.progress span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    color: #fff;
}

.table-bordered .progress {
    background: #cbd2d5 !important;
    border-radius: 15px;
}

    .table-bordered .progress .bg-color-blue {
        background-color: #3276b1 !important;
    }

.numericCol {
    text-align: right;
}

.particle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ed1c24;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.3) 75%,rgba(0,0,0,0));
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,.25);
}

.particle--a {
    -webkit-animation: particle-a 1.4s infinite linear;
    -moz-animation: particle-a 1.4s infinite linear;
    -o-animation: particle-a 1.4s infinite linear;
    animation: particle-a 1.4s infinite linear;
}

.particle--b {
    -webkit-animation: particle-b 1.3s infinite linear;
    -moz-animation: particle-b 1.3s infinite linear;
    -o-animation: particle-b 1.3s infinite linear;
    animation: particle-b 1.3s infinite linear;
    background-color: #00A300;
}

.particle--c {
    -webkit-animation: particle-c 1.5s infinite linear;
    -moz-animation: particle-c 1.5s infinite linear;
    -o-animation: particle-c 1.5s infinite linear;
    animation: particle-c 1.5s infinite linear;
    background-color: #57889C;
}

@-webkit-keyframes particle-a {
    0% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-a {
    0% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-a {
    0% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-a {
    0% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(4rem, 3rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .75rem;
        height: .75rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-b {
    0% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -webkit-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-b {
    0% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -moz-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-b {
    0% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        -o-transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-b {
    0% {
        transform: translate3D(3rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.5rem;
        height: 1.5rem;
    }

    50% {
        transform: translate3D(-3rem, 3.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(3rem,-3rem,0);
        z-index: -1;
    }
}

@-webkit-keyframes particle-c {
    0% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -webkit-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -webkit-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-moz-keyframes particle-c {
    0% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -moz-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -moz-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -moz-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@-o-keyframes particle-c {
    0% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        -o-transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        -o-animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        -o-transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

@keyframes particle-c {
    0% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    25% {
        width: 1.3rem;
        height: 1.3rem;
    }

    50% {
        transform: translate3D(2rem, 2.5rem, 0);
        opacity: 1;
        z-index: 1;
        animation-timing-function: ease-in-out;
    }

    55% {
        z-index: -1;
    }

    75% {
        width: .5rem;
        height: .5rem;
        opacity: .5;
    }

    100% {
        transform: translate3D(-1rem,-3rem,0);
        z-index: -1;
    }
}

.bg-color-gray {
    background-color: #a9abae !important;
}

.nl .history-block .smart-form .toggle {
    padding-right: 85px;
}

    .nl .history-block .smart-form .toggle i {
        width: 74px;
    }

    .nl .history-block .smart-form .toggle input:checked + i:before {
        right: 60px;
    }


.bootstrap-tagsinput > span {
    padding: 3px 8px;
}

.top-space {
    min-height: 42px;
}

.blockUI.blockOverlay {
    z-index: 9999998 !important;
}

.blockUI.blockMsg {
    z-index: 9999999 !important;
}

.required-symbol {
    position: relative;
}

    .required-symbol:after {
        content: "*";
        font-size: 12px;
        color: red;
        vertical-align: top;
        padding-left: 3px;
    }

.dataTables_scrollBody {
    max-height: calc(100vh - 485px);
    /*min-height: 300px;*/
}

#jarviswidget-fullscreen-mode .jarviswidget > div {
    overflow: auto;
}

#jarviswidget-fullscreen-mode .dataTables_scrollBody {
    max-height: calc(100vh - 250px);
}

.pagesize10 .dataTables_scrollBody {
    max-height: 340px !important;
}

div.dataTables_scrollBody table {
    width: 100% !important;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul li {
    text-align: left !important;
}

.columnValue a {
    width: 100%;
    max-width: 170px;
    vertical-align: middle;
    display: inline-block;
}

.inner-box .bootstrap-tagsinput {
    min-height: 80px;
    overflow: auto;
    max-height: 86px;
}

.pace {
    height: 100%;
    width: 100%;
    position: fixed;
    background: transparent;
    z-index: 99999;
}

    .pace .pace-activity {
        right: 50%;
        top: 50%;
        margin: -7px -7px 0 0;
    }

#storetabNavigation.nav-tabs {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}

.custom-toolbar {
    width: 100%;
}

    .custom-toolbar .dataTables_length select {
        display: inline-block;
    }

@media(min-width:767px) {
    .custom-filter-position {
        position: absolute;
        right: 21px;
        top: 5px;
        z-index: 99;
        display: none;
    }
}


.order-text-block {
    max-width: 25vw;
    text-align: right;
    margin-right: 10px;
    width: 100%;
    margin-top: 10px !important;
}

    .order-text-block .lbl-text-order {
        font-size: 13px;
        line-height: 16px;
        vertical-align: top;
    }

    .order-text-block a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: calc(100% - 185px);
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        vertical-align: top;
    }

.tab-pane .btn-clear-block {
    left: 220px;
}

.modal-body .btn-clear-block {
    top: 24px;
    left: 220px;
}

    .modal-body .btn-clear-block.select-product {
        top: 6px;
    }

#storetabContainer .btn-clear-block {
    top: 53px;
    left: 220px;
}

@media(max-width:767px) {
    .btn-clear-block {
        top: 43px;
    }
}

@media(min-width:767px) and (max-width:769px) {
    .order-text-block {
        max-width: 50vw;
    }
}

@media(max-width:767px) {
    .order-text-block {
        max-width: 50vw;
    }

    .btn-clear-block {
        position: inherit;
        float: right;
        margin-right: 15px;
        margin-bottom: 8px;
    }
}

nav ul span.menu-item-parent {
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

label.error {
    color: #b94a48;
}

#categorylistmodal .modal-body {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

.full-width-wizard {
    display: flex;
    justify-content: space-between;
}

.bootstrapWizard.full-width-wizard li {
    width: 50%;
}

.sampling-location-block {
    width: 80px;
    margin: 0 10px 10px 0 !important;
}

    .sampling-location-block h5 {
        margin: 0;
    }

.details {
    cursor: pointer;
}

.pointer-event-none {
    pointer-events: none;
}

.float-none {
    float: inherit !important;
}


.custom-filter-position.dataTables_filter {
    float: initial;
}

@media(max-width:676px) {
    div.dataTables_filter label {
        margin-bottom: 0;
    }

    .order-text-block {
        display: block;
        float: initial;
        max-width: 100vw;
    }
}

.list-style-none {
    list-style: none;
    padding: 0;
}

.max-height-scroll {
    max-height: 400px;
    overflow: auto;
}

.dataTables_length {
    position: relative;
    z-index: 999;
}

.alert-danger[data-notify] {
    z-index: 99999 !important;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.daterangepicker.ltr {
    left: auto !important;
    right: 32px !important;
}

.upcomingdelivery-success {
    background-color: #739e73 !important;
    color: #fff !important;
    border-color: transparent !important;
}

.disabled-picker {
    opacity: 0.7;
    pointer-events: none;
}

.text-left.text-right {
    text-align: left !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

table.dataTable tbody td {
    vertical-align: middle;
}

.modal-body.scrollable {
    max-height: calc(100vh - 200px);
    overflow: auto;
}

#divProductsBox .btn-clear-block {
    top: 42px;
    left: 220px;
}

.hummingbird-treeview li > label {
    padding-left: 16px;
}

.hummingbird-treeview i + label {
    padding-left: 0;
}

.hummingbird-treeview li label + ul label {
    padding-left: 0;
}

.pager.wizard .previous a {
    border-radius: 2px;
}

.font-13 + .select2 .select2-selection__rendered {
    font-size: 13px;
}

.container-block-filter {
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    background: #909090;
    padding: 5px;
    border: 1px solid transparent
}

    .container-block-filter.active {
        background: #ef972d;
        border: 1px solid #909090;
        color: #fff;
    }

    .container-block-filter p {
        font-size: 13px;
        vertical-align: middle;
        line-height: 17px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

.table-striped > tbody > tr.issampling td {
    background-color: #d1efff;
}

.table-striped > tbody > tr.issamplingcomplete td {
    background-color: #DAEED2;
}

.containerNosFilter select + .select2.select2-container {
    width: 110px !important;
    text-align: left;
    margin-top: -4px;
}

.dvShippingDocumentNo {
    position: relative;
}

    .dvShippingDocumentNo:after {
        content: "*";
        color: red;
        position: absolute;
        right: 5px;
        top: -2px;
        font-size: 14px;
    }

.text-red {
    color: red;
}

.text-orange {
    color: orange;
}

.attentionqty {
    border-right: 4px solid magenta !important;
}

.ddlPrintLayout + .select2-container {
    width: 120px !important;
    margin-right: 10px;
}

.top-space .product-include-chkbox {
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
    margin-left: 10px;
    position: relative;
}

    .top-space .product-include-chkbox .badge {
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
    }

    .top-space .product-include-chkbox input[type=checkbox] {
        position: absolute;
        opacity: 0;
        left: -9999em;
    }

        .top-space .product-include-chkbox input[type=checkbox] + span {
            background: #3275b1;
        }

        .top-space .product-include-chkbox input[type=checkbox]:checked + span {
            background: #8d959c;
        }

.top-space .date-picker-inline {
    display: inline-block;x
    vertical-align: top;
    margin-right: 10px;
}

td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.remove-item-printqueue {
    background: url('../img/printqueueitemremove.png') left center;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: top;
    background-size: 13px;
}

.divCategoryouter {
    max-height: calc(100vh - 297px);
    overflow: auto;
}

#divCategoryOrder {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #divCategoryOrder li {
        margin: 0 5px 10px 5px;
        padding: 5px;
        cursor: all-scroll;
        font-size: 1.2em;
    }

        #divCategoryOrder li i {
            margin-right: 10px;
            margin-top: 3px;
            font-size: 20px;
        }



.ui-state-highlight {
    height: 34px;
    line-height: 1.2em;
    background: #474544 !important;
    border-color: transparent !important;
}


table.dataTable#tblStoreProduct {
    min-width: 4000px;
}

.allproduct-ca table.dataTable#tblStoreProduct {
    min-width: 1800px;
}

table.dataTable#tblStoreProduct tbody td {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

table.dataTable#tblTransfer {
    min-width: 2700px;
}

    table.dataTable#tblTransfer tbody td {
        word-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

#tblTransfer.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ececec;
}

.show-orderlevel-block {
    position: relative;
    margin-left: 5px;
    margin-top: -5px;
}

.message-block-section.active .fa-plus:before {
    content: "\f068";
}

.message-block-section .txt-message {
    display: none;
}

.message-block-section.active .txt-message {
    display: block;
}

.font-25 {
    font-size: 25px;
}

.divDdlPrintLayout {
    display: none;
}

    .divDdlPrintLayout.active {
        display: inline-block;
    }

.historyforecast-section {
    background: white;
    padding: 10px;
}

.height-100 {
    height: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-fill {
    flex: 1;
}

.flex-column{
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: end;
}

.DTFC_LeftWrapper {
    z-index: 99;
}

    .DTFC_LeftWrapper .DTFC_LeftHeadWrapper table {
        margin-top: 0px !important;
    }

.DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner table > tbody > tr:nth-of-type(odd) {
    background-color: #ececec !important;
}

.DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner table > tbody > tr:nth-of-type(even) {
    background-color: #fafafa !important;
}

table#tblTransfer.dataTable thead > tr > th.hasinput {
    padding: 0 6px !important;
}

.btn-default.selectedDay {
    background-color: #275b89;
    border-color: #1f496d;
    color: #ffffff;
}

.cycleCountWeekDays {
    display: flex;
}

    .cycleCountWeekDays a {
        flex: 1;
    }
.color-picker-block {
    padding: 0 5px;
    z-index:99999;
}

    .color-picker-block input {
        width: 30px;
        height: 30px;
        border: 0;        
    }
    .color-picker-block button {
        width: 35px;
        height: 30px;
        border: 0;
    }

.lblData {
    background-color:transparent !important;
}

.min-height-194 {
    min-height:194px;
}
.width-100{
    width:100px;
}
.width-125 {
    width: 125px;
}
.store-control-toggle.smart-form .toggle {
    padding-left:61px;
    padding-right:0;
    font-size:14px;
}
.store-control-toggle.smart-form .toggle i {
    right:inherit;
    left:0;
}
.margin-top-20 {
    margin-top:20px;
}
.table-condensed.table > tbody > tr > td.padding-0 {
    padding: 0 !important;
}
.btnSeeChild {
    cursor:pointer;
}
.btnUpdateExpirationOffsetForAll {
    display: flex;
    align-items: center;
    width: 34px;
    justify-content: center;
    font-size: 17px;
}
.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}
#categoryProductsWizard .btn-clear-block {
    top: 5px !important;
    left: 220px;
}
.btn-export-excel {
    position: absolute !important;
    left:inherit !important;
    right: 23px !important;
    z-index: 99 !important;
    top: 5px !important;
}
.btn-export-pdf {
    position: absolute !important;
    left: inherit !important;
    right: 120px !important;
    z-index: 99 !important;
    top: 5px !important;
}
.e-rule-filter {
    width:300px !important;
}
.stackblitz-container .control-section{
    position:relative;
}
.disabled-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: no-drop;
    display: none;
}
.stackblitz-container .control-section.disabled .disabled-block {
    display: block;
}
#tblAppUser {
    min-width:1500px;
}
.margin-top-15 {
    margin-top: 15px;
}


.highlight {
    background: #83e22f;
}

.btnUpdateMarkdownPercentagesForChild {
    display: flex;
    align-items: center;
    width: 34px;
    justify-content: center;
    font-size: 17px;
}
.custom-filter-position.stock-count-difference-filter {
    right: 15px;
    top: 0px;
}
@media(min-width:1024px) {
    #tblSetting, #tblReplenishmentAssignment {
        min-width: 1500px;
    }
}

#tblStockCountStockDifference {
    min-width: 1120px;
}
#tblStoreManagement {
    min-width: 1120px;
}
#tblAppUserStore tr td {
    word-break: break-all
}

.pt-23 {
    padding-top: 23px;
}






/********************************************************************* STYLE 10 CUSTOM COLLEQTIVE *************************************************************/
.smart-style-10 a {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

.smart-style-10
{
    background: none !important;
    background-color: white !important;
    box-shadow:  none !important;
}

body,html
{
    background: none !important;
    background-color: white !important;
}

.smart-style-10 .version-info {
    border-width: 1px 0px 1px 0px;
    color: black;
    display: block;
    border: 0;
    font-size: 12px;
    height: 51px;
    margin: 0px !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.smart-style-10 .version-info > span {
    display: block;
    height: 50px;
    line-height:50px;
    border: 0;
    text-align:center;
    padding: 0 10px;
    
}

.smart-style-10 body.container {
    border-left: 1px solid rgba(34, 38, 46, 0.4);
    border-right: 1px solid rgba(34, 38, 46, 0.4);
}

.smart-style-10 #header {
    background-color: #003B75;
    background-image: none;
    border: 0 !important;
}

.smart-style-10 .project-context > :first-child {
    color: #697B92;
    text-shadow: 0 0 1px #111318;
}

.smart-style-10 .breadcrumb > li + li:before {
    color: #272D2D;
}

.smart-style-10 .project-selector {
    color: #B9B9B9;
}

.smart-style-10 .btn.btn-ribbon {
    background-color: #272D2D;
}

.smart-style-10 #logo-group {
    background: transparent !important;
}

.smart-style-10 #logo-group img {
    margin: auto;
    width: 110px;
    margin-top: 3px;
    margin-left: 40px;
}

.smart-style-10 .btn-header > :first-child > a {
    background: transparent;
    border: 0px solid #fb3c4a;
    color:  white !important;
    cursor: pointer !important;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
}

    .smart-style-10 .btn-header > :first-child > a:hover {
        background-color: white;
        color: #272D2D !important;
        transition: 0.5s;
    }

.smart-style-10 #cancel-search-js {
    background: #fb3c4a;
    line-height: 29px !important;
}

.smart-style-10 .MsgTitle .txt-color-orangeDark {
    color: #fb3c4a !important;
}

.smart-style-10 .minifyme {
    background: #434953;
}

    .smart-style-10 .minifyme:hover {
        background: #5C6C86;
        color: #E1E8F3;
    }

.smart-style-10 #show-shortcut:hover > i {
    color: #fff;
}

.smart-style-10 .superbox-list.active:before {
    color: #1b1e24;
}

.smart-style-10 nav ul b {
    font-size: 14px;
    margin-top: 0px;
}



    .smart-style-10 nav ul ul li > a {
        color: #272D2D;
        display: block;
        font-size: 13px;
        overflow: hidden;
        padding-bottom: 6px !important;
        padding-left: 43px;
        padding-top: 6px !important;
        background-color: #E7EBF1
    }


        .smart-style-10 nav ul li.active {
            /* ACTIVE MENU ITEM */
            background: rgba(0,59,117,0.5)!important;
            /*background: #0074E5!important;*/
            color: white !important;
        }

        .smart-style-10 nav ul li ul li.active > a
        {
            /* ACTIVE MENU ITEM */
            background: rgba(0,59,117,0.3)!important;
            /*background: #0074E5!important;*/
            color: white !important;
        }

        .smart-style-10 nav ul li.active:hover > a {
            color: #FFF !important;
        }

        .smart-style-10 nav ul li.active > a {
            color: white !important;
        }


    .smart-style-10 nav ul ul ul li a {
        padding: 8px 17px 8px 54px !important;
    }

    .smart-style-10 nav ul ul ul ul li a {
        padding-left: 72px !important;
    }

    .smart-style-10 nav ul ul ul ul ul li a {
        padding-left: 90px !important;
    }

    .smart-style-10 nav ul ul ul ul ul ul li a {
        padding-left: 108px !important;
    }

.smart-style-10 nav ul li a:hover {
    background-color: rgba(0,116,229,0.1) !important;
    /*background-color: rgba(0,116,229,0.1) !important;*/
    transition: background-color 0.5s ease;
    color: #272D2D !important;
}

.smart-style-10 nav ul li a {
    padding: 10px;
    transition: background-color 0.5s ease;
}

.smart-style-10 nav ul li a:active {
    background: none;
    color: white !important;
}

.smart-style-10 nav > ul > li > a > i {
    font-size: 12px;
    vertical-align: 0px;
}

.smart-style-10 nav > ul > li > a b {
    right: 17px;
    top: 12px;
}

.smart-style-10 nav > ul > li > a:hover i {
    -moz-animation-name: none;
    -o-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
}

.smart-style-10 .header-search > input[type="text"] {
    border-color: #FFF !important;
    border-radius: 2px;
}

nav ul li.active > a:before {
    display: none !important;
}

.smart-style-10 #main {
    box-shadow: none;
}

.smart-style-10 .header-dropdown-list a.dropdown-toggle {
    color: #FFF;
    text-decoration: none;
}

.smart-style-10 .login-info {
    height: 40px;
    border: 0 !important;
}

    .smart-style-10 .login-info img {
        border-radius: 20%;
        width: 25px;
        border: 0 !important;
    }

    .smart-style-10 .login-info a {
        margin-top: 5px;
        border: 0 !important;
    }

        .smart-style-10 .login-info a span {
            max-width: 136px;
            border: 0 !important;
        }

.smart-style-10 #activity.active .badge {
    background: #0aa699 !important;
}

.smart-style-10 .ajax-dropdown {
    background: #E2E8F1;
}

.smart-style-10 .ajax-notifications {
    background: #fff;
}

.smart-style-10 img.online {
    border-left-color: #0AA699 !important;
}

.smart-style-10 .onoffswitch-inner:before {
    background-color: #36AECC !important;
}

.smart-style-10 .bg-color-red {
    background-color: #fb3c4a !important;
}

.smart-style-10 .jarviswidget
{
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #D6D9E0;
}

.smart-style-10 .jarviswidget-color-darken > header {
    background: #1B1E24 !important;
    border-color: #1B1E24 !important;
}

.smart-style-10 .jarviswidget-color-blueLight> header {
    background: #E7EBF1!important;
    border-bottom: 1px solid #D1D6DC!important;
    color: black !important;
}

.smart-style-10 .jarviswidget> header {
    background: #E7EBF1!important;
    border: 1px solid #D1D6DC!important;
    color: black !important;
}

.smart-style-10 .jarviswidget-color-blueDark > header {
    background: #353D4B !important;
    border-color: #353D4B !important;
}

.smart-style-10 .jarviswidget-color-blue > header {
    background: #688F9E;
    border-color: #6A838D !important;
}

.smart-style-10 .jarviswidget-color-purple > header {
    background: #736086;
}

.smart-style-10 .jarviswidget-color-red > header {
    background: #C02631;
    border-color: #8F2129 !important;
}

.smart-style-10 .jarviswidget .bg-color-red {
    background: #C02631 !important;
}

.smart-style-10 .ui-chatbox-titlebar {
    background: #3E4553 !important;
}

    .smart-style-10 .ui-chatbox-titlebar.ui-state-focus {
        background: #1B1F27 !important;
    }

.smart-style-10 #ribbon .breadcrumb > .active,
.smart-style-10 #ribbon .breadcrumb li:last-child {
    color: #272D2D;
    font-weight: bold;
}

.smart-style-10 #ribbon .breadcrumb
{
    background: none;
    display: inline-block;
    margin: 0;
    padding: 5px 34px 5px 0 !important;
    vertical-align: top;
}

.smart-style-10 #ribbon
{
    background: #E7EBF1;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 8px !important;
    position: relative;
    border-bottom: 1px solid #D6D9E0;
}

.smart-style-10 #ribbon .breadcrumb a,
.smart-style-10 #ribbon .breadcrumb {
    color: #272D2D !important;
}

.smart-style-10 .open > .dropdown-menu,
.smart-style-10 .dropdown-menu {
    padding: 4px;
}

    .smart-style-10 .dropdown-menu > li > a,
    .smart-style-10 .dropdown-menu > li > a {
        border-radius: 4px;
        margin: 3px 0; 
    }

.smart-style-10 aside,
.smart-style-10 .superbox-show {
    background: #E7EBF1;
    border-right: 1px solid rgba(39,45,45,0.1) !important;
    border: 0;
}

.smart-style-10 .page-footer
{
    background-color: transparent;
    border: 0;
}

.smart-style-10 .login-info span,
.smart-style-10 .login-info {
    border: none !important;
}


.smart-style-10 .jarviswidget header,
.smart-style-10 .jarviswidget .widget-body
{
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.smart-style-10 .jarviswidget > div 
{
    border: 0 !important;
}

.smart-style-10 .jarviswidget .widget-body
{
    border-bottom: 0 !important;
}

.smart-style-10 .jarviswidget .widget-body table:only-child
{
    padding: 0 !important;
}

.smart-style-10 .login-info strong,
.smart-style-10 .login-info a {
    color: #000;
    border: 0 !important;
}

.smart-style-10 nav ul li a
{
    color: #000;
    border-bottom: 1px solid #CCD2DB !important;
}

.smart-style-10 .pagination > .active > a,
.smart-style-10 .pagination > .active > span,
.smart-style-10 .pagination > .active > a:hover,
.smart-style-10 .pagination > .active > span:hover,
.smart-style-10 .pagination > .active > a:focus,
.smart-style-10 .pagination > .active > span:focus {
    background-color: #717680;
    border-color: #717680;
    border: 0;
}


.smart-style-10 .jarviswidget-color-greenLight > header,
.smart-style-10 .jarviswidget .bg-color-greenLight {
    background: #96B447 !important;
    border-color: #96B447 !important;
}

.smart-style-10 .jarviswidget-color-yellow > header,
.smart-style-10 .jarviswidget .bg-color-yellow {
    background: #FDD01C !important;
    border-color: #DBB727 !important;
    color: #25241F;
}

.smart-style-10 .jarviswidget-color-pink > header,
.smart-style-10 .jarviswidget .bg-color-pink {
    background: #DB8EBB !important;
}

.top-space:empty
{
    display: none;
}

/* BUTTON STYLING */

.smart-style-10 .btn 
{
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 1px;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);

    border-radius: 3px;
    -moz-border-radius: 3px;
}

.smart-style-10 #cycleCountWeekDays .btn-default.selectedDay {
    background-color: #275b89 !important;
    border-color: #1f496d !important;
    color: #ffffff !important;
}

.smart-style-10 #locationCycleCountWeekDays .btn-default.selectedDay {
    background-color: #275b89 !important;
    border-color: #1f496d !important;
    color: #ffffff !important;
}

.smart-style-10 .btn-primary, 
.smart-style-10 .btn-info,
.smart-style-10 .label-primary
{
    background-color: #0074E5 !important;
    border: 1px solid #0074E5;
    color: white !important;
}

.smart-style-10 .btn-default
{
    background-color: white !important;
    border: 1px solid #E7EBF1;
}

.smart-style-10 .btn-warning
{
    background-color: #E6753F !important;
    border: 1px solid #E6753F;
}

.smart-style-10 .btn-danger
{
    background-color: #C73E1D !important;
    border: 1px solid #C73E1D;
}

/* INPUT STYLING */
input:read-only, select:disabled {
    background-color: #E7EBF1 !important;
    color: #272D2D !important;
  }


/* Other */
.smart-style-10 .badge 
{
    background-color: #0074E5 !important;
}

.smart-style-10 .error-box
{
    width: 700px;
    margin: auto;
    padding: 10px;
    background-color: #FFF5F5;
    border-radius: 4px;
    border: 1px solid #FC8181;
}

.smart-style-10 .error-box .error-text 
{
    font-size: 28px;
    letter-spacing: 1px;
}
    .smart-style-10 .error-box * {
        text-shadow: none !important;
        color: #FC8181 !important;
    }


.smart-style-10 .alert {
    border-radius: 3px;
}

.smart-style-10 .alert-warning {
    background-color: #FFFAF0;
    border: 1px solid #C05621;
    color: #C05621;
}

.smart-style-10 .text-warning {
    color: #E6753F;
}

/*
 * STYLE 1 Responsive
 */

@media (max-width: 979px) and (min-width: 768px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .smart-style-10 #sparks {
        background: #fff;
    }

    .smart-style-10 #cancel-search-js,
    .smart-style-10 .search-mobile .header-search > button {
        border-radius: 3px;
    }
}

.badge.bg-pink-light {
    background-color: #f8d0e8 !important;
}

.badge.text-pink {
    color: #d12a70 !important;
}

.badge.bg-green-light {
    background-color: #aef2d0 !important;
}

.custom-filter-position.stock-count-difference-filter {
    right: 15px;
    top: 0px;
}

@media(min-width:1024px) {
    #tblSetting, #tblReplenishmentAssignment {
        min-width: 1500px;
    }
}

#tblStockCountStockDifference {
    min-width: 1120px;
}

#tblStoreManagement {
    min-width: 1120px;
}

#tblAppUserStore tr td {
    word-break: break-all
}

.pt-23 {
    padding-top: 23px;
}






/********************************************************************* STYLE 10 CUSTOM COLLEQTIVE *************************************************************/
.smart-style-10 a {
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

.smart-style-10 {
    background: none !important;
    background-color: white !important;
    box-shadow: none !important;
}

body, html {
    background: none !important;
    background-color: white !important;
}

.smart-style-10 .version-info {
    border-width: 1px 0px 1px 0px;
    color: black;
    display: block;
    border: 0;
    font-size: 12px;
    height: 51px;
    margin: 0px !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .smart-style-10 .version-info > span {
        display: block;
        height: 50px;
        line-height: 50px;
        border: 0;
        text-align: center;
        padding: 0 10px;
    }

.smart-style-10 body.container {
    border-left: 1px solid rgba(34, 38, 46, 0.4);
    border-right: 1px solid rgba(34, 38, 46, 0.4);
}

.smart-style-10 #header {
    background-color: #003B75;
    background-image: none;
    border: 0 !important;
}

.smart-style-10 .project-context > :first-child {
    color: #697B92;
    text-shadow: 0 0 1px #111318;
}

.smart-style-10 .breadcrumb > li + li:before {
    color: #272D2D;
}

.smart-style-10 .project-selector {
    color: #B9B9B9;
}

.smart-style-10 .btn.btn-ribbon {
    background-color: #272D2D;
}

.smart-style-10 #logo-group {
    background: transparent !important;
}

    .smart-style-10 #logo-group img {
        margin: auto;
        width: 110px;
        margin-top: 3px;
        margin-left: 40px;
    }

.smart-style-10 .btn-header > :first-child > a {
    background: transparent;
    border: 0px solid #fb3c4a;
    color: white !important;
    cursor: pointer !important;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
}

    .smart-style-10 .btn-header > :first-child > a:hover {
        background-color: white;
        color: #272D2D !important;
        transition: 0.5s;
    }

.smart-style-10 #cancel-search-js {
    background: #fb3c4a;
    line-height: 29px !important;
}

.smart-style-10 .MsgTitle .txt-color-orangeDark {
    color: #fb3c4a !important;
}

.smart-style-10 .minifyme {
    background: #434953;
}

    .smart-style-10 .minifyme:hover {
        background: #5C6C86;
        color: #E1E8F3;
    }

.smart-style-10 #show-shortcut:hover > i {
    color: #fff;
}

.smart-style-10 .superbox-list.active:before {
    color: #1b1e24;
}

.smart-style-10 nav ul b {
    font-size: 14px;
    margin-top: 0px;
}



.smart-style-10 nav ul ul li > a {
    color: #272D2D;
    display: block;
    font-size: 13px;
    overflow: hidden;
    padding-bottom: 6px !important;
    padding-left: 43px;
    padding-top: 6px !important;
    background-color: #E7EBF1
}


.smart-style-10 nav ul li.active {
    /* ACTIVE MENU ITEM */
    background: rgba(0,59,117,0.5) !important;
    /*background: #0074E5!important;*/
    color: white !important;
}

.smart-style-10 nav ul li ul li.active > a {
    /* ACTIVE MENU ITEM */
    background: rgba(0,59,117,0.3) !important;
    /*background: #0074E5!important;*/
    color: white !important;
}

.smart-style-10 nav ul li.active:hover > a {
    color: #FFF !important;
}

.smart-style-10 nav ul li.active > a {
    color: white !important;
}


.smart-style-10 nav ul ul ul li a {
    padding: 8px 17px 8px 54px !important;
}

.smart-style-10 nav ul ul ul ul li a {
    padding-left: 72px !important;
}

.smart-style-10 nav ul ul ul ul ul li a {
    padding-left: 90px !important;
}

.smart-style-10 nav ul ul ul ul ul ul li a {
    padding-left: 108px !important;
}

.smart-style-10 nav ul li a:hover {
    background-color: rgba(0,116,229,0.1) !important;
    /*background-color: rgba(0,116,229,0.1) !important;*/
    transition: background-color 0.5s ease;
    color: #272D2D !important;
}

.smart-style-10 nav ul li a {
    padding: 10px;
    transition: background-color 0.5s ease;
}

    .smart-style-10 nav ul li a:active {
        background: none;
        color: white !important;
    }

.smart-style-10 nav > ul > li > a > i {
    font-size: 12px;
    vertical-align: 0px;
}

.smart-style-10 nav > ul > li > a b {
    right: 17px;
    top: 12px;
}

.smart-style-10 nav > ul > li > a:hover i {
    -moz-animation-name: none;
    -o-animation-name: none;
    -webkit-animation-name: none;
    animation-name: none;
}

.smart-style-10 .header-search > input[type="text"] {
    border-color: #FFF !important;
    border-radius: 2px;
}

nav ul li.active > a:before {
    display: none !important;
}

.smart-style-10 #main {
    box-shadow: none;
}

.smart-style-10 .header-dropdown-list a.dropdown-toggle {
    color: #FFF;
    text-decoration: none;
}

.smart-style-10 .login-info {
    height: 40px;
    border: 0 !important;
}

    .smart-style-10 .login-info img {
        border-radius: 20%;
        width: 25px;
        border: 0 !important;
    }

    .smart-style-10 .login-info a {
        margin-top: 5px;
        border: 0 !important;
    }

        .smart-style-10 .login-info a span {
            max-width: 136px;
            border: 0 !important;
        }

.smart-style-10 #activity.active .badge {
    background: #0aa699 !important;
}

.smart-style-10 .ajax-dropdown {
    background: #E2E8F1;
}

.smart-style-10 .ajax-notifications {
    background: #fff;
}

.smart-style-10 img.online {
    border-left-color: #0AA699 !important;
}

.smart-style-10 .onoffswitch-inner:before {
    background-color: #36AECC !important;
}

.smart-style-10 .bg-color-red {
    background-color: #fb3c4a !important;
}

.smart-style-10 .jarviswidget {
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #D6D9E0;
}

.smart-style-10 .jarviswidget-color-darken > header {
    background: #1B1E24 !important;
    border-color: #1B1E24 !important;
}

.smart-style-10 .jarviswidget-color-blueLight > header {
    background: #E7EBF1 !important;
    border-bottom: 1px solid #D1D6DC !important;
    color: black !important;
}

.smart-style-10 .jarviswidget > header {
    background: #E7EBF1 !important;
    border: 1px solid #D1D6DC !important;
    color: black !important;
}

.smart-style-10 .jarviswidget-color-blueDark > header {
    background: #353D4B !important;
    border-color: #353D4B !important;
}

.smart-style-10 .jarviswidget-color-blue > header {
    background: #688F9E;
    border-color: #6A838D !important;
}

.smart-style-10 .jarviswidget-color-purple > header {
    background: #736086;
}

.smart-style-10 .jarviswidget-color-red > header {
    background: #C02631;
    border-color: #8F2129 !important;
}

.smart-style-10 .jarviswidget .bg-color-red {
    background: #C02631 !important;
}

.smart-style-10 .ui-chatbox-titlebar {
    background: #3E4553 !important;
}

    .smart-style-10 .ui-chatbox-titlebar.ui-state-focus {
        background: #1B1F27 !important;
    }

.smart-style-10 #ribbon .breadcrumb > .active,
.smart-style-10 #ribbon .breadcrumb li:last-child {
    color: #272D2D;
    font-weight: bold;
}

.smart-style-10 #ribbon .breadcrumb {
    background: none;
    display: inline-block;
    margin: 0;
    padding: 5px 34px 5px 0 !important;
    vertical-align: top;
}

.smart-style-10 #ribbon {
    background: #E7EBF1;
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 8px !important;
    position: relative;
    border-bottom: 1px solid #D6D9E0;
}

    .smart-style-10 #ribbon .breadcrumb a,
    .smart-style-10 #ribbon .breadcrumb {
        color: #272D2D !important;
    }

.smart-style-10 .open > .dropdown-menu,
.smart-style-10 .dropdown-menu {
    padding: 4px;
}

    .smart-style-10 .dropdown-menu > li > a,
    .smart-style-10 .dropdown-menu > li > a {
        border-radius: 4px;
        margin: 3px 0;
    }

.smart-style-10 aside,
.smart-style-10 .superbox-show {
    background: #E7EBF1;
    border-right: 1px solid rgba(39,45,45,0.1) !important;
    border: 0;
}

.smart-style-10 .page-footer {
    background-color: transparent;
    border: 0;
}

.smart-style-10 .login-info span,
.smart-style-10 .login-info {
    border: none !important;
}


.smart-style-10 .jarviswidget header,
.smart-style-10 .jarviswidget .widget-body {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.smart-style-10 .jarviswidget > div {
    border: 0 !important;
}

.smart-style-10 .jarviswidget .widget-body {
    border-bottom: 0 !important;
}

    .smart-style-10 .jarviswidget .widget-body table:only-child {
        padding: 0 !important;
    }

.smart-style-10 .login-info strong,
.smart-style-10 .login-info a {
    color: #000;
    border: 0 !important;
}

.smart-style-10 nav ul li a {
    color: #000;
    border-bottom: 1px solid #CCD2DB !important;
}

.smart-style-10 .pagination > .active > a,
.smart-style-10 .pagination > .active > span,
.smart-style-10 .pagination > .active > a:hover,
.smart-style-10 .pagination > .active > span:hover,
.smart-style-10 .pagination > .active > a:focus,
.smart-style-10 .pagination > .active > span:focus {
    background-color: #717680;
    border-color: #717680;
    border: 0;
}


.smart-style-10 .jarviswidget-color-greenLight > header,
.smart-style-10 .jarviswidget .bg-color-greenLight {
    background: #96B447 !important;
    border-color: #96B447 !important;
}

.smart-style-10 .jarviswidget-color-yellow > header,
.smart-style-10 .jarviswidget .bg-color-yellow {
    background: #FDD01C !important;
    border-color: #DBB727 !important;
    color: #25241F;
}

.smart-style-10 .jarviswidget-color-pink > header,
.smart-style-10 .jarviswidget .bg-color-pink {
    background: #DB8EBB !important;
}

.top-space:empty {
    display: none;
}

/* BUTTON STYLING */

.smart-style-10 .btn {
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 1px;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.smart-style-10 .btn-primary,
.smart-style-10 .btn-info,
.smart-style-10 .label-primary {
    background-color: #0074E5 !important;
    border: 1px solid #0074E5;
    color: white !important;
}

.smart-style-10 .btn-default {
    background-color: white !important;
    border: 1px solid #E7EBF1;
}

.smart-style-10 .btn-warning {
    background-color: #E6753F !important;
    border: 1px solid #E6753F;
}

.smart-style-10 .btn-danger {
    background-color: #C73E1D !important;
    border: 1px solid #C73E1D;
}

/* INPUT STYLING */
input:read-only, select:disabled {
    background-color: #E7EBF1 !important;
    color: #272D2D !important;
}


/* Other */
.smart-style-10 .badge {
    background-color: #0074E5 !important;
}

.smart-style-10 .error-box {
    width: 700px;
    margin: auto;
    padding: 10px;
    background-color: #FFF5F5;
    border-radius: 4px;
    border: 1px solid #FC8181;
}

    .smart-style-10 .error-box .error-text {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .smart-style-10 .error-box * {
        text-shadow: none !important;
        color: #FC8181 !important;
    }

.smart-style-10 .info-box  *
{
    text-shadow: none !important;
    color: #E7EBF1 !important;
}

.smart-style-10 .info-box {
    width: 700px;
    margin: auto;
    padding: 10px;
    background-color: #edebeb;
    border-radius: 4px;
    border: 1px solid darkgray;
}

    .smart-style-10 .info-box .error-text {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .smart-style-10 .info-box * {
        text-shadow: none !important;
        color: #909090 !important;
    }

.smart-style-10 .alert 
{
    border-radius: 3px;
}

.smart-style-10 .alert-warning 
{
    background-color: #FFFAF0;
    border: 1px solid #C05621;
    color: #C05621;
}

.smart-style-10 .text-warning
{
    color: #E6753F;
}

/*
 * STYLE 1 Responsive
 */

@media (max-width: 979px) and (min-width: 768px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    .smart-style-10 #hide-menu i {
        color: #fff !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .smart-style-10 #sparks {
        background: #fff;
    }

    .smart-style-10 #cancel-search-js,
    .smart-style-10 .search-mobile .header-search > button {
        border-radius: 3px;
    }
}
.badge.bg-pink-light {
    background-color: #f8d0e8 !important;
}

.badge.text-pink {
    color: #d12a70 !important;
}

.badge.bg-green-light {
    background-color: #aef2d0 !important;
}

.badge.text-green {
    color: #384456 !important;
}
.text-orange {
    color: orange;
}

.attentionqty {
    border-right: 4px solid magenta !important;
}

#categoryProductsWizard .btn-clear-block {
    top: 5px !important;
    left: 220px;
}

.btn-export-excel {
    right: 37px;
    position: absolute;
    z-index: 1;
    top: -4px;
}

   /* .btn-export-excel.btn:active {
        left: inherit;
        right: 37px !important;
        position: absolute !important;
        top: -4px;
    }*/

.display-none {
    display: none;
}

.display-active {
    display: block;
}

.select-with-txt-box {
    position: relative;
}

    .select-with-txt-box .select2-container {
        margin-top: -54px;
    }

.no-search .select2-search {
    display: none
}

.divStoreLocationOrderouter {
    max-height: calc(100vh - 297px);
    overflow: auto;
}

#divStoreLocationOrder {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

    #divStoreLocationOrder li {
        margin: 0 5px 10px 5px;
        padding: 5px;
        cursor: all-scroll;
        font-size: 1.2em;
    }

        #divStoreLocationOrder li i {
            margin-right: 10px;
            margin-top: 3px;
            font-size: 20px;
        }

table.dataTabletblStoreProductsLogDerving {
    min-width: 4000px;
}

.pr-5 {
    padding-right: 5px;
}

.badge.text-green {
    color: #384456 !important;
}

table#tblUnknownProducts {
    min-width:1800px;
}

table#tblProducts {
    min-width: 1800px;
}

table#tblReasonCode {
    min-width: 1800px;
}
.w-100{
    width: 100%;
}
.addstoreloc-table {
    padding-right: 36px;
    padding-left: 36px;
}
@media (max-width: 991.98px){
    .addstoreloc-table {
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media (max-width: 576.98px) {
    .addstoreloc-table {
        padding-right: 8px;
        padding-left: 8px;
    }
}
.mb-2{
    margin-bottom: 8px;
}


#tblStoreProductsLogDerving {
    min-width: 2100px;
}

table.dataTabletblOrderLine {
    min-width: 2900px;
}

.bg-green {
    background-color:green;    
}

.text-color{
    color:white;
}
#ddlLocationTags + span {
    display: block;
    width: auto !important;
}
.qr_menu {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.qr_error {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr_title {
    padding: 9px 12px;
    margin-top: 5px !important;
    display: flex !important;
    align-items: center;
    gap: 1rem;
}
    .qr_title .fa-qrcode {
        font-size: 20px
    }
.LossImgModal {
    height: calc(100vh - 160px);
    overflow-y: auto;
}
.min-width-SCC {
    min-width:230px;
    width:230px;
}
.min-width-SCC-left {
    min-width: 300px;
    width: 300px;
}
.min-height-255 {
    min-height: 255px;
}

.txtRequired {
    border: 1px solid red;
}
.block-parent{
    display: flex;
}
.block-child{
    flex-basis:  33%
}
    .block-child > div{
        padding: 0 13px;
    }
@media (max-width: 1198px) {

    .block-parent {
        flex-wrap: wrap
    }

    .block-child {
        flex-basis: 50%
    }
}

.rounded-nav-pills > li > a {
    border-radius: 20px; /* Adjust for more or less rounding */
    padding: 10px 20px; /* Optional: Add padding for a button-like appearance */
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .rounded-nav-pills > li.active > a,
    .rounded-nav-pills > li > a:hover {
        background-color: #007bff; /* Highlighted background */
        color: #fff; /* Highlighted text */
    }

.rounded-nav-pills > li > a {
    background-color: #f8f9fa; /* Default background */
    color: #333; /* Default text */
    text-decoration: none;
}


.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 900px;
    min-width: 300px;
}

.row {
    width: 100%;
    overflow: none;
}

.column {
    float: left;
    width: 50%;
}

.connected-sortable {
    margin: 0 auto;
    list-style: none;
    width: 100%;
    padding-left: 0;
    height: calc(100vh - 400px);
    max-height: calc(100vh - 250px);
    overflow: auto;
    background: #f5f5f5;
}

li.draggable-item {
    width: inherit;
    padding: 15px 20px;
    background-color: #f5f5f5;
    -webkit-transition: transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    &:hover

{
    cursor: pointer;
    background-color: #eaeaea;
}

}
/* styles during drag */
li.draggable-item.ui-sortable-helper {
    background-color: #e5e5e5;
    -webkit-box-shadow: 0 0 8px rgba(53,41,41, .8);
    -moz-box-shadow: 0 0 8px rgba(53,41,41, .8);
    box-shadow: 0 0 8px rgba(53,41,41, .8);
    transform: scale(1.015);
    z-index: 100;
}

li.draggable-item.ui-sortable-placeholder {
    background-color: #ddd;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width:0em !important;
}