﻿body {
    /*overflow: hidden;*/
    /*if we want to keep this, we'll need to make all the grids on all pages a fixed height 
        or else will not be able to view everything on pages like Users */
}

    body.no-page-scrollbar {
        overflow-y: hidden;
        overflow-x: hidden;
    }

.no-page-margin {
    margin: 0 -14px;
}

.k-widget.k-header.k-tabstrip {
    background-color: #abbfd4;
    border: #abbfd4;
}

.k-tabstrip-items {
    /* background-color: transparent; */
    background-color: #abbfd4;
    border: #abbfd4;
}

.k-image {
    width: 10% !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 85px !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
    max-width: 280px;
}

/*center remember this device checkbox*/
#remember-this-device-chkbx-div {
    text-align: center;
}

/*standardize menu option widths
ul#NavMenu > li {
    width: 105px;
}*/
/*standardize menu items dropdown widths*/
/*hide down arrows on menu options
#NavMenu > li > span > span.k-menu-expand-arrow {
    display: none;
}
*/


.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    /*overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);*/
}

/*This is so the dropdown for name/support in top right will appear above other elements, especially the arrow icon that hides the demand chart */
.navbar {
    position: static;
}

.top_menu {
    float: left;
    position: relative;
    width: calc(100% - 484px);
    margin: -6px -24px;
}

    .top_menu ul {
        float: left;
        width: 100%;
        margin: 0 0 0 30px;
        padding: 0;
    }

        .top_menu ul li {
            float: left;
            color: #333;
            font-size: 12px;
            padding: 3px 10px;
            margin: -2px 5px;
            list-style: none;
            border-radius: 4px 4px 0 0;
        }

            .top_menu ul li.active {
                background: #dcdcdc;
            }

            .top_menu ul li div {
                float: left;
                width: 100%;
                position: absolute;
                top: 100%;
                left: 0;
                background: white;
                padding: 5px;
                border-radius: 5px; /*z-index:9999;*/
                display: none;
            }

            .top_menu ul li.active > div {
                display: block;
            }

            .top_menu ul li div ul {
                float: left;
                margin: 0;
                width: 150px;
            }

                .top_menu ul li div ul li {
                    width: 100%;
                }

            .top_menu ul li div .top_btn {
                float: left;
                text-align: center;
                font-size: 10px;
                font-weight: 600;
                margin-left: 2%;
            }

                .top_menu ul li div .top_btn img {
                    display: inline-block;
                    width: 24px;
                }

                .top_menu ul li div .top_btn span {
                    display: block;
                }

        .top_menu ul li {
            cursor: pointer
        }

.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}

.demo-section .k-button {
    width: 250px;
}

.k-image {
    width: 10% !important;
}

.dnw {
    font-size: 14px;
    margin-top: 10px;
    color: blue;
}

.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}

.demo-section .k-button {
    width: 250px;
}

.k-notification {
    border: 0;
}

.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.new-mail {
    width: 300px;
    height: 100px;
}

    .new-mail h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-mail img {
        float: left;
        margin: 30px 15px 30px 30px;
        width: 5%;
    }

.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.3);
    color: #ffffff;
}

/* Error template for pop up notifications*/
.error-message-notification {
    width: 300px;
    /*height: 150px;*/
    padding: 0 30px;
    line-height: 60px;
    /*background: #17b15a !important;*/
}

    .error-message-notification h3 {
        font-size: 1.5em;
        color: black;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .error-message-notification img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .error-message-notification img {
        width: 10%;
    }

    .error-message-notification p {
        color: black !important;
    }

/* Success template for pop up notifications */
.k-notification-upload-success {
    background: #90EE90 !important;
    color: #fff;
}

.upload-success {
    width: 300px;
    /*height: 150px; */
    padding: 0 30px;
    line-height: 60px;
    background: #17b15a !important;
}

    .upload-success h3 {
        font-size: 1.5em;
        color: black;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .upload-success img {
        width: 10%;
    }

    .upload-success p {
        color: white !important;
    }


.notification-info {
    width: 300px;
    /*height: 150px; */
    padding: 0 30px;
    line-height: 60px;
    background: #5ba0ff !important;
}

    .notification-info h3 {
        font-size: 1.5em;
        color: black;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .notification-info img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .notification-info img {
        width: 10%;
    }

    .notification-info p {
        color: white !important;
    }

/* notification div that holds the progress bar on file import */
.progress-message {
    /*width: 280px;*/
    height: 50px;
    padding: 10px;
    background: #17b15a !important;
    border: 3px;
    border-color: transparent;
    color: #fff;
}

    .progress-message img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 10%;
    }

    .progress-message p {
        vertical-align: middle;
        margin: 5px, 5px, 3px, 5px;
        line-height: 1.0em;
        word-wrap: break-word;
        white-space: normal;
        color: white !important;
    }

.progress-message-bar {
    vertical-align: middle;
    margin: 5px, 10px, 5px, 10px;
    width: 280px;
}


/* in progress bar, but text on left */
.k-progress-status-wrap, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
    text-align: left;
}

/*.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {*/
/*background-color: #e0e0ea !important;*/
/*background-color: #abbfd4 !important;
}*/

.k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    /*background-color: #e0e0ea !important;*/
    background-color: #abbfd4 !important;
}

