@charset "UTF-8";
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #5C7AE6;
}

.btn-primary:not(.active) {
  background-color: #C4C7CC;
}

.bi-exclamation-circle {
  color: deepskyblue;
  vertical-align: middle;
  font-size: 1rem !important;
  padding: 0 4px !important;
}

.bi-exclamation-triangle {
  color: yellowgreen;
  vertical-align: middle;
  padding-right: 4px !important;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ";
  font-weight: 500;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
}

select, select > option {
  font-weight: 500;
}

.navbar {
  padding: 0 5px;
}
.navbar #titleDiv {
  color: #ea5f00;
  font-weight: bold;
}
.navbar #subtitleDiv {
  color: #ea5f00;
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  height: 25px;
  margin-top: -5px;
}
.navbar #helpDiv .nav-link {
  color: #37477f;
  padding-top: 0;
  margin-top: -10px;
}

#rootDiv {
  padding: 0;
  height: 100vh;
}

.gutter {
  cursor: ew-resize;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: 50%;
}
.gutter.gutter-horizontal {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
  cursor: col-resize;
}
.gutter.gutter-vertical {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=");
  cursor: row-resize;
}

.sideBtn1, .sideBtn2 {
  padding: 0;
  top: 50%;
  right: 0;
}
.sideBtn1 i, .sideBtn2 i {
  font-size: x-large;
  opacity: 0.3;
}

#tblDiv1:not(.active), #tblDiv2:not(.active) {
  display: none !important;
}

vaadin-grid::part(row):th:first-child {
  width: 40px;
}

