div.GUICalendar {
  text-align: center;
  font-size: 12px;
  overflow: auto;
  background-color: transparent;
  line-height: 1.1;
}
div.GUICalendar .calendar-container {
  width: calc(calc(7 * 130px) + 80px);
  overflow: hidden;
  margin: 0 auto;
}
div.GUICalendar .calendar-container > h3 {
  border: none;
  margin: 0px 0px 10px 0px;
}
div.GUICalendar .calendar-axis {
  float: left;
  width: 80px;
}
div.GUICalendar .axis-item {
  height: 55px;
}
div.GUICalendar.weekly .axis-item:first-child {
  margin-top: calc(45px);
}
div.GUICalendar.weekly .axis-item:last-child {
  height: 20px;
}
div.GUICalendar .calendar-column {
  float: left;
  border-top: 1px solid #e6e6e6;
  width: 130px;
}
div.GUICalendar .calendar-column:first-child {
  border-left: 1px solid #e6e6e6;
}
div.GUICalendar .calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: rgb(0, 51, 102);
  height: 55px;
  width: 130px;
  position: relative;
  color: #ffffff;
}

div.GUICalendar .calendar-header.today {
    background-color: rgb(255, 120, 0);
}

div.GUICalendar .calendar-grid .grid-item.today {
    background-color: rgba(255, 120, 0, 0.23);
}

div.GUICalendar .calendar-header .holiday {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 6px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
div.GUICalendar .calendar-rows .calendar-row {
  height: 55px;
}
div.GUICalendar .calendar-rows .calendar-row .calendar-header {
  float: left;
}
div.GUICalendar .calendar-grid .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 55px;
  position: relative;
  float: left;
  width: 130px;
}
div.GUICalendar .calendar-grid .grid-item:hover:not(.notavail):not(.today) {
  background-color: #f2f2f2;
}
div.GUICalendar .calendar-grid .grid-item.notavail {
  color: rgba(51, 51, 51, 0.3);
  background-image: linear-gradient(45deg, #fcfcfc 25%, #f2f2f2 25%, #f2f2f2 50%, #fcfcfc 50%, #f2f2f2 75%, #f2f2f2 75%, #f2f2f2 100%);
  background-size: 28.28px 28.28px;
}
div.GUICalendar .calendar-grid .grid-item .day {
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 2px;
  color: rgba(51, 51, 51, 0.2);
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}
div.GUICalendar .calendar-grid .grid-item .holiday {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 6px;
  color: rgba(51, 51, 51, 0.3);
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
div.GUICalendar .calendar-grid .grid-item.notavail .day {
  opacity: .5;
}
div.GUICalendar .calendar-grid .grid-item.notavail .holiday {
  opacity: .5;
}
div.GUICalendar .calendar-content {
  position: relative;
}
div.GUICalendar .calendar-content .content-item {
  position: absolute;
  padding: 5px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 0 0 16.5pt 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-Index: 1;
}
div.GUICalendar .calendar-content .content-item.calendar-event-primary {
  background: repeating-linear-gradient(45deg, #003366, #003366 10px, #002b57 10px, #002b57 20px);
  color: #ffffff;
  border: 1px solid #001429;
}
div.GUICalendar .calendar-content .content-item.calendar-event-secondary {
  background: repeating-linear-gradient(45deg, #6c757d, #6c757d 10px, #656d75 10px, #656d75 20px);
  color: #ffffff;
  border: 1px solid #50565c;
}
div.GUICalendar .calendar-content .content-item.calendar-event-success {
  background: repeating-linear-gradient(45deg, #5cb85c, #5cb85c 10px, #51b351 10px, #51b351 20px);
  color: #ffffff;
  border: 1px solid #419641;
}
div.GUICalendar .calendar-content .content-item.calendar-event-info {
  background: repeating-linear-gradient(45deg, #737272, #737272 10px, #6b6a6a 10px, #6b6a6a 20px);
  color: #ffffff;
  border: 1px solid #545454;
}
div.GUICalendar .calendar-content .content-item.calendar-event-warning {
  background: repeating-linear-gradient(45deg, #f0ad4e, #f0ad4e 10px, #efa640 10px, #efa640 20px);
  color: #ffffff;
  border: 1px solid #eb9316;
}
div.GUICalendar .calendar-content .content-item.calendar-event-danger {
  background: repeating-linear-gradient(45deg, #e1003a, #e1003a 10px, #d20036 10px, #d20036 20px);
  color: #ffffff;
  border: 1px solid #a4002a;
}
div.GUICalendar .calendar-content .content-item.calendar-event-dark {
  background: repeating-linear-gradient(45deg, #343a40, #343a40 10px, #2d3238 10px, #2d3238 20px);
  color: #ffffff;
  border: 1px solid #191b1e;
}
div.GUICalendar .calendar-content .content-item.calendar-event-light {
  background: repeating-linear-gradient(45deg, #f8f9fa, #f8f9fa 10px, #eff1f4 10px, #eff1f4 20px);
  color: #ffffff;
  border: 1px solid #d4dae1;
}
div.GUICalendar .calendar-content:hover {
  box-shadow: 0 0 10pt 0 rgba(0, 0, 0, 0.5);
}
div.GUICalendar.weekly .content-item {
  margin: 0px 2px;
  width: calc(100% - 4px);
}
div.GUICalendar.weekly .content-item.nostart {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
div.GUICalendar.weekly .content-item.noend {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.GUICalendar.weekly .content-item > div > span.start {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
div.GUICalendar.weekly .content-item > div > span.end {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
div.GUICalendar.weekly .content-item > div > div.text {
	transform: translateZ(0) rotate(-90deg);
}
div.GUICalendar.monthly .calendar-grid .grid-item:first-child {
  border-left: 1px solid #e6e6e6;
}
div.GUICalendar.monthly .calendar-content {
  margin-left: 80px;
}
div.GUICalendar.monthly .axis-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
div.GUICalendar.monthly .axis-item:first-child {
  margin-top: 55px;
}
div.GUICalendar.monthly .content-item {
  margin: 2px 0px;
  height: calc(51px);
}
div.GUICalendar.monthly .content-item.nostart {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
div.GUICalendar.monthly .content-item.noend {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div.GUICalendar.monthly .content-item > div > span.start {
  position: absolute;
  top: calc(27.5px);
  transform: translateY(-50%);
  left: 2px;
}
div.GUICalendar.monthly .content-item > div > span.end {
  position: absolute;
  top: calc(27.5px);
  transform: translateY(-50%);
  right: 2px;
}
