
.mbsc-flex-1-0-0 {
  -moz-box-flex: 1;
  flex: 1 0 0;
}
.mbsc-calendar-body-inner {
  margin-left: -1px;
  overflow: hidden;
  position: relative;
}

.mbsc-font {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, Segoe UI, Roboto, sans-serif;
    font-size: 10px;
    font-weight: 400;
}
.mbsc-ios.mbsc-calendar {
  background: #fff;
  color: #000;
}
.mbsc-ltr {:q
  direction: ltr;
}
.mbsc-page {
  display: block;
  min-height: 100%;
  padding: var(--mbsc-safe-top) var(--mbsc-safe-right) var(--mbsc-safe-bottom) var(--mbsc-safe-left);
}
.mbsc-ios.mbsc-page {
  background: #f2f2f7;
  color: #000;
}
.mbsc-eventcalendar {
  height: 100%;
  overflow: hidden;
}
.mbsc-calendar {
  position: relative;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mbsc-flex-col {
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.mbsc-flex, .mbsc-flex-col {
  display: -moz-box;
  display: flex;
}
.mbsc-calendar-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mbsc-calendar-wrapper-fixed {
  height: auto;
  overflow: visible;
}
.mbsc-flex-none {
  -moz-box-flex: 0;
  flex: none;
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #f7f7f7;
}
.mbsc-ios.mbsc-calendar-header, .mbsc-ios.mbsc-calendar-wrapper {
  border-color: #ccc;
}
.mbsc-calendar-header {
  position: relative;
  will-change: opacity;
  z-index: 1;
}
.mbsc-calendar-controls {
  -moz-box-align: center;
  align-items: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 2.5em;
}
.mbsc-ios.mbsc-calendar-controls {
  padding: 2px;
}
.mbsc-flex-1-1 {
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.mbsc-calendar-button.mbsc-button.mbsc-reset {
  margin: 0;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
  color: #007aff;
  border: none;
  background-color: transparent;
  
}

mbsc-ios.mbsc-button-flat {
  color: #007aff;
}


.mbsc-event-content.selected {
    background-color: #007aff !important;
    color: white !important;
}


.fb-calendar .action-buttons {
        background-color: white;
    margin: 10px 0 0;
    padding: 10px 0 !important;
    width: calc(100% - 31px) !important;
}

.mbsc-button {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  display: -moz-inline-box;
  display: inline-flex;
  font-size: 1em;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 1;
}
.mbsc-ios.mbsc-button {
  border-radius: .25em;
  line-height: 2.25em;
  margin: .5em .25em;
  padding: 0 .5em;
  transition: opacity .1s ease-out, background-color .1s ease-out;
}
.mbsc-calendar-title {
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  padding: 0 .25em;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.mbsc-calendar-month, .mbsc-calendar-year {
  vertical-align: middle;
}
.mbsc-ios.mbsc-icon-button {
  border-radius: 4em;
  line-height: normal;
  padding: .5em;
}
.mbsc-calendar-picker {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mbsc-calendar-picker-main {
  position: relative;
  z-index: 0;
}
.mbsc-calendar-scroll-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mbsc-calendar-scroll-wrapper>div {
  height: 100%;
}
.mbsc-calendar-scroll-wrapper>div>div {
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mbsc-calendar-slide {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mbsc-calendar-slide:first-child {
  position: relative;
}
.mbsc-calendar-slide.mbsc-ltr {
  left: 0;
}
.mbsc-calendar-table {
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days {
  background: #f7f7f7;
}
.mbsc-calendar-week-day {
  border-bottom: 1px solid transparent;
  font-size: 1em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.mbsc-ios.mbsc-calendar-week-day {
  font-size: 1em;
  height: 1.7em;
  line-height: 1.7em;
}
.mbsc-calendar-day-marked {
  padding-bottom: .25em;
}
.mbsc-calendar-day {
  min-width: 0;
  text-align: center;
}
.mbsc-calendar-cell {
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.mbsc-ios.mbsc-calendar-cell {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.mbsc-ios.mbsc-calendar-day-marked {
  padding-bottom: .4375em;
}
.mbsc-ios.mbsc-calendar-cell {
  border-top-style: solid;
  border-top-width: 1px;
}

.mbsc-calendar-cell-inner {
  display: inline-block;
  padding: 0 .25em;
  vertical-align: middle;
}
.mbsc-calendar-day-inner {
  border: 1px solid transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*height: 100%;*/
  padding: 0;
  position: relative;
  width: 100%;
  height:auto;
}
.mbsc-calendar-day-text {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
}
[role="button"] {
  cursor: pointer;
}
.mbsc-ios.mbsc-calendar-cell-text {
  border-radius: 2em;
  height: 2em;
  line-height: 2em;
  padding: 0 .5em;
}
.mbsc-ios.mbsc-calendar-day-text {
    border: 2px solid transparent;
    border-radius: 2em;
    height: 1.625em;
    line-height: 1.625em;
    margin: .1875em;
    padding: 0;
    width: 1.625em;
}
.mbsc-ios.mbsc-calendar-marks {
  margin-top: -.0625em;
}
.mbsc-calendar-marks {
  height: .375em;
  left: 0;
  margin-top: -.125em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
.mbsc-calendar-mark {
  border-radius: .25em;
  display: inline-block;
  height: .25em;
  margin: .0625em;
  vertical-align: top;
  width: .25em;
}
.mbsc-ios.mbsc-calendar-mark {
  background: #ccc;
}
.mbsc-ios.mbsc-calendar-mark.full {
  background: #888;
}


.mbsc-ios.mbsc-calendar-mark {
  border-radius: .375em;
  height: .375em;
  margin: 0 .0625em;
  width: .375em;
}
.mbsc-calendar-slide {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mbsc-event-list {
  margin-top: -1px;
  position: relative;
  z-index: 0;
}
.mbsc-list {
  display: block;
}
.mbsc-ios.mbsc-event.mbsc-list-item {
  background: #fff;
  color: #000;
}
.mbsc-ios.mbsc-list-item {
  margin-top: -1px;
  padding: 1em;
}
.mbsc-ios.mbsc-list-item {
  background: #fff;
  border-color: #ccc;
  color: #000;
}
.mbsc-list-item-actionable {
  cursor: pointer;
}
.mbsc-list-header, .mbsc-list-item {
  display: -moz-box;
  display: flex;
}
.mbsc-list-item {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25em;
  list-style: none;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.mbsc-event-color, .mbsc-event-time {
  -moz-box-flex: 0;
  flex: 0 0 auto;
}
.mbsc-event-time {
  width: 9em !important;
  
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mbsc-ios.mbsc-event-time {
  font-size: 1.2em;
  line-height: 1.428572em;
  width: 6em;
}
.mbsc-ios.mbsc-event-time.mbsc-ltr {
  text-align: right;
}
.mbsc-event-content.occupied {
  border-left: 4px solid rgb(135, 1, 169);
  margin-left: 0;
  margin-bottom: -1px;
  padding-left: 8px;
  margin-top: -1px;
}
.mbsc-event-content.occupied[data-event='NO DISPONIBLE'] {
  border-left: 4px solid rgb(170, 170, 170);
}

.mbsc-event-content.occupied[data-event='NO DISPONIBLE'] .mbsc-event-text {
    color: #aaa;
    color:red;
   
}

.mbsc-event-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mbsc-list-item:before {
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease-out;
  z-index: -1;
}
.mbsc-ios.mbsc-list-item:after, .mbsc-ios.mbsc-list-item:before {
  content: "";
  left: 1em;
  position: absolute;
  right: 0;
}
.mbsc-ios.mbsc-event-text {
  font-weight: 500;
}
.mbsc-ios.mbsc-event.mbsc-list-item:after, .mbsc-ios.mbsc-event.mbsc-list-item:before {
  border-color: #ccc;
}
.mbsc-ios.mbsc-list-item:after, .mbsc-ios.mbsc-list-item:before {
  border-top: 1px solid #ccc;
}
.mbsc-ios.mbsc-list-item:before {
  top: 0;
  transition: none;
}

#diadiv_event > div.mbsc-event-time.mbsc-ios.mbsc-ltr > div{
   text-align: center !important; 
   white-space: nowrap;
   height: auto;
}






/*-------------------------------------------------------------------------------*/
/** MEDIA MAX 1020  **/
/*-------------------------------------------------------------------------------*/
@media screen and (max-width: 1020px) {
    #divderder {
        width: calc(100% - 20px);
    }
    #divderizq {
        width: 100%;
    }
    #normastitulo {
        width: 100%;
    }
    #navegacioncombo {
        display: none;
    }
    
    
}     

/** -------------------------- **/
/** MEDIA MIN 1020  **/
/** -------------------------- **/

/*-------------------------------------------------------------------- agregado */

@media screen and (min-width: 1020px) {
      
    .mbsc-event {
        border: solid 1px #cccccc;
        padding: 0px;
    }
    .mbsc-event > * {
        border-right: solid 1px #cccccc;
        padding: 10px;
    }
    .mbsc-ios.mbsc-list-item:before {
        border-top: none !important;
    }
    .mbsc-solo {
        display: none !important;
    }
    
    .mbsc-event-content.occupied {
        border-left: 6px solid rgb(135, 1, 169);
        margin-left: 0px;
        font-size:1em;
   
    }
    
    

    
    /*----------------------Dias de la semana ----------------------------*/
    
    /*----------------- table---------------*/
    .mbsc-calendar-table{
        /*display:table !important;*/
        width: 100%;
    }
    
    /*---------------------- Filas letas -----------------------------*/
    div.mbsc-calendar-week-days.mbsc-flex {
        /*display:table-row !important;*/
    }
        /*----------------------Celdas -----------------------------*/
        div.mbsc-calendar-week-days.mbsc-flex  > * :not(div:first-child) {  
            /*display: table-cell;*/
            width: calc((100vh - 150px )/ 7);
        }
        
         div.mbsc-calendar-week-days.mbsc-flex > div:first-child {  
            /*display: table-cell;*/
             width: 150px !important;
             /** flex-grow: 1.4229; **/
        }
     /*---------------------- Filas numeros -----------------------------*/    
   div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > div:first-child  {
        /*display:table-row !important;*/
         width:150px !important;
         /** flex-grow: 1.4229; **/
    }
    
   
   /* div.mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-ios {
         width:calc((100% - 150px) / 7);
    }*/
        div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > div.mbsc-calendar-cell-inner {
            /*display: table-cell !important;*/
           /* width: 150px !important;*/
        }
       /* .mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-ios {
            width:150px;
        }*/
        
        div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > *:not(.mbsc-solo,div:first-child) {
            /*display: table-cell !important;*/
            width:calc((100% - 150px) / 7);
        }
  /*------------------------------------ Horarios del calendario --------------------------------*/
  
    /*----------------------tabla-----------------------------*/
    #diadiv.mbsc-ltr.mbsc-font.mbsc-list.mbsc-ios {
        
        width: 100%;
    }
    /*----------------------Filas ---------------------------*/
    /*clase para  totas las filas del calendario sin contar dia y fecha*/
    #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable {
        padding:0.125em;
    }
  
    /*----------------------Celdas ---------------------------*/
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > :first-child {
        
        width: 150px !important;
     }
     
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > *:not(.mbsc-solo, .mbsc-event-time.mbsc-ios.mbsc-ltr,:first-child) {
     
        width: calc((100% - 150px)/ 7);
        text-align: center;
        height: 40px;
     }
     
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > div.mbsc-list-item-background {
         display: none !important;
     }
     
         
         #diadiv_event .mbsc-event-text.mbsc-ios.text-sm-right {
             text-align: center !important; 
         }
}
    
    



/** --------------------------------------------------------------------------------------------------------------------------- **/
/** MEDIA MAX 768 **/
/** --------------------------------------------------------------------------------------------------------------------------- **/
@media (max-width: 768px) {
    .panel-body {
        padding: 0;
    }
    #calendar {
        margin: 0 !important;
        width: 100% !important;
    }
    .panel-heading {
        /** height: 120px; **/
    }
    #unidad {
        margin-top: 8px;
    }
    #turno ul {
        margin-left: 10px;
    }
    #turno ul li a {
        text-align: center;
    }
    th#mes {
        font-size: 1em;
        background-color: #638cef;
        color: white;
    }
}





/*-------------------------------------------------------------------------------*/
/** MEDIA MAX 574  **/
/*-------------------------------------------------------------------------------*/
@media (max-width:574px) {
    /**   comentado roberto
       #turno>div {
        margin-left: calc(100vw - 93vw);
    }
    #calendar {
        height: 55vh;
        margin: 1vw !important;
        width: 98vw !important;
    }
    #weekbody > tr > td > div > span::after {
        content: "Disp.";
    }
    .mbsc-event-content.mbsc-flex-1-1.mbsc-ios {
        text-align: right;
    }
    .mbsc-solo {
        width: 50px;
    }
    .mbsc-event-content.mbsc-flex-1-1.mbsc-ios {
        flex: none;
    }
    #basecontent {
        padding: 0;
    }
    #mobilecal_button_prev i {
        font-size: 22px;     margin-top: 2px;
    }
    #mobilecal_button_next i {
        font-size: 22px;     margin-top: 2px;
    }
    #mobilecal_mes > div > div > span > span.selection > span {
        background-color: transparent;
        border: transparent;
        font-size: 20px;
        color: #007aff;
    }
    #mobilecal_mes > div > div > span {
        background-color: transparent;
    }
    #mobilecal_mes .form-group {
        margin-bottom: 8px;
    }
    #titulocalendario{
        display:none;
    }
   
    .mbsc-solo {
        width: 15px !important;    
    }
    .mbsc-event.selected {
        background-color: #007aff !important;
        color: white !important;
        
    }
    .mbsc-event.selected .mbsc-event-text {
        color: white !important;
       
    }
    .mbsc-event.disponible:not(.selected) .mbsc-event-text {
         color: #ccc;
         opacity: 0.5;
    }
    .panel-heading { display: none; }
    
    #select2-field__unidad_select-container {
        font-size: 16px !important;
        padding-left: 15px;
        
    }
    
    .select2-selection--single .select2-selection__arrow:after {
        margin-right: 5px;
    }
    
    #barramobilepopup {
            padding: 20px 40px 20px 27px !important;
    }
    #unidad > div > label {
        margin-left: 5px;
    }
    
    #select2-field__mobilecal_mes_select-container {
        padding-left: 10px;
    }
    **/
    
    
    /*#mobilecal_header_nav {
         margin-right: 10px;
        margin-left: 10px;
    }*/
    
    /*#mobilecal_header_days {
        margin-right: 10px;
        margin-left: 10px;
    }*/
    
    #mobilecal_header {
        border: none;
    }
    
    #demo-daily-events {
        margin-right: 10px;
        margin-left: 10px;
    }
    /*#mobilecal_eventlist {
        padding-right: 10px;
    }*/
    
    #box_container {
        background-color: transparent
    }

   
    .mbsc-ios.mbsc-list-item:after, .mbsc-ios.mbsc-list-item:before {
        left: 0px;
    }

    .mbsc-event.selected {
        background-color: #007aff !important;
        color: white !important;
    }
   
    .mbsc-font {   
        font-size: 15px;
    }
   
}