#panels #panel1, #panels #panel2 {
  display: flex;
  width: 100%;
  align-items: stretch;
}
#panels #panel1:not(.active), #panels #panel2:not(.active) {
  display: none !important;
}
#panels #panel1 #sidebar1, #panels #panel1 #sidebar2, #panels #panel2 #sidebar1, #panels #panel2 #sidebar2 {
  min-width: 300px;
  max-width: calc(300px + 20px);
  overflow: auto;
  height: calc(100vh - 34px);
}
#panels #panel1 #sidebar1:not(.active), #panels #panel1 #sidebar2:not(.active), #panels #panel2 #sidebar1:not(.active), #panels #panel2 #sidebar2:not(.active) {
  display: none;
}
#panels #panel1 #sidebar1 .sidebar-header, #panels #panel1 #sidebar2 .sidebar-header, #panels #panel2 #sidebar1 .sidebar-header, #panels #panel2 #sidebar2 .sidebar-header {
  height: 30px;
  color: white;
  background-color: rgb(55, 71, 127);
  padding: 3px 10px;
  font-size: 16px;
  letter-spacing: -1px;
}
#panels #panel1 #sidebar1 .sidebar-header h1, #panels #panel1 #sidebar1 .sidebar-header h2, #panels #panel1 #sidebar1 .sidebar-header h3, #panels #panel1 #sidebar1 .sidebar-header h4, #panels #panel1 #sidebar1 .sidebar-header h5, #panels #panel1 #sidebar1 .sidebar-header h6, #panels #panel1 #sidebar2 .sidebar-header h1, #panels #panel1 #sidebar2 .sidebar-header h2, #panels #panel1 #sidebar2 .sidebar-header h3, #panels #panel1 #sidebar2 .sidebar-header h4, #panels #panel1 #sidebar2 .sidebar-header h5, #panels #panel1 #sidebar2 .sidebar-header h6, #panels #panel2 #sidebar1 .sidebar-header h1, #panels #panel2 #sidebar1 .sidebar-header h2, #panels #panel2 #sidebar1 .sidebar-header h3, #panels #panel2 #sidebar1 .sidebar-header h4, #panels #panel2 #sidebar1 .sidebar-header h5, #panels #panel2 #sidebar1 .sidebar-header h6, #panels #panel2 #sidebar2 .sidebar-header h1, #panels #panel2 #sidebar2 .sidebar-header h2, #panels #panel2 #sidebar2 .sidebar-header h3, #panels #panel2 #sidebar2 .sidebar-header h4, #panels #panel2 #sidebar2 .sidebar-header h5, #panels #panel2 #sidebar2 .sidebar-header h6 {
  margin: 0;
}
#panels #panel1 #sidebar1 .sidebar-header i, #panels #panel1 #sidebar2 .sidebar-header i, #panels #panel2 #sidebar1 .sidebar-header i, #panels #panel2 #sidebar2 .sidebar-header i {
  padding-top: 2px;
}
#panels #panel1 #sidebar1 .sidebar-header i:not(.active), #panels #panel1 #sidebar2 .sidebar-header i:not(.active), #panels #panel2 #sidebar1 .sidebar-header i:not(.active), #panels #panel2 #sidebar2 .sidebar-header i:not(.active) {
  display: none;
}
#panels #panel1 #sidebar1 .sidebar-header .panelOpen, #panels #panel1 #sidebar1 .sidebar-header .panelClose, #panels #panel1 #sidebar2 .sidebar-header .panelOpen, #panels #panel1 #sidebar2 .sidebar-header .panelClose, #panels #panel2 #sidebar1 .sidebar-header .panelOpen, #panels #panel2 #sidebar1 .sidebar-header .panelClose, #panels #panel2 #sidebar2 .sidebar-header .panelOpen, #panels #panel2 #sidebar2 .sidebar-header .panelClose {
  cursor: pointer;
  font-style: normal;
  font-size: 12px;
  outline: 0;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 22px;
  margin: 0;
  padding: 3px 6px;
  background: #5C7AE6;
  border-radius: 76px;
  transition: all 150ms ease;
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch:not(.active), #panels #panel1 #sidebar2 .sidebar-header .custom-switch:not(.active), #panels #panel2 #sidebar1 .sidebar-header .custom-switch:not(.active), #panels #panel2 #sidebar2 .sidebar-header .custom-switch:not(.active) {
  display: none;
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch-btn, #panels #panel1 #sidebar2 .sidebar-header .custom-switch-btn, #panels #panel2 #sidebar1 .sidebar-header .custom-switch-btn, #panels #panel2 #sidebar2 .sidebar-header .custom-switch-btn {
  height: 34px;
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status, #panels #panel1 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status, #panels #panel2 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status, #panels #panel2 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status {
  transform: scale(0.6);
  width: 90px;
  padding: 0;
  margin-top: -5px;
  margin-left: -10px;
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after, #panels #panel1 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after, #panels #panel2 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after, #panels #panel2 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn:after {
  left: 70px;
  top: 1px;
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn, #panels #panel1 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn, #panels #panel2 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn, #panels #panel2 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input + .custom-switch-btn {
  width: 106px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3E非同期%3C/text%3E%3C/svg%3E");
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn, #panels #panel1 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn, #panels #panel2 #sidebar1 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn, #panels #panel2 #sidebar2 .sidebar-header .custom-switch.custom-switch-label-status .custom-switch-input:checked + .custom-switch-btn {
  background: #5C7AE6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3E同期%3C/text%3E%3C/svg%3E");
}
#panels #panel1 #sidebar1 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:after, #panels #panel1 #sidebar1 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:before, #panels #panel1 #sidebar2 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:after, #panels #panel1 #sidebar2 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:before, #panels #panel2 #sidebar1 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:after, #panels #panel2 #sidebar1 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:before, #panels #panel2 #sidebar2 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:after, #panels #panel2 #sidebar2 .sidebar-header .custom-switch .custom-switch-input + .custom-switch-btn:before {
  width: 24px;
  height: 24px;
  top: 1px;
}
#panels #panel1 #sidebar1 .nav-tabs, #panels #panel1 #sidebar2 .nav-tabs, #panels #panel2 #sidebar1 .nav-tabs, #panels #panel2 #sidebar2 .nav-tabs {
  padding: 0 10px;
  margin-top: -10px;
}
#panels #panel1 #sidebar1 .nav-tabs .nav-link, #panels #panel1 #sidebar2 .nav-tabs .nav-link, #panels #panel2 #sidebar1 .nav-tabs .nav-link, #panels #panel2 #sidebar2 .nav-tabs .nav-link {
  padding: 0.2rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: bold;
  color: #228b22;
}
#panels #panel1 #sidebar1 .nav-tabs .nav-link.active, #panels #panel1 #sidebar2 .nav-tabs .nav-link.active, #panels #panel2 #sidebar1 .nav-tabs .nav-link.active, #panels #panel2 #sidebar2 .nav-tabs .nav-link.active {
  color: white;
  background-color: #228b22;
}
#panels #panel1 #sidebar1 .card-column, #panels #panel1 #sidebar2 .card-column, #panels #panel2 #sidebar1 .card-column, #panels #panel2 #sidebar2 .card-column {
  max-width: 300px;
}
#panels #panel1 #sidebar1 .card, #panels #panel1 #sidebar2 .card, #panels #panel2 #sidebar1 .card, #panels #panel2 #sidebar2 .card {
  margin: 5px !important;
}
#panels #panel1 #sidebar1 .card .card-header, #panels #panel1 #sidebar2 .card .card-header, #panels #panel2 #sidebar1 .card .card-header, #panels #panel2 #sidebar2 .card .card-header {
  padding: 2px 7.5px;
  text-align: left;
  color: white;
  background-color: #ea5f00;
  font-size: 12px;
}
#panels #panel1 #sidebar1 .card .card-body, #panels #panel1 #sidebar2 .card .card-body, #panels #panel2 #sidebar1 .card .card-body, #panels #panel2 #sidebar2 .card .card-body {
  font-size: small;
  padding: 5px;
}
#panels #panel1 #sidebar1 .card .card-body .item-header, #panels #panel1 #sidebar2 .card .card-body .item-header, #panels #panel2 #sidebar1 .card .card-body .item-header, #panels #panel2 #sidebar2 .card .card-body .item-header {
  margin-bottom: 0px;
  font-size: 12px;
}
#panels #panel1 #sidebar1 .card .card-body .btn-group > label, #panels #panel1 #sidebar2 .card .card-body .btn-group > label, #panels #panel2 #sidebar1 .card .card-body .btn-group > label, #panels #panel2 #sidebar2 .card .card-body .btn-group > label {
  letter-spacing: -1px;
  font-size: 14px;
  width: calc(300px * 0.93 / 3);
  background-color: #5C7AE6;
  border-color: white;
  padding: 2px 0;
  border-radius: unset;
  font-weight: unset;
  flex-grow: unset;
}
#panels #panel1 #sidebar1 .card .card-body .btn-group > label:not(.active), #panels #panel1 #sidebar2 .card .card-body .btn-group > label:not(.active), #panels #panel2 #sidebar1 .card .card-body .btn-group > label:not(.active), #panels #panel2 #sidebar2 .card .card-body .btn-group > label:not(.active) {
  background-color: lightgray;
}
#panels #panel1 #sidebar1 .card .card-body .btn-group > label.hide, #panels #panel1 #sidebar2 .card .card-body .btn-group > label.hide, #panels #panel2 #sidebar1 .card .card-body .btn-group > label.hide, #panels #panel2 #sidebar2 .card .card-body .btn-group > label.hide {
  display: none;
}
#panels #panel1 #sidebar1 .card .card-body .titleHistoType:not(.active), #panels #panel1 #sidebar2 .card .card-body .titleHistoType:not(.active), #panels #panel2 #sidebar1 .card .card-body .titleHistoType:not(.active), #panels #panel2 #sidebar2 .card .card-body .titleHistoType:not(.active) {
  color: lightgray;
}
#panels #panel1 #sidebar1 .nccFilterPreset .card-header, #panels #panel1 #sidebar2 .nccFilterPreset .card-header, #panels #panel2 #sidebar1 .nccFilterPreset .card-header, #panels #panel2 #sidebar2 .nccFilterPreset .card-header {
  background-color: #228b22 !important;
}
#panels #panel1 #sidebar1 .nccFilterPreset .multiselect, #panels #panel1 #sidebar2 .nccFilterPreset .multiselect, #panels #panel2 #sidebar1 .nccFilterPreset .multiselect, #panels #panel2 #sidebar2 .nccFilterPreset .multiselect {
  padding: 0 5px;
  border: unset;
  box-shadow: unset;
}
#panels #panel1 #sidebar1 .nccFilterPreset .multiselect-selected-text, #panels #panel1 #sidebar1 .nccFilterPreset .multiselect-container label, #panels #panel1 #sidebar2 .nccFilterPreset .multiselect-selected-text, #panels #panel1 #sidebar2 .nccFilterPreset .multiselect-container label, #panels #panel2 #sidebar1 .nccFilterPreset .multiselect-selected-text, #panels #panel2 #sidebar1 .nccFilterPreset .multiselect-container label, #panels #panel2 #sidebar2 .nccFilterPreset .multiselect-selected-text, #panels #panel2 #sidebar2 .nccFilterPreset .multiselect-container label {
  font-size: 12px;
  font-weight: 500 !important;
}
#panels #panel1 #sidebar1 .nccFilterPreset .multiselect-container li:first-child label, #panels #panel1 #sidebar2 .nccFilterPreset .multiselect-container li:first-child label, #panels #panel2 #sidebar1 .nccFilterPreset .multiselect-container li:first-child label, #panels #panel2 #sidebar2 .nccFilterPreset .multiselect-container li:first-child label {
  padding: 0 0 0 5px;
}
#panels #panel1 #sidebar1 .nccFilterPreset .multiselect-container li:nth-child(n+2) label, #panels #panel1 #sidebar2 .nccFilterPreset .multiselect-container li:nth-child(n+2) label, #panels #panel2 #sidebar1 .nccFilterPreset .multiselect-container li:nth-child(n+2) label, #panels #panel2 #sidebar2 .nccFilterPreset .multiselect-container li:nth-child(n+2) label {
  padding: 0 0 0 20px;
}
#panels #panel1 #sidebar1 .nccFilterPreset .dropdown-toggle::after, #panels #panel1 #sidebar2 .nccFilterPreset .dropdown-toggle::after, #panels #panel2 #sidebar1 .nccFilterPreset .dropdown-toggle::after, #panels #panel2 #sidebar2 .nccFilterPreset .dropdown-toggle::after {
  display: none;
}
#panels #panel1 #sidebar1 .nccFilterPreset i, #panels #panel1 #sidebar2 .nccFilterPreset i, #panels #panel2 #sidebar1 .nccFilterPreset i, #panels #panel2 #sidebar2 .nccFilterPreset i {
  font-size: 15px;
  padding-left: 8px;
}
#panels #panel1 #sidebar1 .filter-link, #panels #panel1 #sidebar1 .filter-hospital-link, #panels #panel1 #sidebar2 .filter-link, #panels #panel1 #sidebar2 .filter-hospital-link, #panels #panel2 #sidebar1 .filter-link, #panels #panel2 #sidebar1 .filter-hospital-link, #panels #panel2 #sidebar2 .filter-link, #panels #panel2 #sidebar2 .filter-hospital-link {
  text-decoration: none;
  padding-right: 10px;
}

