@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.widget p,
.raport-widget p {
    font-size: 13px;
}

.fs-1r {
    font-size: 1rem;
}

.fs-7 {
    font-size: 12px;
}

.fw-600 {
    font-weight: 600;
}

.vp-100 {
    min-height: 600px;
    height: calc(100vh - 120px) !important
}



.custom-buttons {
    font-size: 1.5rem;
    outline-color: transparent;
    background: transparent;
    border: none;
}

.px-12 {
    padding: 6px 12px;
}

.text-gray {
    color: rgba( 0,0,0,0.5);
    font-size: 13px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
}

.signature_box {
    padding: 4px;
    border: solid 1px;
    border-radius: 30%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-transform: capitalize;
    margin: 2px;
    font-weight: bold;
}

.event_footer {
    position: absolute;
    bottom: 0;
    padding: 2px;
    padding-bottom: 4px;
}

.event_subject {
    font-weight: bold;
}

.e-card {
    margin: 10px 0;
}

.event_dialog .e-dialog {
    width: 85% !important;
    max-width: 1100px !important;
    height: 85% !important;
    border-radius: 10px;
    /*border: 1px solid rgb(27,79,114);*/
}

.e-dialog .e-dlg-header {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.e-dialog .e-dlg-header-content,
.e-dialog .e-footer-content {
    /*border: 1px solid rgb(27,79,114);*/
}

.e-dialog.e-lib.e-popup.e-control.e-popup-open {
    width: 350px;
}

    .e-dialog .e-dlg-header-content {
        border-radius: 8px 8px 0 0;
    }

.e-dialog .e-footer-content {
    border-radius: 0 0 8px 8px;
}


.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    font-size: 1.25rem;
    font-weight: 600;
}

.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text,
.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text,
#label_dropdownlist-2b45cd25-9781-411c-8180-3f48c484d75e,
#label_textbox-f431a8c7-594a-4b5c-87c7-497869af4702,
.e-end-on-label,
.e-week-expander-label,
.table > thead:nth-child(1) > tr:nth-child(1) > td:nth-child(1),
.table > thead:nth-child(1) > tr:nth-child(1) > td:nth-child(3),
.e-repeat-content,
#textbox-a21ddc8e-3c85-4f19-9dc7-b8515f577c21,
#label_textbox-57ff666b-907f-46f0-a60e-ec079b46b49f,
.e-float-text.e-label-top {
    color: rgba( 0,0,0,0.5) !important;
    font-size: 13px !important;
}



.table > tbody:nth-child(2) {
    color: black;
    font-size: 1rem;
}

.table span:nth-child(2) {
    width: 18px;
    height: 18px;
}


.e-interval, div.e-input-wrapper-side:nth-child(3), div.e-input-wrapper-side:nth-child(4) {
    margin: 0;
    padding: 5px;
}


div.col-md-6:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {
    color: rgba(0, 0, 0, 0.5);
}

.e-listbox-wrapper:not(.e-list-template) .e-list-item, .e-listbox-wrapper .e-list-nrt, .e-listbox-wrapper .e-selectall-parent, .e-listbox-container:not(.e-list-template) .e-list-item, .e-listbox-container .e-list-nrt, .e-listbox-container .e-selectall-parent {
    height: auto;
    padding: 5px;
}

.e-listbox-wrapper .e-list-parent, .e-listbox-container {
    min-height: 36px;
    max-height: 380px;
    overflow-y: scroll;
}


.e-dialog .e-dlg-content {
    padding: 1rem;
}

body > div.page > main > article > div > div.row > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),
body > div.page > main > article > div > div.row > div:nth-child(1) > div:nth-child(3) > div:nth-child(1),
body > div.page > main > article > div > div.row > div:nth-child(1) > div:nth-child(5) > div:nth-child(1) {
    margin-right: 8px;
}

.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap {
    padding-bottom: 2.2rem;
}

