/* Login */

.login {
  display: grid;
  padding: 0 1.25rem;
  justify-content: center;
}

.login-container {
  width: 400px;
  padding: 0 10px;
  margin: auto;
  margin-top: 50%;
}

.welcome {
  display: flex;
  align-items: center;
}

.login-logo {
  margin-bottom: 6px;
  padding-left: 3px;
}

/* Input Forms */

.input-style {
  border: none;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  background-color: #f0f0f0;
  font-size: 14px;
  border-radius: 7px;
}

/* Default Btn */
.button {
    padding: 13px 24px;
    line-height: 1;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: 0 !important;
    -webkit-box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
    box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
    background-color: #a0db8e;
    border-radius: 50px;
}

.btn.long {
  padding: 13px 30px;
}

.login-btn {
  margin-top: 2rem;
}

.topbar-height {
  margin-top: 1rem;
}

.topbar-dropdown {
  margin-top: 0.5rem;
  padding: 0 15px;
}

/* Publish Button*/

.publish {
  padding: 13px 24px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border: none;
  outline: 0 !important;
  -webkit-box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  background-color: #4676b4;
  border-radius: 50px;
}

/* Rota */

.rota-nav {
  display: flex !important;
  position: relative;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: 5px;
}

.rota-input-style {
  border: none;
  height: 40px;
  padding: 0 15px;
  background-color: #f0f0f0;
  font-size: 14px;
  border-radius: 10px;
  border: solid 1px #333;
}

.rota-dropdown {
  padding-left: 10px;
}

.empty-multi-workgroup {
  text-align: center;
  background-color: #f3f3f3;
}
.empty-multi-workgroup-border {
  background-color: #f3f3f3;
}

.empty-multi-workgroup-text {
  font-weight: bold;
  line-height: 80vh;
}

#rotaPlace {
  padding-top: 0.35rem;
  padding-left: 0.35rem;
  border-color: #fff;
}

.search-box-wrapper {
  border-color: #fff !important;
}

.search {
  background-color: #fff !important;
  height: 55px !important;
  padding-top: 0.5rem;
  padding-left: 1rem;
  width: 32rem !important;
}

#namestable :hover {
  cursor: pointer;
}

.table-bordered {
  border: 1px solid #fff !important;
  border-radius: 5px !important;
}

.assigned-shifts {
  border-radius: 5px;
  padding: 2px 0.2rem;
  display: inline-flex;
}

.available-shifts {
  border-radius: 5px;
}

.available-shifts:hover,
.assigned-shifts:hover {
  cursor: pointer;
}

.day-date {
  margin-top: 1rem;
  position: relative;
}

.flexi-marker {
  padding-left: 2px;
  padding-top: 2px;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
}

/* Absence  */

.absence-text {
  margin: 0;
}

.absence-nav {
  display: flex;
  position: relative;
  height: 60px;
  align-items: center;
}

.absence-input-style {
  border: none;
  height: 40px;
  padding: 0 15px;
  background-color: #f0f0f0;
  font-size: 14px;
  border-radius: 7px;
}

.absence-box {
  margin: 0 0 0 1rem !important;
}

