
.main_bc_color1 {
    background:#B36A33 !important;
}
.main_color1_text {
    color:black !important;
}
.main_border_color1 {
    border-color:black !important;
}

.main_bc_color1_light, .well {
    background:#C29B79 !important;
}

.main_color1_light_text {
    color:black !important;
}


.main_bc_color2 {
    background:#e3c2a9 !important;
}
.main_bc_color2_reversed {
    background: #e3c2a9 !important;}
.main_color2_text{
    color:black !important;
}
.main_border_color2 {
    border-color:black !important;
}
.main_bc_color2_light {
    background:#F0CDB0 !important;
}
.main_color2_light_text {
    color:black !important;
}


.main_bc_color3 {
    background:#C0C0C0 !important;
}
.main_bc_color3_as_text {
    color:#C0C0C0 !important;
}
.main_bc_color3_as_border {
    border-color:#C0C0C0 !important;
}
.main_color3_text {
    color:black !important;
}
.main_border_color3 {
    border-color:black !important;
}
.main_bc_color3_light {
    background:#e2e2e2 !important;
}
.main_color3_light_text {
    color:black !important;
}

a:link {
  @extend .main_color1_text
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  @extend .main_color1_text
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  @extend .main_color1_text
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  @extend .main_color1_text
  background-color: transparent;
  text-decoration: underline;
}

/* Calendar Grid Border Colors */
.calendar-hour-border {
    border-top: 1px solid #B36A33 !important;
    border-bottom: 1px solid #B36A33 !important;
}

/* Calendar Time Slot Colors */
.ChooseApt_Available {
    background: #90EE90 !important;
    color: #000000 !important;
}

.ChooseApt_NotAvailable {
    background: #cccccc !important;
    color: #333333 !important;
}

.ChooseApt_DayOff {
    background: linear-gradient(to bottom, #8B0000 0%, #5A0000 100%) !important;
    color: #ffffff !important;
}

.ChooseApt_SlotOff {
    background: linear-gradient(to bottom, #C65353 0%, #A33939 100%) !important;
    color: #ffffff !important;
}

.ChooseApt_BOOKED {
    background:#C29B79 !important;
    color:black !important;
}

.ChooseApt_Not_Enough_Time {
    background:#C0C0C0 !important;
    color:black !important;
}

.ChooseApt_EXPIRED {
    background: linear-gradient(to bottom, #E8B8B8 0%, #D99999 100%) !important;
    color: #333333 !important;
}


