:root {
    --color-light: white;
    --color-dark: black;
    --color-blue: #1173aa;
    --color-darkblue: #006699;
    --color-red: #ff0000;
    --color-yellow: #fffbd1;
    --color-orange: #fe9b00;
    --color-brown: #993c00;
    --color-tan: #ffe0a3;
    --color-light-gray: #c0c0c0;
    --color-gray: #666666;
    --color-maroon: #800000;
    --color-green: #008000;
    --color-warn: #d40052;
    --color-error: #d40052;
    --color-body-back: #b6b7bc;
    --color-link-hover: #3399cc;
    --color-groupbox: #0099cc;
    --color-table: #dceff5;
    --color-login: #002c75;
    --color-btn-grid-border: #c0c0c0;
    --color-btn-hover: #0099cc;
    --color-btn-hover-border: #106b9e;
    --color-btn-not-border: #0f6291;
    --size-xx-large: 2.65rem;
    --size-extra-large: 2rem;
    --size-large: 1.75rem;
    --size-medium: 1.5rem;
    --size-small-medium: 1.25rem;
    --size-normal: 1rem;
    --size-smaller: 0.875rem;
    --size-small: 0.75rem;
    --width-min: 1280px;
    --width-report-min: 870px;
    --navmenu-offset: 61;
    --navarea-offset: 252;
    --color-grid-readonlybackground: #ccebf5;
    --size-login-text: 1.25rem;
}

/*++++++++++++++++++++++++++++++++++++++++++++++
    TO BE REMOVED
++++++++++++++++++++++++++++++++++++++++++++++*/

/* Move any classes here that aren't needed - then test & verify */

.bp-invalid-border {
    border: solid;
    border-width: 0.17rem !important;
    border-color: var(--color-error) !important;
    border-collapse: collapse;
}

.bp-header-with-tooltip .k-cell-inner {
    margin-top: 12px !important;
}

.bp-multiline-header {
    padding: 6px 0px;
    white-space: normal;
}

.bp-multiline-header-np-icons .k-cell-inner {
    margin-bottom: -8px !important;
}

.bp-header-no-icons {
    line-height: 1rem;
}

/*----------------------------------------------
    End TO BE REMOVED
----------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++
    Formatting of our global ErrorBoundary 
++++++++++++++++++++++++++++++++++++++++++++++*/
.errorUI {
    font-size: large;
    margin-top: 200px;
    color: var(--color-error) !important;
    background-color: #ffffcc;
    border: 1px solid #999966;
    padding: 2rem;
    margin-top: 100px;
    margin-left: 2rem;
    margin-right: 2rem;
    border-radius: .67rem;
    width: 50%;
    display: flex;
    align-items: center;
}


/*++++++++++++++++++++++++++++++++++++++++++++++
    LOGIN page
++++++++++++++++++++++++++++++++++++++++++++++*/

