﻿:root {
    scroll-behavior: auto;
}

html, body, span {
    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-size: 14px;
}

.tooltip-hidden {
    display: none !important;
}

@media (min-width: 1160px) {
    .text-center-desktop {
        text-align: center !important;
    }
}

tr.blue-background td.e-detailrowcollapse{
    background-color:lightblue !important;
}

tr.blue-background td.e-detailrowexpand{
    background-color: lightblue !important;
}
tr.blue-background td.e-detailrowexpand.e-selectionbackground.e-active {
    background-color: lightblue !important;
}

a, .btn-link {
    color: #03233d;
}

.e-calendar .e-btn.e-today.e-flat.e-primary, .e-calendar .e-css.e-btn.e-today.e-flat.e-primary, .e-calendar .e-btn.e-today.e-flat.e-primary, .e-calendar .e-css.e-btn.e-today.e-flat.e-primary:hover {
    background-color: #03233d;
}

.e-calendar .e-content td.e-selected span.e-day, .e-calendar .e-content td.e-selected span.e-day:hover {
    background-color: #03233d;
    color: #ffffff;
}

.e-calendar .e-content td.e-today span.e-day, .e-calendar .e-content td.e-focused-date.e-today span.e-day {
    box-shadow: inset 2px 0 #03233d, inset 0 2px #03233d, inset -2px 0 #03233d, inset 0 -2px #03233d;
    color: #03233d;
}

.e-calendar .e-content td.e-today.e-selected span.e-day, .e-calendar .e-content td.e-today.e-selected span.e-day:hover {
    background-color: #03233d;
    box-shadow: inset 2px 0 #03233d, inset 0 2px #03233d, inset -2px 0 #03233d, inset 0 -2px #03233d;
    color: #ffffff;
}

e-calendar .e-content td.e-today.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected:hover span.e-day, .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: #03233d;
    color: #ffffff;
}

.placeholder-text-width-reactive {
    width: 50%;
    max-width: 40rem;
}

.placeholder-num-bool-width-reactive {
    width: 20%;
    max-width: 15rem;
}

@media (min-width: 768px) {
    .address-line,
    .address-details {
        font-size: 1rem; 
    }
}

@media only screen and (max-width: 768px) {
    .placeholder-width-reactive {
        width: 100%;
        max-width: 20rem;
    }

    .placeholder-width-reactive {
        width: 100%;
        max-width: 10rem;
    }
    
    .column-width {
        width: 50%;
    }
}

.standard-link{
    color: #4183C4;
    cursor: pointer;
}

a .standard-link:hover{
    color: #35E;
}

.link-hover {
    font-size: large;
    color: #03233d;
    cursor: pointer;
}

.tce-error-input {
    border-color: #aa4643 !important;
}

.tce-error-input:focus {
    border-color: #aa4643;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(161, 58, 55, .25);
}

.w-fit-content {
    width: fit-content;
}

.h-fit-content-imp {
    height: fit-content !important;
}

.w-fit-content-imp {
    width: fit-content !important;
}

a .link-hover:hover {
    color: #35E;
}

.link-bold-hover-underline{
    cursor: pointer;
    color: black;
    text-decoration: none;
    font-weight: bold;
}
.link-bold-hover-underline:hover{
    color: black;
    text-decoration: underline;
}

.tce-border-radius {
    border-radius: 1em;
}

.tce-border-radius-left {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.tce-border-radius-right {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.tce-blue {
    color: #03233d !important;
}
.e-radio:checked+label::before {
    background-color: #03233d !important;;
    border-color: #03233d !important;;
}

.tce-blue-background {
    background-color: #03233d !important;
}

.tce-blue-btn {
    background: #03233d !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: none !important;
}

.tce-blue-btn:hover {
    background: #021729 !important;
}

.tce-blue-btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(6, 38, 64, .25) !important;
}

/*today button for calendar*/
.fc .fc-todayCustomButton-button {
    background: #03233d !important;
    border-radius: 5px !important;
    border: none !important;
}

.fc .fc-todayCustomButton-button:hover {
    background: #021729 !important;
}

/*prev button for calendar*/
.fc .fc-prev-button {
    background: #03233d !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: none !important;
}

.fc .fc-prev-button:hover {
    background: #021729 !important;
}

/*next button for calendar*/
.fc .fc-next-button {
    background: #03233d !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: none !important;
}

.fc .fc-next-button:hover {
    background: #021729 !important;
}


.tce-grey-btn {
    background: #595959 !important;
    border-radius: 5px !important;
    border: none !important;
    color: #fff !important;
}

.tce-grey-btn:hover {
    /*background: #bbbbbb !important;*/
    background: #777777 !important;
    color: #fff !important;
}

.tce-grey-btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(6, 38, 64, .25) !important;
    color: #fff !important;
}

/***************** Rotating border primary  *******************/
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rotate-border-primary {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.rotate-border-primary::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #03233d !important;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 0 0;
    background-image: conic-gradient(#83b5fd, #83b5fd);
    animation: rotate 1s linear infinite;
}

.rotate-border-primary::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px !important;
    top: 3px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #03233d !important;
}

