﻿html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    font-family: Calibri, Helvetica, Tahoma !important;
    font-size: 11pt;
    display: flex;
    background-color: #FBFBFB;
    color: #2C2C2C;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

    body::-webkit-scrollbar {
        display: none;
    }

select {
    border: 1px solid #D1D9DC;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
}

input {
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    border: 1px solid #E7E9EA;
}

textarea {
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 11pt;
    background: #FFFFFF;
    border: 2px solid #E7E9EA;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
}

    textarea:hover {
        border: 2px solid #005894;
    }

    textarea:focus {
        border: 2px solid #0177BC
    }

#main_components_menu {
    /*    width: 320px;*/
    width: 20vw;
    position: fixed;
/*    top: -17px;*/
    left: 0;
    z-index: 10000;
    background-color: #FBFBFB;
    border-right: 1px solid #E7E9EA;
    list-style-type: none;
    display: none;
/*    padding-top: 22px;*/
    padding-left: 0;
    min-width: 235px;
    height: 102vh;
    overflow-y: auto;
    overflow-x: hidden;
}

    /* Custom scrollbar for WebKit browsers */
    #main_components_menu::-webkit-scrollbar {
        width: 8px; /* Width of scrollbar */
    }

    #main_components_menu::-webkit-scrollbar-track {
        background: transparent; /* Track color */
        border-radius: 12px;
        margin: 2px;
    }

    #main_components_menu::-webkit-scrollbar-thumb {
        background: #D8D8DF; /* Scrollbar handle */
        border-radius: 12px;
    }

        #main_components_menu::-webkit-scrollbar-thumb:hover {
            background: #D8D8DF; /* Darker on hover */
        }

/* Firefox scrollbar styling */
#main_components_menu {
    scrollbar-width: thin;
    scrollbar-color: #D8D8DF #FBFBFB;
}

#main_components_menu_list {
    padding: 0;
    margin-top: 8px;
}

.sf-link:hover {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
}

.sf-button {
    background: #AFE6FC;
    cursor: pointer;
    margin-right: 5px;
}

    .sf-button.down {
        background: #F9DA82;
    }

    .sf-button:hover {
        background: #F9DA82;
    }

    .sf-button:disabled {
        background: #C9C9C9;
    }

.sf-menu {
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 18px;
    font-weight: bold;
}

div, input, select, button {
    box-sizing: border-box;
}

    div.right-arrow {
        background-image: url(../../app/images/arrowRightSmall.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    div.left-arrow {
        background-image: url(../../app/images/arrowLeftSmall.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px;
    }

    input.component-button {
        height: 100%;
        padding: 0px 20px 2px 10px;
        margin: 0px;
        background-color: transparent;
        color: #2C2C2C;
        border-width: 0px;
        cursor: pointer;
        display: none;
        font-family: Calibri, Helvetica, Tahoma;
        font-size: 16px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        input.component-button:hover {
            background-color: #A2DDFF;
        }

#mainView {
    /*    width: 100%;
    height: 100%;*/
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 700px;
    background-color: #FBFBFB;
    flex: 1
}

#root {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#topMenu {
    height: 56px;
    line-height: 56px;
    width: calc(100% - 68px);
    background-color: #0277BC;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    z-index: 1000;
}

    #topMenu * {
        /*        font-size: 1.3rem;*/
    }

#content {
    display: inline-block;
    width: 100%;
    /*    min-height: 90vh;*/
    /*    margin-top: 56px;*/
    height: calc(100% - 90px);
    position: relative;
}

[id$="-menu-wrapper"] {
    z-index: 2001;
    position: fixed !important;
    height: 56px;
    position: absolute;
    top: 1px;
    width: calc(100% - 570px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: end;
}

    [id$="-menu-wrapper"] [id$="-menu"] li:hover {
        background-color: #FFFFFF1F;
        border-color: #FFFFFF1F;
    }

#infoBar {
    width: 100%;
    padding-top: 1px;
    /*    height: 25px;*/
    /*    margin-bottom: 25px;*/
}

#weatherInfo {
    float: right;
    height: 25px;
    /*position: fixed;*/
    bottom: 0;
    right: 0;
    padding-right: 40px;
    background-color: white;
    width: 100%;
}

#weatherInfoText {
    width: 100%;
    height: 25px;
    /*    margin-right: 40px;*/
    display: flex;
    justify-content: flex-end;
}

#weatherInfoImage {
    width: 25%;
    height: 25px;
    background-color: #EAF9FE;
}

#logout {
    height: 23px;
    width: 25px;
    margin: 5px 10px 4px 10px;
    padding: 0px;
    float: left;
    cursor: pointer;
    /*    margin: 4px 4px 4px 4px;
    background-color: transparent;*/
    /*background-color: #E9F9FE;*/
    /*color: #2C2C2C;
    text-align: center;
    line-height: 27px;*/
    /*    border-width: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;*/
    /*    background-image: url('../../app/images/logout.png');*/
    /*    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;*/
}

#locationUp {
    height: 40px;
    border-width: 0px;
    background-color: white;
    margin: 4px 0px 4px 4px;
    padding: 0px;
    width: 40px;
    background-image: url('../../app/images/arrowUp.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: 1px solid #EBECEF;
}

#locationSelect {
    color: #2C2C2C;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-width: 0px;
    padding: 0px 3px 0px 3px;
    background-color: white;
    margin: 4px 0px 4px 0px;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    float: left;
    font-family: 'Inter', sans-serif, Tahoma !important;
}

#locationDown {
    height: 40px;
    border-width: 0px;
    background-color: white;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 40px;
    background-image: url('../../app/images/arrowDown.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: 1px solid #EBECEF;
}

.button-background-color {
    background-color: transparent;
    border: 1px solid #A0C2CE;
}

.sf-dropdown {
    border: 1px solid #D1D9DC;
    background-color: #FFFFFF;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 15px;
}

