﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

a:link {
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #1e9abc;
    text-decoration: none;
}

a:visited {
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #1e9abc;
    text-decoration: none;
}

a:hover {
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

hr {
    align: center;
    border: 0;
    border-top: 2px solid #ccc;
    width: 950px;
    clear: both;
    height: 0;
}

div.LogIn {
    width: 350px;
    margin: 10px auto;
    border: solid 1px #c8c8c8;
    background: #f0f0f0;
    padding-bottom: 20px;
}

div.LogIn1 {
    width: 400px;
    margin: 10px auto;
    border: solid 1px #c8c8c8;
    background: #f0f0f0;
    padding-bottom: 20px;
}

#container {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding-top: 2px;
}

#header {
    height: 50px;
    background: url(../images/RoomHeader.gif) no-repeat;
    /* padding-bottom: 2px; */
}

#menu {
    width: 100%;
    height: 25px;
    background-color: #c6c3c6;
    /*padding-top: 2px;*/
}

#MainTitle {
    float: left;
    color: #fff;
    font-size: medium;
}

#navigation {
    float: right;
}

#SubMenu {
    /*position: relative;*/
    width: 100%;
    height: 25px;
    padding: 0 0 10px 0;
    z-index: -1;
}

#SubMenu1 {
    /*position: relative;*/
    width: 100%;
    padding: 0 0 5px 0;
}

#crumb {
    position: absolute;
    right: 2px;
    top: 5px;
    text-align: right;
}

#content {
    clear: both;
}

#footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    clear: both;
}

#RoomTable td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px;
}

#RoomTable th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 3px;
}

#RoomTable tr.zebraHover {
    background-color: #ffffcc;
}

.crumb1 {
    font-family: arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #000000;
}

.crumb2 {
    font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #663300;
}

.MessageKO {
    color: #ff0000;
    font-weight: bold;
}

.MessageKOLite {
    color: #ff0000;
}

.MessageOK {
    color: #0000ff;
    font-weight: bold;
}

.MessageOKLite {
    color: #0000ff;
}

.note {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

    .note a:link {
        font-family: arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #1e9abc;
        text-decoration: none;
    }

    .note a:visited {
        font-family: arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #1e9abc;
        text-decoration: none;
    }

    .note a:hover {
        font-family: arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }

.NoteSmallRed {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ff0000;
    white-space: nowrap;
}

.NoteSmallItalic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    white-space: nowrap;
}

.PageTitle {
    font-family: arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
}

div.PageTitleCenter {
    font-family: arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
    display: block;
    width: 100%;
    /*margin: 0 auto;*/
    text-align: center;
    background-color: #fff;
    clear: both;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(even) {
    background-color: #999999;
}

.table-hover tbody tr:hover {
    background-color: #ffffcc;
}

/* ------------------ TimePicker CSS -------------- */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/* -------------------- RCCC Logo ------------------ */
#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    width: 800px;
    height: 50px;
    background: url(../images/RCCC_Logo.gif) no-repeat;
}

#logo1 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 50px;
    background-image: url(../images/RCCC_Logo_Slice.gif);
}

#logo2 {
    padding: 0px;
    margin: 0px;
    width: 800px;
    height: 50px;
    background: url(../images/RCCC_Logo.gif) no-repeat;
}

div.divHelper {
    width: 200px;
    height: auto;
    background-color: #33CC00;
    padding: 5px;
}

div.divHelper1 {
    width: 330px;
    height: auto;
    background-color: #33CC00;
    padding: 5px;
}

/*#divHelper {
    width: 200px;
    height: auto;
    background-color: #33CC00;
    padding: 5px;
}*/

#divUnOrderList ul li {
    list-style: disc;
}

.sf-menu {
    float: left;
    margin-bottom: 1em;
}

    .sf-menu a {
        padding: .3em 1em 0em 1em;
        border: 0;
        text-decoration: none;
    }

        .sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
            color: #000;
        }

.sf-menu li {
    background: #c6c3c6;
    height: 25px !important;
}

    .sf-menu li li {
        background: #c6c3c6;
    }

        .sf-menu li li li {
            background: #c6c3c6;
        }

    .sf-menu li:hover, .sf-menu li.sfHover,
    .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
        background: #7f7f7f;
        outline: 0;
    }

/* 
    below styles were copied from bootstrap 4.5.0 and renamed to be compatible with blazor
    - '.validation-message' == bootstrap '.invalid-feedback'
    - '.invalid' == bootstrap '.is-invalid'
*/

.validation-message {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid ~ .validation-message {
    display: block;
}

.form-control.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .form-control.invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

textarea.form-control.invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-check-input.invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.invalid ~ .validation-message {
    display: block;
}

/*.e-spinner-pane.e-customClass .e-spinner-inner .e-spin-bootstrap4 {
    stroke: #808080;
}*/

.table-condensed {
    font-size: 0.9em;
}

.envBanner {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #F00;
    padding: 3px;
    border-bottom: 10px;
    border-top: 10px;
    text-align:center;
}