﻿.grid-layout-box {
  position: absolute !important;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 620px;
}

.readingPane-layout-box {
  position: absolute !important;
  top: 0;
  bottom: 0px;
  right: 0px;
  height: auto;
  width: 620px;
  background-color: white;
  border-left: 2px solid lightgrey;
}

.myPatients-datepicker-container {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 100;
}

.mypatients-pivot-container {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}

.myPatients-datepicker-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
}

#mypatients-grid-view {
  display: block;
}
#mypatients-list-view {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.noBookingsCover-myPatients {
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

@media screen and (max-width: 950px) {
  .grid-layout-box {
    left: 0;
    right: 0;
  }
  .readingPane-layout-box {
    display: none;
  }
  .myPatients-datepicker-container {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .mypatients-pivot-container {
    top: 40px;
  }
  .myPatients-datepicker-flex {
    justify-content: center;
  }
  #mypatients-grid-view {
    display: none;
  }
  #mypatients-list-view {
    display: block;
  }
  .noBookingsCover-myPatients {
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 1300px) {
  .grid-layout-box {
    right: 0;
  }

  .readingPane-layout-box {
    display: none;
  }
}
