@charset "UTF-8";

.fc-scroller .fc-day-grid-container {
  overflow: hidden;
  height: 100% !important;
}

.fc-day-grid-container {
  height: 100% !important;
}

.calendar-box a {
  display: block;
  color: #5e6b80 !important;
  line-height: 1.5 !important;
}

.fc-list-item-title .fc-widget-content {
  line-height: 1.5 !important;
}

.cl-legend {
  display: -webkit-flex;
  /* justify-content: center !important; */
  align-content: center !important;
}

.btn-min{
  width: 50px !important;
  height: 20px !important;
  font-size: 10px !important;
  line-height: initial !important;
  margin: 5px;
  color: #fff;
}

.btn-group-vertical {
  display: block;
  float: none;
  width: 50% !important;
  max-width: 100%;
}

.cl-selected {
  color: yellow !important;
}

.cl-default {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.cl-all {
  color: #fff;
  background-color: #80808087;
  border-color: #80808087;
}