.e-checkbox-wrapper .e-check, .e-css.e-checkbox-wrapper .e-check {

    font-size: 14px;
}
/*Sidebar*/
.sidebar-sf {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.ph{
    margin-left: 1rem;
}
.psh{
    margin-left: 1.3rem;
}
.pcu{
    margin-left: 1.2rem;
}
.pr{
    margin-left: 1.5rem;
}
.ps{
    margin-left: 1.3rem;
}
.pint{
    margin-left: 1.12rem;
}
.pab{
    margin-left: 1.4rem;
}

@media screen and (max-width: 1200px) {
    .event_dialog .e-dialog {
        width: 100% !important;
        height: 100% !important;
    }
}

.event_scheduler {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    margin-top: 1.3rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.rounded-4 {
    border-radius: 1rem;
}

.bg-dark-blue {
    background: #080655;
}

.bg-custom {
    background-color: #222233;
}

.bo {
    border: 1px solid red;
}

.widget {
    min-height: 15rem;
}

.raport-widget {
    min-height: 31rem;
}

.left {
    left: -10rem;
    width: 15rem;
}

.dot {
    height: 65px;
    width: 65px;
    border: 7px solid red;
    border-radius: 50%;
    display: inline-block;
}

.offcanvas-size-xl {
    width: min(95vw, 800px) !important;
}

.color-bar {
    width: 8px;
    height: 3px;
    border-radius: 3px;
}

.gray {
    background-color: #b8b8b4;
}

.violet {
    background-color: blueviolet;
}

.green {
    background-color: forestgreen;
}

.widget-img {
    margin-left: -10px;
}

.border-bottom-dotted {
    border-bottom: 1px dotted gray;
}

.border-dotted {
    border: 1px dotted gray;
    border-radius: 5px;
}

.background-success {
    background-color: #0fd44b2b;
    display: inline-block;
    height: 22px;
    width: 64px;
    display: flex;
}

.status-bg-success {
    background-color: #0fd44b2b;
}

.background-primary {
    background-color: #258cfb37
}

.min-h-400px {
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
    background-image: url(https://picsum.photos/200);
}

.min-width-100 {
    min-width: 100px;
}

.min-withd-50 {
    min-width: 50px;
}

.container-custom {
    padding-top: 1rem
}

.e-tab {
    padding: 1.4rem;
}


.z-index {
    z-index: 1;
}

body > div.page > main > article {
    padding-top: 0;
}

.e-dialog .e-dlg-header {
    width: 100%;
}

.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #dee2e6;
    padding: 12px 0;
}

.mobile-view-buttons {
    display: none;
}

    .mobile-view-buttons button {
        height: 2rem;
        padding: 2px 8px;
        margin-top: 10px;
    }


/*Customer css*/
.custom-shadow-upper {
    box-shadow: 0 -8px 4px rgba(17, 19, 14, 0.1);
    z-index: 1002;
}

.e-content.e-lib.e-touch {
    height: auto;
}

.custom-shadow-under {
    box-shadow: 0 8px 10px rgba(17, 19, 14, 0.1);
    z-index: 1002;
}

.custom-position {
    top: 32px;
    left: 60px;
}

.custom-data-position {
    background-color: #fff;
    padding: 1rem 1.2rem;
}

.custom-customer-header {
    padding: 1rem 0 0 1.2rem;
}

.e-spinner-pane {
    background: rgb(54, 64, 74, 0.12);
    z-index: 1000 !important;
    position: fixed;
    top: 0;
    left: 0;
}

.customer-edit-buttons {
    width: 100%; 
    position: fixed; 
    left: 50%; 
    transform: translateX(-50%);
    padding: 10px; 
    box-sizing: border-box;
}

.customer-info {
    min-height: 0;
}

.container-customer {
    max-width: 600px;
    min-height: 59rem;
    margin-bottom: 75px;
}

.container-facilities {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}

.facility-width {
    max-width: 604px;
}

.display-none {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms, visibility 500ms linear 500ms;
}

.display-block {
    opacity: 1;
    visibility: visible;
    transition: opacity 500ms, visibility 500ms linear 0ms;
}

.facility-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128, 128, 128, 0.7);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.z-10 {
    z-index: 20;
}

.h-101 {
    padding-top: 2.7rem;
    background: rgb(27,79,114);
    background: linear-gradient(180deg, rgba(27,79,114,1) 24%, rgba(84,153,199,1) 77%);
    height: 100vh;
}

.height-settings {
    height: calc( 100vh - 160px);
}

.p-4rem {
    height: auto;
    padding-top: 4rem !important;
    background: rgb(27,79,114);
    background: linear-gradient(180deg, rgba(27,79,114,1) 24%, rgba(84,153,199,1) 77%);
}

.new-facility-border {
    border: 2px solid #32CD32 !important;
    box-shadow: inset 0 0 8px #32CD32;
}

.message-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12 !important;
}

