﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');



html, body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size:16px;
}

a, .btn-link {
    color: #0366d6;
}

tr {
    padding:0.5rem;
}

hr {
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 50%) !important;
}

.aboutus {
    color: #27496d;
}

.btn-primary {
    color: #fff;
    background-color: #598087 !important;
    border-color: #598087 !important;
}

#logo-home {
    padding-right: 2rem;
}

#logo-fetch-data {
    padding-right: 2rem;
}

#logo-counter {
    padding-right: 2rem;
}

#logo-administration {
    padding-right: 2rem;
}

#logo-activities {
    padding-right: 2rem;
}
.top-row {
    display: flex;
    align-items: flex-start;
}


.btn-block {
    width: auto;
}

.table {
    width: auto;
}

.row-navbar {
    padding-left: 1rem;
}

.content {
    padding-top: 1.1rem;
}


.fa-bars {
    color: #0c7b93;
    background-color: #27496d;
    font-size: 1.5rem;
    padding: 0;
}

#navbarBrandChecker {
    font-weight: 700;
}

#navbarBrandUren {
    font-weight: 100;
}

.navbar {
    color: #142850;
    height: 69px;
}

.navbar-brand {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 2rem;
    color: white;
    padding-bottom: 0;
}

    .navbar-brand:hover {
        color: white;
    }

.main {
    flex: 1;
}

#navbar-profile-icon {
    color: white;
}

.main .top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
}

    .main .top-row > a, .main .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .main .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.sidebar {
    padding-left: 0;
}

.topBar {
    background-color: #142850 !important;
    z-index: 10000 !important;
}

#subMenuList {
    padding-left: 0;
}

.sideNavMenu {
    background-color: #1b1b2f !important;
    /*float: left;
    padding: 0;
    min-width: 200px;*/
    z-index: 9999 !important;
}


.sidebar .nav-item {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    list-style-type: none;
    }

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        color: #ffffff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .sidebar .nav-item a.active {
            background-color: #005082;
            color: white;
        }

        .sidebar .nav-item a:hover {
            background-color: #035aa6;
            color: white;
        }


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.modal {
    overflow-x: auto;
    overflow-y: auto;
    display: block;
    z-index:100000 !important;
    background-color:#00000060;
}

.modal2Columns {
    float: left;
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
}

.modal-header {
    background-color: rgba(243, 245, 247, 0.56);
}

#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;
    }

.mdc-dialog--open .mdc-dialog__container {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(0,0,0,.25) !important;
}

.mdc-dialog .mdc-dialog__surface {
    max-width: 100% !important;
}

.navigation-menu {
    background-color: #142850 !important;
    z-index: 1;
}


.navigation-item-link {
    color: white !important;
    cursor: pointer !important;
}

.navigation-item-wrapper:hover {
    background-color: #0c7b93 !important;
    cursor: pointer;
}

.mdc-dialog--open .mdc-dialog__container {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(0,0,0,.25) !important;
}

