﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/



.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mb-0 {
    margin-bottom: 0;
}

.toast {
    opacity: 1 !important;
}

#QTYCompare {
    margin-left: 5px !important;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 !important;
    background: #fbfbfb !important;
    padding-left: 10px;
}

#schedularDate {
    position: relative !important;
    z-index: 999 !important;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: var(--primary-colour) !important;
    font-weight: 700;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #222d32;
}

    .skin-blue .sidebar-menu .treeview-menu > li > a > span > i {
        margin-right: 5px;
        margin-left: 2px;
        width: 15px;
        text-align: center;
    }


.sidebar-menu > li.header {
    min-width: 5px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative;
    float: right;
    width: auto !important;
    left: 235px !important;
    top: 10px !important;
    z-index: 900;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 220px !important;
}

.sidebar-menu > li > a {
    padding: 13px 5px 12px 7px;
}

@media screen and (max-width: 390px) {
    #mainSearch {
        padding-right: 30px !important;
        width: 118px !important;
    }
}

.login-box, .register-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto !important;
    max-width: 360px;
}

.coustom_input {
    height: auto;
    padding: 0px 12px;
    width: 121px;
}

.coustom_input1 {
    height: auto;
    max-width: 150px;
    padding: 4px 12px;
}

.input_group {
    height: 26px;
    width: 120px;
}

.required_field {
    border-color: black !important;
}

.required_label {
    color: black !important;
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .navbar-custom-menu > .navbar-nav {
        margin-top: -6px;
    }
}

@media screen and (max-width: 768px) {
    #main_logo {
        display: none;
    }

    .m_name {
        max-width: 86px;
    }

    .coustom_input1 {
        width: 98px !important;
    }

    .sixCards .small-cards {
        margin-bottom: 20px;
    }

    .inner_info {
        margin-top: 50px;
    }

    .grid-section {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    #inner_content {
        padding: 0px !important;
    }

    .main-header .navbar {
        height: auto !important;
    }

    .navbar {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .navbar-nav {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }


    .navbar-custom-menu {
        margin-top: -10px;
    }
    /*    .content-wrapper {
            margin-top: 65px !important;
        }*/

    .skin-blue .main-header .navbar .nav > li > a {
        padding: 8px !important;
    }

    .notification-container {
        right: 15rem !important;
    }
}

@media screen and (max-width:767px) {

    #linebtn {
        position: relative;
        bottom: -28px;
    }
    .info-btn{
        top:145px !important;
    }
}

@media screen and (max-width: 576px) {
    #notification_a {
        display: none;
    }

    .navbar-custom-menu {
        margin-top: 0px;
    }

    #WareHouse {
        display: none;
    }

    .warhouseContainer {
        display: none;
    }

    .databaseName {
        display: none;
    }

    .nav-item #helpdesk {
        display: none;
    }
    /* .navbar-custom-menu{
        position:absolute;
        right:-3px;
    }*/
    .inner_info {
        margin-top: 25px !important;
    }

    .navdropdown .k-picker.k-dropdownlist {
        display: none;
    }

    .import-title {
        margin: 0px !important;
    }
}

@media (max-width:960px) and (min-width:760px) {
    #importCompartment {
        margin-top: 8px;
    }
}

@media (max-width:850px) and (min-width:760px) {
    #importCustomer {
        margin-top: 8px;
    }
}

.ui-draggable {
    background: none !important;
}

@media screen and (max-width: 450px) {
    .sml_width_100 {
        width: 100% !important;
    }

    #stockButtons > button {
        font-size: 9px !important;
    }

    .tableLength label {
        font-size: 13px !important;
    }

    #binReport button {
        font-size: 9px !important;
    }

    .binReportlabel label {
        font-size: 12px !important;
    }
}

.mb_6 {
    margin-bottom: 10px;
}

.logo-lg img {
    /* max-height: 42px !important;*/
    max-height: 28px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
}

.px_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mainSearch {
    text-transform: uppercase;
}

.d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align_self_center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 60px !important;
    }

    .gridTablecount #DataTables_Table_0_length {
        text-align: center !important;
    }
}

/*refractoring all the pages*/
@media (max-width:800px) {
    #binReport > div {
        text-align: left !important;
    }

    #DataTables_Table_0_length {
        text-align: end !important;
    }

    #stockButtons {
        text-align: left !important;
    }

    #stockButtonstitle {
        text-align: center !important;
    }

    #homeWidthInput {
        width: 95% !important;
    }

    #totalBin {
        text-align: left !important;
    }

        #totalBin button {
            font-size: 9px !important;
        }

    #totalText {
        text-align: center !important;
    }

    .totaltableLength label {
        font-size: 12px !important;
    }

    #GetBinbuttons button {
        font-size: 9px !important;
    }

    .GetBinInput {
        width: 96% !important;
    }

    .box-header.with-border.d-flex.justify-content-between.align-items-center.RemovingContent.\32 DMobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .TwoDimension li {
        margin: 0px 4px !important;
        font-size: 10px;
    }

    .list2D.TwoDimension {
        padding-left: 10px !important;
        margin-top: 10px;
    }

    .TwoDimension li span {
        margin: 0px 5px;
    }

    .country1strow {
        font-size: 9px !important;
        margin: 4px 0px;
    }

        .country1strow button {
            font-size: 9px;
        }

    .country2ndRow button {
        font-size: 9px;
    }

    .mailbox-messages div.country1r1cl > div#DataTables_Table_0_length {
        text-align: center !important;
    }

    .col-sm-4.country1r1c {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

@media (max-width:1023px) {
    #BinDetailsContainer {
        text-align: left !important;
    }
}

@media (min-width:1000px) {
    .ProductGet {
        margin-top: 10px !important;
    }
}
/*font size of header content*/
.headerContent {
    font-size: 12.5px;
    letter-spacing: .3px;
}

@media (max-width:1300px) {
    .headerContent {
        display: none !important;
    }

    .smallScreenDisplay p {
        padding-bottom: 0px !important
    }
}

@media (min-width:1300px) {
    .smallScreenDisplay {
        display: none !important;
    }
}

@media (max-width:880px) {
    .twoItemheader {
        display: none !important;
    }
}

/*css form loader (subrat)*/

.pace.pace-active {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000040;
    z-index: 99999;
}

.pace-active .pace-activity {
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}
/*css form loader end */

/*css form datalist table*/
.dataTables_info {
    padding-left: 10px;
    margin-bottom: 17px;
}

.dataTables_length {
    padding-left: 10px;
    padding-top: 5px;
}

@media screen and (min-width: 992px) {
    .export_btns {
        position: absolute;
        top: 5px;
        /*transform: translate(-50%, 0);
        left: 50%;*/
        right: 215px;
        padding: 5px;
    }
}

@media screen and (max-width: 992px) {
    .export_btns {
        padding: 12px 0 0;
    }

        .export_btns .text-right {
            text-align: center !important;
        }

    .sixCards .small-cards {
        margin-bottom: 20px;
    }

    .binReportText {
        text-align: center !important;
    }
    /*receiving page tab and mobile view column*/
    .emptyTabCol {
        display: block !important;
    }

    .quantityBinto {
        margin-bottom: 20px;
    }
}
/*receiving page tab and mobile view column*/
.emptyTabCol {
    display: none;
}

.mailbox-messages th i {
    padding-right: 5px;
}

@media screen and (max-width: 992px) {
    .box.box-solid {
        display: none;
    }
}

/*finger swipe*/
.swipe-area {
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    height: 100%;
    /*background: #DF314D;*/
}

@media screen and (max-width: 767px) {
    .swipe-area {
        z-index: 999;
    }

    .quanSlocTitle {
        text-align: left !important;
        padding-left: 0px;
    }
}
/*finger swipe*/

#RememberMe {
    position: relative;
    margin: inherit;
}

.table th input {
    width: 100%;
}

.small-box p {
    font-size: 16px;
    margin: 0 !important;
}

.small-box > .inner {
    min-height: 135px;
}

.datepicker table > tbody > tr > td, .datepicker table > tbody > tr > th, .datepicker table > tfoot > tr > td, .datepicker table > tfoot > tr > th, .datepicker table > thead > tr > td, .datepicker table > thead > tr > th {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top;
}

