@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Black.ttf') format('truetype');
}

:root {
    --holiday-color: #ffdede;
    --today-color: #fffdd2;
}

html {
    font-family: 'Roboto';
    font-size: 12px;
}

body {
    font-family: 'Roboto';
    font-size: 12px;
    /*Bold shows as normal in MacOS Chrome if following line not in place*/
    -webkit-font-smoothing: antialiased;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    opacity: 1;
}

a {
    color: #337ab7;
    text-decoration: none;
}

/* Bootstrap 3 utility lost in the Bootstrap 5 migration; EventMileage/_EventMileage.cshtml
   toggles mileage-form blocks (ShowMileageDuration/Mileage/GoogleValues settings) with it. */
.hidden {
    display: none !important;
}

.full-width {
    width: 100% !important;
}

/* Minimal field filter fixes */
.field-filter-listview {
    border: none !important;
    overflow: visible !important;
}

.field-filter-header {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    font-weight: bold;
    margin-bottom: 10px;
}

.field-filter-header-row {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    height: 40px;
}

.field-filter-header-cell {
    flex: 1;
    text-align: left;
    font-size: 13px;
    color: #333;
}

    .field-filter-header-cell.show-in-filters-header {
        flex: 0 0 100px;
        text-align: center;
    }

.field-filter-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    height: 40px;
}

    .field-filter-item:last-child {
        border-bottom: none;
    }

.field-filter-content {
    flex: 1;
    text-align: left;
}

.field-filter-middle {
    flex: 1;
    text-align: center;
}

.field-filter-toggle {
    flex: 0 0 100px;
    text-align: center;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
    line-height: 1.2em;
}

#people-map-wrapper {
}

    #people-map-wrapper #map {
        width: 100%;
        min-height: 500px;
        height: calc(100vh - 150px)
    }

.person-map-marker {
}

    .person-map-marker .icon {
        text-align: center;
        font-size: 16px;
        text-shadow: 0px 1px 2px #212121;
        background: white;
        border: 1px solid black;
        z-index: 1000;
        padding: 2px;
        color: white;
    }

        .person-map-marker .icon.inactive {
            color: #d35400;
        }

    .person-map-marker:after {
        content: "";
        border: 10px solid transparent;
        border-bottom: 0;
        border-right-color: transparent;
        border-top-color: black;
        border-left-color: transparent;
        display: block;
        width: 0px;
        height: 0px;
    }

    .person-map-marker .role-bar {
        /*position: absolute;*/
        width: calc(100% - 2px);
        /* border-width: 3px;
        border-style: solid;*/
    }

.btn-tds {
    background-color: #cd59cf;
    border-color: #c055c1;
    color: white;
}

    .btn-tds:hover {
        background-color: #b951bb;
        border-color: #cd59cf;
    }

.tds-preview-wrapper {
    display: block;
    margin-bottom: 15px;
}

    .tds-preview-wrapper > div {
        margin-bottom: 25px !important
    }

        .tds-preview-wrapper > div > div {
            width: 355px;
            display: inline-block;
        }

            .tds-preview-wrapper > div > div > div {
                margin: 5px;
            }

.tds-trip-request-preview,
.tds-customer-referral-preview {
    max-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
}

.tds-trip-request-payload,
.tds-customer-referral-payload {
    min-height: 300px;
    overflow: auto;
    flex: 1 1 auto;
}

.tds-trip-request-actions,
.tds-customer-referral-actions {
    flex: 0 0 auto;
    padding-top: 12px;
    background: #fff;
}

a[href^="tel:"], a[href^="mailto:"] {
    color: #2b42c1;
}

/*.inline {
    display: inline-block;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.key-value-block {
    margin-bottom: 4px;
    width: 100%;
}

    .key-value-block.key-value-block-inline {
        display: flex;
        align-content: center;
        align-items: baseline;
    }

        .key-value-block.key-value-block-inline > * {
            display: inline-block;
        }

    .key-value-block.key-value-block-nowrap > * {
        overflow: hidden;
        /*text-overflow: ellipsis;*/
        white-space: initial;
    }

    .key-value-block.key-value-block-read-only {
        padding-top: 5px;
    }

    .key-value-block > *:nth-child(1) {
        width: 55%;
        line-height: 12px;
        margin: 0 5px 0 0;
    }

    .key-value-block:not(.key-value-block-inline) > *:nth-child(1) {
        width: 100%;
    }

    .key-value-block.key-value-block-read-only > *:nth-child(1) {
        padding-top: 0 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .key-value-block > *:nth-child(2) {
        line-height: 12px;
        width: 100%;
    }

    .key-value-block.key-value-block-inline > *:nth-child(2) {
        line-height: 20px;
        width: calc(45% - 10px);
    }

    .key-value-block > *:nth-child(2) [data-role="checkbox"] {
        margin-top: 6px;
    }

    .key-value-block.key-value-block-short-label {
        align-items: flex-start;
    }

        .key-value-block.key-value-block-short-label > *:nth-child(1) {
            width: 30% !important;
            padding-top: 0.5em;
            line-height: 1.5em;
            word-wrap: break-word;
        }

        .key-value-block.key-value-block-short-label > *:nth-child(2) {
            width: calc(70% - 15px) !important;
            line-height: 1.5em;
        }

    .key-value-block.key-values-align-sides {
        display: flex;
        justify-content: stretch;
        width: 100% !important;
        align-content: space-between !important;
        flex-direction: row;
    }

        .key-value-block.key-values-align-sides > :first-of-type {
            flex: 1;
            align-content: space-evenly;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.key-value-auto-width {
}

    .key-value-auto-width > * {
        width: fit-content !important;
    }

.wide-layout {
    display: inline-block;
}

    .wide-layout .key-value-block {
        width: 20%;
        padding: 2px 5px;
        display: inline-block;
        vertical-align: top;
    }

    .wide-layout > .key-value-block > *:nth-child(1) {
        width: fit-content;
        line-height: 30px;
        padding: 0;
    }

    .wide-layout > .key-value-block > *:nth-child(2) {
        width: calc(60% - 10px);
        line-height: 30px;
        max-width: 100%;
    }

    .wide-layout .key-value-block.scheduled-for {
        width: fit-content;
    }

    .wide-layout .key-value-block.comment-block {
        width: 33%;
    }

        .wide-layout .key-value-block.comment-block > div {
            width: 100%;
        }

    .wide-layout > [data-role="listview"] .key-value-block [type="text"], .wide-layout > [data-role="listview"] .key-value-block textarea {
        width: 100%;
    }
/*************Text formatting Begin*************/
.txt-underline {
    text-decoration: underline;
}

.txt-bold {
    font-weight: bold;
}

.txt-white {
    color: white !important;
}

.txt-red-f44336 {
    color: #f44336;
}

.txt-red-f22613 {
    color: #f22613;
}

.txt-red-e00000 {
    color: #e00000;
}

.txt-red-dc143c {
    color: #dc143c;
}

.txt-red-ffdad7c {
    color: #ffdad7;
}

.txt-blu-448aff {
    color: #448aff;
}

.txt-blu-0058e9 {
    color: #0058e9;
}

.txt-blu-000036 {
    color: #000036;
}

.txt-blu-0f58d3 {
    color: #0f58d3;
}

.txt-blu-0f4880 {
    color: #0f4880;
}

.txt-grn-37b400 {
    color: #37b400;
}

.txt-grn-00a566 {
    color: #00a566;
}

.txt-grn-3cb878 {
    color: #3cb878;
}

.txt-ppl-663399 {
    color: #663399;
}

.txt-ppl-8b008b {
    color: #8b008b;
}

.txt-ppl-58007e {
    color: #58007e;
}

.txt-ppl-3b0053 {
    color: #3b0053;
}

.txt-ylw-856514 {
    color: #856514;
}

.txt-ylw-b8860b {
    color: #b8860b;
}

.txt-ylw-806c00 {
    color: #806c00;
}

.txt-ylw-382903 {
    color: #382903;
}

.txt-orn-e63022 {
    color: #e63022;
}

.txt-orn-ffc000 {
    color: #ffc000;
}

.txt-orn-802200 {
    color: #802200;
}

.txt-orn-d35400 {
    color: #d35400;
}

.txt-gry-cccccc {
    color: #cccccc;
}

.txt-gry-999999 {
    color: #999999;
}
/*************Text formatting End*************/

/*************Background Colours End*************/

.bg-beige {
    background-color: beige;
}

.bg-aliceblue {
    background-color: aliceblue;
}

.bg-FFC9C9 {
    background-color: #FFC9C9 !important;
}
/*************Background Colours End*************/
.shadow1 {
    box-shadow: 0 3px 1px -2px #747474, 0 2px 2px 0 #747474, 0 1px 5px 0 #747474;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.font-initial {
    font-size: initial !important;
}

.float-right {
    float: right;
}

.cursor-help:hover {
    cursor: help;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.logo-header {
    background-color: #ffffff;
    height: 70px;
}

.logo-img {
    width: 100%;
    max-height: 200px;
    -webkit-object-fit: scale-down;
    object-fit: scale-down;
}

#leftMenu-toggle {
    display: none;
    font-size: 20px;
    background-color: transparent;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    z-index: 1001;
}

footer {
    text-align: center;
    z-index: 10;
    background-color: #ffffff;
    font-size: 12px;
    padding: 5px;
}

    footer img {
        max-width: 70%;
    }

[data-title]:not(button):not(.k-button):not(a):not(input):not(.k-header) {
    cursor: help;
}

[data-person-mini-profile]:hover, [data-eventmini-id]:hover {
    cursor: progress;
    text-decoration: underline;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.fa.fa-custom-strike:after {
    position: absolute;
    content: "/";
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    color: red;
    font-weight: bold;
    font-size: 180%;
    left: 10px;
    top: 2%;
    text-shadow: 0 0 15px 5px #ffffff;
}

.fa.fa-custom-warn:after {
    position: absolute;
    content: "!";
    color: red;
    font-weight: bold;
    font-size: 1.5em;
    left: 5px;
    top: 3px;
    text-shadow: 0 0 15px 5px #ffffff;
}

.view-height {
    min-height: calc(100 * var(--vh, 1vh));
    width: 100%;
    /*    padding: 70px 30px;*/
}

.k-sprite.fa, .k-sprite.fa-char {
    font-size: 14px;
    /*margin-right: 4px;*/
    width: fit-content;
    overflow: visible;
}

.k-sprite.fa-char {
    font-size: 13px !important;
}

.body-content > div:first-of-type {
    min-height: 100vh;
}

.dl-horizontal dt {
    white-space: normal;
}

/*#quick-links {
        position: fixed;
        top: 0;
        left: -250px;
        z-index: 999;
        transition: all 0.5s ease-in-out;
        overflow-y: auto;
    }

    #quick-links.active {
        left: 0;
    }

    #quick-links > div {
        padding: 15px;
        padding-right: 40px;
        margin-right: 35px;
        width: 250px;
        height: 100vh;
        background-color: #ffffff;
        border-right: 1px solid #cccccc;
        box-shadow: 0 0 5px #cccccc;
    }

#quick-links-toggle {
    position: relative;
    left: 234px;
    top: 25vh;
    font-size: 14px !important;
    border-radius: 0 0 17.5px 17.5px;*/
/*width: 100px;*/
/*transform: rotate(270deg);
    transform-origin: top left;
    text-transform: none;
    text-align: right;
}

    #quick-links-toggle .fa {
        width: 20px;
    }*/
.top-menu-wrapper {
    height: 50px;
    margin-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 7px #cccccc;
    text-align: center;
}

    .top-menu-wrapper > div {
        line-height: 50px;
        display: inline-block;
    }

        .top-menu-wrapper > div:first-of-type {
            font-size: 16px;
            position: absolute;
            left: 0;
            padding-left: 20px;
            max-width: unset;
        }

        .top-menu-wrapper > div:nth-of-type(2) {
            width: 240px;
        }

        .top-menu-wrapper > div:last-of-type {
            position: absolute;
            right: 0;
            width: fit-content;
        }

            .top-menu-wrapper > div:last-of-type > div {
                display: inline-block;
                margin-right: 5px;
            }

#logoutForm {
    text-align: right;
    height: 50px;
    margin-right: 15px;
}

    #logoutForm > div {
        display: inline-block;
    }

    #logoutForm img {
        height: 42px;
        width: 42px;
        border-radius: 21px;
        object-fit: cover;
        border: 2px solid #ffffff;
        margin: 0;
    }

    #logoutForm #user-menu > li > .k-active {
        background-color: white;
    }

