﻿
body {
    height: 100vh;
    overflow-x: hidden;
}

.h5-no-bottom-margin {
    margin-bottom: 0px;
}

.main-layout {
    min-width: 900px !important;
}

.default-font-size {
    font-size: .875rem !important;
}

.btn-info.disabled, .btn-info:disabled {
    color: #464545 !important;
    background-color: lightgray;
    border-color: lightgray;
}

.modal-title {
    line-height: 1em;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.fa-icon-size-25 {
    height: 25px !important;
}

.fa-counter-color {
    background: Tomato;
    color: white;
}

.fa-counter-size-45 {
    font-size: 45px !important;
    padding-top: 8px;
    margin-bottom: 1px !important;
}

.fa-2x {
    vertical-align: middle;
}

.site-border-color {
    border-color: lightgrey !important;
    -webkit-print-color-adjust: exact
}

.site-blue {
    background-color: #015696;
    border-color: #015696;
    -webkit-print-color-adjust: exact
}

.site-lightcyan {
    background-color: lightcyan;
    -webkit-print-color-adjust: exact
}

.site-orange {
    background-color: #f78f1e;
}

.site-text-blue {
    color: #015696;
    -webkit-print-color-adjust: exact
}
.site-text-blue-important {
    color: #015696 !important;
    -webkit-print-color-adjust: exact
}
.site-text-orange {
    color: #f78f1e;
    -webkit-print-color-adjust: exact
}

.site-text-white {
    color: #FFFFFF !important;
    -webkit-print-color-adjust: exact
}

.site-text-black {
    color: #000000 !important;
    -webkit-print-color-adjust: exact
}

.site-text-red {
    color: #dc3545;
    -webkit-print-color-adjust: exact
}

.site-text-lightgray {
    color: #808080;
    -webkit-print-color-adjust: exact
}

.top-bar-color {
    background-color: #015696;
}

.side-bar-color {
    background-color: white;
}

.content-background-colour {
    background-color: white;
    -webkit-print-color-adjust: exact
}

.content-section-background-color {
    background-color: white;
    -webkit-print-color-adjust: exact
}

.dashboardcontent-background-colour {
    background-color: lightgrey;
    -webkit-print-color-adjust: exact;
    width: 80%;
}

.dashboardContainer {
    width: 80%;
    height: 50%
}

.footer {
    background-color: #015696;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 999 !important;
}

.footer-spacing {
    margin-bottom: 20px !important;
}

.topbar-spacing {
    margin-top: 50px !important;
}

.sideBar-topbar-spacing {
    margin-top: 40px;
}

.w-sidebar {
    width: 175px;
    max-width: 175px !important;
    position: static !important;
}

.row.collapse {
    margin-left: -175px;
    left: 0;
    transition: margin-left .05s linear;
}

    .row.collapse.show {
        margin-left: 0 !important;
    }

.row.collapsing {
    margin-left: -175px;
    left: -0.05%;
    transition: all .05s linear;
}

body {
    margin: 0px;
}

.search {
    position: relative;
    color: gray;
}

    .search input {
        width: 250px;
        height: 32px;
    }

    .search input {
        text-indent: 10px;
    }

    .search .fa-search {
        position: absolute;
        top: 8px;
        left: 268px;
    }

.bg-lightblue {
    background-color: lightskyblue;
    -webkit-print-color-adjust: exact;
}

.bg-lightyellow {
    background-color: lightyellow;
}

.bg-lighsmoke {
    background-color: whitesmoke;
}

.sidebar {
    background-color: white;
    vertical-align: top;
}

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-bottom: 0rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 0rem;
        }

        .sidebar .nav-item a {
            color: #343a40;
            border-radius: 4px;
            height: 1.5rem;
            display: flex;
            align-items: center;
            line-height: 1rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                font-weight: bold;
                color: #28a745;
            }

            .sidebar .nav-item a:hover {
                background-color: whitesmoke;
                color: blue;
            }


.topbar-float-right {
    margin-left: auto;
    order: 2;
}

#cover {
    min-height: 100vh;
    background-image: linear-gradient(12deg, white 0%, lightgray 100%);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

#cover-caption {
    width: 100%;
    position: relative;
    z-index: 1;
}

/* only used for background overlay not needed for centering */
form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: -1;
    border-radius: 10px;
}

