.alice-blue {
    background-color: #E7F1F8;
}

.light-blue {
    background-color: #98DDFF;
}

.blue {
    background-color: #00a3a3;
}

.plex-smart-blue {
    background-color: #3beedd;
}

.colorBlue {
    color: #00a3a3;
}

.green {
    background-color: #a0bf65 !important;
}

.red {
    background-color: #e64126;
}

.colorRed {
    color: #e64126 !important;
    font-weight: bold;
}

.tooltip-color-green {
    color: #a0bf65;
}

.tooltip-color-red {
    color: #e64126;
}

.orange {
    background-color: #ef954c !important;
}

.filter-color {
    background-color: #4B7487;
}

.beige {
    background-color: #dab89b;
}

.grey {
    background-color: #e3e8e8 !important;
}

.dark-grey-color {
    color: #666666;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.headerBlue {
    background-color: rgba(0,0,0,.6) !important;
    text-align: left !important;
}

header .mini-nav .dropdown-toggle:hover i {
    font-size: 28px;
}

header .mini-nav .dropdown-toggle:hover {
    background-color: transparent;
}

.dropdown-toggle i {
    padding-top: 18px;
}

#main-nav ul li .selected_second {
    background: none repeat scroll 0 0 #0279c7;
    border-radius: 4px 4px;
    color: #FFFFFF;
}

#main-nav ul li:hover a {
    cursor: pointer;
}

.table th, .table td {
    vertical-align: middle;
}

.table th {
    text-align: center;
}

label {
    margin-left: 5px;
    margin-right: 5px;
}

/*input[type="checkbox"] ,*/

input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
}

.panel {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 0px;
    width: 100%;
}

header {
    padding-top: 3px;
}

    header .logo {
        padding-top: 4px;
        height: 60px;
        line-height: 60px;
    }

    header .logo-link {
        vertical-align: middle;
        display: table-cell;
        height: 50px;
    }

