@charset "UTF-8";
.page-calendar .col-md-4,
.page-calendar .col-md-8 {
  margin: 0 !important;
}
.page-calendar .event-name {
  padding: 10px;
  background: #f2f2f2;
  margin: 2px 0;
  color: #3d4c5a;
  font-size: 13px;
  border-left: 3px solid;
}
.page-calendar .event-name:hover {
  background: #3d4c5a;
  border-color: #ffffff;
  color: white !important;
}
.page-calendar .event-name:hover i {
  color: #f44336;
}
.page-calendar .b-primary {
  border-color: #0d6efd !important;
}
.page-calendar .b-success {
  border-color: #198754 !important;
}
.page-calendar .b-lightred {
  border-color: #dc3545 !important;
}
.page-calendar .b-amethyst {
  border-color: #9675ce !important;
}
.page-calendar .b-greensea {
  border-color: #198754 !important;
}

/* Contrôles */
.event-control {
  background-color: #f8f8f8;
  font-size: 13px;
  cursor: pointer;
}
.event-control:hover {
  background-color: white;
}
.event-control a {
  color: #000000;
  cursor: pointer;
  opacity: 0.5;
}
.event-control a:hover {
  opacity: 1;
}
.event-control[class*=bg-]:not(.bg-default):not(.bg-white) a {
  color: #000000 !important;
  opacity: 1;
}
.event-control[class*=bg-]:not(.bg-default):not(.bg-white) a:hover {
  color: white !important;
}

/* FullCalendar styles */
.fc {
  /* Toolbar */
  /* Day headers */
  /* Days in Month view */
  /* Events */
  /* TimeGrid view (Week/Day) */
}
.fc .fc-toolbar-chunk {
  background: #3d4c5a;
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.fc .fc-toolbar-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0;
}
.fc .fc-button {
  color: #000000;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  height: 50px;
  line-height: 28px;
  padding: 10px;
}
.fc .fc-button:hover {
  color: white;
  background: #3d4c5a;
}
.fc .fc-col-header-cell {
  background-color: #d2d2d2;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #d2d2d2;
}
.fc .fc-col-header-cell-cushion {
  color: #000000 !important;
}
.fc .fc-daygrid-day {
  border: 1px solid #d2d2d2;
  cursor: pointer;
  height: auto !important; /* empêche FullCalendar de forcer une hauteur calculée */
}
.fc .fc-daygrid-day-number {
  padding: 5px 10px;
  color: #000000;
  font-size: 15px;
}
.fc .fc-daygrid-day-frame {
  min-height: 115px;
}
.fc .fc-day-today {
  background-color: #ffffff;
}
.fc .fc-day-today a {
  font-weight: 600;
}
.fc .fc-event {
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 0;
  background-color: #f2f2f2;
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: white !important;
  cursor: pointer;
}
.fc .fc-event:hover, .fc .fc-event:focus {
  box-shadow: inset 0 0 0 99999px rgba(128, 128, 128, 0.2);
  z-index: 1000;
}
.fc .fc-event-title {
  font-weight: bold;
  font-size: 13px;
}
.fc .fc-timegrid-slot {
  border-bottom: 1px solid #e2e2e2;
  line-height: 35px;
  font-size: 12px;
  color: #000;
}
.fc .fc-timegrid-axis {
  background-color: #f2f2f2;
  color: #000000;
  font-size: 12px;
  font-weight: 100;
  padding: 10px 5px;
}
.fc .fc-daygrid-event-harness {
  min-height: 101px;
}

/* Technicien list */
.l-technicien {
  padding: 3px 5px;
  margin-bottom: 3px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.l-technicien:hover {
  box-shadow: inset 0 0 0 99999px rgba(128, 128, 128, 0.2);
}
.l-technicien a {
  color: white;
  display: block;
}

/*# sourceMappingURL=calendar.css.map */
