/* For Developer css only */

@-moz-document url-prefix() {
    select option {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Nunito', 'Helvetica Neue', sans-serif !important;
      font-size: 1.2rem;
      font-weight: normal !important;
    }
}
.ck-editor__editable_inline {
    min-height: 200px !important;
    min-width: 300px !important;
}

label sup {
    color: #ff0000;
}
/* 
.longTooltip .tooltip-inner {
    max-width: 300px;
}

.dz-remove {
    bottom: 40px !important;
    left: 80px;
    border: 0px !important;
} */
label sup {
    color: #ff0000;
}
#customGrid {
    width: 100% !important;
}

.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}

.date {
    background-image: url("../images/calendar-alt-regular.svg");
}

.fc-daygrid-event {
    white-space: normal !important;
}
.fc-h-event .fc-event-main {
    cursor: pointer;
}
.fc-h-event .fc-event-title {
    margin: 2px;
}
.event_description p {
    text-align: left !important;
}

#eventDetailsModel___BV_modal_body_ td,
#eventDetailsModel___BV_modal_body_ th {
    text-align: left !important;
}

#calendar .fc-daygrid-event-dot {
    display: none !important;
}

.grid_loader {
    position: absolute;
    top: 30%;
    left: 50%;
    background-color: white;
    transform: translateX(-50%), translateY(-30%);
    padding: 1rem;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

/* Loading Animation: */
/* .vuetable-wrapper {
    position: relative;
    opacity: 1;
} */
/* .loader {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s linear;
    background: url("loader.gif") no-repeat bottom center;
    width: 200px;
    height: 30px;
    font-size: 1em;
    text-align: center;
    margin-left: -100px;
    letter-spacing: 4px;
    color: #3e97f6;
    position: absolute;
    top: 160px;
    left: 50%;
}
.loading .loader {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
.loading .vuetable {
    opacity: 0.3;
    filter: alpha(opacity=30); 
} */

#customGrid .grid_pms {
    color: #e9502a;
}
#customGrid .grid_workorder {
    color: #25b056;
}
#customGrid .grid_user-training {
    color: #29878c;
}
#customGrid .grid_supplier-pli {
    color: #0a6cad;
}
#customGrid .grid_supplier-workcomp {
    color: #0a0da8;
}
#customGrid .grid_user-rehab {
    color: #150aa8;
}
#customGrid .grid_additional-work {
    color: #a80a9d;
}
#customGrid .grid_contract-cpi {
    color: #a80a69;
}
#customGrid .grid_contract-primary {
    color: #a84e0a;
}
#customGrid .grid_contract-secondary {
    color: #0a69a8;
}
#customGrid .grid_internal-drill {
    color: #a80a2f;
}
#customGrid .grid_external-assessment {
    color: #a8590a;
}
#customGrid .grid_review-date {
    color: #a8930a;
}
#customGrid .grid_supplier-licence {
    color: #2aa80a;
}
#customGrid .grid_bookings {
    color: #a80a8b;
}
#customGrid .grid_booking {
    color: #0a51a8;
}
.month-year-display {
    height: 44px !important;
    padding-top: 13px !important;
    padding-left: 112px !important;
}

.month-year-display .display-text-left {
    text-align: left;
    height: 33px;
}
.building_report_confirmation {
    font-size: 14px;
}
.global_paging_active{
    border-color: #0586ee !important;
    color: #0586ee !important;
}
.global_paging_inactive{
    border-color: #999999 !important;
    color: #999999 !important;
}
.table td{
    white-space: normal !important;
}
.form-select option:disabled {
    background-color: #EAEAEA;
}
.clickable {
    cursor: pointer;
}