input[type=radio] {
    vertical-align: top;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin {
    margin: 0;
}

th a {
    color: #ffffff;
    font-weight: bold;
}

    th a:hover {
        /*background: none repeat scroll 0 0 rgba(0,0,0,.6);*/
        color: #ffffff;
        font-weight: bold;
    }

.linkbutton {
    color: #00a3a3;
    cursor: pointer;
}

.no-margin {
    margin: 0;
}

.linkbutton :hover {
    color: #018786;
}

.grid-buttons {
    color: #018786;
    display: block;
    height: 100%;
    line-height: 20px;
    margin-left: 0px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

.grid-inline-buttons {
    color: rgba(0,0,0,.6);
    display: inline-block;
    height: 100%;
    line-height: 20px;
    margin-left: 5px;
    padding-top: 5px;
    text-align: center;
}

.grid-cell-buttons {
    color: #018786;
    display: inline-block;
    height: 100%;
    line-height: 20px;
    margin: 15px 15px 0px 15px;
    text-align: center;
}

.white {
    color: #ffffff;
}

.grid-buttons i {
    padding-top: 0px;
}

.td-back-button {
    vertical-align: top;
    width: 57px;
}


th a {
    color: #ffffff !important;
}

.centered-align {
    text-align: center !important;
}

.table-no-border {
    margin-bottom: 10px;
    width: 100%;
}

    .table-no-border td {
        border: none;
        padding: 5px;
    }

.edit-panel {
    background-color: aliceblue;
    border-radius: 8px;
    display: block;
    margin: 5px;
    padding: 20px;
    vertical-align: top;
    width: 520px;
}

.long-panel {
    width: 98%;
}

.soptoolbar_yellow, .soptoolbar_red, .soptoolbar_green {
    border: white solid 1px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.soptoolbar_yellow {
    background-color: #FFB900;
}

.soptoolbar_red {
    background-color: #e64126;
}

.soptoolbar_green {
    background-color: #a0bf65;
}

    .soptoolbar_yellow a:hover, .soptoolbar_red a:hover, .soptoolbar_green a:hover {
        color: whitesmoke;
    }

.plaintd {
    background-color: #FFFFFF !important;
    border-collapse: collapse;
    outline: solid white 1px;
}

    .plaintd:hover {
        background-color: #FFFFFF !important;
        border-collapse: collapse;
        outline: solid white 1px;
    }

.plaintable {
    background-color: #FFFFFF !important;
    border-collapse: collapse;
    outline: solid white 1px;
}

    .plaintable td, .plaintable td:hover {
        background-color: #FFFFFF !important;
        border-collapse: collapse;
        outline: solid white 1px;
    }

    .plaintable td, .plaintable tr {
        border: none;
    }

/*.plaintable:first-child td { background-color: #FFFFFF !important; }*/

.panel-half-screen {
    width: 750px;
}

.blueLabel {
    color: #337EAD;
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}

/*.action-toolbar {
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #00a3a3;
    display: inline-block;
    padding: 10px;
    margin-top: 2px;
}*/

.action-toolbar {
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 2px;
}

.toolbar-vertical-line {
    border-left: 0.15rem solid #337EAD;
    height: 1rem;
    margin: 0rem 1rem 0rem 1rem;
}

.centered-table {
    margin-left: auto;
    margin-right: auto;
}

.bold {
    font-weight: bolder;
}

.grid td {
    /*padding: 1px;*/
    font-size: 11px;
    line-height: 15px;
}

.grid-smaller td {
    font-size: 11px;
    line-height: 13px;
}

.grid-smaller th {
    font-size: 13px;
    line-height: 12px;
}

.fixed-sop-width {
    min-width: 155px;
}

.fixed-date-width {
    width: 150px;
}

.sop-textbox {
    border: solid #00a3a3 1px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-13 {
    font-size: 13px;
}

.sopTextBoxRed {
    border: solid #e64126 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.sopTextBoxOrange {
    border: solid #F6921E 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.sopTextBoxBlue {
    border: solid #0279c7 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.sopTextBoxGreen {
    border: solid #a0bf65 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.sopTextBoxDarkGreen {
    border: solid #8fab5a 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.sopTextBoxYellow {
    border: solid #FFB900 1px !important;
    margin-bottom: 0 !important;
    text-align: center !important
}

.table-filters-right {
    display: inline-block;
    float: right;
    /*padding-top: 10px;*/
}

    .table-filters-right input[type="text"], select, textarea {
        margin-bottom: 0;
    }

.table-filters-left {
    display: inline-block;
    /*float: left;
        padding-top: 10px;*/
    padding-bottom: 8px;
}

.div-back-button {
    display: inline-block;
    padding-bottom: 10px;
}

.bottom-margin {
    margin-bottom: 2px !important;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.inline-action-toolbar {
    display: inline-block;
}

.centeredAlignedDetailsTable td {
    height: 30px;
    padding-left: 10px;
    text-align: center;
}

.uomTable td {
    height: 25px;
    padding-left: 10px;
    padding-bottom: 2px;
}

.detailsTable td {
    height: 30px;
    padding-left: 10px;
}

/*when table in the td*/

.detailsTable table td, .uomTable table td {
    padding-left: 0px;
}

.detailsTable input[type="text"], select, textarea {
    margin-bottom: 0;
}

.detailsTableHeaderBold {
    background-color: #e7f1f8;
    font-weight: bold;
    padding: 2px;
}

#detailsTableHeaderLabelMfm {
    vertical-align: initial
}

.detailsTableMainHeader {
    background-color: rgba(0,0,0,.6);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 32px;
    padding-left: 10px;
    text-align: left !important;
}

.detailsTableMainHeader a, .detailsTableMainHeaderBackground a {
     color: #ffffff;
}
.detailsTableMainHeader a:hover, .detailsTableMainHeaderBackground a:hover {
     color: #2C3E50;
}

.detailsTableMainHeaderRed {
    background-color: #e74c3c;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 32px;
    padding-left: 10px;
    text-align: left !important;
}

.detailsTableMainHeaderRed a, .detailsTableMainHeaderBackground a {
    color: #ffffff;
}
.detailsTableMainHeaderRed a:hover, .detailsTableMainHeaderBackground a:hover {
    color: #2C3E50;
}

.detailsTableMainHeaderCenter {
    background: none repeat scroll 0 0 rgba(0,0,0,.6);
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    color: #ffffff;
    font-weight: bold;
    line-height: 20px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

    .detailsTableMainHeaderCenter a {
        color: #ffffff;
    }

        .detailsTableMainHeaderCenter a:hover {
            color: #2C3E50;
        }

.detailsTableHeader {
    background-color: #FAFAFA;
    border-left: 2px solid #ffffff;
    display: table-cell;
    line-height: 20px;
    padding: 1px;
    vertical-align: middle;
}

.height-50 {
    height: 50px;
}

.height-25 {
    min-height: 25px;
}

.detailsTableBackground_lightBlue {
    background-color: #eaf4f5;
    min-height: 25px;
    padding: 2px;
}

.detailsTableBackground_lightGrey {
    background-color: #FAFAFA;
    padding: 2px;
}

.detailsTableMainHeaderBackground {
    background-color: rgba(0,0,0,.6);
    line-height: 25px;
    padding: 5px;
    vertical-align: middle;
    color: #ffffff;
}

.height-30 {
    height: 30px;
}

.detailsTableHeader:first-child {
    border-left: none;
}

.bigger-font {
    font-size: 13px;
}

.detailsTableHeader_white {
    background-color: #FFFFFF;
    border-left: 1px solid #E0E0E0;
    display: table-cell;
    font-size: 13px;
    line-height: 15px;
    padding: 1px;
    vertical-align: middle;
}

.CssReset {
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.edit_label {
    width: 150px;
}

.edit_label_longer {
    width: 200px;
}

.edit_label_xl {
    width: 260px;
}

.label_bold {
    font-weight: bolder;
}

#safetyStockDiv.modalPopup {
    width: 510px;
}

#safetyStockDiv.modalPopup table {
    width: 100%;
}

#safetyStockDiv .days-safety-stock-type, #safetyStockDiv .lead-tme-safety-stock {
    margin-left: 53px;
    margin-top: 1em;
}

.modalPopup, .ui-tooltip {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px #888888;
    outline: medium none;
}

.centeredCapacityPopup {
    position: absolute;
    z-index: 9999;
    background-color: #ffffff;
    top: 30%;
    left: 40%;
}

.modalBackground {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popupHeader {
    background: #00a3a3;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 15px;
    padding: 9px 15px;
    text-align: center;
}

.nomove {
    cursor: default;
}

.popupHeaderCapacity {
    background: #00a3a3;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    min-height: 15px;
    padding: 9px 15px;
    text-align: center;
}

/*Telerik popup*/

.telerikPopupBody {
    font-size: 17px;
    margin-top: 5px;
}

.popupButtonsGroup {
    margin-top: 13px;
    width: 385px;
}

    .popupButtonsGroup a {
        font-size: 15px;
    }

.rwIcon {
    display: none !important;
}

/*end Telerik popup*/

.popupCloser {
    color: #ffffff;
    float: right;
    padding-left: 20px;
}

    .popupCloser:hover {
        color: #2C3E50;
    }

.popupBody {
    margin: 10px;
}

    .popupBody input[type="text"] {
        margin-bottom: 0;
    }

.display-flex {
    display: flex;
}

.div-navigation-dropdown {
    padding-bottom: 10px;
}

.div-inline-update-panel {
    display: -webkit-inline-box;
    display: -moz-box;
}

@-moz-document url-prefix() {
    .div-inline-update-panel {
        padding-right: 4px;
    }
}

.centered-td td {
    text-align: center;
}

.header-no-wrap th {
    white-space: nowrap;
}

.noWrap {
    white-space: nowrap;
}

.itemCodeColumn {
    white-space: pre;
}

.visibility-hidden {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

.inline {
    display: inline;
}

.updateProgress {
    background-color: #fff;
    background-image: url(ajax-progress.gif);
    background-position: center;
    background-repeat: no-repeat;
    filter: alpha(opacity=70);
    margin: 0px;
    opacity: 0.7;
    padding: 0px;
    position: absolute;
}

    .updateProgress div {
        background-color: white;
        left: 90%;
        padding: 4px;
        position: absolute;
        top: 10%;
    }

.loadingImage {
    margin-left: 200px;
    margin-top: 100px;
}

.div-edit {
    text-align: right;
    white-space: nowrap;
}

.bom-panel {
    border-spacing: 5px;
    width: 400px;
}

#subMenu ul li a {
    color: white;
}

#subMenu ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.main-nav-selected {
    background-color: #00a3a3 !important;
}

.main-nav-selected a {
    color: white !important;
}

.grey-disabled,
.grey-color {
    background-color: #ecedec;
    background-image: none;
    border-color: #BCBCBC;
    color: #000000 !important;
}

.grey-disabled[disabled],
.grey-disabled[disabled]:hover {
    background-color: #f2f3f3;
    border-color: #9c9797;
    color: #000000 !important;
}

.grey-disabled:hover,
.grey-color:hover {
    background-color: #dfe1e0;
    color: #000000 !important;
}

.same-disabled[disabled] {
    background-color: #00a3a3;
    opacity: 1;
}

.btn-red {
    color: #c8341b;
}

.btn-red:hover {
    color: #ff483f;
}


.toolbar-grey-panel {
    background-color: #eeeeee;
    border: solid 1px #BCBCBC;
    border-radius: 2px;
    display: block;
    margin-top: 5px;
    padding: 4px 30px 4px 10px;
}

.divLastRun {
    color: #018786;
    cursor: default;
    font-size: 13px;
    margin-bottom: 10px;
}

.pagination li a {
    margin: 0;
}

.uploadButton {
    background-color: #00a3a3;
    height: 36px;
    margin-bottom: 5px !important;
}

.nowrap td {
    white-space: nowrap;
}

.white-border-bottom {
    border-bottom: solid white 1px;
}

.white-border {
    border: solid white 2px;
}

    .white-border td {
        border-left: solid white 2px;
    }

    .white-border th {
        border: solid white 1px;
    }

.no-right-border {
    border-right: none;
}

.no-left-border {
    border-left: none;
}

.downloadList li i {
    color: #00a3a3;
}

.no-wrap {
    white-space: nowrap;
}



.wrapped-text {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line !important; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap !important; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word !important; /* IE 5+ */
}

/*wrapping headers*/

table th a {
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line !important; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap !important; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word !important; /* IE 5+ */
}

.little-padding {
    padding: 2px 3px
}

.padding-right-8 {
    padding-right: 8px
}

.div-inline-circle-buttons {
    display: inline-flex;
    float: right;
    padding: 3px;
}

.div-clipboard-buttons {
    display: inline-flex;
}

.clear-fieldset fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

/*.clear-fieldset fieldset table {
    margin-left: auto;
    margin-right: auto;
}*/

.clear-fieldset td {
    text-align: center;
}

.sidebar {
    background-color: #98DDFF;
    border-radius: 8px;
}

.dashboard-layout td {
    text-align: center;
    width: 80px;
}

.circle-buttons a, .circle-button {
    background: #00a3a3;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 3px;
    text-align: center;
    width: 50px;
}

.x-button {
    color: #e64126;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 3px;
    text-align: center;
    width: 50px;
}

.circle-btn-small {
    height: 30px;
    width: 30px;
}

.circle-buttons > a:hover, .circle-buttons > a.green:hover, .circle-buttons > a.red:hover, .circle-buttons > a.orange:hover, .circle-button:hover {
    background: #8193a6;
}

.circle-buttons > a.green, .circle-button.green {
    background: #a0bf65;
}

.circle-buttons a.red, .circle-button.red {
    background: #e64126;
}

.circle-buttons a.orange, .circle-button.orange {
    background: #ef954c;
}

.circle-buttons i {
    padding-top: 18px;
}

.circle-button i {
    padding-left: 1px;
    padding-top: 8px;
}

.move {
    cursor: move;
}

.row-white-bordered td {
    border: solid 2px #ffffff;
}

.row-white-bordered_thinner td {
    border: solid 1px #ffffff;
}

.row-white-bordered_thinner th {
    border: solid 1px #ffffff;
}

.i {
    color: #428BCA;
}

    .i:hover {
        color: #2c6eb1;
    }


.ddl-header {
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    padding-bottom: 2px;
}

/*Divs styled aside row*/

.row-container {
    width: 100%;
}

.row-container-line {
    border-bottom: 1px solid #D8D8D8;
    height: 51px;
    width: 100%;
}

.first-row-container {
    float: left;
}

.last-row-container {
    float: right;
}

.middle-row-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line {
    border-bottom: 1px solid #D8D8D8;
    padding-top: 44px;
    width: 100%;
}

/*end*/

/*.rcbLabel { /* makes rad combo box stand on the first line, not inline 
    display: block !important;
}*/

.selectedlink, .selectedlink:hover {
    color: #018786;
    text-decoration: underline;
}

.detailsTableYellow {
    background-color: #FAFAD2 !important;
}

/*.detailsTableYellow:hover {
    background-color: #F8E6AD !important;
}*/

.td_details_grad {
    background-color: #c8e2fb;
    color: #08315D;
}

.td_details {
    background-color: #e7f3ff;
    color: #08315D;
    padding: 2px;
}

    .td_details img {
        border: 0 none;
        height: auto;
        max-width: none;
        vertical-align: middle;
    }


.blueLink {
    color: #00a3a3 !important;
}

    .blueLink:hover {
        color: #98DDFF !important;
    }

.announcementContent {
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 10px;
    background-color: #FFF7d0;
}

    .announcementContent > div {
        background-color: #FFF7d0;
        padding: 5px;
    }


.no-image-width img {
    max-width: none;
}


.inline-grid-buttons {
    display: inline-flex;
    float: right
}

    .inline-grid-buttons a {
        margin: 0px 5px;
    }

.mytextwithicon {
    position: relative;
}

    .mytextwithicon:before {
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        left: -5px;
    }

    .mytextwithicon.feedbackloop:before {
        content: "\f0d1";
    }

.orchestrator > td:first-of-type {
    background-color: red !important;
}

.headerRegenerationProgress {
    margin: 0 40% 0 30%;
    text-align: center;
    padding-top: 10px;
}

​ .headerRegenerationProgress label {
    font-size: 14px;
}

.targetlinkRed {
    color: #e64126;
}

    .targetlinkRed:hover {
        color: #d92226;
    }

.grey-panel {
    background: none repeat scroll 0 0 #ECF0F1;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    clear: both;
    margin-bottom: 5px;
    margin-top: 0;
}


#main-nav > .nav-ul {
    padding: 1px;
}

#main-nav > .nav-dll-ul {
    padding: 1px;
}