.changeUserNameForm {
    background-color: white !important;
    border-radius: 10px !important;
}

.paystub-current-value {
    width: 100% !important;
    height: 100% !important;
}

.paystub-current-value-column-color {
    background-color: #cce0ed;
    -webkit-print-color-adjust: exact !important;
}

.backgroundColor {
    background-color: red;
}

.text-white {
    color: white;
}


.site-text-size-xxsmall {
    font-size: xx-small !important;
}

@media (max-width: 575.99px) {
    .site-text-size-header {
        font-size: x-small !important;
    }

    .site-text-size-xsmall {
        font-size: xx-small !important;
    }

    .site-text-size-small {
        font-size: x-small !important;
    }

    .site-text-size-large {
        font-size: small !important;
    }

    .site-text-size-xlarge {
        font-size: large !important;
    }

    .site-text-size-xxlarge {
        font-size: large !important;
    }
}

@media (min-width: 576px) {

    .site-text-size-header {
        font-size: small !important;
    }

    .site-text-size-xsmall {
        font-size: x-small !important;
    }

    .site-text-size-small {
        font-size: small !important;
    }

    .site-text-size-large {
        font-size: large !important;
    }

    .site-text-size-xlarge {
        font-size: large !important;
    }

    .site-text-size-xxlarge {
        font-size: x-large !important;
    }
}

@media (min-width: 768px) {
    .site-text-size-header {
        font-size: large !important;
    }

    .site-text-size-xsmall {
        font-size: x-small !important;
    }

    .site-text-size-small {
        font-size: small !important;
    }

    .site-text-size-large {
        font-size: large !important;
    }

    .site-text-size-xlarge {
        font-size: x-large !important;
    }

    .site-text-size-xxlarge {
        font-size: x-large !important;
    }
}

@media (min-width: 992px) {

    .site-text-size-header {
        font-size: large !important;
    }

    .site-text-size-xsmall {
        font-size: x-small !important;
    }

    .site-text-size-small {
        font-size: small !important;
    }

    .site-text-size-large {
        font-size: large !important;
    }

    .site-text-size-xlarge {
        font-size: x-large !important;
    }

    .site-text-size-xxlarge {
        font-size: xx-large !important;
    }
}


.administration-text-size {
    font-size: x-small !important;
}

@media (min-width: 1300px) {
    .administration-text-size {
        font-size: small !important;
    }
}

@media (min-width: 1600px) {
    .administration-text-size {
        font-size: large !important;
    }
}


/*.k-grid th {
    padding-bottom: 0.1rem !important;
    padding-top: 0.1rem !important;
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
}*/

