﻿

/*-----------------------------------------------------------------------------------------
/   CALENDAR
-----------------------------------------------------------------------------------------*/
.fc-unthemed .fc-body > * {
  border-right: 0!important;
  border-left: 0!important;
}
.fc-resource-area {
  width: 18.125rem !important;
}
.fc-widget-content {
  border-left: 0!important;
  padding-right: 1.25rem !important;
  border-right: 1.5px solid #ddd !important;
}
.fc-widget-content .fc-cell-text {
  text-overflow: ellipsis;
}
.fc-widget-header {
  border-left: 0!important;
  border-top: 0!important;
}
.fc-view-container .fc-widget-header {
  border-left-color: transparent!important;
  border-right-color: transparent!important;
  border-bottom-color: #252B32;
}

.fc-view-container th{
    background-color: transparent;
}

.fc-resource-area.fc-widget-content {
  padding-right: 0!important;
}
.fc-timeline .fc-cell-text {
  display: inline-block;
  font-size: 1rem;
  line-height: 112.5%;
  font-weight: 600;
  padding-top: 1.25rem !important;
  padding-right: 2rem!important;
  padding-bottom: 1.25rem !important;
  padding-left: 0!important;
  position: relative;
  white-space: pre-wrap;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
}
.fc-timeline .fc-cell-text > *:not(img) {
  color: white;
}
.resource-removebtn {
  position: absolute;
  background-color: white;
  top: 50%;
  padding: 1rem;
  right: -1rem;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  filter: brightness(200%);
}
.resource-removebtn:hover {
  filter: none;
}
.fc-timeline .fc-col-resizer {
  padding: 0;
  cursor: initial;
  display: none;
}
.fc-timeline .fc-widget-header .fc-cell-text {
  font-size: 0.625rem;
  padding-bottom: 1rem!important;
}
.fc-chrono .fc-widget-header .fc-cell-text {
  text-transform: lowercase;
}
.fc .fc-resource-area th.fc-widget-header:before,
.fc .fc-resource-area th.fc-widget-header:after {
  display: none;
}
.fc th {
  border-left: 0!important;
  position: relative;
}
.fc th:before {
  content: '';
  position: absolute;
  right: auto;
  bottom: 0;
  left: 0px;
  height: 7px;
  width: 100%;
}
.fc th:after {
  content: '';
  position: absolute;
  right: auto;
  bottom: 0;
  left: -0.5px;
  height: 5px;
  width: 100%;
  opacity: 0.5;
}
.fc-body .fc-resource-area .fc-cell-content {
  padding: 0;
	margin-top: 15px;
}
.fc-time-area.fc-widget-content {
  padding-right: 0!important;
  border-right: 0!important;
}
.fc-unthemed .fc-content {
  border-bottom: 0!important;
}
.fc-unthemed .fc-content *:not(.fc-schedule-event) {
  border-bottom: 0!important;
}
.fc-toolbar {
  justify-content: flex-start !important;
}
.fc-prev-button {
  border: 0!important;
}
.fc-next-button {
  border: 0!important;
}
.fc-prev-button,
.fc-next-button {
  padding: 0.5rem !important;
  width: 2rem;
  border-radius: 4px!important;
  background-color: transparent!important;
}
.fc-prev-button:hover,
.fc-next-button:hover,
.fc-prev-button:focus,
.fc-next-button:focus {
  background-color: #252B32 !important;
}
.fc-header-toolbar .fc-left {
  margin-left: -1rem;
}
.fc-right {
  display: flex;
  width: 100%;
}
.fc-center {
  flex-shrink: 0;
  padding-inline: 1rem;
}
.fc-today-button {
  margin-left: auto!important;
  border: 0!important;
}
.fc-toolbar .fc-center h2 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6875rem;
  line-height: 1.4;
}
.fc-scroller-canvas > .fc-bg {
  z-index: 11;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: unset;
}
.fc-subtitle {
  font-size: 0.625rem;
  font-weight: 500;
  color: #252B32 !important;
  flex-basis: 100%;
}
.fc-slats {
  border-right: 1px solid #ddd !important;
}
.fc td,
.fc th {
  border-radius: 0!important;
}
.fc-minor,
.fc-major {
  border: 0!important;
}
.fc-minor {
  border-left: 1px dotted #ddd !important;
}
.fc-major {
  border-left: 1.5px solid #ddd !important;
}
.fc-major:last-child {
  border-right: 1px dotted #ddd !important;
}
.fc-day:last-child {
  border-right: 1px solid #ddd;
}
.fc-timelineWeekDaySlot-view .fc-scroller-canvas tbody tr .fc-cell-text {
  cursor: pointer;
}
.fc-timelineWeekDaySlot-view .fc-time-area .fc-scroller-canvas tbody tr:nth-child(2) th {
  display: none;
}
.fc-event-container {
  margin: 0!important;
  margin-top: 15px!important;
  padding: 0!important;
  /*height: calc(100% - 30px) !important;*/
  /*top: 15px!important;*/
}
.fc-timeline-event {
  margin: 0!important;
  padding: 0!important;
  /*height: 100%!important;*/
}
.fc-content {
  height: 100%;
}
.fc-title {
  height: 100%;
  font-weight: 600;
  padding-left: 10px!important ;
}
.fc-title * {
  height: 100%;
}
/*.fc-time-area tr:first-child .fc-event-container {
  top: 0.9375rem;
}*/
.fc-schedule-event {
  display: inline-block;
  font-weight: 900;
  font-size: 8px;
  text-transform: uppercase;
  margin-left: 12px;
  position: relative;
  border-radius: 10rem;
  padding: 4px 8px;
  border: 1px solid #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
  height: auto!important;
  top: -2px;
}
.fc-timeline-event .fc-title {
  padding-block: 13px;
}
.fc-event-container .fc-time {
  display: none;
}

.add-button {
  display: flex;
  gap: 1rem!important;
  align-items: center;
  position: relative;
}
.add-button input::placeholder {
  color: white;
}
.add-button .delete-button {
  display: none;
}
.add-button-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100px;
  z-index: 11;
  font-size: 12px;
}
.add-button-results li {
  background-color: #FFFFFF;
  padding: 6px 10px;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}
.add-button-results li:first-child {
  border-top: 1px solid #444;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.add-button-results li:last-child {
  border-bottom: 1px solid #444;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