.server-maintenance {
    padding-top: 50px;
    margin: auto;
}

    .server-maintenance .fa-inverse {
        color: #2C3E50;
    }

.border-botom-blue {
    border-bottom: solid #2C3E50 1px;
}

.stockingTreeHeaderCell {
    vertical-align: top;
    background-color: #98DDFF
}

.stockingTreeCell {
    text-align: left !important;
    padding-top: 10px;
    background-color: #FAFAFA
}

.display-flex {
    display: flex;
}

.display-block {
    display: block;
}

.btn-primary .caret {
    margin-left: 10px;
}

.btn-group > .btn-primary > .badge {
    color: #337ab7;
    background-color: #fff;
}

.validation-error {
    color: red !important;
}

.liveProductionSign {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
}

.headerMinWidth {
    min-width: 80px;
}

.headerMinWidth-small {
    min-width: 50px;
}

.margin-children .dxpc-content > * {
    margin-bottom: 0.2rem;
}

.contents table {
    border-collapse: collapse;
    border-spacing: 2px;
}

.contents table td {
    border: solid 1px #C4C4C4;
    padding-left: 2px;
    padding-right: 2px;
}

.table-cell-spacing {
    border-collapse: separate;
    border-spacing: 5px 0px;
}

.table-items-right {
    float: right;
    display: inline-table;
    height: 33px;
}

