:root {
    --appt-bg: #ffffcc;
    --appt-ltgreen: #90ee90;
    --appt-ltblue: #add8e6;
    --appt-gato: #fffefe;
}
body {
    background-color: var(--appt-bg);
}
.modal-xxl {
    max-width: 1800px;
}
.modal-content {
    background-color: var(--appt-bg);
    line-height: 1;
    box-shadow: 5px 5px 5px black;
}
.modal-header {
    background-color: lightgreen;
    border-bottom: 1px solid black;
}
.modal-footer {
    justify-content: center;
}
.spiffyTitle {
    color: black;
    font-size: 1.2em;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.subTitles {
    display: block;
    background-color: lightgreen;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 500;
    padding: 5px 0px 5px 0px;
    border: 1px solid black;
    margin-left: 5px;
    margin-right: 5px;
}
.form-control {
    padding: 0;
}
#btn-back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23dc3545' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-color: inherit;
  border: none;
}
.buttonPack {
   clear: both;
   margin-left: auto;   
   margin-right: auto;
   margin-top: 10px;
   text-align: center;
}
.btn-purple {
    --bs-btn-color: #fff;
    --bs-btn-bg: #800080;
    --bs-btn-border-color: #800080;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c102c1;
    --bs-btn-hover-border-color: #800080;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #eb3aeb;
    --bs-btn-active-border-color: #800080;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #898289;
    --bs-btn-disabled-border-color: #898289;
}
.appt-page-header {
    min-width: 40em;
    text-align: center;
}
.light-green {
    max-height: 2em;
    background-color: var(--appt-ltgreen);
    width: 98%;
}
#init_options {
    padding: 5px;
    min-width: 25em;
    background-color: var(--appt-ltgreen);
    border: 1px solid black;
}
.init_data_box {
    background-color: var(--appt-ltblue);
    border: none;
    padding-left: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    font-size: 1.0em;
    font-weight: 500;
}
.forgotBox {
    width: 10em; 
    cursor: pointer;
}
.signupText {
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 500;
}
.signupButton {
    cursor: pointer;
    width: 8em; 
}
.homepageButton {
    background-color: lightblue;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    padding: 5px 15px 5px 15px;
    border: 1px solid black;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.homepageButton a {
    color: black;
    text-decoration: none;
}
.beginImages {
    cursor: pointer;
    height: 72px;
    width: 72px;
}
#goneFishing {
    cursor:pointer;
    margin-left: auto;
    margin-right: auto;
    height: 75px;
    width: 120px;
}
.sysnotice {
    width: 80%;
    margin: auto;
    border: 5px solid black;
    background-color: red;
    color: yellow;
    font-size: 1.5em;
    font-weight: 500;
}
#WaitBox {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 1100;
}
.phoneNote {
    margin-top: 0px;
    font-size: 0.8em;
}
/* Appointment Page CSS */
.nav-link {
    color: black;
}
#sidebarDiv {
    min-width: 18em;
    max-width: 18em;
    height: 82vh;
}
.viewButtonStyle {
    width: 8em;
    padding: 0.1rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 10px;
}
.viewButtonStyle::selected {
     border: 2px solid black;
}
#viewLabel {
    top: 0;
    border: 1px solid black;
}
#subSidebar {
    width: 100%;
    border: 1px solid black;
}
#viewSites {
    border-top: 1px solid black;
    height: 15vh;
    overflow-y: scroll;
}
#appt-area {
    max-width: calc(100% - 19em);
    min-width: 20em;
}
.text-label {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 0.7em;
    font-weight: bold;
}
.siteName {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 0.9em;
}
.calendarTable {
    border-collapse: separate;
    width: 100%;
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 8px;
}
.calendarTable th {
    background-color: tan;
    text-align: center;
    border: solid 3px #FFFFCC;
    font-size: 1.1em;
}
.calendarTable td {
    text-align: center;
    border: solid 1px #FFFFCC;
    cursor: default;
}
.cdToday {
    border: solid 2px darkgreen !important;
}
.cdOpen {
    background-color: lightgreen;
}
.cdReserved {
    background-color: orange;
}
.cdFull {
    background-color: hotpink;
}
.cdOnline {
    color: blue;
    font-weight: bold;
}
.apptTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
}
.apptTable th {
    background-color: lightgray;
    text-align:left;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: solid 1px black;
}
.apptTable th:not(:first-child) {
    text-align:center;
}
.apptTable td {
    text-align: center;
    border: solid 1px black;
}
.apptTable td:nth-child(2) {
    text-align: left;
    padding-left: 0.5em;
}
.apptTable td:nth-child(6) {
    text-align: left;
    padding-left: 0.5em;
}
.float-right {
    float: right;
}
#system_selected, #users_selected {
    display: none;
    font-size: 1.0em;
    width: 100%;
    margin: auto;
    height: 1.8em;
    background-color: var(--appt-ltgreen);
}
.radio {
  display: none;
}
.wrapper {width: 98%;}
.menuTab {
    position: relative;
    cursor: pointer;
    height: 1.8em;
    font-weight: 500;
    text-align: center;
    background-color: var(--appt-ltgreen);
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 1px solid black;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.panels {
    background: var(--appt-ltgreen);
    min-height: 82vh;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    padding: 20px;
}
.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#system:checked ~ .panels #system-panel,
#site:checked ~ .panels #site-panel,
#schedule:checked ~ .panels #schedule-panel,
#users:checked ~ .panels #users-panel {
  display: block;
}