.apply-btn {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.undo-btn {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.cancel-btn {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* Questions Modal  */

.modal-div-style {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  text-align: -webkit-center;
  text-align: -moz-center;
}

.question-modal {
  display: contents;
}

/* Default Btn */
.modal-button {
  padding: 13px 24px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #707070;
  border: none;
  outline: 0 !important;
  -webkit-box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  border-radius: 50px;
}

/* modal details */
.modal-dialog {
  display: table; /* This is important */
  width: auto;
  min-width: 500px;
  overflow-x: auto;
  top: 30%;
}

/* Get rid of the background fade */
modal-backdrop {
  opacity: 0;
}

/* Multi Select  */

.multi-div {
  align-self: center;
  display: flex;
  margin-top: 0.25rem;
}
.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  z-index: 1;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menuitem {
  display: block;
  font-size: 0.875em;
  padding: 0.6em 1em 0.6em 30px;
  white-space: nowrap;
  background-color: #fff;
  position: relative !important;
  z-index: 999;
  font-size: 12px;
}

.multi-select-menuitems {
  background-color: #fff;
  /* display: grid; */
  position: fixed;
  z-index: 999;
  border-radius: 7px;
  overflow: auto;
  height: 70%;
}

.multi-select-menuitem--titled:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
  display: block;
  font-weight: bold;
  content: attr(data-group-title);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
  padding-top: 0;
}

.multi-select-presets {
  border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -20px;
}

/* for main dropdown */
.multi-select-button {
  border: 1px solid #333 !important;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 7px;
  display: inline-block;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;

  max-width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  background-color: #f0f0f0;

  border-radius: 7px;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
  /* Avoid border/padding on menu messing with JavaScript width calculation */
  box-sizing: border-box;
}

.multi-select-container--positioned .multi-select-menu label {
  /* Allow labels to line wrap when menu is artificially narrowed */
  white-space: normal;
}

/* Utilities */

.pl-2 {
  padding-left: 0.9rem !important;
}

.pl-3 {
  padding-left: 1.1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.4rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-10 {
  margin-left: 7rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.25rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

#wrapper {
  padding-left: 180px;
  transition: all 0.4s ease 0s;
}
.logging-out {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 300;
}

.wrong-password-container {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-radius: 5px;
  height: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.wrong-password-message {
  font-size: 14px;
  text-align: center;
}

#sidebar-wrapper {
  margin-left: -180px;
  top: 0px;
  left: 180px;
  width: 180px;
  background: #a0db8e;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.active {
  padding-left: 10px;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 20px;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 80px;
  width: 160px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 25px;
  text-indent: 0px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 5px;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #000;
  background: yellow;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.cleaning-submenu {
  margin-left: 10px !important;
}

#restofpage {
  margin-top: 1rem;
}
#message {
  padding-top: 0.55rem;
  padding-left: 1rem;
}

#showData {
  padding-left: 1rem;
}

#dateSelect {
  margin-left: 2rem;
}

.sidebar-nav.nav li.nav-item a.nav-link:hover {
  color: yellow;
}

.new-password,
.repeat-new-password {
  margin: 18px 0px;
}

.rota-controls-box {
  border: 0px #fff !important;
}

/* Media section starts  */
/* Media section starts  */
/* Media section starts  */

@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    left: 0;
  }

  #wrapper.active {
    position: relative;
    left: 180px;
  }

  #wrapper.active #sidebar-wrapper {
    left: 180px;
    width: 180px;
    transition: all 0.4s ease 0s;
  }
}

.dataTables_wrapper {
  margin-top: 1rem;
}

.dataTables_wrapper .dataTables_length {
  float: right;
  text-align: left;
  padding-top: 1rem;
  padding-left: 1rem;
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}

.dataTables_wrapper .dataTables_paginate {
  float: left;
  text-align: left;
}

.dataTables_wrapper .dataTables_info {
  float: right;
  text-align: left;
}

.pagination > li > a,
.pagination > li > span {
  color: black;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li:hover:not(.active) > a,
.pagination > li:hover:not(.active) > span,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background-color: #a0db8e;
  color: black;
}

.navbar-default {
  border-bottom: 15px solid;
  border-top: 0;
  border-color: #a0db8e;
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
  background-color: #a0db8e;
  color: white;
}

.sidebar-nav .open .dropdown-menu > li.active > a {
  background-color: #a0db8e;
  color: white;
}

.sidebar-nav .open .dropdown-menu > li > a:hover,
.sidebar-nav .open .dropdown-menu > li > a:focus {
  background-color: white;
  color: silver;
}

.sidebar-nav > li > a {
  background-color: #a0db8e;
  color: white;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li > a:focus {
  background-color: #a0db8e;
  color: silver;
}

.sidebar-nav > li > a.active {
  background-color: #a0db8e;
  color: yellow;
  font-weight: bold;
}

button.dt-button.active:not(.disabled) {
  background: #8ca450 !important;
  color: #fff;
  border: none;
}

.list-height {
  width: 250px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-right: 1rem;
}

.list-width {
  max-width: 250px !important;
}

.time-height {
  width: 190px !important;
  font-size: 18px;
}

#myTable {
  font-size: 24px;
}

#rollCallTable {
  padding-top: 1.25rem;
}

.buttons-colvis {
  margin-left: 2rem !important;
  padding: 13px 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  color: #ffffff !important;
  outline: none !important;
  text-transform: capitalize !important;

  border-radius: 0.5rem !important;
  -webkit-box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  background-color: #3478b9 !important;
}
button.dt-button span.dt-down-arrow,
div.dt-button span.dt-down-arrow,
a.dt-button span.dt-down-arrow,
input.dt-button span.dt-down-arrow {
  color: #fff !important;
}

a.paginate_button.current {
  background-color: #3579f6 !important;
}

div.dataTables_wrapper div.dataTables_filter label {
  padding-top: 1rem;
}