.mdc-dialog .mdc-dialog__surface {
    max-width: 100% !important;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.mdc-dialog__content {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.mdc-dialog__title {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    padding: 0px 5px 0px 24px !important;
}

.mdc-dialog__actions {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.close-icon {
    padding-top: 10px;
    margin-left: 10px;
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-item-wrapper-active .rz-navigation-item-link {
    color: white !important;
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-menu .rz-navigation-item-link {
    color: inherit !important;
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-menu .rz-navigation-item-link:hover {
    color: #fff !important;
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-item-link {
    color: inherit !important;
}

.rz-menu:not(.rz-profile-menu) .rz-navigation-menu .rz-navigation-item-wrapper:hover {
    background-color: #142850 !important;
    color: #fff !important;
}

.rz-navigation-item-link:hover {
    cursor: pointer;
}

.navigation-menu {
    right: 0;
    left: auto;
}

#registration-container-left {
    background-color: #0c7b93 !important;
}

.registration-container-right {
}

.rz-panel-titlebar {
    height: 15px;
}

.streetname_style {
    width: 70% !important;
    float: left !important;
}

.streetnumber_style {
    width: 30% !important;
    float: left !important;
}

.same_address_checkbox {
    width: 10%;
    float: left;
    height: 20px
}

.same_address_checkbox_label {
    width: 90%;
    float: left;
    text-align: left;
    height: 20px;
    font-size: small;
}
.rz-chkbox-icon {
    color: white !important;
}

#login-container {
    width: 100vw;
    margin: 0;
}

.loginscreen-brandname-uren {
    color: white;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 3rem;
    font-weight: 100;
}


.login-uren-checker {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.loginscreen-brandname-checker {
    color: white;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-weight: 700;
    font-size: 3rem;
}

.login-screen-title {
    font-weight: 100;
    margin: 1rem 0;
    font-size: xx-large;
}

.thanks-screen-title {
    font-weight: 200;
    margin: 0;
    font-size: xx-large;
}

.thanks-screen-image {
    width:40%;
    height:40%;
}

.confirmemail-screen-image {
    width: 30%;
    height: 30%;
}

.confirmemail-screen-title {
    font-weight: 200;
    margin: 0;
    font-size: xx-large;
}

.mobileSettingsPageButton {
    text-align:center;
    width:100%;
}

@media (min-width: 1024px) {
    .login-uren-checker {
        height: 100vh;
    }

    .loginscreen-brandname-uren {
        font-size: 5rem;
    }

    .loginscreen-brandname-checker {
        font-size: 5rem;
    }

    .login-margin-container {
        margin-left: 25%;
        margin-right: 25%;
    }

    .login-button {
        margin-top: 2rem;
    }

    .btn-login-social {
        margin-top: 0.5rem;
        width: 100%;
    }

    .login-screen-title {
        margin: 3rem 0;
    }

    .mobile {
        visibility: hidden;
        display: none;
    }

    .desktop {
        visibility: visible;
    }

    .mobileSettingsPageSpacing {
        margin-top: 0;
    }

    .mobileSettingPageLabelAndDiv {
        width: auto;
        max-width: inherit;
        flex-basis: inherit;
    }

    .container {
        max-width: 90vw !important;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .login-uren-checker {
        height: 100vh;
    }

    .loginscreen-brandname-uren {
        font-size: 5rem;
    }

    .loginscreen-brandname-checker {
        font-size: 5rem;
    }

    .login-margin-container {
        margin-left: 25%;
        margin-right: 25%;
    }

    .login-button {
        margin-top: 2rem;
    }

    .btn-login-social {
        margin-top: 0.5rem;
        width: 100%;
    }

    .login-screen-title {
        margin: 3rem 0;
    }

    .mobile {
        visibility: visible;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    .mobileSettingsPageSpacing {
        margin-top: 0;
    }

    .mobileSettingPageLabelAndDiv {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .e-card {
        padding: 1.25rem 1.5625rem;
    }

    .container {
        max-width: 90vw !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .loginscreen-brandname-uren {
        font-size: 5rem;
    }

    .loginscreen-brandname-checker {
        font-size: 5rem;
    }

    .login-margin-container {
        margin-left: 25%;
        margin-right: 25%;
    }

    .login-button {
        margin-top: 2rem;
    }

    .btn-login-social {
        margin-top: 0.5rem;
        width: 100%;
    }

    .login-screen-title {
        margin: 3rem 0;
    }

    .mobile {
        visibility: visible;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    .mobileSettingsPageSpacing {
        margin-top: 0;
    }

    .mobileSettingPageLabelAndDiv {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .e-card {
        padding: 1.25rem 1.5625rem;
    }

    .container {
        max-width: 90vw !important;
    }
}


@media (min-width: 375px) and (max-width: 767.98px) {
    .mobile {
        visibility: visible;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    li[uniqueid="profileMenuItem"] div.navigation-item-link span {
        display: none;
    }

    .mobileSettingsPageSpacing {
        margin-top: 5% !important;
    }

    .mobileSettingPageLabelAndDiv {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .navbar-brand {
        font-size:1.5rem;
    }

    .e-card {
        padding: 0 !important;
    }

    .container {
        max-width: 100vw !important;
    }
}

@media (max-width: 375px) {
    .mobile {
        visibility: visible;
    }

    .desktop {
        visibility: hidden;
        display: none;
    }

    li[uniqueid="profileMenuItem"] div.navigation-item-link span {
        display: none;
    }

    .mobileSettingsPageSpacing {
        margin-top: 5% !important;
    }

    .mobileSettingPageLabelAndDiv {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    .e-card {
        padding: 0 !important;
    }

    .container {
        max-width: 100vw !important;
    }
}


.login-container-input {
    text-align: center;
    margin: auto;
}

.login-margin-container {
    margin-left: 15%;
    margin-right: 15%;
}

.login-container-uren-checker {
    width: 50%;
    background-color: #142850;
}

.login-button {
    background-color: #142850;
    color: white;
    width: 100%;
    
}


.login-button:hover {
    background-color: black;
    color: white;
}


.btn-login-social {
    width: 100%;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #598087;
    border-color: #598087;
}

.rz-datatable-even {
    background-color: antiquewhite;
    padding-top: 0.5rem;
}

.rz-datatable-hoverable-rows {
    padding: 0.5rem;
}

#loginInputEmail {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


#loginInputPassword {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputFirstName {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputMiddleName {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputLastName {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputEmail {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputPassword {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#registerInputConfirmPassword {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: solid;
    background-color: transparent;
    border-bottom-color: #ced4da;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}




.login-form-group {
    text-align: left;
}

.mainLayoutMenuButton {
    font-size: 1em !important;
    margin-right:0.3rem;
}

.rz-g > div {
    flex: unset !important;
    padding: 0.5rem !important;
}

.hour-row {
    margin: 0.1rem !important;
    min-width:180px;
}


.mapStyle {
    width: 100% !important;
    height: 10rem !important;
}

.hourPopUp {
    margin: 0.5rem !important;
    z-index: 100000 !important;
    max-width: 95vw !important
}

.loadingContainer {
    background-color: #142850;
    height: 100vh;
    width: 100vw;
    
}

.loadingContainerUren {
    font-weight: 100;
    color: white;
}

.loadingContainerChecker {
    font-weight: 700;
    color: white;
}

.loadingContainerUrenChecker {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.loading {
    color: white;
    font-size: large;
}

.container {
    margin-top: 3%;
    margin-bottom: 3%;
}

#businessAddressTitle {
    margin-top: 3rem;
}

.subtitle {
    margin-top: 0.5rem;
}

.profileSubTab {
    cursor: pointer;
}

#mobileRoster {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 33.4%;
    text-align: center;
}

#mobileSubmit {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 33.4%;
    text-align: center;
}

#mobileApproved {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 33.4%;
    text-align: center;
}

.mobileRosterGoogleMaps {
    width:100%;
    height:25vh !important;
    min-height: 100px;
    margin-bottom: 0.5rem;
    text-align: center;
}

.mobileActivityPopUp {
    z-index:100000 !important;
}

.mobileSubmitActivityPopUp {
    z-index: 100001 !important;
}

.mobileAdditionalExpensesPopUp {
    z-index: 100002 !important;
}

.demo-mat-card {
    max-width: 400px;
}

.demo-mat-card-content {
    padding: 1rem;
}

.demo-mat-card-clean-margin {
    margin: 0px;
}


.containerDasboard {
    cursor: pointer !important;
    margin-top: 4%;
}

.cardlogo {
    cursor: default;
}

.appTitle {
    padding-left:0 !important;
}


.card-logo-agency {
    cursor: default;
    padding: 0 !important;
}

.card-title {
    font-size: x-large;
}

.profile-picture-dashboard {
    border-radius: 10%;
}

.profile-shift-table {

    
}

.border-profile-picture-dashboard {
    height: 60%;
    padding: 3%;
    position: relative;
    top: -60px;
    left: 30px;
}

.profile-userName-dashboard {
    font-size: xx-large;
    position: relative;
    left: 60px;
    padding-top: 5%;
}

.header-container-profile {

    height: 70%;
    background-color: #c80063;
}

.header-container-profile-image {
    width: 100%;
}

.profile-card {
    padding: 0 !important;
}

.header-card {
    height: 50%;
    width: 100%;
    background-color: #c80063;
}

.e-template-icon {
    padding: 10px;
    float: right;
    display: none;
}

.text-align {
    line-height: 160px;
}

.sb-demo-section .container-fluid {
    background: #E5E5E5;
}

.fas.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.fa-left {
    margin-right: 7px;
}

.btn.search {
    width: 10rem;
}

#invalidspan {
    content: 'X';
    font-size: medium;
    color: red;
    
}

#validspan {
    content: '✓';
    font-size: large;
    color: green;
}

.breaklabel {
    width:35px;
}

.breaklabelmobile {
    width: 40px;
}

.hiddenformcopy {
    visibility:hidden;
    display:none;
}

.rz-dropdown-filter-icon::after {
    content: '' !important;
}

.MobileInvoicedColumn {
    text-align: right;
    padding-right: 0.1rem;
}

.MobileInvoicedText {
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
}

.AddShiftLabel {
    margin-right:0.5rem;
    min-width:167px;
}

.ContractTermLabel {
    margin-right:0.5rem;
    width:300px;
}

.AfterInputLabel {
    margin-left: 0.5rem;
    align-self: center;
}

.rz-dropdown-label {
    margin-right:20px;
}

.mat-toast-icon {
    font-size: 3em !important;
    width: auto !important;
}

.rz-dropdown-panel {
    z-index:10000002 !important;
}

.userRateCheckBox {
    min-width:1.5rem;
}

.companyInfoViewTextarea {
    background-color:white !important;
}

.modal-dialog {
    max-width: fit-content !important;
}

.addDepartmentDialog {
    z-index:100001 !important;
}
.popUpMaxWidth {
    max-width:90vw;
}

.activityTimer {
    text-align-last: justify;
}

.contentValue {
    padding: 10px;
    overflow: auto;
    max-height: 235px;
    float:right;
    margin-bottom: 10px;
    width: 110px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.customtooltip.e-tooltip-wrap.e-popup {
    color: #212529;
    background-color: rgba(249, 119, 127, 0.9);
}

.rz-datatable-reflow .rz-datatable-data td > .rz-column-title {
    display: none !important;
}

/* Dashboard panels*/
.e-dashboardlayout .e-panel .e-panel-container .text-align {
    vertical-align: middle;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

/*Panel Header*/
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header {
    background-color: #142850;
    color: #FFF !important;
    text-align: center;
    font-size: large;
    font-weight:600;
    padding: 1rem;
    height: 50px;
}


.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double {
    color: #0378d5;
    font-size: 30px;
    height: 20px;
    width: 20px;
}

/*Panel content*/
.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
    text-align: center;
    padding: 1vw;
    overflow: auto;
}

.dashboardTable {
    border-collapse: collapse;
    text-align: left;
    width:100%;
}

.dashboardTableHeader {
    background-color: #e6ecef;
    border-bottom: 2px solid #3a474d;
}

.dashboardTableHeaderRow {
    font-size: 18px;
    font-weight: bold;
    color: #3a474d;
    padding: 3px 2px;
}

.dashboardTableRow {
    font-size: 16px;
    padding: 3px 2px;
    border-bottom-color: #3a474d;
    border-bottom-style: solid;
    vertical-align: top;
}

.e-agenda-view .e-content-wrap{
    height:auto !important;
}

.photo img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.photo {
    text-align: center;
}

.mobileDateTime{
    width:180px;
}

.addShiftDateTime {
    width:200px !important;
}

.mobileBreakLabel {
    margin-top:10px;
}

.creditInvoicePopup {
    text-align:center;
}

.creditInvoicePopup button{
    margin-left:1rem;
}

.AddShiftCheckbox {
    width:1.5rem !important;
    height:1.5rem !important;
}

.UserPopUp {
    z-index:1000000 !important;
}

.CompanyUserDropdowns {
    display:block !important;
}

/*.e-control, .e-css {
    font-size:16px !important;
}*/

.rz-datatable-data td .rz-cell-data {
    font-size:16px !important;
    white-space:normal !important;
}

.rz-datatable-thead th .rz-column-title {
    font-size: 15px !important;
    white-space: normal !important;
}

.e-mask.e-style .e-control.e-maskedtextbox::placeholder {
    color: silver !important;
    opacity: 1 !important;
}

.e-schedule .e-month-view .e-week-number {
    height: 75px !important;
}

.e-grid .e-row {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}

.e-grid .e-table {
    border-spacing: 0 10px !important;
    background-color: #f3f5f7 !important;
    padding: 0 10px;
}

.e-grid .e-gridheader .e-headercell {
    background-color: #f3f5f7;
}

.e-grid.e-default tr td {
    background-color:white
}

.e-grid td.e-active {
    background: rgba(0,0,0,0.17) !important;
}

.e-grid.e-default tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.e-grid.e-default tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.e-headercontent .e-table {
    border-spacing: 0;
}

.e-grid .e-content {
    background-color: #f3f5f7 !important;
}

.e-grid .e-headercontent {
    background-color: #f3f5f7;
}

.btn-sm {
    padding: 1px 4px !important;
    width:25px;
    height:25px;
}

.btn-primary {
    color: #fff;
    background-color: #598087 !important;
    border-color: #598087 !important;
}

.e-btn:focus, .e-css.e-btn:focus {
    box-shadow: 0 0 0 0em rgb(108 117 125 / 50%) !important;
}

button:focus {
    outline: none !important;
}

.e-card {
    padding: 1.25rem 1.5625rem;
    box-shadow: 0px 3px 6px #00000029 !important;
    overflow:visible !important;
}

.travel-expanses-warning {
    margin-top: 0.5rem;
}

.button-icon {
    display: initial !important;
    margin-right: 5px;
}

.rz-button-sm {
    padding: 0 1rem !important;
    margin: 0.1rem 0rem;
}

.e-tooltip {
    font-size: inherit !important;
    width: fit-content !important;
}

.info-icon {
    color: #142850;
}

.e-tooltip-wrap {
    background-color: #142850 !important;
    border-color: #142850 !important
}

.e-arrow-tip-outer {
    border-bottom-color: #142850 !important;
    border-top-color: #142850 !important;
}

.e-arrow-tip-inner {
    color: #142850 !important;
}

.top-button {
    margin-bottom: 0.25rem;
}

.user-rates-label {
    width: inherit;
}

.e-dropdownbase .e-list-item {
    white-space: normal !important;
}

.e-detailheadercell {
    background-color: #f3f5f7 !important;
}

.UserDropDown {
    font-size: 16px !important;
    padding: 0.1rem 0.3rem !important;
}

.infoGrid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 5rem;
}