.cbt-scheduler{
    position: relative;
}
body {
    padding: 0;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    overflow-x: hidden;
  }

  #calendar {
    max-width: 1200px;
    margin: 0 auto;
  }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  width: 350px;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

.notify {
  position: absolute !important;
  z-index: 10000;
  top: 50px;
  left: 20px;
  right: 20px;
  display: none;
}

.notify-message {
  float: left;
}

.reservation-item {
  color: #888888;
  border: solid 1px #bebebe;
  background-color: #fff;
}

.reservation-item:hover {
  background-color: #eeeeee;
}

.reservation-item div {
  padding: 5px;
}

.fc-unthemed td.fc-today.fc-backgroundevent {
  background-color: #87c1ff;
  cursor: pointer;
}


.fc-backgroundevent {
    background-color: #2f93ff;
    cursor: pointer;
}

.fc-backgroundeventendstart {
    background: linear-gradient(135deg,  rgba(47,147,255,1) 49%,rgba(47,147,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(47,147,255,1) 51%,rgba(47,147,255,1) 51%);
    cursor: pointer;
}

.fc-backgroundeventstart {
    background: linear-gradient(to left top, #2f93ff 50%, #FFFFFF 50%) !important;
    cursor: pointer;
}

.fc-backgroundeventend {
    background: linear-gradient(to right bottom, #2f93ff 50%, #FFFFFF 50%) !important;
}


.fc-backgroundevent.backgroundevent-highlight {
    background-color: #87c1ff;
    cursor: pointer;
}

.fc-backgroundeventendstart.backgroundevent-highlight {
    background: linear-gradient(135deg,  rgba(47,147,255,1) 49%,rgba(47,147,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(135,193,255,1) 51%,rgba(135,193,255,1) 51%);
    cursor: pointer;
}

.fc-backgroundeventendstart.backgroundevent-highlight-reverse {
    background: linear-gradient(135deg,  rgba(135,193,255,1) 49%,rgba(135,193,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(47,147,255,1) 51%,rgba(47,147,255,1) 51%);
    cursor: pointer;
}


.fc-backgroundeventstart.backgroundevent-highlight {
    background: linear-gradient(to left top, #87c1ff 50%, #FFFFFF 50%) !important;
    cursor: pointer;
}

.fc-backgroundeventend.backgroundevent-highlight {
    background: linear-gradient(to right bottom, #87c1ff 50%, #FFFFFF 50%) !important;
}

.fc-backgroundeventend.backgroundevent-highlight-reverse {
    background: linear-gradient(to right bottom, #87c1ff 50%, #FFFFFF 50%) !important;
    cursor: pointer;
}


.event-display {
  padding-left: 60%; 
  padding-top: 30%;
  width: 100px;
  color: #eeeeee;
  z-index: 1000;
}

.fc-day .fc-widget-content .fc-other-month .fc-past {
  background-color: #dedede;
}

.event-display a{
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.event-display a:hover {
  text-decoration: none;
}

.full-loading-container {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
}

.full-loading {
  z-index: 11;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.loading {
  z-index: 11;
  position: fixed;
  top: 10px;
  left: 180px;
  display: none;
}