.top_menu ul li.active > div {
    /*background-color: #d0d0d6;*/
    background-color: #abbfd4;
}


/*remove gradient from buttons content grids*/
.k-grid-edit {
    background-image: none;
}

.k-grid-delete {
    background-image: none;
}

/*empty checkbox*/
/*.k-checkbox-label:before {*/
/*background: black;*/
/*}*/

/*checked checkbox*/
/*.k-checkbox:checked + .k-checkbox-label:before {*/
/*background: black;*/
/*color: blue;
}*/

/* text search boxes on comments screen and groupmaster screen */
/*
    .k-filtercell {
        background-color: #FCF5D8;
    }
*/

/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.k-treeview .k-item {
    font-size: small;
    padding: 0 0px 0 10px;
}

div #SubfamilyTreeview, #ResourceTreeview {
    padding-left: 0px;
    margin-left: 0px;
}

div #Subtreeview {
    color: #0e0d0d !important;
    height: 350px;
    width: 222px;
    margin-bottom: 15px;
    margin-top: 3px;
    margin-left: 10px; /* -16px;*/
    font-size: small;
    overflow-y: scroll;
    /*    
    font-weight: bold !important;
    */
}

div #ResTreeView {
    color: #0e0d0d !important;
    height: 500px;
    width: 222px;
    margin-bottom: 5px;
    margin-top: 3px;
    margin-left: 10px; /* -16px;*/
    font-size: small;
    overflow-y: scroll;
    /*   
    border-width: 0;
    background: 0 0;
    overflow: auto;
    white-space: nowrap;
    background-color: white !important;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
    overflow-y: scroll;
    font-weight: bold !important;    
    */
}


#ResSearchBox {
    width: 97%;
}
/*this is for the select item in treeview*/
.k-state-selected {
    background-color: #48474c;
}

.k-state-focused.k-state-selected {
    box-shadow: none;
}

/*This is for sliders*/
div .balSlider {
    width: 100%;
    /*margin-bottom: 10px;*/
}

.k-slider-selection {
    background-color: #48474c;
}


.k-draghandle.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #dcdcdd;
    background-color: #8d8f92;
    border-color: #8d8f92;
}

.k-slider .k-button, .k-grid .k-slider .k-button {
    border-radius: 18px;
    margin-right: 9px;
    margin-left: 5px;
}

.k-grid .k-grid-header .k-button {
    border-radius: 18px;
    margin-right: 10px;
    margin-left: 10px;
}

.input_ddls,
.bucketSizeDDL {
    width: 60%;
    height: 22px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #abbcce;
    font-size: small;
    font-weight: 600;
}

.decimalDDL {
    width: 60%;
    height: 22px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #abbcce;
    font-size: small;
    font-weight: 600;
    border: solid 1px #abbfd4;
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #bed0e22e), to(#FFFFFF));
}

#itemUm_ddl_div {
    display: none;
}

.itemUmDdl {
    width: 60%;
    height: 22px;
    margin-bottom: 6px;
    border-radius: 3px;
    border: 1px solid #abbcce;
    font-size: small;
    font-weight: 600;
    display: none;
}

#OptionsList {
    width: 60%;
    height: 22px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #abbcce;
    font-size: small;
    font-weight: 600;
    float: right;
}

.nav_sliders {
    /*    margin-left: -25px;
    margin-right: -14px;
*/ /*font-size: 12px;*/
    font-size: small;
}

.waterfall_sliders {
    /*    margin-left: -25px;
    margin-right: -14px;
*/ /*font-size: 12px;*/
    font-size: small;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.glyphicon {
    color: dimgray
}

#nav-tree-icons, /*increase left nav hierarchy icon size*/
#Hierarchy_DDLs_Div .glyphicon {
    margin-right: 14px;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 5.5px;
    cursor: pointer;
    color: #48474c;
}

#sidebar2 ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar2 ul p {
    color: #fff;
    padding: 10px;
}

#sidebar2 ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

    #sidebar2 ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar2 ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0 20px;
    min-height: calc(100vh - 200px);
    transition: all 0.3s;
}


#tabstrip .k-state-default {
    background: none;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    margin: -4px -1px -3px -4px;
}

#tabstrip .k-loading {
    border: 0;
}

#tabstrip .k-state-default .k-link {
    color: #FFF;
}

#tabstrip .k-state-default.k-state-active .k-link {
    color: #0c234e;
    text-decoration: underline;
    font-weight: bold;
}


#tabstrip2 {
    border: none;
}

    #tabstrip2 .k-loading {
        border: 0;
    }

    #tabstrip2 .k-state-default {
        background: none;
        border: 0;
        font-size: 16px;
    }

        #tabstrip2 .k-state-default .k-link {
            color: #FFF;
            /*font-weight: 600;*/
        }

        #tabstrip2 .k-state-default.k-state-active .k-link {
            color: #1f3763;
            text-decoration: underline;
        }

.tab1 .k-icon {
    background: none;
}