.count-block {
    display: inline-block;
    padding: 5px;
    background: #ffffff;
    height: 83px;
    width: 100%;
    letter-spacing: 0px;
    margin-bottom: 4px;
    box-shadow: 0 0 5px #cccccc;
    border-radius: 5px;
    font-size: 14px;
}

    .count-block .counter {
        font-size: 2em;
    }


.card-header {
}

    .card-header > div {
        display: inline-block;
    }

        .card-header > div:last-of-type {
            position: relative;
            right: 0;
        }


.top-menu {
}

    .top-menu > div {
        display: block;
        width: 100% !important;
        text-align: left;
        min-height: auto;
    }

        .top-menu > div:first-of-type {
            height: 90px;
        }

            .top-menu > div:first-of-type > * {
                display: flex;
                display: -webkit-flex;
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                -o-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .top-menu > div:first-of-type img {
                height: 70px;
                width: auto;
                margin-left: 15px;
            }

        .top-menu > div:nth-child(2) {
            min-height: calc(100vh - 90px);
            height: auto;
        }

    .top-menu #leftMenu {
        box-shadow: 0 2px 20px #ccc;
        text-align: center;
        background-color: white;
    }

        .top-menu #leftMenu > *:nth-child(2) {
            margin: 15px 15px 0 auto;
        }



/******************************Left Menu Begin*********************************/
/*#left-menu {
    background-color: #ffffff;
    color: #00275F;
    font: Medium 13px/15px Roboto;
    letter-spacing: 0px;
    color: #00275F;
}

    #left-menu [role="menuitem"] .k-link:not(.k-header) {
        cursor: pointer;
        border-radius: 0 15px 15px 0;
        border: none;
        box-shadow: none;
    }

    #left-menu .k-link.k-header {
        font: Bold 14px/16px Roboto;
        letter-spacing: 0px;
        color: #00275F;
    }

    #left-menu > li {*/
/*    margin-bottom: 15px;*/
/*}

    #left-menu .k-link.k-state-selected:not(.k-header) {
        color: #ffffff;
        background-color: #73E3A0;
    }

    #left-menu .k-state-selected {
        color: #00275F;
        background-color: #ffffff;
    }

    #left-menu .k-state-hover:hover {
        color: #00275F;
    }

    #left-menu ul {*/
/*padding-left: 15px;*/
/*}

        #left-menu ul .k-link {
            padding: 5px 5px 5px 35px;
            margin-right: 20px;
        }

    #left-menu .k-header {
        padding: 20px 5px 20px 20px;
    }*/
/******************************Left Menu Begin*********************************/
/******************************Change Entity Begin*********************************/
.change-entity-block {
    display: flex;
    display: -webkit-flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 5px;
    border: 1px solid #CCCCCC;
    margin: 5px;
    cursor: pointer;
    vertical-align: top;
}

    .change-entity-block > * {
        display: inline-block;
        margin-right: 5px;
    }

    .change-entity-block img {
        width: 100px;
        height: 100px;
        -webkit-object-fit: cover;
        object-fit: cover;
        border: 5px solid #ffffff;
        background-color: #ffffff;
    }

    .change-entity-block > div {
        width: 230px;
        height: 100px;
    }

        .change-entity-block > div header {
            font-size: 25px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 25px;
            height: 70px;
        }

        .change-entity-block > div button {
            float: right;
        }


/******************************Change Entity Ends*********************************/


/*****************Event Window Begin************************/

.stops-wrapper {
    padding: 10px;
    border: 1px solid #9E9E9E;
    border-radius: 2px;
    display: block;
    margin: 5px;
    box-shadow: 0 0 5px #cccccc;
}

    .stops-wrapper .float-block {
        position: relative;
        top: -10px;
        right: -10px;
        padding: 5px 20px;
        box-shadow: 0 0 5px #cccccc;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.8);
        display: none;
    }

    .stops-wrapper:hover .float-block {
        display: block;
        width: 100%;
        width: fit-content;
        margin: 0 0 0 auto;
    }

    .stops-wrapper .float-block button {
        margin-bottom: 3px;
    }

.stops-address {
    font-size: var(--kendo-font-size, 12px);
    line-height: 1.2em;
}

    .stops-address .comment-block, .stop-block .comment-block {
        padding: 5px 0 0 5px;
    }

.stops-wrapper .input-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

    .stops-wrapper .input-block:last-of-type {
        margin-right: 0;
    }

    .stops-wrapper .input-block label {
        display: block;
    }

.stops-wrapper > div:last-of-type .input-block {
    margin-bottom: 0;
}

.person-wrapper {
    border: 1px solid #9E9E9E;
    border-radius: 2px;
    display: block;
    margin: 5px;
    box-shadow: 0 0 5px #cccccc;
    padding: 5px;
}

    .person-wrapper .float-block {
        position: relative;
        top: -5px;
        right: 5px;
        padding: 5px 10px;
        box-shadow: 0 0 5px #cccccc;
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.8);
        display: none;
    }

    .person-wrapper:hover .float-block {
        padding: 0 0 3px 3px;
        width: 36px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }

    .person-wrapper .float-block button {
        margin-bottom: 3px;
    }

    .person-wrapper .notify-wrapper {
        display: block;
    }

        .person-wrapper .notify-wrapper .notify-block {
            padding: 6px;
            font-size: 14px;
            display: inline-block;
        }

            .person-wrapper .notify-wrapper .notify-block.txt-red-ffdad7c {
                padding: 6px 2px;
            }

    .person-wrapper.min > *:nth-of-type(n+3) {
        height: 0;
        opacity: 0;
        display: none;
    }

    .person-wrapper.min:hover > *:nth-of-type(n+3) {
        height: auto;
        opacity: 1;
        display: block;
    }

    .person-wrapper.min > .input-block {
        margin-bottom: 2px;
    }

    .person-wrapper.min:hover > .input-block {
        margin-bottom: 10px;
    }

    .person-wrapper.min > * {
        transition: all 200ms ease-in-out;
    }

.person-list-wrapper {
    padding: 5px 10px;
}

.k-list .person-wrapper {
    border: none;
    padding: 0;
}

.person-wrapper img, .person-list-wrapper img {
    margin-right: 10px;
    width: 2em;
    height: 2em;
    object-fit: cover;
    border-radius: 1em;
}

.person-wrapper strong {
    line-height: 1.2em;
}

.event-template {
    padding: 4px;
}

    .event-template.green-indicator {
        border-left: 3px solid lime;
    }

    .event-template.red-indicator {
        border-left: 4px solid red;
    }

    .event-template.orange-indicator {
        border-left: 4px solid orange;
    }

    .event-template.grey-indicator {
        filter: grayscale(1);
    }

/*Hide left columns in Scheduler week view*/
#scheduler .k-scheduler-timelineWeekview .k-scheduler-times .k-scheduler-table {
    display: none;
}

/*Hide time row in scheduler week view*/
#scheduler .k-scheduler-timelineWeekview .k-scheduler-table > tbody > tr:nth-child(2) {
    display: none;
}

/*Remove scroll on load Scheduler week view*/
#scheduler .k-scheduler-timelineWeekview .k-scheduler-content {
    min-height: 100px;
}

/*Hide arrow heads on overlap times Scheduler week view*/
#scheduler .k-scheduler-timelineWeekview .k-event-actions {
    display: none;
}

#scheduler .k-scheduler-agendaview .event-template {
    display: flex;
}

#scheduler .k-scheduler-agendaview .k-scheduler-mark {
    display: none;
}

#scheduler .k-scheduler-agendaview .event-template > div {
    display: inline-block;
    margin: 0 5px;
    line-height: 1.2em;
    white-space: normal;
}

    #scheduler .k-scheduler-agendaview .event-template > div:first-of-type {
        width: 60px;
    }

    #scheduler .k-scheduler-agendaview .event-template > div:nth-child(2), .k-scheduler-agendaview .event-template > div:nth-child(3) {
        width: 100px;
    }

    #scheduler .k-scheduler-agendaview .event-template > div:nth-child(4) {
        width: 250px;
    }

        #scheduler .k-scheduler-agendaview .event-template > div:nth-child(4) > .stop-block {
            margin-bottom: 5px;
        }

    #scheduler .k-scheduler-agendaview .event-template > div:last-of-type {
        overflow: hidden;
    }

