.title {
    color: green;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.sl {
    border: 1px solid #dcdcdc;
    padding:12px;
    margin-bottom:10px;
    color:#000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.sl:hover{
    border: 1px solid #007bff;
}

h3 {
    color:#000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    
}

.distance {text-align: right;}
.location {font-size:16px;font-weight: bold;}

.input-box {
    width: 50%;
    padding: 12px;
    border: none;
    border-bottom: 2px solid #cdcdcd;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    color: #333;
  }

.input-box:focus ~ .input-label,
.input-box:valid ~ .input-label {
  top: -20px;
  left: 0;
  font-size: 14px;
  color: #007bff;
}

/* Input box underline when focused */
.input-box:focus {
  border-bottom: 2px solid #007bff;
}

/* Input box underline when invalid */
.input-box:invalid {
  border-bottom: 2px solid #dc3545;
}

.input-box {
    margin-bottom:10px;
}



    

#myc-container {
    width: 95%;
    margin-left:auto;margin-right:auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: 100%;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 68%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 15%;
}

#myc-next-week-container {
    display: inline-block;
    width: 15%;
}

#myc-prev-week {
    border: 2px solid #151A61;
    border-radius: 80px;
    color: #151A61;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 40px;
}

#myc-next-week {
    border: 2px solid #151A61;
    border-radius: 80px;
    color: #151A61;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 40px;
}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border: 1px solid #e0e0e0;
}

#myc-dates-container {
    background-color: #fafafa;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 50px;
    padding: 10px;
    vertical-align: top;
    width: 10%;
    max-width:75px;
}

.myc-date-header:first-of-type {
    padding-left: 15px;
}

.myc-date-header:last-of-type {
    border-right: none;
    width: 10%;
    max-width:75px;
}

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 10px;
    vertical-align: top;
    width: 12%;
    max-width:75px;
}

.myc-day-time-container:first-of-type {
    padding-left: 15px;
}

.myc-day-time-container:last-of-type {
    border-right: none;
    width: 12%;
    max-width:75px;
}

.myc-date-number {
    font-size: 1.8em;
    font-weight: bold;
    text-align:center;
}

.myc-available-time {
    background-color: #151A61;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    border:1px #151A61 solid;
    text-decoration:none;
}
    
    .myc-available-time.disabled {
        background-color: #cdcdcd;
         color: #000;
        
    }

.myc-available-time.selected, .myc-available-time:hover {
    background-color: transparent;
    color:#151A61
}
    
        .myc-available-time.disabled:hover {
        background-color: #cdcdcd;
         color: #000;
        
    }

.myc-date-display {
    font-weight: bold;
    text-transform: capitalize;
    text-align:center;
}

@media only screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container {
        width: 13.5%;
    }
    /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/
}    



.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #151A61;
    background: #151A61;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #151A61;
    background-color: #fff
}

li {
    list-style:none
}

.lab {
    width:250px;float:left;
}
.lab {
    float:left;
}