.form-control-sm {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 12px;
  padding: 0px 5px;
}

select:focus {
  outline: unset !important;
}

#viewDiv1, #viewDiv2 {
  padding: 0;
  margin: 0;
  height: auto;
}
#viewDiv1:focus, #viewDiv2:focus {
  outline: unset !important;
}
#viewDiv1 .esri-legend, #viewDiv2 .esri-legend {
  width: auto !important;
  min-width: 215px;
}
#viewDiv1 .esri-legend .esri-legend__service, #viewDiv2 .esri-legend .esri-legend__service {
  padding: 10px 10px 0px !important;
}
#viewDiv1 .esri-legend .esri-legend__service-label, #viewDiv2 .esri-legend .esri-legend__service-label {
  margin: 0;
}
#viewDiv1 .esri-legend .esri-legend__layer-caption + .esri-legend__layer-body .esri-legend__layer-row:last-child, #viewDiv2 .esri-legend .esri-legend__layer-caption + .esri-legend__layer-body .esri-legend__layer-row:last-child {
  display: none !important;
}

.esri-view-root, .esri-ui, .esri-view-surface, .esri-overlay-surface,
.esri-view .esri-view-surface--inset-outline:focus::after {
  outline: unset !important;
}

.min-100 {
  min-height: 100vh;
}