.ui-dialog {
    padding: 0;
    border-radius: 10px !important;
    border: 1px solid #D7D9DA;
}

    .ui-dialog .ui-dialog-buttonpane {
        padding: 0;
        margin: 2px 0 5px 0;
        border: none;
    }

.ui-dialog-buttonset {
    width: 100%;
    margin: 0;
    text-align: center;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0 5px 0 0;
    border-radius: 20px;
    padding-right: 5px;
    min-width: 150px;
    min-height: 30px;
    height: 30px;
    width: 150px;
}

.jqx-calendar, .jqx-menu-wrapper {
    z-index: 100000 !important;
}

.jqx-listbox-container {
    z-index: 100001 !important;
}

.jqx-grid-cell-wrap {
    white-space: nowrap !important;
}

.jqx-cell {
    white-space: nowrap !important;
}

#reporting .jqx-cell, #location-main .jqx-cell {
    border-color: transparent !important;
}

#reporting .jqx-cell {
    padding-top: 0px;
    padding-bottom: 0px;
}

#reporting .jqx-grid-table {
    font-size: 9pt;
}

input[type=button]:disabled {
    opacity: 0.4;
}

input[type="image"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.jqx-button {
    outline: none;
    border: 1px solid transparent;
    padding: 3px;
    text-align: center;
    vertical-align: central;
    margin: 0 0 0 0;
    cursor: default;
}

.jqx-widget.jqx-menu.jqx-menu-vertical.jqx-widget-content.jqx-popup.jqx-rc-all {
    /*height: auto !important;*/
}

.filter.jqx-rc-all {
    height: auto !important;
}

.jqx-fill-state-normal {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    font-family: Calibri, Helvetica, Tahoma;
    font-style: normal;
    font-size: 13px;
    border-color: #aaa;
    /*background: #efefef; */
}

.jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
    display: inline-block;
    margin-top: 2px;
    margin-right: 3px;
    position: relative;
    width: 14px;
    height: 13px;
    vertical-align: top;
}

.jqx-gauge-label, .jqx-gauge-caption {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-knob-label, .jqx-chart-axis-text, .jqx-chart-label-text, .jqx-chart-tooltip-text, .jqx-chart-legend-text {
    fill: #333333;
    color: #333333;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-axis-description {
    fill: #555555;
    color: #555555;
    font-size: 11px;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-title-text {
    fill: #111111;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-chart-title-description {
    fill: #111111;
    color: #111111;
    font-size: 12px;
    font-weight: normal;
    font-family: Calibri, Helvetica, Tahoma;
}

.jqx-validator-hint {
    height: 18px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Calibri, Helvetica, Tahoma;
    font-size: 13px;
    border: 1px solid #6E0000;
    background-color: #942724;
    color: #fff;
    z-index: 99999;
    white-space: nowrap;
}

.jqx-treemap-rectangle-parent {
    color: #222;
    font-size: 15px;
    font-family: Calibri, Helvetica, Tahoma;
    font-weight: bold;
}

.jqx-checkbox-disabled {
    cursor: default;
    background: transparent;
    /*padding: 0px;*/
    border: none;
    outline: none;
    /*margin: 0px 0px 0px 0px;*/
}

.jqx-rc-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

/*top-right rounded Corners*/
.jqx-rc-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*bottom-left rounded Corners*/
.jqx-rc-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*bottom-right rounded Corners*/
.jqx-rc-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*top rounded Corners*/
.jqx-rc-t {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

/*bottom rounded Corners*/
.jqx-rc-b {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*right rounded Corners*/
.jqx-rc-r {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/*left rounded Corners*/
.jqx-rc-l {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*all rounded Corners*/
.jqx-rc-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#container4 {
    clear: left;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #b2f0f9;
    /* column 4 background colour */
}

#container3 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 3 background colour */
}

#container2 {
    clear: left;
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 2 background colour */
}

#container1 {
    float: left;
    width: 100%;
    position: relative;
    right: 25%;
    background: #b2f0f9;
    /* column 1 background colour */
}

#col1 {
    float: left;
    width: 21%;
    position: relative;
    left: 77%;
    overflow: hidden;
}

#col2 {
    float: left;
    width: 21%;
    position: relative;
    left: 81%;
    overflow: hidden;
}

#col3 {
    float: left;
    width: 21%;
    position: relative;
    left: 85%;
    overflow: hidden;
}

#col4 {
    float: left;
    width: 21%;
    position: relative;
    left: 89%;
    overflow: hidden;
}

#notification-content {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#outstanding-exeption-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#componentName14 {
    display: flex;
    align-items: center;
}

#published-reports-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#central-reforcast-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#shift-exchange-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#scheduling-time-off-requests-dialog img.ui-datepicker-trigger {
    position: relative;
    top: 5px;
    left: -22px;
}

#time-card-day-view .DateHeader {
    padding-left: 2%;
    background-color: #abe9fd;
    font-weight: bold;
    color: #303030;
}

    #time-card-day-view .DateHeader label {
        display: block;
        font-size: 2em;
        text-align: left;
    }

#urgent-messages-notification {
    margin: 1px 0 0 0;
    background-color: #0177BC;
    padding: 12px 0 12px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #FFFFFF;
    border: 2px solid #E7E9EA;
}

    #urgent-messages-notification .ui-icon {
        background-image: none;
    }

#target-creation-notification {
    max-height: 150px;
}

    #notification-content span, #published-reports-notification span, #outstanding-exeption-notification tbody tr, #central-reforcast-notification tbody tr, #shift-exchange-notification tbody tr, #target-creation-notification span {
        color: #0177BC;
        font-weight: 500;
        margin: 0px 10px;
        padding: 0px 0px;
        font-size: 14px;
        text-decoration: underline;
    }

        #outstanding-exeption-notification tbody tr td:first-of-type, #central-reforcast-notification tbody tr td:first-of-type, #shift-exchange-notification tbody tr td:first-of-type {
            color: #0177BC;
            font-weight: 500;
            font-size: 14px;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100px;
        }

