
body {
  padding: 0;
  font-family: "Open Sans","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  font-size: 8px;
  background-color: #fff;
  overflow: hidden;
}


@media (min-width: 576px) {
	body {
		font-size: 14px;
	}
}

#calendar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-header-toolbar {
  /*
  the calendar will be butting up against the edges,
  but let's scoot in the header's buttons
  */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.fc-toolbar-title {
	text-transform: capitalize;
}

.fc-list-item td {
	color: #fff;
}
.fc-allow-mouse-resize td {
	color: #000;
}

.fc a {
	color: #000;
	text-decoration: none;
}

.fc-event {
	padding-left: 2px;
}

  #calendar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

  .fc-button:not(.active) {
  	background-color: #fff!important;
  	color: #000!important;
  }

			.si, .fc-buttonSI-button.active { 
			color: #fff!important; 
			background-color: #ef58ab!important; 
			border-color: #ef58ab!important; 
		}
				.jk, .fc-buttonJK-button.active { 
			color: #fff!important; 
			background-color: #800000!important; 
			border-color: #800000!important; 
		}
				.ka, .fc-buttonKA-button.active { 
			color: #fff!important; 
			background-color: #066f0d!important; 
			border-color: #066f0d!important; 
		}
				.ls, .fc-buttonLS-button.active { 
			color: #fff!important; 
			background-color: #e7a71d!important; 
			border-color: #e7a71d!important; 
		}
				.tw, .fc-buttonTW-button.active { 
			color: #fff!important; 
			background-color: #bd5500!important; 
			border-color: #bd5500!important; 
		}
				.hr, .fc-buttonHR-button.active { 
			color: #fff!important; 
			background-color: #7a9cff!important; 
			border-color: #7a9cff!important; 
		}
			.fc-buttonAll-button.active {
		background-color: #000!important;
		color: #fff!important;
		border-color: #000!important;
	}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #FFC107;
  color: black;
  width: 250px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 10px;
  text-align: left;
}
.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #FFC107;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.fc-toolbar-title {
  display: inline-block;
}

.fc-darkMode-button {
  text-indent: -9999px;
  background-image: url(images/dark_mode.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
}
.fc-setup-button {
  text-indent: -9999px;
  background-image: url(images/settings.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  background-size: contain;
}

body.dark {
  background-color: #121212;
  color: rgba(255, 255, 255, 0.6);
}
body.dark .fc-event, body.dark .fc-button {
  box-shadow: inset 0 0 0 99999px rgb(0 0 0 / 30%);
  color: rgba(255, 255, 255, 0.87)!important;
}
body.dark .fc a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark .fc-theme-standard .fc-scrollgrid, body.dark .fc-theme-standard th, body.dark .fc-theme-standard td {
  border-color: rgba(255, 255, 255, 0.38)!important;
}
body.dark .fc-buttonAll-button.active {
  background-color: #000!important;
  color: #fff!important;
  border-color: #fff!important;
}
body.dark .fc-button:not(.active) {
  background-color: #121212!important;
  color: rgba(255, 255, 255, 0.87)!important;
}

body.dark .fc-darkMode-button {
  background-image: url(images/light_mode_white.svg);
}
body.dark .fc-setup-button {
  background-image: url(images/settings_white.svg);
}

td.fc-day-past a {
  filter: opacity(0.5);
}