.buttons-copy,
.buttons-excel,
.buttons-csv,
.buttons-pdf,
.buttons-print {
  margin-top: 0.85rem;
  margin-right: 0px;
  border-color: #dee2e6;
  /* display: none !important; */
}

div.dt-buttons.btn-group {
  margin-left: 1rem;
}

.input-border {
  border-radius: 0 !important;
  border: 0 !important;
}

/* Default Btn */

.btn.style--two {
  background-color: #e9e7ff;
  padding: 12px 24px;
  border-radius: 50px !important;
}

#rollCallTable_wrapper {
  padding: 0.5rem;
}

ul.dropdown-menu.forAnimate.show {
  left: 5px !important;
}

ul.dropdown-menu.forAnimate.cleaning-submenu.show {
  left: 6px !important;
}

div.dataTables_wrapper div.dataTables_filter {
  margin-left: 0rem !important;
  float: left !important;
}

div.dataTables_wrapper div.dataTables_paginate {
  float: left;
}

#reportorsave,
.rerun-btn {
  padding: 13px 24px;
  line-height: 1;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border: none;
  outline: 0 !important;
  -webkit-box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  box-shadow: 0 5px 10px rgba(4, 0, 252, 0.2) !important;
  background-color: #007bff;
  border-radius: 10px;
}

.reports-box {
  border: solid 1px #fff !important;
  padding-left: 1rem;
}

ul.dropdown-menu.show li {
  padding: 5px 0px 0px 10px;
  color: #333;
}

ul.dropdown-menu.show a {
  color: #333;
}

.dropdown-menu > li.active > a {
  color: #fff;
}
.dropdown-menu > li.active {
  background-color: #a0db8e;
  color: #a0db8e;
  padding-left: 10px;
  padding-bottom: 10px;
}

li.paginate_button.active {
  background-color: #a0db8e !important;
}

li.dt-button.buttons-columnVisibility {
  padding: 10px;
}

li.dt-button.buttons-columnVisibility a {
  text-decoration: none;
}

#selectReport {
  text-align: center;
  position: relative;
  height: auto;
  margin-top: 100px;
  width: 100;
}

div.dataTables_wrapper div.dataTables_length select {
  margin-left: 10px;
  margin-right: 10px;
}

.navbar-nav .dropdown-menu {
  width: max-content;
}
.common-dialog {
  top: 0% !important;
}

.common-modal {
  overflow-y: auto;
}

.close-modal {
  display: none;
}

.modal-body {
  max-height: 550px;
}

.edit-modal-body .row {
  max-height: 500px;
  overflow: scroll;
}

@media screen and (max-width: 810px) {
  .common-modal {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .common-dialog {
    margin-left: 5% !important;
  }
}

.report-modal-top {
  top: 0;
}

.report-modal {
  overflow-y: scroll;
  max-width: 99vw;
  max-height: 75vh;
}

.pay-spinner {
  position: inherit;
  align-self: center;
  margin-top: 3rem;
  color: #a0db8e;
}

.white {
  color: #ffffff;
}

#liEmployees,
#liEmployeeSecurity,
#liRota {
  display: ruby;
}

.emplink,
.rotalink {
  display: flex;
  align-items: center;
}

#cbWG {
  max-width: 200px !important;
}

#lirotaRefresh {
  padding-left: 12px;
}

.refresh-span {
  padding-left: 4px;
}

.workgroupview-span {
  padding-left: 2px;
}

#selectForCopy {
  padding-left: 1.2px;
}

.selectforcopy-span {
  padding-left: 7px;
}

.selectforpayroll-span {
  padding-left: 7px;
}

.exitcopy-span {
  padding-left: 5px;
}

#liJobfunctions,
#liGrades,
#liBroganGrades,
#liCountry,
#liWorkGroups,
#liStandardShifts,
#liPayRateDescriptions,
#liPublicHolidays,
#liMileageRates,
#liSwitchPayRates,
#liRotaSetup,
#liDivisions,
#liStaffClient,
#liTOIL,
#liEmployeePay,
#liTraining,
#liQualifications {
    padding-left: 12px !important;
    font-size: 13.5px;
}
.fa-sitemap,
.fa-bars-staggered,
.fa-diagram-project,
.fa-table,
.fa-tag,
.fa-car-rear,
.fa-wallet,
.fa-scale-balanced,
.fa-gears,
.fa-file-excel,
.fa-layer-group,
.fa-calendar,
.fa-globe,
.fa-book-open,
.fa-graduation-cap {
    margin-right: 5px;
}

.fa-sterling-sign {
    margin-right: 8px;
}

#rota {
    display: flex;
}