.modal {
  overflow: hidden;
}

.modal-header {
  background-color: rgb(55, 71, 127);
  padding: 1px 16px;
}
.modal-header .modal-title {
  color: white;
  font-size: 16px;
}
.modal-header .close {
  color: white;
  font-weight: 100;
  margin: -2px 0 0 0;
  padding: 0;
}

.modal-body, .modal-footer {
  padding: 5px 12px;
}

.modal-dialog {
  margin-right: 0;
  margin-left: 0;
}

.DataInfo {
  font-size: 10x;
  word-break: keep-all;
  color: white;
  background-color: #37477f;
  width: 300px;
  overflow: hidden;
  text-align: center;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.ui-dialog {
  padding: 0;
  border: unset;
}
.ui-dialog .ui-dialog-titlebar {
  color: white;
  background-color: rgb(55, 71, 127);
  padding: 2px 14px;
  border: unset;
  font-size: 14px;
  font-weight: 500;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-color: rgb(55, 71, 127);
  border: unset;
  color: white;
  font-size: 16px;
}

.graphDlg {
  padding: 8px;
}
.graphDlg .subbox {
  margin-bottom: 5px;
}
.graphDlg .subtitle {
  margin-bottom: 5px;
  border-bottom: solid 1px gray;
}
.graphDlg .subtitle h7 {
  height: 16px;
  border-left: solid 15px gray;
  padding: 0 0 0 6px;
}
.graphDlg .graph_direct {
  font-size: 12px;
  color: red;
}
.graphDlg .graph_area {
  display: none;
  font-size: large;
  color: #5C7AE6;
  font-weight: bold;
  margin-bottom: -5px;
}
.graphDlg .graph_info {
  font-size: large;
}
.graphDlg .graph_rate {
  font-size: large;
  color: #5C7AE6;
  font-weight: bold;
  padding-left: 8px;
}
.graphDlg .graph_average:not(.active) {
  display: none !important;
}
.graphDlg .graph_average .graphPref {
  margin-left: 5px;
}
.graphDlg .histgram {
  width: 280px;
  height: 270px;
  left: -5px;
}
.graphDlg .ranking {
  overflow-y: auto;
  max-height: 110px;
}
.graphDlg .ranking ul {
  font-size: small;
  list-style: none;
  padding-left: 5px;
  margin-bottom: 0;
  text-decoration: underline;
}
.graphDlg .ranking ul .targetrank {
  color: #007bff;
}

#printDlg .modal-dialog {
  width: 300px;
  font-size: 12px;
  padding: 2px;
}
#printDlg .modal-body > div {
  padding: 3px 0;
}
#printDlg .formatBtn {
  width: 160px;
}
#printDlg .formatBtn label {
  min-width: 80px;
  color: white;
  font-size: 14px;
  padding: 1px;
  border-color: white;
}
#printDlg .formatBtn label:not(.active) {
  background-color: lightgray;
}
#printDlg .custom-switch-btn {
  height: 34px;
}
#printDlg .custom-switch.custom-switch-label-onoff {
  transform: scale(0.7);
  width: 70px;
  padding: 0;
}
#printDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn:after {
  left: 50px;
  top: 1px;
}
#printDlg .custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  width: 86px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOFF%3C/text%3E%3C/svg%3E");
}
#printDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background: #5C7AE6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EON%3C/text%3E%3C/svg%3E");
}
#printDlg .custom-switch .custom-switch-input + .custom-switch-btn:after, #printDlg .custom-switch .custom-switch-input + .custom-switch-btn:before {
  width: 24px;
  height: 24px;
  top: 1px;
}
#printDlg .print-title:not(.active) {
  display: none !important;
}
#printDlg #printType {
  width: 100px;
}
#printDlg #print2mapSwitch:not(.active) {
  display: none !important;
}