#scheduler .k-scheduler-footer {
    display: none;
}

.event-form-wrapper .k-tabstrip-items .k-link {
    padding: 5px 15px;
}

.event-editor-popup, .k-window-titleless.k-editor-widget {
    box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px rgba(0,0,0,.12);
    border: 1px solid #000000;
    border: 1px solid rgba(0,0,0,.12);
    border-bottom-width: 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .event-editor-popup .k-icon, .k-window-titleless.k-editor-widget .k-icon {
        line-height: 16px;
        font-size: 14px;
    }
/*
[id*="tab-events-"] .k-combobox .k-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

    [id*="tab-events-"] .k-combobox .k-icon:not(.k-i-loading):before {
        content: '\f002';
    }

[id*="tab-events-"] .k-combobox .k-icon > svg {
    display: none !important;
}*/

.tab-icon-wrapper {
    display: inline-block;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding-top: 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    box-shadow: 1px 1px 3px 0px #ebebeb;
}

/*****************Event Window End************************/

/*****************Scheduler Begin************************/
/*Scheduler toolbar Begin*/
#mileage-toolbar {
    margin-bottom: 15px;
    width: 100%;
}

    #mileage-toolbar > div {
        display: inline-block;
    }

    /* #mileage-toolbar > div:first-of-type {
            text-align: left;
        }

        #mileage-toolbar > div:last-of-type {
            text-align: right;
            position: absolute;
            right: 0;
            height: 52px;
        }*/

    /* #mileage-toolbar > div:last-of-type .input-block > * {
                display: inline-block;
            }
*/
    #mileage-toolbar .input-block {
        display: inline-block;
        vertical-align: top;
        margin-left: 4px;
    }

    #mileage-toolbar > div:first-of-type {
        width: calc(100% - 397px);
    }

    #mileage-toolbar > div:last-of-type {
        width: 390px;
    }

    #mileage-toolbar .input-block > * {
        display: block;
    }

    #mileage-toolbar .input-block > label {
        min-height: 1em;
    }

    #mileage-toolbar .input-block:last-of-type {
        text-align: right;
        /*float: right;*/
        /*height: 52px;*/
    }

/*#mileage-toolbar .input-block:last-of-type > * {
                display: inline-block;
                margin-left: 4px;
            }*/

/*#mileage-toolbar .text-end > *:not(:last-child) {
        margin-right: 5px;
    }

#event-bulk-actions {
    line-height: 2.5em;
}*/
/*Scheduler toolbar End*/
#scheduler {
    margin-top: 10px;
}

    #scheduler[data-role="listview"], .scheduler-person [data-role="listview"] {
        border: none;
    }

    #scheduler .k-event {
        padding-right: inherit;
        /*border: 1px solid #d0d0d0 !important;*/
        box-shadow: 0 0 2px #747474 inset;
        border-radius: 5px;
        cursor: pointer !important;
    }

    #scheduler .event-template .head-line {
        font-size: 12px;
        /*margin-bottom: 3px;*/
        line-height: 1em;
    }

    #scheduler .event-template .receiver-line {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 2px;
        display: inline-block;
        width: calc(79% - 5px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #scheduler .event-template .status-line {
        display: inline-block;
        width: 21%;
        text-align: right;
        overflow: hidden;
        text-overflow: clip;
    }

    #scheduler .event-template .time-line {
        font-size: 11px;
        line-height: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #scheduler .event-template .provider-line {
        font-size: 11px;
    }

    #scheduler .event-template.not-active {
        color: #9e9e9e;
        background-color: #FFFFFF;
        box-shadow: 0 0 2px #CCC inset;
    }

    #scheduler .other-people {
        float: right;
    }

    /*Scheduler Table View Begin*/
    #scheduler[data-role="listview"] .k-listview-content, .scheduler-person .k-listview-content {
        min-height: 200px;
    }

.scheduler-row-block {
    box-shadow: 0 3px 1px -2px #747474, 0 2px 2px 0 #747474, 0 1px 5px 0 #747474;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
    display: flex;
}

    .scheduler-row-block > * {
        display: inline-block;
    }

    .scheduler-row-block label {
        margin-bottom: 3px;
        line-height: 16px;
    }

    .scheduler-row-block > * {
        padding: 0 5px;
    }

    .scheduler-row-block > div:first-of-type {
        width: 8%;
        min-width: 100px;
        border-right: 1px solid #aeaaaa;
        font-size: 15px;
        text-align: center;
    }

        .scheduler-row-block > div:first-of-type input {
            float: left;
            margin-top: 2px;
        }

        .scheduler-row-block > div:first-of-type > div {
            /*font-size: 13px;*/
            line-height: 16px;
            margin-bottom: 2px;
            height: calc(100% - 35px);
        }

            .scheduler-row-block > div:first-of-type > div:first-child > * {
                font-size: 13px !important;
                margin-bottom: 5px;
            }

            .scheduler-row-block > div:first-of-type > div:nth-child(2) {
                font-weight: bold;
                height: 35px;
            }

    .scheduler-row-block > .fancy-scroll {
        max-height: 207px;
        overflow: auto;
    }

    .scheduler-row-block > div:nth-child(2) {
        width: 10.5%;
        min-width: 100px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
    }

    .scheduler-row-block > div:nth-child(3) {
        width: 10.5%;
        min-width: 85px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
    }

    .scheduler-row-block.provider-view > div:nth-child(3) {
        display: none;
    }

    .scheduler-row-block > div:nth-child(4) {
        width: 16%;
        min-width: 120px;
        border-right: 1px solid #cccccc;
    }

    .scheduler-row-block.provider-view > div:nth-child(4) {
        width: 25%;
    }

    .scheduler-row-block > div:nth-child(5) {
        width: 25%;
        min-width: 160px;
        border-right: 1px solid #cccccc;
        overflow-wrap: break-word;
    }

        .scheduler-row-block > div:nth-child(5) .fancy-scroll {
            max-height: 75px;
            overflow: auto;
            text-overflow: ellipsis;
            margin-bottom: 3px;
            line-height: 13px;
        }

    .scheduler-row-block > div:last-of-type {
        width: 30%;
        min-width: 80px;
    }

        .scheduler-row-block > div:last-of-type > div:first-of-type {
            height: 0;
            text-align: right;
        }

    .scheduler-row-block.provider-view > div:last-of-type {
        width: 31.5%;
    }

    .scheduler-row-block > div:last-of-type > div {
        margin-bottom: 5px;
        width: 100%;
    }

        .scheduler-row-block > div:last-of-type > div:first-of-type img {
            height: 22px;
        }

    .scheduler-row-block .stop-block {
        margin: 2px;
        padding: 2px;
        line-height: 1.3em;
    }

        .scheduler-row-block .stop-block:not(:last-of-type) {
            border-bottom: 1px solid #cccccc;
        }

        .scheduler-row-block .stop-block span {
            margin-right: 12px;
            padding-bottom: 2px;
            word-break: keep-all;
            word-wrap: normal;
            white-space: nowrap;
        }

    .scheduler-row-block .person-block {
        margin-bottom: 5px
    }

        .scheduler-row-block .person-block > * {
            margin: auto;
            width: 100%;
        }

        .scheduler-row-block .person-block img {
            margin-bottom: 5px;
            width: 32px;
            height: 32px;
            display: block;
            border-radius: 16px;
            border: 1px solid #ffffff;
            object-fit: cover;
        }


    .scheduler-row-block [id*="phone-block-"] span {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .scheduler-row-block .field-data-block {
        width: 100%;
    }

        .scheduler-row-block .field-data-block > * {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
            margin-bottom: 2px;
        }

        .scheduler-row-block .field-data-block > :first-child {
            width: 60px;
        }

        .scheduler-row-block .field-data-block > :nth-child(2) {
            width: calc(100% - 64px);
        }

        .scheduler-row-block .field-data-block .k-icon {
            font-size: 16px;
        }

    .scheduler-row-block.green-indicator {
        border-left: 3px solid lime;
    }

    .scheduler-row-block.red-indicator {
        border-left: 3px solid red;
    }

    .scheduler-row-block.orange-indicator {
        border-left: 3px solid orange;
    }

    .scheduler-row-block.faded {
        filter: grayscale(1);
        opacity: 0.75;
    }

    .scheduler-row-block .person-input-block-container {
        width: 100%;
        text-align: left;
        margin: 2px;
        display: inline-block;
        white-space: nowrap;
        vertical-align: middle;
    }

        /*.scheduler-row-block .custom-Field-Container > div :first-child {
        width: 60px;
    }

    .scheduler-row-block .custom-Field-Container > div :nth-child(2) {
        width: calc(100% - 60px);
    }*/

        .scheduler-row-block .person-input-block-container .person-input-block > * {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
            margin-bottom: 2px;
        }

    .scheduler-row-block .custom-Field-window-edit .key-value-block-read-only, .scheduler-row-block .custom-Field-Container .key-value-block-read-only {
        padding-top: 0;
        margin: 0;
    }

.person-name:hover {
    cursor: pointer;
    text-decoration: underline;
}

/*Scheduler Table View End*/

[data-type="remove"].close-tab {
    color: #747474;
}

    [data-type="remove"].close-tab:hover {
        color: #f44336;
        text-shadow: 5px 5px 10px #cccccc;
    }

[data-bind="source: FieldDatas"] {
    /*padding: 10px;
    border: 1px solid #9E9E9E !important;
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #cccccc;*/
}

[id*="tab-wrapper-"] {
    overflow-y: auto;
    overflow-x: hidden;
}

/*--------------Advanced filter start----------------*/

#advancedFilter .k-toolbar .k-filter-field, #advancedFilter .k-toolbar > .k-toolbar-item > button {
    margin-left: 5px;
}

#advancedFilter .k-toolbar .k-filter-field {
    width: calc(100% - 112px);
}


#advancedFilter .k-toolbar .k-filter-operator {
    width: 100px;
}

#advancedFilter .k-toolbar .k-picker {
    width: 100% !important;
}

#advancedFilter .k-toolbar > .k-toolbar-tool {
    margin-right: 0 !important;
}

#advancedFilter .k-filter-item .k-filter-toolbar-item > *:not(.k-checkbox),
#advancedFilter .k-filter-item .k-filter-toolbar, #advancedFilter .k-filter-item .k-toolbar {
    width: 100%;
}

#advancedFilter .k-filter-item .k-filter-toolbar-item.k-filter-value {
    width: calc(100% - 43px);
}

#advancedFilter .k-filter-item .k-filter-toolbar-item:last-of-type {
    width: 36px;
}
/*--------------Advanced filter end----------------*/

#scheduler-filters {
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

    #scheduler-filters.active {
        right: 0;
    }

    #scheduler-filters > div {
        padding: 15px;
        margin-left: 30px;
        width: 320px;
        height: 100vh;
        background-color: #ffffff;
        border-left: 1px solid #cccccc;
        box-shadow: 0 0 5px #cccccc;
        overflow-y: auto;
    }

        #scheduler-filters > div > div {
            margin-top: 8px;
        }

            #scheduler-filters > div > div > label {
                display: inline-block;
                width: 25%;
            }

            #scheduler-filters > div > div > div {
                display: inline-block;
                width: 100%;
                margin-top: 15px;
            }

                #scheduler-filters > div > div > div > label {
                    margin: 0;
                }


    #scheduler-filters .button-block {
        text-align: left;
        padding-top: 20px;
    }

        #scheduler-filters .button-block > button {
            margin-bottom: 10px;
        }

    #scheduler-filters .person-list-wrapper {
        padding: 4px 0;
    }

        #scheduler-filters .person-list-wrapper img {
            border: 1px solid #ffffff;
            max-height: 24px;
            width: 24px;
            border-radius: 15px;
        }

    #scheduler-filters #simpleFilter .label-value-cell .k-dropdownlist {
        width: 110px;
    }

    #scheduler-filters #simpleFilter .label-value-cell .k-datepicker {
        max-width: 115px;
    }

    #scheduler-filters #simpleFilter .label-value-cell label {
        width: 60px;
        margin-right: 15px;
    }


    #scheduler-filters #advance-filter {
        position: relative;
        top: -60vh;
        font-size: 14px !important;
        border-radius: 17.5px 17.5px 0 0;
        /*width: 100px;*/
        transform: rotate(270deg);
        transform-origin: top left;
        text-transform: none;
        text-align: right;
    }

    #scheduler-filters #advancedFilter > div {
        display: inline-block;
        line-height: 30px;
    }

    #scheduler-filters #advancedFilter > .input-block {
        display: flex;
    }

    #scheduler-filters #advancedFilter > div > label {
        margin-right: 15px;
    }

    #scheduler-filters #save-filter-template {
        /*position: absolute;*/
        /*bottom: -90px;*/
    }

/*****************Scheduler End************************/
/*****************People Grid Begin**********************/
#people {
    border: none;
}

#people-bulk-actions {
    display: none;
}

#people-toolbar {
    margin-bottom: 5px;
}

.people-table-block {
    /*box-shadow: 0 0 3px #cccccc;*/
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
    display: flex;
}

    .people-table-block .k-badge-md {
        font-size: 1em;
    }

    .people-table-block > * {
        display: inline-block;
    }

    .people-table-block label {
        margin-bottom: 3px;
        line-height: 16px;
    }

    .people-table-block > *:not(:last-child) {
        margin-right: 10px;
    }

    .people-table-block > div:first-of-type {
        width: 20%;
        min-width: 155px;
    }

        .people-table-block > div:first-of-type > div:first-of-type {
            height: calc(100% - 40px);
        }

        .people-table-block > div:first-of-type > div:last-of-type {
            height: 35px;
        }

        .people-table-block > div:first-of-type > div > div {
            display: inline-block;
            vertical-align: top;
        }

            .people-table-block > div:first-of-type > div > div:first-child {
                width: 69px;
            }

            .people-table-block > div:first-of-type > div > div:last-child {
                width: calc(100% - 72px);
            }

        .people-table-block > div:first-of-type strong {
            font-size: 13px;
            line-height: 20px;
        }

        .people-table-block > div:first-of-type img {
            width: 64px;
            height: 64px;
            object-fit: cover;
            border-radius: 32px;
            margin-right: 5px;
            border: 2px solid #ffffff;
        }

        .people-table-block > div:first-of-type input {
            float: left;
            position: absolute;
        }

        .people-table-block > div:first-of-type > div:nth-child(2) {
            font-weight: bold;
        }

    .people-table-block > div:nth-child(2) {
        width: 20%;
        min-width: 150px;
    }

        .people-table-block > div:nth-child(2) > div {
            line-height: 16px;
            /*  overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
        }

    .people-table-block > div:nth-child(3) {
        width: 15%;
        min-width: 80px;
    }

        .people-table-block > div:nth-child(3) > div > div {
            text-align: center;
        }

            .people-table-block > div:nth-child(3) > div > div > span {
                display: inline-block;
                margin-bottom: 3px;
            }


    .people-table-block > div:nth-child(4) {
        width: 21%;
        min-width: 80px;
    }

    .people-table-block > div:nth-child(5) {
        width: 30%;
        min-width: 80px;
    }

        .people-table-block > div:nth-child(5) .fancy-scroll {
            max-height: 80px;
            overflow: auto;
            text-overflow: ellipsis;
            line-height: 13px;
        }

    .people-table-block > div:nth-child(6) {
        width: 25%;
        min-width: 80px;
    }

    .people-table-block .tags-block {
        margin-top: 4px;
        width: 100%;
    }

        .people-table-block .tags-block > div > div {
            display: inline-block;
            padding: 3px 5px;
            margin: 0 2px 3px 0;
            border-radius: 2px;
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            position: relative;
        }

    .people-table-block .field-data-block {
        width: 100%;
    }

        .people-table-block .field-data-block > * {
            display: inline-block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .people-table-block .field-data-block > :first-child {
            width: 75px;
            vertical-align: top;
        }

        .people-table-block .field-data-block > :nth-child(2) {
            width: calc(100% - 79px);
            padding-top: 2px;
        }

            .people-table-block .field-data-block > :nth-child(2).k-icon {
                padding-top: initial;
            }

        .people-table-block .field-data-block .k-icon {
            font-size: 16px;
        }

    .people-table-block .party-comment-block {
        padding: 2px 5px;
        margin-bottom: 2px;
        display: block;
        width: 100%;
        line-height: 1.2em;
    }

        .people-table-block .party-comment-block > div {
            display: block;
            width: 100%;
            max-height: 95px;
            overflow: auto;
        }

        .people-table-block .party-comment-block > span:last-of-type {
            display: block;
            width: 100%;
            text-align: right;
            font-style: italic;
            font-size: 0.9em;
        }

        .people-table-block .party-comment-block:not(:first-of-type) {
            border-top: 1px solid #cccccc;
        }

    .people-table-block .person-custom-Field-window-edit .key-value-block-read-only {
        padding-top: 0;
        margin-bottom: 0;
    }

.people-card-block {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    margin: 2.5px;
    margin-bottom: 5px;
    display: inline-block;
    width: calc(33.33% - 7px);
    vertical-align: top;
    min-height: 125px;
}

    .people-card-block > div {
        display: inline-block;
        vertical-align: top;
        height: auto;
        width: 100%;
    }

        .people-card-block > div:first-of-type > div > * {
            display: inline-block;
        }

        .people-card-block > div:first-of-type strong {
            font-size: 13px;
            line-height: 20px;
        }

        .people-card-block > div:first-of-type img {
            width: 48px;
            height: 48px;
            object-fit: cover;
            border-radius: 32px;
            margin-right: 5px;
            border: 2px solid #ffffff;
        }

        .people-card-block > div:first-of-type input {
            float: left;
            position: absolute;
            z-index: 1;
            /*background-color: #ffffff;*/
        }

        .people-card-block > div:first-of-type {
        }

            .people-card-block > div:first-of-type .input-block > * {
                display: inline-block;
            }

        .people-card-block > div:nth-child(2) {
            margin: 10px 0 0;
            width: calc(50% - 7px);
        }

        .people-card-block > div:nth-child(3) {
            margin: 10px 0 0;
            width: calc(50% - 7px);
        }

    .people-card-block .tags-block {
        display: inline-block;
    }

        .people-card-block .tags-block > div > div {
            display: inline-block;
            padding: 3px 5px;
            margin: 2px 2px 3px 0;
            border-radius: 2px;
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            position: relative;
        }

    .people-card-block .person-custom-Field-window-edit .key-value-block-read-only {
        padding-top: 0;
        margin-bottom: 0;
    }

.people-compact-block {
    font-size: 12px;
    padding: 5px;
}

    .people-compact-block.person-wrapper {
        border: 1px solid #cccccc;
        border-bottom: 0;
        box-shadow: none;
        margin: 0;
    }

    .people-compact-block > div {
        display: inline-block;
        vertical-align: top;
        height: 100%;
    }

        .people-compact-block > div:first-of-type {
            width: 200px;
        }

        .people-compact-block > div:nth-child(2) {
            width: 170px;
        }

        .people-compact-block > div:nth-child(3), .people-compact-block > div:nth-child(4), .people-compact-block > div:nth-child(5) {
            width: calc((100% - 385px) / 3);
        }

.people-minimal-row-block {
    padding: 5px;
    display: flex;
}

    .people-minimal-row-block > div:first-of-type {
        width: 50px;
        text-align: center;
    }

    .people-minimal-row-block img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        object-fit: cover;
    }

    .people-minimal-row-block > div:nth-child(2) {
        width: 170px;
        font-size: 1.2em;
        overflow: auto;
        /*text-overflow: ellipsis;*/
        white-space: nowrap;
        font-weight: bold;
        line-height: 32px;
    }

    .people-minimal-row-block > div:nth-child(3) {
        width: 80px;
    }

        .people-minimal-row-block > div:nth-child(3) > div {
            display: inline-block;
            font-size: 11px !important;
            padding: 2px 4px;
            border-radius: 4px;
            width: fit-content;
            float: left;
            margin: 0 2px 2px 0;
        }

    .people-minimal-row-block > div:last-of-type {
        display: block;
        width: 160px;
        margin-left: auto;
    }

    .people-minimal-row-block div:last-of-type > * {
        display: inline-block;
    }

.person-Custom-field .input-block > *:first-child {
    width: 118px;
    margin: 1px 0;
}