#system:checked ~ .tabs #menuTabSystem,
#site:checked ~ .tabs #menuTabSite,
#schedule:checked ~ .tabs #menuTabSchedule,
#users:checked ~ .tabs #menuTabUsers {
  border-bottom: none;
}
.centerDataBox {
    width: 60%;
    font-size: 1.1em;
    font-family: 'Times New Roman', Times, serif;
    margin-left: auto;
    margin-right: auto;
}
.systemOptionTable {
    width: 100%;
}
.systemOptionTable td {
    padding-left: 3px;
    padding-right: 3px;
}
.systemFormInput {
    display: block;
    width: 100%;
    font-size: 1rem;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid var(--appt-ltgreen);
    border-radius: 0.375rem;    
    appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.systemFormInputWithButton {
    min-width: 380px;
}
.attachmentsBox {
    width: 100%;
    padding: 5px;
    border: solid black 1px;
    font-size: 1.0em;
    font-family: 'Times New Roman', Times, serif;
    margin-left: auto;
    margin-right: auto;
}
.siteFormInput {
    display: inline;
    font-size: 1rem;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid var(--appt-ltgreen);
    border-radius: 0.375rem;    
    appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.siteTextBox {
    min-width: 80%;
    max-width: 80%;
    height: auto;
    padding: 5px 15px 5px 15px;
    background-color: white;
    border: 1px solid black;
}
#emailBtnWrapper, #internetBtnWrapper {
    display: none;
}
#emailWrapper, #internetWrapper, #allowWrapper {
    display: none;
    width: 100%;
    border: 1px solid black;
    margin-left: 2em;
    padding: 5px;
}
.siteReminderInput {
    display: inline;
    width: 35px;
    font-size: 1rem;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid var(--appt-ltgreen);
    border-radius: 0.375rem;    
    appearance: none;
     -webkit-appearance: none;
     -moz-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#deleteSite .modal-content {
    background-color: yellow;
}
.siteBanner {
    font-weight: 500;
    background-color: lightgray;
    border: 1px solid black;
    text-align:left;
}
.sticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: -1px;
    background-color: inherit;
}
#privilegeTable {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%
}
#privilegeTable th, #privilegeTable td {
    border: 1px solid black;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}
.rolePulldown {
    background-color: inherit;
    border: none;
    line-height: 20px;
}
.no-cursor {
    cursor: not-allowed !important;
}
.yes-cursor {
    cursor: default !important;
}
.pointer-cursor {
    cursor: pointer;
}
.buttonStyle {
    padding: 0.2rem;
    font-size: 0.8rem;
}
.legendButton {
    width: 9em;
    padding: 0.2rem;
    font-size: 0.9rem;
    margin: 10px 5px 5px 5px;
}
/* Summary table css */
.slotFull {   
    background-color: hotpink;
    cursor: not-allowed;   
}
.slotPartial {      
    background-color: yellow;
    cursor: pointer; 
}    
.slotReserved {      
    background-color: orange;
    cursor: not-allowed;
}
.reservedOK { 
    background-color: orange;
    cursor: pointer;
}
.slotAvailable {      
    background-color: lightgreen;
    cursor: pointer;
}
.lastSlot {
    background-color: gold !important;
}
.monthLabel {
    width: 100%;
    font-weight: 500;
    background-color: tan;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;    
}
.dayLabel {
    background-color: inherit;    
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    cursor: pointer;
}
.siteLabel-1 {
    background-color: lightgray;
    font-weight: 500;
    border-top: 1px solid black;
    border-bottom: 1px solid black;  
}
.siteLabel-2 {
    background-color: lightgray;
    font-size: 0.9em;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    padding-right: 25px;
}
.blankLabel {
    background-color: inherit;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.bb {
    border-bottom: 1px solid black;
}
/* Callback table css */
#callbackTable, #deletedTable {
    display: grid;
    grid-template-columns: 3% 22% 10% 25% 5% 5% 30%;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
}
.headerCol-1 {
    grid-column: 1 / span 2;
    background-color: lightgray;
    font-weight: 500;
    padding-left: 5px;
    border-bottom: 1px solid black;
    cursor: default;
}
.headerCol-5 {
    grid-column: 5 / span 2;
    background-color: lightgray;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid black;
}
.callbackFullLine {
    grid-column: 1 / span 7;
    background-color: lightgray;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid black;
}
.headerItem {
    background-color: lightgray;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid black;
}
.callbackPageHeader {
    background-color : lightgray;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    border: 1px solid black;
}
.nullItem {
    background-color : lightgreen;
    border: 1px solid black;
}
.emptySlot {
    background-color : lightgreen;
    border: 1px solid black;
    cursor: pointer;
}
.callbackItem {
    background-color: inherit;
    font-family: "Times New Roman", Times, serif;
    border: 1px solid black;
    padding-left: 3px;
    cursor: pointer;
}
.ttLink {
    color: inherit;
    text-decoration: none;
}
/* Daily view markup */