#downloadDlg .modal-dialog {
  width: 300px;
  font-size: 12px;
  padding: 2px;
}
#downloadDlg .modal-body > div {
  padding: 3px 0;
}
#downloadDlg .formatBtn {
  width: 160px;
}
#downloadDlg .formatBtn label {
  min-width: 80px;
  color: white;
  font-size: 14px;
  padding: 1px;
  border-color: white;
}
#downloadDlg .formatBtn label:not(.active) {
  background-color: lightgray;
}
#downloadDlg .custom-switch-btn {
  height: 34px;
}
#downloadDlg .custom-switch.custom-switch-label-onoff {
  transform: scale(0.7);
  width: 70px;
  padding: 0;
}
#downloadDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn:after {
  left: 50px;
  top: 1px;
}
#downloadDlg .custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  width: 86px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOFF%3C/text%3E%3C/svg%3E");
}
#downloadDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background: #5C7AE6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EON%3C/text%3E%3C/svg%3E");
}
#downloadDlg .custom-switch .custom-switch-input + .custom-switch-btn:after, #downloadDlg .custom-switch .custom-switch-input + .custom-switch-btn:before {
  width: 24px;
  height: 24px;
  top: 1px;
}
#downloadDlg #dlAllSwitch:not(.active) {
  display: none !important;
}
#downloadDlg #dlAllSwitch span {
  font-size: 10px;
  color: red;
  white-space: nowrap;
}
#downloadDlg #downloadBtn:not(.active), #downloadDlg #exportLink:not(.active) {
  display: none !important;
}