.person-Custom-field .input-block {
    margin-bottom: 5px
}

    .person-Custom-field .input-block:not(.read-only) > div {
        width: calc(100% - 165px);
        margin-right: 5px;
        min-width: 120px;
    }

    .person-Custom-field .input-block > * {
        display: inline-block;
        vertical-align: top;
    }

.roles-block {
    margin-top: 4px;
    width: 100%;
}

    .roles-block > div {
        display: inline-block;
        padding: 3px 5px;
        margin: 0 2px 3px 0;
        border-radius: 2px;
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        position: relative;
    }

#people-filters {
    position: fixed;
    top: 0;
    right: -320px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

    #people-filters.active {
        right: 0;
    }

    #people-filters > div {
        padding: 15px;
        /*padding-left: 40px;*/
        margin-left: 30px;
        width: 320px;
        height: 100vh;
        background-color: #ffffff;
        border-left: 1px solid #cccccc;
        box-shadow: 0 0 5px #cccccc;
        overflow-y: auto;
    }

        #people-filters > div > div {
            margin-top: 8px;
        }

            #people-filters > div > div > label {
                display: inline-block;
                width: 25%;
            }

            #people-filters > div > div > div {
                display: inline-block;
                width: 100%;
                margin-top: 15px;
            }

                #people-filters > div > div > div > label {
                    margin: 0;
                }

    #people-filters #advancedFilter > div {
        display: inline-block;
        line-height: 30px;
    }

    #people-filters #advancedFilter > .input-block {
        display: flex;
    }

    #people-filters #advancedFilter > div > label {
        margin-right: 15px;
    }

    #people-filters .button-block {
        text-align: left;
        padding-top: 20px;
    }

        #people-filters .button-block > button {
            margin: 0 2px 10px 0;
        }

    #people-filters .k-datepicker {
        width: auto;
    }

    #people-filters #advance-filter {
        position: relative;
        top: -60vh;
        font-size: 14px !important;
        border-radius: 17.5px 17.5px 0 0;
        /*width: 80px;*/
        transform: rotate(270deg);
        transform-origin: top left;
        text-transform: none;
        text-align: right;
    }

    #people-filters #advanceFilter .k-toolbar {
        background-color: #fbfbfb;
    }

    #people-filters #people-filters > div > div > div {
        width: 100% !important;
    }

    #people-filters #advancedFilter {
        position: relative;
    }

/*#people-filters #advancedFilter .k-button-icontext {
            position: absolute;
            bottom: -74px;
            left: 40px;
        }*/

/*#people-filters #save-filter-template {
        position: absolute;
        bottom: -90px;
    }*/
/*****************People Grid End************************/
/*****************Person Profile Begin************************/
.k-widget .person-profile {
    padding: 5px 15px;
}

.person-profile {
    padding: 5px 30px;
}

    .person-profile .avatar-wrapper {
        width: 130px;
    }

    .person-profile .detail-wrapper {
        width: calc(100% - 130px);
    }

        .person-profile .detail-wrapper .input-editor, .person-profile .detail-wrapper .input-viewer {
            width: calc(100% - 15px) !important;
        }

    .person-profile .row {
        margin-top: 5px;
    }

    .person-profile .k-card:not(:first-of-type) {
        margin-top: 10px;
    }

    .person-profile .k-card-body {
        padding: 10px;
    }

    .person-profile .k-card-header {
        height: 40px;
        padding: 9px 15px;
    }

        .person-profile .k-card-header .k-button {
            top: -4px;
            opacity: 0.25;
            float: right;
        }

        .person-profile .k-card-header:hover .k-button {
            opacity: 1;
        }

    .person-profile [data-bind*="imageSource}"] {
        width: 110px;
        height: 110px;
        border-radius: 55px;
        object-fit: cover;
        border: 2px solid #ffffff;
        margin: 10px;
    }

    .person-profile .input-block {
        margin-bottom: 5px;
        line-height: 20px;
        min-height: 25px;
    }

        .person-profile .input-block:last-of-type {
            margin-bottom: 0px;
        }

        .person-profile .input-block > * {
            display: inline-block;
            vertical-align: top;
        }

            .person-profile .input-block > *:first-child {
                width: 118px;
                margin: 1px 0;
            }

        .person-profile .input-block.label80 > *:first-child, .person-profile .label80 > *:first-child {
            width: 80px;
        }

        .person-profile .input-block:not(.read-only) > div {
            width: calc(100% - 165px);
            margin-right: 5px;
            min-width: 120px;
        }

        .person-profile .input-block:not(.read-only).label80 > div {
            width: calc(100% - 125px);
        }

        .person-profile .input-block:not(.read-only).comments > div {
            width: calc(100% - 40px);
            /* border: 2px solid rgb(224, 224, 224); */
            padding: 5px;
        }

        .person-profile .input-block:not(.read-only).comments > :nth-child(2) > div:last-of-type {
            display: block;
        }

        .person-profile .input-block:not(.read-only) > :nth-child(2) > div:last-of-type {
            display: none;
            padding: 5px 0;
        }

        .person-profile .input-block:not(.read-only).edit-mode > :nth-child(2) > div:last-of-type {
            display: block;
        }

        .person-profile .input-block.read-only > :nth-child(2) {
            width: calc(100% - 125px);
            margin-right: 0;
        }

        .person-profile .input-block .input-editor {
            display: inline-block;
        }

        .person-profile .input-block .input-editor {
            display: none;
        }

        .person-profile .input-block.edit-mode .input-editor {
            display: block;
        }

        .person-profile .input-block.edit-mode .input-reader {
            display: none;
        }

        .person-profile .input-block > *:last-child:not(:nth-child(2)):not(.input-viewer) {
            display: none;
        }

        .person-profile .input-block > *:last-child:not(:nth-child(2)).mobile-button {
            display: initial;
            position: absolute;
        }

        .person-profile .input-block:hover:not(.read-only):not(.edit-mode) > *:last-child:not(:nth-child(2)):not(.input-viewer), .person-profile .input-block:hover:not(.read-only):not(.edit-mode) > *:last-child:not(:nth-child(2):hover):not(.input-viewer) {
            display: initial;
            position: absolute;
            float: right;
        }

    .person-profile .party-comment-block {
        line-height: 16px;
        margin-bottom: 4px;
    }

        .person-profile .party-comment-block div:first-of-type {
            max-height: 80px;
            overflow: auto;
            text-overflow: ellipsis;
        }

        .person-profile .party-comment-block div:last-of-type {
            font-style: italic;
            font-size: 11px;
            text-align: right;
            margin-bottom: 10px;
        }

    .person-profile .scheduler-row-block {
    }

        .person-profile .scheduler-row-block > div:nth-child(1) {
            width: 80px;
        }

        .person-profile .scheduler-row-block > div:nth-child(2) {
            width: 120px;
        }

        .person-profile .scheduler-row-block > div:nth-child(3) {
            width: 120px;
        }

        .person-profile .scheduler-row-block > div:nth-child(4) {
            width: 200px;
        }

            .person-profile .scheduler-row-block > div:nth-child(4) .fancy-scroll {
                width: 100%;
                max-height: 75px;
                overflow: auto;
                text-overflow: ellipsis;
                line-height: 13px;
            }

        .person-profile .scheduler-row-block > div:nth-child(5) {
            width: calc(100% - 540px);
            border: none;
        }

.person-profile-count-block {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 4px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 0;
    box-shadow: 0 3px 1px -2px #cccccc, 0 2px 2px 0 #cccccc, 0 1px 5px 0 #cccccc;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .person-profile-count-block > label {
        font-size: 12px;
        font-weight: bold;
        padding: 4px;
    }

    .person-profile-count-block div {
        padding: 4px;
        font-size: 16px;
        /*text-shadow: 0 1px 2px #cccccc;*/
        color: #337ab7;
    }
/*****************Person Profile End************************/

/*****************Person Mini Profile Begin************************/
.person-mini-profile {
    display: flex;
    background: #ffffff;
    color: #000000;
    width: 400px;
    text-align: left;
}

    .person-mini-profile img {
        height: 80px;
        width: 80px;
        border-radius: 40px;
        object-fit: cover;
        border: 2px solid #ffffff;
        margin: 0;
    }

    .person-mini-profile > div > div > div:last-of-type {
        margin-left: 10px;
    }

    .person-mini-profile .fancy-scroll {
        max-height: 80px;
        overflow: auto;
        text-overflow: ellipsis;
        width: 100%;
    }
/*****************Person Mini Profile End************************/
/*****************Event mini View Begin************************/
.event-mini-view {
    background: #ffffff;
    color: #000000;
    width: 320px;
    text-align: left;
    width: 450px;
    padding: 10px;
}

    .event-mini-view label {
        font-weight: normal;
        color: #006158;
        margin: 0;
    }

    .event-mini-view .person-list-wrapper {
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 2px;
    }

        .event-mini-view .person-list-wrapper > span {
            /*text-decoration: underline;*/
            font-weight: bold;
            cursor: pointer;
        }

    .event-mini-view > div:first-of-type {
        width: calc(100% - 235px);
        /*font-weight: bold;*/
        display: inline-block;
        vertical-align: top;
    }

        .event-mini-view > div:first-of-type > div:first-of-type > * {
            font-size: 1.2em !important;
        }

    .event-mini-view > div:nth-child(2) {
        width: 230px;
        display: inline-block;
        vertical-align: top;
    }

        .event-mini-view > div:nth-child(2) > div {
            border-radius: 2px;
            margin-bottom: 5px;
            padding: 5px;
        }

            .event-mini-view > div:nth-child(2) > div > div:last-of-type > div {
                margin-right: 4px;
            }

    .event-mini-view > div:last-of-type {
        margin-top: 5px;
    }

    .event-mini-view .fancy-scroll {
        max-height: 80px;
        overflow: auto;
        text-overflow: ellipsis;
    }
/*****************Event mini View End************************/

/*******************Log Begin*******************************/
[id^="gLogs"] pre {
    /*margin: 4px;*/
    white-space: pre-wrap;
    overflow: unset;
}