.small-box .icon {
    top: 0 !important;
    font-size: 60px !important;
    line-height: initial;
}

.inner_info {
    width: 270px;
    padding-right: 0px;
}

.inner_container {
    /*margin-left: 270px;*/
    position: relative;
}

#toggle_button {
    position: absolute;
    left: 4px;
    top: 0px;
    z-index: 999;
    padding: 2px 5px;
}

    #toggle_button i {
        font-size: 16px;
    }

.inner_collapse .inner_info {
    display: none;
}

.inner_collapse .inner_container {
    margin-left: 0px;
}

/* #inner_content {
        padding-left: 25px;
    }*/

@media screen and (max-width: 992px) {
    .inner_info {
        width: 100%;
    }

    .inner_container {
        margin-left: 0;
    }

    .inner_collapse .inner_info {
        display: block;
    }

    /* #inner_content {
            padding-left: 15px;
        }*/

    #toggle_button {
        display: none;
    }
}

.profile-username {
    word-break: break-all;
}

.datepicker-dropdown {
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,.1) !important;
    box-shadow: 0 0 11px rgba(0,0,0,.1) !important;
}

#wordBreaker {
    word-break: break-all;
}

.inner_info .btn {
    white-space: break-spaces !important;
}

.close {
    font-size: 23px;
    color: #fff;
    opacity: 1;
    background: none;
    border: none;
    font-weight: bold;
}

.main-header {
    position: fixed;
    top: 0;
    width: 100%;
}

.content-wrapper {
    margin-top: 50px;
}

.k-grid-header th.k-header {
    font-weight: 600 !important;
    text-transform: capitalize;
}

.k-button.k-grid-excel {
    background-color: var(--primary-Sucess);
    border-color: var(--primary-Sucess);
    color: white;
}

.k-button.k-grid-pdf {
    background-color: var(--primary-Failed);
    border-color: var(--primary-Failed);
    color: white;
}

.k-button.k-grid-csv {
    background-color: var(--primary-colour);
    border-color: var(--primary-colour);
    color: white;
}

.grid_head_text {
    cursor: pointer;
}

.sweet-alert .sa-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sweet-alert .sa-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .sweet-alert .sa-button-container button {
        width: 100%;
    }

.sweet-alert button.cancel {
    background-color: #a7a7a7;
}

.grid-action-btn {
    color: var(--primary-colour) !important;
    font-size: 18px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.box-header .box-title {
    font-weight: 600;
    margin-top: 3px;
}

@media(min-width:992px) {
    .btn-md-block {
        width: 100%;
    }
}

.table-responsive {
    border: 0;
}

table .tools .btn {
    color: var(--primary-colour) !important;
    font-size: 18px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: unset !important;
    border: 0 !important;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
        padding-left: 15px;
    }
}

.btn-secondary {
    color: #fff !important;
    background-color: var(--primary-Secondary);
    border-color: var(--primary-Secondary);
}

    .btn-secondary:hover, .btn-secondary:active {
        background-color: var(--primary-Secondary) !important;
        border-color: var(--primary-Secondary) !important;
    }

.box-body {
    padding: 10px;
}

.content-header > h1 {
    font-size: 23px;
    font-weight: 600;
}

.pb-0 {
    padding-bottom: 0;
}

.position-relative {
    position: relative !important;
}

.info-btn {
    /*font-size: 18px;
    padding: 4px 9px;*/
    font-size: 16px;
    padding: 1px 3px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    color: #ffffffe3;
    background-color: var(--primary-colour);
    position: absolute;
    top: 4px;
    right: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 999;
}

.p-2 {
    padding: 10px !important;
}

.infonav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    right: -32px;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 46px 15px 0;
    -webkit-box-shadow: -5px 0px 40px 0px #523f691a;
    box-shadow: -5px 0px 40px 0px #523f691a;
    width: 300px;
    z-index: 999;
}

    .infonav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.input-group .input-group-addon {
    background-color: #e9ecef;
}

.small-box {
    min-height: 162px;
}

@media screen and (min-width: 600px) {
    .dataTables_info {
        float: left;
    }

    .dataTables_paginate {
        padding-right: 10px;
    }
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size: 20px;
}

.ml-auto {
    margin-left: auto !important;
}

.remove-after-css::after {
    content: none !important;
}

.grid-action-btn {
    color: var(--primary-colour) !important;
    font-size: 18px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: unset !important;
    border: 0 !important;
}

.small-box > .inner a {
    text-decoration: underline;
}

.kendoDropdownList {
    width: 100%;
}

.has-success .k-dropdown-wrap {
    border-color: var(--primary-Sucess);
    border-radius: 6px;
    border-width: 1.5px;
}

.k-dropdown-wrap {
    border-radius: 6px;
}

#btn-export-excel, #btn-export-pdf, #btn-export-csv, .buttons-excel, .buttons-pdf, .buttons-csv, .k-button.k-button-icontext.k-grid-excel, .k-button.k-grid-csv, .k-grid-toolbar .k-button {
    background-color: #eee;
    border: 1px solid #ccc;
    color: black;
    cursor: pointer !important;
}

    #btn-export-excel:hover, #btn-export-pdf:hover, #btn-export-csv:hover, .buttons-excel:hover, .buttons-pdf:hover, .buttons-csv:hover {
        background-color: white !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        color: black !important;
        border: 1px solid #ccc !important;
    }

th:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.user-menu {
    background-color: transparent !important;
}

.user-header, .user-footer {
    -webkit-box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.user-footer {
    padding-left: 0;
    padding-right: 0;
    /*  display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .user-footer > div {
        padding: 10px 10px;
    }

        .user-footer > div.helpDesk-mobile {
            margin-left: -15px;
        }

        .user-footer > div > a {
            color: var(--primary-colour) !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    top: 50px;
    right: 10px;
}

.fa-pencil, .fa-list, .fa-trash {
    cursor: pointer !important;
}

    .fa-pencil:hover, .fa-list:hover, .fa-trash:hover {
        color: #00c0ef;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer !important;
    }

select.input-sm {
    font-size: 14px !important;
}

.HotDeshBoard:hover {
    background-color: #eee !important;
}

.user-hover {
    cursor: pointer !important;
}

    .user-hover:hover {
        background-color: transparent !important;
    }

    .user-hover img:hover {
        background-color: transparent !important;
    }

.k-state-selected, .k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-grid tr.k-state-selected:hover td.k-state-focused, .k-grid tr:hover .k-state-focused.k-state-selected {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    border-color: transparent !important;
}

.k-pager-wrap .k-link:focus, .k-list-item.k-focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

td {
    text-align: left !important;
    font-weight: 600 !important;
}

.k-picker.k-focus, .k-state-focused, .k-picker:focus, .k-widget.k-picker.k-focus, .k-widget.k-picker:focus, .k-searchbox.k-input.k-input-md.k-rounded-md.k-input-solid.k-grid-search:focus {
    -webkit-box-shadow: 0 0 6px 0px rgba(67,97, 238,0.8);
    box-shadow: 0 0 6px 0px rgba(67,97, 238,0.8);
}

.k-grid tr td, th {
    border: none !important;
    text-align: left !important;
}

element.style {
    text-align: left;
}

.k-grid tr td, th {
    border: none !important;
    text-align: left !important;
}

.k-grid tr td {
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.k-grid tr td {
    border-style: solid;
    border-color: #ccc;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 0.6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 0.4em 0.6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .k-autocomplete, .k-block, .k-button-group .k-tool, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
        border-color: #ccc;
    }

td {
    text-align: left !important;
    font-weight: 600 !important;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
td {
    display: table-cell;
    vertical-align: inherit;
}

k-grid tr.k-state-selected:hover td, .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    background-color: transparent;
    border-color: transparent !important;
    color: black;
}

/*.k-list li.k-item.k-state-selected {
        display: none;
    }*/

td {
    padding: 8px !important;
}

.btn-xs {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    color: var(--primary-colour) !important;
    font-size: 18px !important;
}

.k-widget.k-dropdown.form-control {
    width: 100% !important;
}

.small-box h3 {
    font-size: 30px !important;
}

.small-box p {
    line-height: 1.2 !important;
}

.box-tools.searchInput {
    position: absolute !important;
    right: 0 !important;
    top: -2px !important;
}

.mb-3 {
    margin-bottom: 10px !important;
}

.btn-sm {
    margin: 0 5px !important;
}

.box-header {
    margin: 0 5px !important;
    /* padding: 6px !important;
    margin-top: 5px !important;*/
}

.password-img {
    margin-left: auto;
    margin-right: auto;
}

.failure-text {
    color: #a94442;
}

.pointer {
    cursor: pointer;
    pointer-events: all;
}

.bg-white {
    background-color: white !important;
}

.bg-tomato {
    background-color: tomato;
    color: white;
}

.color-white {
    color: white;
}

.height-250 {
    height: 250px;
}

.height-300 {
    height: 300px;
}

.canvas-300 {
    height: 300px !important;
    width: auto !important;
}

.w-auto {
    width: auto !important;
}

.dashboard-textarea {
    width: 100%;
    height: 125px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.dashboard-border-right {
    border-right: 1px solid #f4f4f4;
}

.w-100px {
    width: 100px;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.height-180 {
    height: 180px;
}

.height-325 {
    height: 325px;
}

.m-height-280 {
    min-height: 280px;
}

.height-338 {
    height: 338px;
}

.w-10px {
    width: 10px;
}

.w-40px {
    width: 40px;
}

.w-150px {
    width: 150px;
}

.w-200px {
    width: 200px;
}

.fs-20px {
    font-size: 18px;
}

.bg-url-img {
    background: url('/adminlte/dist/img/photo1.png') center center;
}

.binBtn {
    margin-right: 6px;
    padding: 4px 34px !important;
}

.m-width-90px {
    min-width: 90px;
}

.m-width-70px {
    min-width: 70px;
}

.m-width-109px {
    min-width: 109px;
}

.m-width-96px {
    min-width: 96px;
}

.m-height-0 {
    min-height: 0 !important;
}

.d-none {
    display: none;
}

.position-relative {
    position: relative !important;
}

.text-success {
    color: green;
}

.mt-55px {
    margin-top: 55px;
}

.h-100 {
    height: 100%;
}

.w-300px {
    width: 300px;
}

.color-red {
    color: red;
}

.text-lowercase {
    text-transform: lowercase;
}

.mt-5 {
    margin-top: 25px;
}

.primary-color {
    color: var(--primary-colour);
}

.primary-bg {
    background-color: var(--primary-colour);
}

.mt-24px {
    margin-top: 20px;
}

.opensright {
    display: none;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.m-width-105px {
    min-width: 105px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-0 {
    padding-right: 0;
}

.font-20px {
    font-size: 20px;
}

.m-width-60px {
    min-width: 60px;
}

.p-0 {
    padding: 0;
}

.dashboard-card-2 {
    background-color: #0ec3efc2;
    color: white;
}

.dashboard-card-3 {
    background-color: #af2214d9;
    color: white;
}

.dashboard-card-5 {
    background-color: #18af6a;
    color: white;
}

.dashboard-card-6 {
    background-color: #af2214d9;
    color: white;
}

.dashboard-card-7 {
    background-color: #1b37ffd4;
    color: white;
}

.dashboard-card-8 {
    background-color: #d57a09;
    color: white;
}

.font-14px {
    font-size: 14px;
}

.height-230 {
    height: 230px;
}

.layout-clear {
    clear: left;
    margin: 20px 0;
}

.w-80px {
    width: 80px;
}

.m-width-75px {
    min-width: 75px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pl-0 {
    padding-left: 0;
}

.pl-2 {
    padding-left: 10px;
}

.p-2 {
    padding: 10px;
}

.m-width-50px {
    min-width: 50px;
}

.pickListLabel {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    min-width: 170px;
    margin-left: -10px;
}

.bg-eee {
    background-color: #eee;
}

.ml-auto {
    margin-left: 0;
}

.ml-0 {
    margin-left: 0;
}

.w-135px {
    width: 135px;
}

.pl-8px {
    padding-left: 8px;
}

.m-width-148px {
    min-width: 148px;
}

.fw-600 {
    font-weight: 600;
}

.pt-7px {
    padding-top: 7px;
}

.pt-8px {
    padding-top: 8px;
}

.pt-3 {
    padding-top: 15px;
}

.text-black {
    color: black;
}

.footer-div {
    position: absolute;
    left: -5000px;
}

.mx-height-75px {
    max-width: 75px;
}

.pr-8px {
    padding-right: 8px;
}

.blankScreen-bg {
    background-image: url('/landing/industry/img/Warehousing_3.jpg');
    background-size: cover;
}

.w-20px {
    width: 20px;
}

.w-0 {
    width: 0%;
}

.w-25px {
    width: 25px;
}

.w-90px {
    width: 90px;
}

th {
    text-align: center;
}

.register-bg {
    background-image: url('/landing/industry/img/warehouse-img-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.container .TopHeader {
    font-size: 20px;
    color: #ff0000;
}

.container .InvoiceLink {
    font-weight: bold;
}

.color-palette {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.color-palette-set {
    margin-bottom: 15px;
}

.color-palette span {
    display: none;
    font-size: 12px;
}

.color-palette:hover span {
    display: block;
}

.color-palette-box h4 {
    position: absolute;
    top: 100%;
    left: 25px;
    margin-top: -40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
    z-index: 7;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

    .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd;
    }

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word; /* Help out IE10+ with class names */
    }

    .bs-glyphicons li:hover {
        background-color: rgba(86, 61, 124, .1);
    }

.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.grid-container:not(:first-child) {
    margin-top: 30px;
}

.grid-container {
    background-color: white;
    -webkit-box-shadow: 0px 2px 8px #9c9c9c;
    box-shadow: 0px 2px 8px #9c9c9c;
    padding: 1px 10px;
    margin-bottom: 10px;
    position: relative;
}

.grid-close-btn {
    position: absolute;
    right: 10px;
    color: red;
}

td[data-field="fsN_Analysis"] {
    color: red;
}

.example-modal .modal {
    background: transparent !important;
}

.dataTables_paginate {
    position: relative !important;
}

th {
    text-align: center;
}

.product_details_table {
    min-width: 100px;
    text-align: center;
}

.small-box {
    min-height: 162px;
    font-weight: bold;
}

.inner p {
    font-size: 14px !important;
}

.section-gap {
    padding: 30px 0 !important;
}

#abc {
    margin-top: 5px;
    margin-bottom: 5px;
}

#logo {
    max-width: 135px;
}

.nav-btn {
    background-color: var(--primary-btn);
    border-radius: 0 !important;
    border: 1px solid transparent;
    line-height: 32px !important;
    color: white !important;
    padding: 0 10px;
}

    .nav-btn:hover {
        border: 1px solid var(--primary-btn) !important;
        background: transparent;
        color: var(--primary-btn) !important;
    }

#ReportDataId table th {
    text-transform: uppercase;
    border: none !important;
}

.main-header .logo {
    padding: 0 !important;
}

.main-footer {
    padding: 0px 15px !important;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
}

.main-header .logo .logo-lg {
    background-color: white !important;
    /* padding: 11px 15px !important;*/
    padding: 5px 15px !important;
}

tfoot b {
    margin: 15px !important;
}

.section-gap {
    padding: 30px 0 !important;
}

#3D_Div {
    position: relative;
    height: 100vh !important;
}

#3D_Canvas {
    height: 100vh;
}

#3D_Div canvas {
    position: absolute;
}

#content3D {
    margin: 0;
    padding: 0;
    height: 100vh !important;
}

.content {
    position: relative;
}

.warehouse_name {
    position: absolute;
    top: 10px;
    left: 10px;
}

.color_grid {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

canvas {
    width: 100%;
    overflow: hidden;
    display: block;
    /*This is for VS Code*/
    /*This is for WMS Project*/
    /* height: calc(100vh-81px) !important;
            height: -webkit-calc(100vh-81px) !important; */
}

.content {
    width: 100%;
    display: block;
    /*This is for VS Code*/
    /*This is for WMS Project*/
    /* height: calc(100vh-81px) !important;
            height: -webkit-calc(100vh-81px) !important; */
}

canvas {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100vh;
}

.popupLabel {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

.popupValue {
    font-weight: bold;
    color: green;
    padding-left: 10px;
    padding-right: 10px;
}

.label-row {
    clear: both;
}

.content-wrapper {
    overflow: hidden;
    overflow-y: auto;
}

.warehouse_name {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
}

.color_grid {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.modal-dialog {
    max-width: 100%;
    width: 600px !important;
    display: inline-block;
}

.modal {
    text-align: center;
}

.modal-body {
    text-align: initial;
}

#tableBody {
    margin-bottom: 0;
}

.pace.pace-active {
    background-color: unset;
    position: relative;
}

.pace-active .pace-activity {
    top: 15px !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 10px !important;
}

.modal-footer {
    border-top: none;
    padding-top: unset;
}

.content {
    padding: 5px;
}

@media (max-width: 767px) {
    .banner_image img {
        min-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .main-header .logo .logo-lg {
        padding: 0px 35px !important;
    }
}

.small-box .icon {
    top: 0 !important;
    font-size: 50px !important;
}

.small-box:hover .icon {
    font-size: 50px !important;
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

.HotDeshBoard {
    padding: 5px !important;
    background-color: white;
    color: black !important;
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}

@media screen and (max-width:576px) {
    .searchInput, #mainSearch {
        width: 100% !important;
    }

    .btn-sm {
        font-weight: 600 !important;
        font-size: 10px !important;
        margin: 0 5px !important;
    }

    .box-title {
        text-align: center !important;
        width: 100% !important;
        font-size: 18px !important;
    }
}

.skin-blue .main-header .navbar .nav .open > a {
    background: rgb(60 141 188) !important;
}

div.dataTables_paginate span {
    display: none;
}

@media screen and (max-width: 767px) {
    li.paginate_button.previous {
        display: inline;
    }

    li.paginate_button.next {
        display: inline;
    }

    li.paginate_button {
        display: none;
    }

    .k-grid tr td .btn-xs {
        padding: 4px !important;
    }

    .btn {
        margin: 3px !important;
        font-size: 12px !important;
        line-height: 1 !important;
        padding: 4px 7px !important;
        font-weight: 400 !important;
    }

    .tools a {
        font-size: 14px !important;
        margin: 1px !important;
        padding: 1px !important;
    }
}

.box-header > .col-md-6:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*.main-sidebar{
    overflow:hidden;
}*/

.labelFormatter {
    font-size: 13px;
    text-align: center;
    padding: 2px;
    color: #fff;
    font-weight: 600;
}

.ml-2px {
    margin-left: 2px !important;
}

.ml-2 {
    margin-left: 10px !important;
}

.float-right {
    float: right;
}

.mn-width-20px {
    min-width: 20px;
}

.mn-width-25px {
    min-width: 25px;
}

.mn-width-30px {
    min-width: 30px;
}

.mn-width-35px {
    min-width: 35px;
}

.mn-width-40px {
    min-width: 40px;
}

.mn-width-45px {
    min-width: 45px;
}

.mn-width-50px {
    min-width: 50px;
}

.mn-width-55px {
    min-width: 55px;
}

.mn-width-60px {
    min-width: 60px;
}

.mn-width-65px {
    min-width: 65px;
}

.mn-width-70px {
    min-width: 70px;
}

.mn-width-75px {
    min-width: 75px;
}

.mn-width-80px {
    min-width: 80px;
}

.mn-width-85px {
    min-width: 85px;
}

.mn-width-90px {
    min-width: 90px;
}

.mn-width-95px {
    min-width: 95px;
}

.mn-width-100px {
    min-width: 100px;
}

.mn-width-105px {
    min-width: 105px;
}

.mn-width-110px {
    min-width: 110px;
}

.mn-width-115px {
    min-width: 115px;
}

.mx-3 {
    margin: 14px 0;
}

.m-width-125px {
    min-width: 125px;
}

.small-box {
    min-height: 162px;
    font-weight: bold;
}

.inner p {
    font-size: 14px !important;
}

.dataTable {
    width: 100% !important;
}

.loginPageBg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.pace.pace-active {
    background-color: unset;
    position: relative;
}

.pace-active .pace-activity {
    top: 15px !important;
    width: 14px !important;
    height: 14px !important;
    border-radius: 10px !important;
}

#map-canvas {
    height: 100vh;
    width: 100%;
    scrollbar-track-color: transparent;
    background-color: grey;
    overflow: hidden;
    z-index: 1;
}

.iframe {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 225px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.4rem 1rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 !important;
    background-color: var(--primary-colour);
    color: white
}

    .card-footer span {
        margin-bottom: 1rem !important;
    }

    .card-footer h3 {
        margin: 0 !important;
        margin-bottom: 0.8rem !important;
    }

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

.my-2 {
    margin: 10px 0;
}

.my-5 {
    margin: 25px 0;
}

.my-3 {
    margin: 15px 0;
}

.m-5 {
    margin: 25px;
}

.icon i {
    font-size: 35px !important;
}

.inner h3 {
    font-size: 20px !important
}

.small-box > .inner {
    padding: 15px !important;
}

.p-3 {
    padding: 15px;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: -6px;*/
}

.user-cards {
    padding: 15px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 5px;
    min-height: 300px;
    height: 315px;
}

    .user-cards:hover {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
    }

    .user-cards i {
        font-size: 50px;
        font-weight: bold;
    }

    .user-cards h3 {
        font-weight: bold;
    }

.mb-50px {
    margin-bottom: 50px;
}

.small-cards {
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 8px 8px 0;
    background-color: #0093E9;
    border-radius: 5px;
    color: white;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 180px;
    max-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*margin-left:12px*/
    /* margin:auto;
        width:350px;*/
}

    .small-cards:hover {
        /*transform: scale(1.1);*/
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .small-cards h3 {
        font-weight: 600;
    }

    .small-cards i {
        /*font-size: 2rem;*/
        font-size: 20px;
        /*  opacity: 0.3;*/
        color: #fff;
    }

        .small-cards i.filterable {
            color: white;
            opacity: 1;
            font-size: 12px;
            margin-left: 3px;
        }

    .small-cards h5 {
        margin-top: -10px;
        font-size: 12px;
    }

        .small-cards h5 a {
            font-weight: 600;
            color: white;
            font-size: 12px;
        }

            .small-cards h5 a:hover {
                text-decoration: underline;
            }

.gradient-blue {
    background-image: -o-linear-gradient(290deg, #0093E9 0%, #80D0C7 100%);
    background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.gradient-green {
    background-color: #61f43f;
    background-image: -o-linear-gradient(318deg, #61f43f 0%, #16A085 100%);
    background-image: linear-gradient(132deg, #61f43f 0%, #16A085 100%);
}

.gradient-orange {
    background-color: #fabe61;
    background-image: -webkit-gradient(linear, left top, right top, from(#fabe61), to(#F76B1C));
    background-image: -o-linear-gradient(left, #fabe61 0%, #F76B1C 100%);
    background-image: linear-gradient(90deg, #fabe61 0%, #F76B1C 100%);
}

.gradient-darkblue {
    background-color: #007fe9;
    background-image: -o-linear-gradient(290deg, #007fe9 0%, #808ad0 100%);
    background-image: linear-gradient(160deg, #007fe9 0%, #808ad0 100%);
}

.gradient-yellow {
    background-color: #ffa73b;
    background-image: -o-linear-gradient(303deg, #ffa73b 0%, #ffc325 74%);
    background-image: linear-gradient(147deg, #ffa73b 0%, #ffc325 74%);
}

.mb-4 {
    margin-bottom: 20px;
}

.small-cards h4 sup {
    font-size: 12px !important;
    font-weight: 600;
    top: 0px !important;
}

.small-cards h3 {
    margin: 0.1rem 0 !important;
}

.btn-displayNone {
    display: none
}

.text-center {
    text-align: center;
}

.aggregate_footertemplate_td {
    text-align: right !important;
}

.pl-7px {
    padding-left: 7px !important;
}

.pr-7px {
    padding-right: 7px !important;
}

.no-margin {
    margin: 0 !important;
}

.mb-minus-2 {
    margin-bottom: -10px;
}

.mt-3px {
    margin-top: 3px !important;
}

.list2D {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0 !important;
    position: absolute;
    right: 0;
    top: 10px;
    row-gap: 5px;
}

.TwoDimension {
    position: static !important;
}

.list2D li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 0 8px;*/
}

    .list2D li div {
        height: 20px;
        width: 20px;
    }

.list2D span {
    margin: 0 10px;
}

.green-2D {
    background-color: #58f158;
}

.yellow-2D {
    background-color: yellow;
}

.red-2D {
    background-color: #ff6262;
}

.white-2D {
    border: 1px solid darkblue;
}

.bin a {
    font-weight: bold;
}

.Details-3d {
    background: white;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.red-3d {
    color: red;
}

.green-3d {
    color: green;
}

.dataTables_length label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.box-header .col-md-4 {
        padding: 0 !important;
    }*/

.col-md-2 .dataTables_length {
    padding: 0 !important;
    margin: 0 !important;
}

.mx-3 {
    margin: 0 15px !important;
}

.level {
    margin: .5rem 3rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    width: -webkit-fill-available;
}

.innerLevel {
    border-radius: 50%;
    border: 5px solid white;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    position: absolute;
    left: -4rem;
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.levelDescription {
    color: white;
    margin-left: 7rem;
    padding: 0.5rem 1rem;
}

    .levelDescription P {
        line-height: 1 !important;
        font-weight: 500;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

        .levelDescription P a {
            color: white;
        }

    .levelDescription ul li {
        padding-bottom: 5px;
    }

.gradient-orange {
    background-color: #fad961;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #9599E2), to(#8BC6EC));
    background-image: -o-linear-gradient(left, #9599E2 50%, #8BC6EC 100%);
    background-image: linear-gradient(90deg, #9599E2 50%, #8BC6EC 100%);
}

    .gradient-orange .innerLevel {
        background-color: #f76b1c;
    }

.gradient-blue {
    background-color: #0093e9;
    background-image: -o-linear-gradient(290deg, #0093e9 0%, #80d0c7 100%);
    background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

    .gradient-blue .innerLevel {
        background-color: #80d0c7;
    }

.gradient-green {
    background-color: #008942;
    background-image: -o-linear-gradient(318deg, #007a3b 0%, #25cf60 100%);
    background-image: linear-gradient(132deg, #007a3b 0%, #25cf60 100%);
}

    .gradient-green .innerLevel {
        background-color: #25cf60;
    }

.gradient-purple {
    background: #20002c; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#d979ff), to(#4f006b));
    background: -o-linear-gradient(left, #d979ff, #4f006b);
    background: linear-gradient(to right, #d979ff, #4f006b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    .gradient-purple .innerLevel {
        background-color: #4f006b;
    }

#3D_Div, #3D_Canvas {
    height: 100vh !important;
}

.leaflet-popup .leaflet-zoom-animated {
    left: -115px !important;
}

.leaflet-popup-content {
    width: 200px !important;
    height: auto;
}

.purple-card {
    background-color: #8c00ff;
    color: white;
}

.SampleLayOutFile-card {
    background-color: #005aff;
    color: white;
}

.py-1 {
    padding: 5px 0;
}

#warehouseList {
    list-style: none;
}

.galleryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1.5em;
    cursor: pointer;
    color: #337ab7;
}

    .galleryList h4 {
        font-size: 13px !important;
    }

    .galleryList:before {
        content: "\f061";
        font-family: FontAwesome;
        display: inline-block;
        width: 1.3em;
        color: #337ab7;
    }

.userGuideHeader:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.3em;
    color: #337ab7;
}

.galleryImg {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.bg-primary {
    color: #fff;
    background-color: var(--primary-colour) !important;
}

@media screen and (max-width:1300px) {
    .small-cards {
        min-height: 225px;
        max-height: 245px;
    }
}

.viewer-backdrop {
    background-color: black !important;
}

/*loader css start*/
.pace {
    display: none;
}

#preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    background: rgba(0,0,0, 0.3);
}

@media (min-width:768px) {
    #preloader {
        left: 0;
        top: 0;
        width: 100vw;
    }
}

.sk-three-bounce {
    margin: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

    .sk-three-bounce .sk-child {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: -o-linear-gradient( top, var(--primary-colour) 0%, var(--primary-colour) 100%);
        background: -webkit-gradient( linear, left top, left bottom, from(var(--primary-colour)), to(var(--primary-colour)));
        background: linear-gradient( 180deg, var(--primary-colour) 0%, var(--primary-colour) 100%);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}





.container_loader {
    height: 100vh;
    width: 100vw;
    font-family: Helvetica;
}

.loader_dots {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        -webkit-animation-name: loading-text;
        animation-name: loading-text;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes loader {
    15% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    45% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px);
    }

    65% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px);
    }

    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes loader {
    15% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    45% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px);
    }

    65% {
        -webkit-transform: translateX(230px);
        transform: translateX(230px);
    }

    95% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}


/*added the Adtional styles for Bootstrap verstion changed  Start*/
/*.main-header .navbar {
        height: 50px;
    }*/

a {
    text-decoration: none !important;
}

body {
    font-size: 14px;
}

.input-group-text {
    height: 100%;
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-control {
    font-size: 14px;
    border-radius: 6px;
}

.dropdown-toggle::after {
    content: none !important;
}

.navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 10px;
    margin-top: 8px;
}

.skin-blue .main-header .navbar .nav > li > a {
    padding: 8px 11px;
    margin-top: 8px;
}

    .skin-blue .main-header .navbar .nav > li > a span .fa-star-o {
        margin-top: 12px;
    }

    .skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a:focus {
        background: none !important;
    }

.box-header.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.active > .page-link, .page-link.active {
    background-color: #3d8aba !important;
    border-color: #3d8aba !important;
    color: #fff;
}

.grid-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .grid-section .inner_container {
        -ms-flex-negative: inherit !important;
        flex-shrink: inherit !important;
    }

.btn-xs {
    padding: 5px;
}

.nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-stacked > li {
    padding: 8px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.btn {
    font-size: 14px;
}

td .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    td .form-inline .text-green {
        margin-left: 4px !important;
    }

.glyphicon-search::after {
    content: "\1F50D";
    position: absolute;
    right: 20px;
    top: 8px;
}

.close.btn {
    display: none;
}

.modal-header {
    padding: 10px;
    border-radius: 0px;
}

.modal-title {
    font-size: 20px;
}

.h4, h4 {
    font-size: 18px;
}

span.label {
    color: #fff !important;
    font-size: 10px !important;
    padding: 2px 2px;
    border-radius: 0.2rem;
}

.pagination {
    line-height: 19px;
}

.navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
}

.pagination > li > a {
    font-size: 12px;
    font-weight: bold;
}

#mainDiv {
    padding-left: 30px;
}

.box-header.with-border {
    padding: 5px 0px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: none;
    border-radius: 50%;
}

.sidebar-mini.sidebar-collapse .main-footer {
    margin: 0px !important;
    z-index: 851;
}

/*.sidebar-mini.sidebar-collapse .sidebar-menu {
    height: calc(100vh - 130px);
    overflow:visible;
}*/

/*.sidebar-mini.sidebar-collapse li.treeview:hover .treeview-menu{
    position:absolute;
    left:50px;
    z-index:851;
}*/

.login-box-body, .register-box-body {
    border-radius: 22px;
}



.custom-mini-sidbar {
    position: fixed;
    left: 42px;
    background: #fff;
    color: #000;
    /* top: 125px;*/
    display: none;
    /* margin: 0 !important;*/
    margin-top: -30px;
    background: #fbfbfb !important;
    padding-left: 10px;
    list-style-type: none;
    width: 220px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu li.treeview:hover .custom-mini-sidbar {
    display: block;
}

.skin-blue .sidebar-menu .custom-mini-sidbar > li.active > a, .skin-blue .sidebar-menu .custom-mini-sidbar > li > a:hover {
    color: #0096ec !important;
    font-weight: 700;
}

.skin-blue .sidebar-menu .custom-mini-sidbar > li.subtitle > a, .skin-blue .sidebar-menu .custom-mini-sidbar > li.subtitle a:hover {
    color: #fff !important;
}

.custom-mini-sidbar > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    color: #222d32 !important;
}

.custom-mini-sidbar > .subtitle {
    background: #000;
    margin-left: -10px;
}

    .custom-mini-sidbar > .subtitle a {
        background: #000;
        margin-left: 0px;
        color: #fff !important;
    }



/*added the Adtional styles for Bootstrap verstion changed  End*/
/*changes in the UI*/
@media (max-width:1024px) {
    .sixCards .small-cards {
        margin-bottom: 20px;
    }
}

/*spacing the "entry text in home page table"*/
.table-responsive .input-sm {
    margin: 0px 15px;
}

.tableLength .input-sm {
    margin: 0px 10px;
}

#BinDetailsContainer {
    margin-top: 10px !important;
}

.row .inner_info .spaceRemover {
    white-space: initial !important;
}

.RemovingContent::before, .RemovingContent::after {
    content: initial !important;
}

.row .inner_info .spaceRemover1 {
    white-space: initial !important;
}

.country2ndRow {
    display: block !important;
    margin: 10px;
}

[data-role="grid"] table {
    width: 100% !important;
}
/*#grid_GetStack_active_cell a .fa{
    font-size:13px!important;}
*/
.branchDefault > input {
    margin-left: 0px !important;
}

.k-datepicker {
    border-width: 1px !important;
    opacity: 1;
}

.k-widget.k-datepicker.form-control {
    width: 100%;
    border-width: 1px !important;
    border-radius: 6px !important;
    border: 1px solid var(--primary-Sucess) !important;
    border-bottom: 1px solid var(--primary-Sucess) !important;
}

.k-input[readonly] {
    background-color: rgb(238, 238, 238) !important;
}

/*Quantity Field */
#QTYCompare {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

input[data-role="datepicker"] {
}

.form-control {
    height: auto !important;
}

#btnclose1 {
    padding: 0px !important;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0) !important;
    box-shadow: inset 0 0 100px rgba(0,0,0,0) !important;
    background: transparent !important;
}

    #btnclose1:hover {
        color: white !important;
    }

    #btnclose1 span:hover {
        color: white !important;
    }

.CrossSign {
    font-size: 17px !important;
}

@media (max-width:768px) {
    .Collapse-Mobile .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0px, 0);
    }
}

/*calendar height*/
.k-calendar .k-calendar-view {
    height: 20em !important;
}

td[role="gridcell"] .k-link {
    font-size: 11px !important;
}
/*transfer to bin*/
.ReasonSection {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*bintobin*/
.binToContent {
    padding-left: 0px !important;
}

.MaterialName {
    padding-top: 0px;
}
/*header responsiveness*/
.keywordCross {
    padding-left: 8px !important;
    padding-right: 7px !important;
}

.clearCache {
    padding-left: 7px !important;
    padding-right: 10px !important;
}

.fakeprofilePicture {
    padding: 13px 0px !important;
}

/**/
/*.row {
    overflow: hidden;
}

[class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/
/*stockaudit audit type button*/

@media (max-width:767px) {
    li.navbarbread-dropdownbread .dropdownbread {
        top: 55% !important;
    }
}

@media (max-width:705px) {
    .commonAudit {
        float: none !important;
    }
}

@media (max-width:990px) {
    #SalesOrderId-list {
        width: 600px !important;
        height: auto !important;
        overflow-x: auto;
    }

        #SalesOrderId-list .k-grid-header-wrap {
            width: auto !important;
            overflow-x: auto !important;
        }
}

@media (max-width:600px) {
    #SalesOrderId-list {
        width: 400px !important;
    }
}

@media (max-width:990px) {
    #PurchaseOrderId-list, #POReturnId-list, #SOreturnId-list {
        width: 600px !important;
        height: auto !important;
        overflow-x: auto;
    }

        #PurchaseOrderId-list .k-grid-header-wrap, #POReturnId-list .k-grid-header-wrap, #SOreturnId-list .k-grid-header-wrap {
            width: auto !important;
            overflow-x: auto !important;
        }
}

@media (max-width:600px) {
    #PurchaseOrderId-list, #POReturnId-list, #SOreturnId-list {
        width: 400px !important;
    }
}

@media (max-width:1200px) {
    .binToContent .col-lg-6 {
        padding-right: 0px !important;
    }
}

.binToFrom {
    z-index: 99 !important;
}

@media (max-width:990px) {
    #salesOrderId-list {
        width: 650px !important;
        overflow-x: scroll !important;
    }

        #salesOrderId-list .k-grid-header-wrap {
            width: 100% !important;
            overflow-x: scroll !important;
        }
}

@media (max-width:600px) {
    #salesOrderId-list {
        width: 400px !important;
        overflow-x: scroll !important;
    }
}

.StockAlign {
    text-align: right !important;
}

.ui-widget.ui-autocomplete {
    z-index: 9999 !important;
}

.search-screen {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.ui-menu {
    background-color: #fff;
    max-height: 170px;
    -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.ui-menu-item-wrapper:hover, .ui-menu-item:hover {
    background-color: var(--primary-colour) !important;
    outline: none !important;
    color: #fff !important;
    overflow: hidden;
}

.ui-menu-item-wrapper.ui-state-active {
    background-color: var(--primary-colour) !important;
    outline: none !important;
    color: #fff !important;
    border: none !important;
}

.ui-menu-item {
    background-color: white !important;
    outline: none !important;
    color: #000 !important;
    border: none !important;
    font-size: 12px;
}

.ui-widget.ui-widget-content {
    border: 0px !important;
}

input#box:focus {
    outline: none;
}

#star_button {
    margin-left: 5px;
    font-size: 20px;
    padding: 5px;
}

#showFavPop {
    display: none;
    width: 380px;
    position: absolute;
    z-index: 10;
    border: 1px solid var(--primary-colour);
}

    #showFavPop.popActive {
        display: inline-block !important;
    }

.favAdd {
    margin-right: 20px;
    width: 32%
}

/*Add the styles Ramana*/

#MYPOPUP {
    display: none;
    width: 380px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
    margin: auto;
    z-index: 10;
}

#MYPOPUP1 {
    display: none;
    width: 380px;
    position: absolute;
    border-radius: 10px;
    /* left: 1px; */
    top: -39px;
    left: 43px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.12);
    margin: auto;
    z-index: 10;
}

.popup-header {
    padding: 8px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .popup-header h3 {
        font-weight: bold;
    }

.btn-dark {
    width: 40px;
    height: 30px;
    background: #000000;
    color: #fff;
    font-size: 30px;
    line-height: 18px;
}

    .btn-dark:hover {
        background: #000000;
        color: #fff;
    }

.fa-arrow-circle-o-right {
    margin-right: 15px;
}

.bullets {
    list-style-type: none;
    padding: 2px 15px;
}

    .bullets li {
        font-size: 18px;
        font-weight: 600;
        padding: 5px;
    }

#MYPOPUP.add {
    display: inline-block;
}

#MYPOPUP1.add {
    display: inline-block;
}


#FavouriteMenu_box {
    position: absolute;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    outline: 0;
}

#FavouriteMenuList {
    padding: 10px 20px;
    background-color: #f5f7fb;
    padding-top: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* height: calc(100vh - 325px);*/
    max-height: 350px;
    overflow: auto;
}

    #FavouriteMenuList li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: 0px 2px 9px #0000001f;
        box-shadow: 0px 2px 9px #0000001f;
        padding: 5px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 8px;
        border-radius: 3px;
    }

        #FavouriteMenuList li a {
            font-weight: 700;
        }