#filterDlg .modal-dialog {
  width: 300px;
  font-size: 12px;
  padding: 2px;
}
#filterDlg .modal-body > div {
  padding: 3px 0;
}
#filterDlg .formatBtn {
  width: 160px;
}
#filterDlg .formatBtn label {
  min-width: 80px;
  color: white;
  font-size: 14px;
  padding: 1px;
  border-color: white;
}
#filterDlg .formatBtn label:not(.active) {
  background-color: lightgray;
}
#filterDlg .custom-switch-btn {
  height: 34px;
}
#filterDlg .custom-switch.custom-switch-label-onoff {
  transform: scale(0.7);
  width: 70px;
  padding: 0;
}
#filterDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn:after {
  left: 50px;
  top: 1px;
}
#filterDlg .custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  width: 86px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOFF%3C/text%3E%3C/svg%3E");
}
#filterDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background: #5C7AE6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EON%3C/text%3E%3C/svg%3E");
}
#filterDlg .custom-switch .custom-switch-input + .custom-switch-btn:after, #filterDlg .custom-switch .custom-switch-input + .custom-switch-btn:before {
  width: 24px;
  height: 24px;
  top: 1px;
}
#filterDlg .modal-dialog {
  width: 400px;
}
#filterDlg .filter-title {
  width: 100%;
}
#filterDlg #filterField {
  width: 90px;
  text-align: center;
  padding-top: 4px;
}
#filterDlg input[name=filterValue] {
  width: 160px;
}
#filterDlg input[name=filterValueFrom], #filterDlg input[name=filterValueTo] {
  max-width: 80px;
}
#filterDlg input:not(.active) {
  display: none !important;
}