.tab2 .k-icon {
    background: none;
}

.click_user {
    display: flex;
    align-items: center;
}

    .click_user .left_side {
        width: 160px;
        padding-right: 17px;
    }

        .click_user .left_side select {
            width: 95%;
            max-width: initial;
            font-size: 12px;
            margin: 5px 0px 0px 11px;
            border: .5px #504f4d solid;
            background: no-repeat;
            padding: 1px 0;
            border-radius: 4px;
            color: #000;
        }

    .click_user .right_side {
        display: flex;
        align-items: center;
        align-content: center;
    }

    .click_user .help_icon {
        margin-left: 10px;
        border: 1px #000 solid;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 500;
        background: #d9d9d9;
    }

        .click_user .help_icon:hover {
            background: #1f3763;
            border-color: #1f3763;
            color: #FFF;
        }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar2 {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar2.active {
            margin-left: 0;
            transform: none;
        }

    #sidebar2Collapse span:first-of-type,
    #sidebar2Collapse span:nth-of-type(2),
    #sidebar2Collapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebar2Collapse.active span {
        margin: 0 auto;
    }

        #sidebar2Collapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebar2Collapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebar2Collapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

@media (max-width: 1450px) {
    #NavMenuDiv > ul:has(li:nth-child(5)) {
        width: 450px;
    }
    #MenuPathHeaderDiv {
        padding-top: 0px;
    }
}
    .treeview_color {
        color: white !important;
        background: white;
    }

    #subtreeview {
        background: white !important;
        color: white !important;
    }
    /*span.k-in {
color:white;
}*/
    #idcss-9 {
        width: 71% !important;
    }

    .rootfolder {
        background-position: 0 0;
    }

    .folder {
        background-position: 0 -16px;
    }

    .pdf {
        background-position: 0 -32px;
    }

    .html {
        background-position: 0 -48px;
    }

    .image {
        background-position: 0 -64px;
    }


    #Hierarchy_DDLs_Div .glyphicon-plus-sign {
        margin-left: 15px;
    }

    .nav_ddl {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ddlMargin {
        /*margin-bottom: 15px;*/
    }

    .homeDDL {
        display: block;
        width: 217px;
        height: 25px;
        font-weight: 500;
        margin-left: -10px;
        padding: 1px 9px;
        border: 1px solid #abbcce;
        border-radius: 5px;
        color: black;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .button {
        background-color: #7386d5; /* Green */
        border: none;
        color: white;
        padding: 5px 3px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 13px;
    }

    .pr-0 {
        padding-right: 0;
    }

    .navbar-fixed-bottom {
        background: #48474c;
        color: #fff;
        margin-bottom: -22px !important;
        height: 50px;
    }

        .navbar-fixed-bottom p {
            font-size: 12px;
            margin: -5px !important;
        }

    .navbar {
        font-size: 11px;
        background: #c1c1c1;
        color: black;
    }

        .navbar p {
            color: black;
        }

    .navbar-bottom {
        background: #333;
        color: #fff;
    }

        .navbar-bottom p {
            color: #fff;
            font-size: 11px;
        }

    #sidebar {
        height: calc(100vh - 50px);
        overflow: hidden;
        overflow-y: auto;
    }

    header {
        float: left;
        width: 100%;
        /*box-shadow: 0 1px 3px #95abc1;*/
        /*padding: 1px;*/
        /*background-color: #abbfd4;*/
        z-index: 99;
        position: relative;
        /*min-height: 75px;*/
    }

    footer {
        float: left;
        width: 100%;
        box-shadow: 0 2px 3px #ccc;
        margin-bottom: 10px;
        padding: 10px;
    }

    header .logo {
        float: left;
        font-size: 24px;
    }

    header .header_right {
        position: absolute;
        right: 20px;
        top: 0px;
    }

    #data-dropdown {
        width: 158px;
    }

        #data-dropdown > div {
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            padding-bottom: 8px;
        }

    .dropdown-option {
        cursor: pointer;
    }

        .dropdown-option:hover {
            color: #01AAEA;
            /*font-weight: bold;*/
        }

    header .header_right li {
        list-style: none;
        display: inline-block;
        margin-left: 5px;
    }

    header .header_right .k-dropdown {
        width: 140px;
    }

    .menu-dropdown-button {
        color: #01AAEA;
        font-weight: bolder;
    }
    /*
body > header > div.header_right > ul > li > a {
    padding: 7px;
    font-weight: 800;
}

body > header > div.header_right > ul > li > ul.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

body > header > div.header_right > div > div.right_side > div > ul > li > ul > li.user-footer > a {
    display: block;
    padding: 6px 19px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

body > header > div.header_right > div > div.right_side > div > ul > li > ul > li:nth-child(2) > a {
    display: block;
    padding: 5px 19px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

body > header > div.header_right > div > div.right_side > div > ul > li > span {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 6px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 277px;
}
*/

    /*Right NavigationBar*/
    /*.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

.navbar-nav > .user-menu > .dropdown-menu, .navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 173px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

li.user-header .open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-color: #eee;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
    background: #fafafa;
}

body > header > div.header_right > ul > li > a > span > i {
    margin-left: 6px;
}

.css {
    display: block;
}

.companyModalVisible {
    display: none;
}

.p1 {
    margin-top: 6px;
    margin-left: 51px;
}
*/
    .tab2 {
        width: calc(100% - 17%);
        margin-left: -14px;
        margin-top: -24px;
        border: none;
        /*    width: calc(100% - 10%);
    margin-left: 20px;
    margin-top: -24px;
    border: none;
*/
    }


    .k-tabstrip-items {
        padding: .1em .1em 0;
    }

    div.header_right > div > div.right_side > div > ul > li > a > span > i {
        margin-left: 6px;
    }

    .tab1 {
        width: calc(100% - 17%);
        margin-left: -15px;
        margin-top: -2px;
    }

    #loadtabView {
        width: calc(100% - 225px);
    }

    div #loadTabView {
        height: 24px;
        margin-top: -26px;
    }

    .left_side {
        width: 225px;
        float: left;
        position: relative;
        resize: horizontal;
    }

        /*left_side_hide treeview css*/
        .left_side.left_side_hide {
            width: 1px;
        }

            .left_side.left_side_hide .collapse_left_side.collapse_icon {
                right: 0;
            }

            .left_side.left_side_hide #loadTreeView {
                display: none;
            }

            .left_side.left_side_hide #OptionDdl {
                display: none;
            }

    #ChartSettingsButton {
        position: absolute;
        top: 6px;
        right: 74px;
    }

    #ChartRefreshButton {
        position: absolute;
        top: 6px;
        right: 164px;
    }

    #ChartRangeSelection {
        position: absolute;
        top: 6px;
        left: 28px;
        padding: 5px 12px;
        display: none;
    }

        #ChartRangeSelection span {
            padding: 0 6px;
        }

        #ChartRangeSelection .close-button {
            cursor: pointer;
        }

    #customTooltip {
        border-radius: 4px;
        padding: 10px 12px;
        font-size: 13px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
        pointer-events: none;
        z-index: 10;
        position: absolute;
        display: none;
        background: #fff;
        opacity: 0.95;
    }

    #chartSettingsForm .field {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0;
    }

    #chartSettingsForm .k-dropdown {
        width: 215px;
    }

    #chartSettingsForm .no-input {
        width: 215px;
        color: #999;
    }

    #chartSettingsForm label {
        max-width: 200px;
        flex: 1;
        margin-right: 10px;
    }

    #chartSettingsForm legend {
        font-size: 1.2em;
    }

    .collapse_left_side.collapse_icon {
        width: 22px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: -40px;
        font-size: 20px;
        z-index: 51;
        color: white;
        background-color: lightgray;
        border-radius: 0 5px 5px 0;
    }

    #mainBody {
    }

    .main_content {
        width: calc(100% - 245px);
        float: right;
        position: relative;
    }

        .main_content.main_content_full {
            width: 100%;
        }


        .main_content #resourceGrid > div.k-grid-contentt {
            height: 180px;
            width: 1006px !important;
        }


    .collapse_icon .icon_v_first {
        display: none;
    }

    .collapse_icon .icon_v_second {
        display: block;
    }

    .collapse_icon.clicked .icon_v_first {
        display: block;
    }

    .collapse_icon.clicked .icon_v_second {
        display: none;
    }

    #ChartGridDisplayDDL-list {
        width: 120px !important;
        min-width: 120px !important;
    }

    .chart-grid-display-option-dropdown.k-dropdown {
        width: 55px;
        height: 20px;
        position: absolute;
        top: 6px;
        right: 0px;
        z-index: 51;
        border: none;
        background: #e9e9e9;
        color: #2e2e2e;
        border-color: #bbb;
        border-radius: 4px;
        border-width: 1px;
        border-style: solid;
        font-weight: 500;
        padding: 5px 5px;
    }

    .k-i-chart-column-stacked::before {
        content: "\ea02";
    }

    .chart-grid-display-option-dropdown.k-dropdown .k-dropdown-wrap {
        border: none;
        background: transparent;
        box-shadow: none;
    }

    .chart-grid-display-option-dropdown.k-dropdown .k-input {
        border: none;
        background: transparent;
        color: white;
        font-weight: 500;
        cursor: pointer;
    }

    .chart-grid-display-option-dropdown.k-dropdown:focus,
    .chart-grid-display-option-dropdown.k-dropdown:hover {
        border-color: #48474c !important;
        box-shadow: 0 0 2px 1px #48474c;
    }

    .bar-chart {
        display: none;
        position: relative;
    }

    #chartGridOverlay {
        position: absolute;
        background-color: white;
        z-index: 50;
    }

    .hidden {
        display: none;
    }

    #loadTreeView {
        width: 100%;
        float: left;
        display: block;
    }


        #loadTreeView .custm_max_height {
            width: 225px;
        }

    #content .container-fluid.con_fluid_inner {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .full_table {
        width: 100%;
    }


    div#searchBox {
        width: 210px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    #currencyList {
        margin-left: -42px;
        margin-right: -28px;
    }

    #currencyListBackground {
        border: 2px solid #bcb4b0;
        height: 530px;
        top: 3px;
        background-color: #e0e0ea;
    }

    #SortCodeSwitch {
        width: 60%;
        height: 22px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        font-weight: 600;
        font-size: small;
    }

    #AggregateSwitch {
        width: 60%;
        height: 22px;
        margin-bottom: 6px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        font-weight: 600;
        margin-left: 20px;
    }

    #WaterfallDisplayPercent {
        width: 60%;
        height: 22px;
        margin-bottom: 6px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        font-weight: 600;
    }

    #UseBOMParentView {
        width: 60%;
        height: 22px;
        margin-bottom: 6px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        font-weight: 600;
        margin-left: 30px;
    }

    /*increase minimum width of item dropdowns on supply BOM page */
    #ChildItemID-list,
    #ParentItemID-list {
        min-width: 300px !important;
    }

    #BomGrid > div.k-grid-content.k-auto-scrollable {
        min-height: 100px;
    }
    /***********************************LOADER STYLE BEGIN*********************************************/
    .spinnerICon {
        font-size: 100px;
        color: #48474c;
    }

    .bg, .manual-bg {
        position: fixed;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.61);
        height: 100%;
        left: 0;
        top: 0;
        z-index: 99999;
    }

        .bg .loader {
            border-radius: 50%;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            position: fixed;
            top: 43%;
            left: 45%;
            transform: translate(-50%, -50%);
            transform: -webkit-translate(-50%, -50%);
            transform: -moz-translate(-50%, -50%);
            transform: -ms-translate(-50%, -50%);
        }

    .manual-bg {
        z-index: 9999; /* ensure the overlay being under popup notifications */
    }

        .manual-bg .wrapper {
            box-shadow: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: transparent;
            border-color: transparent;
            outline: none;
            font-size: 1.em;
            width: 100px;
            height: 100px;
        }

        .manual-bg .progress {
            box-shadow: none;
            position: relative;
            background-color: transparent;
            border-color: transparent;
            outline: none;
            color: #f35800;
            font-size: 1.4em;
            width: 100px;
            height: 40px;
            text-align: center;
            opacity: 0.6;
            margin-left: 2px;
            margin-top: -65px;
        }

        .manual-bg .loader {
            border-radius: 50%;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            position: relative;
            width: 100px;
            height: 100px;
            display: block;
        }

    /*change color of loading spinner*/
    body > div.bg > div > i.spinnerICon {
        color: #48474c;
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /***********************************LOADER STYLE END*********************************************/

    #SortCodePrior {
        width: 60%;
        height: 22px;
        margin-bottom: 5px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        font-weight: 600;
        font-size: small;
    }

    .HomePage {
        background-color: white;
        /*height: 550px;*/
        width: 900px;
    }

    .HomeImage {
        padding-left: 120px;
        position: absolute;
    }

    .k-grid-header .k-header {
        height: 20px;
        padding: 0;
    }

    .k-grid tbody tr {
        line-height: 16px;
    }

    .k-grid tbody td {
        padding: 0px 1px 0px 3px;
        line-height: 29px;
        color: black;
    }

    .header-dropdowns {
        text-overflow: ellipsis;
        width: 162px;
        overflow: hidden;
        padding: 0px;
        width: 100%;
        max-width: initial;
        font-size: 13px;
        margin: 5px 0px 0px 5px;
        border: .5px #504f4d solid;
        background: no-repeat;
        padding: 1px 0;
        border-radius: 4px;
        color: #000;
    }

    .ddli {
        padding: 7px 13px !important;
        font-weight: 300 !important;
        line-height: 0.328571 !important;
    }

    .scenarion-buttons {
        text-overflow: ellipsis;
        width: 237px;
        overflow: hidden;
        text-align: center;
        padding: 10px 20px !important;
        font-weight: 200 !important;
        line-height: 0.428571 !important;
        text-overflow: ellipsis;
        background-color: #5291c7;
        color: #fafafa !important;
        font-weight: 600 !important;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #5291c7;
    }

    .divider1 {
        height: 1px;
        margin: 1px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .fileUpload {
        background-color: #f6f6f6;
        margin-left: 10px;
    }

    /* file import screen */
    .k-upload-files .k-file {
        display: block;
    }

    .btn-leftmargin {
        margin-right: 160px;
        margin-left: 50px;
    }

    input#setbudgettoplan,
    input#SetInventoryTargetsUsingPlan {
        margin-top: 12px;
        margin-bottom: 12px;
        float: right;
        padding: 3px 43px;
    }

    /* 7 feb 2020 */

    .nav_ddl > div {
        clear: both;
    }

    .nav_ddl select {
        float: right;
    }

    .nav_ddl option {
        max-width: 100px;
    }

    #ResBucketSizeDDL {
        width: 60%;
        height: 22px;
        margin-bottom: 6px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        float: right;
        font-size: small;
        font-weight: 600;
    }

    #ResourceDecimalDDL {
        width: 60%;
        height: 22px;
        margin-bottom: 6px;
        border-radius: 3px;
        border: 1px solid #abbcce;
        float: right;
        font-size: small;
        font-weight: 600;
    }

    option {
        color: black;
        font-weight: 500;
        padding: 0;
    }

    select > option {
        padding: 0;
    }

    /* 7 feb 2020 */

    .input_ddls {
        border: solid 1px #abbfd4;
        outline: 0;
        background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #bed0e22e), to(#FFFFFF));
    }

    input_ddls * {
        padding: 0;
    }

    /*Demand, Supply,Inventory,finance and Resource Grid Headers design css ****************** BEGIN*/
    #DemandSupplyGrid {
        position: relative;
    }

        #DemandSupplyGrid > div.k-grid-content > table > tbody > tr > td {
            white-space: nowrap;
            text-overflow: ellipsis;
            min-width: 50px;
            max-width: 500px;
        }

        #DemandSupplyGrid > div.k-grid-header > div > table > thead > tr > th {
            font-size: 15px;
        }

    .k-button {
        padding: 5px 5px;
    }

    /*these area thead buttons in toolbar*/
    #DemandSupplyGrid .k-grid-header th.k-header {
        background-image: none;
    }

    /* turn off orange highlighting on selected row */
    .k-grid .k-state-selected {
        /*    background-color: #ffffff !important;*/
        background-color: yellow !important;
        color: #000000;
    }

    /* turn off orange highlighting on selected row if it's a shaded (alternate) row */
    /*.k-grid .k-alt .k-state-selected {*/
    /*    background-color: #f1f1f1 !important; */
    /*background-color: yellow !important;
    color: #000000;
}*/

    .k-grid .k-alt {
        /*background-color: #eeeeee !important;*/
        /*background-color: #f1f1f1 !important;*/
        color: #000000;
    }

    .k-grid-header th.k-header {
        background-color: lightgrey;
    }

    /*.k-grid-header th.k-header {
    background-color: #8eabca !important;*/ /* not #abbfd4? */
    /*}*/

    /* hide grid spinner on load */
    #DemandSupplyGrid .k-loading-image {
        background-image: none;
    }

    /*hide the grid spinner on load */
    #WaterfallGrid .k-loading-image {
        background-image: none;
    }

    /*hide the grid spinner on load */
    #PlanSummaryGrid .k-loading-image {
        background-image: none;
    }

    /*hide the grid spinner on load */
    #CurrentPriorGrid .k-loading-image {
        background-image: none;
    }

    /*hide the grid spinner on load */
    #PlanDetailGrid .k-loading-image {
        background-image: none;
    }

    /*hide the grid spinner on load */
    #BomGrid .k-loading-image {
        background-image: none;
    }

    /*Demand, Supply,Inventory,finance and Resource Grid Headers design css*********************END */
    span.k-button.k-button-icon.k-bare {
        position: absolute;
        top: 0.6em;
        background-color: transparent;
        border-color: transparent;
    }

    .k-button.k-bare {
        border-color: transparent !important;
        color: inherit !important;
        background: 0 0 !important;
        box-shadow: none !important;
        opacity: .9;
    }

    .k-window div.k-window-content {
        overflow: hidden;
        /*margin-left: 16px;*/
    }

    .container {
        padding-right: 15px;
        padding-left: 0px;
        margin-left: auto;
    }

    .k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
        /*background-color: #abbfd4;*/
        text-decoration: underline;
        color: #1f3763 !important;
        font-weight: 800;
    }

    ul#tabstrip {
        line-height: 30px;
    }

    /*hide the selection box when tab strip is clicked with mouse*/
    .k-widget.k-header.k-tabstrip {
        /*
    background-color: #abbfd4;
    border: #abbfd4;
    */
        box-shadow: none; /* this hides that box */
    }

    /*hide gradient background*/
    /*.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, 
    .k-numeric-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, 
    .k-state-highlight, .k-tabstrip-items .k-item, .k-toolbar {
        background-image: none;
        background-color: #eae8e8;
}
*/

    .k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header,
    .k-numeric-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar,
    .k-tabstrip-items .k-item, .k-toolbar {
        background-image: none;
        background-color: #eae8e8;
    }

    /*
    This is for the new two-way slider
    See _LeftMenu view    
*/
    #sdrPeriod {
        margin: 0 0 -2em;
        padding: 0;
        text-align: center;
    }

        #sdrPeriod > li {
            list-style: none;
            padding-bottom: 2em;
        }

        #sdrPeriod label {
            display: block;
            padding-bottom: 1em;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
            color: #444;
        }

    .period-label {
        align-content: center;
        font-weight: bold;
        text-align: center
    }

    /*increase margin between period/horizon slider and buckets dropdown*/
    #BucketDdl_Div,
    #ResBucketSizeDDL_Div,
    /*increase margin between selected periods and waterfall dropdown*/
    #WaterfallSelector {
        margin-top: 15px;
    }

    /* Popup container - can be anything you want */
    .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* The actual popup */
        .popup .popuptext {
            visibility: hidden;
            width: 160px;
            background-color: #555;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 8px 0;
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 50%;
            margin-left: -80px;
        }

            /* Popup arrow */
            .popup .popuptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #555 transparent transparent transparent;
            }

        /* Toggle this class - hide and show the popup */
        .popup .show {
            visibility: visible;
            -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
        }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* turn off mouse in a div area */
    .disabledDiv {
        pointer-events: none;
        opacity: 0.6;
    }

    .k-grid-norecords-template {
        background-color: whitesmoke;
        /*border: 1px solid #d5d5d5;*/
        border: none;
    }

    .k-grid-norecords {
        /*    width: 100%;
        height: 100%;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    */
        background-color: whitesmoke;
    }

    .k-pager-wrap .k-pager-numbers .k-link {
        background-color: inherit !important;
        color: inherit !important;
    }


    .add-company-button {
        color: #2185b6;
    }

    .k-list > .k-state-focused.k-state-selected {
        box-shadow: none;
        background-color: #8d8f92;
    }

    /*grid styles*/
    div.k-grid-header > div.k-grid-header-locked > table > thead > tr > th {
        background-color: #eae8e8 !important;
    }

    div.k-header.k-grid-toolbar.k-grid-top {
        background-color: #fff;
    }

        div.k-header.k-grid-toolbar.k-grid-top > .k-button,
        .grid-toolbar-buttons {
            background-color: #8d8f92;
            color: #fff;
            border-color: #8d8f92;
        }

            /*trying to remove orange border showing around grid buttons after selection*/
            .grid-toolbar-buttons a:focus,
            .grid-toolbar-buttons .k-button:focus {
                border: none;
                box-shadow: none;
                border-color: none;
            }

    .future-periods {
        text-align: center !important;
        background-color: #8d8f92 !important;
    }

        .future-periods .k-link {
            color: #fff !important;
        }

    .past-periods {
        background: #dcdcdd !important;
        text-align: center !important;
    }

    /*make grids take up to entire page height*/
    #grid > div.k-grid-content {
        height: 100% !important;
        width: 100% !important;
    }

    /*override horizon arrow button active color from orange to grey*/
    .k-button.k-state-active {
        color: #fff;
        background-color: #8d8f92 !important;
        border-color: #8d8f92 !important;
    }

        .k-button.k-state-active.k-state-hover {
            color: #fff;
            background-color: #48474c !important;
            border-color: #48474c !important;
        }

    .k-button:focus,
    .k-button:hover {
        border-color: #48474c !important;
        box-shadow: 0 0 2px 1px #48474c;
    }

    .k-primary,
    .k-primary:hover {
        color: #fff;
        border-color: #48474c;
        background-color: #898f92;
    }

    .k-checkbox:checked {
        border-color: #48474c;
        color: #48474c;
        background-color: #fff;
    }

    .k-checkbox:hover {
        border-color: #48474c;
        color: #898f92;
        background-color: #fff;
    }

    .k-checkbox:focus,
    .k-checkbox:checked:focus {
        box-shadow: 0 0 3px 0 #48474c;
        border-color: #48474c;
    }

    div.k-header.k-grid-toolbar.k-grid-top {
        background-color: #fff;
    }

    .commit-changes-buttons {
        background-color: unset;
        color: unset;
        border-color: unset;
    }

    #NavMenu > li.k-item.ollie-home-menu-logo > span > img {
        width: 100% !important;
    }

    #MenuPathHeaderDiv {
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        padding-top: 65px;
        padding-bottom: 10px;
        padding-left: 24px;
        background-color: white;
        color: #48474C;
        /*white-space: pre;
            padding-top: 10px;*/
    }

    #NavMenuDiv > ul {
        background-color: black;
        color: white;
        border-style: none;
        margin-top: 14px;
    }

    #page-header {
        background-color: black;
        height: 48px;
    }

    #NavMenu > li {
        border: none;
        height: 34px;
        padding-right: 12px;
        padding-left: 12px;
    }

        #NavMenu > li#Menu_Home_100_24 {
            margin-left: 15px;
        }


    #page-header > div.header_right {
        height: 46px;
        background-color: black;
    }

    #NavMenu > li > span {
        align-items: center;
        height: 30px;
        padding: 0px;
    }
    /* home button*/
    #NavMenu > li.ollie-home-menu-logo > span {
        display: flex;
    }

        #NavMenu > li.ollie-home-menu-logo > span > img {
            margin-bottom: 15px;
        }

    /*hide arrows except for on hamburger menu sub menus*/
    #NavMenu .k-menu-expand-arrow {
        display: none;
    }


    .top-right-nav-dropdowns {
        font-size: 12px;
    }

    button#data-icon-button {
        color: white;
        background-color: black;
        transition: background-color 0.3s;
        outline: none;
        box-shadow: none;
        border: none;
    }

        button#data-icon-button:hover {
            color: #01AAEA;
        }

    .data-icon-dropdown {
        position: relative;
        display: inline-block;
        height: 36.5px;
    }

    .dropdown-content {
        display: none; /* Hidden by default */
        position: absolute;
        left: 0;
        top: 100%; /* Positioned below the button */
        min-width: 160px;
        z-index: 1;
        background-color: white;
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    }

        .dropdown-content select {
            width: 100%;
            padding: 8px;
        }

    /*right align and reduce width of hamburger menu*/
    .hamburger-menu {
        width: 161px;
        position: absolute;
        top: 39px;
        right: 0;
        z-index: 200;
        margin-right: 5px;
        background-color: #b6b6b6;
        border-radius: 4px;
    }

    #HamburgerSettingsMenu {
        border-radius: 4px;
    }

    .k-button-icon.k-state-focused,
    .k-button:focus:hover {
        background-color: #a99f9a;
        color: #fff;
        border-color: #a99f9a;
        box-shadow: none;
    }

    /*add padding above nav dropdowns and hamburger menu*/
    div.header_right > ul {
        /*padding-top: 7px;*/
    }

    #right-menu-list {
        padding-top: 9px;
        padding-left: 0px;
    }

        /*vertically align vertical line*/
        #right-menu-list > li:nth-child(4) {
            vertical-align: middle;
        }

    #NavMenu > li > div > ul > li > div > ul,
    #data-dropdown,
    #NavMenu > li > div > ul,
    #HamburgerSettingsMenu > li > div > ul,
    .hamburger-menu > ul {
        border-radius: 0px 6px 6px 6px;
        border: 1px #2F2F2F;
        background: #313131;
        color: white;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    }

    #NavMenu ul > li.k-state-hover > span,
    #NavMenu > li.k-state-hover > span,
    #NavMenu > li.k-state-hover,
    /* style inventory submenu hover state */
    #NavMenu li.k-state-border-right,
    #NavMenu > li > span.k-state-active {
        background-color: black;
        color: #01AAEA;
    }

    #NavMenu > li > div > ul > li > span {
        line-height: 30px;
    }

        /* for like inventory submenu*/
        #NavMenu > li > div > ul > li > span.k-state-active {
            color: #01AAEA;
            background: #313131;
        }

    /* style selected submenu items differently than topmost level */
    #NavMenu ul > li > span.active-menu-item,
    .hamburger-menu .active-menu-item,
    /* option to style the last two data options as selected */
    .dropdown-option.active-menu-item {
        color: white;
        /*font-weight: bold;*/
        background-color: #01AAEA;
    }

    /* style top most selected menu item except for home */
    #NavMenu > li:not(.wm-nav-home) > span.active-menu-item,
    #data-icon-button.active-menu-item {
        /*font-weight: bold;*/
        border-bottom-style: solid;
        border-bottom-color: #01AAEA;
        color: #01AAEA;
    }

    #NavMenu > li > span.k-menu-link {
        font-size: 16px;
    }

    /* change color of disabled menu items */
    #NavMenu li.k-item.k-state-disabled {
        color: #9B9B9B;
    }

    /* change color of line break in menu */
    div.k-separator.menu-line-break {
        background-color: #5D6061 !important;
    }

    button#data-icon-button {
        font-size: 16px;
        height: 30px;
    }

        button#data-icon-button > i.k-icon.k-i-data {
            font-size: 18px;
            margin-right: 6px;
        }

    #scenario-dropdown-list li.k-state-selected,
    #company-dropdown-list li.k-state-selected {
        background-color: #ececec;
        border-color: #ececec;
        text-decoration: underline;
        font-weight: bold;
        color: #000;
    }

    #right-menu-scenario-dropdown-li > span > span > span.k-select > span.k-i-arrow-60-down,
    #right-menu-company-dropdown-li > span > span > span.k-select > span.k-i-arrow-60-down {
        color: #00AEEF;
    }

    /*show caret to the right of inventory submenu under supply*/
    #NavMenu > li li.k-last .k-menu-expand-arrow {
        display: block;
    }

    #company-dropdown_listbox > li,
    #scenario-dropdown_listbox > li {
        line-height: 20px;
    }

    input#SetInventoryTargetsUsingPlan {
        background-color: #8d8f92 !important;
        border-color: #48474c;
    }

        input#SetInventoryTargetsUsingPlan:hover {
            /*background-color: #48474c !important;*/
            border-width: 2px;
        }


    /* IBPAW-1700: Add info message for 'Target Inventory Units' and 'Inventory Days' rows on aggregate level. */
    #GridMessage.alert {
        padding: 4px 12px !important;
    }

    /* Error download link in notification  */
    #errorsDownload,
    #errorsApiDownload {
        text-decoration: underline;
        font-weight: bold;
    }

    /* Maintenance countdown layout */
    .maintenance-countdown {
        position: absolute; /* same anchoring as before, but on the wrapper */
        right: 450px;
        top: 15px;
        display: flex; /* <-- keeps clock and text aligned */
        align-items: center; /* vertical centering */
        gap: 8px; /* space between clock and text */
        color: #fff;
        cursor: pointer;
        z-index: 100; /* ensure it floats above header content */
        max-width: 42vw; /* allows longer messages to wrap nicely */
    }

    .maintenance-countdown__text {
        line-height: 1.25; /* tidy multi-line look */
        /* Optional: allow visible wrapping instead of overflow */
        white-space: normal;
        overflow-wrap: anywhere;
    }

    /* Let the icon naturally size; no absolute positioning on the icon itself */
    #countdownClock {
        font-size: 18px;
    }