.collapse_container {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.filtered-title {
    padding: 8px 12px;
    background-color: #e9ecef;
    border-radius: 5px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.frozen-input-checkbox {
    accent-color: red;
}

.k-grid-filter.k-active {
    border-color: var(--primary-colour);
    background-color: var(--primary-colour);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    color: #fff !important;
}

.filtered-content {
    position: absolute;
    top: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px #a4a4a4;
    box-shadow: 0 0 7px #a4a4a4;
    padding: 8px 11px 0;
    z-index: 9;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

div[data-bs-toggle=collapse] {
    cursor: pointer;
}

.img-fluid.StartUp {
    margin: auto;
}



#BackToTop {
    display: inline-block;
    background-color: #000000;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #BackToTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 1em;
        line-height: 35px;
        color: #fff;
    }

    #BackToTop:hover {
        cursor: pointer;
        background-color: #333;
    }

    #BackToTop:active {
        background-color: #555;
    }

    #BackToTop.show {
        opacity: 1;
        visibility: visible;
    }

/* Styles for the content section */
#BackToTop {
    margin: 30px;
}

#breadcrumb {
    list-style: none;
    display: inline-block;
    /* margin-left: -39px;*/
    padding: 0px;
    margin-bottom: 0px;
    margin-top: -7px;
}

    #breadcrumb .fa {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: var(--primary-colour);
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
            margin-top: 10px
        }

        #breadcrumb li:nth-child(even) a {
            background-color: var(--primary-colour);
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: var(--primary-colour);
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: var(--primary-colour);
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            border-radius: 0 4px 4px 0;
            cursor: auto;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