#coveragerota {
  margin-top: 1.3rem;
}

#coveragetable {
  margin-left: 1rem;
}

#outertable {
  margin-left: 1.1rem;
}
.rota-dropdown-mobile {
  display: none;
}

.main-content {
  overflow: visible !important;
}

.password-rules {
  font-size: 12px;
  margin-top: 15px;
  color: red;
}

.empty-multi-workgroup-border {
  background-color: #fff;
}

@media screen and (max-width: 428px) {
  .modal-body {
    max-height: 430px;
  }

  .edit-modal-body .row {
    max-height: 400px;
    overflow: scroll;
  }

  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
  #wrapper.active {
    left: 0;
  }
  .dataTables_length,
  .buttons-print {
    display: none;
  }

  .dataTables_scroll {
    overflow: scroll;
    height: 45vh;
  }

  #showData {
    padding-left: 5px;
  }

  /* Rota Section  */

  .namestable-mobile,
  .rota-search-mobile {
    max-width: 150px !important;
    overflow-y: scroll !important;
    max-height: 450px !important;
  }

  .rota-shift-table-mobile {
    max-height: 450px !important;
  }

  .search {
    padding-left: 0.25rem;
  }

  .magnify-image-mobile {
    display: none;
  }

  .search-input-mobile {
    width: 28% !important;
  }

  #outertable {
    margin-left: 0px;
    height: 100vh;
  }

  .rota-dropdown-mobile {
    text-align: center !important;
    display: flex !important;
  }

  #rotaDropdownSection {
    display: none !important;
    text-align: right;
  }
  #rotaPlace,
  #coveragePlace {
    position: absolute;
    height: 100vh;
  }

  .rota-place-mobile {
    height: 100vh;
  }

  .rota-div-mobile {
    overflow: visible !important;
  }

  .coveragetable-mobile {
    max-width: 360px !important;
    overflow: scroll;
  }

  .coveragename-mobile {
    width: 150px !important;
  }

  .coverage-name-section-mobile,
  .coverage-name-list-mobile {
    max-width: 150px !important;
    text-overflow: ellipsis;
    /* overflow-x: hidden !important; */
  }

  #liPayrollReport {
    display: block;
  }

  .empty-multi-workgroup-text {
    line-height: 40vh;
  }

  .empty-multi-workgroup {
    margin-top: -49rem;
  }

  .multi-select-menuitems {
    display: grid;
    width: 80vw;
    position: static;
  }

  /* Modal in Rota  */

  #rotamessages {
    position: fixed !important;
  }

  #messagetext,
  #holidaytext,
  #messagetextentry {
    font-size: 18px;
  }

  #btn1,
  #btn2,
  #btn3,
  #btn4 {
    margin: 0px 10px 10px 0px;
  }

  #btnHolidayAdd,
  #btnTimeOK,
  #btnCopyYes,
  #btnSickAdd,
  #btnUnavailableAdd,
  #btnMsgOK {
    margin: 10px 0px 10px 0px;
  }

  .modal-content {
    width: 97vw;
    position: fixed;
    margin-left: -0.3rem;
  }

  .modal-body {
    display: grid;
  }

  #deleteQuestion,
  #confirmActionAlarms,
  #cancelDelete {
    font-size: 14px;
  }

  .modal-button {
    padding: 12px 12px;
  }

  .common-dialog {
    margin-left: 2.5% !important;
  }
  .welcome h4 {
    font-size: 16px !important;
  }
  .login-logo {
    height: 30px;
  }

  .nav-logo {
    height: 30px;
  }

  .topbar-dropdown {
    padding: 0px;
  }

  #sidebar-wrapper {
    width: 180px !important;
    margin-left: -131px;
  }

  .sidebar-nav {
    margin: 0px 0px 0px 10px;
  }

  .input-text-label {
    text-align: left;
  }

  .buttons-colvis {
    margin-top: 10px;
    padding: 15px 10px !important;
    font-size: 12px;
  }

  .dataTables_length {
    float: left !important;
  }

  .dataTables_scroll {
    max-width: 90vw;
  }

  .dt-buttons {
    display: table-caption;
  }

  div.dt-buttons {
    width: 96% !important;
    text-align: left !important;
  }
  div.dt-buttons.btn-group {
    display: flow-root;
  }

  #dateIn,
  #dateOutLbl {
    width: 200px;
  }
  #dateInLbl {
    margin-left: -4px;
  }

    #liJobfunctions,
    #liGrades,
    #liBroganGrades,
    #liCountry,
    #liWorkGroups,
    #liStandardShifts,
    #liPayRateDescriptions,
    #liPublicHolidays,
    #liMileageRates,
    #liSwitchPayRates,
    #liRotaSetup,
    #liDivisions,
    #liStaffClient,
    #liTOIL,
    #liEmployeePay,
    #liTraining,
    #liQualifications {
        padding-left: 11.5px !important;
    }

  ul.dropdown-menu.forAnimate.show {
    left: 30px !important;
  }

  #dateInLbl,
  #dateOutLbl,
  #cbPeriod,
  #cbWGLbl,
  #cbSS,
  #confirmActionAlarms {
    margin-bottom: 1rem;
  }
  #dateInLbl,
  #dateOutLbl,
  #cbWGLbl,
  .standard-shift-dropdown,
  .client-dropdown {
    display: grid;
  }

  .rota-weeks-select,
  .standard-shift-dropdown,
  .client-dropdown {
    text-align: left;
  }

  #dateInLbl label,
  #dateOutLbl label,
  #cbWGLbl label {
    justify-self: left;
  }

  #cbWGLbl {
    justify-content: left !important;
  }

  .rota-nav {
    width: 300px;
  }

  .tooltip-div {
    width: 157px !important;
  }

  .set-holiday-dropdown {
    width: 90vw !important;
    overflow: scroll;
  }

  #SickDateStart,
  #HolidayDateStart,
  #UnavailableDateStart {
    margin-bottom: 1rem;
  }
}

