/* Minification failed. Returning unminified contents.
(76,37): run-time error CSS1034: Expected closing parenthesis, found ','
(76,37): run-time error CSS1042: Expected function, found ','
(76,43): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(231,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-body-font-family'
 */
/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.full-width {
    min-width: 100% !important;
    width: 100% !important;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.RegNbr {
    text-align: center;
    text-transform: uppercase;
    width: 10em;
    background-color: yellow;
    font-size: medium;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
/*cards background colour*/
.babyBlue {
    background-color: #B0CFF8;
}
.RadGrid, .RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgGroupPanel table, .RadGrid .rgCommandRow table, .RadGrid .rgEditForm table, .RadGrid .rgPager table, .GridToolTip {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.RadPicker .RadInput .riTextBox {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem;
    padding-left: 1em;
}

.internalBookingNote {
    background-color: #F2D8AE
}

.validationError {
    font-size: smaller;
    color: red;
}

.highlight {
    background-color: #f9a1bb
}
.inthepast {
    background-color:rgb(193, 20, 20, 0.62);
    color: white;
}

.pulsing-shadow {
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
    }
}

.rbl input[type="radio"] {
    margin-left: 10px;
    margin-right: 1px;
}

.Overlay {
    position: fixed;
    top: -15px;
    bottom: 15px;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.PopUpPanel {
    /*position: absolute;*/
    top: 25px;
    /*add text-center to the asp:Panel*/
    display: inline;
    /*    left: 330px;
    margin-left: 230px;*/
    width: 500px;
    z-index: 2001;
    padding-top: 0px;
    margin-top: 0px;
    /*padding: 10px;*/
    /*background-color: #000000;*/
    background-color: white !important;
    /*min-width:400px;
max-width:600px;*/
    /*-moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #CCCCCC;
}


.PopUpPanelMsgBox {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2002;
    padding: 10px;
    background-color: #000000;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #CCCCCC;
}

.PopUpPanelNote {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 2003;
    padding: 10px;
    background-color: #000000;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #CCCCCC;
}

.PopUpPanelLeft {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 2003;
    padding: 10px;
    background-color: #000000;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #CCCCCC;
}

.RadGrid .RowShort td {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

.RadGrid_Default .rgHeader {
    background-image: none;
}

h5, .h5 {
    font-size: 1.25rem;
}

.RadPicker .RadInput .riTextBox {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    /*font-size: 1.4rem;*/
    padding-left: 1em;
}

.RadTabStrip .tab {
    background-color: lightgrey;
    color: #007bff;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}

    .RadTabStrip .tab.selectedTab {
        background-color: darkgrey;
        color: black;
    }

    .RadTabStrip .tab.hoveredTab {
        background-color: #EEEEEE;
    }

        .RadTabStrip .tab.hoveredTab.selectedTab {
            background-color: darkgrey;
        }

.RadComboBox_Bootstrap {
    font-family: var(--bs-body-font-family);
}

::placeholder {
    color: lightsteelblue;
    font-style: italic;
}

/*rename ffade so as to not clash with Bootstrap fade*/
.animate {
    animation-duration: 0.75s;
    animation-delay: 0.3s;
    animation-name: animate-ffade;
    animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
    animation-fill-mode: backwards;
}

    /* Fade In */
    .animate.ffade {
        animation-name: animate-ffade;
        animation-timing-function: ease;
    }

@keyframes animate-ffade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