.no-bottom-border {
    border-bottom: 0 !important;
    border-top: 0 !important;
    
}
.table-row {
    display: flex;
    border: 1px solid black;
}

.even-row {
    background-color: #ffffff;
}


.odd-row {
    background-color: #f9f9f9;
}

    .odd-row:hover {
        background-color: #f1f1f1 !important;
    }

.hover:hover {
    background-color: #f1f1f1;
}

/* Groups Component */

.group-container {
    height: 45rem;
    width: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Tenant css */

.btn-embossed {
    padding: 12px 24px;
    margin: 8px;
    background-color: #e0e0e0;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1), 
    inset -2px 2px 4px rgba(0,0,0,0.05), 
    inset 2px -2px 4px rgba(255,255,255,0.8),
    inset -2px -2px 4px rgba(255,255,255,0.8);
}

    .btn-embossed:hover {
        background-color: #d5d5d5;
        box-shadow: inset 2px 2px 5px rgba(0,0,0,0.15), inset -2px 2px 5px rgba(0,0,0,0.05), inset 2px -2px 5px rgba(255,255,255,0.6), inset -2px -2px 5px rgba(255,255,255,0.6);
    }

    .btn-embossed:active {
        background-color: #ccc;
        box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4), inset -1px 1px 2px rgba(0,0,0,0.2), inset 1px -1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(255,255,255,0.5);
    }
/*Edit event css*/
.h-30 {
    height: 18rem;
}

.default-border {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

/*Sf css*/
.e-sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    height: 100vh;
    position: fixed;
    top: 38px !important;
}

.e-toolbar {
    background-color: rgb(5, 39, 103);
}

.p-30 {
    padding-left: 30px;
}

.icon {
    padding-left: 12px;
}

.z-999 {
    z-index: 1100 !important;
}

.e-danger-blink {
    animation: dangerColorChange 0.5s infinite alternate;
    border-radius: 10px;
}

@keyframes dangerColorChange {
    0% {
        background-color: #ffe4e4;
    }

    100% {        
        background-color: #ff9999;
    }
}

/* Edit event styles */

#CommentContainer {
    height: 100%;
}

.e-tab .e-content {
    border: 1px solid #ced4da;
    height: 21.5em;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text,
.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px !important;
    font-weight: 600 !important;
}

.e-control.e-textarea.e-lib {
    width: 31.15em;
    height: 6.14em
}

@media screen and (max-width: 700px) {
    .e-dialog .e-dlg-content {
        padding: 0;
    }

    .e-recurrenceeditor .e-editor > div {
        margin-top: 0;
    }

    .p-30 {
        padding-left: 18px;
    }

    .custom-menu-none {
        display: none;
    }

    .md-fixed-top {
        position: fixed;
        top: 0;
    }

    .signin-height-mobile {
        height: 100vh;
        border-radius: 0;
    }

    .container-custom {
        padding-left: -60px;
    }

    .hide-customer-text {
        display: none;
    }

    .e-tab {
        padding: 28px;
    }

    .custom-position {
        top: 32px;
        left: 0;
    }


    .custom-shadow-under {
        left: 0;
    }



    .container-customer {
        margin-bottom: 20px;
    }

    .container-facilities {
        margin-bottom: 50px;
    }
}