#help-article-popout {
    position: fixed;
    top: 56px;
    right: -25%;
    width: calc(25% - 20px);
    height: calc(100% - 56px);
    background-color: #f6f6f7;
    z-index: 2000000;
    transition: right 0.3s ease-in-out;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
    display: block;
    border-radius: 12px
}

    #help-article-popout.open {
        right: 0;
    }

#help-article-list {
    overflow-y: auto;
    height: calc(100% - 90px);
    width: 100%;
    border-top: 1px solid #EBECEF;
}

    #help-article-list div {
        padding: 12px 16px 12px 16px;
        height: auto;
        cursor: pointer;
        border-bottom: 1px solid var(--Gray200, #EBECEF);
        background-color: var(--Gray90, #FBFBFB);
        color: var(--Gray1000, #2F3139);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

        #help-article-list div:hover {
            background-color: #dadadf;
        }

#help-button {
    height: 25px;
    width: 25px;
    margin: 5px 10px 4px 10px;
    padding: 0px;
    float: left;
    cursor: pointer;
}

#help-article-header-label {
    display: inline-block;
    width: calc(100% - 90px);
    text-align: left;
    line-height: 35px;
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #2B2F49
}

#help-article-header {
    height: 72px;
    background-color: #939596;
    color: #000000;
    text-align: center;
    padding: 24px;
    border-radius: 12px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #EBECEF;
    background: #FFF;
}

.help-article-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    float: left;
    position: relative;
}

    .help-article-button img {
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

#help-article-body {
    height: calc(100% - 90px);
    width: 100%;
    display: block;
    padding: 0;
    overflow-y: auto;
}

    #help-article-body li {
        margin-bottom: 5px;
    }

    #help-article-body p {
        line-height: 1.4em;
    }

#help-article-content {
    height: 100%;
    background-color: #FFF;
    border-radius: 12px;
}

input.hasDatepicker {
    width: 120px;
}

#help-article-search {
    margin: 5px 0;
    width: calc(100% - 16px);
    padding: 10px;
}

/*#help-article-search-input {
    width: calc(100% - 30px);
    z-index: 200001;
    padding: 5px;
    background: #F7F9FA;
    border: 2px solid #E7E9EA;
    color: #57595A;
    border-right: none;
    float: left;
    border-radius:5px
}
    #help-article-search-input:hover {
        border: 2px solid #005894;
        color: #57595A;
    }

    #help-article-search-input:active {
        border: 2px solid #0177BC;
        color: #000000;
    }

    #help-article-search-input:focus {
        border: 2px solid #0177BC;
        color: #57595A;
    }*/

/*#help-search-button-wrapper {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid grey;
    border-left: none;
    float: left;
    padding: 0;
    background-color: white;
}*/


/*#help-article-search-button {
    width: 12px;
    height: 12px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}*/

