/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import 'air-datepicker.css';
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/*
    Created on : 2022 Jan 21, 12:54:00
    Author     : t4k
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  display: flex;
  height: 100%;
  height: 100vh;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #645D5D;
}
main {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
input,
button {
  outline: 0 !important;
}
a {
  text-decoration: underline;
}
p {
  margin: 0 0 10px 0;
}
.amber {
  background-color: #FDB948 !important;
}
.blue {
  background-color: #35A4EF !important;
}
.gray {
  background-color: #929ba6 !important;
}
.btn {
  display: inline-block;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #00B13F;
  padding: 10px;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.btn:hover {
  background-color: #23D562;
}
.btn:not(:disabled) {
  cursor: pointer;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #645D5D;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}
.form-control::placeholder {
  color: #BFBFBF;
  transition: all 0.3s ease;
}
.form-control:hover::placeholder {
  color: #645D5D;
}
.form-control:focus::placeholder {
  opacity: 0;
}
.sidebar {
  position: relative;
  background-color: #5E748E;
  color: #fff;
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
  height: 100%;
  z-index: 5;
}
.sidebar a,
.sidebar .more {
  color: #9DD8FF;
}
.sidebar a:hover,
.sidebar .more:hover {
  color: #fff;
}
.sidebar__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.sidebar-result {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #5E748E;
  transform: translateX(-100%);
  transition: all 0.3s;
}
.sidebar-result.show {
  transform: translateX(0);
}
.sidebar-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.08);
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
  z-index: 10;
}
.sidebar-close:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.sidebar-close .times {
  width: 18px;
  height: 18px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 600px) {
  .sidebar__body#filter {
    padding-bottom: 175px;
  }
  .sidebar__body#filter .header {
    display: none;
  }
  .sidebar__body#filter .footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 601px) {
  .sidebar {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
  .sidebar-result {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
}
.header {
  flex: 0 0 0%;
  min-height: 80px;
  display: flex;
  align-items: center;
  background-color: #FF7373;
}
.header__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-right: 30px;
}
.header__logo {
  flex-shrink: 0;
  margin-left: 30px;
  margin-right: 1rem;
}
.header__logo img {
  display: block;
  height: 47px;
  max-width: 100%;
}
.header__back {
  height: 100%;
  width: 80px;
  background-image: url('../img/arrow_left.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px auto;
  margin-right: 20px;
  transition: background-color 0.15s ease-in-out;
  cursor: pointer;
}
.header__back:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  .header {
    min-height: 60px;
  }
  .header__title {
    font-size: 16px;
  }
  .header__back {
    width: 70px;
  }
}
.content,
.detail {
  flex: 1 1 0%;
  max-height: 100%;
  overflow-y: auto;
}
.panel {
  margin: 22px 30px;
}
.panel__head {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.panel__body {
  border: 1px solid #fff;
  padding: 10px 6px 10px 16px;
}
.panel__body .custom-checkbox input[type=checkbox]:checked ~ label:after {
  background-image: url(../img/plus.svg);
}
.panel__body .checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel__body .checkbox-list li {
  display: inline-block;
  min-width: 33.33%;
  padding-right: 10px;
}
.panel:nth-last-of-type(-n+2) .checkbox-list li {
  display: block;
}
@media (max-width: 600px) {
  .panel {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.datepicker {
  background-color: #5E748E;
  color: #fff;
  padding-right: 38px;
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  cursor: pointer;
}
.checkbox-list li,
.custom-checkbox {
  position: relative;
  padding-left: 24px;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkbox-list li label,
.custom-checkbox label {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.checkbox-list li label:before,
.custom-checkbox label:before,
.checkbox-list li label:after,
.custom-checkbox label:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
}
.checkbox-list li label:before,
.custom-checkbox label:before {
  pointer-events: none;
  background-color: #fff;
  border: #E5E5E5 solid 1px;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
}
.checkbox-list li label:after,
.custom-checkbox label:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.checkbox-list li label:hover,
.custom-checkbox label:hover {
  color: #fff;
}
.checkbox-list li input[type=checkbox],
.custom-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.checkbox-list li input[type=checkbox]:checked ~ label,
.custom-checkbox input[type=checkbox]:checked ~ label {
  color: #fff;
}
.checkbox-list li input[type=checkbox]:checked ~ label:before,
.custom-checkbox input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #00B13F;
}
.checkbox-list li input[type=checkbox]:checked ~ label:after,
.custom-checkbox input[type=checkbox]:checked ~ label:after {
  background-image: url(../img/check.svg);
}
.footer {
  flex: 0 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  background-color: #4C637E;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer span {
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
}
.footer .btn {
  margin-left: auto;
  padding-left: 26px;
  padding-right: 26px;
}
@media (max-width: 600px) {
  .footer {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.reset-filter {
  display: inline-block;
  font-size: 90%;
}
.map-wrap {
  flex: 1 0 0%;
}
.map-footer {
  background-color: #fff;
  min-height: 120px;
  display: flex;
  align-items: flex-end;
}
.map-footer .occupancy {
  flex: 1 1 auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}
.map-footer .occupancy > div {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.map-footer .occupancy .count {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #5E748E;
  margin: 5px 15px 5px 0;
}
.map-footer .occupancy .count:before {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 10px;
}
.map-footer .occupancy .desc {
  flex: 1 0 auto;
  font-size: 12px;
  min-width: 140px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.map-footer .occupancy .desc p {
  margin: 0;
}
.map-footer .occupancy .desc .include {
  font-weight: 700;
}
@media (min-width: 601px) {
  .map-footer .occupancy .desc .name {
    max-width: 178px;
  }
}
.map-footer .occupancy__beds .count:before {
  background-image: url(../img/bed.svg);
}
.map-footer .occupancy__beds .desc {
  margin-bottom: 0;
}
.map-footer .occupancy__patients .count:before {
  background-image: url(../img/patient.svg);
}
.map-footer .occupancy__ratio .count:before {
  background-image: url(../img/ratio.svg);
}
.map-footer .occupancy__reprofile {
  flex: 1 0 100%;
  font-size: 12px;
}
.map-footer .occupancy__reprofile span {
  display: inline-block;
}
.map-footer .occupancy__reprofile .reprofile-beds {
  font-size: 18px;
  font-weight: 700;
  color: #5E748E;
  margin: 0 5px;
}
.map-footer .title {
  padding-left: 20px;
  padding-right: 20px;
}
.map-footer .title__wrap {
  position: relative;
  background-color: #4C637E;
  padding: 20px;
  margin-bottom: 20px;
}
.map-footer .title__wrap:before {
  content: '';
  display: block;
  width: 70px;
  height: 45px;
  background-color: #FF7373;
  position: absolute;
  right: 0;
  bottom: 0;
}
.map-footer .title__h1 {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 35px;
  margin-bottom: 10px;
}
.map-footer .title__h1 span {
  display: block;
  min-height: 23px;
  margin-top: 5px;
}
.map-footer .title__logo {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 2;
}
@media (min-width: 601px) {
  .map-footer .title {
    display: none;
  }
}
@media (max-width: 1730px) {
  .map-footer {
    flex-wrap: wrap;
  }
  .map-footer .occupancy > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .map-footer .occupancy {
    flex-direction: column;
  }
  .map-footer .occupancy > div {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .map-footer .occupancy .count {
    margin: 0 0 20px 0;
  }
  .map-footer .occupancy .desc {
    font-size: 14px;
    margin: 0;
  }
  .map-footer .occupancy .desc p.name {
    margin-bottom: 5px;
  }
  .map-footer .occupancy .desc p:not(.name) {
    display: inline-block;
    margin-right: 5px;
  }
  .map-footer .occupancy__reprofile {
    font-size: 14px;
  }
}
.logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 15px 25px 15px auto;
  order: 1;
}
.logo__dzm {
  flex: 0 0 133px;
  margin-right: 25px;
}
.logo__niioz {
  flex: 0 0 102px;
}
.logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 600px) {
  .logo {
    margin: 30px 30px;
    justify-content: space-around;
  }
}
.hospital {
  border-bottom: 1px solid #fff;
}
.hospital__head {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hospital .occupancy {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 14px;
}
.hospital .occupancy > div {
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}
.hospital .occupancy > div > div {
  min-width: 33%;
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
  margin-bottom: 6px;
}
.hospital .occupancy .total {
  margin-right: 5px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 12px;
}
.hospital .occupancy__ratio .total {
  background-position: left 2px center;
}
.hospital .occupancy__ratio .total.void {
  background-image: url(../img/ratio_gray.svg) !important;
}
.hospital .occupancy__ratio .intensive {
  background-repeat: no-repeat;
  background-position: left 7px center;
  background-size: 8px;
}
.hospital .occupancy__ratio .intensive:before {
  margin-right: 14px;
}
.hospital .occupancy__ratio .intensive.void {
  background-image: url(../img/circle_gray.svg);
}
.hospital .occupancy__roder .occupancy__beds .total {
  background-image: url(../img/bed_dark.svg);
}
.hospital .occupancy__roder .occupancy__patients .total {
  background-image: url(../img/patient_dark.svg);
}
.hospital .occupancy__roder .occupancy__ratio .total.beyond {
  background-image: url(../img/ratio_dark_red.svg);
}
.hospital .occupancy__roder .occupancy__ratio .total.within {
  background-image: url(../img/ratio_dark_green.svg);
}
.hospital .occupancy .empty .occupancy__beds .total {
  background-image: url(../img/bed_gray.svg) !important;
}
.hospital .occupancy .empty .occupancy__patients .total {
  background-image: url(../img/patient_gray.svg) !important;
}
.hospital__footer {
  background-color: rgba(255, 255, 255, 0.1);
  color: #9DD8FF;
  text-align: right;
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  cursor: pointer;
  background-image: url(../img/chevron_right.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: auto;
  opacity: 0.8;
  transition: opacity 0.15s ease-in-out;
}
.hospital__footer:hover {
  opacity: 1;
}
@media (max-width: 600px) {
  .hospital__head {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    font-size: 14px;
  }
  .hospital .occupancy {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .hospital .occupancy > div > div {
    min-width: 32%;
    font-size: 12px;
  }
}
.detail {
  display: flex;
  flex-direction: column;
}
.detail__head {
  position: relative;
  background-color: #FF7373;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-shrink: 0;
}
.detail .status {
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #00B13F;
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
}
.detail .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 14px;
  margin-top: 36px;
  clear: both;
}
.detail .address {
  font-size: 16px;
}
.detail__body {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  flex-shrink: 0;
}
.detail__body .on-map {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  color: #9DD8FF;
  background-image: url(../img/map_blue.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 16px;
}
@media (min-width: 601px) {
  .detail__body .on-map {
    display: none;
  }
}
.detail a {
  display: inline-block;
}
.detail__footer {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  margin-bottom: 15px;
  flex-shrink: 0;
}
.detail .occupancy {
  padding-left: 30px;
  padding-right: 30px;
  flex: 1 0 auto;
}
.detail .occupancy__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.detail .occupancy__title:after {
  content: '*';
  margin-left: 3px;
  font-size: 12px;
  vertical-align: top;
}
.detail .occupancy__panel {
  background-color: #fff;
  color: #645D5D;
  font-size: 18px;
  padding: 15px 25px;
  margin-bottom: 40px;
}
.detail .occupancy__panel > div {
  padding-top: 6px;
  padding-bottom: 6px;
}
.detail .occupancy .total {
  font-weight: 700;
  margin-right: 10px;
  padding-left: 46px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 18px;
}
.detail .occupancy .desc {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.detail .occupancy__beds .reprofile {
  margin-left: 15px;
}
.detail .occupancy__beds .reprofile .count {
  font-weight: 700;
  color: #848f9b;
}
.detail .occupancy__patients .tooltip .hint {
  width: 220px;
}
.detail .occupancy__ratio .tooltip .hint {
  width: 186px;
}
.detail .occupancy__ratio .total {
  background-position: left 5px center;
}
.detail .occupancy__ratio .total.void {
  background-image: url(../img/ratio_light.svg) !important;
}
.detail .occupancy__ratio .intensive {
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: auto;
}
.detail .occupancy__ratio .intensive:before {
  margin-right: 20px;
}
.detail .occupancy .empty .occupancy__beds .total {
  background-image: url(../img/bed_light.svg) !important;
}
.detail .occupancy .empty .occupancy__patients .total {
  background-image: url(../img/patient_light.svg) !important;
}
@media (max-width: 600px) {
  .detail__head,
  .detail__body,
  .detail__footer,
  .detail .occupancy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail .status {
    left: 20px;
  }
  .detail .occupancy {
    flex-grow: 0;
  }
}
.occupancy__hospital .occupancy__beds .total {
  background-image: url(../img/bed_amber.svg);
}
.occupancy__hospital .occupancy__patients .total {
  background-image: url(../img/patient_amber.svg);
}
.occupancy__hospital .occupancy__ratio .total.beyond {
  background-image: url(../img/ratio_amber_red.svg);
}
.occupancy__hospital .occupancy__ratio .total.within {
  background-image: url(../img/ratio_amber_green.svg);
}
.occupancy__roder .occupancy__beds .total {
  background-image: url(../img/bed.svg);
}
.occupancy__roder .occupancy__patients .total {
  background-image: url(../img/patient.svg);
}
.occupancy__roder .occupancy__ratio .total.beyond {
  background-image: url(../img/ratio_red.svg);
}
.occupancy__roder .occupancy__ratio .total.within {
  background-image: url(../img/ratio_green.svg);
}
.occupancy .intensive:before {
  content: '(';
  margin-right: 3px;
}
.occupancy .intensive:after {
  content: ')';
  margin-left: 3px;
}
.occupancy__ratio .intensive.void {
  background-image: url(../img/circle_light.svg);
}
.occupancy__ratio .intensive.beyond {
  background-image: url(../img/circle_red.svg);
}
.occupancy__ratio .intensive.within {
  background-image: url(../img/circle_green.svg);
}
.tooltip {
  display: inline;
  position: relative;
  line-height: 1;
  padding: 6px 0 0 6px;
}
.tooltip .mark {
  position: relative;
  top: -5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d7d7d7;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  opacity: 0.8;
}
.tooltip .mark:hover {
  opacity: 1;
}
.tooltip .hint {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  background-color: #394a5e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 10px;
  margin-left: 3px;
}
.tooltip .hint:before {
  content: '';
  display: inline-block;
  border-top: 5px solid #394a5e;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  vertical-align: middle;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip:hover .hint {
  display: block;
}
.search {
  position: relative;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 5px;
}
@media (min-width: 601px) {
  .search:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #FF7373;
    z-index: -1;
  }
}
.search .form-control {
  padding-right: 30px;
}
.search .form-control::-ms-clear {
  display: none;
}
.search .btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background-image: url('../img/search_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  padding: 0;
}
.search .clear {
  position: absolute;
  display: none;
  width: 30px;
  height: 40px;
  background-image: url('../img/clear.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 40px;
  cursor: pointer;
  transition: opacity 0.15s ease-in;
  opacity: 0.7;
}
.search .clear.show {
  display: block;
}
.search .clear.show:hover {
  opacity: 1;
}
.search-toggle {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 40px;
  display: flex;
}
.search-toggle > span {
  display: flex;
  align-items: center;
  width: 100%;
  color: #645D5D;
  padding: 10px 12px;
  user-select: none;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out;
  opacity: 0.6;
}
.search-toggle > span:before {
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 12px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.search-toggle > span:after {
  content: url(../img/arrow_right.svg);
  width: 27px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.search-toggle > span:hover {
  opacity: 1;
}
@media (max-width: 600px) {
  .search {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 14px;
  }
}
.alert {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 601px) {
  .preloader {
    padding-left: 400px;
  }
}
.preloader:before {
  content: url(../img/preloader.svg);
}
.authorization {
  flex-direction: column;
}
.authorization__body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0%;
  flex-direction: column;
  background-color: #FF7373;
  color: #fff;
  padding: 15px;
  padding-bottom: 120px;
}
.authorization__body:before {
  content: '';
  display: block;
  background-color: #5E748E;
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
}
.authorization__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.authorization__title img {
  flex-shrink: 0;
  margin-right: 15px;
}
.authorization__footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  line-height: 1;
}
.authorization__footer a {
  display: inline-block;
}
.authorization__footer a img {
  display: block;
  max-width: 100%;
}
.authorization__footer a + a {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .authorization__body .login-title {
    font-size: 18px;
  }
  .authorization__title {
    font-size: 20px;
  }
}
.login {
  position: relative;
  width: 400px;
  max-width: 100%;
  padding: 35px;
  background-color: #4C637E;
  margin: 30px auto;
}
.login-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}
.login-body {
  margin-bottom: 30px;
}
.login-body .form-control {
  margin-bottom: 10px;
}
.login-error {
  background-color: #EF6464;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
}
.login-footer {
  margin-bottom: 10px;
}
.login-footer .btn {
  width: 100%;
}
.nav {
  flex: 0 0 auto;
  height: 60px;
  width: 100%;
  display: flex;
  background-color: #FF7373;
}
.nav-link {
  flex: 1 0 0%;
  transition: background-color 0.1s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.nav-link.active {
  background-color: #5E748E;
}
.nav-link.home {
  background-image: url(../img/home.svg);
}
.nav-link.filter {
  background-image: url(../img/filter.svg);
}
.nav-link.map {
  background-image: url(../img/map.svg);
}
@media (min-width: 601px) {
  .nav {
    display: none;
  }
}
.air-datepicker-cell.-disabled-.-focus- {
  background-color: transparent;
}
@media (max-width: 600px) {
  body {
    flex-direction: column;
    overflow: hidden;
  }
  .tab-content {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: auto;
    display: none;
  }
  .tab-content.active {
    display: block;
  }
  .sidebar-result {
    position: fixed;
    bottom: -100px;
    padding-bottom: 100px;
  }
  .map-footer {
    overflow: auto;
    padding-bottom: 100px;
  }
  .form-control {
    font-size: 16px;
  }
}
@media (min-width: 601px) {
  main,
  .content,
  .detail,
  .detail {
    scrollbar-width: thin;
  }
  main::-webkit-scrollbar,
  .content::-webkit-scrollbar,
  .detail::-webkit-scrollbar {
    background-color: #fff;
    width: 6px;
  }
  main::-webkit-scrollbar-thumb,
  .content::-webkit-scrollbar-thumb,
  .detail::-webkit-scrollbar-thumb {
    background-color: #4C637E;
    border-radius: 4px;
  }
  main {
    position: relative;
    padding-bottom: 120px;
  }
  main .map-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */