﻿body {
    font-size: 1em;
}

.bg-navy {
    background-color: rgb(6, 6, 74);
}

.bg-yellow {
    background-color: rgb(247, 247, 226);
}

.bg-blue {
    background-color: rgb(239, 245, 248);
}
.nav-link.active {
    text-decoration: underline;
}
.homeButtons1 {
    max-height: 4em;
    min-height: 4em;
    width: 100%
}
.homeButtons2 {
    max-height: 3em;
    min-height: 3em;
    width: 100%
}
.custom-textarea-height {
    height: 6em;
}
.locColor {
    display: inline-block;
    width: 7.5em;
    min-width: 7.5em;
    text-align: center;
}

.field-validation-error {
    color: red;
    font-weight: 400;
}

.bg-caterer-section {
    background-color: rgb(251, 251, 243);
}

.form-label {
    font-weight: 700;
}

.font-small {
    font-size: 0.8em;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 1.8rem;
    }
}

h2 {
    font-size: calc(1.3rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3 {
    font-size: calc(1.0rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.0rem;
    }
}

h5 {
    font-size: 1.0rem;
}

h6 {
    font-size: 0.9rem;
}

#submit a {
    display: inline-block;
    width: 14em;
}

.gridButton {
    background-color: #046b99;
    color: #fff;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .eventBodyMargins {
        width: 75%;
        margin-left: 14%;
        margin-right: 14%;
        margin-bottom: 1em;
        padding: 1em;
    }
}

@media (max-width: 768px) {
    .eventBodyMargins {
        width: 99%;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 1em;
    }
}

.hrMargin {
    margin-top: 0.1em;
    margin-bottom: 0.1em
}
/* Grid overrides */

.e-grid .e-gridheader {
    background-color: #f2f2f2;
}

#ManageReservations_toolbarItems {
    background-color: #a0daf4;
}

.e-grid, .e-grid .e-toolbar, .e-grid .e-row td, .e-grid .e-gridheader {
    border-color: #bfbbbb;
}
/* Manage Grid navbar overrides */

#manageNav .nav-link:hover, #manageNav .nav-link:focus {
    border-color: #47678b !important;
}

#manageNav .nav-link {
    background-color: #dce7f7 !important;
    color: #293132 !important;
}

    #manageNav .nav-link.active {
        background-color: #47678b !important;
        border-color: #47678b !important;
        color: #fff !important;
    }

#manageCalendar-tab {
    margin-left: .3rem;
}
/* Manage Grid overrides */
.manageEventButton, #addManageEvent {
    background-color: #47678b;
    color: #fff !important;
    border-radius: .2rem;
}

    #addManageEvent .e-tbar-btn-text {
        color: #fff !important;
    }

.plus-2:before {
    content: '\e823';
    color: #fff;
    margin-right: 5px;
}

.manageEventButton:hover, .manageEventButton:focus, #addManageEvent:hover, #addManageEvent:focus {
    background-color: #1390c8;
    color: #271c1c;
}

.e-grid .e-headercelldiv {
    font-weight: bold;
}
.e-selectionbackground {
    background-color: #d1ebff;
}
.pendingRow {
    background-color: #dce7f7 !important;
}

.deniedRow {
    background-color: #ffcccb;
}

.approvedRow {
    background-color: #d1ffbd;
}

.ui-timepicker-standard {
    font-size: 0.9rem
}


.bd-callout {
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300))
}

    .bd-callout h4 {
        margin-bottom: .25rem
    }

    .bd-callout > :last-child {
        margin-bottom: 0
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

    .bd-callout .highlight {
        background-color: rgba(0,0,0,0.05)
    }

.bg-lightGreen {
    background-color: #f3f9f0;
}

.bg-lightYellow {
    background-color: #fafbf2;
}

.bd-callout-info {
    --bd-callout-color: var(--bs-info-text-emphasis);
    --bd-callout-bg: var(--bs-info-bg-subtle);
    --bd-callout-border: var(--bs-info-border-subtle)
}

.bd-callout-warning {
    --bd-callout-color: var(--bs-warning-text-emphasis);
    --bd-callout-bg: var(--bs-warning-bg-subtle);
    --bd-callout-border: var(--bs-warning-border-subtle)
}

.bd-callout-danger {
    --bd-callout-color: var(--bs-danger-text-emphasis);
    --bd-callout-bg: var(--bs-danger-bg-subtle);
    --bd-callout-border: var(--bs-danger-border-subtle)
}

.bd-callout-success {
    --bd-callout-color: var(--bs-success-text-emphasis);
    --bd-callout-bg: var(--bs-success-bg-subtle);
    --bd-callout-border: var(--bs-success-border-subtle)
}

.time {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0 5px;
    color: #fff;
}

.w-30 {
    width: 6rem !important;
}

#printBtn {
    background-color: #dce7f7 !important;
}

    #printBtn:hover, #printBtn:active, #printBtn:focus {
        background-color: #47678b !important;
        color: #fff;
    }

@media print {
    @page {
        margin: 2%;
    }

    .hidden-print,
    .hidden-print * {
        display: none !important;
    }

    .ui.blue.icon.button {
        color: white !important;
    }

    h3,
    h4 {
        page-break-after: avoid !important;
    }

    .ui.items > .item > .content {
        padding-left: 0 !important;
    }

    body {
        font-family: Arial, sans-serif;
        color: #000;
    }

    #scheduler {
        width: 100%;
        height: auto;
        border: none;
        overflow-x: hidden; /* Hide horizontal scrollbar on print */
        -webkit-print-color-adjust: exact;
    }
    div::-webkit-scrollbar {
        display: none;
    }
    .e-schedule-toolbar {
        display: none;
    }

    .e-schedule {
        border: 1px solid #000;
        padding: 10px;
    }

    .e-appointment {
        border: 1px solid #000;
        background-color: #f9f9f9;
    }

    .e-appointment-details {
        font-size: 12px;
    }
    .e-schedule {
        width: 100%;
        height: auto;
    }

        .e-schedule .e-work-cells {
            height: auto;
        }

        .e-schedule .e-appointment {
            font-size: 12px;
        }
    /* Add more custom styles as needed */
}