.help-collapse-content {
    display: none;
    border-bottom: 1px solid var(--Basic-dark_8, rgba(43, 47, 73, 0.08));
    background: var(--Gray90, #FBFBFB);
    padding: 16px 12px 16px 16px;
}

.help-collapse {
    cursor: pointer;
    border-bottom: 1px solid var(--Basic-dark_8, rgba(43, 47, 73, 0.08));
    background: #FFF;
    display: flex;
    padding: 20px 12px 16px 16px;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.help-article-subtitle {
    padding: 10px;
    border-bottom: 1px solid var(--Gray200, #EBECEF);
    background-color: var(--Gray90, #FBFBFB);
    margin: 0;
    text-align: center;
    border-top: 1px solid var(--Gray200, #EBECEF);
}

.help-article-body-content {
    padding: 10px;
    background-color: var(--Background-Grey, #F8F8F9);
    height: inherit;
}

.help-article-subtitle {
    font-weight: bold;
}

.help-article-body-content p:first-of-type {
    margin-top: 0;
}

.help-article-body-content p:last-of-type {
    margin-bottom: 0;
}

.help-article-body-content span:last-of-type {
    margin-top: 15px;
}

#login-method-page {
    width: 100%;
    height: 100%;
}

.login-top {
    width: 100%;
    height: 50%;
    background-color: #E0F2F8;
    position: relative;
}

.login-bottom {
    width: 100%;
    height: 50%;
    background-image: linear-gradient(-180deg, #D9F5FF 0%, #B1E8FD 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-method-page .button-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 170px;
}

#login-method-page .login-button {
    width: 300px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 15px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 50px;
}

    #login-method-page .login-button:hover {
        background-color: #003F54;
    }

.login-button.storeforce {
    background-color: #0177BC;
    border-radius: 50px;
}

    .login-button.storeforce:hover {
        background-color: #003F54;
    }

.login-button.azure {
    background-color: #336699;
    top: 100px;
    border-radius: 50px;
}

    .login-button.azure:hover {
        background-color: #003F54;
    }

.login-logo {
    width: 190px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.login-controls-container {
    width: 425px;
    display: flex;
    flex-direction: column;
}

    .login-controls-container input, .login-controls-container select {
        height: 50px;
        background-color: #fff;
        border: none;
        font-size: 20px;
        padding-left: 20px;
        color: #424243;
        margin-left: 0;
        margin-right: 0;
    }

        .login-controls-container select option {
            color: #424243;
        }

#LoginView {
    width: 100%;
    height: 100%;
}

.login-button {
    width: 300px;
    height: 50px;
    background-color: #0177BC;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    cursor: pointer;
    align-self: center;
    margin-top: 25px;
    font-size: 20px;
    border-radius: 50px;
}

    .login-button:hover {
        background-color: #003F54;
    }

.login-controls-container a {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
    color: #424243;
    cursor: pointer;
    margin: 24px;
    margin-bottom: 15px;
}

    .login-controls-container a:hover {
        text-decoration: underline;
    }

    .login-controls-container a:last-child {
        left: auto;
        right: 0;
    }

.login-back-button {
    margin: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.wizard-button-container {
    width: 100%;
    height: 40px;
    bottom: 20px;
    position: absolute;
}

.wizard-button {
    height: 40px;
    width: 140px;
    font-size: 10pt;
    /* margin: 0 10px; */
    background-color: #0177BC;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    border-radius: 40px;
}

    .wizard-button.left {
        float: left;
        margin: 0 0 0 20px;
        background-image: url(../images/Previous.png);
        background-position-x: 10px;
        background-repeat: no-repeat;
        background-position-y: 12px;
        background-size: 14px;
        background-color: transparent;
        color: #0177BC;
        border: 1px solid #0177BC;
        border-radius: 40px;
    }

        .wizard-button.left:hover {
            border: 1px solid #003F54;
            color: #003F54;
        }

    .wizard-button.right {
        float: right;
        margin: 0 20px 0 0;
        background-image: url(../images/next.png);
        background-position-x: 110px;
        background-repeat: no-repeat;
        background-position-y: 12px;
        background-size: 14px;
    }

        .wizard-button.right:hover {
            background-color: #003F54;
        }

        .wizard-button.right.finish {
            float: right;
            margin: 0 20px 0 0;
            background-color: #0177BC;
            background-image: none;
            color: #FFFFFF;
        }

            .wizard-button.right.finish:hover {
                background-color: #003F54;
            }

.ui-dialog .ui-dialog-title {
    width: calc(100% - 110px);
    margin: 0 20px;
    text-transform: capitalize;
    line-height: 44px;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    padding: 0;
    vertical-align: middle;
    font-weight: 700;
}

.jqx-window-header.jqx-widget-header.jqx-disableselect.jqx-rc-t {
    height: 44px;
    padding: 0px 7px;
    line-height: 44px;
}

    .jqx-window-header.jqx-widget-header.jqx-disableselect.jqx-rc-t table {
        border: none;
        border-spacing: 0;
    }

.search-box-location {
    border: 1px solid #E7E9EA;
    width: calc(100% - 30px);
    height: 20px;
    margin-left: 3px;
}

.search-box-user-management {
    border: 1px solid #E7E9EA;
    width: calc(100% - 100px);
    height: 20px;
    float: left;
}

.search-box-recipient {
    border: 1px solid #E7E9EA;
    width: 90%;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 4px;
}

.sv-comments {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    color: #333839;
    border: 1px solid #E7E9EA;
}

.popup-button {
    width: 150px;
    height: 30px;
    border: 1px solid #E7E9EA;
    background: #FFFFFF !important;
}

.popup-button-single {
    width: 150px !important;
    height: 30px;
    border: 1px solid #E7E9EA;
    background: #FFFFFF !important;
    margin: 0 auto !important;
}

.main-menu-img {
    width: 20px;
    height: 20px;
    padding: 20px;
    display: block;
}

.main-menu-img-hover {
    width: 20px;
    height: 20px;
    padding: 20px;
    display: none;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    min-width: 60px;
    position: relative;
}

    .img-container:hover div[id^="redDot"] {
        display: none;
    }

#navSideBar div[id^="redDot"] {
}

.img-container-hover {
    display: none;
    width: 0;
    justify-content: center;
    align-items: center;
    height: 68px;
    min-width: 60px;
    position: relative;
}

.primary-button {
    width: 150px;
    height: 30px;
    border: none;
    background-color: #0177BC !important;
    color: #FFFFFF !important;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

    .primary-button:hover {
        background-color: #003F54 !important;
    }

    .primary-button:disabled {
        background-color: #E7E9F0 !important;
    }

.primary-button-with-left-margin {
    margin-left: 5px !important;
}

.primary-button-single {
    margin: 0 auto !important;
}

.wide-primary-button {
    width: fit-content !important;
}

.secondary-button {
    width: 150px;
    height: 30px;
    border: 1px solid #0177BC !important;
    background-color: #FFFFFF !important;
    color: #0177BC !important;
    border-radius: 20px;
    text-align: center;
}

    .secondary-button:hover {
        color: #003F54 !important;
        border: 1px solid #003F54 !important;
    }

    .secondary-button:disabled {
        color: #E7E9F0 !important;
        border: 1px solid #E7E9F0 !important;
    }

.height-auto {
    height: auto;
}

.location-selector-button {
    cursor: pointer;
    margin-right: 5px;
    width: 80px;
    height: 30px;
    border: 1px solid #2C2C2C;
    background-color: white
}

.dashboard-table-go-left-button {
    background-image: url(../images/arrowLeftMicro.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: 5px !important;
    background-size: 22px !important;
    background-color: transparent !important;
    border: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 0 !important;
    margin-left: 40px !important;
    float: left;
}

.dashboard-table-go-right-button {
    background-image: url(../images/arrowRightMicro.png) !important;
    background-repeat: no-repeat !important;
    background-position-y: 5px !important;
    background-size: 22px !important;
    background-color: transparent !important;
    border: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 0 !important;
    margin-right: 40px !important;
    float: right;
}

.ui-widget-header {
    border: none !important;
    border-bottom: 1px solid #E7E9EA !important;
    background-color: #FFFFFF !important;
    color: #2C2C2C !important;
}

.table-header {
    background-color: #939596;
    color: #000000;
    height: 30px;
    font-weight: 400;
}

div[id^="hover_redDot"] {
    display: none;
}

[id^="mnuComponent"] {
    cursor: pointer;
    display: flex;
    color: #6B6B74;
    align-items: center;
    height: 52px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

    [id^="mnuComponent"]:hover {
        background-color: #F2F3F6;
        border: none;
    }

        [id^="mnuComponent"]:hover img.main-menu-img {
            display: none;
        }

        [id^="mnuComponent"]:hover .nav-component-name {
            color: #3C4048;
            font-weight: bold;
        }

        [id^="mnuComponent"]:hover img.main-menu-img-hover {
            /*        background-color: #F2F3F6;*/
            border: none;
            display: inline;
        }

        [id^="mnuComponent"]:hover .img-container {
            width: 0;
            display: none;
        }

        [id^="mnuComponent"]:hover .img-container-hover {
            width: 68px;
            display: block;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        [id^="mnuComponent"]:hover div[id^="hover_redDot"].red-dot-visible {
            display: inline-block;
            /*        margin-left: 5%;
        margin-bottom: 5%;*/
        }

    [id^="mnuComponent"] div[id^="redDot"] {
        /*margin-left: 5%;
        margin-bottom: 5%;*/
        /*        top: 0;
        left: 37px;
        margin-top: 16px;*/
    }

    [id^="mnuComponent"] .display-inline {
        position: relative;
    }

[id^="mSidebarItem"] {
    cursor: pointer;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 52px;
    position: relative;
}

[id^="mnu"].jqx-fill-state-pressed {
    background-color: #FFFFFF1F !important;
    border: 1px solid #FFFFFF1F !important;
    border-radius: 6px;
}

[id^="mnu"]:hover {
}

[id^="ug"]:hover,
[id^="predefinedLoad"]:hover,
[id^="predefinedDelete"]:hover,
[id^="TimePeriod"]:hover,
[id^="usrGrp"]:hover,
[id^="leaderboardLoad"]:hover,
[id^="leaderboardDelete"]:hover,
[id^="loadug"]:hover,
[id^="saveug"]:hover,
[id^="mnuCompareTo"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

#chkToTarget:hover, #chkDays:hover, #chkEmployeeNumber:hover, #chkWeather:hover, #chkSFL:hover, #rdoSlots:hover, #rdoSegments:hover, #rdoWeeks:hover, #rdoStores:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

#mnuViewTables:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

.jqx-widget-content {
    border: 1px solid #E7E9EA;
    color: #2C2C2C !important;
    background-color: #FFFFFF;
}

div ul.jqx-widget-content.jqx-menu-dropdown.jqx-popup {
    border: 2px solid #D7D9DA !important;
    background-color: #FFFFFF !important;
}

    div ul.jqx-widget-content.jqx-menu-dropdown.jqx-popup:hover {
        border: 2px solid #00AEEF !important;
    }


#locationSelector .ui-widget-content {
    border: 1px solid #E7E9EA !important;
    color: #2C2C2C !important;
}

#panelContentpaneltree-secondary-department {
    border: none !important;
}

#divCurrentComponent {
    position: relative;
    font-weight: 700;
    padding-left: 25px;
    font-size: 16pt;
    color: #FFFFFF;
    cursor: pointer;
    height: unset;
}

#currentComponentNameSpan {
    /*    width: 400px;*/
    display: inline-block;
    font-size: 20px;
}

#communication-notification {
    padding: 5px;
    -moz-border-radius: 10px;
    text-align: left;
    height: calc(100% - 130px);
    overflow-y: scroll;
    max-height: 150px;
}

#discussion-boards-notification,
#discussion-boards-activities-notification {
    max-height: 150px;
    overflow-y: scroll;
    height: calc(100% - 130px);
}

span.dashboardActivity-notification-item {
    display: -webkit-inline-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#store-survey-notification {
    max-height: 150px;
}

#event-postmortem-notification {
    max-height: 150px;
}

#aag-manage-content-dialog.jqx-rc-all.jqx-window.jqx-popup.jqx-widget.jqx-widget-content {
    font-size: 11pt;
    font-weight: 700;
}

#event-post-mortem-history.jqx-rc-all.jqx-window.jqx-popup.jqx-widget.jqx-widget-content {
    font-size: 11pt;
    font-weight: 700;
}