/* Login Media Queries */

@media screen and (max-width: 480px) {
  .login {
    position: relative;
  }

  .login-container {
    width: 240px;
    margin-top: 10rem;
  }
}

/* Landspace Orientation  */

@media screen and (max-width: 920px) and (orientation: landscape) {
  .login {
    margin-top: -10rem;
  }

  #message,
  #showData {
    padding-left: 2rem;
  }

  .dataTables_scroll {
    max-width: 85vw;
    overflow: scroll;
  }

  .rota-nav {
    margin-left: 18px;
    display: inline-flex !important;
  }

  .standard-shift-dropdown,
  .client-dropdown {
    margin-top: 1rem;
  }

  #cbWG {
    max-width: 160px !important;
  }

  .magnify-image-mobile {
    display: none;
  }

  .search {
    width: 21rem !important;
    padding-left: 0px;
  }

  .rota-place-mobile {
    height: 100vh;
  }

  .rota-div-mobile {
    max-width: 817px !important;
    max-height: 300px !important;
    overflow: visible !important;
  }

  .rota-dropdown-mobile {
    text-align: center !important;
    display: flex !important;
    margin-left: 2rem;
    overflow: visible;
  }

  #rotaDropdownSection {
    display: none !important;
  }

  #rotaPlace {
    position: absolute;
    height: 100vh;
    padding-left: 1rem;
  }

  .rota-shift-table-mobile {
    max-width: 670px !important;
  }

  .rota-days {
    max-width: 670px !important;
  }

  #outertable {
    height: 100vh;
  }

  .namestable-mobile,
  .rota-search-mobile,
  .rota-shift-table-mobile {
    /* overflow: hidden !important; */
    max-height: 250px !important;
  }

  #messagetext,
  #holidaytext,
  #messagetextentry {
    font-size: 18px;
  }
  #btn4,
  #btnHolidayAdd,
  #btnSickAdd {
    margin-top: 1rem;
  }

  .tooltip-div {
    width: 157px !important;
  }

  #btn1,
  #btn2,
  #btn3,
  #btn4 {
    margin-left: 1rem;
  }

  #btnCopyNo {
    position: absolute;
    margin-left: 6rem;
  }

  #btnCopyYes {
    margin-left: 1rem;
    position: absolute;
  }

  .rota-buttons-controls {
    text-align: end;
    margin: 1rem 4rem 0 0;
  }

  .coverage-name-list-mobile {
    overflow: hidden !important;
  }

  .coveragetable-mobile {
    margin-left: 1rem;
    max-width: 816px !important;
  }

  .empty-multi-workgroup-text {
    line-height: 0;
  }

  #rotaMessage {
    margin-top: 0px;
  }

  .modal-dialog {
    margin: 3px;
  }

  .report-modal {
    max-height: 60vh;
  }

  #deleteQuestion,
  #confirmActionAlarms,
  #cancelDelete {
    font-size: 14px;
  }

  .modal {
    text-align: -webkit-center;
    text-align: -moz-center;
  }

  .modal-backdrop {
    overflow: hidden;
  }

  .modal-dialog {
    overflow-x: hidden;
  }
}
