.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sticky {
  position: sticky;
}

.t-0 {
  top: 0;
}

.z-100 {
  z-index: 100;
}

.l-0 {
  left: 0;
}

.loadNumber,
.customerNumber {
  filter: drop-shadow(4px 0 2px rgba(150, 150, 150, 0.25));
}

.requiredField {
  border: 2px solid #0099ff !important;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  color: #1a2035;
  background: #e1e5ea;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #0099ff !important;
  text-decoration: underline !important;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.container {
  flex: 1 1 auto;
}

.text-right {
  text-align: right !important;
}

.no-resize {
  resize: none !important;
}

.header {
  flex: 0 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: url('../img/header-tile.jpg') top center #000;
  color: #e1e5ea;
}
.header .top {
  flex-wrap: nowrap !important;
  align-items: center !important;
  height: 70px;
  padding-right: 1rem;
}
.header .top .fwfLogo:hover {
  cursor: pointer;
}
.header .top .infoIcon:hover {
  cursor: pointer;
}
.header .top .userInfo {
  color: #e1e5ea;
  font-size: 1rem;
  white-space: nowrap;
}
.header .top .userInfo:hover {
  cursor: pointer;
}
.header div.info {
  background: #000;
  height: 30px;
  align-items: center;
}

.footer {
  flex: 0 1 40px;
  padding: 0.5rem;
  background: #333;
  color: #fff;
  font-size: 0.8em;
}
.footer .version,
.footer .releaseDate {
  color: #fff;
}

.mainNavigation {
  display: flex;
  position: relative;
  color: #e1e5ea;
}
.mainNavigation .hamburger:hover {
  cursor: pointer;
}
.mainNavigation .hamburger svg {
  padding: 0.75rem;
}
.mainNavigation .darkBg > svg {
  background: #000;
}
.mainNavigation ul.topLevelNav {
  position: absolute;
  top: 65px;
  left: -12px;
  list-style: none;
  background-color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 200;
  display: flex;
  justify-content: left;
  border-top: 2px #e1e5ea;
  filter: drop-shadow(0 4px 4px rgba(50, 50, 50, 0.4));
}
.mainNavigation ul.topLevelNav li {
  padding: 0 !important;
  white-space: nowrap;
  min-width: 100px !important;
  color: #000;
}
.mainNavigation ul.topLevelNav li span {
  display: block;
  height: 40px;
  padding: 0.5rem;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.mainNavigation ul.topLevelNav li ul.subNav {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  height: calc(100% - 40px);
}
.mainNavigation ul.topLevelNav li ul.subNav:hover {
  background: #eee;
}
.mainNavigation ul.topLevelNav li ul.subNav li {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem !important;
}
.mainNavigation ul.topLevelNav li ul.subNav li:hover {
  cursor: pointer;
  text-decoration: underline;
}
.mainNavigation ul.topLevelNav li ul.subNav li.divider {
  border-top: 1px solid #ccc;
  padding: 0 0 4px 0 !important;
  height: 2px !important;
  width: 85% !important;
  margin: 4px 0 0 8px;
}

.userInfo .userNav {
  position: absolute;
  top: 58px;
  right: 1.5rem;
  list-style: none;
  background-color: #1a2035;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 101;
}
.userInfo .userNav li {
  padding: 0.5rem;
  white-space: nowrap;
}
.userInfo .userNav li:hover {
  cursor: pointer;
  background-color: #3c4858;
}

.userInfo .userNav {
  position: absolute;
  top: 58px;
  right: 1.5rem;
  list-style: none;
  background-color: #1a2035;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 101;
}
.userInfo .userNav li {
  padding: 0.5rem;
  white-space: nowrap;
}
.userInfo .userNav li:hover {
  cursor: pointer;
  background-color: #3c4858;
}

.dataTable {
  width: 100% !important;
  padding-left: 0;
  max-height: 800px;
  overflow: scroll;
}
.dataTable thead {
  position: sticky;
  top: 0;
  white-space: nowrap;
  z-index: 100;
}
.dataTable td {
  white-space: nowrap;
}

div.pagination {
  display: grid;
  grid-template-columns: 165px auto !important;
  align-items: center;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
div.pagination ul.pagination {
  margin-bottom: 0 !important;
}
div.pagination .pagination-buttons {
  flex: 1;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
div.pagination li.page-item .page-link {
  text-decoration: none !important;
  color: #0d6efd !important;
  padding: 5px 0;
  width: 50px;
  text-align: center;
}
div.pagination li.page-item .page-link:hover {
  cursor: pointer;
}
div.pagination li.page-item .page-link.previous {
  width: 70px;
}
div.pagination li.page-item .page-link.previous:hover {
  cursor: pointer;
}
div.pagination li.page-item .page-link.next {
  width: 70px;
}
div.pagination li.page-item .page-link.next:hover {
  cursor: pointer;
}
div.pagination li.page-item .page-link.active {
  color: #fff !important;
  background: #0d6efd !important;
}

.inputs-grid {
  display: grid !important;
  row-gap: 10px;
  padding-top: 10px;
  margin-right: 20px;
}

.col-inline {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.col-inline label {
  padding: 0 12px;
}
.col-inline input {
  margin-top: 0.25rem;
}

.col-inline:first-child {
  padding: 0 10px 0 0;
}

.col-inline:last-child {
  padding: 0 0 0 10px;
}

.inputs-container {
  background: #fff;
  padding: 1rem 0 1.5rem 1rem;
  border-radius: 6px;
  border: 1px solid #999;
}
.inputs-container .row {
  padding-bottom: 10px;
}

.booking-details {
  background: #fff;
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid #999;
}
.booking-details .row {
  padding: 1rem 0 !important;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

.brokeredInputs {
  padding: 20px 10px 20px 30px;
}
.brokeredInputs div.row {
  border-left: 2px solid #999;
  border-right: 2px solid #999;
}
.brokeredInputs div.row:first-child {
  padding-top: 20px;
  border-top: 2px solid #999;
}
.brokeredInputs div.row:last-child {
  padding-bottom: 20px;
  border-bottom: 2px solid #999;
}

.row label {
  padding-left: 0 !important;
}
.row div input[type='checkbox'] {
  margin-left: 10px;
}
.row input.under-checkbox {
  margin-top: 10px;
}

.rowEditIcon {
  position: sticky;
  right: 0;
}
.rowEditIcon svg {
  width: 20px !important;
  height: 20px !important;
}
.rowEditIcon:hover svg {
  cursor: pointer;
  filter: invert(33%) sepia(52%) saturate(6749%) hue-rotate(212deg)
    brightness(100%) contrast(99%);
}

.arrow-back:hover {
  cursor: pointer;
}

.typeahead {
  position: relative !important;
}
.typeahead .typeahead-selector {
  position: absolute !important;
  background: #fff;
  min-width: 200px;
  margin: 0 0 0 5px;
  padding: 0;
  border: 1px solid #eee;
  border-top: unset !important;
  border-radius: 0 0 6px 6px;
  z-index: 200;
}
.typeahead .typeahead-selector .list-group {
  border-radius: unset;
  padding: 0.5em 1em;
  border-bottom: 1px solid #eee;
}
.typeahead .typeahead-selector .list-group:hover {
  background: #efefef !important;
}
.typeahead .typeahead-selector .list-group:hover a {
  text-decoration: underline !important;
}
.typeahead .typeahead-selector .list-group a {
  text-decoration: none !important;
}

#filterPanel {
  position: relative;
}
#filterPanel .icon-wrapper.active svg {
  fill: #0099ff;
}
#filterPanel .icon-wrapper svg:hover {
  fill: #0099ff;
  cursor: pointer;
}
#filterPanel .filter-values {
  position: absolute;
  min-width: 1000px;
  min-height: 100px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  z-index: 105;
  right: 0;
  top: 38px;
  filter: drop-shadow(0 4px 4px rgba(50, 50, 50, 0.4));
}

.loadingOverlay {
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.7);
  transition: 0.5s;
  z-index: 999;
}
.loadingOverlay .spinner {
  position: absolute;
  left: 50%;
  top: 45%;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  -webkit-animation: rotation 0.6s infinite linear;
  -moz-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(255, 255, 255, 0.15);
  border-right: 6px solid rgba(255, 255, 255, 0.15);
  border-bottom: 6px solid rgba(255, 255, 255, 0.15);
  border-top: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
}

.pagination-container {
  flex-wrap: nowrap;
}

.pagination-container .btn {
  min-width: 40px;
  padding: 0.375rem 0.55rem;
  font-size: 1rem;
  background: #fff;
  border-color: #0099ff;
}

.pagination-container .btn.active {
  background: #0099ff !important;
  color: #fff !important;
}

.pagination-container .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.pagination-container .btn-group .btn {
  border-radius: 0;
  margin-left: -1px;
  text-decoration: none !important;
}

.pagination-container .btn-group .btn:hover {
  background: #0099ff !important;
  color: #fff !important;
  cursor: pointer;
}

.pagination-container .btn-group .btn:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
  border-left: 1px solid #0099ff;
}

.pagination-container .btn-group .btn:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.pagination-container .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#__next {
  display: grid;
  grid-template-rows: 130px auto 40px !important;
  height: 100vh;
}

.backRow {
  display: grid;
  grid-template-columns: 65px auto;
}
