﻿.animation-element.fade-in-slow {
  opacity: 0;
  -webkit-transition: all 2.4s ease-out;
  -moz-transition: all 2.4s ease-out;
  -o-transition: all 2.4s ease-out;
  transition: all 2.4s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-medium {
  opacity: 0;
  -webkit-transition: all 2.1s ease-out;
  -moz-transition: all 2.1s ease-out;
  -o-transition: all 2.1s ease-out;
  transition: all 2.1s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.fade-in-fast {
  opacity: 0;
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-in-right-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-in-right-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(-150px, 0px, 0px);
  -moz-transform: translate3d(-150px, 0px, 0px);
  -o-transform: translate3d(-150px, 0px, 0px);
  transform: translate3d(-150px, 0px, 0px); }

.animation-element.slide-in-left-medium {
  opacity: 0;
  -webkit-transition: all 1.1s ease-out;
  -moz-transition: all 1.1s ease-out;
  -o-transition: all 1.1s ease-out;
  transition: all 1.1s ease-out;
  -webkit-transform: translate3d(150px, 0px, 0px);
  -moz-transform: translate3d(150px, 0px, 0px);
  -o-transform: translate3d(150px, 0px, 0px);
  transform: translate3d(150px, 0px, 0px); }

.animation-element.slide-in-right-fast {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: translate3d(-750px, 0px, 0px);
  -moz-transform: translate3d(-750px, 0px, 0px);
  -o-transform: translate3d(-750px, 0px, 0px);
  transform: translate3d(-750px, 0px, 0px); }

.animation-element.slide-up-slow {
  opacity: 0;
  -webkit-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-transform: translate3d(0px, 150px, 0px);
  -moz-transform: translate3d(0px, 150px, 0px);
  -o-transform: translate3d(0px, 150px, 0px);
  transform: translate3d(0px, 150px, 0px); }

.animation-element.fade-in-slow.in-view,
.animation-element.fade-in-medium.in-view,
.animation-element.fade-in-fast.in-view,
.animation-element.slide-in-right-slow.in-view,
.animation-element.slide-in-right-medium.in-view,
.animation-element.slide-in-left-medium.in-view,
.animation-element.slide-in-right-fast.in-view,
.animation-element.slide-up-slow.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/*.delayed-show.in-view {    
    @include animation('show-me-after-delay 1s 4s 1 forwards');
}*/
hr {
  max-width: none; }

.logo {
  width: 200px; }

.purple {
  background-color: lawngreen; }

body {
  font-family: Montserrat, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }
  body label {
    line-height: 18px; }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  font-size: 14px; }

.container.body-content h2 {
  font-size: 30px; }

@media screen and (min-width: 64em) {
  .container.body-content {
    padding-left: 50px;
    padding-right: 50px; } }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-top: 2rem;
  background-color: #272727;
  color: white; }
  @media screen and (min-width: 64em) {
    footer {
      padding-left: 50px;
      padding-right: 50px; } }

.red {
  background-color: red; }

.test {
  font-weight: bold; }

