﻿html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    font-family: Calibri, Helvetica, Tahoma !important;
    font-size: 11pt;
    background-color: #FFFFFF;
    color: #2C2C2C;
    -webkit-font-smoothing: antialiased;
}

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 {
    height: calc(100% + 2px);
    width: 220px;
    position: absolute;
    top: -17px;
    left: -29px;
    z-index: 10000;
    background-color: #FFFFFF;
    border-right: 1px solid #E7E9EA;
    list-style-type: none;
    display: none;
    padding-top: 0;
    padding-left: 37px !important;
}

/*.nav-component-wrapper:first-of-type {
    margin-top: 9px;
}

#main_components_menu > li:nth-child(2) {
    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%;
    margin: 0px;
    padding: 0px;
    min-width: 700px;
}

#root {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#topMenu {
    height: 35px;
    width: 100%;
    background-color: #068ACA;
    white-space: nowrap;
    margin-left: -5px;
}

#content {
    display: inline-block;
    width: 100%;
    height: calc(100% - 64px);
}

#infoBar {
    width: 100%;
    height: 25px;
}

#weatherInfo {
    float: right;
    height: 25px;
    position: fixed;
    bottom: 0;
    right: 0;
    padding-right: 40px;
}

#weatherInfoText {
    width: 100%;
    height: 25px;
    margin-right: 40px;
}

#weatherInfoImage {
    width: 25%;
    height: 25px;
    background-color: #EAF9FE;
}

#logout {
    height: 27px;
    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: 27px;
    border-width: 0px;
    background-color: white;
    margin: 4px 0px 4px 4px;
    padding: 0px;
    width: 30px;
    background-image: url('../../app/images/arrowUp.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

#locationSelect {
    color: #2C2C2C;
    text-align: center;
    line-height: 27px;
    height: 27px;
    border-width: 0px;
    padding: 0px 3px 0px 3px;
    background-color: white;
    margin: 4px 1px 4px 1px;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    float: left;
}

#locationDown {
    height: 27px;
    border-width: 0px;
    background-color: white;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 30px;
    background-image: url('../../app/images/arrowDown.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.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;
}

.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;
}

#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 {
    display: none;
    width: calc(25% - 5px);
    height: calc(100% - 64px);
    float: right;
    background-color: #f6f6f7;
    z-index: 2000000;
    position: relative;
    margin-right: 5px;
}

#help-article-list {
    overflow-y: scroll;
    height: calc(100% - 90px);
    width: 100%;
    padding-top: 10px;
}

    #help-article-list div {
        margin: 5px 10px;
        padding: 10px;
        background-color: #F0F0F0;
        cursor: pointer;
    }

        #help-article-list div:hover {
            background-color: #dadadf;
        }

#help-button {
    height: 25px;
    width: 25px;
    margin: 5px 4px 4px 10px;
    padding: 0px;
    float: left;
    cursor: pointer;
}

#help-article-header-label {
    display: inline-block;
    width: calc(100% - 90px);
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: right;
    overflow: hidden;
}

#help-article-header {
    height: 35px;
    background-color: #939596;
    color: #000000;
}

.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 {
    padding: 0px 10px;
    height: calc(100% - 90px);
    width: 100%;
    overflow-y: scroll;
}

    #help-article-body li {
        margin-bottom: 5px;
    }

    #help-article-body p {
        line-height: 1.4em;
    }

#help-article-content {
    height: 100%;
    background-color: #F7F7F8;
}

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;
}

.help-collapse {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.help-article-subtitle {
    margin: 10px 0;
    padding: 10px;
    background-color: #F0F0F0;
}

.help-article-body-content {
    margin: 5px 0;
    padding: 10px;
    background-color: #f3f3f4;
}

.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: 24px;
    height: 24px;
    padding-left: 5px;
}

.main-menu-img-hover {
    width: 0;
    height: 24px;
    margin-left: 10px;
}

.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;
}

[id^="mnuComponent"] {
    cursor: pointer;
    height: 39px;
    padding-top: 5px;
}

    [id^="mnuComponent"]:hover {
        background-color: #003F54;
        color: #FFFFFF;
        border: none;
    }

        [id^="mnuComponent"]:hover img.main-menu-img {
            background-color: #003F54;
            color: #FFFFFF;
            width: 0;
            border: none;
        }

        [id^="mnuComponent"]:hover img.main-menu-img-hover {
            background-color: #003F54;
            color: #FFFFFF;
            width: 24px;
            border: none;
        }

    [id^="mnuComponent"] div[id^="redDot"] {
        width: 10px;
        height: 10px;
    }

    [id^="mnuComponent"] div[id^="whiteDot"] {
        width: 0;
        height: 0;
        border: none;
    }

    [id^="mnuComponent"]:hover div[id^="redDot"] {
        width: 0;
        height: 0;
        border: none;
    }

    [id^="mnuComponent"]:hover div[id^="whiteDot"] {
        width: 10px;
        height: 10px;
        border: 1px solid #FFFFFF;
    }

[id^="mSidebarItem"] {
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
    height: 44px;
    padding: 8px 0;
}

    [id^="mSidebarItem"]:hover {
        background-color: #003F54;
        color: #FFFFFF;
        border: none;
    }

        [id^="mSidebarItem"]:hover img.main-menu-img {
            background-color: #003F54;
            color: #FFFFFF;
            width: 0;
            border: none;
        }

        [id^="mSidebarItem"]:hover img.main-menu-img-hover {
            background-color: #003F54;
            color: #FFFFFF;
            width: 24px;
            border: none;
        }

[id^="mnu"].jqx-fill-state-pressed {
    background-color: #003F54 !important;
    border: 1px solid #003F54 !important;
    color: #FFFFFF !important;
}

[id^="mnu"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
}

[id^="ug"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="predefinedLoad"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="TimePeriod"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="usrGrp"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="predefinedLoad"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="predefinedDelete"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="leaderboardLoad"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="leaderboardDelete"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="loadug"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[id^="saveug"]:hover {
    background-color: #003F54;
    color: #FFFFFF;
    border: 1px solid #003F54;
}

[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;
    margin-top: 2.5px;
    font-weight: 700;
    left: 25px;
    font-size: 16pt;
    color: #FFFFFF;
    cursor: pointer;
    height: unset;
}

#currentComponentNameSpan {
}

#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%;
}

.content-wrapper {
    width: calc(100% - 50px);
}

#divLocationAndLogout {
    height: 100%;
    float: right;
    white-space: nowrap;
    display: inline-block;
}

#navSideBar {
    width: 45px;
    text-align: center;
    margin-right: 5px;
    background-color: #FFFFFF;
    border-right: 1px solid #E7E9EA;
    height: 100%;
    overflow-y: hidden;
}

.nav-component-name {
    vertical-align: super;
}

.nav-component-name-left {
    margin-left: 12px;
}

.nav-component-wrapper {
}

.nav-component-wrapper-margin-top {
    margin-top: 8px;
}

.nav-component-wrapper-height {
    height: 39px;
}

.nav-sidebar-component-wrapper {
}

.nav-sidebar-component-wrapper-margin-top {
    margin-top: 8px;
}

.nav-sidebar-component-wrapper-height {
    height: 44px;
}

.red-dot-notification {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FD3424;
    border: 1px solid #FD3424;
    display: none;
    vertical-align: top;
}

.red-dot-notification-hover {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FD3424;
    border: 1px solid #FFFFFF;
    display: none;
    vertical-align: top;
}

.red-dot-visible {
    display: inline-block;
    margin-left: -10px;
}

.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: absolute;
    background-color: #FFFFFF;
    width: 300px;
    cursor: pointer;
}

.display-inline {
    display: inline;
    margin-right: 15px;
}

#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;
    margin-bottom: -2px;
}

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 {
    /*    border-left: solid 2px #068ACA;*/
    box-shadow: -2px 0 0 0 #068ACA;
}

/*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: 22%;
}

.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;
}

.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 */
}

.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-content {
    height: calc(100% - 55px);
    overflow-x: hidden; /* Hide horizontal overflow */
    overflow-y: scroll; /* Enable vertical scrolling */
}
