/**************LOADER CSS***************/

@keyframes ldio-rsfoz15h83o {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-rsfoz15h83o div {
  position: absolute;
  width: 120px;
  height: 120px;
  border-width: 20px;
  border-style: solid;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-rsfoz15h83o div {
  animation: ldio-rsfoz15h83o 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-huvwudw6wl {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-rsfoz15h83o {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-rsfoz15h83o div { box-sizing: content-box; }
/* generated by https://loading.io/ */

div#calendar 								{ margin: auto; background-color: white; width: 100%; box-shadow: 0 10px 0px -10px rgba(0,64,128,.2);  }

/******CALENDAR MODIFICAIONTS******/

:root {
  --fc-small-font-size: .85em;
  --fc-page-bg-color: #fff;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: #808080;
  --fc-border-color: #ddd;

  --fc-button-text-color: #fff;
  --fc-button-bg-color: #212529;
  --fc-button-border-color: #212529;
  --fc-button-hover-bg-color: #ebb02d;
  --fc-button-hover-border-color: #ebb02d;
  --fc-button-active-bg-color: #ebb02d;
  --fc-button-active-border-color: #ebb02d;

  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: #ffffff;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);

  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;

  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;

  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: red;
}