.table-striped tbody > tr > td.grid-cell-yellow {
    background-color: #FFB900;
}

.table-striped tbody > tr > td.grid-cell-red {
    background-color: #e64126;
}

.table-striped tbody > tr > td > div.overflow-text {
    max-width: 10rem;
    max-height: 4rem;
    overflow: auto;
}

/*New Traffic Light*/
.traffic-light {
    height: 30px;
}

.traffic-light-item {
    padding: 12px;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    flex-grow: 1;
}

.traffic-light-item:hover {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.9;
    transform: scale(1.02);
    transition-duration: 0.2s;
}

.traffic-light-item div {
    opacity: 0.8;
}

.traffic-light-title {
    font-weight: 600;
}

.traffic-light-ok {
    background-color: #00d16f;
}

.traffic-light-warning {
    background-color: #f9ab2d;
}

.traffic-light-error {
    background-color: #fa342b;
}

/*End of New Traffic Light*/


/* new plex menu*/


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
.sub-menu-container {
    background-color: #e5f7f6;
    box-shadow: 0 2px 2px 0 #0003;
    margin-bottom: 3px;
}

.sub-menu, .sub-menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sub-menu-list {
    width: 100%;
}

.sop .sub-menu-item {
    min-width: 142px;
    width: 10%;
    margin: 5px 10px 5px 0;
}