/*------------------------------------------------------------------------------*/

 
 
 
 /** --------------------------------------------------------------------------------------------------------------------------- **/
/** MEDIA MIN 577 **/
/** --------------------------------------------------------------------------------------------------------------------------- **/

/** Only desktop, display as a table **/
@media (min-width: 577px) {
    .mbsc-event {
      border: solid 1px #cccccc;
      padding: 0px;
    }
    .mbsc-event > * {
        border-right: solid 1px #cccccc;
        padding: 10px;
    }
    .mbsc-ios.mbsc-list-item:before {
          border-top: none !important;
    }
    .mbsc-solo {
        display: none !important;
    }
  
    .mbsc-event-content.occupied {
        border-left: 6px solid rgb(135, 1, 169);
        margin-left: 0px;
  
    }
  
  
    /*----------------------Celdas -----------------------------*/
    div.mbsc-calendar-week-days.mbsc-flex  > * :not(div:first-child) {  
        /*display: table-cell;*/
        width: calc((100vh - 110px )/ 7);
    }
        
     /*---------------------- Filas numeros -----------------------------*/    
    div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > div:first-child  {
        /*display:table-row !important;*/
         width:110px !important;
    }
    
     div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > *:not(.mbsc-solo,div:first-child) {
            /*display: table-cell !important;*/
            width:calc((100% - 110px) / 7);
        }
    /*----------------------horarios ---------------------------*/
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > :first-child {
        /*display: table-cell !important ;*/
        width: 110px !important;
                max-width: 110px;
     }
     
      div.mbsc-calendar-week-days.mbsc-flex > div:first-child {  
        /*display: table-cell;*/
         width: 110px !important;
                 max-width: 110px;
    }
        
    .mbsc-calendar-week-days > .mbsc-calendar-week-day:first-child {
        width: 110px !important;
                max-width: 110px;
    }

     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > *:not(.mbsc-solo, .mbsc-event-time.mbsc-ios.mbsc-ltr,:first-child) {
       /* display: table-cell !important ;*/
        width: calc((100% - 110px)/ 7);
        text-align: center;
     }
  
  
    /*----------------- table---------------*/
      .mbsc-calendar-table{
        /*display:table !important;*/
    }
    div.mbsc-calendar-week-days.mbsc-flex {
       /* display:table-row !important;*/
    }
        div.mbsc-calendar-week-days.mbsc-flex  > :first-child {
           /*  display: table-cell;
            width: 16vw;*/
            width: 150px;
        }
        div.mbsc-calendar-week-days.mbsc-flex  > *:not(:first-child) {  
            /*display: table-cell;*/
            /*width: 14%;*/
            width:calc((100% - 150px)/ 7);
        }
        
  
  
    #diadiv.mbsc-ltr.mbsc-font.mbsc-list.mbsc-ios {
       /* display:table !important;*/
    }
    #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable.clickevent {
       /* display:table-row !important;*/
    }
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable.clickevent > * {
      /*  display: table-cell !important ;
        min-width: calc(100% / 8);*/
        text-align: center;
     }
    
     #diadiv_event .mbsc-event-text.mbsc-ios.text-sm-right {
         text-align: center !important; 
     }
     
     
  
  }
  
  /*-------------------------------------------------------------------------------------------*/
  /*---------------------------------------------------------------- media -----------------------------------------------------*/