#log-filters {
    display: flex;
    gap: 10px;
    justify-content: center;
}

    #log-filters > div {
        align-items: end;
    }

        #log-filters > div > label {
            display: flex;
            align-items: center;
            min-height: 30px;
        }

    #log-filters input:not([aria-haspopup="true"]):not([type="radio"]), #log-filters .k-dateinput, #log-filters .k-textbox, #log-filters .k-numerictextbox {
        width: 130px;
    }

    #log-filters .k-multiselect {
        min-width: 100px;
    }

    #log-filters li.k-radio-item {
        margin-right: 10px;
    }
/*******************Log End*******************************/
/***********Function Setup Begin*************/
#gRole .k-header input[type="checkbox"] {
    display: none;
}

.function-tree-block {
    min-width: 200px;
    width: 100%;
}

    .function-tree-block .inactive {
        color: #e0e0e0;
    }

    .function-tree-block .user-enabled {
        text-shadow: 0 0 3px greenyellow;
        color: green;
    }

        .function-tree-block .user-enabled:not(.inactive) {
            text-decoration: underline;
        }

    .function-tree-block .permission-icons {
        float: right;
    }

        .function-tree-block .permission-icons i {
            margin-left: 5px;
        }


/***********Function Setup End***************/

/***********Phone-block End***************/
.phone-block {
    width: 100%;
    display: flex;
    min-height: 34px;
    margin-bottom: 4px;
}

    .phone-block > label {
        width: 80px;
    }

    .phone-block > div:first-of-type {
        width: calc(100% - 116px);
    }

        .phone-block > div:first-of-type > i {
            margin-right: 5px;
        }

    .phone-block > button:last-of-type {
        display: none;
    }

    .phone-block:hover > button:last-of-type, .phone-block:hover > button:hover {
        display: initial;
    }

    .phone-block > .edit-block {
        padding: 10px;
        margin-bottom: 10px;
    }

    .phone-block > div:last-of-type {
        width: 100% !important;
    }

        .phone-block > div:last-of-type > div {
            display: inline-block;
        }

            .phone-block > div:last-of-type > div:first-of-type {
                display: flex;
            }

                .phone-block > div:last-of-type > div:first-of-type > div:first-of-type {
                    width: 70%;
                }

                .phone-block > div:last-of-type > div:first-of-type > div:last-of-type {
                    width: 30%;
                }

            .phone-block > div:last-of-type > div:nth-child(2) {
                display: inline-block;
                margin-top: 5px;
            }

            .phone-block > div:last-of-type > div:last-of-type {
                padding-top: 8px;
            }

/***********Phone-block End***************/

/***********Email-block End***************/
.email-block {
    width: 100%;
    display: flex;
    min-height: 34px;
    margin-bottom: 4px;
}

    .email-block > label {
        width: 80px;
    }

    .email-block > div:first-of-type {
        width: calc(100% - 116px);
    }

        .email-block > div:first-of-type > i {
            margin-right: 5px;
        }

    .email-block > button:last-of-type {
        display: none;
    }

    .email-block:hover > button:last-of-type, .email-block:hover > button:hover {
        display: initial;
    }

    .email-block > .edit-block {
        padding: 10px;
        margin-bottom: 10px;
    }

    .email-block > div:last-of-type {
        width: 100% !important;
        margin-bottom: 10px;
    }

        .email-block > div:last-of-type > div:first-of-type {
            display: flex;
        }

            .email-block > div:last-of-type > div:first-of-type > div:first-of-type {
                width: 70%;
            }

            .email-block > div:last-of-type > div:first-of-type > div:last-of-type {
                width: 30%;
            }

        .email-block > div:last-of-type > div:nth-child(2) {
            display: inline-block;
            margin-top: 5px;
        }

        .email-block > div:last-of-type > div:last-of-type {
            padding-top: 5px;
        }

/***********Email-block End***************/

/***********address-block Begin***************/
.address-block {
    display: flex;
    min-height: 34px;
    margin-bottom: 5px;
    min-height: 68px;
}

    .address-block > .preview-block, .address-block > * {
        width: calc(100% - 36px);
        flex-shrink: 0;
        flex-grow: 1;
    }

        .address-block > .preview-block > div {
            width: 100%;
        }

    .address-block .edit-block .auto-complete-block {
        margin-bottom: 20px !important;
    }

    .address-block > .edit-block {
        padding: 10px;
        min-height: 320px;
    }

        .address-block > .edit-block > div:not(.street-block) {
            margin: 5px 0;
        }

    .address-block > button:last-of-type {
        display: none;
    }

    .address-block:hover > button:last-of-type, .address-block:hover > button:hover {
        display: initial;
    }

    .address-block > .edit-block label {
        margin-right: 5px;
        width: 35px !important;
    }

    .address-block > .edit-block > div:nth-child(2) > .k-textbox,
    .address-block > .edit-block > div:nth-child(3) > .k-textbox {
        width: calc(100% - 50px) !important;
    }

    .address-block > .edit-block > div:nth-child(4) > * {
        display: inline-block;
        width: 49.2%;
    }

        .address-block > .edit-block > div:nth-child(4) > * > * {
            width: 100%;
        }

    .address-block > .edit-block > div:nth-child(5) > div {
        display: inline-block;
        width: 30%;
        margin-right: 2%;
    }

        .address-block > .edit-block > div:nth-child(5) > div > label {
            width: 100% !important;
        }

#pac-container .bg-warning {
    background-color: #fcf8e3 !important;
}
/***********address-block End***************/
/***********Scheduler add destination-block Begin***************/
[id*="pickup"] .k-list-item, ul[id*="stops"] .k-list-item {
    padding-block: var(--kendo-spacing-1\.5, 0.325rem);
}

.destination-selection-block {
    width: 100%;
}

    .destination-selection-block > div i {
        height: 1.1em;
        padding: 5px;
    }

    .destination-selection-block > div {
        line-height: var(--kendo-line-height, 12px);
    }

        /*.destination-selection-block > div:nth-child(1) span {
        float: right;
    }*/

        .destination-selection-block > div:nth-child(2) {
            /*display: table;*/
            /*margin-top: 4px;*/
        }

            /*.destination-selection-block > div:nth-child(2) > div {
            display: inline-block;
        }

            .destination-selection-block > div:nth-child(2) > div:first-of-type {
                width: calc(100% - 1em);
            }*/

            .destination-selection-block > div:nth-child(2) > div:last-of-type {
                /*padding: 5px 0;*/
                color: #9e9e9e;
                cursor: pointer !important;
            }
/***********Scheduler add destination-block End***************/

/***********Custom field-from-block Begin***************/
.field-from-block {
    display: block;
}

    .field-from-block > div {
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        /*box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);*/
        margin: 10px;
    }

    .field-from-block .input-block {
        min-height: 40px;
    }

        .field-from-block .input-block > *:first-child {
            width: 38%;
            line-height: 30px;
        }

        .field-from-block .input-block:not(.read-only) > div {
            width: 58%;
        }

        .field-from-block .input-block:not(.read-only) > :nth-child(2) > div:last-of-type {
            padding: 0;
        }

        .field-from-block .input-block > div {
            display: inline-block;
        }


.field-from-header {
    display: block;
    border-color: rgba(0, 0, 0, 0.12);
}

    .field-from-header.h-0 {
        text-align: center;
        font-size: 2em;
        padding: 10px;
        margin: 5px 0 10px 0;
        font-weight: bold;
        border-width: 0 0 1px;
    }

    .field-from-header.h-1 {
        font-size: 1.4em;
        padding: 0.5em 4px;
        margin: 4px 0 8px 0;
        border-bottom: 1px solid #cccccc;
    }

    .field-from-header.h-2 {
        font-size: 1.3em;
        padding: 0 0.7em;
        display: inline-block;
    }

    .field-from-header.h-3 {
        font-size: 1.2em;
        display: inline-block;
    }

    .field-from-header.h-4 {
        font-size: 1.1em;
        display: inline-block;
    }

    .field-from-header.h-5 {
        font-size: 1em;
        display: inline-block;
    }

/***********Cutom field-from-block End***************/

.event-mileage-row-block {
    box-shadow: 0 3px 1px -2px #747474, 0 2px 2px 0 #747474, 0 1px 5px 0 #747474;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
    display: flex;
}

    .event-mileage-row-block > * {
        display: inline-block;
        padding: 0 5px;
    }

    .event-mileage-row-block label {
        margin-bottom: 3px;
        line-height: 16px;
    }

    .event-mileage-row-block > div:first-of-type {
        width: 10%;
        min-width: 90px;
        border-right: 1px solid #aeaaaa;
        font-size: 15px;
        text-align: center;
    }

    .event-mileage-row-block > div:nth-child(2) {
        width: 10%;
        min-width: 90px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
    }

    .event-mileage-row-block > div:nth-child(2) {
        width: 10%;
        min-width: 90px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
    }

    .event-mileage-row-block > div:first-of-type input {
        float: left;
    }

    .event-mileage-row-block > div:first-of-type > div {
        /*font-size: 13px;*/
        line-height: 16px;
        margin-bottom: 2px;
        height: calc(100% - 35px);
    }

        .event-mileage-row-block > div:first-of-type > div:first-child * {
            font-size: 13px !important;
            margin-bottom: 5px;
        }

        .event-mileage-row-block > div:first-of-type > div:nth-child(2) {
            font-weight: bold;
            height: 35px;
        }

    .event-mileage-row-block > div:nth-child(3) {
        width: 55%;
        min-width: 85px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
        padding: 0;
    }

    /*    .event-mileage-row-block > div:nth-child(3) {
        width: 30.5%;
        min-width: 85px;
        border-right: 1px solid #cccccc;
        line-height: 1.3em;
        text-align: center;
    }*/

    .event-mileage-row-block > div:last-of-type {
        width: 25%;
        min-width: 80px;
    }

        .event-mileage-row-block > div:last-of-type > div {
            margin-bottom: 5px;
            width: 100%;
        }

            .event-mileage-row-block > div:last-of-type > div:first-of-type img {
                height: 22px;
            }

    .event-mileage-row-block .stop-block {
        border-radius: 2px;
        margin: 0 2px;
        padding: 2px;
        line-height: 1.3em;
    }

        .event-mileage-row-block .stop-block span {
            border-bottom: 1px solid rgba(0, 0, 0, 0.42);
            margin-right: 10px;
            padding-bottom: 2px;
        }

    .event-mileage-row-block .person-block {
        margin-bottom: 5px
    }

        .event-mileage-row-block .person-block > * {
            margin: auto;
            width: 100%;
        }

        .event-mileage-row-block .person-block img {
            margin-bottom: 5px;
            width: 32px;
            height: 32px;
            display: block;
            border-radius: 16px;
            border: 1px solid #ffffff;
            object-fit: cover;
        }


    .event-mileage-row-block [id*="phone-block-"] span {
        border-bottom: 1px solid rgba(0, 0, 0, 0.42);
        padding-top: 5px;
        padding-bottom: 2px;
    }

    .event-mileage-row-block .field-data-block {
        width: 100%;
    }

        .event-mileage-row-block .field-data-block > * {
            display: inline-flex;
            overflow-wrap: break-word;
        }

        .event-mileage-row-block .field-data-block > :first-child {
            width: 60px;
        }

        .event-mileage-row-block .field-data-block > :nth-child(2) {
            /*width: calc(100% - 64px);*/
        }

        .event-mileage-row-block .field-data-block .k-icon {
            font-size: 16px;
        }