.sub-menu-item {
    display: inline-block;
    white-space: nowrap;
    width: 9%;
    min-width: 170px;
    max-width: 200px;
    overflow: hidden;
    height: 30px;
    margin: 5px 10px 5px 0;
    border-radius: 50px;
    border: solid 1px #00b2a9;
    cursor: pointer;
}

.sub-menu-item > a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #018786;
    white-space: nowrap;
    padding: 5px;
    outline: none;
}

.sub-menu-item.menu-active, .sub-menu-item:hover {
    background-color: #3beedd;
    border-color: #3beedd;
}

.sub-menu-item.menu-active a {

    font-weight: bold !important;
    color: var(--black) !important;
}

.l-columns {
    display: flex;
    min-height: 99vh;
}

.menu-sidebar {
    min-width: 60px;
    flex-basis: 60px;
    margin: 0 0.5px 0 0;
    box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--white);
    z-index: 20;
    user-select: none;
}

.menu-sidebar.is-expanded {
    min-width: 270px !important;
}

.menu-sidebar.is-expanded .menu-item {
    display: flex;
    width: 270px;
    height: 60px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 4px rgba(1, 1, 1, 0);
    background-color: var(--white);
}

.main-content {
    width: 100%;
    min-width: 932px;
}

.sidebar-menu:not(.is-expanded) .sidebar-menu-item:not(.is-opened):hover .sidebar-menu-item-tooltip {
    visibility: visible;
}