#store-survey-history.jqx-rc-all.jqx-window.jqx-popup.jqx-widget.jqx-widget-content {
    font-size: 11pt;
    font-weight: 700;
}

#view-forms-dialog.jqx-rc-all.jqx-window.jqx-popup.jqx-widget.jqx-widget-content {
    font-size: 11pt;
    font-weight: 700;
}

.statistic-bubble {
    background-color: #FFFFFF;
    border-radius: 30.5px;
    height: 65px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #2C2C2C;
    border: 1px solid #068ACA;
}

    .statistic-bubble:hover {
        background-color: #003F54;
        color: #FFFFFF;
        border: 1px solid #003F54;
    }

    .statistic-bubble label {
        margin: 0 10px 0 0;
        flex-grow: 1;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .statistic-bubble label {
        margin: 0 10px 0 0;
        width: 250px;
    }
}

.statistic-bubble h1 {
    margin: 0 10px;
}

.statistic-bubble .right-text-wrapper {
    display: table-cell;
    width: 80%;
    float: left;
    margin: auto 10px;
    text-align: left;
    vertical-align: middle;
    display: table;
    height: 100%;
}

.header-wrapper {
    height: 100px;
    background-color: #FFFFFF !important;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-section-wrapper {
    width: 33%;
    height: 100%;
}

.main-view-wrapper {
    display: flex;
    height: 100%;
    background-color: #FBFBFB;
}

.content-wrapper {
    width: calc(100% - 68px);
    /*    width: 95%;*/
    height: 100%;
}

#divLocationAndLogout {
    height: 56px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 24px;
}

    #divLocationAndLogout > * {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

#divLocationAndLogout > #locationIcon {
    display: none;
}

#navSideBar {
    width: 68px;
    text-align: center;
    /*    margin-right: 5px;*/
    background-color: #FBFBFB;
    border-right: 1px solid #EBECEF;
    /*    height: 100%;*/
    display: block;
    padding-top: 8px;
    z-index: 1000;
    min-width: 60px;
    overflow: hidden;
    position: fixed;
    height: 100vh;
}

