/*!
FullCalendar Bootstrap Plugin v4.1.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc.fc-bootstrap a {
  text-decoration: none; }

.fc.fc-bootstrap a[data-goto]:hover {
  text-decoration: underline; }

.fc-bootstrap hr.fc-divider {
  border-color: inherit; }

.fc-bootstrap .fc-day {
  border-radius: 0;
  background:#d4d4d4;
 }
 .fc-bootstrap .fc-day:hover{
   cursor:pointer;
 }
.fc-bootstrap .fc-past{
   background:#f6caca;
 }
 .employee.fc-bootstrap .fc-event {
   font-size: 1.4em;
   background:transparent !important;
   border-color:transparent !important;
 }
.fc-row.fc-rigid .fc-content-skeleton{
  height:100%;
}
.fc-day-top {
  bottom:0;

}
.fc-event-container .fc-content{
  color:black;
}
.fc-bootstrap .fc-event,.fc-bootstrap .fc-list-item{
  cursor:pointer;
}
.fc-bootstrap .fc-day-header{
  background:#FFD400;
  padding-top:5px;
  padding-bottom:5px;
  font-weight:300;
  border-right-width:5px;
}
.fc-bootstrap .fc-day-top{
  position:unset;
}
.fc-bootstrap .fc-day{
  position:unset !important;
  border-style:solid !important;
  border-right-width: 5px;border-bottom-width: 5px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{
margin-left: 5px;
margin-bottom: 5px;
}
.fc-bootstrap table{
  border:none !important;
}
.table-bordered, .table-bordered td, .table-bordered th{
  border:1px solid white;
}
.fc-bootstrap a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-bootstrap .fc-popover.card {
  position: absolute; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap .fc-popover .card-body {
  padding: 0; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none; }

.employee.fc-bootstrap .fc-day.alert-success{
  background:#d7f3e3 !important;
}
.fc-row.fc-rigid .fc-content-skeleton{
  cursor:pointer;
}
