
:root {
  --col-width: 14%;
}

#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
    text-align: center;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 40%;
}

#myc-prev-week-container {
    display: inline-block;
    float: left;
    width: 80px;
}

#myc-next-week-container {
    display: inline-block;
    float: right;
    width: 80px;
}

#myc-prev-week {
    border: 1px solid black; /* #e0e0e0 */
    border-radius: 160px;
    color: black;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: lighter;
    height: 80px;
    text-align: center;
    width: 80px;
    line-height: 80px;
}

#myc-next-week {
    border: 1px solid black;
    border-radius: 160px;
    color: black;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 80px;
    text-align: center;
    width: 80px;
    line-height: 80px;
}

#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;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    min-height: 50px;
    vertical-align: top;
    width: var(--col-width);
}

.myc-date-header:last-of-type {
    border-right: none;
}

#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 3px 0px 0px 0px;
    vertical-align: top;
    width: var(--col-width);
}


.myc-day-time-container:last-of-type {
    border-right: none;
}

.myc-date-number {
    font-size: 1.3rem;
    font-weight: lighter;
    text-align: center;
}

.myc-available-time {

    background-color: #29b6f6;

    border-radius: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
    padding: 10px 0px 10px 0px;
    text-align: center;
    text-decoration: none;
}

a.myc-available-time:hover{
  color:#ffffff;
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: #222;
}

.myc-date-display {
    font-weight: lighter;
    font-size: 0.4rem;
    text-align: center;
}


.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

/*.myc-date-header, .myc-day-time-container {*/
/*    width: 13.5%;*/
/*}*/