/* Styles for screens less than 1024px */
@media (max-width: 1024px) {
    #navSideBar,
    .navSideBarPlaceholder,
    [id^="mnuComponent"]:hover .img-container-hover {
        width: 60px !important;
    }

    #topMenu,
    .content-wrapper {
        width: calc(100% - 60px);
    }

    [id^="mnuComponent"],
    [id^="mSidebarItem"] {
        height: 44px;
    }

    .main-menu-img-active {
        padding: 12px !important;
    }

    #currentComponentNameSpan {
        /*    width: 400px;*/
        display: inline-block;
        font-size: 16px;
    }

    [id$="-menu-wrapper"] .jqx-menu li {
        padding: 8px 8px;
        font-size: 11px;
    }
}

.navSideBarPlaceholder {
    width: 68px;
    min-width: 60px;
}

.nav-component-name {
    vertical-align: super;
    font-weight: 600;
    padding: 0 !important;
    font-size:15px;
}

.nav-component-name-left {
}

.nav-component-wrapper {
}

.nav-component-notification-wrapper {
    position: fixed;
    padding: 0;
    left: 20vw
}

.nav-component-wrapper-margin-top {
}

.nav-component-wrapper-height {
}

.nav-sidebar-component-wrapper {
}

.nav-sidebar-component-wrapper-margin-top {
}

.nav-sidebar-component-wrapper-height {
    /*    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;*/
}

.red-dot-notification {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FD3424;
    border: 1px solid #FD3424;
    display: none;
    vertical-align: top;
    position: absolute;
    transform: translate(90%, -100%);
}

.red-dot-notification-hover {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FD3424;
    border: 1px solid #FFFFFF;
    display: none;
    vertical-align: top;
}

.red-dot-visible {
    display: block;
}

.font-red-bold {
    color: #FF0000;
    font-weight: 700;
    vertical-align: super;
}

#discussionBoardIcon {
    bottom: 0;
    right: 0;
    position: fixed;
    height: 23px;
    padding-right: 10px;
}

.notification-item {
    color: #0177BC;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.dashboardActivity-notification-item {
    color: #0177BC;
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    text-decoration: underline;
    cursor: pointer;
    max-width: 250px;
    overflow: hidden;
    white-space: normal;
    display: inline-block;
}

[id^="notification-accordion"] {
    display: block;
    position: fixed;
    background-color: #FFFFFF;
    width: 300px;
    cursor: pointer;
    /*left: 20vw !important;*/
}

.display-inline {
    display: flex;
    align-items: center;
    width: 100%;
}

#publishedDocumentCount {
    padding-left: 10px;
    color: #0177BC;
}

.communication-notification-line {
    border-top: 1px solid #E7E9EA;
    margin: 5px;
}

.font-color-square {
    width: 17px;
    height: 17px;
    display: inline-block;
    /*margin-top: 3px;*/
    border: 1px solid #E7E9EA;
}

.font-color-wrapper {
    height: 25px;
    width: 100%;
    display: inline-flex;
}

.font-color-block {
    width: 25px;
    height: 25px;
    padding: 3px;
    display: inline-block;
}

.font-color-name {
    float: left;
    width: calc(100% - 30px);
    overflow: hidden;
}

[id^="notification-accordion"] .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-accordion .ui-accordion-header {
    border: 2px solid #E7E9EA;
    border-radius: 0;
}

.landing-active-tab {
    color: #0177BC !important;
    font-weight: 700;
    border-bottom: 3px solid #0177BC !important;
}

textarea {
    resize: none;
}

.search-input {
    width: calc(100% - 40px);
    height: 24px;
    z-index: 200001;
    padding: 5px;
    border: none;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    float: left;
    border: none !important;
    background-color: #F7F9FA !important;
    -webkit-box-shadow: 0 0 0px 1000px #F7F9FA inset !important;
}

.search-button-wrapper {
    position: relative;
    width: 21px;
    height: 20px;
    border: none;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    float: right;
    margin-right: 5px;
    padding: 0;
    background-color: transparent;
}

.search-button {
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    border-width: 0px;
    width: 21px;
    height: 24px;
    vertical-align: middle;
    background-color: transparent;
}

.search-box-complete-wrap {
    display: inline-block;
    border: 2px solid #E7E9EA;
    background-color: #F7F9FA;
    border-radius: 5px;
    margin-top: 5px;
}

    .search-box-complete-wrap:hover {
        border: 2px solid #005894;
    }

.inputBox-table {
    border-radius: 4px;
    background-color: #F7F9FA;
    border: 2px solid #E7E9EA;
    letter-spacing: 0;
    height: 35px;
}

    .inputBox-table:hover {
        border: 2px solid #005894;
        color: #57595A;
    }

    .inputBox-table:active {
        border: 2px solid #0177BC;
        color: #000000;
    }

    .inputBox-table:focus {
        background-color: #FFFFFF;
        border: 2px solid #E7E9EA;
        color: #000000;
    }


/*.progress-bar-outline {
    background-color: #F0F2F3;
    border-radius: 20px;
    border:none;
    overflow:hidden;
}

.progress-bar-fill {
    background-color: #0177BC;
}

.progress-bar-text {
    position: absolute;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
}*/
.progress-bar-outline {
    background-color: #F0F2F3;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    display: grid;
}

.progress-bar-fill {
    background-color: #0177BC;
    grid-column: 1;
    grid-row: 1
}