.k-grid td {
    padding-bottom: 0.1rem !important;
    padding-top: 0.1rem !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.k-grid .k-alt {
    background-color: rgba(0,0,0,0) !important;
}


.k-grid-table .k-master-row:hover {
    background-color: lightgray !important;
}

.k-grid-table .k-master-row.k-alt:hover {
    background-color: lightgray !important;
}

.borderlessButton {
    border-style: none !important;
    font-size: smaller !important;
    padding-bottom: 0.1rem !important;
    padding-top: 0.1rem !important;
    background-color: transparent !important;
    text-decoration-line: underline !important;
}

.navcol {
    /*  position: relative;
    min-width: 225px;
    padding-right: 20px;    
    flex-basis: 0;
    flex-grow: 1;
    max-width: 225px;*/
    padding-top: 2.1rem !important;
}

.table-sm td, .table-sm th {
    padding: .15rem !important;
}

.modal-content {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.modal-payStatement {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content-payStatement {
    margin: 0.65rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid rgb(95,95,95);
    border-radius: 0.8rem;
    outline: 0;
    width: 100%;
}

.modal-footer-payStatement {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-w2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content-w2 {
    margin: 0.65rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid rgb(64,64,64);
    border-radius: 0.8rem;
    outline: 0;
    width: 100%;
}

.modal-footer-w2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.marginLeft1 {
    margin-left: 1rem !important;
}

a[aria-expanded=true] .fa-sort-down {
    display: none;
}

a[aria-expanded=false] .fa-sort-up {
    display: none;
}

.fa-sort-down {
    vertical-align: -0.0em !important;
}

.fa-sort-up {
    vertical-align: -0.4em !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.btn-save {
    width: 100px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-clockInOut {
    width: 125px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-reset {
    width: 150px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.card-padding-header-5 {
    padding-bottom: 5px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
}

.card-no-border {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: none;
}

.card-bottom-border-only {
    background-color: white !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.accordion {
    border: none !important;
}

    .accordion .card-header:after {
        font-family: 'Font Awesome 6 Free';
        content: "\f077";
        float: right;
        font-weight: 900;
        cursor: pointer;
    }

    .accordion .card-header.collapsed:after {
        /* symbol for "collapsed" panels */
        font-family: 'Font Awesome 6 Free';
        content: "\f078";
        font-weight: 900;
        cursor: pointer;
    }




.card-header-no-icon {
    content: "";
    font-weight: 900;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.input-thin-border {
    border-left-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.hide-error {
    display: none;
}

.show-error {
    display: inline;
}

.hide-spinner {
    display: none;
}

.show-spinner {
    display: inline;
}

.hide-check {
    display: none;
}

.show-check {
    display: inline;
}

.password-icon-container {
    vertical-align: middle !important;
}

.dropdown-menu.show {
    display: block;
    top: 8px !important;
}

.dropdown-toggle {
    white-space: nowrap;
    color: white;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid {
    /*outline: 1px solid red;*/
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.spinner-container {
    text-align: center;
}

    .spinner-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: .25em; /* Adjusts for spacing */
    }


.password-toggle-valid {
    border-top-color: #28a745 !important;
    border-right-color: #28a745 !important;
    border-bottom-color: #28a745 !important;
}

.password-toggle-invalid {
    border-top-color: #dc3545 !important;
    border-right-color: #dc3545 !important;
    border-bottom-color: #dc3545 !important;
}

.input-group.is-invalid ~ .input-group-text {
    display: block;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.w-2 {
    width: 2% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.min-w-85 {
    min-width: 85% !important;
}

.max-w-85 {
    max-width: 85% !important;
}

.max-w-200px {
    max-width: 200px !important;
}

.max-w-250px {
    max-width: 250px !important;
}

.max-w-300px {
    max-width: 300px !important;
}

.max-w-350px {
    max-width: 350px !important;
}

.max-w-400px {
    max-width: 400px !important;
}

.max-w-450px {
    max-width: 450px !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}


.w-971 {
    width: 97.25% !important;
}

.w-97 {
    width: 97% !important;
}

.w-100 {
    width: 100% !important;
}

.min-w-100 {
    min-width: 100% !important;
}

.authorizationTreePanel {
    height: 100% !important;
    padding-left: 0px !important;
}

.selectAllButton {
    width: 6.5rem;
}

.filterMarginRight {
    margin-right: 2.1rem !important;
}

.modal-onboardUsers {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content-onboardUsers {
    margin: 0.65rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid rgb(95,95,95);
    border-radius: 0.8rem;
    outline: 0;
    width: 100%;
}



.modal-addExternalUser {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    outline: 0;
    border: none !important;
}

.modal-content-addExternalUser {
    margin: 0.65rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid rgb(95,95,95);
    border-radius: 0.8rem;
    outline: 0;
    width: 100%;
}



.accrual-balances-widget {
    width: 600px !important;
}

.last-pay-widget {
    width: 490px !important;
}

.timeclock-widget {
    width: 405px !important;
}

.profile-widget {
    width: 100% !important;
    height: 7rem !important;
    padding-top: 1rem;
    border-radius: 0.75rem;
}

.report-widget {
    width: 100% !important;
    min-height: 9rem !important;
    padding-top: 1rem;
    border-radius: 0.75rem;
}


.lastpaystatement-widget {
    width: 100% !important;
    height: 7rem !important;
    padding-top: 1rem;
    border-radius: 0.75rem;
}

.communications-widget {
    width: 100% !important;
    padding-top: 1rem;
    border-radius: 0.75rem;
}

.row-column2 {
    float: left;
    width: 50%;
    padding: 10px;
}

.dashboard-title {
    font-size: small !important;
    font-weight: bold;
}

.dashboard-tile-title {
    font-size: small !important;
}

.topmenu-title {
    font-size: larger !important;
}

@media(min-width: 576px) {
    .dashboard-title {
        font-size: small !important;
    }

    .dashboard-tile-title {
        font-size: small !important;
    }
}

@media(min-width: 768px) {
    .dashboard-title {
        font-size: large !important;
    }

    .dashboard-tile-title {
        font-size: large !important;
    }
}

@media(min-width: 992px) {
    .dashboard-title {
        font-size: x-large !important;
    }

    .dashboard-tile-title {
        font-size: x-large !important;
    }
}



.mainDashboard {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.row-column1 {
    float: left;
    width: 100%;
    padding: 10px;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1140px;
    }
}

@media (min-width: 1900px) {
    .modal-xl {
        max-width: 1500px;
    }
}

@media (min-width: 992px) {
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1900px) {
    .modal-xxl {
        max-width: 1800px;
    }
}

.extraSmallFont {
    font-size: 4px;
}

.w2-verticalLine {
    border-left: 1px solid #000000;
    height: 1.25rem;
    vertical-align: text-top
}

.table-bordered-noBottomBorder {
    border-bottom-style: hidden !important;
}

.preserveWhiteSpace {
    white-space: pre;
}

#bootstrap-overrides code, kbd, pre, samp {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.k-upload {
    min-width: 100% !important;
}

.k-dropzone {
    min-width: 100% !important;
}

.center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dialog1 {
    padding-top: 15rem !important;
    height: 500px !important;
}

.deleteButton {
    font-size: .75rem !important;
    float: none;
    color: #015696;
    -webkit-print-color-adjust: exact;
    opacity: 1;
}


.fa-user:hover {
    color: darkturquoise !important;
}

.fa-sticky-note:hover {
    color: darkturquoise !important;
}

.h-15 {
    height: 15% !important;
}

.h-20 {
    height: 20% !important;
}

.h-10 {
    height: 10% !important;
}

.h-5 {
    height: 5% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.sup-size {
    font-size: large;
    padding-top: .75rem;
}

.pt-2.5 {
    padding-top: .75rem !important;
}

.table-noborder-color {
    border-color: transparent !important;
    -webkit-print-color-adjust: exact
}

.profile_button {
    min-width: 100px;
    max-width: 100px;
}

.categories_button {
    min-width: 110px;
    max-width: 110px;
}

.leaveRequests_button {
    min-width: 150px;
    max-width: 150px;
}

.cancelLeaveRequest_button {
    min-width: 150px;
    max-width: 150px;
}

.submitLeaveRequest_button {
    min-width: 100px;
    max-width: 100px;
}

.confirmationDialog_button {
    min-width: 100px;
    max-width: 100px;
}

.new_button {
    min-width: 100px;
    max-width: 100px;
}

.save_button {
    min-width: 100px;
    max-width: 100px;
}


.back_button {
    min-width: 100px;
    max-width: 100px;
}

.next_button {
    min-width: 100px;
    max-width: 100px;
}

.verification_button {
    min-width: 250px;
    max-width: 250px;
}

.complete_button {
    min-width: 158px;
    max-width: 158px;
}

.cancel_button {
    min-width: 100px;
    max-width: 100px;
}

.copyToAll_button {
    min-width: 125px;
    max-width: 125px;
}

.impersonate_button {
    min-width: 140px;
    max-width: 140px;
}

.reportAuthorizations_button {
    min-width: 200px;
    max-width: 200px;
}

.manage_button {
    min-width: 100px;
    max-width: 100px;
}

.reset_button {
    min-width: 100px;
    max-width: 100px;
}

.login_button {
    min-width: 100px;
    max-width: 100px;
}

.register_button {
    min-width: 125px;
    max-width: 125px;
}

.back_button {
    min-width: 100px;
    max-width: 100px;
}

.testconnection_button {
    min-width: 210px;
    max-width: 210px;
}

.sendemail_button {
    min-width: 150px;
    max-width: 150px;
}

.resettodefault_button {
    min-width: 150px;
    max-width: 150px;
}

.requestChange_button {
    min-width: 120px;
    max-width: 120px;
    min-height: 25px;
    max-height: 25px;
    font-size: small;
    padding: 0px;
}

.viewDetails_button {
    min-width: 120px;
    max-width: 120px;
}

.onboardUsers_button {
    min-width: 180px;
    max-width: 180px;
}

.addExternalUser_button {
    min-width: 170px;
    max-width: 170px;
}

.remove_button {
    min-width: 170px;
    max-width: 170px;
}

.manageonboardUsers_button {
    min-width: 200px;
    max-width: 200px;
}

.forgotPasswordLink {
    min-width: 100px;
    max-width: 100px;
    font-size: 8pt;
}

@media(max-width: 576px) {
    .forgotPasswordLink {
        font-size: 7pt;
    }
}

a, a:visited {
    color: #015696;
}

.smtpPort_field {
    min-width: 75px;
    max-width: 75px;
}

.w-5vw {
    width: 5vw;
}

.w-10vw {
    width: 10vw;
}

.w-15vw {
    width: 15vw;
}

.w-20vw {
    width: 20vw;
}

.w-25vw {
    width: 25vw;
}

.w-30vw {
    width: 30vw;
}

.w-35vw {
    width: 45vw;
}

.w-40vw {
    width: 40vw;
}

.w-45vw {
    width: 45vw;
}

.w-50vw {
    width: 50vw;
}

.w-55vw {
    width: 55vw;
}

.w-60vw {
    width: 60vw;
}

.w-65vw {
    width: 65vw;
}

.w-70vw {
    width: 70vw;
}

.w-75vw {
    width: 75vw;
}

.w-80vw {
    width: 80vw;
}

.w-85vw {
    width: 85vw;
}

.w-90vw {
    width: 90vw;
}

.w-95vw {
    width: 95vw;
}

.w-98vw {
    width: 98vw;
}

.w-100vw {
    width: 100vw;
}

.pr-8 {
    padding-right: 6.5rem !important;
}


td {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media(min-width: 576px) {
    td {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media(min-width: 768px) {
    td {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media(min-width: 992px) {
    td {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media(min-width: 1200px) {
    td {
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.logo {
    max-width: 200px;
    max-height: 120px;
}

.ecLogo {
    max-width: 220px;
    max-height: 120px;
}

.serenicLogo {
    max-width: 242px;
    max-height: 120px;
}

@media(max-width: 576px) {
    .logo {
        max-width: 100%;
        max-height: 120px;
    }

    .ecLogo {
        max-width: 100%;
        max-height: 120px;
    }

    .serenicLogo {
        max-width: 100%;
        max-height: 120px;
    }
}

@media (min-width: 576px) {
    .modal-large {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .modal-large {
        max-width: 600px;
    }
}

@media (min-width: 1900px) {
    .modal-large {
        max-width: 1500px;
    }
}

@media (min-width: 992px) {
    .modal-large {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-large {
        max-width: 900px;
    }
}


.communicationsTextAreaWrapper > .k-textarea > textarea {
    min-width: 100% !important;
    min-height: 6rem !important;
    max-height: 20rem !important;
}

.perkDisclaimerTextAreaWrapper > .k-textarea > textarea {
    min-width: 100% !important;
    min-height: 15rem !important;
    max-height: 20rem !important;
}

.additionalCommentsTextAreaWrapper > .k-textarea > textarea {
    min-width: 100% !important;
    min-height: 5.75rem !important;
    max-height: 15rem !important;
}

.leaveRequestReasonTextAreaWrapper > .k-textarea > textarea {
    min-width: 100% !important;
    min-height: 2.75rem !important;
    max-height: 5rem !important;
}

.payrollDistributionTextAreaWrapper > .k-textarea > textarea {
    min-width: 100% !important;
    min-height: 6.5rem !important;
    max-height: 12rem !important;
}

.textArea-w-100.k-input,
.textArea-w-100.k-textarea, .k-textarea {
    width: 100% !important;
}

.multiLineLabel {
    white-space: pre-wrap;
}

.changeRequestTextBox.k-textbox.form-control, .changeRequestCombobox.k-widget.form-control .k-input, .changeRequestCombobox {
    height: 1.75rem !important;
}

    .changeRequestCombobox.k-widget.form-control .k-clear-value {
        line-height: 1 !important;
        height: auto !important;
    }

.changeRequestMaskTextBox.form-control > .k-textbox {
    height: 1.75rem !important;
    font-size: small;
}

#rv1 {
    position: relative;
    width: 100%;
    height: 96%;
}

.vh-60 {
    height: 60vh !important;
}

.vh-65 {
    height: 65vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-75 {
    height: 75vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-90 {
    height: 90vh !important;
}

.vh-95 {
    height: 95vh !important;
}

.vh-99 {
    height: 99vh !important;
}

.numericTextBox {
    min-width: 85px !important;
}

.k-grid th.k-header {
    padding-right: 0.375rem;
}

.k-tabstrip-items .k-link {
    -webkit-print-color-adjust: exact;
    color: #015696;
    border: solid 1px;
    border-bottom: none;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    margin-left: 5px;
}

    .k-tabstrip-items .k-link + .active {
        background: rgba(1, 86, 150, 0.9);
        color: #fff;
    }




.notclickable {
    webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.no-headers-grid .k-grid-header {
    display: none;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: white !important;
}

.cursorPointer {
    cursor: pointer;
}

.navigationMenu.k-menu .k-item {
    color: #404040 !important;
    font-weight: bold;
}

.navigationSettingsMenu.k-menu .k-item {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #015696;
    padding: 0;
}

.navigationSettingsMenu.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0;
}
/*
.navigationSettingsMenu.k-link, .k-link:hover {
    color: #FFFFFF !important;
}*/
.navigationSettingsMenu.k-menu .k-item :hover {
    color: #16181b;
    background-color: #f8f9fa
}

.body-content {
    z-index: 0;
}

.menu-content {
    z-index: 1;
}

.mobile-button {
    color: #292b2c;
    background-color: #f8f9fa;
    border-bottom: 1px solid #d9d8d8;
}

.navigationMenu li {
    padding-right: 1rem;
}
.navigationMenu.k-menu-horizontal {
    flex-flow: wrap;
}
.navigationMenu.k-menu-vertical {
    width: 100%;
}
.navigationMenu.k-menu-vertical li {
    min-height: 2.5rem;
}
.navigationMenu.k-menu .k-item > .k-state-active {
    color: #1a67a0 !important;
}

.navigationMenu .k-menu-expand-arrow {
    display: none;
}

.navigationMenu li > span {
    cursor: default !important;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.navigationMenu .k-item:focus {
    box-shadow: none !important;
}

.dropdown-md {
    max-width: 450px;
    width: 100% !important;
}


@media (max-width: 575px) {
    .d-mobileMenu {
        display: flex;
    }

    .d-desktopMenu {
        display: none;
    }
}
@media (min-width: 576px) {
    .d-mobileMenu {
        display: none;
    }

    .d-desktopMenu {
        display: flex;
    }

}


.overlap {
    z-index: 2;
}

.backdrop-filter {
    z-index: 1 !important;
}

.filter {
    right: 46px;
    top: 0;
    min-width: 58vw;
    max-width: 90vw;
}

.filter-icons .k-menu-expand-arrow {
    display: none;
}

.filter-icons ul, .filter-icons li, .filter-icons .k-menu-link {
    padding: 0 !important;
}

.filter-icon span {
    font-size: 12px;
}

@media(min-width: 1200px) {
    .dropdown {
        min-width: 170px;
    }
}

.filter-text-size {
    font-size: 11px;
    max-width: 192px;
}

.filter-buttons-margin {
    margin-bottom: 21px;
}

.filter-button:active {
    background-color: #015696 !important;
    border-color: #015696 !important;
    box-shadow: none !important;
}
.filter-button-active {
    background-color: #31d2f2 !important;
    border-color: #25cff2 !important;
}
.filter-button {
    width: fit-content;
    align-self: self-end;
}

@media(min-width: 575px) {
    .filter {
        min-width: 78vw;
    }
}

@media(min-width: 1300px) {
    .filter {
        min-width: 60vw;
    }
}

.form_button {
    min-width: 85px;
    max-width: 85px;
}

.modal-footer-reportViewer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-reportViewer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content-reportViewer {
    margin: 0.65rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 4px solid rgb(95,95,95);
    border-radius: 0.8rem;
    outline: 0;
    width: 100%;
}

.batch_button {
    font-size: 13px;
    min-width: 120px;
}

.menu-gear-container {
    position: relative;
    width: 8rem;
    height: 8rem;
    cursor: pointer;
}

.menu-gear {
    font-size: 8rem !important;
    position: absolute !important;
    color: #015696;
}

.menu-gear-icon {
    font-size: 1.5rem;
    color: inherit;
}

.menu-gear-text {
    max-width: 4.4rem;
    max-height: 4.4rem;
    font-size: 0.65rem;
    font-weight: bold;
    color: inherit;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}

.menu-gear-clear {
    background: white;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    position: absolute;
}

.menu-gear-center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spin:hover {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-transition-duration: 3s;
    -o-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

    .spin:hover .menu-gear-center-spin {
        -webkit-transform: translate(-50%, -50%) rotate(-120deg);
        -ms-transform: translate(-50%, -50%) rotate(-120deg);
        transform: translate(-50%, -50%) rotate(-120deg);
        -webkit-transition-duration: 3s;
        -o-transition-duration: 3s;
        transition-duration: 3s;
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        transform: scale(1.25);
    }



.menu-distribution-container a:hover {
    color: none;
    opacity: 0.9;
}

.menu-col {
    min-height: 130px;
}

    .menu-col:hover {
        opacity: 0.9;
    }

    .menu-col a {
        text-decoration: none;
    }

.tile-menu-icon {
    flex: 1;
    font-size: 2.5rem;
}
.tile-menu-icon-main {
    flex: 1;
    font-size: 3.5rem;
}

.breadcrumb-nodecoration .k-breadcrumb-link,
.breadcrumb-nodecoration .k-breadcrumb-root-link {
    text-decoration: none !important;
    display: block !important;
}

.breadcrum-content {
    padding-left: 16px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.pointer-disabled {
    pointer-events: none;
}
.separator {
    position: absolute;
    border-bottom: 2px solid #015696;
    width: 103%;
    bottom: -9px;
    left: 0;
}
.disabled-events {
    color: #b0b6bb !important;
    pointer-events: none;
}
.disabled-events-bg {
    background-color: #b0b6bb !important;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .col-xl-2-16 {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (max-width: 400px) {
    .col-xxsm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media(min-width:768px) {
    .position-md-absolute {
        position: absolute;
    }
}

.tile-with-overflow .k-card-body {
    overflow:auto  !important;
}


/* SUMMARY THEME*/
.summary-theme {
    font-size: 0.875rem
}

.summary-theme .summary_title {
    font-size: 1.25rem;
}

.summary-theme .summary_details {
    font-size: 1rem;
    line-height: 1.5rem;
}

.no-border {
    border: none !important;
}

.summary-theme .k-grid-header {
    padding-right: 0 !important;
}


.summary-theme .k-grid {
   
    font-size: 0.75rem;
}

.summary-theme .k-grid-pager {
  
    font-size: inherit;
}

.summary-theme .k-grid-content {
    overflow-y: hidden;
}



.summary-theme .k-picker {
    min-width: 4rem;
}
.summary-theme .table {
    color: inherit;
    background-color: inherit;
}

.property-map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

.break-text {
    word-break: break-all;
}

@media (max-width: 1600px) {
    .summary-theme {
        font-size: 0.75rem
    }

    .summary-theme .summary_title {
        font-size: 1.125rem;
    }
}

.textarea-hrow-4 {
    height: 110px;
}

.textarea-noresize textarea {
    resize: none;    
}

/*Inputs Sizes*/
@media (max-width: 575.99px) {
    .w-xs-100 {
        width: 100% !important;
    }
    .w-xs-80 {
        width: 80% !important;
    }
    .save_button {
        display: block;
        margin-bottom: 10px;
    }
    .cancel_button {
        display: block;
    }
}

@media(min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-70 {
        width: 70% !important;
    }
}

@media(min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }
}

@media(min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 35% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
}

@media(min-width: 1200px) {
    .w-xl-20 {
        width: 20% !important;
    }
}

@media(min-width: 1900px) {
    .w-xxl-20 {
        width: 20% !important;
    }
}



/* Menu, Menu Item */

a.dropdown-toggle {
    color: white !important;
    text-decoration: none !important;
    display: block !important;
    height: 41px;
}

.dropdown-hover > .dropdown-menu {
    display: none;
}

.dropdown-hover:hover > .dropdown-menu {
    display: block;
}

.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-hover a.dropdown-toggle:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.dropdown-hover:hover .circle-little {
    border-color: inherit !important;
}

.dropdown-hover a.dropdown-toggle {
    display: block;
}

.dropdown-menu-right {
    right: 0px;
    left: auto;
}


.list-inline-item {
    margin-bottom: 0px;
}

.circle-little {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 11px;
    color: #fffffff;
    text-align: center;
    display: inline-block;
}

.circle-little:hover {
    border-color: #000000;
    color: #000000;
    background: #ffffff;
}

.circle {
    width: 86px;
    height: 86px;
    line-height: 86px;
    border-radius: 50%;
    border: 1px solid #000000;
    font-size: 26px;
    color: #000000;
    text-align: center;
    background: #ffffff;
    display: inline;
}

.menu-profile-header .row {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
}

.menu-profile {
    margin-top: 20px;
}

    .menu-profile .row {
        margin-right: 0px;
        margin-left: 0px;
    }

.sign-out:hover {
    cursor: pointer;
}

.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.cell__big {
    height: auto;
    display: flex;
    width: 100px;
    height: calc(100% - 2rem);
}

.col-100px {
    width: 100px !important;
    height: 100px !important;
    padding-left: 10px;
}

.user-name {
    font-size: 16px;
    font-weight: bold;
}

.user-id {
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    font-size: 12px;
    text-overflow: ellipsis !important;
}

.user-link {
    font-size: 12px;
}

.ul-shadow {
    box-shadow: 0px 5px 8px 2px lightgray;
}

/* ************ */

/* FILE MANAGER */

.k-filemanager-toolbar .telerik-blazor.k-button-rectangle{
    display: none;
}

.k-button-group .k-button-rectangle {
    display: inline-block !important;
}

.k-filemanager-navigation {
    display: none !important;
}

.k-grid th {
    color: #ffffff !important;
}

.k-filemanager-grid .k-grid-header-wrap th[data-cell-navigation-id="1"] {
    display: none !important;
}

.k-filemanager-grid .k-grid-header-wrap th[data-cell-navigation-id="2"] {
    display: none !important;
}


.k-filemanager-grid .k-grid-container td[data-col-index="1"] {
    display: none !important;
}

.k-filemanager-grid .k-grid-container td[data-col-index="2"] {
    display: none !important;
}

.k-filemanager-search-tool {
    display: none !important;
}

.tile-resources .k-tilelayout-item-body {
    padding: 0px;
}

.k-splitbar-horizontal {
    display: none !important;
}

.k-grid-content {
    overflow-y: auto !important;
}

.k-grid-header-wrap {
    border-style: none !important;
}

.k-filemanager-toolbar {
    font-size: 14px !important;
}

.k-filemanager-toolbar .k-icon, .k-button-text {
    font-size: 14px !important;
}

.k-filemanager-toolbar .k-button-solid-base.k-selected {
    color: #ffffff !important;
    background-color: #015696 !important;
}

.k-filemanager-preview {
    font-size: 12px !important;
}

.k-filemanager-grid .k-grid-content col:first-of-type {
    width: 100%;
}

/* ********* */
.carouselWordWrapTD table td {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: pre-wrap !important;
}


.carouselCenterContentTable {
    margin: 0 auto !important;
}

#outer-div {
    width: 100%;
    text-align: center;
    background-color: none;
}

#inner-div {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
    background-color: none;
}

.k-input-inner {
    font-size: small !important;
    padding: 0.25rem !important;
}

.k-filtercell-operator {
    transform: scale(0.8);
}

.editable-grid .k-grid-edit-cell:not(:last-child) {
    vertical-align: top !important;
}

figure {
    overflow-wrap: break-word !important;
    white-space: pre-line !important;
}

span.telerik-blazor.k-chip-icon.k-icon.k-i-x-circle::before, span.telerik-blazor.k-button-icon.k-icon.k-i-x-circle::before {
    content: "\e11b" !important;
    padding-top: 1px;
}

.dropdown-treelist {
    min-width: 300px;
}
@media (min-width: 576px) {
    .pe-60 {
        padding-right: 0rem !important;
    }
}

@media (min-width: 768px) {
    .pe-60 {
        padding-right: 0rem !important;
    }
}

@media (min-width: 992px) {
    .pe-60 {
        padding-right: 15rem !important;
    }
}

@media (min-width: 1200px) {
    .pe-60 {
        padding-right: 20rem !important;
    }
}

@media (min-width: 1400px) {
    .pe-60 {
        padding-right: 40rem !important;
    }
}

@media (min-width: 1700px) {
    .pe-60 {
        padding-right: 60rem !important;
    }
}
.col-xl-2-16-user {
    flex: 0 0 auto;
    width: 9%;
}
.menu-col-user {
    min-height: 100px;
}

    .menu-col-user:hover {
        opacity: 0.9;
    }

    .menu-col-user a {
        text-decoration: none;
    }
