/* Show it is fixed to the top */
a {
  text-decoration: none;
}

body {
  padding-top: 4.5rem;
}

.btn-light.btn.dropdown-toggle{
  background-color: white;
}

.container {
  max-width: 90% !important;
  /*Set your own width %;
  */
}

.custom-cell {
  /* center the cell content */
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: Arial;
  font-size: 2em;
  font-weight: bold;
  background: #f8f9fa;
  border: solid;
  border-width: thin;
  border-color: gray;
  border-radius: 15px;
}

.key-grid-container {
  justify-content: center;
  display: flex;
}

.custom-grid {
  margin-top: 10px;
  display: none;
  grid-gap: 5px;
}

.custom-subgrid {
  display: grid;
  grid-template-columns: repeat(5, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(50px, 1fr));
  grid-gap: 5px;
}

.event-day-off {
  width: 50%;
  margin-left: 50%;
  color: black;
  font-weight: bold;
}

.event-hebdo {
  width: 50%;
}

.fc-bg-event {
  opacity: 0.4 !important;
}

.fc-col-header-cell-cushion {
  overflow: hidden !important;
  white-space: nowrap !important;
  max-width: 100%;
  text-overflow: initial !important;
}

.fc-day-today {
  background-color: transparent !important;
}

.fc-event{
  cursor: pointer;
}

.fc-event-mirror {
  background-color: dodgerblue !important;
}

.fc-header-toolbar {
  flex-wrap: wrap;
}

.fc-scrollgrid-sync-inner {
  max-height: 25px;
}

.fc-toolbar-chunk {
  margin: 5px 25px;
}

.fc-view-harness {
  height: 628px !important;
}

#itemsTableResaWrapper {
  height: 717px;
}

#itemsTableResaWrapper .search {
  width: 100%;
}

.not-editable {
  cursor: default;
}

.recurrent-day-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

#userResaTable tbody tr {
  cursor: pointer;
}

#userResaTable tbody tr:hover {
  background-color: rgba(0,0,0,.075);
}

.indicator-locker-free {
  width: 7px;
  height: 7px;
  top: 0;
  border-radius: 50%;
  background-color: limegreen;
  margin-bottom: 24px;
  margin-left: -6px;
}

.indicator-locker-occupied {
  width: 7px;
  height: 7px;
  top: 0;
  border-radius: 50%;
  background-color: red;
  margin-bottom: 24px;
  margin-left: -6px;
}