.progress-bar-text {
    grid-column: 1;
    grid-row: 1;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

input[type="checkbox"] {
    border: 2px solid #D7D9DA;
}

    input[type="checkbox"]:hover {
        background: #F7F9FA;
        border: 2px solid #D7D9DA;
    }

    input[type="checkbox"]:checked {
        border: 2px solid #0177BC;
    }

/*select option:checked,
select option:hover {
    box-shadow: 0 0 10px 100px #0177BC inset;
}

select:focus > option:checked {
    border-color: #0177BC !important;
}

select:focus > option:hover {
    background-color: #0177BC !important;
    color:white;
}*/
option:hover {
    background-color: #0177BC;
    color: white;
}

input[type="radio"] {
    border: 2px solid #D7D9DA;
}

    input[type="radio"]:hover {
        background: #F7F9FA;
        border: 2px solid #D7D9DA;
    }

    input[type="radio"]:checked {
        border: 2px solid #0177BC;
    }

input[type="text"] {
    background: #FFFFFF;
    /* Tertiary #E7E9EA */
    border: 2px solid #E7E9EA;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
    /*    -webkit-box-shadow: 0 0 0px 1000px #F7F9FA inset !important;
*/
}

    input[type="text"]:hover {
        border: 2px solid #005894;
    }

    input[type="text"]:focus {
        border: 2px solid #0177BC
    }

.LoginInput {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    border-right: none !important;
    height: 40px !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: 3px solid #E7E9EA !important;
    border-radius: 0px !important;
    margin-left: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    outline: none !important;
    flex: 1;
}

.LoginWrapper:hover {
    border-left: 3px solid #005894 !important;
}

    .LoginWrapper:hover .loginIcon {
        background: url(../images/Profileblue.png) no-repeat;
    }

    .LoginWrapper:hover .loginPassIcon {
        background: url(../images/lockblue.png) no-repeat;
    }

    .LoginWrapper:hover .LoginInput {
        border-left: 3px solid #005894 !important;
    }

.loginIcon {
    width: 25px !important;
    height: 25px !important;
    background: url(../images/Profilegrey.png) no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 13px;
}

    .loginIcon:hover {
        background: url(../images/Profileblue.png) no-repeat;
    }

.loginEyeIcon {
    width: 40px !important;
    height: 40px !important;
    background: url(../images/Passwordvisibility.png) no-repeat;
    float: right;
    margin-left: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.loginPassIcon {
    width: 25px !important;
    height: 25px !important;
    background: url(../images/lockgrey.png) no-repeat;
    float: left;
    margin-top: 12px;
    margin-left: 13px;
}

    .loginPassIcon:hover {
        background: url(../images/lockblue.png) no-repeat;
    }

.LoginWrapper {
    display: flex;
    background-color: white;
    border: 2px solid #E7E9EA;
    border-radius: 3px;
}

    .LoginWrapper:hover {
        border: 2px solid #005894;
    }

#login-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-wrapper {
    border: 1px solid #D7D8DA;
    border-radius: 5px;
    margin: 5px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
}

.active-side-bar {
    background-color: #F2F3F6;
    border-radius: 10%;
}

.main-menu-img.active-side-bar + .main-menu-img-active {
    display: block;
}

.main-menu-img.active-side-bar {
    display: none;
}

.main-menu-img-active {
    width: 20px;
    height: 20px;
    padding: 16px;
    display: none;
}
/*select {
    background: white;
    color:black;
    border-color: #0177bc;
    border-radius:4px;
}

option {
    background:white;
}
    option:hover {
        background: #0177bc;
        color: white;
    }*/
/*JQX THEMES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.drag-drop-container {
    width: 270px;
    border: 2px solid #939596;
    border-radius: 5px;
    border-style: dashed;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.drop-no-file {
}

.drop-files-list {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-self: start;
}

.drop-file-row {
    display: flex;
    padding: 2px 4px;
    justify-content: space-between;
    border-bottom: 1px solid #949697;
    gap: 5px;
}

    .drop-file-row label {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .drop-file-row img {
        height: 22px;
        cursor: pointer;
    }

.drop-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ui-datepicker-prev span {
    background-image: url(../images/Arrow_Left.png) !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url(../images/Arrow_Right.png) !important;
    background-position: 0px 0px !important;
}

/*AAG header make make visible*/
#columntableaag-manage-content-table {
    visibility: visible !important;
}

/*.ui-datepicker-calendar td {
    border:none !important;
}*/
.carousel-wrapper {
    width: 80%;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
}

.carousel-member {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
}

.carousel-name {
    /*    display: inline;
    font-size: 25px;
    font-weight: bold;*/
    display: -webkit-inline-box;
    font-size: 16px;
    font-weight: bold;
    vertical-align: -webkit-baseline-middle;
}

.carousel-name-wrapper {
    align-self: flex-end;
    margin-top: auto;
    width: 100%;
    height: 35px;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: anywhere;
}

.carouselselected {
    border: 2px solid #0177BC;
}

.carouselnonselected {
    border: 2px solid #E7E9EA;
}

