html {
  height: 100%;
}
body {
  padding-top: 0;
  padding-bottom: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.navbar {
  margin-bottom: 0;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
   */
.dl-horizontal dt {
  white-space: normal;
}
div.main-title {
  background-color: #ffffff;
  padding-left: 15px;
}
div.color-bar {
  background-color: #fdb538;
  /*This color may need to be specifiable for every company*/
  height: 10px;
}
@media screen and (max-width: 992px) {
  div.color-bar {
    height: 2px;
  }
}
.main-title h1 {
  margin-top: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
  .main-title h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.finish-task {
  margin-bottom: 10px;
  margin-top: 0px;
}
.finish-task-help {
  color: red;
  display: none;
}
.finish-task-button {
  width: 100%;
}
.forgot-password {
  margin-top: 10px;
}
.create-user .status-message {
  width: 100%;
  margin-top: 15px;
}
.menu-button {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar .nav > li {
  margin-left: 15px;
}
.create-button {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .login-error {
    height: 34px;
    padding-top: 6px;
  }
}
.username-validation-message,
.password-validation-message {
  margin-bottom: 0px;
  margin-left: 12px;
}
@media (min-width: 768px) {
  #navbar {
    text-align: center;
  }
  span.caret {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav > li > a {
    padding: 15px 0;
  }
}
.create-user-button,
.login-button {
  width: 100%;
  margin-bottom: 10px;
}
.create-user-button span,
.login-button span {
  margin-right: 10px;
}
.task-name {
  border-radius: 4px;
  text-align: center;
  padding: 4px;
  margin-right: 4px;
  font-size: 125%;
  color: white;
  min-width: 70px;
}
.guest-status {
  margin: 5px 15px 5px 15px;
  height: 30px;
  border-radius: 4px;
  color: white;
  font-size: 20px;
}
.guest-status.checked-out {
  background-color: green;
}
.guest-status.checked-in {
  background-color: rgba(255, 50, 50, 0.8);
}
.guest-status.owner-depart {
  background-color: darkkhaki;
}
.on-hold-status {
  margin: 5px 15px 5px 15px;
  min-height: 30px;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  background-color: rgba(255, 50, 50, 0.8);
  text-align: center;
}
.task-request-status {
  margin: 5px 15px 5px 15px;
  min-height: 30px;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  background-color: rgba(50, 173, 255, 0.8);
  text-align: center;
}
.task-request-description {
  margin: 10px 0 5px 0;
  padding: 10px;
  min-height: 30px;
  border-radius: 4px;
  font-size: 16px;
}
.task-request-description span {
  background: inherit;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: invert(1) grayscale(1) contrast(9);
          filter: invert(1) grayscale(1) contrast(9);
}
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}
.has-spinner.active {
  cursor: progress;
}
.has-spinner.active .spinner {
  display: inline-block;
  opacity: 1;
  width: auto;
  /* This doesn't work, just fix for unkown width elements */
}
.has-spinner.btn-mini.active .spinner {
  width: 10px;
}
.has-spinner.btn-small.active .spinner {
  width: 13px;
}
.has-spinner.btn.active .spinner {
  width: 16px;
}
.has-spinner.btn-large.active .spinner {
  width: 19px;
}
.page-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-size: 200%;
  color: #555;
  width: 100%;
  height: 100%;
  margin-top: -52px;
}
.model-backdrop {
  z-index: 25;
}
.task-summary-list__week-header {
  font-size: 130%;
  color: #888;
  margin-top: 8px;
  margin-bottom: 8px;
}
.task-summary-list__week {
  margin-bottom: 32px;
}
.task-summary-list__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  padding-top: 16px;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.005);
  padding-left: 16px;
  padding-right: 16px;
}
.task-summary-list__day--finished .task-summary-list__weekday {
  background-color: #666;
}
.task-summary-list__day--paused {
  background-color: #666;
}
.task-summary-list__day:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.task-summary-list__weekday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #27ae60;
  color: #fff;
  border-radius: 4px;
  margin-right: 8px;
}
.task-summary-list__counters {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.task-summary-list__counters > *:last-child {
  margin-right: 0px;
}
.task-summary-list__day-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.task-summary-list__footer {
  margin-top: 12px;
}
.task-summary-list__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.list__row {
  position: relative;
}
.task-day-list__onhold {
  color: red;
  font-weight: 900;
}
.task-day-list__row--finished {
  color: #666;
}
.task-day-list__row__paused-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.task-day-list__status {
  border-radius: 4px;
  padding: 4px;
  margin-left: 8px;
  white-space: nowrap;
}
.task-day-list__status--is-checked-out {
  background-color: green;
  color: white;
}
.task-day-list__name {
  border-radius: 4px;
  width: 70px;
  text-align: center;
  padding: 4px;
  margin-right: 16px;
  font-size: 125%;
}
.task-day-list__taskType {
  width: 70px;
  text-align: center;
  color: #999;
  padding-bottom: 2px;
}
.task-day-list__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.task-day-list__address {
  font-weight: bold;
}
.task-day-list__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.task-day-list__checked-out-legend {
  margin: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.task-day-list__checked-out-legend__example {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: green;
  margin-right: 12px;
}
.task-day-list__footer {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.counter {
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 150%;
  margin-right: 6px;
}
.counter span {
  -ms-flex-item-align: center;
      align-self: center;
}
.page-container__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.important-messages__message {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-top: 20px;
  white-space: pre-wrap;
}
.important-messages__message:first-child {
  margin-top: 0;
}
.important-messages__message:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.task-service-code {
  margin-left: 2px;
  margin-right: 5px;
  margin-top: 2px;
}
body .requests-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
body .requests-container__header {
  padding-left: 16px;
  font-size: 130%;
  color: #888;
  margin-top: 8px;
  margin-bottom: 8px;
}
body .requests-container__header__request-list {
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .requests-container__header__request-list__request-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .requests-container__header__request-list__request-item__label-error {
  height: 45px;
  line-height: 40px;
  width: 50px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 16px;
}
body .requests-container__header__request-list__request-item__label-pending {
  height: 45px;
  line-height: 40px;
  width: 50px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 12px;
  border-radius: 16px;
}
body .requests-container__header__request-list__request-item__label-running {
  height: 45px;
  line-height: 40px;
  width: 50px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 10px;
  border-radius: 16px;
}
body .request-update-btn {
  width: 100%;
}
body .no-requests-text {
  text-align: center;
  font-style: italic;
}
body .request-status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #e7e7e7;
  z-index: 100;
}
body .request-status-bar .status-message {
  padding: 4px;
  font-size: 80%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  font-weight: bold;
  color: #444;
}
body .request-status-bar.status-failure {
  height: 44px;
}
body .request-status-bar .status-blip {
  height: 100%;
  width: 44px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 150%;
  font-weight: normal;
}
body .request-status-bar .status-blip.status-clear {
  background-color: forestgreen;
}
body .request-status-bar .status-blip.status-busy {
  background-color: yellow;
}
body .request-status-bar .status-blip.status-failure {
  background-color: orangered;
}
.list__header {
  padding-left: 16px;
  font-size: 130%;
  color: #000;
  background-color: #eaeaea;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
  top: 50px;
  z-index: 3;
}
.list__row {
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.005);
  padding-left: 16px;
  padding-right: 16px;
}
.list__row:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list__row--clickable {
  cursor: pointer;
}
.list__icon-list__icon {
  padding-right: 16px;
}
.shiftplanning-slot {
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
}
.shiftplanning-slot__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shiftplanning-slot__date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      align-self: center;
}
.shiftplanning-slot__choices {
  white-space: nowrap;
}
.shiftplanning-slot__note {
  text-align: right;
  width: 100%;
}
.shiftplanning-slot__icon {
  padding-right: 16px;
}
.shiftplanning-slot__icon__text {
  padding-right: 2px;
  color: #333;
}
.shiftplanning-slot__icon__icon {
  opacity: 0.8;
}
.time-picker__input {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  line-height: 1.4285 !important;
}
.text-icon__text-before {
  padding-right: 8px;
  color: #333;
}
.text-icon__text-after {
  padding-left: 8px;
  color: #333;
}
.text-icon .glyphicon {
  opacity: 0.8;
  min-width: 18px;
  text-align: center;
}
.text-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-icon-list .text-icon-list__item {
  padding-right: 16px;
}
.task-view__basic-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.task-view__basic-info__address {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.task-view__basic-info__status {
  font-weight: bold;
  white-space: nowrap;
}
.task-view__section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #efefef;
}
.task-view__actions {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fafafa;
  margin-top: 16px;
  padding: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.task-view__actions__note {
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}
.task-view__actions__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.task-view__actions__item:last-child {
  margin-bottom: 0;
}
.task-view__actions__item-columns {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.task-view__actions__item-columns:last-child {
  margin-bottom: 0;
}
.task-view__task-type {
  margin-top: -30px;
  height: 30px;
  z-index: 10;
  position: relative;
  color: white;
  font-size: 20px;
  text-align: center;
}
.task-view__special-remarks {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.task-view__arrival-information {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.task-view .paused-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ui-avatar {
  display: block;
}
@media (min-width: 768px) {
  .ui-avatar.phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ui-avatar.desktop {
    display: none !important;
  }
}
.lodging-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
  border-radius: 25px;
  --end-margin: 12px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.lodging-status.departure-only {
  border-radius: 25px 10px 10px 25px;
}
.lodging-status.arrival-only {
  border-radius: 10px 25px 25px 10px;
}
.lodging-status.high-light {
  background-color: #f5e79e;
  color: #0f0f0f;
  border-color: #d58512;
  -webkit-box-shadow: 0px 0px 0px 1px #d58512;
  box-shadow: 0px 0px 0px 1px #d58512;
}
.lodging-status .status-element {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 100;
}
@media (max-width: 500px) {
  .lodging-status .status-element {
    font-size: 15px;
    --end-margin: 10px;
  }
}
.lodging-status .status-element.departure {
  text-align: end;
  margin-left: var(--end-margin);
}
.lodging-status .status-element.prefix {
  text-align: center;
  padding: 0 var(--end-margin);
  border-radius: 25px;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.2), 4px 0px 5px -3px rgba(0, 0, 0, 0.2);
}
.lodging-status .status-element.arrival {
  text-align: start;
  margin-right: var(--end-margin);
}
.lodging-status .status-element.stay {
  text-align: start;
  margin: 0 var(--end-margin);
}
.lodging-status .status-element.separator {
  margin: 0 calc(var(--end-margin)/2);
}
.confirm-slide {
  -webkit-appearance: none!important;
     -moz-appearance: none!important;
          appearance: none!important;
  -webkit-box-shadow: 0px 0px 0px 2px #c20e1a;
          box-shadow: 0px 0px 0px 2px #c20e1a;
  background-color: #c20e1a;
  height: 60px;
  border-radius: 100px;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.confirm-slide.inverted {
  background-color: white;
  -webkit-box-shadow: 0px 0px 0px 2px white;
          box-shadow: 0px 0px 0px 2px white;
}
.confirm-slide.inverted::-webkit-slider-thumb {
  background-color: #c20e1a;
  color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  -webkit-box-shadow: -100vw 0 0 calc(100vw - 30px) #c20e1a;
          box-shadow: -100vw 0 0 calc(100vw - 30px) #c20e1a;
}
.confirm-slide.inverted::-moz-range-thumb {
  background-color: #c20e1a;
  color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="white" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  box-shadow: -100vw 0 0 calc(100vw - 30px) #c20e1a;
}
.confirm-slide::-webkit-slider-thumb {
  -webkit-appearance: none!important;
          appearance: none!important;
  pointer-events: auto;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23c20e1a" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-box-shadow: -100vw 0 0 calc(100vw - 30px) white;
          box-shadow: -100vw 0 0 calc(100vw - 30px) white;
  color: #c20e1a;
}
.confirm-slide::-moz-range-thumb {
  -moz-appearance: none!important;
       appearance: none!important;
  pointer-events: auto;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23c20e1a" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  box-shadow: -100vw 0 0 calc(100vw - 30px) white;
  color: #c20e1a;
  border: none;
}
