@charset "UTF-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

.hwaccel {
    -webkit-transform: translateZ(0);
}

.touch {
    -webkit-overflow-scrolling: touch;
}

/* Rules for sizing the icon. */

.md-18 {
    font-size: 18px;
}

.md-20 {
    font-size: 20px;
}

.md-22 {
    font-size: 22px;
}

.md-24 {
    font-size: 24px;
}

.md-26 {
    font-size: 26px;
}

.md-36 {
    font-size: 36px;
}

.md-48 {
    font-size: 48px;
}

/* Rules for sizing the image. */

.img-24 {
    height: 24px;
    width: 24px;
}

.img-48 {
    height: 48px;
    width: 48px;
}

.img-64 {
    height: 64px;
    width: 64px;
}

.img-140 {
    height: 140px;
    width: 140px;
}

.br-widget {
    height: 28px;
    white-space: nowrap;
}

.br-widget a {
    /*    font: normal normal normal 18px/1 'Material Icons';*/
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    text-decoration: none;
    margin-right: 2px;
}

.br-widget a:after {
    content: 'star';
    color: #d2d2d2;
}

.br-widget a.br-active:after {
    color: #EDB867;
}

.br-widget a.br-selected:after {
    color: #EDB867;
}

.br-widget .br-current-rating {
    display: none;
}

.br-readonly a {
    cursor: default;
}

.badge-overlap {
    position: relative;
    white-space: nowrap;
    margin-right: 10px;
}

.badge-overlap:not([data-badge]) {
    margin-right: auto;
}

.badge-overlap[data-badge]:after {
    content: attr(data-badge);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: -2px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgb(255, 64, 129);
    color: rgb(255, 255, 255);
}

#signature {
    border: 1.8px dashed #ccc;
    width: 100%;
    height: 250px;
}

.time {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.w-100 {
    width: 100%;
}

a.list-item--tappable {
    text-decoration: none;
}

a.card:link, a.card:hover, a.card:visited, a.card:active {
    text-decoration: none;
    color:inherit;
}

a.action-sheet-button:link, a.action-sheet-button:hover, a.action-sheet-button:visited, a.action-sheet-button:active {
    text-decoration: none;
}

.report-messages {
/*    background-color: lightgrey;*/
}

.hr {
  background-image: linear-gradient(180deg,#eee,#eee 100%);
  padding-top: 1.5px;
}

.version {
  /* color: #999; */
  font-size: 12px;
}

.padding-bottom-bar {
    bottom: 0 !important;
    box-sizing: content-box !important;
    padding-bottom: 34px !important;
}

.fab--bottom__center {
  bottom: 34px !important;
}

.status-image {
    width: 40px;
    height: 40px;
}

.input-text {
  border: 1px solid #ced4da;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-date {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-block-size: 37.3px;
}

.text-success {
  color: #44db5e;
}

.text-error {
  color: #FE3824;
}

.text-primary {
  color: #2979ff;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  word-wrap: normal;
  text-transform: none;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

.facility-names {
    font-size: 14px;
}

.md-restaurant-menu:before {
  content: "\e561";
}

.fitting-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.button--outline:hover {
  border: 1px solid #0076ff;
}

.button--outline {
  border: 1px solid #0076ff;
  color: #0076ff;
}

.md-140 {
  font-size: 140px;
}


.min-height-0 {
    min-height: 0 !important;
}

.box-shadow-none {
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
    box-shadow: none !important;
}

.height-100 {
    height: 100%;
}