.sidebar-menu.is-expanded {
    min-width: 270px !important;
}

.sidebar-menu-button.is-expanded {
    width: 270px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.sidebar-menu-item.is-expanded {
    display: flex;
    width: 270px;
    height: 60px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 4px rgba(1, 1, 1, 0);
    background-color: white;
}

.sidebar-menu {
    position: sticky;
    left: 0;
    top: 0;
    background-color: white;
    min-width: 60px;
    flex-basis: 60px;
    margin: 0 0.5px 0 0;
    box-shadow: 6px 0 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 20;
    user-select: none;
}

.sidebar-menu * {
    box-sizing: border-box;
}

.sidebar-menu-list {
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    text-align: center;
}

.sidebar-menu-button {
    display: flex;
    cursor: pointer;
    width: 60px;
    height: 60px;
    padding: 16.5px 17.5px 16.8px;
    border-left: solid 4px rgba(1, 1, 1, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0);
}

.sidebar-menu-item-logo {
    display: none;
    margin-left: 17px;
    height: 37px;
}

.sidebar-menu-item {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 16.5px 17.5px 16.8px;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    border-left: solid 4px rgba(1, 1, 1, 0);
}

.sidebar-menu-item:hover, .sidebar-menu-item.is-opened {
    cursor: pointer !important;
    background-color: #cdfbf7 !important;
}

.sidebar-menu-item.is-opened:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 60px;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #cdfbf7;
    top: 0;
    z-index: 2;
    right: -30px;
    box-sizing: border-box;
}

.sidebar-menu-item.menu-active {
    border-left: solid 4px #3beedd !important;
    background-color: #cdfbf7 !important;
}

.sidebar-menu-item-text {
    font-size: 14px;
    margin-left: 17px;
    display: none;
}

.sidebar-submenu-item-group {
    position: fixed;
    top: 0px;
    height: 100vh;
    left: 60px;
    display: none;
    padding: 0;
    z-index: 2;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 16px 0px 9px -8px #00000029, 6px 0 6px 0 #00000029;
    background-color: #f2f3f3;
}

.is-expanded .sidebar-submenu-item-group {
    left: 270px;
}

.sidebar-submenu-item {
    position: relative;
    height: 60px;
    display: flex;
}

.sidebar-submenu-item a {
    color: black;
}

.sidebar-submenu-item:hover,
.sidebar-submenu-item.menu-active {
    cursor: pointer;
    background-color: #cdfbf7 !important;
    box-shadow: inset 16px 0px 9px -8px #00000024;
    font-weight: bold;
}