@media (max-width: 576px) {
  .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
      background: #007aff;
      border-color: #007aff;
      color: #fff;
  }
  
    div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > div:first-child  {
        /*display:table-row !important;*/
         width:auto !important;
         padding-right: 10px;
    }

     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > :first-child {
        /*display: table-cell !important ;*/
        width: auto !important;
        padding-right: 10px;
     }
      div.mbsc-calendar-week-days.mbsc-flex > div:first-child {  
        /*display: table-cell;*/
         width: auto !important;
         padding-right: 10px;
    }
    .mbsc-calendar-week-days > .mbsc-calendar-week-day:first-child {
        width: auto !important;
        padding-right: 10px;
    }
      
    div.mbsc-calendar-row.mbsc-flex.mbsc-flex-1-0 > div:not(:first-child)  {
      padding-top: 5px;
    }
    .mbsc-calendar-week-days > .mbsc-calendar-week-day:not(:first-child) {
        padding-top: 5px;
    }
     #diadiv_event.mbsc-event.mbsc-list-item.mbsc-ios.mbsc-ltr.mbsc-list-item-actionable > :not(:first-child) {
         padding-top: 5px;
     }
}

@media (min-width: 577px) {
    .mbsc-calendar-marks {
      display: none;
    }
    .mbsc-scrollview-scroll {
      height: 52px !important;
    }
}
  
  .mbsc-ios.mbsc-schedule-date-header {
    border-bottom: 1px solid;
    position: relative;
    will-change: opacity;
    z-index: 3;
  }
  .mbsc-ios.mbsc-schedule-date-header {
    background: #f7f7f7;
    border-color: #ccc;
  }
  .mbsc-schedule-date-header-text {
    line-height: 1.5em;
    text-align: center;
  }
  .mbsc-ios.mbsc-schedule-date-header-text {
    font-size: .75em;
    font-weight: 700;
    padding: .5em;
  }
  .mbsc-list-item {
    display: flex;
    justify-content: space-evenly;
  } 
    
  div.mbsc-event-content:not(.occupied) .mbsc-ios.mbsc-event-text {
    opacity: 0.5;
  }
    
  .mbsc-ios.mbsc-list-item:after {
    border-top: none !important;
  }
  
  
  .mbsc-event-content:not(.occupied)  .mbsc-event-text  {
    font-size: 1.2em;
    margin-left: 12px;
  }
  