#appointmentTable {
    display: grid;
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    grid-template-columns: 2% 25% 2% 5% 16% 5% 10% 4% 4% 27%;
    margin-bottom: 5px;
}
.appointmentSlot {
    text-align: center;
    border: 1px solid black;
}
.emptyAppointment {
    background-color : lightgreen;
    border: 1px solid black;
    cursor: pointer;
}
.emptyAppointmentNF {
    background-color : lightgreen;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.emptyAppointmentRB {
    background-color : lightgreen;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.filledAppointment {
    background-color: inherit;
    border: 1px solid black;
    font-family: "Times New Roman", Times, serif;
    padding-left: 3px;
    cursor: pointer;
}
.filledAppointmentNF {
    grid-column: 2 / span 2;
    background-color: inherit;
    font-family: "Times New Roman", Times, serif;
    border: 1px solid black;
    padding-left: 3px;
    cursor: pointer;
}
.onlineAppointment {
    background-color: lightblue;
    border: 3px solid blue;
    font-family: "Times New Roman", Times, serif;
    padding-left: 3px;
    cursor: pointer;
}
.summaryOnline {
    border: 2px solid blue !important;
    cursor: default;
}

.lockedSlot {
    background-color : lightgreen;
    border: 1px solid black;
    cursor: not-allowed;
}
.lockedSlotNF {
    background-color : lightgreen;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    cursor: not-allowed;
}
.lockedSlotRB {
    background-color : lightgreen;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    cursor: not-allowed;
}

.appointmentDay {
    position: sticky;
    top: 0;
    grid-column: 1 / span 3;
    background-color: lightgray;
    font-weight: 500;
    padding-left: 5px;
    border-bottom: 1px solid black;
    cursor: default;
}
.appointmentTime {
    grid-column: 1 / span 3;
    background-color: lightgray;
    font-weight: 500;
    padding-left: 5px;
    border-bottom: 1px solid black;
    cursor: default;
}
.addSlot {
    grid-column: 4;
    background-color: lightgray;
    border-bottom: 1px solid black;
    cursor: pointer;
}
.fillHeader {
    grid-column: 5 / span 5;
    background-color: lightgray;
    border-bottom: 1px solid black;
    cursor: default;
}
.callbackCounter {
    grid-column: 10;
    background-color: lightgray;
    font-size: 0.9em;
    text-align: right;
    padding-right: 15px;
    border-bottom: 1px solid black;
    cursor: default;
}
.appointmentLegend {
    position: sticky;
    top: 0;
    background-color: lightgray;
    text-align: center;
    font-weight: 500;
    padding-left: 5px;
    border-bottom: 1px solid black;
    cursor: default;
}
.appointmentLegend-2 {
    position: sticky;
    top: 0;
    grid-column: 8 / span 2;
    background-color: lightgray;
    text-align: center;
    font-weight: 500;
    padding-left: 5px;
    border-bottom: 1px solid black;
    cursor: default;
}
.reservedTag {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}
#duplicateArea, #searchResults {
    max-width: 70vw;
    max-height: 15vh;
    min-height: 8vh;
    margin-left: 20px;
    background-color: lightgreen;
    text-align: left;
    border: 1px solid black;
    overflow-y: scroll;   
    overflow-X: hidden;
}
#searchResults {
    max-height: 55vh;
    min-height: 8vh;
}

#clientLookup {
    display: grid;
    grid-template-columns: 3% 20% 12% 66%;
    line-height: 1.2;
    cursor: default;
}
.appointmentLine {
    grid-column: 2 / span 3;
}
.apptSpacer {
    grid-column: 1 / span 4;
    border-top: 1px solid black;
}