.carousel-memeber-image-wrap {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .carousel-memeber-image-wrap img {
        flex-shrink: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.carousel-fullwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-arrow {
    width: 22px;
    margin: 20px;
}

.confirm-box {
    /*height: 91px;*/
    display: flex;
    padding: 0 10px 0 0;
    grid-template-columns: 1fr 4fr 20fr 7fr 7fr 4fr;
}

    .confirm-box::-webkit-scrollbar {
        width: 16px !important;
    }

    .confirm-box::-webkit-scrollbar-track {
        background: transparent;
    }

    .confirm-box::-webkit-scrollbar-thumb {
        background-color: rgba(155, 155, 155, 0.5);
        border-radius: 20px;
        border: transparent;
    }

.confirm-box-OK {
    width: 728px;
    height: 91px;
    display: grid;
    grid-template-columns: 1fr 4fr 20fr 7fr 4fr;
}

.confim-box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-box-close {
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.message-box-bar {
    width: 3px;
    background-color: orange;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.message-box {
    /*height: 91px;*/
    display: flex;
    grid-template-columns: 1fr 4fr 20fr 7fr 4fr;
    padding: 0 10px 0 0;
}

.confirm-box-bar {
    width: 3px;
    background-color: orange;
    margin-left: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.confirm-box-text-area {
    /*height: 91px;*/
    overflow: auto;
    flex: 1;
}

    .confirm-box-text-area ::-webkit-scrollbar {
        width: 3px !important;
    }

    .confirm-box-text-area ::-webkit-scrollbar-track {
        background: transparent;
    }

    .confirm-box-text-area ::-webkit-scrollbar-thumb {
        background-color: rgba(155, 155, 155, 0.5);
        border-radius: 20px;
        border: transparent;
    }

.confirm-box-text {
    overflow-y: scroll;
    overflow-x: auto;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 5px;
}

.confirm-box-header {
    padding: 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.confirm-box-yes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-box-no {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ConfirmBox {
    /*min-height: 91px !important;*/
    overflow: hidden !important;
}

#MessageBox {
    /*min-height: 91px !important;*/
    overflow: hidden !important;
}

#YesNoCancelBox {
    /*min-height: 91px !important;*/
    overflow: hidden !important;
}

#OKCancelBox {
    /*min-height: 91px !important;*/
    overflow: hidden !important;
}

.pointer {
    cursor: pointer;
}

.color-picker-cell {
    height: 32px;
    width: 32px;
}

.color-picker-text {
    width: 110px;
    height: 46px;
    padding: 4px 12px;
}

.double-grid-div {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

[id$="-menu-wrapper"] .jqx-menu li {
    /*    max-width: 150px;*/
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.jqx-menu li {
    /*    max-width: 150px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.delete-button {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.employee-name-centered-wrapped {
    overflow: hidden;
    word-wrap: normal;
    align-items: center;
    display: flex;
    white-space: normal;
    line-height: 16.5px;
    height: 33px;
}

.employee-name-max-height {
    max-height: 33px;
}

.item-list {
    min-width: 240px;
    max-width: 100% !important;
    padding: 10px;
}

.item {
    margin-bottom: 16px; /* Increase margin-bottom to create more space between rows */
}

/* Hide away navigation when loading single component  */
body.hide-nav-sidebar #navSideBar {
    width: 0px !important;
}

body.hide-nav-sidebar .content-wrapper {
    width: 100% !important;
}

body.hide-nav-sidebar #topMenu {
    visibility: hidden !important;
    height: 0px !important;
}

body.hide-nav-sidebar #content {
    height: calc(100% - 29px) !important;
}

/* Adjust positions when #topMenu is hidden for discussionboard */
body.hide-nav-sidebar #discussion-board-member-count {
    top: 15px !important; /* Reduced by 30px */
}

body.hide-nav-sidebar #edit-discussionboard,
body.hide-nav-sidebar #edit-multi-discussionboard {
    top: 30px !important; /* Reduced by 30px */
}

body.hide-nav-sidebar #discussion-board-members {
    top: 30px !important; /* Reduced by 30px */
}

body.hide-nav-sidebar #edit-discussionboard-icon {
    top: 30px !important; /* Reduced by 30px */
}

body.hide-nav-sidebar #edit-multiple-discussionboard-icon {
    top: 30px !important; /* Reduced by 30px */
}

/* Hide the edit icons when DefaultComponent is present */
/*body.hide-nav-sidebar #discussion-board-add-new,
body.hide-nav-sidebar #edit-discussionboard,
body.hide-nav-sidebar #edit-multi-discussionboard {
    display: none !important;
}*/

.checkbox-container {
    min-width: 240px;
    max-width: 100% !important;
}

    .checkbox-container label {
        display: inline-block;
        white-space: initial;
        max-width: 100% !important;
        margin-left: 15px; /* Increase margin-left for additional spacing */
        margin-bottom: 8px; /* Increase margin-bottom to create more space between checkbox and label */
        font-size: 14px; /* Increase font size for bigger labels */
    }

    .checkbox-container .jqx-checkbox {
        width: 20px; /* Increase width to make checkboxes appear bigger */
        height: 20px; /* Increase height to make checkboxes appear bigger */
    }

#slide-out-panel {
    margin-top: 56px;
}

#slide-out-panel-content {
    height: calc(100% - 55px);
    overflow-x: hidden; /* Hide horizontal overflow */
    overflow-y: hidden; /* Hide vertical scrolling */
}

#slide-out-panel-responsive {
    margin-top: 56px;
    border-radius: 12px 0 0 12px;
}

#slide-out-panel-header-responsive {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    border-color: #EBECEF;
    height: 72px;
}

    #slide-out-panel-header-responsive div {
        margin-left: 24px;
        overflow: hidden;
        text-align: left;
        white-space: nowrap;
        color: #2B2F49;
        font-size: 15px;
        font-family: 'Inter', sans-serif, Tahoma !important;
        font-weight: 600;
    }

#slide-out-panel-content-responsive {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

[id$="-menu-wrapper"] .jqx-menu-ul {
    font-family: 'Inter', sans-serif, Tahoma !important;
    display: flex;
    margin: 0px;
    padding: 2px;
    overflow: hidden;
    background-color: transparent;
    border: none;
    white-space: nowrap;
}

.mgmt-pop-up-icons {
    cursor: pointer;
}

#mgmt-icons-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-right: 24px;
}

#slide-out-panel-responsive.slide-out {
    transform: translateX(100%);
    opacity: 0;
}

@media (max-width: 1253px) {
    #divLocationAndLogout > #locationUp,
    #divLocationAndLogout > #locationSelect,
    #divLocationAndLogout > #locationDown {
        display: none;
    }

    #divLocationAndLogout > #locationIcon {
        display: inline-block !important;
    }
}

@media (max-width: 1081px)
{
    #currentComponentNameSpan {
    font-size: 16px;
    }

    [id$="-menu-wrapper"] .jqx-menu li {
        padding: 8px 8px;
        font-size: 11px;
    }
}

@media (max-width: 1365px) {
    [id$="-menu-wrapper"] .jqx-menu li {
        padding: 8px 8px;
    }
}
