﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family:Dunbar Tall !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}




#seprator {
    border-right: 3px solid black;
}

#apptDate {
    margin-bottom: 10px;
}


#locationOptions, #appointmentTypesOptions {
    width: 100%;
    text-align: left;    
    color: #D2691E;
}

#loc11, #appt12, #dt13 {
    margin-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#timeSlots {
    overflow-y: scroll;
    height: 200px;
}

.btn-group {
    border: 1px solid;
    border-radius: 5px;
    background: #C9D9E7;
    color: white;
    font-family: Dunbar Tall;
    font-size: 16px;
}

/*.modal-body {
        margin-left: -16px;
        margin-bottom: -20px;
    }*/

.modal-content {
    border-radius: 15px;
}

.tslots {
    font: normal normal medium 13px/16px Dunbar Tall;
    background: #F0592B 0% 0% no-repeat padding-box;
    border: 1px solid #C9D9E7;
    border-radius: 5px;
    opacity: 1;
    color: #000000;
}

.datepicker {
    border-radius: 15px;
    border: 0.5px solid;
}

.datepicker-inline {
    width: 100%;
}

.table-condensed {
    width: 100%;
    height: 420px;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    width: 30px;
}

.datepicker table tr td.active {
}

    .datepicker table tr td.active.active {
    }

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        /*        background-color: #F0592B;*/
        /*background-image: -moz-linear-gradient(to bottom,#F0592B,#F0592B);
        background-image: -ms-linear-gradient(to bottom,#F0592B,#F0592B);*/
        /*        background-image: -webkit-gradient(linear,0 0,0 100%,from(#F0592B),to(#F0592B));*/
        /*background-image: -webkit-linear-gradient(to bottom,#F0592B,#F0592B);
        background-image: -o-linear-gradient(to bottom,#F0592B,#F0592B);*/
        /*        background-image: linear-gradient(to bottom,#F0592B,#F0592B);*/
        /*background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0592B', endColorstr='#F0592B', GradientType=0);
        border-color: #F0592B #F0592B #002a80;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);*/
    }

        /*.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {*/
            /*            background-color: #F0592B;*/
        /*}*/

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
            }            

.ffily{
    font-family:Dunbar Tall;
}



.butNext {
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
    background-color: #F0592B;
    margin-bottom: 10px;
    border: 0;
    padding:5px;
    border-radius:3px;
    
}



#result {
    color: white;
    margin-top: -15px;
}

.detox {
    background: #FFE7E0;
}