#event-mileage-total-block {
    text-align: center;
    margin-top: 20px;
}

    #event-mileage-total-block > div:last-child > div {
        display: inline-block;
        margin: 0 20px;
        font-size: 110%;
    }
/*-------------Sroll design overrides-------------*/
.fancy-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    background-color: #e0f6ff;
}

.fancy-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
}

.fancy-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #03a9f4;
}

/*-------------Sroll design overrides-------------*/

/*-------------Report/Total view-------------*/
.total-grids tr.k-alt {
    background-color: #f5f5f5;
}

.total-grids tfoot.k-grid-footer {
    color: black;
    text-align: center;
}
/*-------------Report/Total view-------------*/

/*-------------Common add button Begin-------------*/
#common-add-menu .k-sprite:before {
    width: 24px;
    display: block;
}
/*-------------Common add button End-------------*/

/*-------------Profile Emergency Contact Card Start-------------*/
.emergency-contact-wrapper {
    box-shadow: 0 3px 1px -2px #cccccc, 0 2px 2px 0 #cccccc, 0 1px 5px 0 #cccccc;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: none;
    min-height: 60px;
    border-radius: 5px;
}

    .emergency-contact-wrapper > div:nth-child(2) {
        display: flex;
    }

        .emergency-contact-wrapper > div:nth-child(2) > img {
            width: 40px;
            height: 40px;
            max-height: initial;
            border-radius: 25px;
            -webkit-object-fit: cover;
            object-fit: cover;
            border: 2px solid #ffffff;
        }

        .emergency-contact-wrapper > div:nth-child(2) > div > div {
            display: block;
            margin: 7px;
        }

    .emergency-contact-wrapper .float-block {
        box-shadow: none;
    }

.emergency-contact-for-wrapper {
    filter: grayscale(1);
}
/*-------------Profile Emergency Contact Card End-------------*/
/*two-factor-form Input style */
.two-factor-form .form-check input[type="radio"] {
    opacity: 0;
    width: 183px;
    /*height: 100px;*/
}

.two-factor-form .form-check input[type="radio"]:active ~ label {
    opacity: 1;
}

.two-factor-form .form-check input[type="radio"]:checked ~ label {
    opacity: 1;
}

.two-factor-form i {
    display: block;
    font-size: 60px;
}

.two-factor-form label {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    border: 2px solid transparent;
}

.two-factor-form input[type="radio"]:checked ~ label {
    content: "";
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #0774cb;
    border-radius: 4px;
}

.two-factor-form input[type="radio"]:checked ~ label:after {
    content: "";
    position: absolute;
    border-bottom: 30px solid #0774cb;
    border-left: 30px solid transparent;
}

.two-factor-form label:hover {
    cursor: pointer;
}

.two-factor-form #two-factor-method {
    display: flex;
    width: 100%;
}

.two-factor-form #two-factor-method .k-button {
    align-items: center;
    flex: 1 1 0;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    min-height: 112px;
    padding: 14px 10px;
    white-space: normal;
}

.two-factor-form #two-factor-method .k-button-icon,
.two-factor-form #two-factor-method .fa {
    display: block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 100%;
}

.two-factor-form #two-factor-method .k-button-text {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.phone-no {
    text-align: left;
}

    .phone-no > div {
        margin-bottom: 15px;
    }

    .phone-no input {
        z-index: 1;
        margin-left: 18px;
    }

    .phone-no label {
        font-size: 14px;
        margin-left: -43px !important;
        padding-left: 50px;
    }

    .phone-no input[type="radio"]:checked ~ label {
        padding: 8px 20px 8px 50px;
        margin-left: -43px;
        border: 2px solid rgba(128, 128, 173, 0.5);
        border-radius: 4px;
    }

    .phone-no input[type="radio"]:focus {
        outline: none;
    }


/***********Company-block Start***************/
.company-block {
    width: 100%;
}

    .company-block > div {
        padding: 5px;
    }

        .company-block > div:nth-child(1) > * {
            display: inline-block;
            width: 49.2%;
        }

        .company-block > div label {
            margin-right: 15px;
            min-width: 80px;
            line-height: 30px;
        }

        .company-block > div:last-of-type {
            margin-top: 15px;
        }

/*****Company-block End***************/

.cancel-event .scheduler-row-block > div:nth-child(5) {
    width: calc(100% - 520px);
    border: none;
}

.recipients .k-multiselect-wrap {
    /* enable scrollability */
    overflow: auto;
    /* control selected items' container - use height or min-height and/or max-height */
    max-height: 100px;
}

.cancel-event .scheduler-row-block > div:nth-child(4) {
    width: 200px;
}

.custom-export-wrapper {
}

    .custom-export-wrapper > div {
        margin-bottom: 15px;
    }

        .custom-export-wrapper > div:first-of-type {
            width: 252px;
            margin-left: 20px;
        }

    .custom-export-wrapper .k-listbox {
        width: 350px;
        height: 390px;
    }

.label-value-cell {
    display: flex;
    flex-direction: row;
    line-height: 30px;
}

    .label-value-cell > * {
        /*line-height: 30px;*/
    }

        .label-value-cell > *:not(:last-child):not([style*="display: none"]) {
            margin-right: 15px;
        }

    .label-value-cell.value-right {
        display: block;
        flex-direction: unset;
        margin-top: 5px;
    }

        .label-value-cell.value-right > *:nth-child(2) {
            float: right;
            text-align: right;
        }

/*****Custom-fields-block on event mileage Start***************/
.event-mileage-fields {
}

    .event-mileage-fields .field-from-block > div {
        border: 0px solid rgba(0, 0, 0, 0.12);
        margin: 16px;
    }

    .event-mileage-fields .field-from-block .input-block > div {
        float: right
    }

    .event-mileage-fields .field-from-block .input-block > :nth-child(2) > div:last-of-type {
        padding: 0;
        float: right
    }

    .event-mileage-fields .field-from-block .input-block > div {
        display: inline-block;
    }
/*****Custom-fields-block on event mileage End***************/

.padding-zero {
    padding: 0;
}

.dropdown-minwidth {
    min-width: 100px
}

#tab-tenant .k-master-row [role="gridcell"]:nth-child(2) {
    /*padding: 0;*/
}

.tenant-setup-logo {
    height: 36px;
    width: 50px;
    object-fit: cover;
    position: relative;
    top: 0;
}

.required:after {
    content: " *";
    color: red;
}

.field-date-expired {
    background-color: #e71123;
    color: white !important
}

/****************Copy Person Begin ****************/
.person-copy-row {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

    .person-copy-row:nth-child(even) {
        background-color: aliceblue;
    }
/****************Copy Person End ****************/

/****************Availability Table Begin****************/
.availability-table {
    width: 100%;
}

    .availability-table th, .availability-table td {
        padding: 10px 0.5%;
        text-align: left;
    }
/****************Availability Table End****************/

.align-children-to-corners {
    display: flex;
    justify-content: space-between;
}

.article-block:hover .float-block {
    display: block;
    width: 100%;
    width: fit-content;
    margin: 0 0 0 auto;
}

.article-wrapper .float-block {
    box-shadow: none;
}

.article-block .float-block {
    position: relative;
    top: -5px;
    right: 5px;
    padding: 5px 10px;
    box-shadow: 0 0 5px #cccccc;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}

.articleHeader {
    font-size: 32px;
    color: #444444;
}

.articleBody {
    margin: 1.5em 0px 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #6b6b6b;
}

.articleDate {
    font-style: italic;
    font-size: 11px;
    text-align: right;
    margin-left: 10px;
}

div#articleEditor .k-editor-content {
    min-height: 400px;
    height: calc(100vh - 400px);
}

#request-ride-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /*justify-content: space-evenly;*/
}

    #request-ride-form > fieldset {
        width: 100%;
        /*flex-basis: 33%;*/
        margin-top: 20px;
        flex: 1;
    }

        #request-ride-form > fieldset:nth-of-type(4), #request-ride-form > fieldset:nth-of-type(5) {
            /*width: 48%;*/
            margin-top: 20px;
        }

    #request-ride-form > div {
        /*flex-basis: 100%;*/
    }

    #request-ride-form .k-form-field {
        margin-top: 0px;
    }

    #request-ride-form .k-form-label {
        width: 160px;
        align-items: flex-start;
        margin-left: 15px;
    }

    #request-ride-form .k-form-horizontal .k-form-field-wrap {
        max-width: calc((100% - 160px) - 10px);
        margin-right: 15px;
    }

    #request-ride-form .k-form-field-wrap .read-only {
        line-height: 29px;
        padding-top: 5px;
    }

    #request-ride-form .k-form-legend {
        font-weight: bold;
        font-size: 1.4em !important;
    }

    #request-ride-form .k-form-buttons {
        display: flex;
        justify-content: center;
    }

/**************** Find Provider ****************/
.find-provider {
    padding-bottom: 17px;
}

    .find-provider label {
        padding-right: 20px;
    }

    .find-provider input {
        margin-right: 7px;
    }

/****************Find Provider end****************/

.hide-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/****************On Printing in Scheduler Table view begin****************/
.print-schedule button, .print-schedule a span {
    display: none !important;
}

.print-schedule .stop-block strong {
    display: block !important;
}
/****************On Printing in Scheduler Table view end****************/

.eventtype-icon-block {
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 0 2px 3px #cccccc;
    display: inline-block;
    word-break: break-word;
}

