#agendamiento .year {
  text-align: center;
  font-size: 21px;
  padding: 10px 0 20px 0;
}
#agendamiento .year .item {
  display: inline;
  cursor: pointer;
  font-size: 16px;
  color: #ccc;
}
#agendamiento .year .item:hover {
  color: #999;
}
#agendamiento #listado_meses {
  display: flex;
  justify-content: space-evenly;
}
#agendamiento #listado_meses .item {
  border-radius: 4px;
  padding: 4px;
  cursor: pointer;
  font-size: 16px;
  color: #ccc;
  text-align: center;
}
#agendamiento #listado_meses .item .label {
  margin: 2px 0;
}
#agendamiento #listado_meses .item:hover {
  color: #999;
}
#agendamiento #listado_meses .item.active {
  color: #222;
  font-weight: bold;
  color: #CE503F;
  background: #eee;
}
#agendamiento table th h3 {
  line-height: 35px;
  margin: 0;
  padding: 0;
  float: left;
}
#modal_nuevo_agendamiento .ui.calendar .ui.popup {
  z-index: 10001 !important;
}