.sidebar-submenu-link {
    width: 270px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding-left: 17px;
    color: black;
}

.sidebar-menu-item-icon {
    min-width: 25px;
    max-width: 25px;
    height: 28.8px;
    object-fit: contain;
}

.sidebar-menu-item-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 3;
    left: 35px;
    top: 35px;
    box-shadow: 4px 4px 6px 0 #00000029;
    border: 1px solid #dfe1e0;
    border-radius: 3px;
}

.is-expanded .sidebar-menu-item-text {
    display: flex !important;
    align-items: center !important;
}

.is-expanded .sidebar-menu-item-logo {
    display: block !important;
}

.header-icons {
    z-index: 1500;
    margin-top: 9px;
    margin-left: 18px;
}

.header-menu-item {
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    min-height: 25px;
    min-width: 25px;
}

.header-menu-icon:hover {
    transform: scale(1.1)
}

.header-icon-submenu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1;
}

.show {
    display: block;
}

.header-submenu-item {
    display: block;
    height: 40px;
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-submenu-item a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0px;
}

.header-submenu-item:hover {
    background: #f1f1f1;
}

.view-name-icon {
    height: 22px;
}

.ap-page-wrapper {
    min-height: 83vh;
}

.menu-sidebar *, .header *, .sub-menu-container * {
    box-sizing: border-box !important;
}

.header {
    position: relative;
    height: 55px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.menu-item.is-opened:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 60px;
    border-top: 30px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 15px solid #cdfbf7;
    top: 0;
    z-index: 2;
    right: -30px;
    box-sizing: border-box;
}

.header-vertical-line {
    border-left: 1px solid #3beedd;
    height: 20px;
    margin-left: 12px;
    margin-right: 12px;
}

.header-view-name, header-user-name, header-company-name {
    font-family: Verdana;
    font-size: 14px;
}

.header-company-name .sandbox {
    color: white;
    background-color: red;
    font-weight: 600;
    padding: 0px 5px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.support-documentation-popup {
    display: none;
    position: fixed;
    z-index: 333;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.support-documentation-popup hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.support-documentation-popup.show {
    display: block !important;
}

.support-documentation-popup-content {
    background-color: white;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 400px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.support-documentation-popup-content-form {
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    margin: 0px;
}

.support-documentation-popup-content .support-documentation-popup-content-button {
    margin-bottom: 10px;
    border: none;
    height: 30px;
}

.support-documentation-popup-content-input {
    width: 200px;
}

.support-documentation-popup-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.support-documentation-popup-close:hover,
.support-documentation-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.support-documentation-popup-title {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
}

.support-documentation-popup-text {
    font-size: 20px;
}

body.no-scroll {
    overflow: hidden !important;
}

.dxpcLite_MetropolisBlue .dxpc-header, .dxdpLite_MetropolisBlue .dxpc-header {
    color: #018786 !important;
}

.forecast-history-view a:hover {
    color: #018786;
}

.forecast-history-view td {
    padding: 0px 2px;
}

.dxeButtonEditButtonHover_MetropolisBlue {
    background-color: #018786 !important;
}

.ruBar div {
    background-color: #018786 !important;
    background-image: none !important;
}

.order-edit-popup-state-label,
.order-edit-popup-state-options,
.order-edit-popup-last-modified {
    font-family: Tahoma, Geneva, sans-serif;
}

.order-edit-popup-buttons-container {
    margin-top: 10px;
}

.dx-treelist .dx-row > td {
    padding: 3px 0px 3px 0px;
}

.source-destination-node {
    font-size: 16px;
}

.source-destination-disabled-node {
    color: black;
    font-style: italic;
    font-size: 16px;
    background-color: rgba(59, 238, 221, .2);
    padding: 5px 3px 5px 3px;
    opacity: 0.5;
    cursor: not-allowed;
}

.suggested-order-state-cell {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

td:has(.suggested-order-state-cell) {
    padding: 0;
    position: relative;
}

.grid-cell-buttons .fa-circle-o,
.grid-cell-buttons .fa-check-circle-o,
.grid-cell-buttons .fa-square-o,
.grid-cell-buttons .fa-check-square-o {
    background-color: white;
    border-radius: 50%;
}