/* Write your custom CSS here */

.table-row {
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    /*background-color: #fafafa;*/
}

.btn-add {
    margin-bottom: 10px;
}

.datepicker table {
    width: 300px !important;
    height: 300px !important;
}

.btn-slot {
    margin-bottom: 10px;
}

modal-backdrop {
  z-index: -1!important;
}

.dates_cont {
 overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;

}

.cal_day {
    width: 12%;
    margin-left: 8px;
    display: inline-block;
    float: left;

}

.day {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    color: white;
    background-color: #34425A;

}

.time_slot {
    min-height:250px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 800;
    

}

.info-div {
  width: 100%;
  z-index: 10;
  height: 100%;
  overflow-y: scroll;
}

.booking {
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    margin-left: 2.5%;
    white-space:normal!important;
}

.pill_icon {
    font-size:20px;
    padding-left:5px;
}

.slot_time_title {
      opacity: 0.5;
}

.even {
    background-color: #F3F3F3;
}

@media only screen and (max-width: 375px) {

.cal_day {
    width: 50%!important;
}

}

@media only screen and (max-width: 1024px) {

.cal_day { width: 20%; }

}

@media only screen and (max-width: 770px) {

.cal_day { width: 30%; }

}

.print_schedule { display: none!important; }

@media print {

.print_schedule {
  font-size:16px;
  display: block!important;
}

.print_schedule td {
  padding:10px;
}

}

.print_btn {
  color: #fff;
    background-color: #007bff;
}