header.site-header, .top-bar, .top-bar ul, .title-bar, .off-canvas {
  background-color: #272727; }
  header.site-header a, .top-bar a, .top-bar ul a, .title-bar a, .off-canvas a {
    color: white; }
    header.site-header a:hover, .top-bar a:hover, .top-bar ul a:hover, .title-bar a:hover, .off-canvas a:hover {
      color: #ddd; }

label {
  padding-top: 0.2rem;
  font-weight: bold; }

.field-validation-error {
  color: red;
  float: left;
  font-size: 90%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .field-validation-error {
      width: 100%; } }

[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  margin-bottom: 0.51rem;
  display: inline-block; }

i.instruction {
  font-size: 75%;
  margin-top: -10px;
  margin-bottom: 15px;
  display: block; }

.form-control.short, input.datefield {
  width: 140px; }

@media screen and (min-width: 64em) {
  .form-control.medium {
    max-width: 50%; } }

.add-child {
  margin-bottom: 1rem; }

.save-area .button {
  margin-top: 1rem;
  margin-bottom: 8px; }

.go-back {
  margin-bottom: 1rem; }

.form-group .cell .readonly-item {
  min-height: 30px;
  padding: 7px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  color: #888; }

.mandatory-flag {
  color: red;
  font-size: 60%;
  position: absolute;
  padding-left: 3px; }

.reveal h6 {
  font-weight: bold; }

.reveal a {
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
  margin: 10px 0 0px 0; }

footer {
  padding-top: 0.5rem; }
  footer .n-logo {
    float: left;
    margin-right: 1rem; }

h1 {
  font-size: 2em; }

/*h1::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}
h1::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";    
    margin-left: 10px;
    color:#ccc;
}

h2::before {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-right: 10px;
    color: #ccc;
}

h2::after {
    width: 1em;
    height: 1em;
    display: inline-block;
    content: "\2630";
    margin-left: 10px;
    color: #ccc;
}*/
#loginForm label {
  font-size: 1rem !important;
  margin-bottom: 0.5rem; }

ul.home-menu {
  margin-left: 0;
  list-style: none; }
  ul.home-menu a {
    min-width: 300px; }

.admin-user-row {
  font-size: 75%;
  color: fuchsia; }

table.unstriped tbody tr.disabled-user-row {
  background-color: #ddd; }

.welcome-fullname {
  margin-bottom: 1rem; }

.validation-summary-errors {
  background-color: red;
  color: white;
  padding: 1rem 1rem 0.25rem 1.5rem;
  margin-bottom: 1.5rem; }
  .validation-summary-errors ul {
    list-style: none;
    margin-left: 0; }

input[type="checkbox"] {
  margin-top: 0.3rem;
  transform: scale(1.3, 1.3); }

.fa-edit,
.fa-trash-alt,
.fa-key {
  font-size: 125%; }

.text-button {
  /*font-size:85%;
    text-transform:uppercase;*/ }

table.edit-mode .data-value.sortorder:before {
  content: "\f0dc";
  /* >> Name of the FA free font (mandatory), e.g.:
               - 'Font Awesome 5 Free' for Regular and Solid symbols;
               - 'Font Awesome 5 Pro' for Regular and Solid symbols (Professional License);
               - 'Font Awesome 5 Brand' for Brands symbols. */
  font-family: 'Font Awesome 5 Free';
  /* >> Weight of the font (mandatory):
               - 400 for Regular and Brands symbols;
               - 900 for Solid symbols;
               - 300 for Light symbols. */
  font-weight: 900;
  display: inline-block;
  padding-right: 5px; }

.static-header {
  border-bottom: 1px dotted #888;
  display: inline-block;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: bold; }

.small-label {
  font-size: 80%;
  line-height: 1; }

.odd-row {
  /*background-color:#eee;*/ }

.form-group.striped {
  padding: 15px 10px 5px 10px; }
  .form-group.striped.incomplete {
    border-left: 2px solid red !important;
    background-color: #ffe6e6; }

.form-group.hasborder {
  border-bottom: 1px solid #ddd !important; }

.attachment-status-ok {
  background-color: green;
  color: white;
  border-radius: 50%;
  padding: 2px 3px; }

.attachment-status-warning {
  background-color: #FF5500;
  font-weight: bold;
  color: white;
  padding: 2px 4px; }

table .small.button {
  margin-bottom: 0; }

table tr.locked {
  background-color: #ddd; }

.pillar-container {
  width: 100%; }
  .pillar-container .pillar {
    max-width: 900px; }

.pillar-container-footer {
  position: absolute; }

.barcode-container-label {
  margin-top: 0.5rem; }

.barcode-container {
  display: block;
  margin: 0.25rem 0rem 0rem 0rem;
  font-family: monospace;
  font-size: 13px;
  border: 1px solid #ddd;
  min-height: 20px;
  background-color: #eee; }

.description-container {
  margin: 0.25rem 0rem 0.5rem 0;
  color: #98FB98;
  font-weight: bold;
  display: none;
  font-size: 2rem;
  overflow: hidden;
  max-height: 2.2rem;
  line-height: 2.2rem; }
  .description-container.display {
    display: block; }

.batchno-container {
  margin: 0rem 0rem 0.5rem 0;
  color: #98FB98;
  font-weight: bold;
  display: none;
  font-size: 1.2rem;
  overflow: hidden;
  max-height: 1.2rem;
  line-height: 1; }
  .batchno-container.display {
    display: block; }

#ConflictReporting {
  display: none; }

.error-container {
  display: none;
  width: 100%;
  margin: 1rem 0rem 1rem 0;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  border: 1px solid red;
  background-color: #ffb3b3;
  color: red; }

.large.button {
  margin-top: 1rem;
  font-size: 2rem;
  padding: 2rem 3rem; }

#SuccessPart {
  display: none; }

.callout {
  padding-bottom: 2rem; }

.main.button {
  max-width: 100px !important;
  width: 100px; }

tr.bg-lightblue {
  background-color: lightblue !important; }

tr.bg-pale-red {
  background-color: lightsalmon !important; }

tr.bg-gray {
  background-color: #ddd !important; }

.index-header {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .index-header table, .index-header tbody, .index-header tr, .index-header td {
    background-color: #eee; }
  .index-header .lbl {
    font-weight: bold; }

.filter-area #SearchTextBox {
  width: 220px; }

.raw .button {
  background-color: #E41312;
  color: white; }
  .raw .button:hover {
    background-color: #ef3a3a; }

.raw a:not(.button), .raw .pseudo-anchor {
  color: #E41312;
  cursor: pointer; }
  .raw a:not(.button):hover, .raw .pseudo-anchor:hover {
    color: #ef3a3a; }

a.raw {
  color: #E41312; }
  a.raw:hover {
    color: #ef3a3a; }

.pseudo-anchor {
  cursor: pointer;
  color: #E41312; }
  .pseudo-anchor:hover {
    color: #b50f0e; }

.booking label {
  margin-top: 10px;
  margin-bottom: 10px; }

.booking select {
  font-weight: bold;
  font-size: 150%;
  line-height: 1; }

#XeroButton.button {
  background-color: #13B5EA;
  color: black; }
  #XeroButton.button:hover {
    background-color: #0f91bb; }

.coshh {
  padding: 0; }
  .coshh i {
    padding: 0;
    font-size: 18px; }
  .coshh .coshh-date {
    font-weight: bold;
    font-size: 10px; }

input[type="file"] {
  display: none; }

.custom-file-upload {
  background-color: #E41312;
  display: inline-block;
  font-weight: normal;
  color: white;
  padding: 6px 12px;
  cursor: pointer; }

.number-square {
  display: inline-block;
  white-space: nowrap;
  height: 24px;
  font-size: 90%;
  line-height: 1;
  padding: 6px 6px 18px 6px;
  background: #E41312;
  color: white !important;
  text-align: center;
  float: right;
  font-weight: bold;
  border: 1px solid #E41312;
  min-width: 22px; }
  .number-square:hover {
    background: #b50f0e;
    cursor: pointer; }
  .number-square.text-center {
    float: none;
    margin: auto; }
  .number-square.partial-cans {
    border: 2px dotted #fbc8c7; }

.triangle-container {
  display: flex;
  align-items: center;
  gap: 5px; }

.hollow-triangle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28px;
  height: 28px; }

.hollow-triangle svg {
  display: block;
  width: 28px;
  height: 28px;
  stroke-width: 1; }

.hollow-triangle span {
  position: absolute;
  color: #000 !important;
  font-size: 10px;
  background: none;
  padding: 0;
  transform: translate(-4px, 0px); }

.disabled-number-circle {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 90%;
  line-height: 1;
  padding: 8px 3px;
  background: #ccc;
  text-align: center;
  font-weight: bold; }
  .disabled-number-circle.text-center {
    float: none;
    margin: auto; }

.requestlineitem-unassign:hover {
  cursor: pointer; }

table.hoverable tbody:hover {
  cursor: pointer; }

#RequestLineItemsAssignTable tr.selected {
  background-color: #fbc8c7; }

#RequestLineItemsForCheckinTable tr.selected {
  background-color: #fbc8c7; }

form.dropzone {
  border: 2px dotted #aaa;
  margin-bottom: 1rem;
  min-height: 2rem; }
  form.dropzone.logofilename {
    padding: 3rem; }

input.flatpickr-input {
  background-color: white; }

.button.no-bottom-margin {
  margin-bottom: 0; }

.no-break {
  white-space: nowrap; }

th.rotate {
  white-space: nowrap;
  -webkit-transform-origin: 65px 60px;
  -moz-transform-origin: 65px 60px;
  -o-transform-origin: 65px 60px;
  -ms-transform-origin: 65px 60px;
  transform-origin: 65px 60px; }

div.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

.validated-area {
  font-size: 94%; }
  .validated-area .header-field {
    background-color: #eee;
    padding: 5px 10px;
    border: 1px solid #ccc; }
    .validated-area .header-field:not(:last-child) {
      margin-right: 10px; }

table th.fattest, table td.fattest {
  width: 100%; }

table.storeditems tr.expired {
  background-color: #ffc4ad; }

table.storeditems tr.zero-valued {
  background-color: lavender; }

table.full-row-select tbody tr:hover {
  cursor: pointer; }

table.unstriped .admin-list-checkbox {
  margin-bottom: 0; }

table.unstriped .row-selected {
  background-color: lightblue; }

table.unstriped {
  border-top: 1px solid #ddd !important; }
  table.unstriped thead, table.unstriped tbody, table.unstriped tfoot {
    border: none; }
  table.unstriped th {
    font-weight: bold; }
  table.unstriped tr {
    border-bottom: 1px solid #ddd !important; }

.location-map-container {
  width: 100%;
  /* Ensure the container occupies the full width */
  overflow-x: auto;
  /* Enable horizontal scrolling */ }

table.location-map {
  margin-top: 2rem;
  border-top: none !important;
  width: auto;
  /* Allow the table to be wider than the viewport */
  table-layout: fixed;
  /* Ensure fixed layout */
  border-collapse: collapse; }
  table.location-map thead, table.location-map tbody, table.location-map tfoot {
    border: none; }
  table.location-map tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: white !important; }
  table.location-map tr {
    background-color: white !important;
    border-bottom: none !important; }
    table.location-map tr td.aisle-header {
      font-size: 2rem;
      font-weight: bold;
      width: 120px !important;
      padding-right: 2rem; }
    table.location-map tr td.location {
      width: 40px;
      border: 1px solid #ddd; }
      table.location-map tr td.location.occupied {
        background-color: #E41312;
        cursor: pointer; }
      table.location-map tr td.location.unavailable {
        background-color: #ddd; }
    table.location-map tr td.bay-description {
      width: 40px;
      font-weight: bold; }
    table.location-map tr td.height-description {
      font-weight: bold; }

table.billing thead.column-headers {
  background-color: #E41312;
  color: white; }

table.billing thead.opening-balance tr {
  font-weight: normal;
  font-style: normal; }

table.billing tfoot tr.spacer {
  font-size: 1px;
  background-color: white; }

table.billing tfoot tr.total {
  font-size: 140%; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

#main-wrapper {
  box-sizing: border-box;
  min-height: 100%;
  padding: 0 0 100px;
  position: relative; }

footer {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }
  footer a {
    color: white;
    text-decoration: underline; }

@font-face {
  font-family: 'airbourne';
  src: url("fonts/airbourne.eot?vnhw5");
  src: url("fonts/airbourne.eot?vnhw5#iefix") format("embedded-opentype"), url("fonts/airbourne.ttf?vnhw5") format("truetype"), url("fonts/airbourne.woff?vnhw5") format("woff"), url("fonts/airbourne.svg?vnhw5#airbourne") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'airbourne' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-racking:before {
  content: "\e90d"; }

.icon-reset:before {
  content: "\e90e"; }

.icon-exit:before {
  content: "\e90f"; }

.icon-scanner:before {
  content: "\e910"; }

.icon-cog:before {
  content: "\e911"; }

.icon-barcode-out:before {
  content: "\e912"; }

.icon-barcode-out-alt:before {
  content: "\e913"; }

.icon-barcode-in-alt:before {
  content: "\e914"; }

.icon-user:before {
  content: "\e915"; }

.icon-forklift:before {
  content: "\e916"; }

.icon-people:before {
  content: "\e917"; }

.icon-paint-can1:before {
  content: "\e918"; }

.icon-barcode-in:before {
  content: "\e919"; }

.icon-barcode:before {
  content: "\e91a"; }

.icon-barcode-in-triangle:before {
  content: "\e91b"; }

.icon-wbs:before {
  content: "\e91c"; }

.icon-barcode-out-triangle:before {
  content: "\e91d"; }

.icon-sds .path1:before {
  content: "\e900";
  color: black; }

.icon-sds .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: black; }

.icon-sds .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: #010101; }

.icon-sds .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: #040404; }

.icon-sds .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: black; }

.icon-sds .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: #060707; }

.icon-tds .path1:before {
  content: "\e906";
  color: black; }

.icon-tds .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: black; }

.icon-tds .path3:before {
  content: "\e908";
  margin-left: -1em;
  color: #010101; }

.icon-tds .path4:before {
  content: "\e909";
  margin-left: -1em;
  color: #040505; }

.icon-tds .path5:before {
  content: "\e90a";
  margin-left: -1em;
  color: black; }

.icon-tds .path6:before {
  content: "\e90b";
  margin-left: -1em;
  color: #070808; }

.icon-paint-can:before {
  content: "\e90c"; }

/* Small only */
/* Medium and up */
/* Large and up */
/* Medium only */
/* Large only */
.square-container {
  display: flex;
  flex-wrap: wrap; }

.square {
  position: relative;
  flex-basis: calc(50% - 10px);
  margin: 5px;
  background-color: cadetblue;
  box-sizing: border-box; }
  .square:hover {
    background-color: #7fb1b3; }
  .square.raw {
    background-color: cadetblue; }
    .square.raw:hover {
      background-color: #7fb1b3; }
  .square a {
    color: white !important; }
  @media screen and (min-width: 40em) {
    .square {
      flex-basis: calc(25% - 10px); } }
  @media screen and (min-width: 64em) {
    .square {
      flex-basis: calc(16.66666666666% - 10px); } }
  .square h4 {
    line-height: 1; }
    @media screen and (max-width: 800px) {
      .square h4 {
        font-size: 1.2rem; } }

.square.black {
  background-color: cadetblue; }
  .square.black:hover {
    background-color: #7fb1b3; }

.square.neutral {
  background-color: cadetblue; }
  .square.neutral:hover {
    background-color: #7fb1b3; }

.square.disabled {
  background-color: #aaa; }
  .square.disabled:hover {
    background-color: #aaa; }

.square::before {
  content: '';
  display: block;
  padding-top: 100%; }

.square .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  /* added for centered text */
  justify-content: center;
  /* added for centered text */
  align-items: center;
  /* added for centered text */ }

.button.neutral {
  background-color: cadetblue; }
  .button.neutral:hover {
    background-color: #7fb1b3; }

.airbourne.x-icon,
i.x-icon {
  font-size: 3rem;
  line-height: 4rem; }

.airbourne.inline {
  display: inline; }

.switch {
  /*height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    
    color: #fefefe;*/
  /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
  font-weight: normal; }

.switch-inactive {
  right: 10%; }

.switch-paddle {
  background: red; }

input:checked ~ .switch-paddle {
  background: #E41312; }

.switch.large .switch-paddle {
  width: 10rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 7.75rem; }

#SwitchRaw {
  display: none; }

#SwitchableContainer {
  overflow: hidden;
  position: relative; }

table tr.request-status-1 {
  border-bottom: none !important; }
  table tr.request-status-1 td {
    background-color: pink;
    padding-bottom: 8px !important; }

table tr.request-status-2 td {
  background-color: lightgray; }

table tr.request-status-3 {
  border-bottom: none !important; }
  table tr.request-status-3 td {
    background-color: plum;
    padding-bottom: 8px !important; }

table tr.request-secondary-details {
  font-size: 90%; }
  table tr.request-secondary-details td {
    padding-top: 0; }

table tr.request-priority-10 {
  color: red;
  font-weight: bold; }

.multi-item-result {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .multi-item-result .description {
    flex: 0 1 90%;
    /* Allow it to shrink, but never grow beyond 90% */
    white-space: nowrap;
    /* Optional: prevents wrapping within first span itself */
    overflow: hidden;
    /* Optional: avoids overflow if content is long */
    text-overflow: ellipsis;
    /* Optional: adds ellipsis if content is clipped */
    color: green;
    font-weight: bold;
    font-size: 1.2rem;
    /*max-height: 2.2rem;
        line-height: 2.2rem;
        max-width: 50%;*/ }
  .multi-item-result select {
    flex: 0 0 auto;
    /* Span doesn't grow or shrink, just enough for content */
    white-space: nowrap;
    /* Ensures it never wraps */
    width: 70px; }

#LocationDescription {
  font-size: 3rem; }

.ui-widget, .ui-widget input {
  font-family: Montserrat, Roboto, Arial, sans-serif !important;
  font-size: 14px !important; }
  .ui-widget ul, .ui-widget input ul {
    position: fixed; }

#spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #E41312;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 2s linear infinite;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 10px;
  vertical-align: middle; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
