cmf-core-controls-calendar {
  background: transparent;
  width: 100%;
  height: 100%;
}
cmf-core-controls-calendar .fc table {
  border-style: hidden;
}
cmf-core-controls-calendar .fc-head {
  line-height: 35px;
  height: 35px;
  border: none;
  padding: 0 15px;
}
cmf-core-controls-calendar .fc-head th {
  font-family: "open-sans-light";
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 25px;
  height: 25px;
  border: none;
  padding: 0 10px;
}
cmf-core-controls-calendar .fc-event {
  border: 0;
  padding: 0 2px;
}
cmf-core-controls-calendar .fc-event .fc-day-grid-event {
  margin: 0;
}
cmf-core-controls-calendar .fc-day-grid-container .fc-event {
  margin: 1;
  font-family: "open-sans-regular";
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  padding: 2px 4px;
}
cmf-core-controls-calendar .fc-day-grid-container .fc-event:hover {
  cursor: pointer;
}
cmf-core-controls-calendar .fc-day-grid-container .fc-event .fc-time {
  display: none;
}
cmf-core-controls-calendar .fc-agendaWeek-view tr,
cmf-core-controls-calendar .fc-agendaDay-view tr {
  height: 25px;
}
cmf-core-controls-calendar table > tbody table {
  min-height: 96px;
}
cmf-core-controls-calendar .fc-day-grid-event .fc-content {
  -webkit-box-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
}
li[name="openInNewPage"] {
  border: 0 !important;
}
li[name="openInNewPage"] /deep/ .k-link {
  height: 100% !important;
  line-height: 40px !important;
  white-space: nowrap;
  padding-right: 12px !important;
  padding-left: 12px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
