/* main page */
.menuBar {
  display: flex;
  flex-direction: column;
  max-width: 20vw;
  min-width: 20vw;
  box-shadow: 3px -1px 6px #aaaa;
  border: none;
}

.mainMenuBarActions {
  background: #5d9ad4;
  display: flex;
  flex-direction: row;
  padding: 3%;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
  max-height: 3.5vh;
  margin: 1% 0;
}

.menuCalendar {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

.headerAboveCalendar {
  margin: 1%;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

.cancelFirstAvailableButton {
  background-color: #d9736b;
  color: white;
  border: 0;
  border-radius: 0.25em;
  padding: 0.4em 0.65em;
  width: 6.9em;
}

.searchBar {
  display: flex;
  margin: 5% 5%;
  position: relative;
  align-items: center;
}

.crossSearchBar {
  position: absolute;
  right: 2%;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

.noBorderRadius {
  border-radius: 0;
}

.burgerButtonGeneral {
  background-color: transparent;
  color: white;
  vertical-align: middle;
}
.paddingEventContent {
  padding-left: 5px;
}

.newAppointmentButton {
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  margin: 0 5%;
}

.practitionerList {
  height: 100%;
  overflow-y: auto;
}

.dropdownLeft {
  right: 0;
  left: auto;
}

.practitionerDropdown {
  width: fit-content;
  color: #5d9ad4;
}

.practitionerRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.checkboxPractitioner {
  float: left;
  margin: 0 !important;
}

.practitionerName {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1% 2%;
  cursor: pointer;
}

.practitionerIcons {
  display: inline-flex;
  margin-left: 5px;
  align-items: center;
}

.practitionerArrowButton {
  background-color: transparent;
  color: forestgreen;
  font-size: 15px;
  padding: 0px 0px 2px 2px;
}

.practitionerArrowButton:hover {
  color: #e6e6e6;
  background-color: transparent;
}

.practitionerNewAppointment {
  background-color: transparent;
  color: #555;
  font-size: 15px;
  padding: 0px;
}

.practitionerNewAppointment:hover {
  color: #e6e6e6;
  background-color: transparent;
}

.instructionsButton {
  background-color: transparent;
  color: #555;
  font-size: 15px;
  padding: 0px;
}
.instructionDropdown {
  padding: 0;
}

.textOverflowEllipsis {
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-weight: 500;
}

.instructionsButton:hover {
  color: #e6e6e6;
  background-color: transparent;
}

.dropdownHeader {
  background-color: #5d9ad4;
  color: white;
  padding: 3px 10px;
  cursor: default;
}
.instructionDropdown > li > a:hover,
.instructionDropdown > li > a:focus {
  opacity: 70%;
  background-color: #fff;
  color: black;
}
.normalLevelInstruction {
  background-color: white;
}

.highLevelInstruction {
  background-color: #d7e7ff;
}

.urgentLevelInstruction {
  background-color: #ffd7d7;
}
.instructionBody {
  font-size: x-small;
  height: 41px;
}

.instructionTitle {
  white-space: nowrap;
}

.professionPanel {
  margin: 3%;
}

.professionRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: #5d9ad4;
  border-bottom-width: 1px;
}

.professionLabel {
  text-transform: uppercase;
  font-weight: bold;
  color: #5d9ad4;
  margin: 0;
  margin-left: 5%;
  flex: 1;
  cursor: pointer;
}

.checkboxProfession {
  margin: 0 !important;
}

.professionNewAppointment {
  background: transparent;
  line-height: 0;
  color: #5d9ad4;
  font-size: 15px;
  padding: 0;
}

.professionNewAppointment:hover {
  color: #134058;
  background-color: transparent;
}

.iconFilterByType {
  color: #1f3a55;
  background: white;
  position: absolute;
  right: 1vw;
  top: -1.5vh;
  font-size: 2.5em;
  text-align: center;
  padding: 0 1%;
  height: 4vh;
  width: 4vh;
}

.iconFilterByName {
  background: white;
  position: absolute;
  right: 1vw;
  top: -1.8vh;
  padding: 0 1.5%;
  height: 4vh;
  width: 4vh;
}

.filterSeparateLine {
  border-color: #1f3a55;
  border-width: 3px;
  margin: 5% 0;
  position: relative;
}

.filterSeparationGroup {
  position: relative;
  margin: 6% 3%;
}

.filterSeparateTitle {
  position: absolute;
  bottom: -10px;
  font-weight: bold;
}

/* calendar */
.calendarEvent {
  border-width: thick;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  overflow: hidden;
}

.calendarVacation {
  overflow: hidden;
}

.vacationBody {
  display: flex;
  flex-direction: row;
  overflow-y: clip;
  flex-wrap: wrap;
  gap: 0 3px;
}

.current-time {
  background-color: rgba(20, 20, 20, 0.1);
  color: #181818;
  position: relative;
  cursor: pointer;
  padding-right: 5px;
  text-align: right;
}

.fc-timegrid-col-bg.columnMarginBg{
  margin-right: 20px;
}

.fc-timegrid-col-bg.columnMarginSmall{
  margin-right: 10px;
}

.fc-timegrid-col-events.columnMargin{
  margin-right:40px;
}

.fc-timegrid-col-events.columnMarginSmall{
  margin-right:20px;
}

.fc-timegrid-slot:hover td {
  background-color: rgba(0, 247, 255, 0.2);
}

.fc-timegrid-col-bg {
  pointer-events: none;
  
}

.fc-theme-standard td,
.fc-theme-standard th {
  border-right-color: rgb(150, 150, 150);
}

.ui-widget-shadow {
  background: #ffffff ;
  opacity: 1 !important;
}

.practitionerTitle {
  flex: 2;
}

.practitionerNameTitle {
  color: #5d9ad4;
  margin: 0;
  flex: 1;
}

.profession-block {
  margin-bottom: 5%;
}
.fc button {
  height: 3em;
}
.fc-icon-fa {
  font-family: FontAwesome, serif !important;
  top: -0.1em !important;
}

.ui-datepicker .ui-datepicker-title {
  color: white;
}

.resourceHeaderTitle span {
  width: -webkit-fill-available;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dayHeaderCalendar {
  color: black;
  text-transform: capitalize;
}

.fc-daygrid-dot-event:hover {
  background-color: #2c3e50;
}

.borderRightProgressBar {
  border-right-color: #36a187 !important;
  border-right-style: solid !important;
  border-right-width: 3px !important;
}

.cellProgressBar {
  padding: 3px 0 !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.headerEvent {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row;
  overflow-y: clip;
  flex-wrap: wrap;
  padding-right: 3px;
}

.pictoSize {
  font-size: 15px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cellNumbers {
  color: #1f3a55;
  border: none !important;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.menuFixed {
  position: fixed;
  width: 20vw;
  top: 63px;
  bottom: 50px;
  background: white;
}

.calendarLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #5d9ad4;
  font-size: 50px;
  z-index: 5;
}

.dropdown-menu > :not(.active) i {
  display: none;
}

.dropdown-menu > .active i {
  display: block;
}

.dropdown-menu>li>a {
  padding: 3px 10px !important;
}

.dropdown-menu > .active > .itemPicto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
}

.dropdown-menu > .active > a {
  background-color: #2c3e50;
}

.bodyEventContent {
  flex-grow: 1;
  padding-left: 3px;
  overflow: hidden;
}


.hiddenToolbar > * > :not(:first-child){
  margin-left: 0.75em
}

@keyframes toBottomRight {
  0% {position:absolute; bottom:1vh; right: -15vw;}
  100% {position:absolute; bottom: 1vh; right: 2vw;}
}

@keyframes disappearItem {
  0% {position:absolute; bottom: 1vh; right: 2vw;}
  100% {position:absolute; bottom:1vh; right: -15vw;}
}

.disappearing-item {
  position: inherit;
  z-index: 4;
  animation-name: disappearItem;
  animation-duration: 0.5s;
  display: block;
}

.appearing-item {
  display: block;
  position: absolute;
  bottom: 1vh;
  right: 2vw;
  z-index: 4;
  animation-name: toBottomRight;
  animation-duration: 0.5s;
}

.calendarPlanning {
    pointer-events: all;
}

/* class for events */
.stripe-salle-attente {
  background: repeating-linear-gradient(
          45deg,
          #aebaff,
          #aabdff 15px,
          #90b4ff 15px,
          #99b5ff 30px
  );
}

.absence-non-excusee strong {
  text-decoration: line-through;
}