li.navbarbread-dropdownbread .dropdownbread a {
    width: 100%;
}

    li.navbarbread-dropdownbread .dropdownbread a:before, li.navbarbread-dropdownbread .dropdownbread a:after {
        border-width: 0px !important;
    }

#breadcrumb li a:before, #breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid var(--primary-colour);
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: var(--primary-colour);
}

#breadcrumb li a:hover {
    background-color: #5a5e5b;
}

    #breadcrumb li a:hover:before {
        border-color: #5a5e5b;
        border-left-color: transparent;
    }

    #breadcrumb li a:hover:after {
        border-left-color: #5a5e5b;
    }

#breadcrumb li a:active {
    background-color: #5a5e5b;
}

    #breadcrumb li a:active:before {
        border-color: #5a5e5b;
        border-left-color: transparent;
    }

    #breadcrumb li a:active:after {
        border-left-color: #5a5e5b;
    }

.dropdownbread a {
    font-size: 13px !important;
}

@media (max-width:768px) {
    #breadcrumb li a {
        padding: 0px;
        margin-right: 21px !important;
        font-size: 12px;
    }

    .btn {
        font-size: 13px;
    }

    #breadcrumb .fa {
        font-size: 13px;
    }

    #breadcrumb li:last-child a {
        padding-right: 10px !important;
    }

    .levelDescription P {
        font-size: 1.3rem;
    }
}