.nonactive-event-background {
    background: radial-gradient(at 100% 100%, #ff0000, transparent 80%) right bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#ip-list {
    border: none;
}

    #ip-list > div {
        overflow: hidden;
    }

        #ip-list > div > div {
            display: inline-block;
            margin: 0 5px 5px 0;
            padding: 5px;
            border-radius: 5px;
        }

#broadcast-email .broadcast-block {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#panelPeople {
    border: none;
}

    #panelPeople.k-panelbar > .k-panelbar-header > .k-link {
        color: inherit !important;
        background-color: inherit !important;
        padding-block: 2px;
    }

        #panelPeople.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-toggle {
            margin-inline-start: 5px;
        }

    #panelPeople.k-panelbar > .k-panelbar-header + .k-panelbar-header {
        border: 0;
    }

    #panelPeople.k-panelbar .k-link, #panelPeople label {
        cursor: pointer !important;
    }

.tab-profile.k-tabstrip-left .k-vstack .k-tabstrip-items .k-tabstrip-item.k-active {
    box-shadow: -1px 1px 5px #cccccc;
}

.tab-profile.k-tabstrip-left .k-vstack .k-tabstrip-items .k-item:not(:first-of-type) {
    border-top: 1px solid #ccc;
}

.btn-group-permission {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .btn-group-permission .k-button {
        /*flex: 1;*/
        text-align: center !important;
    }

[data-person-stat] {
    min-width: 18px;
    min-height: 18px;
    color: var(--kendo-color-on-base)
}

.k-calendar-view td span:has(.restricted-date) {
    background-color: var(--holiday-color, #ffdede);
}

.field-dirty {
    background: #ffebeb;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 235, 235, 1) 77%, rgba(255, 222, 222, 1) 100%);
    border-radius: 5px;
    margin-bottom: 10px;
}

.tab-dirty {
    background: #ffc6c1 !important;
    box-shadow: 0px 0px 1px red inset;
}

    .tab-dirty:after {
        border-color: red !important;
    }

/****************@Media Queries begin****************/
@media (max-width: 1024px) {
    #request-ride-form {
        gap: 10px;
    }

        #request-ride-form > fieldset:nth-of-type(3) {
            flex-basis: 55%;
        }
}

@media (max-width: 1023px) {
    #demo-data-warning {
        position: fixed;
        top: 36px;
        left: calc(50% - (117px / 2));
        z-index: 10;
    }

    /* Prevent zoom iOS Safari from zooming*/
    select, input, textarea {
        font-size: 16px !important;
    }

    #leftMenu-toggle {
        display: initial;
        cursor: pointer;
        position: absolute;
        left: 0;
        font-size: 26px;
        padding: 5px 10px;
        margin: 2px 10px;
    }

    .body-content > div:nth-child(2) {
        width: 100vw;
    }

    #logoutForm {
        text-align: center;
        background-color: #ffffff;
    }

    .logo-header {
        width: 100%;
        height: 50px;
        padding: 0 5px;
        text-align: center;
    }

    .logo-img {
        height: 50px !important;
        width: auto !important;
    }

    .scheduler-toolbar .row > * {
        margin-top: 10px;
        text-align: center;
    }

        .scheduler-toolbar .row > *:nth-child(2) {
            width: 50%;
            text-align: left;
        }

        .scheduler-toolbar .row > *:last-of-type {
            width: 50%;
            text-align: right;
        }

    #scheduler-filters {
        position: fixed;
        right: -320px;
        top: 0;
        border-bottom: 1px solid #999999;
    }

    .active#scheduler-filters {
        right: 0;
    }

    #scheduler-filters > div > div {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    #scheduler-filters > div label {
        width: 40%;
    }

    /****************Table View Row Begin****************/
    .scheduler-row-block {
        display: block;
    }

        .scheduler-row-block > * {
            width: 23% !important;
            min-width: 23% !important;
            vertical-align: top;
            margin-bottom: 5px;
            border-right: none !important;
        }

        .scheduler-row-block > div:nth-child(5), .scheduler-row-block > div:last-of-type {
            width: 48% !important;
        }

            .scheduler-row-block > div:last-of-type > div {
                overflow: auto;
                white-space: initial;
            }

    /****************Table View Row End****************/
    /*****************People Grid Begin*****************/
    .people-table-block {
        display: block;
    }

        .people-table-block > * {
            width: 31% !important;
            min-width: 31% !important;
            vertical-align: top;
            margin-bottom: 5px;
        }
    /*****************People Grid End*****************/

    #mileage-toolbar > div:first-of-type {
        width: 100%;
        text-align: left;
    }

    #mileage-toolbar > div:last-of-type {
        width: 100%;
        text-align: right;
    }

    .people-card-block {
        width: calc(50% - 10px);
    }

        .people-card-block > div:nth-child(2) {
            width: 100%;
        }

        .people-card-block > div:nth-child(3) {
            width: 100%;
        }
}

@media (max-width: 768px) {
    .top-menu-wrapper > div:first-of-type {
        margin-left: 70px;
        padding: 0;
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-menu-wrapper #user-menu-wrapper #tenant-time {
        display: none;
    }

    .person-profile [data-bind*="imageSource}"] {
        width: 50px;
        height: 50px;
    }

    .person-profile-count-block {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
        margin-top: 0;
        box-shadow: none;
        font-size: 12px;
    }

        .person-profile-count-block div {
            font-size: 12px;
        }

    .person-profile .avatar-wrapper {
        width: 70px;
    }

    .person-profile .detail-wrapper {
        width: calc(100% - 70px);
    }

    #request-ride-form > fieldset {
        width: auto;
        min-width: unset;
    }

    #request-ride-form > * {
        flex-basis: 100% !important;
    }

    #request-ride-form .k-form-label {
        margin-left: 15px;
    }

    #request-ride-form .k-form-horizontal .k-form-field-wrap {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .person-profile-count-block {
        width: 50%
    }

    .top-menu-wrapper {
        transition: all .2s ease;
    }

        .top-menu-wrapper.expanded {
            height: 155px;
        }

        .top-menu-wrapper > button {
            float: right;
            font-size: 16px;
            margin: 9px 14px;
            display: inline !important;
        }

        .top-menu-wrapper > div:first-of-type {
            position: unset;
            display: inline-block;
            padding: 0;
            max-width: calc(100% - 140px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .top-menu-wrapper > div:nth-of-type(2) {
            display: none;
        }

        .top-menu-wrapper > div:last-of-type {
            width: 100%;
            text-align: center;
            opacity: 0;
            display: none;
        }

        .top-menu-wrapper.expanded > div:nth-of-type(2) {
            opacity: 1;
            display: block;
            width: 100%;
        }

        .top-menu-wrapper.expanded > div:last-of-type {
            opacity: 1;
            display: block;
        }

        .top-menu-wrapper > div:last-of-type > div {
            margin: 0;
            display: block;
        }

    .scheduler-toolbar > * > * > * {
        margin-bottom: 10px;
    }

    .scheduler-toolbar .row > *:nth-child(2) {
        width: 100%;
        text-align: center;
    }

    .scheduler-toolbar .row > *:last-of-type {
        width: 100%;
        text-align: center;
    }

    .scheduler-row-block {
        display: block;
        vertical-align: top;
    }

        .scheduler-row-block > * {
            width: 45% !important;
            min-width: 45% !important;
            vertical-align: top;
        }

        .scheduler-row-block > div:first-of-type, .scheduler-row-block > div:nth-child(4) {
            width: 100% !important;
        }

            .scheduler-row-block > div:first-of-type > div:first-child > * {
                display: inline-block;
                width: 32%;
                margin-top: 5px;
            }

            .scheduler-row-block > div:nth-child(4) > .field-data-block {
                width: 100%;
            }

        .scheduler-row-block > div:nth-child(5), .scheduler-row-block > div:last-of-type {
            width: 100% !important;
        }

        .scheduler-row-block > div:nth-child(4) > .field-data-block > * {
            width: 49%;
            display: inline-block;
        }

        .scheduler-row-block > div:nth-child(4) > .field-data-block > label {
            text-align: right;
        }

        .scheduler-row-block > div:nth-child(5) {
            display: block;
            width: 100% !important;
            text-align: center;
        }

        .scheduler-row-block > divlast-of-type {
            width: 100% !important;
        }

        .scheduler-row-block > div:last-of-type label {
            width: 100%;
            text-align: center;
        }

        .scheduler-row-block .field-data-block {
            width: 49%;
            display: inline-block;
            vertical-align: top;
        }

    #people-toolbar > * {
        text-align: center;
    }

        #people-toolbar > * > * {
            margin-bottom: 10px;
        }

    .people-table-block {
        display: block;
        vertical-align: top;
    }

        .people-table-block > * {
            width: 43% !important;
            min-width: 43% !important;
            vertical-align: top;
            margin-bottom: 5px;
            text-align: center;
        }

        .people-table-block > div:first-of-type {
            width: 100% !important;
        }

            .people-table-block > div:first-of-type input {
                position: inherit;
            }

            .people-table-block > div:first-of-type > div > div {
                width: 49%;
                text-align: right;
            }

                .people-table-block > div:first-of-type > div > div:last-child {
                    text-align: left;
                }

            .people-table-block > div:first-of-type > div:first-of-type {
                height: auto;
            }

            .people-table-block > div:first-of-type > div:last-of-type {
                height: auto;
            }

        .people-table-block > div:nth-child(2) {
            display: initial;
            width: 100% !important;
        }

        .people-table-block > div:nth-child(5) {
            display: initial;
            width: 100% !important;
        }

        .people-table-block > div:nth-child(6) {
            width: 100% !important;
        }

        .people-table-block .field-data-block > :first-child {
            width: 100%;
        }

        .people-table-block .field-data-block > :nth-child(2) {
            display: block;
            width: 100%;
            padding-left: 5px;
            text-align: center;
        }

    .people-card-block {
        width: calc(100% - 7px);
    }

        .people-card-block > div:nth-child(2) {
            width: 100%;
        }

        .people-card-block > div:nth-child(3) {
            width: 100%;
        }

    .people-minimal-row-block {
        /*display: block;*/
        flex-wrap: wrap;
    }

        .people-minimal-row-block > div:last-of-type {
            width: 100%;
            text-align: left;
            margin-top: 10px;
        }
}
/****************@Media Queries end****************/