/***************** Rotating border secondary *******************/

.rotate-border-secondary {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.rotate-border-secondary::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #999999 !important;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 0 0;
    background-image: conic-gradient(#bbbbbb, #bbbbbb);
    animation: rotate 1s linear infinite;
}

.rotate-border-secondary::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px !important;
    top: 3px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #999999 !important;
}

/***************** Rotating border danger *******************/

.rotate-border-danger {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.rotate-border-danger::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #aa4643 !important;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 0 0;
    background-image: conic-gradient(#a13a37, #a13a37);
    animation: rotate 1s linear infinite;
}

.rotate-border-danger::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 3px !important;
    top: 3px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #aa4643 !important;
}

/******************************************************/

.tce-green {
    color: #32cd32 !important;
}

.tce-red-btn {
    background: #aa4643 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: none !important;
}

.tce-red-btn:hover {
    background: #8a3836 !important;
}

.tce-red-btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .25rem rgba(161, 58, 55, .25) !important;
}

.tce-red {
    color: #aa4643 !important;
}

.tce-red-background {
    background-color: #aa4643 !important;
}

.tce-orange {
    color: #e17f49 !important;
}

.e-tooltip-wrap .e-tooltip-close::before {
    content: "\f00d" !important;
    left: calc(50% - 3px) !important;
}

.tce-orange-background {
    background-color: #e17f49 !important;
}

.tce-grey {
    color: #6c757d !important;
}

.tce-grey-background {
    background-color: #6c757d !important;
}


.tce-lightgrey {
    color: #bbbbbb !important;
}

.tce-lightgrey-background {
    background-color: #bbbbbb !important;
}

.tce-loading {
    background-color: #03233d;
}

.btn-primary {
    color: #fff !important;
    background-color: #1b6ec2 !important;
    border-color: #1861ac !important;
}