.navbar-custom-menu > .navbar-nav {
    margin-top: 0px;
}

#mainDiv {
    padding-left: 12px;
}

.box-header .box-title {
    font-size: 18px;
}


@media (max-width:556px) {
    #breadcrumb li a {
        padding: 0px !important;
        margin-right: 21px !important;
        font-size: 11px;
    }

    #breadcrumb li:last-child a {
        padding-right: 3px !important;
    }

    .levelDescription P {
        font-size: 0.95rem;
    }

    .innerLevel {
        width: 7rem;
        height: 7rem;
    }

    .levelDescription {
        margin-left: 4rem;
        padding: 0.5rem;
    }

    .innerLevel div > h3,
    .innerLevel div > h5 {
        font-size: 1rem;
    }
}

@media (max-width:400px) {
    #breadcrumb li a {
        font-size: 10px;
    }

    #breadcrumb .fa {
        font-size: 10px !important;
    }

    #MYPOPUP {
        width: 340px;
    }
}

@media (max-width:330px) {
    #breadcrumb li a {
        font-size: 8px;
    }

    #breadcrumb .fa {
        font-size: 8px !important;
    }

    #MYPOPUP {
        width: 300px;
    }
}


/*li a {
        display: block;
        text-decoration: none;
        color: #444;
        padding: 20px 20px;
        font-weight: 700;
        transition: 0.4s all;
}
*/
li.navbarbread-dropdownbread {
    position: relative;
}

    li.navbarbread-dropdownbread:hover .dropdownbread {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        /* padding-left: 20px;*/
        padding: 0px 14px 10px;
    }

    li.navbarbread-dropdownbread .dropdownbread {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        padding: 20px 0;
        top: 81%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        left: 5px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
        /* border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;*/
        /* border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;*/
        z-index: 111;
        -webkit-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
        border-bottom: 4px solid var(--primary-colour);
    }

        li.navbarbread-dropdownbread .dropdownbread a {
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 400;
            /* background: #FFFFFF;
            padding: 0 15px 0 30px;
            color: #666666;
            line-height: 45px;
            text-align: left;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
        }

.navbarbread-dropdownbread .dropdownbread a:hover {
    padding-left: 30px;
}


::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}


::-moz-placeholder {
    color: #666;
    font-weight: 400;
}


:-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}


::-ms-input-placeholder {
    color: #666;
    font-weight: 400;
}


::placeholder {
    color: #666;
    font-weight: 400;
}

.wrapper {
    overflow-y: hidden;
}

.sidebar-menu {
    height: calc(100vh - 81px);
    overflow: auto !important;
}

    .sidebar-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .sidebar-menu::-webkit-scrollbar {
        width: 7px;
        height: 5px;
        background-color: #F5F5F5;
    }

    .sidebar-menu::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c0c0c0;
    }

.main-sidebar {
    position: fixed !important;
}

.box-header.with-border {
    margin: 20px;
}

.progress-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.pre-scrollable {
    max-height: 380px;
    overflow-y: auto;
}

@media only screen and (max-width: 1085px) {
    .content-wrapper section.content {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 470px) {
    .content-wrapper section.content {
        padding-bottom: 125px;
    }
}

input[type="color"] {
    height: 27px !important;
}

.k-multiselect .k-button, .k-multiselect .k-chip-solid-base {
    color: #fff;
    border-color: var(--primary-colour) !important;
    background-color: var(--primary-colour) !important;
}

.cancel {
    background: var(--primary-Secondary) !important;
    border-color: var(--primary-Secondary) !important;
}

.confirm {
    background: var(--primary-Failed) !important;
    border-color: var(--primary-Failed) !important;
}
/*.progress-bar {
    background: var(--primary-colour) !important;
}*/


#sessionTimeoutModal {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #cbebff;
    border-radius: 5px;
    z-index: 9999;
}




.iframe-mode header.main-header, .iframe-mode aside.main-sidebar, .iframe-mode footer.main-footer, .iframe-mode .info-btn {
    display: none;
}

.iframe-mode .content-wrapper {
    margin-top: 0;
    margin-left: 0 !important;
}


th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: var(--primary-colour);
    border: 1px solid #ddd; /* Adding border for header cells */
}

h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.screen-iput-group {
    width: auto;
}

.screen-search {
    border-radius: 6px;
    border: none;
    height: 28px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 5px;
}

    .screen-search:focus {
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #9a9a9a !important;
    }

.screen-search-icon {
    border-radius: 6px;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 0px 8px;
}

.info-icon {
    position: absolute;
    top: 94px;
    right: 0px;
    width: 28px;
    height: 25px;
    z-index: 111;
    line-height: 10px;
    cursor: pointer;
}

.remove-info {
    font-size: 25px;
    margin-top: -4px;
    cursor: pointer;
}

.callout-info {
    position: absolute;
    top: 148px;
    right: 0px;
    width: 300px;
    padding: 15px;
    z-index: 1111;
    display: none;
}

.mr-1 {
    margin-right: 5px;
}

.custom-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#SalesOrderId-list .k-list-ul {
    margin-left: -5px;
}

    #SalesOrderId-list .k-list-ul .k-list-item {
        display: block !important;
        padding: 0px 4px;
    }

    #SalesOrderId-list .k-list-ul .k-list-item-text::before {
        content: '';
    }

#SalesOrderId-list .dropdown-header div {
    font-weight: 600;
}

.custom-columns div {
    /*   margin:0px 5px;*/
    text-align: left;
    border: 1px solid lightgrey;
    border-collapse: collapse;
    padding: 4px;
}

.custom-columns .SIDate {
    width: 50%;
}

.custom-columns .quantity {
    width: 12%;
}

.custom-columns .Invoiceno {
    width: 20%;
}

.custom-columns .cusotmername {
    width: 40%;
}

.custom-columns .quantity.headers {
    padding-right: 5px;
    margin: 0px;
}

.custom-columns .SIDate.headers {
    padding-right: 25px;
    margin: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--primary-colour);
}



.daterangepicker .drp-calendar.left .calendar-table th, .daterangepicker .drp-calendar.left .calendar-table td {
    background: none;
}

.daterangepicker .drp-calendar.right .calendar-table th, .daterangepicker .drp-calendar.right .calendar-table td {
    background: none;
}