.bp-login-background-globes {
    background-color: var(--color-blue);
    background-image: url('../images/globe-graphic-light-blue.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bp-login-background {
    background-color: var(--color-blue);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bp-login-container {
    height: calc(100vh - 61px); /* browser window - main menu */
}

.bp-login-main {
    height: calc(100% - 30px); /* all of bp-login-container - copyright */
}

.bp-login-work-area {
    border: 1px solid var(--color-darkblue);
    font-size: var(--size-login-text);
    background-image: linear-gradient(#ffffff, #e0e0e0);
    border-radius: .67rem;
    min-width: 350px;
}

.bp-login-copyright {
    color: white;
    height: 30px;
    margin-left: 25px;
}

.bp-login-xlerant-logo {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

    .bp-login-xlerant-logo img {
        height: 75px;
    }

.bp-login-title {
    font-size: var(--size-extra-large);
    color: var(--color-blue);
    font-weight: bold;
}

.bp-login-form-group {
    width: 300px;
}

.bp-login-textbox {
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
    padding-left: 0.33rem;
    padding-right: 0.67rem;
    font-size: var(--size-login-text);
    height: 1.75rem;
    line-height: 1.75rem;
}

.bp-login-text {
    font-size: var(--size-login-text);
}

.bp-login-work-area label {
    font-weight: bold;
}

.bp-login-nav-btn-right {
    padding-right: 75px;
}

/*----------------------------------------------
    End LOGIN page
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Telerik Report Viewer
+++++++++++++++++++++++++++++++++++*/
.bp-report-body, body > app > .bp-report-body {
    min-width: var(--width-report-min) !important;
}

.bp-body, body > app > .bp-body {
    min-width: var(--width-min) !important;
}

.trv-report-viewer {
    height: calc(100vh - 123px) !important;
}

.trv-content {
    height: 100% !important;
}

/*----------------------------------------------
    End Telerik Report Viewer
----------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++
    HTML element, top level
++++++++++++++++++++++++++++++++++++++++++++++*/
html, body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px !important;
    line-height: 1.3 !important;
    padding-top: 0px;
    background-color: var(--color-light);
    height: 100vh;
    width: 100vw;
    min-width: inherit;
    /*min-width: var(--width-min);*/ /* change for ReportViewer */
}

app {
    display: flex;
    justify-items: center;
    /*align-items: center;*/ /* change for ReportViewer */
    height: 100%;
    width: 100%;
    min-width: inherit;
}

label {
    margin-bottom: 0px;
}

.bp-body {
    height: 100%;
    width: 100%;
    /*min-width: inherit;*/ /* change for ReportViewer */
    min-width: var(--width-min);
    flex: 1 0 auto;
}

.bp-content {
    position: absolute;
    left: 0px;
    top: 61px;
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0px;
    background-color: var(--color-light);
}

.bp-do-not-navigate-window > .k-window-content {
    padding: 0px; /* remove telerik padding */
}

.bp-do-not-navigate {
    background-color: var(--color-yellow); /*rgb(255, 255, 204);*/ /* Same as alert-box */
    color: var(--color-brown); /* Same as FYI functional styles */
    font-size: 1.5rem;
    font-weight: bold;
    padding: 2rem;
}

.bp-do-not-navigate-progress-bar {
    width: 500px;
}

/*----------------------------------------------
    End HTML element, top level
----------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++
    PAGE HEADER SEMANTIC ELEMENT
+++++++++++++++++++++++++++++++++++*/

.bp-page-title {
    font-size: 2.65rem;
    padding: 0 0.5rem;
    color: var(--color-blue);
    white-space: nowrap;
}

.bp-page-instructions {
    font-size: 1rem;
    color: var(--color-dark);
    margin: 0 1rem 0 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bp-page-title-container {
    width: 100%;
    min-width: 835px;
}

.bp-page-button-container {
    min-width: 400px;
    margin-right: 0.5rem;
}

.bp-header-top-row {
    width: 100%;
}

.bp-header-bottom-row {
    margin-top: 0.5rem;
    width: 100%;
}

.bp-std-lmargin {
    margin-left: 0.5rem;
}

.bp-alert-box {
    color: #cc0000;
    background-color: #ffffcc;
    border: 1px solid #999966;
    padding: 0.45rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: .67rem;
}

    .bp-alert-box.bp-single-line {
        padding: 0.3rem 0.45rem 0.15rem 0.45rem;
    }

.bp-fixed-header {
    position: fixed;
    top: 61px;
    right: 0;
    left: 0;
    z-index: 1020;
    min-width: var(--width-min)
}

.bp-header-background {
    background-color: var(--color-light);
}

.bp-sub-header {
    font-size: 1.25rem;
    color: var(--color-blue);
    padding-left: 0.5rem;
}

/* used when page-title & sub-header are used by themselves, not in a HeaderComponent */
.bp-standalone-header {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bp-fill-and-scroll {
    overflow: auto;
}

/*----------------------------------------------
    End PAGE HEADER SEMANTIC ELEMENT
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    MAIN MENU
+++++++++++++++++++++++++++++++++++*/
.bp-navbar {
    background-color: var(--color-dark);
    border: none;
    border-radius: 0px;
    padding: .25rem .5rem;
    min-width: var(--width-min);
    /* z-index: 15001; */ /* get above k-animation-container, e.g. Config page treeviews */
}

    .bp-navbar img {
        height: 55px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

.bp-menu-main {
    padding: 0px;
    width: 100%;
}

.bp-menu-left-part {
    min-width: 1045px;
}

.bp-menu-right-part {
    min-width: 275px;
}

.bp-active-menu {
    color: var(--color-link-hover);
}

.bp-text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bp-text-nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.bp-text-wrap {
    white-space: normal;
}

/* MAIN MENU & BUDGET MENU */
.bp-nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

/*----------------------------------------------
    End MAIN MENU
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    MAIN HEADER SEMANTIC ELEMENT
+++++++++++++++++++++++++++++++++++*/

.bp-info-box {
    border: 1px solid #999966;
    padding: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1.7
}

.bp-info-box-tight {
    border: 1px solid #999966;
    padding: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/*----------------------------------------------
    End MAIN HEADER SEMANTIC ELEMENT
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    MAIN SEMANTIC ELEMENT
+++++++++++++++++++++++++++++++++++*/

header {
    padding: 0.5rem 1rem !important;
}

section {
    padding: 0.5rem 1rem 1rem 1rem !important;
}

.bp-header-offset {
    margin-top: 142px; /* menu + page header */
}

.bp-absolute-base {
    position: absolute;
    width: 100%;
}

/*----------------------------------------------
    End MAIN SEMANTIC ELEMENT
----------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++
    TEXT
+++++++++++++++++++++++++++++++++++*/

/* text alignments */
.bp-text-align-left {
    text-align: left !important;
}

.bp-text-align-center {
    text-align: center;
}

.bp-text-align-right {
    text-align: right;
}

/* text sizes */
.bp-size-xx-large {
    font-size: var(--size-xx-large);
}

.bp-size-extra-large {
    font-size: var(--size-extra-large);
}

.bp-size-large {
    font-size: var(--size-large);
}

.bp-size-medium {
    font-size: var(--size-medium);
}

.bp-size-small-medium {
    font-size: var(--size-small-medium);
}

.bp-size-normal {
    font-size: var(--size-normal);
}

.bp-size-smaller {
    font-size: var(--size-smaller);
}

.bp-size-small {
    font-size: var(--size-small);
}

/* text styles */
.bp-text-italic {
    font-style: italic;
}

.bp-text-strikethru {
    text-decoration: line-through;
}

.bp-text-bold {
    font-weight: bold !important;
}

.bp-text-bold-italic {
    font-weight: bold !important;
    font-style: italic !important;
}

.bp-text-weight-normal {
    font-weight: normal !important; /* override */
}

.bp-single-line {
    white-space: nowrap;
}

.bp-text-larger {
    font-size: 1.25rem;
}
/* semantic text styling */
.bp-text-information {
    font-style: normal;
}

.bp-disabled-label, .bp-disabled-text {
    color: var(--color-light-gray);
}

.bp-readonly-background, .bp-textbox-disabled {
    background-color: #ccebf5 !important;
}

.bp-fit-content {
    width: fit-content;
}

/* text colors */
.bp-text-dark {
    color: var(--color-dark);
}

.bp-text-dark-bold {
    color: var(--color-dark);
    font-weight: bold;
}

.bp-text-blue {
    color: var(--color-blue) !important;
}

.bp-text-blue-bold {
    color: var(--color-blue) !important;
    font-weight: bold;
}

.bp-text-red {
    color: var(--color-red) !important; 
}

.bp-text-blue-medium {
    font-size: 1.5rem;
    color: var(--color-blue);
}

.bp-text-darkblue {
    color: var(--color-darkblue);
}

.bp-text-gray {
    color: var(--color-gray);
}

.bp-text-gray-bold {
    color: var(--color-gray);
    font-weight: bold;
}

.bp-text-green {
    color: var(--color-green);
}

.bp-text-white {
    color: var(--color-light);
}

/* semantic text coloring */
.bp-text-fyi {
    color: var(--color-brown);
}

.bp-text-configured-fyi {
    color: var(--color-blue);
}

.bp-text-warning {
    color: var(--color-warn) !important;
}

.bp-text-warning-bold { /* TODO:  Replace with bp-text-validation, when that class is ready */
    color: var(--color-warn) !important;
    font-weight: bold;
}

.bp-text-warning-orange {
    color: darkorange !important;
}

.bp-text-warning-sienna {
    color: sienna !important;
}

.bp-text-warning-orange-bold {
    color: darkorange !important;
    font-weight: bold;
} 

.bp-text-error {
    color: var(--color-error) !important;
}

.bp-text-error-bold {
    color: var(--color-error) !important;
    font-weight: bold;
}

.bp-text-validation {
    color: var(--color-warn) !important;
    font-weight: bold;
}


.bp-text-override {
    color: var(--color-orange);
}

.bp-text-note {
    color: var(--color-brown);
}

.bp-text-FYI-small {
    color: var(--color-brown);
    font-weight: bold;
}

/* NOTE: Be careful when using this because of background-color!!! */
.bp-text-dim {
    opacity: 0.5;
}

/* some special purpose combinations */
.bp-large-text {
    font-size: 2.5rem;
    color: var(--color-blue);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    padding-right: 0.5rem;
}

.bp-medium-text {
    font-size: 1.5rem;
    color: var(--color-blue);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0rem;
    padding-right: 0.25rem;
}

.bp-medium-text-tight {
    font-size: 1.25rem;
    color: var(--color-blue);
    padding-left: 1rem;
    padding-right: 0.25rem;
}

.bp-big-label {
    font-size: 1.2rem;
    font-weight: bold;
    height: 1.5rem;
}

.bp-normal-label, .bp-normal-text {
    font-size: 1rem;
    font-weight: normal !important; /* override in case inside of groupbox */
    height: 1.5rem;
}

.bp-normal-label-squat, .bp-normal-text-squat {
    font-size: 1rem;
    font-weight: normal !important; /* override in case inside of groupbox */
    height: 1rem;
}

.bp-calculated-text {
    font-size: 1rem;
    font-weight: normal;
    height: 1.5rem;
    color: var(--color-blue);
}

.bp-icon-button {
    font-size: 1.33rem;
}

.bp-tooltip-target {
    width: max-content;
}

/* budget infobar */
.bp-infobar-viewing-width {
    width: 320px;
}

.bp-infobar-headcount-width {
    width: 214px;
}

.bp-infobar-conp-versions-width {
    width: 150px;
}

.bp-infobar-conp-section-width {
    width: 238px;
}

.bp-infobar-conp-unit-width {
    width: 238px;
}

/*----------------------------------------------
    End TEXT
----------------------------------------------*/
/*---------------------------------------------
    TEXTAREA
---------------------------------------------*/

.bp-textarea-large {
    height: 600px;
}

.bp-textarea-expand {
    height: 100%;
}

.bp-textarea-expand textarea {
    height: 100%;
}

.bp-system_note {
    height: 200px;
    width: 240px;
    overflow-y: auto;
    padding: 0.5rem;
}

/*---------------------------------------------
    END TEXTAREA
---------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++
    FLEX BOX
    Shorthand for multiple Bootstrap styles
+++++++++++++++++++++++++++++++++++++++++++++*/
.bp-flex-start-start { /* Horiz aligned at left, vertically aligned at top */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.bp-flex-start-center { /* Horiz aligned at left, veritically aligned in center */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bp-flex-start-end { /* Horiz aligned at left, vertically aligned at bottom */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.bp-flex-center-start { /* Horiz aligned centered, vertically aligned at top */
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.bp-flex-center-center { /* Horiz aligned centered, vertically aligned in center */
    display: flex;
    justify-content: center;
    align-items: center;
}

.bp-inline-flex-center-center { /* Horiz aligned centered, vertically aligned in center */
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bp-flex-center-end { /* Horiz aligned centered, vertically aligned at bottom */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bp-flex-end-start { /* Horiz aligned at right, vertically aligned at top */
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.bp-flex-end-center { /* Horiz aligned at right, vertically aligned in center */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bp-flex-end-end { /* Horiz aligned at right, vertically aligned at bottom */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.bp-flex-between-start { /* Horiz left/right justified, vertically aligned at top */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bp-flex-between-center { /* Horiz left/right justified, vertically aligned in center */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bp-flex-between-end { /* Horiz left/right justified, vertically aligned at bottom */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bp-flex-around-start { /* Horiz evenly spaced, vertically aligned at top */
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.bp-flex-around-center { /* Horiz evenly spaced, vertically aligned in center */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bp-flex-around-end { /* Horiz evenly spaced, vertically aligned at bottom */
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

/* If you have two stacked divs A and B inside another div, you can 
    make B div fill up the remaining vertical space by assigning 
    the class bp-flex-divOuter to the outer div (which surrounds A and B), and 
    the class bp-flex-divB to the B div. You don't need to assign any class to the A div.
    See: https://stackoverflow.com/questions/15376558/how-to-fill-100-of-remaining-height */
.bp-flex-divOuter {
    display: flex;
    flex-flow: column;
}

.bp-flex-divB {
    flex-grow: 1
}
/*----------------------------------------------
    End FLEX BOX
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++
    WIDTH
    Similar to Bootstrap, but finer-grained
+++++++++++++++++++++++++++++++++++++++++++*/

.bp-w-110 {
    width: 110%;
}

.bp-w-105 {
    width: 105%;
}

.bp-w-100 {
    width: 100%;
}

.bp-w-95 {
    width: 95%;
}

.bp-w-94 {
    width: 94%;
}

.bp-w-93 {
    width: 93%;
}

.bp-w-92 {
    width: 92%;
}

.bp-w-91 {
    width: 90%;
}

.bp-w-90 {
    width: 90%;
}

.bp-w-85 {
    width: 85%;
}

.bp-w-80 {
    width: 80%;
}

.bp-w-78 {
    width: 78%;
}

.bp-w-75 {
    width: 75%;
}

.bp-w-70 {
    width: 70%;
}

.bp-w-65 {
    width: 65%;
}

.bp-w-63 {
    width: 63%;
}

.bp-w-60 {
    width: 60%;
}

.bp-w-59 {
    width: 59%
}

.bp-w-58 {
    width: 58%;
}

.bp-w-57 {
    width: 57%
}

.bp-w-56 {
    width: 56%
}

.bp-w-55 {
    width: 55%;
}

.bp-w-54 {
    width: 54%
}

.bp-w-53 {
    width: 53%
}

.bp-w-52 {
    width: 52%
}

.bp-w-51 {
    width: 51%
}

.bp-w-50 {
    width: 50%;
}

.bp-w-45 {
    width: 45%;
}

.bp-w-40 {
    width: 40%;
}

.bp-w-38 {
    width: 38%;
}

.bp-w-35 {
    width: 35%;
}

.bp-w-34 {
    width: 34%;
}

.bp-w-33 {
    width: 33%;
}

.bp-w-30 {
    width: 30%;
}

.bp-w-25 {
    width: 25%;
}

.bp-w-20 {
    width: 20%;
}

.bp-w-17 {
    width: 17%;
}

.bp-w-15 {
    width: 15%;
}

.bp-w-12 {
    width: 12%;
}

.bp-w-10 {
    width: 10%;
}

.bp-w-8 {
    width: 8%;
}

.bp-w-7 {
    width: 7%;
}

.bp-w-6 {
    width: 6%;
}

.bp-w-5 {
    width: 5%;
}

/*----------------------------------------------
    End WIDTH
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++
    HEIGHT
    Similar to Bootstrap, but finer-grained
+++++++++++++++++++++++++++++++++++++++++++*/

.bp-h-110 {
    height: 110%;
}

.bp-h-105 {
    height: 105%;
}

.bp-h-100 {
    height: 100%;
}

.bp-h-95 {
    height: 95%;
}

.bp-h-94 {
    height: 94%;
}

.bp-h-93 {
    height: 93%;
}

.bp-h-92 {
    height: 92%;
}

.bp-h-91 {
    height: 90%;
}

.bp-h-90 {
    height: 90%;
}

.bp-h-85 {
    height: 85%;
}

.bp-h-80 {
    height: 80%;
}

.bp-h-78 {
    height: 78%;
}

.bp-h-75 {
    height: 75%;
}

.bp-h-70 {
    height: 70%;
}

.bp-h-65 {
    height: 65%;
}

.bp-h-63 {
    height: 63%;
}

.bp-h-60 {
    height: 60%;
}

.bp-h-59 {
    height: 59%
}

.bp-h-58 {
    height: 58%;
}

.bp-h-57 {
    height: 57%
}

.bp-h-56 {
    height: 56%
}

.bp-h-55 {
    height: 55%;
}

.bp-h-54 {
    height: 54%
}

.bp-h-53 {
    height: 53%
}

.bp-h-52 {
    height: 52%
}

.bp-h-51 {
    height: 51%
}

.bp-h-50 {
    height: 50%;
}

.bp-h-45 {
    height: 45%;
}

.bp-h-40 {
    height: 40%;
}

.bp-h-38 {
    height: 38%;
}

.bp-h-35 {
    height: 35%;
}

.bp-h-34 {
    height: 34%;
}

.bp-h-33 {
    height: 33%;
}

.bp-h-30 {
    height: 30%;
}

.bp-h-25 {
    height: 25%;
}

.bp-h-20 {
    height: 20%;
}

.bp-h-17 {
    height: 17%;
}

.bp-h-15 {
    height: 15%;
}

.bp-h-12 {
    height: 12%;
}

.bp-h-10 {
    height: 10%;
}

.bp-h-8 {
    height: 8%;
}

.bp-h-7 {
    height: 7%;
}

.bp-h-6 {
    height: 6%;
}

.bp-h-5 {
    height: 5%;
}

/*----------------------------------------------
    End HEIGHT
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    BORDERS
+++++++++++++++++++++++++++++++++++*/
.bp-border {
    border: 1px solid var(--color-blue);
}

.bp-border-rounded {
    border: 1px solid var(--color-blue);
    border-radius: 0.67rem;
}

.bp-border-left {
    border-left: 1px solid var(--color-blue);
}

.bp-border-right {
    border-right: 1px solid var(--color-blue);
}

.bp-border-top {
    border-top: 1px solid var(--color-blue);
}

.bp-border-bottom {
    border-bottom: 1px solid var(--color-blue);
}

.bp-border-top-rounded {
    border-top-left-radius: 0.67rem;
    border-top-right-radius: 0.67rem;
}

.bp-border-bottom-rounded {
    border-bottom-left-radius: 0.67rem;
    border-bottom-right-radius: 0.67rem;
}

.bp-black-box {
    border: black 1px solid;
}

.bp-black-box-open-left {
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}

.bp-black-box-open-top {
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

.bp-black-box-open-left-top {
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

.bp-border-blue {
    border: blue 1px solid; /*Useful for layout debugging*/
}

.bp-border-red {
    border: red 1px solid; /*Useful for layout debugging*/
}

.bp-border-green {
    border: green 1px solid; /*Useful for layout debugging*/
}

.bp-border-darkviolet {
    border: darkviolet 1px solid; /*Useful for layout debugging*/
}

.bp-border-orangered {
    border: orangered 1px solid; /*Useful for layout debugging*/
}

/*----------------------------------------------
    End BORDERS
----------------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++++++++
    BUTTON
++++++++++++++++++++++++++++++++++++++++++++++*/

.bp-btn:focus, .bp-btn.focus {
    color: var(--color-light);
    background-color: var(--color-btn-hover);
    border-color: var(--color-btn-hover-border);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.bp-btn.disabled, .bp-btn:disabled {
    color: var(--color-light);
    background-color: var(--color-blue);
    border-color: var(--color-blue);
}

.bp-btn-refresh {
    color: var(--color-dark) !important;
    background-color: #ffcc66 !important;
    border: solid 1px var(--color-dark) !important;
}

    .bp-btn-refresh:hover, .bp-btn-refresh:hover > k-button:not(:disabled):not(.disabled):active {
        color: var(--color-dark) !important;
        background-image: linear-gradient(#ffd580, #ffd580) !important;
    }

.bp-btn-warning {
    background-color: var(--color-warn) !important;
}

/* This is used with a TelerikButton that contains a NavLink(below) to navigate out of BP5 */
.bp-external-navbtn {
    padding: 0px;
}

/* This is used with above - this is for the NavLink inside the TelerikButton */
.bp-external-navlink {
    padding: 0.175rem 0.75rem;
    display: block;
    color: white;
}

a.bp-external-navlink:hover {
    color: white;
    text-decoration: auto;
}

.bp-btn-link-underline {
    text-decoration: underline;
}

/*----------------------------------------------
    End BUTTON
----------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++
    TAB STRIP
++++++++++++++++++++++++++++++++++++++++++++++*/
.bp-tab-strip {
    font-size: 1rem;
}

.bp-tab-strip-fit-content {
    width: max-content;
}

/*----------------------------------------------
    End TAB STRIP
----------------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++++++++
    LINK
++++++++++++++++++++++++++++++++++++++++++++++*/

.bp-link { /* This appears to do nothing, but with bp-link:hover, it does! */
}

    .bp-link:hover {
        color: var(--color-link-hover) !important;
    }


/*    Use in conjunection with <NavLink>    */
.bp-link-underline {
    white-space: nowrap;
    width: min-content;
}


/*----------------------------------------------
    End LINK
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    INITIALIZATION PAGE
+++++++++++++++++++++++++++++++++++*/

.bp-initialization-results-hidden {
    height: calc(95vh - 263px);
    opacity: 0;
}

.bp-initialization-results-visible {
    height: calc(95vh - 263px);
    width: 60%;
    opacity: 1;
}

.bp-initialization-inner-pane {
    width: 100%;
    height: 100%;
}

.bp-initialization-validation-list {
    overflow: auto;
    height: calc(100% - 58px);
}

.bp-initialization-init-list {
    overflow: auto;
    height: calc(100% - 31px);
}
/*----------------------------------------------
    End INITIALIZATION PAGE
----------------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++++++++
    STATUS PAGE
++++++++++++++++++++++++++++++++++++++++++++++*/

.bp-status-dropdown {
    background-color: var(--color-light);
    border: 1px solid var(--color-darkblue);
    margin-top: -1px;
    padding-left: 1rem;
    padding-right: 1rem;
}

/*----------------------------------------------
    End STATUS PAGE
----------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++
    ABOUT PAGE
+++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++
    should we use telerik tabs?
    override Bootstrap nav-tabs
*/
.nav-tabs > li > a.about-table-tab {
    color: var(--color-blue);
    background-color: var(--color-light);
    border: 1px solid var(--color-blue);
}

    .nav-tabs > li > a.about-table-tab.active {
        color: var(--color-light);
        background-color: var(--color-blue);
        border: 1px solid var(--color-blue);
    }

.bp-table td {
    background-color: var(--color-table);
}

.about-table-head {
    color: var(--color-light);
    background-color: var(--color-dark);
}

    .about-table-head th {
        text-align: center;
    }

#browserinfo, #licensing {
    padding-left: 0px;
    margin-top: -1px;
    margin-left: 0px;
}

.nav-tabs {
    border: none;
}
/*----------------------------------------------
    End ABOUT PAGE
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    HOME PAGE
+++++++++++++++++++++++++++++++++++*/
/* set left side width*/
.bp-home-left {
    width: 250px;
}
/*----------------------------------------------
    End HOME PAGE
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    CARD
+++++++++++++++++++++++++++++++++++*/
/* This is Home page 3 columns wide */
.bp-card-container {
    margin-left: 1.25rem;
}

.bp-card-columns-3 {
    width: 750px;
    margin: 0px;
}

    .bp-card-columns-3 .bp-card {
        min-width: 225px;
    }

/* The rest are Home & BudgetNavigation pages */
.bp-card {
    border: 1px solid var(--color-blue);
    font-size: 1rem;
    background-image: linear-gradient(#ffffff, #e0e0e0);
    width: min-content;
    border-radius: .67rem;
}

    .bp-card:hover {
        background-image: linear-gradient(#e0e0e0, #ffffff);
    }

.bp-card-disabled, .bp-card-disabled:hover {
    background-image: linear-gradient(#efefef, #efefef);
    height: 190px;
    width: 233px;
}

.bp-card .card-body {
    display: flex;
    justify-content: center;
}

.bp-card-body-container {
    width: 210px;
    height: 110px;
    text-align: center;
    margin: 0rem -1rem;
}

    .bp-card-body-container ul {
        margin-left: -25px;
        text-align: left;
    }

.bp-card .card-header {
    display: flex;
    justify-content: center;
    border-bottom: none;
    background-color: transparent;
}

.bp-card-header {
    background-color: #444444;
    color: white;
    border: 1px solid #444444;
    height: 50px;
    margin-bottom: 1px;
    border-radius: .67rem !important;
}

.bp-card-btn {
    padding: 0.5rem 1.25rem;
}

.bp-card-body, .bp-card-footer {
    display: flex;
    background-image: linear-gradient(#f0f0f0, #e0e0e0);
    color: var(--color-blue);
    border: 1px solid var(--color-blue);
    height: 47px;
    margin-top: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: .67rem;
}

.bp-card-body {
    border: 1px solid var(--color-blue);
    margin-bottom: 1px;
}

.bp-card-footer {
    font-weight: bold;
}

.bp-card-body-hidden {
    display: flex;
    /*background-image: linear-gradient(#f0f0f0, #e0e0e0);*/
    background-color: #999 !important;
    border: 1px solid #999 !important;
    color: var(--color-light);
    height: 47px;
    margin-top: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: .67rem;
}

a:hover .bp-card-footer, a:hover .bp-card-body {
    background-image: linear-gradient(#c0c0c0, #b0b0b0);
}

.bp-card-anchor:link {
    text-decoration: none;
}
/*----------------------------------------------
    End CARD
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    THE FOLLOWING IS USED BY THE
    BpGroupBoxComponent
    -- DO NOT USE CLASSES DIRECTLY
+++++++++++++++++++++++++++++++++++*/
/*********************************************************/
/*    Outlined Box with Arrow                            */
/*    The box width will fill the alloted column size    */
/*    The box height will grow with the content          */
/*    The Arrow width grows with the label length        */
/*
    Use as follows:
    <div class="bp-groupbox">
        <div class="bp-groupbox-arrow-container">
            <div class="bp-groupbox-arrow">
                <div class="bp-groupbox-label">
                    <span>
                        PUT YOUR LABEL HERE
                    </span>
                </div>
                <div class="bp-groupbox-tip">
                </div>
            </div>
        </div>
        <div class="bp-groupbox-content">
            PUT YOUR CONTENT HERE
        </div>
    </div>
*/
/*********************************************************/
.bp-groupbox {
    display: block;
    width: min-content;
    height: min-content;
    margin: 0px;
    border: 1px solid var(--color-groupbox);
    border-radius: 0.67rem;
    font-size: 1rem;
}

.bp-groupbox-fit {
    /* used with bp-groupbox-content */
}

.bp-groupbox-group {
    min-width: var(--width-min);
    display: flex;
    justify-content: flex-start;
}

.bp-groupbox-group-justified {
    min-width: var(--width-min);
    display: flex;
    justify-content: space-between;
}

.bp-groupbox-label {
    background-color: var(--color-groupbox);
    font-size: 1.2rem;
    width: max-content;
    position: relative;
    text-align: center;
    padding-left: 1.4rem;
    padding-right: 2.7rem;
    padding-top: 0.15rem;
    border-top-left-radius: .67rem;
}

.bp-groupbox-content {
    padding: 0.5rem;
    margin-top: -0.9rem;
    color: var(--color-dark);
}

.bp-groupbox-fit .bp-groupbox-content {
    max-width: calc(100vw - 50px);
}

.bp-groupbox-content .form-group {
    margin-bottom: 0px;
}

.bp-groupbox-content label {
    font-weight: bold;
}

.bp-groupbox-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-blue);
    font-size: 1.5rem;
}

/*********************************************************/
/*                                                       */
/*  The following are .bp-groupbox internals / structure */
/*        Please do not modify!                          */
/*                                                       */
/*********************************************************/
.bp-groupbox-arrow-container {
    width: max-content;
    height: 2rem;
    position: relative;
    top: -1rem;
    display: flex;
    left: -1px;
    overflow: hidden;
}

.bp-groupbox-arrow {
    color: var(--color-light);
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}

.bp-groupbox-tip {
    background-color: var(--color-groupbox);
    width: 1.9rem;
    height: auto;
    position: relative;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    top: 0rem;
    left: -1.1rem;
    opacity: 1;
}
/*********************************************************/
/*  End of .bp-groupbox internals / structure            */
/*********************************************************/
/*----------------------------------------------
    End BPGROUPBOXCOMPONENT
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    BUDGET NAVIGATION PAGE
+++++++++++++++++++++++++++++++++++*/
.bp-navigation-area {
    min-width: var(--width-min);
    height: calc(100vh - var(--navarea-offset)px);
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    background-color: white;
}

.bp-bottom-navigation {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
}

.bp-stack-container {
    width: max-content;
    height: max-content;
    padding: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.bp-stack {
    width: 180px;
    flex: none;
    height: max-content;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.bp-stack-text-div {
    width: 100%;
    text-align: center;
    line-height: 1.1;
}

.bp-stack-icon-div-left, .bp-stack-icon-div-right {
    width: 30px;
    height: 18px;
}

.bp-stack-icon-div-left {
    padding-left: 8px;
    padding-right: 4px;
}

.bp-stack-icon-div-right {
    padding-left: 4px;
    padding-right: 8px;
}

.bp-stack-icon {
    height: 18px;
}

.bp-stack-left-icon {
    margin-left: -30px;
    margin-right: 12px
}
/*----------------------------------------------
    End BUDGET NAVIGATION PAGE
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    BUDGET LAYOUT
+++++++++++++++++++++++++++++++++++*/
.bp-budgetheader {
    min-width: var(--width-min);
    height: calc(100vh - var(--navmenu-offset)px);
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.bp-justify-right {
    justify-self: end;
}

.bp-budgetmenu {
    background-color: var(--color-blue);
    padding: 0px;
    min-width: var(--width-min);
}

.bp-budgetmenu-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bp-budgetmenu li, .bp-budgetmenu ul li {
    font-size: 1rem;
}

.bp-budgetmenu a, .bp-budgetmenu ul a {
    color: white;
    background-color: transparent;
}

.bp-budgetmenu-nav > li > a:focus, .bp-budgetmenu-nav > li > a:hover {
    color: black;
    background-color: transparent;
}

.bp-budgetmenu-nav a:hover, .bp-budgetmenu-nav a:focus {
    color: black;
    background-color: transparent;
}

.bp-current-info {
    background-color: var(--color-yellow);
    min-width: var(--width-min);
    margin-left: 0px;
    margin-right: 0px;
}

.bp-current-info-top {
    padding: 0px;
}
/*----------------------------------------------
    End BUDGET LAYOUT
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    CONFIG TREEVIEW
+++++++++++++++++++++++++++++++++++*/

.bp-config-forest {
    width: 1325px;
}

/* Size each tree to its content */
.bp-config-general-tree {
    width: 245px;
    margin-right: 10px;
}

.bp-config-dimensions-tree {
    width: 255px;
    margin-right: 10px;
}

.bp-config-headcount-tree {
    width: 265px;
    margin-right: 10px;
}

.bp-config-parameters-tree {
    width: 250px;
    margin-right: 10px;
}

.bp-config-import-tree {
    width: 270px;
}

/* Apply styles to each type of node */
.bp-config-root {
    color: var(--color-blue);
    font-size: 1.2rem;
    font-weight: bold;
    font-variant-caps: small-caps;
}

.bp-config-branch {
    color: var(--color-blue);
    font-size: 1rem;
    font-weight: bold;
}

.bp-config-node {
    cursor: pointer;
}

/* Turn off hover for all types of nodes in all trees - Config page only */
.bp-config-general-tree .k-treeview-leaf:hover,
.bp-config-dimensions-tree .k-treeview-leaf:hover,
.bp-config-headcount-tree .k-treeview-leaf:hover,
.bp-config-parameters-tree .k-treeview-leaf:hover,
.bp-config-import-tree .k-treeview-leaf:hover {
    color: var(--color-blue);
    background-color: var(--color-light);
}

    /* Allow Config page nodes to have hover styles */
    .bp-config-general-tree .k-treeview-leaf:hover .bp-config-node,
    .bp-config-dimensions-tree .k-treeview-leaf:hover .bp-config-node,
    .bp-config-headcount-tree .k-treeview-leaf:hover .bp-config-node,
    .bp-config-parameters-tree .k-treeview-leaf:hover .bp-config-node,
    .bp-config-import-tree .k-treeview-leaf:hover .bp-config-node {
        color: var(--color-light);
        background-color: var(--color-btn-hover);
        margin: -1px -8px;
        padding: 1px 8px;
        border-radius: .67rem;
    }


/*----------------------------------------------
    End CONFIG TREEVIEW
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++
    IMPORT start
+++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++*/

.bp-import-header {
    margin-left: 1.2rem;
    padding-right: 0.6rem;
    width: 98%;
}

.bp-postimport-tab {
    width: 600px;
}

.bp-review-import-refresh {
    width: 1194px !important; /* align to right side of grid */
}


/*+++++++++++++++++++++++++++++++++++++++++++++
    IMPORT CONFIG
+++++++++++++++++++++++++++++++++++++++++++++*/
.bp-config-label {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-gray);
    white-space: nowrap;
}

.bp-config-blue {
    font-size: 1rem;
    color: var(--color-blue);
}

.bp-label-text {
    font-weight: normal !important;
}

.bp-label-text-disabled {
    opacity: 0.6;
    pointer-events: none;
    font-weight: normal !important;
}

/*----------------------------------------------
    End IMPORT CONFIG
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++
    IMPORT ACCOUNT DATA
+++++++++++++++++++++++++++++++++++++++++++++*/

.bp-keeo-or-erase-container {
    margin-top: 1.5rem;
}

    .bp-keeo-or-erase-container .bp-groupbox-content {
        padding: 0rem;
    }

.bp-keeo-or-erase-radios {
    margin: 0px;
}

.bp-import-radios .k-radio-label {
    font-weight: normal;
}

.bp-keeo-or-erase-radios .k-radio-list {
    width: 400px;
}

    .bp-keeo-or-erase-radios .k-radio-list .k-radio-item {
        margin-top: 0px;
    }

.bp-import-month-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.bp-import-month-checkbox {
    width: 5rem;
    margin-right: 1rem;
    cursor: pointer;
}

    .bp-import-month-checkbox > k_checbox:disabled {
        cursor: default;
    }


/*----------------------------------------------
    End IMPORT ACCOUNT DATA
----------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++++++++++++
    IMPORT FILE COLUMN HEADER TABLE 
+++++++++++++++++++++++++++++++++++++++++++++*/
/* Import - file column header table */
.bp-import-file-columns {
    font-size: 1rem;
    color: var(--color-gray);
    border: 1px solid black;
    width: 650px;
    height: 250px;
    overflow: auto;
}

.bp-import-file-columns-header {
    background-color: #E5E5FE;
    font-weight: bold;
}

.bp-import-file-columns .bp-import-file-columns-header {
    border: 1px solid var(--color-light);
}

.bp-import-file-columns-body-name {
    color: var(--color-blue);
}

.bp-import-file-columns-body-remarks {
}

/*----------------------------------------------
    End IMPORT FILE COLUMN HEADER TABLE 
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++++++++++++
    IMPORT PREVIEW
+++++++++++++++++++++++++++++++++++++++++++++*/
.bp-import-worksheet-list {
    border: var(--color-gray) solid 1px;
}

    .bp-import-worksheet-list .k-grid-header {
        display: none;
    }

    .bp-import-worksheet-list .k-grid td {
        padding: 0.15rem 0.9rem 0rem 0.9rem !important;
        font-size: 1rem;
        height: 1.5rem;
        border: none;
        color: var(--color-blue);
    }

.bp-rowcount-info-ok {
    font-size: 1rem;
    color: var(--color-dark);
    width: 200px;
}

.bp-rowcount-info-ng {
    font-size: 1rem;
    color: var(--color-warn);
    width: 200px;
}

.bp-rowcount-ignored {
    font-size: 1rem;
    color: var(--color-gray);
    width: 240px;
}

.bp-error-free-warning {
    font-size: 1rem;
    color: var(--color-warn);
    width: 250px;
}

.bp-forecast-note {
    background-color: darkseagreen !important;
    /*width: 20px;*/
}

.bp-change-preview-rows-shown {
    width: 175px;
    padding-left: 5px;
    padding-right: 5px;
}

.bp-preview-cell {
    font-size: 0.9rem !important;
    height: 100%;
    background-color: var(--color-table);
    color: var(--color-dark);
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.bp-preview-row-number-cell {
    text-align: center !important;
    background-color: var(--color-dark);
    color: var(--color-light);
}

.bp-preview-invalidrow-number-cell {
    text-align: center !important;
    background-color: var(--color-dark);
    color: var(--color-warn);
}

.bp-preview-error-cell {
    color: var(--color-warn);
}

.bp-preview-normal-cell {
    color: var(--color-dark);
}

/* Row number cell color */
.bp-preview-valid-cell {
    color: var(--color-light);
}

/* Row number cell color */
.bp-preview-imported-cell {
    color: deepskyblue;
}

.bp-preview-ignored-cell, .bp-preview-asis-period-cell {
    color: dimgray;
}

.bp-preview-parsed-cell {
    color: var(--color-brown);
}

.bp-preview-acct-data-changed-cell {
    background-color: whitesmoke;
}

.bp-preview-import-candidate-cell {
    background-color: var(--color-light);
}

.bp-preview-left-cell {
    text-align: left !important;
}

.bp-preview-center-cell {
    text-align: center !important;
}

.bp-preview-right-cell {
    text-align: right !important;
}

/*----------------------------------------------
    End IMPORT PREVIEW
----------------------------------------------*/
/*---------------------------------------------
-----------------------------------------------
    IMPORT end
-----------------------------------------------
---------------------------------------------*/

/*----------------------------------------------
    ERROR PAGE
----------------------------------------------*/

.bp-error-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    background-color: white;
}

.bp-error-body {
    height: 100vh;
    width: 1000px;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.bp-error-header-text {
    font-size: 3rem;
    color: var(--color-warn);
    border-bottom: 2px solid var(--color-gray);
    margin-bottom: 2rem;
}

.bp-error-section-text {
    font-size: 2rem;
    color: var(--color-brown);
}

.bp-error-section-detail {
    padding-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.2rem;
    color: var(--color-dark);
}

.bp-error-info {
    background-color: var(--color-yellow);
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 1rem;
    color: var(--color-dark);
    min-height: 100px;
}

/*----------------------------------------------
    End ERROR PAGE
----------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++
    Background Bars
+++++++++++++++++++++++++++++++++++*/

.bp-background-bar-top-rounded {
    background: var(--color-blue);
    color: var(--color-light);
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    border-start-start-radius: 0.67rem;
    border-start-end-radius: 0.67rem;
}

/*----------------------------------------------
    End Background Bars
----------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++
    Some one-off & temporary styles
+++++++++++++++++++++++++++++++++++*/

/* Headcount Review - groups BpGroupBoxComponents */
.bp-headcountreview-group {
    height: 160px;
    margin-right: 20px;
}

.bp-headcount-review-area.k-window-content {
    height: calc(100vh - 621px);
    width: 95vw;
    min-height: 181px; /* grid header + 2 rows + scrollbar */
}

.bp-versions-budget-grid {
    height: calc(100vh - 502px);
    min-height: 181px;
}

.no-window-padding .k-window-content {
    padding: 0px !important;
}

/*+++++++++++++++++++++++++++++++++++++++++++
    Colors for Versions grid
    depending on version's state
*/
.bp-rowstyle-readwrite {
    background-color: #F9F8DB !important;
}

.bp-rowstyle-signedoff {
    background-color: #EBFFD5 !important;
}

.bp-cell-background-inherit {
    background: inherit !important;
}

/* MainHeaderComponent Action menu */
.bp-action-menu {
    color: var(--color-light);
    background-color: var(--color-blue);
}

.bp-action-item {
    color: var(--color-light);
    background-color: var(--color-blue);
}

/*----------------------------------------------
    End - Some one-off & temporary styles
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Animated Ellipsis
+++++++++++++++++++++++++++++++++++*/
.ellipsisloading {
    font-weight: bold;
}

    .ellipsisloading:after {
        overflow: hidden;
        display: inline-block;
        vertical-align: bottom;
        -webkit-animation: ellipsis steps(4, end) 900ms infinite;
        animation: ellipsis steps(4, end) 900ms infinite;
        content: "\2026"; /* ascii code for the ellipsis character */
        width: 0px;
    }

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
/*----------------------------------------------
    End -  Animated Ellipsis
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Div
+++++++++++++++++++++++++++++++++++*/

.bp-disable-div {
    pointer-events: none;
}

div.bp-disable-div-click:active {
    pointer-events: none;
}

/*----------------------------------------------
    End - Div
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Version Page - Status Images
+++++++++++++++++++++++++++++++++++*/

.bp-status-image {
    height: 16px !important;
    width: 16px !important;
}

/*----------------------------------------------
    End - Version Page - Status Images
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    BpLoaderContainers
+++++++++++++++++++++++++++++++++++*/
.bp-loader-container .k-loader-container-inner {
    background-color: white;
    border-radius: .67rem;
    border-width: 1px;
    border-color: var(--color-blue);
    border-style: solid;
}

/*----------------------------------------------
    End - BpLoaderContainers
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Forecast Setup
+++++++++++++++++++++++++++++++++++*/

.bp-budgetrow {
    background-color: #F9F8DB;
}

.bp-actualsrow {
    background-color: #8FBC8B;
}

.bp-forecastrow {
    background-color: #F0F0F0;
}

.bp-forecasttotal {
    font-weight: bold !important;
}

.bp-forecast-gridnotes {
    background-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000099;
    padding: 2px;
}
/*----------------------------------------------
    End - Forecast Setup
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Grid / Grid Grouping
+++++++++++++++++++++++++++++++++++*/

.bp-grid-grouping-hide-closebutton .k-grouping-header .k-indicator-container .k-button.k-button-icon.k-bare {
    display: none;
}

.bp-grid-no-group-header .k-grouping-header {
    display: none;
}

/* Add white line in header - use with empty grid column as a divider */
.bp-grid-section-divider {
    border-left: 2px white solid !important;
}

/*----------------------------------------------
    End - Grid  / Grid Grouping
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    LID Spreading
+++++++++++++++++++++++++++++++++++*/

.bp-lidspreading-footermismatch {
    background-color: var(--color-warn);
}
/*----------------------------------------------
    End - LID Spreading
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Event to account mapping
+++++++++++++++++++++++++++++++++++*/
.bp-config-correctly-mapped {
    color: var(--color-green);
}

.bp-config-under-mapped {
    color: var(--color-red);
}

.bp-config-over-mapped {
    color: var(--color-maroon);
}

/*----------------------------------------------
    End - Event to account mapping
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    ATB Page
+++++++++++++++++++++++++++++++++++*/
.bp-atb-stepoptions {
    width: 250px;
}
/*----------------------------------------------
    End - ATB Page
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Hourly Compensation Page
+++++++++++++++++++++++++++++++++++*/
.bp-first-rate-change {
    color: var(--color-blue);
}

.bp-second-rate-change {
    color: var(--color-brown);
}

.bp-hourly-wagetype-divider {
    border-left-width: 2px !important;
    border-left-color: black !important;
}

.bp-hourly-wageNoteButtonRight {
    position: absolute;
    right: 10px;
    top: 0px;
}
/*----------------------------------------------
    End - Hourly Compensation Page
----------------------------------------------*/
/*+++++++++++++++++++++++++++++++++++
    Info Panel
+++++++++++++++++++++++++++++++++++*/
.bp-infopanel {
    background-color: var(--color-yellow);
    border: var(--color-blue);
    border-width: 1px;
    border-style: solid !important;
    border-radius: .67rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .8rem;
    padding-right: .8rem;
}
/*----------------------------------------------
    End - Info Panel
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Employees
+++++++++++++++++++++++++++++++++++*/
.bp-allocationtext {
    color: var(--color-link-hover) !important;
}
/*----------------------------------------------
    End - Employees
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Headcount Summary
+++++++++++++++++++++++++++++++++++*/
.bp-hcs-border-left {
    border-left: 2px solid var(--color-gray) !important;
}

.bp-hcs-border-right {
    border-right: 2px solid var(--color-gray) !important;
}
/*----------------------------------------------
    End - Headcount Summary
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    ConfigVersions
+++++++++++++++++++++++++++++++++++*/
.bp-forecast-version-info {
    width: 75vw;
    min-width: 1050px;
    height: 80vh;
    overflow-y: auto;
}
/*----------------------------------------------
    End - ConfigVersions
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    ConfigSharedActionPaks
+++++++++++++++++++++++++++++++++++*/
.bp-add-actionpak-dlg {
    width: 310px;
}

/*----------------------------------------------
    End - ConfigSharedActionPaks
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    About page
+++++++++++++++++++++++++++++++++++*/
.bp-license {
    padding: 8px;
    margin-bottom: 12px;
    width: 765px;
}

    .bp-license details > summary {
        padding: 4px;
        width: fit-content;
        background-color: #eeeeee;
        border: none;
        box-shadow: 1px 1px 2px #bbbbbb;
        cursor: pointer;
        margin-bottom: 8px;
    }

    .bp-license details > p {
        background-color: #eeeeee;
        padding: 4px;
        margin: 0;
        box-shadow: 1px 1px 2px #bbbbbb;
    }

/*----------------------------------------------
    End - About page
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Configuration - ConfigDefineCalculations
+++++++++++++++++++++++++++++++++++*/
.bp-definecalculations-detail-grid-row {
    height: 2rem;
    min-height: 1.5rem;
}

/*----------------------------------------------
    End - Configuration - ConfigDefineCalculations
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Reporting - ReportMenu
+++++++++++++++++++++++++++++++++++*/
.report-menu-item {
    display: block;
    position: relative;
    border: 1px solid var(--color-blue);
    background-image: linear-gradient(#ffffff, #e0e0e0);
    width: 22rem;
    height: 23rem;
    margin: 0 2rem 2rem 1rem;
}

/*----------------------------------------------
    End - Reporting - ReportMenu
----------------------------------------------*/


/*+++++++++++++++++++++++++++++++++++
    Advanced Reporting/Report Selections
+++++++++++++++++++++++++++++++++++*/

/*.bp-advancedreporting-tagsets > div > div > ul > li > span > .k-menu-group .k-item > .k-link:active {
    background-color: var(--color-light) !important;
}

.bp-advancedreporting-tagsets > div > div > ul > li > span > .k-menu-group .k-item > .k-link:hover {
    background-color: var(--color-light) !important;
}*/

.bp-advancedreporting-tagsets > .k-menu-group .k-item:hover {
    background-color: var(--color-light) !important;
}

.bp-advancedreporting-tagsets > .k-menu-group .k-menu-item {
    background-color: var(--color-light) !important;
}

.bp-advancedreporting-topsplitterpane {
    min-height: 400px !important;
}

.bp-advancedreporting-bottomsplitterpane {
    /*min-height: 40px !important;*/
}

.bp-advancedreporting-reportbutton {
    height: 40px !important;
    width: 200px !important;
    font-size: 1.5rem !important;
}

a.bp-link-as-button {
    padding: 0.175rem 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    border-radius: 4px;
    border-color: rgba(0,0,0,0.08);
    color: #fff;
    background-color: #1173aa;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.02));
    text-decoration: none;
}

a.bp-link-as-button-disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-light) !important;
    background-color: #75a9c6;
    pointer-events: none;
}
/* bp-disable-div-click bp-advancedreporting-viewreportbutton-disabled telerik-blazor k-button k-button-solid k-rounded-md k-button-md k-button-solid-base */
a.bp-link-as-button:hover {
    background-color: var(--color-btn-hover);
    color: var(--color-light);
}

.k-table-td a.bp-link-as-button {
    padding: 0.05rem 0.5rem;
    line-height: 1.2;
    border: 1px solid var(--color-btn-grid-border);
    border-radius: 0.25rem;
}

a.bp-link-as-cmd-button {
    padding: 0.05rem 0.5rem !important;
    background-color: #ededed !important;
    color: var(--color-dark) !important;
    font-size: 1rem;
    line-height: 1.2;
    border: 1px solid var(--color-btn-grid-border);
}

    a.bp-link-as-cmd-button:hover {
        background-color: var(--color-blue) !important;
        color: var(--color-light) !important;
    }

.bp-advancedreporting-reportoptions {
    min-width: 290px;
}
/*----------------------------------------------
    End - Advanced Reporting/Report Selections
----------------------------------------------*/

/*+++++++++++++++++++++++++++++++++++
    Dashboard
+++++++++++++++++++++++++++++++++++*/

.bp-dashboard-status-notstarted {
    background-color: rgb(191, 191, 191) !important;
    color: black !important;
}

.bp-dashboard-status-started {
    background-color: rgb(204, 227, 164) !important;
    color: black !important;
}

.bp-dashboard-status-complete {
    background-color: rgb(149, 202, 92) !important;
    color: black !important;
}

.bp-dashboard-status-signedoff {
    background-color: rgb(90, 151, 206) !important;
    color: white !important;
}

.bp-dashboard-status-approved {
    background-color: rgba(43, 80, 135) !important;
    color: white !important;
}

.bp-dashboard-status-rollupunit {
    font-weight: bold !important;
}

/*----------------------------------------------
    End - Dashboard
----------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++
    On-Demand Templages
++++++++++++++++++++++++++++++++++++++++++++++*/
.k-grid td.bp-odt-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
    vertical-align: top;
}

    .k-grid td.bp-odt-cell .bp-odt-row {
        padding: 0.17rem 0.5rem !important;
    }

.bp-odt-current-data {
    background-color: #F9F8DB !important; /* match bp-rowstyle-readwrite */
    white-space: nowrap;
    border-top: solid 1px black;
}

.bp-preview-grid .k-detail-cell {
    padding: 0px !important;
}

.bp-preview-grid .k-hierarchy-cell {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bp-asis-grid .k-grid-header {
    display: none;
}

.bp-asis-grid .k-grid-content {
    overflow: hidden;
}

.bp-asis-cell {
    font-size: 0.9rem !important;
    height: 100%;
    background-color: var(--color-yellow);
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
/*----------------------------------------------
    End On-Demand Templages
----------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++
    SESSION TIMEOUT
++++++++++++++++++++++++++++++++++++++++++++++*/
.bp-session-timeout-window {
    position: absolute;
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(170, 170, 170, 0.5);
}

.bp-continue-session-dlg {
    background-color: #fefefe;
    padding: 0px;
    border: 1px solid #888;
    border-radius: 0.67rem;
    width: 400px;
    height: 195px;
    position: relative;
}

.bp-continue-session-title {
    background-color: #d9e4f4;
    color: var(--color-dark);
    height: 3rem;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-top-left-radius: 0.67rem;
    border-top-right-radius: 0.67rem;
}

.bp-session-timeout-icon .k-icon {
    font-size: 1.4rem;
}

/*++++++++++++++++++++++++++++++++++++++++++++++
    End SESSION TIMEOUT
++++++++++++++++++++++++++++++++++++++++++++++*/


/* Add new Sections above here!! */
/*++++++++++++++++++++++++++++++++++++++++++++++
************************************************

    MODIFICATIONS OF TELERIK CONTROLS

************************************************
++++++++++++++++++++++++++++++++++++++++++++++*/
.k-grid-table td .bp-overridden-border, .k-grid-table td .overriddenborder {
    border: solid;
    border-width: 2px !important;
    border-color: var(--color-orange) !important;
    border-collapse: collapse;
}

.bp-overridden-border, .overriddenborder {
    border: solid;
    border-width: 2px !important;
    border-color: var(--color-orange) !important;
    border-collapse: collapse;
}

.k-grid-table td .bp-actuals-background, .k-grid-table td .actualsbackground {
    background: #8FBC8B !important;
}

.bp-actuals-background, .actualsbackground {
    background: #8FBC8B !important;
}

.bp-modified-row {
    font-style: italic;
}

.bp-checkboxcell-align-center {
    text-align: center !important;
}

.k-grid td.bp-status-rollup-unit {
    color: var(--color-darkblue);
    font-weight: bold;
}

.k-grid td.bp-status-column {
    padding-left: 6px !important;
    padding-right: 0px !important;
}

.k-grid td.bp-status-tree-column {
    padding-left: 6px !important;
    padding-right: 0px !important;
}

/* ExportAccountData - select columns DDL menu */
.k-grid tr > td.bp-item-selected, .k-grid tr.k-state-selected > td.bp-item-selected {
    background-color: var(--color-blue) !important;
    color: var(--color-light);
}

/* All DDLs need this to align the dropdown with the DDL when closed */
.bp-grid-dropdown-align .k-animation-container, .griddropdown .k-animation-container {
    margin-left: 1.2rem;
}

.bp-dropdown {
    height: 1.5rem;
    padding: 0rem .75rem;
}

/* Sometimes the DDL's popup animation control is not initialized correctly.
    This gets it off the screen so it doesn't block functionality (due to its high z-order).
*/
.bp-ddl-animation-hack {
    left: -1000px;
}

/* This is a workaround because Telerik does not have a separator item.
    NOTE: You still need code to do nothing when clicked - can't prevent the click :(
*/
.bp-ddl-separator {
    display: inline-block;
    width: 100%;
}

    .bp-ddl-separator:before {
        position: absolute;
        width: 100%;
        height: 100%;
        border-top: 1px black dashed;
        content: " ";
    }

.bp-dropdown-grid td {
    border-width: 0px !important;
}

.bp-dropdown-grid .k-grid-content {
    overflow: auto;
}

.bp-dropdown-grid .k-grid-header {
    display: none;
}

.bp-no-hierarchy-col col.k-hierarchy-col {
    /* to remove the expand/collapse hierarchy column entirely */
    width: 0; /* collapse hierarchy column to zero width */
}

tr.bp-no-children .k-hierarchy-cell *, tr.no-children .k-hierarchy-cell * {
    /*To remove the expand/collapse icon if the detail grid has no data.*/
    display: none !important;
}

tr.bp-no-children .k-hierarchy-cell, tr.no-children .k-hierarchy-cell {
    /*To disable click event if the detail grid has no data.*/
    pointer-events: none !important;
    background-color: #ccebf5 !important;
}

.k-numerictextbox.bp-numeric-override-left .k-input-inner {
    text-align: left;
}

.k-numerictextbox.bp-numeric-override-center .k-input-inner {
    text-align: center;
}

/*
    NOTE: to make large tabs, place 'bp-large-tabs' in
        the surrounding div's class. This Telerik component
        does NOT support setting a class parameter!
*/
.bp-large-tabs .k-tabstrip-items {
    font-size: 1.2rem;
}

/*Only really needs to be used if the tabstrip is within another tabstrip that uses the large tabs (e.g. BudgetSection page)*/
.bp-default-tabs .k-tabstrip-items {
    font-size: 1rem;
}

/* Used in ConfigATBSpreading on the TreeView toolbar */
.bp-align-right {
    display: flex;
    margin-left: auto;
}

.bp-stepper-step {
    padding: 0.5rem;
    background-color: var(--color-blue);
    color: var(--color-light);
}

.bp-stepper-step-disabled {
    background-color: #70abcc !important;
}

.bp-stepper-step-available {
    cursor: pointer;
}

.bp-stepper-step-unavailable {
    cursor: default;
}

/*Use HeaderClass="bp-grid-header-wrap" in a grid column to center and wrap the column header */
.bp-grid-header-wrap .k-column-title {
    
    white-space: normal;
    padding:6px;
}

/*Use HeaderClass="bp-grid-header-left" in a grid column **with a sortable header** to left-align the column header */
th.bp-grid-header-left .k-cell-inner > .k-link {
    justify-content: left;
}

/* Use Class=bp-grid-hierarchy-readwrite on a grid that is otherwise read-only to make the hierarchy column look clickable */
.bp-grid-hierarchy-readwrite .k-hierarchy-cell {
    background-color: white;     !important;
}

/* ++++++++++++++++++++++++++++++++++
    DATERANGEPICKER
++++++++++++++++++++++++++++++++++ */
/*.bp-daterangepicker-no-labels .k-label {
    display: none;
}

.bp-daterangepicker-no-labels .k-floating-label-container {
    padding: 0;
}*/

/* remove reserved space for labels */
.bp-daterangepicker-no-labels .k-floating-label-container {
    padding-top: 0;
}

/* hide labels */
.bp-daterangepicker-no-labels .k-floating-label {
    font-size: 0;
    color: transparent;
}

/* ---------------------------------------------
    End DATEPICKER
--------------------------------------------- */

/*----------------------------------------------
************************************************

    End - MODIFICATIONS OF TELERIK CONTROLS

************************************************
----------------------------------------------*/

/*
    DO NOT ADD ANYTHING BELOW HERE!!! 

    ADD TO THE APPROPRIATE SECTION OR

    IF A NEW SECTION, ADD BEFORE THE 
    ABOVE TELERIK SECTION  

*/
