@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0..1,0');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*.site-header .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 120px 0 0;
    border-color: #007bff transparent transparent transparent;
} */

.site-header {
    padding: 0;
    font-family: Monda,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

    .site-header .logo {
        display: inline-block;
    }

h4.site-name {
    color: #1459b4;
    margin: -6rem 0 1rem 1rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Stardos Stencil';
    line-height: 1.4;
    display: inline-block;
}

label.required:before {
    content: "* ";
    color: red;
}

span.hint {
    line-height: .9em;
    color: #aaa;
    font-style: italic;
    font-size: .9em;
    padding-top: 0;
    width: 100%;
}

div.hint {
    line-height: .9em;
    color: #aaa;
}

.form-control.k-widget, .form-select.k-widget {
    padding: 0;
    width: 100%;
    height: auto;
}

    .form-control.k-widget:not(.k-autocomplete), .form-select.k-widget:not(.k-autocomplete) {
        border-width: 0;
    }

.k-widget.is-invalid,
input.is-invalid,
.k-input.is-invalid {
    border: 1px solid red !important;
}
div:has(.is-invalid)~.invalid-feedback {
    display: block;
}

.scrollable-table-300 {
    max-height: 300px;
    overflow-y: scroll;
}

/* Kendo Grid css */
.k-grid a.grid-link {
    text-decoration: underline !important;
}

.header-center {
    justify-content: center;
}

/* Conflict colors */
.IsMoved {
    background-color: rgb(228, 228, 228) !important;
    text-decoration: line-through !important;
}

.IsActive {
    color: gray !important
}

.HasAccepted {
    background-color: rgb(255, 192, 192) !important;
}

.HasOpenOffer {
    background-color: yellow !important;
}

.HasDeclined {
    background-color: lightskyblue !important;
}

.WithinShadow {
    background-color: plum !important;
}

.WithinShadowNoResponse {
    background-color: darkorange !important;
}

.HasNoReply {
    background-color: peachpuff !important;
}

.navbar-blue {
    background-color: #033c73;
    color: white;
}

.k-picker-outline:hover, .k-picker-outline.k-hover  {
    background-color: #ebebeb;
    color: inherit;
}

.status_Booked {
    background-color: #00ff00 !important;
    font-weight: bold !important;
}

.status_ArrivedLate {
    background-color: #00ff00 !important;
    font-weight: bold !important;
    color: #444;
}

.status_Late {
    background-color: #00ff00 !important;
    font-weight: bold !important;
    color: #444;
}

.status_StandBy {
    background-color: orange !important;
    font-weight: bold !important;
}

.status_Cancelled, .status_NoShow {
    background-color: #b7b7b7;
    text-decoration: line-through !important;
    color: red !important;
}

.status_Declined {
    background-color: #b7b7b7 !important;
}

.status_NoReply {
    background-color: #fff953 !important;
}