.daterangepicker td.active, .daterangepicker td.active.end-date, .daterangepicker td.active:hover {
    background-color: #357ebd !important;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.in-range {
    background-color: #ebf4f8 !important;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.k-grid .k-grid-content {
    max-height: calc(100vh - 420px);
}

input[readonly], select[readonly], input[disabled], select[disabled], .form-control:disabled, .form-control[aria-disabled="true"] {
    background-color: #e9ecef !important;
    opacity: 1;
    cursor: not-allowed !important;
    color: #000;
    pointer-events: auto;
}


/*@media only screen and (max-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        position: relative;
        left: 0;
        top: 0;
        width: auto !important;
        display: none !important;
    }


    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
        position: relative;
        width: auto;
        left: 0;
        display: inline-block !important;
        margin-left: 0;
        padding: 0;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: absolute !important;
        right: 10px;
        top: 50% !important;
        margin-top: -7px;
        width: min-content !important;
        left: auto !important;
    }
}*/

#breadcrumb li.navbarbread-dropdownbread {
    display: none;
}
    /* Show dropdown on hovering the first li */
    #breadcrumb li:first-child:hover ~ li.navbarbread-dropdownbread,
    #breadcrumb li.navbarbread-dropdownbread:hover {
        display: block;
    }
/* Show dropdown on hovering the third li */
#breadcrumb li:nth-child(3):hover ~ li.navbarbread-dropdownbread {
    display: block;
}
/* Show dropdown on hovering the last li */
#breadcrumb li:last-child:hover ~ li.navbarbread-dropdownbread {
    display: block;
}

.freeze {
    position: absolute;
    left: auto;
    top: 10px;
    right: -22px;
}

.remove_filter {
    cursor: pointer;
}

.user-header hr {
    margin: 0.300rem 0;
    border: 1px solid #ccc;
}

.grid_div.filter_div {
    margin-top: 15px;
}

.box-tools .has-feedback {
    position: relative;
}

.more_links {
    right: 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 7px 1px rgb(202, 191, 191, 0.75);
    box-shadow: 0px 1px 7px 1px rgb(202, 191, 191, 0.75);
}

.import-title {
    margin-left: 25px;
}

/*.k-alt {
    background: #fff;
}*/

.k-grid-toolbar {
    padding: .7em .4em;
}

.k-pager-wrap {
    padding: .333em .4em;
}

.headerDateHidden .input-group-addon, .headerDateHidden .input-group-addon .input-group-text {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sidebar-menu li > a > .pull-right-container {
    right: 15px;
}

.sidebar-menu > li > a > .fa {
    margin-left: 4px;
}

.password-container {
    position: relative;
}

    .password-container .form-control {
        padding-right: 30px; /* Adjust space for the icon */
    }

    .password-container .toggle-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        color: #6c757d; /* Optional: Adjust color as needed */
    }

.k-tabstrip:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

.k-tabstrip .k-tabstrip-items {
    background-color: #ecf0f5;
    border-radius: 35px;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.k-tabstrip-items .k-link {
    text-align: center;
    padding: 4px 11px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 27px;
}

.k-tabstrip-items .k-item.k-active {
    background: var(--primary-colour) !important
}

.k-tabstrip-items .k-active .k-link {
    color: #fff !important
}

.k-tabstrip-items li:last-child {
    border-right: none;
}

.k-tabstrip > .k-content {
    border: 0;
    overflow: hidden;
}

.k-tabstrip-items .k-item.k-active {
    border-radius: 27px !important
}
/*.k-tabstrip-content, .k-tabstrip > .k-content {
    padding-left: 10px;
    padding-right: 0;
    margin-right: 65px !important
}*/
.k-tabstrip-items .k-item {
    color: #1274ac !important;
    border-right: 1px solid #d6d6d6;
}

.k-tabstrip-content.k-content.k-active {
    border: 1px solid rgba(0,0,0,0.1);
    outline: none !important;
    bottom: 2px;
    position: relative;
}

/* Basic & Advance styles */

.advanced-fields {
    display: none;
}

span.advance_switcher {
    position: relative;
    font-size: .95rem;
    vertical-align: middle;
    top: 2px;
}

#BasicAdvanceSwitch, .advance_switcher {
    cursor: pointer;
}

span.advance_switcher input:checked {
    background-color: var(--primary-colour)
}

span.advance_switcher input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 120px;
    height: 30px;
    border-radius: 25px;
    background-color: #000;
    outline: 0;
    -webkit-transition: .25s -.1s;
    -o-transition: .25s -.1s;
    transition: .25s -.1s;
    margin-bottom: -6px
}

    span.advance_switcher input:after, span.advance_switcher input:before {
        z-index: 2;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-size: 13px;
    }

    span.advance_switcher input:before {
        content: 'Basic';
        left: 8px;
        top: 15px
    }

    span.advance_switcher input:after {
        content: 'Advanced';
        right: 10px;
        top: 15px
    }

span.advance_switcher label {
    z-index: 1;
    position: absolute;
    top: -3px;
    bottom: 0;
    border-radius: 20px;
    height: 18px;
    margin-bottom: 0
}

span.advance_switcher input:checked:before, span.advance_switcher input:not(:checked):after {
    color: #fff;
    -webkit-transition: color .5s .2s;
    -o-transition: color .5s .2s;
    transition: color .5s .2s
}

span.advance_switcher input:checked:after, span.advance_switcher input:not(:checked):before {
    color: var(--primary-colour);
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s
}

span.advance_switcher input:checked + label {
    left: 51px;
    right: 5px;
    background: #fff;
    -webkit-transition: left .4s .2s,right .5s,background .35s -.1s;
    -o-transition: left .4s .2s,right .5s,background .35s -.1s;
    transition: left .4s .2s,right .5s,background .35s -.1s
}

span.advance_switcher input:not(:checked) {
    background-color: var(--primary-colour);
    -webkit-transition: background .5s -.1s;
    -o-transition: background .5s -.1s;
    transition: background .5s -.1s
}

    span.advance_switcher input:not(:checked) + label {
        left: 4px;
        right: 72px;
        background: #fff;
        -webkit-transition: left .5s,right .4s .2s;
        -o-transition: left .5s,right .4s .2s;
        transition: left .5s,right .4s .2s
    }

.toast-message {
    font-size: 15px !important;
}

.k-dropdown .k-input {
    color: #000 !important;
}

.k-grid-toolbar .clearAllFilter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 8px 10px;
    margin: 0px 18px 0px 5px;
}

input[type="button"].btn-success:disabled {
    color: #000 !important;
    background: var(--primary-Sucess) !important;
}

tr.k-master-row.k-selected {
    background: none !important;
    color: #000 !important;
}

.k-grid tr.k-selected:hover td {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .k-grid tr.k-selected:hover td.k-focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.k-selected td.k-focus, .k-selected td:hover, .k-selected td:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-grid tr td a, .k-grid tr td a:hover {
    color: #333;
    cursor: pointer;
}

.k-dropdowngrid-popup .k-table-th {
    color: #333;
    background-color: #f5f5f5;
}

.collapseBtn {
    display: none;
}

.k-toolbar > * {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.k-filter-menu-container span {
    margin: 2px 0px;
}

.k-multicheck-wrap .k-item {
    line-height: 1.7rem;
}

.k-filter-menu.k-popup .k-multicheck-wrap {
    height: 135px;
}

.k-toolbar .k-picker {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.selected-warehouse {
    background-color: #f0f8ff; /* Light blue background */
    font-weight: bold; /* Make text bold */
}

.iframe-mode .main-header, .iframe-mode .main-sidebar, .iframe-mode #Div_info, .iframe-mode .info-icon, .iframe-mode .main-footer {
    display: none;
}

button 
{
   -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card_style {
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    border-radius: 30px;
    min-height: 320px;
    border: 1px solid #d3e3d3;
}
.card-custom-header {
    background: none;
    border: none;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}
.card-custom-footer {
    background: none;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border:none !important;
}
.card-custom-header, .card-custom-body {
    padding: 5px 10px;
}

#materialCodeList-list .k-list-ul .k-list-item-text{
    width:100%;
}
#materialCodeList-list .k-list-ul .k-list-item {
    padding:0;
}
#materialCodeList-list .k-list-ul .k-list-item-text::before {
    content: '';
}
.dropdown-header.custom-columns{
    padding-right:15px;
}