.tce-syncfusion-error {
    color: black;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap5 {
    fill: #03233d !important;
    stroke: #03233d !important;
}

.e-input-group.e-error {
    border-color: #aa4643 !important;
}

.e-input.e-error, .e-input.e-error:focus, .e-input-group.e-error input.e-input, .e-input-group.e-control-wrapper.e-error input.e-input, .e-input-group.e-control-wrapper.e-error .e-input-group-icon, .e-input-group.e-error .e-input-group-icon, .e-input-group.e-error textarea.e-input, .e-input-group.e-control-wrapper.e-error textarea.e-input {
    border-color: #ced4da !important;
}

.e-input-group.tce-syncfusion-error, .e-input-group.e-control-wrapper.tce-syncfusion-error, .e-input-group.tce-syncfusion-error:not(.e-float-icon-left), .e-input-group.e-control-wrapper.tce-syncfusion-error:not(.e-float-icon-left) {
    border-color: #aa4643 !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning).tce-syncfusion-error, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).tce-syncfusion-error {
    box-shadow: 0 0 0 .25rem rgba(161, 58, 55, .25) !important;
}

.e-input.tce-syncfusion-error, .e-input.tce-syncfusion-error:focus, .e-input-group.tce-syncfusion-error input.e-input, .e-input-group.e-control-wrapper.tce-syncfusion-error input.e-input, .e-input-group.e-control-wrapper.tce-syncfusion-error .e-input-group-icon, .e-input-group.tce-syncfusion-error .e-input-group-icon, .e-input-group.tce-syncfusion-error textarea.e-input, .e-input-group.e-control-wrapper.tce-syncfusion-error textarea.e-input {
    border-color: #aa4643 !important;
}
.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, .e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on
{
    background-color: #03233d;
    border-color: #03233d;
}
.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check{
    background-color: #03233d !important;
    border-color: #03233d !important;
}

.form-check-input:checked{
    background-color: #03233d !important;
    border-color: #03233d !important;
}

.e-switch-wrapper .e-switch-inner.e-switch-active,
.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on {
    background-color: #03233d !important;
    border-color: #03233d !important;
}
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on{
    background-color: #03233d !important;
    border-color: #03233d !important;
}

.e-radio:checked+label::before {
    background-color: #03233d !important;
    border-color: #03233d !important;
}

.custom-link {
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.custom-link:hover {
    color: black;
    cursor: pointer;
    text-decoration: underline;
}

.wrap-link {
    width: 100%;
    white-space: pre-wrap;
}

.flex-gap {
    display: flex;
    gap: 1rem;
}

.e-clear-icon:before{
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
    content: "\f00d" !important;
}
.e-check:before{
    content: "\f00c" !important;
}
.e-popup-down-icon:before {
    content: "\f015" !important;
}

.e-dropdown-btn .e-caret::before {
    content: "\f175" !important;
}

.e-justify-left::before {
    content: "\f036" !important;
}

.e-justify-center::before {
    content: "\f037" !important;
}

.e-justify-right::before {
    content: "\f038" !important;
}

.e-justify-full::before {
    content: "\f039" !important;
}

.e-order-list::before {
    content: "\f0cb" !important;
}

.e-icon-grightarrow::before {
    content: "\f105" !important;
    font-size: 17px !important;
    line-height: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    width: 17px !important;
}

.e-icon-gdownarrow::before {
    content: "\f107" !important;
    font-size: 17px !important;
    line-height: 17px !important;
    height: 17px !important;
    display: inline-block !important;
    width: 17px !important;
}
.e-grid .e-icon-gdownarrow {
    padding: 12px 6px 11px 6px !important;
}
.e-grid .e-icon-grightarrow {
    padding: 12px 6px 11px 6px !important;
}

.custom-pager-parent .sf-pager{
    border-top-style: hidden;
}

.accordion-button::before {
    height: 17px !important;
    width: 17px !important;
}


.e-unorder-list::before {
    content: "\f03a" !important;
}

.e-create-link::before {
    content: "\f0c1" !important;
}

.e-image::before {
    content: "\f03e" !important;
}

.e-preview::before {
    content: "\f062" !important;
}

.e-redo:before {
    content: "\f2f9" !important;
}

.e-font-color::before {
    content: "\41" !important;
}

.e-background-color::before {
    content: "\f575" !important;
}

.e-strike-through::before {
    content: "\f0cc" !important;
}

.e-sub-script::before {
    content: "\f12c" !important;
}

.e-super-script::before {
    content: "\f12b" !important;
}

.e-indent::before {
    content: "\f03c" !important;
}

.e-outdent::before {
    content: "\f03b" !important;
}

.e-create-table::before {
    content: "\f0ce" !important;
}

@media print {
    .print-hide { display: none !important; }
}

.e-print::before {
    content: "\f02f" !important;
}

.e-maximize::before {
    content: "\f31e" !important;
}

.e-minimize::before {
    content: "\f78c" !important;
}

.e-clear-format::before {
    content: "\f12d" !important;
}

.e-upper-case::before {
    content: "\f15e" !important;
}

.e-lower-case::before {
    content: "\f15d" !important;
}

.e-undo::before {
    content: "\f2ea" !important;
}

.e-source-code::before {
    content: "\f06e" !important;
}

.e-tooltip-close::before {
    content: "\58" !important;
}

.add-margin-before {
    margin-top: 1rem;
}

.add-margin-after{
    margin-bottom: 1rem;
}

.margin-spacer{
    margin-bottom: .5rem;
}

.placeholder-text-width-reactive{
    width: 50%;
    max-width: 40rem;
}

.placeholder-num-bool-width-reactive{
    width: 20%;
    max-width: 15rem;
}

@media only screen and (max-width: 768px){
    .placeholder-width-reactive{
        width: 100%;
        max-width: 20rem;
    }
    .placeholder-width-reactive{
        width: 100%;
        max-width: 10rem;
    }
}

.grid-box{
    height: auto;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.input-loaded {
    border-color: #e17f49 !important;
}

.input-loaded:focus {
    border-color: #e17f49 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255, 127, 73, .25);
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.p-no-margin-bottom {
    margin-bottom: 0 !important;
}

#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;
}

.responsive-bars {
    display: flex;
    align-items: center;
}

.responsive-nav > div.main-navbar {
    display: none;
}

.responsive-nav.open-nav > div.main-navbar {
    display: block;
    padding: 7.5px;
}

div.tce-icon {
    display: block;
    text-align: center;
}

.small-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.responsive-offcanvas {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .responsive-bars {
        display: none;
    }

    .responsive-nav {
        display: flex;
        padding: inherit;
    }

    .small-row {
        display: inherit;
        margin: 0;
    }

    .responsive-nav > div.main-navbar {
        display: block;
    }

    .responsive-offcanvas {
        width: 50%;
    }
    
    .column-width {
        width: 33%;
    }
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.btn-tce-blue {
    color: #fff !important;
    background-color: #03233d !important;
    border-color: #03233d !important;
}

.btn-tce-blue:hover {
    color: #fff !important;
    background-color: #aaaaaa !important;
    border-color: #aaaaaa !important;
}

.btn-tce-orange {
    color: #fff !important;
    background-color: #e17f49 !important;
    border-color: #e17f49 !important;
}

.btn-tce-orange:hover {
    color: #fff !important;
    background-color: #aaaaaa !important;
    border-color: #aaaaaa !important;
}

.blazored-typeahead__loader {
    /*Force hide loader since it doesn't mesh with background*/
    display: none !important;
}

.tce-loader-line {
    width: 100%;
    height: 4px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.tce-loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #03233d;
    -webkit-animation: lineAnim 3s linear infinite;
    -moz-animation: lineAnim 3s linear infinite;
    animation: lineAnim 3s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.filter-highlight {
    background-color: #ffdb99;
}

.e-icons {
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900 !important;
}

.e-insert-code {
    font-family: "e-icons" !important;
}

.e-input-group-icon::before {
    font-family: "Font Awesome 6 Pro", "e-icons" !important;
    font-weight: 900 !important;
}

.e-time-icon::before {
    content: "\f017" !important;
}

.e-spin-up:before{
    content: '\f106' !important;
}

.e-spin-down:before{
    content: '\f107' !important;
}

.e-icon-ascending:before {
    content: "\f062" !important;
}

.e-icons.e-bold:before {
    content: "\f032" !important;
}

.e-icons.e-italic:before {
    content: "\f033" !important;
}

.e-icons.e-underline:before {
    content: "\f0cd" !important;
}

.e-icon-descending:before {
    content: "\f063" !important;
}

.e-icon-last:before {
    content: "\f101" !important;
}

.e-icon-next:before {
    content: "\f105" !important;
}

.e-date-icon-next:before {
    content: "\f105" !important;
}

.e-icon-prev:before {
    content: "\f104" !important;
}

.e-date-icon-prev:before {
    content: "\f104" !important;
}

.e-icon-first:before {
    content: "\f100" !important;
}

.e-change-icon:before {
    content: "\f061" !important;
}
.e-icons.e-check:before{
    content: "\f00c" !important;
}

.e-ddl-icon.e-icons .e-ddl-icon:before {
    content: "\f107" !important;
}

.e-dialog .e-icon-dlg-close::before {
    content: "\58" !important;
}

.e-grid .e-ressort-icon::before, .e-grid-menu .e-ressort-icon::before {
    content: "\e0ae" !important;
}

.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon.e-icons .e-ddl-icon::before {
    font-family: "Font Awesome 6 Pro" !important;
}

.syncfusion-input-loaded {
    color: black;
}

.e-input-group.syncfusion-input-loaded, .e-input-group.e-control-wrapper.syncfusion-input-loaded, .e-input-group.syncfusion-input-loaded:not(.e-float-icon-left), .e-input-group.e-control-wrapper.syncfusion-input-loaded:not(.e-float-icon-left) {
    border-color: #e17f49 !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning).syncfusion-input-loaded, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).syncfusion-input-loaded {
    box-shadow: 0 0 0 .25rem rgba(255, 127, 73, .25) !important;
}

.e-input.syncfusion-input-loaded, .e-input.syncfusion-input-loaded:focus, .e-input-group.syncfusion-input-loaded input.e-input, .e-input-group.e-control-wrapper.syncfusion-input-loaded input.e-input, .e-input-group.e-control-wrapper.syncfusion-input-loaded .e-input-group-icon, .e-input-group.syncfusion-input-loaded .e-input-group-icon, .e-input-group.syncfusion-input-loaded textarea.e-input, .e-input-group.e-control-wrapper.syncfusion-input-loaded textarea.e-input {
    border-color: #e17f49 !important;
}

.e-listbox-container.syncfusion-input-loaded{
    border-color: #e17f49 !important;
}

.e-content.e-dropdownbase .e-list-item.e-active
{
    background-color: #03233d !important;
    border-color: #fff !important;
    color: #fff !important;
}

.e-multi-select-list-wrapper .e-content.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover
{
    background-color: #02192b !important;
    border-color: #fff !important;
    color: #fff !important;
}

.e-sortfilterdiv::before {
    content: "\f0dc";
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 85% !important;
    transform: translate(-50%, -50%) !important;
}

.big-map-height-box {
    height: 130px;
}

.button-hide-show-list{
    color: #616161;
    cursor: pointer;
}

.chart-box-height {
    height: 100%;
    min-height: 380px;
}

.fa-arrow-up-right-from-square {
    color: #03233d !important;
}

.opacity-1 {
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.h-0 {
    height: 0 !important;
    opacity: 0 !important;
    margin: 0;
    border: 0;
    padding: 0;
}

.custom-error-class {
    color: black;
}
.input-height-match {
    height: 2.222rem;
}

.custom-error-class{
    color:  black;
}

.e-input-group.custom-error-class, .e-input-group.e-control-wrapper.custom-error-class, .e-input-group.custom-error-class:not(.e-float-icon-left), .e-input-group.e-control-wrapper.custom-error-class:not(.e-float-icon-left) {
    border-color: #dc3545 !important;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning).custom-error-class, .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).custom-error-class {
    box-shadow: 0 0 0 4px rgba(270, 53, 69, .25) !important;
}

.e-input.custom-error-class, .e-input.custom-error-class:focus, .e-input-group.custom-error-class input.e-input, .e-input-group.e-control-wrapper.custom-error-class input.e-input, .e-input-group.e-control-wrapper.custom-error-class .e-input-group-icon, .e-input-group.custom-error-class .e-input-group-icon, .e-input-group.custom-error-class textarea.e-input, .e-input-group.e-control-wrapper.custom-error-class textarea.e-input {
    border-color: #dc3545 !important;
}

@media only screen and (max-height: 1003px) {
    .chart-box-height {
        height: 380px;
        max-height: 380px;
    }
    .dynamic-container-margin {
        margin-bottom: 1rem;
    }
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

.conform-syncfusion-to-bootstrap {
    width: auto !important;
    flex-grow: 1 !important;
}

.e-dropdowns.e-popup-holder {
    width: auto !important;
    flex-grow: 1 !important;
}

input::placeholder {
    opacity: 1;
}

input {
    height: 2.222rem;
}

.h-match-syncfusion {
    height: 2.222rem;
}

.border-radius-quarter-rem {
    border-radius: .25rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-large {
    font-size: large;
}

.e-table {
    border-spacing: 0 !important;
}

.app-height-dynamic {
    height: 100vh;
}

@media only screen and (max-width: 992px) {
    .app-height-dynamic {
        height: auto;
        min-height: 100vh;
    }
}

.hide-sort {
    cursor: default !important;
}

.hide-sort .e-sortfilterdiv:before {
    content: none !important;
}

.h-87vh {
    height: 87vh !important;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.h-380 {
    height: 380px !important;
}

.index-container-div {
    height: auto !important;
}

@media only screen and (min-height: 1049px) and (min-width: 992px) {
    .index-container-div {
        height: 75vh !important;
    }
}

@media only screen and (min-width: 1113px) {
    .index-container-div {
        height: 76.6vh !important;
    }
}

@media only screen and (min-width: 1200px) {
    .index-container-div {
        height: 83.5vh !important;
    }
}

@media only screen and  (max-height: 1003px) {
    .index-container-div {
        height: auto !important;
    }
}

.dynamic-container-margin {
    margin-bottom: 0;
}

.cursor-pointer {
    cursor: pointer;
}
.link{
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.w-33{
    width: 33.3%;
}
.h-50px{
    height: 50px !important;
}
.hide-sort {
    cursor: default !important;
}

.hide-sort .e-sortfilterdiv:before {
    content: none !important;
}

.margin-label-fix {
    margin-left: .4rem;
}

.margin-horiz-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.hide-on-mobile{
    display: block !important;
}

.list-group-single{
    height: 79px;
    overflow-y: hidden;
}

@media only screen and (max-width: 991px){
    .margin-horiz-auto{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hide-on-mobile{
        display: none !important;
    }

    .attachment-width{
        width: 70% !important;
    }

    .list-group-height{
        height: calc(99px * 3);
    }
    .list-group-single{
        height: 99px;
        overflow-y: hidden;
    }
    

    .sub-content-wrapper{
        height: 40px;
    }

    .list-item-height{
        height: 83.5px;
    }

    .tooltip-dynamic-width{
        width: 7.5rem !important;
    }
}



.e-tooltip-wrap.e-popup {
    background-color: #03233d !important;
    box-shadow: 0 0 .4rem !important;
    border-radius: inherit;
}

.e-tooltip-wrap .e-tip-content {
    color: white !important;
}

.e-tooltip-wrap .e-arrow-tip-inner {
    color: black !important;
}

.ul-no-padding {
    padding: 0;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table tr td.e-templatecell {
    height: 100%;
    padding: 0;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table tr {
    height: 100%;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table {
    height: 1px;
}

td.e-templatecell > div {
    height: 100%;
}

.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
    content: "\f2ed" !important;
}

.input-cont{
    display: flex;
    align-items: center;
    width: 100%;
}

.text-flex-1{
    flex-grow: 1 !important;
    width: auto !important;
}

.margin-label-fix{
    margin-left: .4rem;
}

.e-tooltip-wrap.e-popup {
    background-color: #03233d !important;
}

.hide-sort{
    cursor: default !important;
}

.mt-point-1{
    margin-top: .1rem;
}

.force-flex-1{
    flex: 1 1 0 !important;
}

.test-input-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.label-box{
    justify-content: left;
    align-items: center;
    display: flex;
}
.matching-label-box{
    justify-content: left;
    align-items: center;
    display: flex;
}
.comment-section-box{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 6%;
}

.w-comment-section{
    height: 100%;
    width: 10%;
    justify-content: center;
    align-items: center;
}

.display-box{
    justify-content: right;
    align-items: center;
    display: flex;
}

.display-box-left{
    justify-content: left;
    align-items: center;
    display: flex;
}

.display-box-signature{
    justify-content: right;
    align-items: center;
    display: flex;
    width: 68%;
}
.display-box-full{
    justify-content: right;
    align-items: center;
    display: flex;
    width: 100%;
}
.mt-half{
    margin-top: .5rem;
}
.mt-half.tce-error-border{
    padding-top: .25rem;
    margin-top: .25rem;
}

.mb-half{
    margin-bottom: .5rem;
}
.mb-half.tce-error-border{
    margin-bottom: .25rem;
    padding-bottom: .25rem;
}

.max-200{
    max-width: 200px;
}
.justify-content-left {
    justify-content: left;
}
.text-align-end{
    text-align: end !important;
}

.text-align-start{
    text-align: start !important;
}

@media only screen and (max-width: 991px){    
    .display-box-signature{
        width: 94%;
        justify-content: start;
    }
}

.alternate-background:nth-child(even){
    background: rgba(33, 37, 41, .1) !important;
}

.force-background-clear{
    background-color: transparent !important;
}

.force-background-white{
    background-color: #fff !important;
}

.force-black-text{
    color: #212529 !important;
}

.vr-element{
    border-left: 1px solid rgba(33, 37, 41, .25);
}

.hr-element{
    border-bottom: 1px solid rgba(33, 37, 41, .25);
}

.padding-left-quarter{
    padding-left: .25rem;
}
/*TODO - Look at if this is needed? From report create but its not a quarter*/
.padding-right-quarter {
    padding-right: .75rem !important;
}

.padding-top-bottom-one{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top-border-grey{
    border-top: 1px solid rgba(33, 37, 31, .25) !important;
}

.add-border-bottom{
    border-bottom: 1px solid rgba(33, 37, 41, .25);
}

.hide-till-mobile{
    display: none !important;
}

.attachment-width{
    width: 60% !important;
}

.list-group-height{
    height: calc(79px * 3);
    overflow-y: scroll;
}

.sub-content-wrapper{
    height: 20px;
    display: flex;
    align-items: center;
}

.list-item-height{
    height: 63.5px;
}

.tooltip-dynamic-width{
    width: auto !important;
}

.question-responsive{

}

@media only screen and (max-width: 991px){
    .hide-till-mobile{
        display: block !important;
    }
    .question-responsive{
        font-size: large !important;
        text-decoration: underline !important;
    }
}

@media only screen and (max-width: 991px){
    .margin-horiz-auto{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hide-on-mobile{
        display: none !important;
    }

    .attachment-width{
        width: 70% !important;
    }

    .list-group-height{
        height: calc(99px * 3);
    }

    .sub-content-wrapper{
        height: 40px;
    }

    .list-item-height{
        height: 83.5px;
    }

    .tooltip-dynamic-width{
        width: 7.5rem !important;
    }
}

.gutter-none{
    --bs-gutter-x: 0 !important;
}

.descriptor-cont{
    padding: .25rem;
    padding-left: .5rem;
}

.spinner-cont{
    padding: .25rem;
}

.black-link{
    cursor: pointer;
    color: black;
}

.h3-link{
    color: #4183C4;
    text-decoration: underline;
    width: fit-content !important;
    cursor: pointer;
    margin-top: 1rem !important;
}
.h3-link:hover{
    color: #35E;
}


.signature-style{
    width: 100%;
    height: 250px;
    cursor: crosshair !important;
}
.signature-style-disabled{
    cursor: not-allowed !important;
    pointer-events: none !important;
    background: rgba(0, 0, 0, .1) !important;
}
.codeEnforcementHeader_FIRE:before{
    content: "\f7e4" !important;
}
.codeEnforcementHeader_BACKFLOW:before{
    content: "\f043" !important;
}
.codeEnforcementHeader_ELEVATOR:before{
    content: "\e16d" !important;
}
.codeEnforcementHeader_FOG:before{
    content: "\f793" !important;
}
.codeEnforcementHeader_RENTAL:before{
    content: "\f015" !important;
}
.codeEnforcementHeader_BOILER:before{
    content: "\e00c" !important;
}
.hide-sort .e-sortfilterdiv:before{
    content: none !important;
}

.force-background-clear{
    background-color: transparent !important;
}

.force-background-white{
    background-color: #fff !important;
}

.force-black-text{
    color: #212529 !important;
}


.ul-no-padding {
    padding: 0;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table tr td.e-templatecell {
    height: 100%;
    padding: 0;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table tr{
    height: 100%;
}

.legal-packet-identifier .sf-grid .e-gridcontent .e-content table{
    height: 1px;
}

td.e-templatecell > div {
    height: 100%;
}
.w-18rem{
    width:  18rem !important;
}
.w-15rem{
    width: 15rem !important;
}

.margin-label-fix{
    margin-left: .4rem;
}
.add-border-bottom{
    border-bottom: 1px solid rgba(33, 37, 41, .25);
}

.margin-horiz-auto{
    margin-left: auto !important;
    margin-right: auto !important;
}

.hide-on-mobile{
    display: block !important;
}

.attachment-width{
    width: 48% !important;
}

.list-group-height{
    height: calc(79px * 3);
    overflow-y: scroll;
}

.list-group-single{
    height: 79px;
    overflow-y: hidden;
}

.sub-content-wrapper{
    height: 20px;
    display: flex;
    align-items: center;
}

.list-item-height{
    height: 63.5px;
}

.tooltip-dynamic-width{
    width: auto !important;
}

@media only screen and (max-width: 991px){
    .margin-horiz-auto{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .hide-on-mobile{
        display: none !important;
    }

    .attachment-width{
        width: 70% !important;
    }

    .list-group-height{
        height: calc(99px * 3);
    }
    .list-group-single{
        height: 99px;
        overflow-y: hidden;
    }


    .sub-content-wrapper{
        height: 40px;
    }

    .list-item-height{
        height: 83.5px;
    }

    .tooltip-dynamic-width{
        width: 7.5rem !important;
    }
}

.form-check-input[type="checkbox"]{
    height: 1.24rem !important;
    width: 1.24rem !important;
}

.max-width-payment-responsive {
    max-width: 1600px;
}

@media only screen and (max-width: 767px) {
    .max-width-payment-responsive {
        max-width: 675px;
    }
}

.min-300 {
    min-width: 300px;
}

.flex-direction-payment-responsive {
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    .flex-direction-payment-responsive{
        flex-direction: column-reverse;
    }
}

.svg-w-h-responsive{
    width: 70%;
    height: auto;
}

@media only screen and (max-width: 767px){
    .svg-w-h-responsive{
        width: auto;
        height: 20.25rem;
        margin-right: 1rem;
    }
}

.flex-direction-svg-responsive{
    flex-direction: column;
}

@media only screen and (max-width: 767px){
    .flex-direction-svg-responsive{
        flex-direction: row;
    }
}

.svg-alignment-responsive{
    align-items: center;
}

@media only screen and (max-width: 767px){
    .svg-alignment-responsive{
        justify-content: center;
    }
}

.svg-area-w-h-responsive{
    width: 25%;
}

@media only screen and (max-width: 767px){
    .svg-area-w-h-responsive{
        width: 100%;
    }
}

.payment-area-w-h-responsive{
    width: 75%;
}

@media only screen and (max-width: 767px){
    .payment-area-w-h-responsive{
        width: 100%;
    }
}

.force-flex{
    flex-grow: 1 !important;
}

.accordion-button::after{
    background-image: revert !important;
}
.accordion-button::before{
    background-image: revert;
}
.accordion-button:not(.collapsed)::after {
    background-image: revert;
}
.accordion-button:not(.collapsed)::before{
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(0deg);
    background-size: 17px 17px !important;
}
.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.e-accordion .e-tgl-collapse-icon::before
{
    font-size: 17px !important;
    line-height: 17px !important;
    height: 17px !important;
    display: inline-block !important;
}

.w-50px{
    width: 50px !important;
}

.tce-error-border{
    border-color: #aa4643 !important;
    border: solid 1px;
    border-radius: 10px;
}

.dynamic-flex-direction{
    flex-direction: row !important;
}

@media only screen and (max-width: 991px){
    .dynamic-flex-direction{
        flex-direction: column !important;
    }
    .mt-2-mobile{
        margin-top: .5rem !important;
    }
}

.e-tooltip-wrap.disclaimer-selector.e-popup {
    background-color: whitesmoke !important;
    border-radius: 4px;
}

.e-tooltip-wrap.disclaimer-selector .e-tip-content{
    border-radius: 4px;
}

.e-tooltip-wrap.disclaimer-selector .e-arrow-tip-outer.e-tip-left{
    border-right-color: whitesmoke !important;
}

.e-tooltip-wrap.disclaimer-selector .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap.disclaimer-selector .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap.disclaimer-selector .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap.disclaimer-selector .e-arrow-tip-inner.e-tip-top{
    color: whitesmoke !important;
}

.match-padding{
    padding: 6px 8px;
}

@media only screen and (max-width: 767px){
    .match-padding{
        padding: 0;
    }
}

/*.e-tooltip-wrap.disclaimer-selector .e-arrow-tip-outer.e-tip-bottom{*/
/*    border-top: 8px solid whitesmoke;*/
/*}*/

/*.e-tooltip-wrap.disclaimer-selector .e-arrow-tip-outer.e-tip-top{*/
/*    border-bottom: 8px solid whitesmoke;*/
/*    border-left: 8px solid transparent;*/
/*    border-right: 8px solid transparent;*/
/*}*/

.tippy-box[data-theme~='brycer'] {
    background-color: whitesmoke;
    color: black;
    border: 2px solid #03233d;
}
/* The border */
.tippy-box[data-theme~='brycer'] > .tippy-svg-arrow > svg:first-child {
    fill: #03233d;
    scale: 1.3;
}

/* The fill */
.tippy-box[data-theme~='brycer'] > .tippy-svg-arrow > svg:last-child {
    fill: whitesmoke;
}

.e-control.e-btn.e-lib.e-flat.brycer-modal-content{
    width: fit-content;
}

.e-dlg-container.brycer-modal-content.e-dlg-center-center{
    background: none;
}

.e-dialog.signature-modal-content.brycer-modal-content.e-dlg-modal{
    width: 100% !important;
    height: fit-content !important;
    max-width: 700px !important;
    max-height: 460px !important;
}

.img-current-cont{
    width: 12rem;
    height: 4rem;
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 7px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-current{
    width: 12rem;
    height: 4rem;
    line-height: 3rem;
    text-align: center;
}

.card-primary{
    color: #084298;
    background-color: #cfe2ff;
}

.e-time-wrapper .e-time-icon.e-icons::before, .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
    content: "\f017" !important;
}

.e-check:before{
    content: "\f00c" !important;
}

.e-tooltip-close::before{
    content: "\58" !important;
}

@media only screen and (max-width: 767px){
    .max-width-payment-responsive{
        max-width: 675px;
    }
}

.min-300{
    min-width: 300px;
}
.min-w-200{
    min-width: 200px;
}

.flex-direction-payment-responsive{
    flex-direction: row;
}

@media only screen and (max-width: 767px) {
    .flex-direction-payment-responsive{
        flex-direction: column-reverse;
    }
}

.max-width-payment-responsive{
    max-width: 1600px;
}

.svg-w-h-responsive{
    width: 70%;
    height: auto;
}

@media only screen and (max-width: 767px){
    .svg-w-h-responsive{
        width: auto;
        height: 20.25rem;
        margin-right: 1rem;
    }
}

.flex-direction-svg-responsive{
    flex-direction: column;
}

.mt-dynamic{
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .mt-dynamic{
        margin-top: .5rem;
    }
}

@media only screen and (max-width: 767px){
    .flex-direction-svg-responsive{
        flex-direction: row;
    }
}

.svg-alignment-responsive{
    align-items: center;
}

@media only screen and (max-width: 767px){
    .svg-alignment-responsive{
        justify-content: center;
    }
}

.svg-area-w-h-responsive{
    width: 25%;
}

@media only screen and (max-width: 767px){
    .svg-area-w-h-responsive{
        width: 100%;
    }
}

.payment-area-w-h-responsive{
    width: 75%;
}

@media only screen and (max-width: 767px){
    .payment-area-w-h-responsive{
        width: 100%;
    }
}

.force-flex{
    flex-grow: 1 !important;
}

.e-checkbox-wrapper .e-check::before, .e-css.e-checkbox-wrapper .e-check::before {
    content: "\f00c"!important;
    color: white;
}

.e-upload .e-upload-files .e-file-delete-btn.e-icons::before {
    content: "\f2ed" !important;
}

/* IMPORTANT: the 3 classes below would need to change the color from btn-primary to btn-tce-blue in the future*/
.fc-todayCustomButton-button {
    color: #fff !important;
    background-color: #0a76ff !important;
    border-color: #0a76ff !important;
}

.fc-prev-button {
    color: #fff !important;
    background-color: #0a76ff !important;
    border-color: #0a76ff !important;
}

.fc-next-button {
    color: #fff !important;
    background-color: #0a76ff !important;
    border-color: #0a76ff !important;
}

.e-accordion .e-tgl-collapse-icon::before {
    content: "\f077" !important;
}

.e-richtexteditor.e-rte-tb-expand {
    border: 1px solid #dee2e6;
}

@media (max-width: 1100px) {
    .display-premises-map {
        display: none !important;
    }
}

.icon-container {
    width: 130px;
    height: 130px;
}

.list-group-item.naval-blue-item{
    background: rgba(0, 102, 204, .5) !important;
    color: #0066cc !important;
    border: 1px solid rgba(0, 102, 204, .125) !important;
}

.list-group-item.citrus-item{
    background: rgba(224, 126, 60, .5) !important;
    color: #e07e3c !important;
}

.deficiency-outer-group-list-closed{
    border: 2px solid rgb(3, 35, 61) !important;
    border-radius: 10px;
}
.deficiency-outer-group-list-open{
    border: 2px solid #e17f49 !important;;
    border-radius: 10px;
}

.list-group-item.deficiency-open-item{
    border: 2px;
    background:  #FFCC668f !important;
    color: black !important;
}

.list-group-item.deficiency-separator{
    border-top: 1px !important;
    border-top-color: rgba(225, 127, 73, 0.5)  !important;
    border-top-style: solid !important;
}

.list-group-item.deficiency-closed-item{
    background: rgba(0, 102, 204, .25) !important;
    border: 2px;
    color: black !important;
}

.naval-blue-link{
    color: #0066cc !important;
}

.citrus-link{
    color: #e07e3c !important;
}

.max-w-200px{
    max-width: 200px !important;
}

.max-w-300px{
    max-width: 300px !important;
}

.max-w-400px{
    max-width: 400px !important;
}

.h-22px{
    height: 22px !important;
}

.label-indent-22{
    text-indent: -22px;
    padding-left: 22px;
}

.label-indent-15{
    text-indent: -15px;
    padding-left: 15px;
}

.label-indent-18{
    text-indent: -18px;
    padding-left: 18px;
}

.w-17 {
    width: 17% !important;
}
.w-80{
    width: 80% !important;
}
.w-10{
    width: 10% !important;
}

.test-class .e-dlg-header-content{
    background: #f8d7da !important;
    color: #842029 !important;
    border: 1px solid rgba(0,0,0,.125) !important;
}
.test-class .e-dlg-header-content .e-dlg-closeicon-btn .e-icon-dlg-close{
    color: #842029 !important;
}
.text-danger-muted{
    color: #842029 !important;
}

.min-width-155-grid{
    min-width: 155px;
}
.overflow-x-scroll{
    overflow-x: auto;
}
.min-width-117-grid{
    min-width: 117px;
}
.min-width-50-grid{
    min-width: 50px;
}
.min-width-100-grid{
    width: fit-content;
    min-width: 100%;
}
.max-width-80{
    max-width: 80% !important;
}
.max-width-90{
    max-width: 90% !important;
}

.question-answer-minmax {
    min-width: 20rem !important;
    max-width: 50rem !important;
}
.padding-right-10 {
    padding-right: 10px
}

.e-toast-content{
    padding-left: 1px !important;

}

.e-toast{
    height: auto !important;
    width: auto !important; 
}