#filterHospitalDlg .modal-dialog {
  width: 300px;
  font-size: 12px;
  padding: 2px;
}
#filterHospitalDlg .modal-body > div {
  padding: 3px 0;
}
#filterHospitalDlg .formatBtn {
  width: 160px;
}
#filterHospitalDlg .formatBtn label {
  min-width: 80px;
  color: white;
  font-size: 14px;
  padding: 1px;
  border-color: white;
}
#filterHospitalDlg .formatBtn label:not(.active) {
  background-color: lightgray;
}
#filterHospitalDlg .custom-switch-btn {
  height: 34px;
}
#filterHospitalDlg .custom-switch.custom-switch-label-onoff {
  transform: scale(0.7);
  width: 70px;
  padding: 0;
}
#filterHospitalDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn:after {
  left: 50px;
  top: 1px;
}
#filterHospitalDlg .custom-switch.custom-switch-label-onoff .custom-switch-input + .custom-switch-btn {
  width: 86px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='38.85714' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EOFF%3C/text%3E%3C/svg%3E");
}
#filterHospitalDlg .custom-switch.custom-switch-label-onoff .custom-switch-input:checked + .custom-switch-btn {
  background: #5C7AE6;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106' height='38'%3E%3Ctext x='9.71429' y='23.75' font-size='18px' font-family='-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji' fill='%23fff'%3EON%3C/text%3E%3C/svg%3E");
}
#filterHospitalDlg .custom-switch .custom-switch-input + .custom-switch-btn:after, #filterHospitalDlg .custom-switch .custom-switch-input + .custom-switch-btn:before {
  width: 24px;
  height: 24px;
  top: 1px;
}
#filterHospitalDlg .modal-dialog {
  max-width: 530px;
  width: 530px;
}
#filterHospitalDlg span {
  padding: 0 2px;
}
#filterHospitalDlg .multiselect {
  padding: 0 5px;
  box-shadow: unset;
  text-align: left;
}
#filterHospitalDlg .multiselect::after {
  position: absolute;
  top: 50%;
  right: 10px;
}
#filterHospitalDlg .multiselect-selected-text, #filterHospitalDlg .multiselect-container label {
  font-size: 12px;
  font-weight: 500 !important;
}
#filterHospitalDlg .multiselect-container li label {
  padding: 0 0 0 5px;
}
#filterHospitalDlg .filterHospital-title {
  width: 100%;
}
#filterHospitalDlg .filterHospitalField {
  width: 150px;
  text-align: center;
  padding-top: 4px;
}
#filterHospitalDlg .filterHospitalValue, #filterHospitalDlg .filterHospitalList {
  width: 180px;
}
#filterHospitalDlg .filterHospitalValue:not(.active), #filterHospitalDlg .filterHospitalList:not(.active) {
  display: none !important;
}
#filterHospitalDlg .filterHospitalValue .option.invisible, #filterHospitalDlg .filterHospitalList .option.invisible {
  display: none !important;
}
#filterHospitalDlg .multiselect-native-select.invisible {
  display: none !important;
}
#filterHospitalDlg .filterHospitalSet {
  color: gray;
  font-size: larger;
}
#filterHospitalDlg .filterHospitalSet select {
  position: absolute;
  height: 50px;
  overflow: hidden;
}
#filterHospitalDlg .filterHospitalSet select:not(.active) {
  display: none !important;
}
#filterHospitalDlg .filterHospitalSet select option {
  padding: 2px;
}

.loader-wrap {
  z-index: 2000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
}
.loader-wrap.active {
  width: 10%;
  height: 10%;
  left: 45%;
  top: 45%;
  background: none;
  opacity: 1;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
  filter: brightness(0.5);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}/*# sourceMappingURL=main.css.map */