@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow: hidden; 
}

article.content {
    font-size: 13px;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #084298;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.content {
    /*padding-top: 0.1rem;*/
    padding-left: 0.1rem !important;
    overflow: auto;
    height: 92vh;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* --- */

.c-entity-titlebar {
    background-color: lightblue;
    margin-bottom: 15px;
    padding: 10px 5px;
    border-radius: 5px;
}

.c-section-title {
    cursor: pointer;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

fieldset.c-fieldset-default.p-3 {
    padding: 0 15px 15px 15px !important;
}

fieldset.c-fieldset-default legend {
    font-size: 16px;
    margin-bottom: 0;
}

.c-sfbutton-default {
    width: 100px;
}

.c-current-employee-documents-alert,
.c-current-employee-add-profile-picture-alert {
    margin: 15px 0 0 0;
}


/* --- */

.c-loader-container {
    position: fixed;
    background-color: rgb(211 211 211 / 70%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
}

.c-loader {
    border: 6px solid #adbfd3;
    border-top: 6px solid #2a8fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    position: fixed;
}
.spinnerContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, 0.075);
    backdrop-filter: blur(4px);
}

    .spinnerContainer .box {
        width: 300px;
        height: 300px;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -150px;
        position: fixed;
        color: grey;
        display: inline-block;
        -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
        background-repeat: no-repeat;
        animation: shimmer 2.0s infinite;
        border-radius: 5px 5px 5px 5px;
    }

        .spinnerContainer .box .spinner {
            position: relative;
            left: 0px;
            top: 0px;
            height: 0px !important;
        }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left
    }
}

/* --- */

.c-sidebar-sections {
    width: 200px;
    vertical-align: top;
    border-left: 1px solid #e7e7e7;
}

    .c-sidebar-sections > div {
        margin-left: 15px;
    }

    .c-sidebar-sections .c-sidebar-sections-title {
        margin-bottom: 15px;
        font-weight: bold;
    }

    .c-sidebar-sections ul {
        margin: 0;
        padding: 0;
    }

        .c-sidebar-sections ul li:not([DISABLED]) {
            list-style: none;
            cursor: pointer;
            margin-bottom: 10px;
        }

        .c-sidebar-sections ul li:is([DISABLED]) {
            list-style: none;
            margin-bottom: 10px;
            color: #737373;
        }

        .c-sidebar-sections ul li:not([DISABLED]):hover {
            color: #0073dc;
        }

/* --- */

.c-sfnumerictextbox-small {
    width: 100px !important;
}

.c-sftextbox-default,
.c-sfdropdownlist-default,
.c-sfnumerictextbox-default,
.e-date-wrapper.c-sfdatepicker-default,
.c-sfmaskedtextbox-default,
.c-sfdaterangepicker-default {
    width: 200px !important;
}

.c-sftextbox-medium,
.c-sfdropdownlist-medium,
.c-sfnumerictextbox-medium,
.c-sfdatepicker-medium,
.c-sfdaterangepicker-medium {
    width: 250px !important;
}

.c-sftextbox-wide,
.c-sfdropdownlist-wide,
.c-sfnumerictextbox-wide,
.c-sfdatepicker-wide,
.c-sfdaterangepicker-wide {
    width: 300px !important;
}

.c-sftextbox-full {
    width: 100% !important;
    height: 150px;
}

.c-table-lookup td {
    vertical-align: bottom !important;
}

.c-btn-lookup {
    width: 30px;
    /*Alireza,the double border issue was fixed*/
    height: 31px;
    margin: 0px 5px 1px -33px;
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    color: black;
    border-top: 1px solid #ced4da;
    border-bottom: 0px;
    border-left: 1px solid #ced4da;
    border-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .c-btn-lookup span {
        display: block;
    }

.c-btn-lookup-custom {
    width: 75px;
    height: 30px;
margin: 0px 5px 1px -110px;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    color: black;
    border-left: 1px solid #ced4da;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    text-decoration:underline;
}

.c-label-lookup {
    line-height: 30px;
    margin: 0 0 1px 0;
    color: green;
    max-width: 500px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

.c-td-checkbox-employee-can-authorize-themselves .e-checkbox-wrapper {
    margin: 10px 0 0 0;
}

.c-td-pay-calculations-title {
    vertical-align: bottom;
    text-align: right;
}

    .c-td-pay-calculations-title label {
        line-height: 30px;
        margin: 0 0 1px 0;
    }

.c-td-pay-calculations-value {
    vertical-align: bottom;
}

    .c-td-pay-calculations-value label {
        line-height: 30px;
        margin: 0 0 1px 0;
        color: green;
    }

.c-table-work-schedule .c-div-box-work-schedule {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.c-table-work-schedule td {
    vertical-align: top;
}

.c-tr-rate-of-pay {
}

    .c-tr-rate-of-pay > td {
        padding: 5px;
        vertical-align: top;
    }

.c-menu-item {
    border-style: solid;
    border-color: #505050;
    border-width: 5px;
    border-radius: 1.5em;
    margin-left: 10px;
    margin-bottom: 25px;
    padding: 5px 5px 0px 5px;
    min-width: 150px;
    text-align: center;
    cursor: pointer;
}

    .c-menu-item:hover {
        border-color: #737373;
        color: white;
        background-color: #353538;
    }

.c-menu-item-icon span {
    font-size: 45px;
}

.c-menu-item-text {
    font-weight: bold;
    margin: 10px 0;
}

.c-entity-search-find-bar {
    margin-bottom: 30px;
}

    .c-entity-search-find-bar td {
        vertical-align: bottom;
    }

.c-div-rank-user-color {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid gray;
}

.c-tr-rank > td {
    vertical-align: top;
}

/*---*/

.c-table-dual-list-box-included-items {
    width: 100%;
}

.c-tr-dual-list-box-included-items {
}

    .c-tr-dual-list-box-included-items > td:first-child {
        width: 54%;
    }

    .c-tr-dual-list-box-included-items > td {
        vertical-align: top;
        padding: 0;
    }

    .c-tr-dual-list-box-included-items .e-listbox-container.e-listboxtool-container .e-list-wrap {
        width: 100% !important;
    }

    .c-tr-dual-list-box-included-items .e-listbox-container.e-listboxtool-container .e-list-wrap,
    .c-tr-dual-list-box-included-items .e-listbox-container .e-list-wrap {
        height: inherit !important;
        max-height: 190px !important;
        overflow: auto;
    }

    .c-tr-dual-list-box-included-items .e-listbox-tool {
        width: 64px;
        margin-left: 15px !important;
        margin-right: 15px;
        overflow: hidden;
    }

.c-table-dual-list-box-included-items-disabled {
}

    .c-table-dual-list-box-included-items-disabled .c-tr-dual-list-box-included-items .e-listbox-tool .e-btn {
        display: none;
    }

    .c-table-dual-list-box-included-items-disabled .e-list-wrap {
        background: #e9ecef;
        color: #343a40;
    }

.c-tr-dual-list-box-included-items .e-list-item {
    height: initial !important;
}

.c-tr-dual-list-box-included-items.c-dual-list-box-compact .e-listbox-tool {
    margin-left: 5px;
    margin-right: 5px;
}

.c-tr-dual-list-box-included-items.c-dual-list-box-compact .e-listbox-tool {
    margin-left: 5px !important;
    margin-right: 5px;
    padding: 6px !important;
}

.c-field-has-error .e-control-wrapper,
.c-field-has-error .e-listbox-container {
    border-color: red !important;
}

.c-field-has-error-message {
    display: none;
}

.c-field-has-error .c-field-has-error-message {
    display: block;
    color: red;
    font-size: 13px;
    margin-left: 2px;
}

.e-numeric.e-control-wrapper .e-input-group-icon.e-spin-down,
.e-numeric.e-control-wrapper .e-input-group-icon.e-spin-up {
    background: white;
    z-index: 999;
}

.c-sfcolorpicker-readonly {
    position: relative;
}

    .c-sfcolorpicker-readonly::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 999;
    }

    .c-sfcolorpicker-readonly .e-split-btn.e-btn {
        border-radius: 4px;
    }

    .c-sfcolorpicker-readonly .e-dropdown-btn.e-btn.e-icon-btn {
        display: none;
    }

/*---*/



    .c-save-alert {
        max-height: 150px;
        overflow: auto;
    }

.c-section-has-error {
    color: red;
    border-bottom: 1px solid red;
}

.c-sidebar-section-title-has-error {
    color: red;
}

.c-div-page-with-sections-action-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
}

.e-footer-content .e-btn.e-flat.c-dialogbutton-clear:not([DISABLED]) {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

    .e-footer-content .e-btn.e-flat.c-dialogbutton-clear:not([DISABLED]):hover {
        background: #bb2d3b;
        border-color: #b02a37;
        box-shadow: none;
        color: #fff;
    }

    .e-footer-content .e-btn.e-flat.c-dialogbutton-clear:not([DISABLED]):focus {
        background: #bb2d3b;
        border-color: #dc3545;
        color: #fff;
        box-shadow: 0 0 0 4px rgba(225,83,97,.5);
    }

.c-color-box {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid lightgray;
}

.c-green-value {
    color: green;
}

/*---*/

.c-table-schedule-days tr th {
    text-align: center;
}

.c-table-schedule-days tr th,
.c-table-schedule-days tr td {
    border: 1px solid #b3b3b3;
    padding: 4px;
    width: 110px;
}

.c-tr-schedule-days-symbol-code {
    background-color: #800000;
    color: white;
}

    .c-tr-schedule-days-symbol-code input {
        color: white !important;
    }

    .c-tr-schedule-days-symbol-code .c-td-first-schedule-days-symbol-code {
        border-top: none;
        border-bottom: none;
        border-right: none;
        background-color: white;
    }

.c-tr-schedule-days-work-post-code {
    background-color: #408080;
    color: white;
}

    .c-tr-schedule-days-work-post-code input {
        color: white !important;
    }

    .c-tr-schedule-days-work-post-code .c-td-first-schedule-days-work-post-code {
        border-top: none;
        border-bottom: none;
        border-right: none;
        background-color: white;
    }

.c-tr-schedule-days-time-code {
    background-color: #C0C0C0;
}

    .c-tr-schedule-days-time-code .c-td-first-schedule-days-time-code {
        border-top: none;
        border-bottom: none;
        border-right: none;
        background-color: white;
    }

.c-tr-schedule-days-processing-code .c-td-first-schedule-days-processing-code {
    border-top: none;
    border-right: none;
    background-color: white;
}

.c-table-schedule-days .c-td-ancillary {
    border-bottom: none;
    background-color: white;
}

.c-td-symbol-code-color-box,
.c-td-work-post-code-color-box,
.c-td-time-code-color-box,
.c-td-processing-code-color-box {
    width: 35px;
    vertical-align: bottom;
}

    .c-td-symbol-code-color-box div,
    .c-td-work-post-code-color-box div,
    .c-td-time-code-color-box div,
    .c-td-processing-code-color-box div {
        width: 32px;
        height: 32px;
        border-radius: 4px;
        border: 1px solid lightgray;
        margin: 1px;
    }

    .c-td-symbol-code-color-box div {
        background-color: #800000;
    }

    .c-td-work-post-code-color-box div {
        background-color: #408080;
    }

    .c-td-time-code-color-box div {
        background-color: #C0C0C0;
    }

    .c-td-processing-code-color-box div {
        background-color: white;
    }


.c-table-schedule-days tr td .c-sftextbox-schedule-day,
.c-table-schedule-days tr td .c-sftextbox-schedule-day input {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

    .c-table-schedule-days tr td .c-sftextbox-schedule-day input {
        padding: 0 !important;
        width: 100% !important;
        height: 26px !important;
        outline: none !important;
        text-transform: uppercase;
    }

.c-table-schedule-days tr td input:focus,
.c-table-schedule-days tr td input:focus-visible {
    font-weight: bold !important;
}


.c-table-schedule-days .c-tr-schedule-days-day td {
    border-top: 2px solid black;
}

    .c-table-schedule-days .c-tr-schedule-days-day td:not(.c-td-day-title),
    .c-table-schedule-days .c-td-ancillary {
        text-align: center;
        color: blue;
        cursor: pointer;
    }

        .c-table-schedule-days .c-tr-schedule-days-day td:not(.c-td-day-title):hover,
        .c-table-schedule-days .c-td-ancillary:hover {
            font-weight: bold;
        }

.c-tr-schedule-days-day .c-td-week {
    border-bottom: none;
}


.c-simple-list > div {
    background-color: #ffefbf;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .c-simple-list > div:first-child {
        margin-top: 20px;
    }

    .c-simple-list > div:last-child {
        margin-bottom: 20px;
    }


/*---*/

.c-SfCheckBox-as-checkmark.e-checkbox-wrapper .e-frame {
    height: 24px;
    width: 24px;
    padding: 6px 0;
}

.c-SfCheckBox-as-checkmark.e-checkbox-wrapper .e-check {
    font-size: 16px;
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}

/*.c-SfCheckBox-as-checkmark.e-checkbox-wrapper .e-ripple-container {
    height: 52px;
    top: -11px;
    width: 47px;
}*/

/*.c-SfCheckBox-as-checkmark.e-checkbox-wrapper .e-label {
    line-height: 24px;
    font-size: 16px;
}*/

/*---*/

.c-div-external-form-box {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.c-div-external-form-action-buttons-top button,
.c-div-external-form-action-buttons-top a {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.e-toast-container .e-toast.c-toast-common .e-toast-icon {
    display: none;
}

.e-toast-container .e-toast.c-toast-error .e-toast-message,
.e-toast-container .e-toast.c-toast-error .e-toast-message * {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}


.e-toast-container .e-toast.c-toast-success .e-toast-message,
.e-toast-container .e-toast.c-toast-success .e-toast-message * {
    color: #045b0d;
    background-color: #b8fbba;
    border-color: #2cc372;
}


.c-login-message {
    font-size: 16px;
}

    .c-login-message a {
        text-decoration: none;
    }

.c-div-authentication-top {
}

    .c-div-authentication-top a {
        text-decoration: none;
    }

.div-login-box {
    width: 400px;
    margin: auto;
}

    .div-login-box .form-floating > label {
        font-size: 16px;
    }

.c-table-employee-group-codes-checkboxes .e-checkbox-wrapper {
    margin-bottom: 10px;
}

.c-table-employee-group-codes-checkboxes .c-td-ETCE-Lite-Authorization-group .e-checkbox-wrapper .e-label {
    font-weight: bold;
}

.e-dlg-header-content, .e-footer-content {
    background-color: #f6f6f6;
}

.e-dialog .e-dlg-header-content + .e-dlg-content {
    min-height: 80px;
}

.c-sticky-top-box {
    background: #d9f1d9;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    /*---*/
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 999999;
}
    .c-sticky-top-box::before {
        content: " ";
        background-color: #ffffff;
        height: 15px;
        display: block;
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
    }

.c-time-code-MinimumMaximumSettings {
    width: 100%;
}

    .c-time-code-MinimumMaximumSettings > tr {
        border-bottom: 1px solid lightgray;
    }

    .c-time-code-MinimumMaximumSettings tr th {
        text-align: center;
    }

    .c-time-code-MinimumMaximumSettings > tr > td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.c-sticky-separator {
    padding-top: 75px;
}

.e-dlg-container.e-dlg-center-center {
    z-index: 999999999 !important;
}

.e-ddl.e-popup.e-popup-open {
    z-index: 999999999 !important;
}

.c-batch-information > tr {
    height: 30px;
}

.c-batch-settings-value {
    font-weight: bold;
    color: green;
}

.c-batch-settings-offset-labels {
    padding-left: 15px;
    padding-top: 25px;
    color: green;
}

.e-toolbar-items .e-toolbar-item[id$="_pdfexport"] button,
.e-toolbar-items .e-toolbar-item[id$="_pdfexport"] button:hover,
.e-toolbar-items .e-toolbar-item[id$="_pdfexport"] button span {
    background: #c92b2b !important;
    color: #ffffff !important;
}

.e-toolbar-items .e-toolbar-item[id$="_excelexport"] button,
.e-toolbar-items .e-toolbar-item[id$="_excelexport"] button:hover,
.e-toolbar-items .e-toolbar-item[id$="_excelexport"] button span {
    background: #198754 !important;
    color: #ffffff !important;
}

/*---*/

.c-profile-photo-container {
    width: 96px;
    height: 96px;
    margin: 1px auto;
}

    .c-profile-photo-container img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        cursor:pointer;
    }
        .c-profile-photo-container img:hover {
            border: 2px solid #0d6efd;
            opacity: 0.75;
        }

/*---*/

#goToTopButton {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    font-size: 18px;
    border: 3px solid #BDDFFF;
    outline: none;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    background-color: #558bdb;
    width: 50px;
    height: 50px;
}

    #goToTopButton:hover {
        background-color: #7b8fad;
    }

/*---*/

.sidebar {
    background: #0a58ca;
    background-image: linear-gradient(180deg, #0a58ca 10%, #0d6efd 90%);
    max-width: 100vw;
    overflow-x: hidden;
}

.navbar.navbar-dark {
    /*box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.02), inset 0 -1px 0 rgba(255,255,255,0.15);*/
    background-color: #cfe2ff;
}

/*---*/

/*--- EmployeePlanner ---*/
.empplanner-cell .empplanner-cell-symbol {
    width: 50%;
    display: inline-block;
    padding: 0 3px 0 3px;
    cursor: pointer;
}

.empplanner-cell .empplanner-cell-symbol-right {
    width: 50%;
    text-align: right;
    cursor: pointer;
}
.empplanner-cell-symbol:hover {
    border: 1px solid #0a58ca;
}
/*---*/

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: black;
    font-weight: bold;
}

.c-table-dual-list-box-included-items-readonly {
}

    .c-table-dual-list-box-included-items-readonly .e-listboxtool-wrapper.e-right .e-listbox-tool,
    .c-table-dual-list-box-included-items-readonly .e-listboxtool-container.e-right .e-listbox-tool {
        visibility: hidden;
        pointer-events: none;
    }

    .c-table-dual-list-box-included-items-readonly .e-ul {
        background: #e9ecef;
    }

#components-reconnect-modal {
    z-index: 999999 !important;
}

.c-transaction-authorizationtable-top-elements {
    width: 100%;
}

    .c-transaction-authorizationtable-top-elements tr:first-child td:nth-child(1),
    .c-transaction-authorizationtable-top-elements tr:first-child td:nth-child(2),
    .c-transaction-authorizationtable-top-elements tr:first-child td:nth-child(3) {
        width: 240px;
    }

    .c-transaction-authorizationtable-top-elements td:not([class="c-transaction-authorizationtable-td-fixed"]) {
        vertical-align: bottom;
        padding-bottom: 10px;
    }

.c-transaction-authorizationtable-reason-text {
    min-height: 220px;
}

.c-transaction-authorizationtable-action-button {
    width: 130px;
}

.c-transaction-authorizationtable-action-button-small {
    width: 110px;
}


/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }


/* Batch Creation */ 
.batch-creation .label {
    padding: 3px 0px !important;
}

.batch-creation .e-btn {
/*    padding: 0px 8px!important;
    vertical-align:top !important;*/
}

.batch-creation .e-dropdown-btn {
    font-size:inherit;
}

.batch-creation .resultStatus {
    width: 250px;
    padding-left: 10px;
    display:inline-block;
    text-align:left;
}

.batch-creation .spanValue{
    /*font-weight:bold;*/
}

.batch-creation .resultMsg {
    padding-top:5px;
    padding-left:5px;
    padding-right:5px;
    height:32px;
}

.htmlString {
    white-space:pre;
}

.timecardentry .resultMsg {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.timecardentry .e-message.e-info {
    height:48px;
    margin-bottom:2px;
}

.timecardentry .e-message.e-success {
    height: 48px;
    margin-bottom: 2px;
}

.password-change-form {
    margin: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group label {
        display: block;
        margin-bottom: 0.5rem;
    }

.password-match-message {
    color: red;
}

.password-criteria {
    list-style: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0;
}

    .password-criteria i {
        padding-right: 0.5rem;
    }

    .password-criteria li .fa-check {
        color: green;
    }

    .password-criteria li .fa-times {
        color: red;
    }















.landingPage {
    background: #3399ff;
    text-align: center;
    color: #555;
    font-weight: 300;
    font-size: 32px;
    padding-top: 40vh;
    height: 100vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0,0,0);
}

    .landingPage .circle {
        position: absolute;
        border-radius: 50%;
        background: white;
        animation: ripple 15s infinite;
        box-shadow: 0px 0px 1px 0px #508fb9;
    }

    .landingPage .small {
        width: 200px;
        height: 200px;
        left: -100px;
        bottom: -100px;
    }

    .landingPage .medium {
        width: 400px;
        height: 400px;
        left: -200px;
        bottom: -200px;
    }

    .landingPage .large {
        width: 600px;
        height: 600px;
        left: -300px;
        bottom: -300px;
    }

    .landingPage .xlarge {
        width: 800px;
        height: 800px;
        left: -400px;
        bottom: -400px;
    }

    .landingPage .xxlarge {
        width: 1000px;
        height: 1000px;
        left: -500px;
        bottom: -500px;
    }

    .landingPage .shade1 {
        opacity: 0.2;
    }

    .landingPage .shade2 {
        opacity: 0.5;
    }

    .landingPage .shade3 {
        opacity: 0.7;
    }

    .landingPage .shade4 {
        opacity: 0.8;
    }

    .landingPage .shade5 {
        opacity: 0.9;
    }

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.landingPage .maintitle {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    color: white;
}

    .landingPage .maintitle .title {
        animation: showup 10s infinite;
        font-size: 80px;
    }

    .landingPage .maintitle .subtitle {
        width: 0px;
        animation: reveal 10s infinite;
        font-size: 40px;
    }
        .landingPage .maintitle .subtitle span {
            animation: slidein 10s infinite;
        }
@keyframes showup {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slidein {
    0% {
        margin-left: -800px;
    }

    20% {
        margin-left: -800px;
    }

    35% {
        margin-left: 0px;
    }

    100% {
        margin-left: 0px;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 0px;
    }

    30% {
        width: 850px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 850px;
    }
}

/* delete button for DataRange component */
.gridminibtn {
    height: 20px !important;
    background-color: transparent !important;
    color: black !important;
    border: 0px !important;
    position:relative !important;
    top:-5px !important; 
}

.e-sidebar.e-right.e-open,
.e-sidebar.e-left.e-open {
    max-width: 13rem;
}

.e-sidebar.e-right.e-close,
.e-sidebar.e-left.e-close {
    overflow: hidden;
}

/* sfTab selected tab style */
.e-tab .e-tab-header .e-toolbar-item.e-active {
    background: #d1f4d1;
    font-weight:bold !important;
}

.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover {
    background: #d1f6d1 !important;
}

.conStringBox {
    height: 48px;
    width: 200px;
    background: red;
    color: white;
    font-weight: bold;
    font-family: 'Courier New';
    border: 1px solid white;
    padding-left: 2px;
}

.hideSection {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    background-color: lightgray;
    font-size:13px;
}


/*used to show a big dialog message*/
.errorDialog {
    white-space: pre-wrap;
}