/**
 * Web Fonts
 */
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-BoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-Book.woff2") format("woff2");
  font-weight: 350;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-BookItalic.woff2") format("woff2");
  font-weight: 350;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-Extrabold.woff2") format("woff2");
  font-weight: 650;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-ExtraboldItalic.woff2") format("woff2");
  font-weight: 650;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Cond";
  src: url("../fonts/HoneywellCond-MediumItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-BlackItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-BoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Book.woff2") format("woff2");
  font-weight: 350;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-BookItalic.woff2") format("woff2");
  font-weight: 350;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Extrabold.woff2") format("woff2");
  font-weight: 650;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-ExtraboldItalic.woff2") format("woff2");
  font-weight: 650;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Honeywell Sans";
  src: url("../fonts/HoneywellSans-MediumItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }
.btn-group-smaller > .btn,
.btn-smaller {
  padding: .20rem .4rem;
  font-size: .700rem;
  border-radius: .15rem; }

.btn-huge {
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  border-radius: .4rem; }

.hidden {
  display: none !important; }

.fade-in {
  animation: fadeIn 0.3s; }

.fade-out {
  animation: fadeOut 0.3s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/**
 * Sortable tables
 * @source https://github.com/tofsjonas/sortable
 */
table.sortable thead th {
  cursor: pointer; }
  table.sortable thead th:hover::after {
    color: inherit;
    font-size: 1.2em;
    content: ' \025B8'; }
  table.sortable thead th::after {
    font-size: 1.2em;
    color: transparent;
    content: ' \025B8'; }
  table.sortable thead th.dir-d::after {
    color: inherit;
    content: ' \025BE'; }
  table.sortable thead th.dir-u::after {
    color: inherit;
    content: ' \025B4'; }

#user-add textarea {
  height: 100px; }

body.page-create-test {
  overflow: hidden; }
  body.page-create-test #sidebar-container {
    position: fixed;
    top: 120px;
    bottom: 20px;
    padding: 20px 40px;
    width: 560px;
    display: flex;
    flex-direction: column;
    border: 1px solid #555;
    background-color: #CCC;
    overflow: hidden;
    overflow-y: auto; }
  body.page-create-test #sidebar-replica {
    width: 460px;
    background-color: #F7F7F7;
    border: 1px solid #888888;
    padding: 15px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    color: #333333;
    margin-bottom: 20px;
    flex: 1;
    align-self: stretch; }
    body.page-create-test #sidebar-replica .ck-content {
      font-family: "Honeywell Sans"; }
      body.page-create-test #sidebar-replica .ck-content p {
        font-size: 14px; }
      body.page-create-test #sidebar-replica .ck-content h2 {
        font-size: 28px; }
      body.page-create-test #sidebar-replica .ck-content h3 {
        font-size: 24px; }
      body.page-create-test #sidebar-replica .ck-content h4 {
        font-size: 20px; }
      body.page-create-test #sidebar-replica .ck-content .text-tiny p {
        font-size: 9px; }
      body.page-create-test #sidebar-replica .ck-content .text-tiny h2 {
        font-size: 16px; }
      body.page-create-test #sidebar-replica .ck-content .text-tiny h3 {
        font-size: 13px; }
      body.page-create-test #sidebar-replica .ck-content .text-tiny h4 {
        font-size: 11px; }
      body.page-create-test #sidebar-replica .ck-content .text-small p {
        font-size: 11px; }
      body.page-create-test #sidebar-replica .ck-content .text-small h2 {
        font-size: 22px; }
      body.page-create-test #sidebar-replica .ck-content .text-small h3 {
        font-size: 18px; }
      body.page-create-test #sidebar-replica .ck-content .text-small h4 {
        font-size: 14px; }
      body.page-create-test #sidebar-replica .ck-content .text-big p {
        font-size: 16px; }
      body.page-create-test #sidebar-replica .ck-content .text-big h2 {
        font-size: 32px; }
      body.page-create-test #sidebar-replica .ck-content .text-big h3 {
        font-size: 28px; }
      body.page-create-test #sidebar-replica .ck-content .text-big h4 {
        font-size: 24px; }
      body.page-create-test #sidebar-replica .ck-content .text-huge p {
        font-size: 24px; }
      body.page-create-test #sidebar-replica .ck-content .text-huge h2 {
        font-size: 38px; }
      body.page-create-test #sidebar-replica .ck-content .text-huge h3 {
        font-size: 32px; }
      body.page-create-test #sidebar-replica .ck-content .text-huge h4 {
        font-size: 28px; }
    body.page-create-test #sidebar-replica .ck.ck-editor__editable_inline {
      padding: 0;
      border: none; }
    body.page-create-test #sidebar-replica .ck-focused {
      box-shadow: none; }
    body.page-create-test #sidebar-replica .editor-block {
      outline: 1px dotted #888; }
      body.page-create-test #sidebar-replica .editor-block[data-active="1"] {
        outline: 1px solid #508AC4; }
    body.page-create-test #sidebar-replica h2 {
      padding: 0;
      margin: 0;
      font-size: 28px;
      font-weight: normal; }
    body.page-create-test #sidebar-replica .editor-block[data-id="headline"] {
      margin-bottom: 1em; }
    body.page-create-test #sidebar-replica .sidebar-content {
      margin-top: 30px;
      flex: 1;
      position: relative; }
      body.page-create-test #sidebar-replica .sidebar-content .editor-block {
        margin-top: 40px; }
        body.page-create-test #sidebar-replica .sidebar-content .editor-block:first-child {
          margin-top: 0; }
      body.page-create-test #sidebar-replica .sidebar-content .block {
        position: relative;
        z-index: 0;
        overflow: hidden;
        background-color: #FFFFFF;
        border: none !important; }
        body.page-create-test #sidebar-replica .sidebar-content .block > *:not(img):not(figure) {
          margin-left: 20px;
          margin-right: 20px; }
        body.page-create-test #sidebar-replica .sidebar-content .block > *:first-child:not(img):not(figure) {
          margin-top: 20px; }
        body.page-create-test #sidebar-replica .sidebar-content .block > *:last-child {
          margin-bottom: 20px; }
        body.page-create-test #sidebar-replica .sidebar-content .block figure {
          margin: 0; }
  body.page-create-test .ck-balloon-panel_with-arrow.ck-balloon-panel_visible {
    z-index: 2000 !important; }
  body.page-create-test #textarea-sidebar-content {
    height: 600px; }

/**
 * List all packages
 */
table#available-packages tr[data-file]:not([data-file=""]) a[data-action="create-zip"] {
  display: none; }
table#available-packages tr:not([data-file]) a[href^="/package/download/"], table#available-packages tr[data-file=""] a[href^="/package/download/"] {
  display: none; }
table#available-packages th[scope="row"] {
  word-break: break-word; }
  table#available-packages th[scope="row"] span {
    display: block; }
  table#available-packages th[scope="row"] small {
    display: block;
    margin-top: 0.5em;
    font-style: italic;
    font-weight: normal;
    font-size: 80%; }
table#available-packages td {
  vertical-align: middle; }

/**
 * Create / Edit a package
 */
#modal-uploading .list-group-item-light .bi-check-lg,
#modal-uploading .list-group-item-light .bi-x-circle-fill,
#modal-uploading .list-group-item-info .bi-check-lg,
#modal-uploading .list-group-item-info .bi-x-circle-fill {
  display: none; }
#modal-uploading .list-group-item-success .bi-x-circle-fill {
  display: none; }
#modal-uploading .list-group-item-danger .bi-check-lg {
  display: none; }

#modal-image-gallery[data-type="playlist"] .col[data-added]:not([data-added="0"]) .card,
.playlist-content[data-type="playlist"] .col[data-added]:not([data-added="0"]) .card {
  background-color: #C9E6FF; }
#modal-image-gallery .col .card .media-container,
.playlist-content .col .card .media-container {
  height: 140px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  #modal-image-gallery .col .card .media-container img, #modal-image-gallery .col .card .media-container video,
  .playlist-content .col .card .media-container img,
  .playlist-content .col .card .media-container video {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
#modal-image-gallery .col .card .card-text,
.playlist-content .col .card .card-text {
  height: 50px;
  line-height: 1.2; }
#modal-image-gallery .col .card .action-buttons,
.playlist-content .col .card .action-buttons {
  width: 80px; }

#modal-edit-sidebar .modal-dialog-unscrollable {
  overflow: hidden; }

@media (max-height: 880px) {
  #sidebar-container {
    height: 500px !important; } }
@media (max-height: 680px) {
  #sidebar-container {
    height: 300px !important; } }
#modal-image-gallery[data-type="playlist"] [data-for="sidebar"],
#modal-image-gallery[data-type="playlist"] [data-for="category"] {
  display: none; }
#modal-image-gallery[data-type="sidebar"] [data-for="playlist"],
#modal-image-gallery[data-type="sidebar"] [data-for="category"] {
  display: none; }
#modal-image-gallery[data-type="category"] [data-for="playlist"],
#modal-image-gallery[data-type="category"] [data-for="sidebar"] {
  display: none; }
#modal-image-gallery .card .media-container {
  margin-top: 2px; }
#modal-image-gallery .col {
  position: relative; }
  #modal-image-gallery .col[data-type="image"] [data-for="video"] {
    display: none; }
  #modal-image-gallery .col[data-type="video"] [data-for="image"] {
    display: none; }
#modal-image-gallery a[data-action="delete-file"] {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  padding: 0.5em;
  color: #222222;
  color: #dc0000;
  background-color: white;
  opacity: 1;
  border-radius: 3px;
  border: 1px solid #960000;
  text-decoration: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #modal-image-gallery a[data-action="delete-file"]::before {
    content: "\f5de"; }
  #modal-image-gallery a[data-action="delete-file"]:active, #modal-image-gallery a[data-action="delete-file"]:focus, #modal-image-gallery a[data-action="delete-file"]:hover {
    background-color: #e1e1e1; }

.playlist-content {
  overflow-y: auto;
  height: 100%; }
  .playlist-content .col[data-type="image"] [data-type="video"] {
    display: none; }
  .playlist-content .col[data-type="video"] [data-type="image"] {
    display: none; }
  .playlist-content .col .card {
    border: 2px solid #AAAAAA;
    cursor: move; }
    .playlist-content .col .card .media-container {
      display: flex; }
      .playlist-content .col .card .media-container img, .playlist-content .col .card .media-container video {
        margin-top: 0;
        padding-top: 0;
        max-height: none; }
      .playlist-content .col .card .media-container video {
        cursor: default; }
    .playlist-content .col .card .input-group {
      cursor: inherit; }
    .playlist-content .col .card .input-group-text {
      cursor: text; }

button[data-action="save-package"]:not([data-saving="1"]) .is-saving,
button[data-action="copy-package"]:not([data-saving="1"]) .is-saving,
button[data-action="save-and-create-zip"]:not([data-saving="1"]) .is-saving,
button[data-action="publish-package"]:not([data-saving="1"]) .is-saving {
  display: none; }
button[data-action="save-package"][data-saving="1"] .not-saving,
button[data-action="copy-package"][data-saving="1"] .not-saving,
button[data-action="save-and-create-zip"][data-saving="1"] .not-saving,
button[data-action="publish-package"][data-saving="1"] .not-saving {
  display: none; }

#modal-media-upload.show {
  display: block;
  opacity: 1;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5); }
#modal-media-upload:not([data-uploading="1"]) button[data-action="upload-files"] .is-uploading {
  display: none; }
#modal-media-upload[data-uploading="1"] button[data-action="upload-files"] .not-uploading {
  display: none; }
#modal-media-upload #drop-area {
  border: 2px dashed #CCCCCC;
  background-color: #EEEEEE;
  width: 100%;
  font-family: sans-serif;
  margin: 30px auto; }
  #modal-media-upload #drop-area.highlight {
    border-color: #555555;
    background-color: #CCCCCC; }
    #modal-media-upload #drop-area.highlight label {
      color: #333333; }
  #modal-media-upload #drop-area input[type="file"] {
    display: block;
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    z-index: -1;
    overflow: hidden; }
  #modal-media-upload #drop-area label {
    display: block;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    color: #666666; }
    #modal-media-upload #drop-area label i {
      font-size: 3em; }
#modal-media-upload #upload-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 10px; }
  #modal-media-upload #upload-gallery > div {
    height: 120px;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #555; }
    #modal-media-upload #upload-gallery > div img,
    #modal-media-upload #upload-gallery > div video {
      display: block;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      margin: auto; }
    #modal-media-upload #upload-gallery > div p {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0;
      padding: 0 2px;
      overflow-wrap: break-word;
      font-size: 9px;
      background-color: #e1e1e1;
      min-height: 14px;
      padding-right: 14px; }
    #modal-media-upload #upload-gallery > div .remove {
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #FF0000;
      color: #FFFFFF;
      font-size: 14px;
      text-decoration: none;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: normal !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      #modal-media-upload #upload-gallery > div .remove::before {
        content: "\f62a"; }
    #modal-media-upload #upload-gallery > div .progressbar {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 15px;
      width: 100%;
      background-color: transparent;
      border: none;
      opacity: 0.95; }
      #modal-media-upload #upload-gallery > div .progressbar > span {
        display: block;
        height: 100%;
        width: 0;
        background-color: #3CAAFF;
        font-size: 9px;
        color: #FFFFFF;
        line-height: 15px; }
        #modal-media-upload #upload-gallery > div .progressbar > span[style] {
          padding-left: 3px; }
    #modal-media-upload #upload-gallery > div[data-uploaded="1"] .progressbar > span {
      background-color: #3CAA00; }
    #modal-media-upload #upload-gallery > div[data-aborted="1"] .progressbar > span {
      background-color: #FFAA00; }
    #modal-media-upload #upload-gallery > div[data-error="1"] .progressbar > span {
      background-color: #FF0000; }
#modal-media-upload #progress-bar {
  margin-top: 20px;
  width: 100%;
  height: 25px; }
  #modal-media-upload #progress-bar span {
    display: block;
    background-color: #3CAAFF;
    height: 100%;
    width: 0;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold; }
    #modal-media-upload #progress-bar span[style] {
      padding-left: 5px; }

#page-map .content {
  display: flex;
  flex-direction: column; }
  #page-map .content label {
    padding-bottom: 16px; }
    #page-map .content label em {
      font-size: 36px;
      font-style: normal; }
    #page-map .content label span {
      font-size: 22px; }
  #page-map .content #map-links {
    font-size: 22px;
    padding: 0.4em;
    resize: none;
    flex: 1; }
    #page-map .content #map-links:focus, #page-map .content #map-links:active {
      outline: none; }

#kiosk-container {
  max-height: 760px; }
  #kiosk-container #kiosk-content-container {
    --oriWidth: 1920;
    --oriHeight: 1080;
    --maxWidth: calc(1320 - 12 - 12);
    --oriWidthPx: calc(var(--oriWidth) * 1px);
    --oriHeightPx: calc(var(--oriHeight) * 1px);
    --maxWidthPx: calc(var(--maxWidth) * 1px);
    --scaleFactor: calc( (var(--maxWidth) / var(--oriWidth)) );
    width: var(--oriWidthPx);
    height: var(--oriHeightPx);
    position: relative;
    transform: scale(var(--scaleFactor));
    transform-origin: top left;
    outline: 1px solid black;
    --col1: auto;
    --col2: 460px;
    --row1: 48px;
    --row2: auto;
    --row3: 145px;
    --column-gap: 30px;
    --row-gap: 20px;
    --text-color: #2599FA;
    /* Grid definitions */
    /* Header */
    /* Sidebar */
    /* Main Content */
    /* Category Links */
    /* A full width button in the category section */
    /**
    * Help Overlay
    */
    /* Use full height and width for the map page */ }
    #kiosk-container #kiosk-content-container #page {
      position: absolute;
      left: 40px;
      top: 40px;
      right: 40px;
      bottom: 40px;
      padding: var(--padding);
      /* background-color: yellow; */ }
    #kiosk-container #kiosk-content-container #page > * {
      /* background-color: green; */ }
    #kiosk-container #kiosk-content-container #page {
      display: grid;
      grid-template-rows: var(--row1) auto;
      row-gap: var(--row-gap);
      justify-items: stretch;
      align-items: stretch; }
    #kiosk-container #kiosk-content-container #header {
      grid-column: 1;
      grid-row: 1; }
    #kiosk-container #kiosk-content-container #content-area {
      grid-column: 1;
      grid-row: 2; }
    #kiosk-container #kiosk-content-container #content-area {
      position: relative; }
    #kiosk-container #kiosk-content-container .page-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: grid;
      grid-template-columns: var(--col1) var(--col2);
      grid-template-rows: var(--row2) var(--row3);
      column-gap: var(--column-gap);
      row-gap: var(--row-gap);
      justify-items: stretch;
      align-items: stretch; }
    #kiosk-container #kiosk-content-container #content-area .content-container {
      grid-column: 1;
      grid-row: 1; }
    #kiosk-container #kiosk-content-container #content-area .sidebar {
      grid-column: 2;
      grid-row: 1 / span 2; }

    /* Map page in kiosk frame should let its iframe fill the available space */
    #kiosk-container #kiosk-content-container #page-map .content-container,
    #kiosk-container #kiosk-content-container #page-map .content {
      height: 100%; }
    #kiosk-container #kiosk-content-container #page-map #map-iframe-editor {
      width: 100%;
      height: 100%;
      min-height: 0; }
    #kiosk-container #kiosk-content-container #content-area .category-links,
    #kiosk-container #kiosk-content-container #content-area .pois {
      grid-column: 1 / 2;
      grid-row: 2; }
    #kiosk-container #kiosk-content-container #header {
      display: grid;
      grid-template-columns: auto 300px 120px var(--col2);
      grid-template-rows: 100%;
      column-gap: var(--column-gap);
      justify-items: stretch;
      align-items: stretch;
      color: #707070; }
    #kiosk-container #kiosk-content-container #header > * {
      /* background-color: #E7F7FF; */ }
    #kiosk-container #kiosk-content-container #header h1 {
      padding: 0 0 0 20px;
      margin: 0;
      /* font-size: 46px; */
      /* color: #D00021; */
      font-family: "Honeywell Sans";
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    #kiosk-container #kiosk-content-container #header h1 a {
      display: block;
      width: 218px;
      height: 41px;
      background-image: url("../img/logo-pp.svg");
      background-repeat: no-repeat; }
    #kiosk-container #kiosk-content-container #date {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 18px; }
    #kiosk-container #kiosk-content-container #time {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 18px;
      padding-right: 20px; }
    #kiosk-container #kiosk-content-container #nav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: 50px 50px 50px;
      justify-content: flex-end; }
    #kiosk-container #kiosk-content-container #nav li {
      display: flex;
      justify-content: stretch;
      align-content: center; }
    #kiosk-container #kiosk-content-container #nav li a {
      flex: 1;
      color: inherit;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: center center;
      margin: 0 5px;
      position: relative; }
    #kiosk-container #kiosk-content-container #nav li a[href="index.htm"],
    #kiosk-container #kiosk-content-container #nav li a[href="#index.htm"] {
      background-image: url("../img/icon_home.svg"); }
    #kiosk-container #kiosk-content-container #nav li a[href="map.htm"],
    #kiosk-container #kiosk-content-container #nav li a[href="#map.htm"] {
      background-image: url("../img/icon_map.svg"); }
    #kiosk-container #kiosk-content-container #nav li a[href="help.htm"],
    #kiosk-container #kiosk-content-container #nav li a[href="#help.htm"] {
      background-image: url("../img/icon_help.svg"); }
    #kiosk-container #kiosk-content-container #nav li a:hover::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center center;
      animation: navpulse 1s; }
    #kiosk-container #kiosk-content-container #nav li a[href="index.htm"]:hover::after,
    #kiosk-container #kiosk-content-container #nav li a[href="#index.htm"]:hover::after {
      background-image: url("../img/icon_home.svg"); }
    #kiosk-container #kiosk-content-container #nav li a[href="map.htm"]:hover::after,
    #kiosk-container #kiosk-content-container #nav li a[href="#map.htm"]:hover::after {
      background-image: url("../img/icon_map.svg"); }
    #kiosk-container #kiosk-content-container #nav li a[href="help.htm"]:hover::after,
    #kiosk-container #kiosk-content-container #nav li a[href="#help.htm"]:hover::after {
      background-image: url("../img/icon_help.svg"); }
    #kiosk-container #kiosk-content-container .sidebar {
      background-color: #F7F7F7;
      padding: 20px 30px 30px 30px;
      display: flex;
      flex-direction: column;
      border: 1px solid #D8D8D8; }
    #kiosk-container #kiosk-content-container .sidebar-content {
      margin-top: 30px;
      flex: 1;
      overflow: hidden;
      position: relative; }
      #kiosk-container #kiosk-content-container .sidebar-content textarea {
        width: 100%;
        height: 100%;
        resize: none;
        border: 1px solid #CCC; }
    #kiosk-container #kiosk-content-container .page-container {
      display: none; }
    #kiosk-container #kiosk-content-container .page-container[data-visible="1"] {
      display: grid; }
    #kiosk-container #kiosk-content-container .page-container .content-container {
      background-color: #F7F7F7;
      padding: 20px;
      position: relative;
      overflow: hidden;
      border: 1px solid #D8D8D8; }
    #kiosk-container #kiosk-content-container .page-container .content {
      width: 100%;
      height: 100%; }
    #kiosk-container #kiosk-content-container .page-container .content .buttons {
      text-align: center; }
    #kiosk-container #kiosk-content-container .category-links {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: grid;
      justify-items: stretch;
      align-items: stretch; }
    #kiosk-container #kiosk-content-container .category-links {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      column-gap: var(--row-gap); }
    #kiosk-container #kiosk-content-container .category-links li {
      background-color: #2599FA;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex; }
      #kiosk-container #kiosk-content-container .category-links li[style*="background-image"] {
        background-size: cover; }
    #kiosk-container #kiosk-content-container .category-links li {
      background-image: url("../img/category-placeholder.svg"); }
    #kiosk-container #kiosk-content-container .category-links li a {
      flex: 1;
      display: flex;
      text-decoration: none;
      color: #FFF;
      font-size: 16px;
      padding: 12px;
      line-height: 18px;
      font-family: "Honeywell Sans";
      font-weight: 400; }
    #kiosk-container #kiosk-content-container .category-links li a span {
      display: block;
      max-width: 50%;
      align-self: flex-end; }
    #kiosk-container #kiosk-content-container .category-links li.full-width {
      grid-column: 1 / span 5;
      background-image: none; }
    #kiosk-container #kiosk-content-container .category-links li.full-width a {
      font-size: 32px;
      line-height: 1;
      justify-content: center; }
    #kiosk-container #kiosk-content-container .category-links li.full-width a span {
      align-self: center;
      max-width: 100%; }
    #kiosk-container #kiosk-content-container .category-links li {
      position: relative; }
      #kiosk-container #kiosk-content-container .category-links li.add-new-category {
        filter: grayscale(1);
        opacity: 0.7;
        background-color: #198754; }
        #kiosk-container #kiosk-content-container .category-links li.add-new-category:hover {
          filter: grayscale(0);
          opacity: 1; }
        #kiosk-container #kiosk-content-container .category-links li.add-new-category span {
          max-width: 100%; }
      #kiosk-container #kiosk-content-container .category-links li.new-entry .change-name, #kiosk-container #kiosk-content-container .category-links li.edit-entry .change-name {
        display: flex; }
      #kiosk-container #kiosk-content-container .category-links li .actions {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.6);
        display: flex;
        padding: 6px 0; }
        #kiosk-container #kiosk-content-container .category-links li .actions a,
        #kiosk-container #kiosk-content-container .category-links li .actions .mover {
          font-family: bootstrap-icons !important;
          font-style: normal;
          font-weight: normal !important;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          vertical-align: -.125em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          text-decoration: none;
          font-size: 22px;
          display: block;
          color: #000000;
          padding: 0;
          flex: 1;
          text-align: center;
          border-right: 1px solid black; }
          #kiosk-container #kiosk-content-container .category-links li .actions a:last-child,
          #kiosk-container #kiosk-content-container .category-links li .actions .mover:last-child {
            border-right: none; }
        #kiosk-container #kiosk-content-container .category-links li .actions .mover {
          cursor: move; }
          #kiosk-container #kiosk-content-container .category-links li .actions .mover::before {
            content: "\f14e"; }
        #kiosk-container #kiosk-content-container .category-links li .actions a[data-action="show-set-category-name"]::before {
          content: "\f4ca"; }
        #kiosk-container #kiosk-content-container .category-links li .actions a[data-action="show-set-category-image"]::before {
          content: "\f42a"; }
        #kiosk-container #kiosk-content-container .category-links li .actions a[data-action="remove-category"] {
          color: #222222;
          color: #960000; }
          #kiosk-container #kiosk-content-container .category-links li .actions a[data-action="remove-category"]::before {
            content: "\f5de"; }
      #kiosk-container #kiosk-content-container .category-links li .change-name {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start; }
        #kiosk-container #kiosk-content-container .category-links li .change-name > div {
          margin: 14px 14px 0 14px;
          flex: 1; }
        #kiosk-container #kiosk-content-container .category-links li .change-name textarea {
          resize: none;
          width: 100%;
          padding: 0.6em;
          font-size: 20px;
          border: 1px solid black;
          background-color: rgba(255, 255, 255, 0.9);
          max-height: 80px; }
          #kiosk-container #kiosk-content-container .category-links li .change-name textarea:focus, #kiosk-container #kiosk-content-container .category-links li .change-name textarea:active {
            border: 1px solid #00AEFF;
            outline: 3px solid #00AEFF; }
        #kiosk-container #kiosk-content-container .category-links li .change-name .buttons {
          display: flex;
          justify-items: flex-end;
          margin-top: 5px;
          margin-bottom: 14px;
          max-height: 30px; }
          #kiosk-container #kiosk-content-container .category-links li .change-name .buttons button.btn {
            padding-top: 0;
            padding-bottom: 0.1em; }
            #kiosk-container #kiosk-content-container .category-links li .change-name .buttons button.btn[data-action="set-name"] {
              margin-right: 0;
              margin-left: auto; }
    #kiosk-container #kiosk-content-container #help-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.9);
      display: flex;
      flex-direction: column;
      align-items: center;
      opacity: 0;
      z-index: -99999;
      /* z-index: 99999; */
      transition-property: all;
      transition-duration: 0.25s;
      font-size: 16px; }
      #kiosk-container #kiosk-content-container #help-overlay > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.35);
        border: none;
        overflow-wrap: break-word; }
      #kiosk-container #kiosk-content-container #help-overlay [data-action="close-help-page"] {
        position: absolute;
        top: 30px;
        right: 29px;
        padding: 20px 30px;
        font-size: 20px;
        text-decoration: none;
        color: #707070;
        text-transform: uppercase; }
      #kiosk-container #kiosk-content-container #help-overlay .content {
        color: #333333;
        height: 100%;
        text-align: center; }
      #kiosk-container #kiosk-content-container #help-overlay figure.table > :not(:last-child) > :last-child > * {
        border: none; }
      #kiosk-container #kiosk-content-container #help-overlay .ck-content .table table {
        border: thin dotted #0066FF; }
      #kiosk-container #kiosk-content-container #help-overlay .ck-content .table table th,
      #kiosk-container #kiosk-content-container #help-overlay .ck-content .table table td {
        border: thin dotted #0066FF; }
      #kiosk-container #kiosk-content-container #help-overlay h1 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 2em; }
      #kiosk-container #kiosk-content-container #help-overlay h2 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 1.5em; }
      #kiosk-container #kiosk-content-container #help-overlay h3 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 1.17em; }
      #kiosk-container #kiosk-content-container #help-overlay h4 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 1em; }
      #kiosk-container #kiosk-content-container #help-overlay h5 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 0.83em; }
      #kiosk-container #kiosk-content-container #help-overlay h6 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 0.67em; }
    #kiosk-container #kiosk-content-container.show-help #help-overlay {
      opacity: 1;
      z-index: 99999; }
    #kiosk-container #kiosk-content-container #page-map .content-container {
      grid-row: 1 / span 2;
      grid-column: 1 / span 2; }

#sidebar-container {
  padding-right: 10px;
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto; }

#sidebar-replica {
  width: 460px;
  background-color: #F7F7F7;
  border: 1px solid #888888;
  padding: 15px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  color: #333333;
  margin-bottom: 20px;
  margin-left: auto;
  flex: 1;
  align-self: stretch; }
  #sidebar-replica .ck-content {
    font-family: "Honeywell Sans"; }
    #sidebar-replica .ck-content p {
      font-size: 14px; }
    #sidebar-replica .ck-content h2 {
      font-size: 28px; }
    #sidebar-replica .ck-content h3 {
      font-size: 24px; }
    #sidebar-replica .ck-content h4 {
      font-size: 20px; }
    #sidebar-replica .ck-content .text-tiny p {
      font-size: 9px; }
    #sidebar-replica .ck-content .text-tiny h2 {
      font-size: 16px; }
    #sidebar-replica .ck-content .text-tiny h3 {
      font-size: 13px; }
    #sidebar-replica .ck-content .text-tiny h4 {
      font-size: 11px; }
    #sidebar-replica .ck-content .text-small p {
      font-size: 11px; }
    #sidebar-replica .ck-content .text-small h2 {
      font-size: 22px; }
    #sidebar-replica .ck-content .text-small h3 {
      font-size: 18px; }
    #sidebar-replica .ck-content .text-small h4 {
      font-size: 14px; }
    #sidebar-replica .ck-content .text-big p {
      font-size: 16px; }
    #sidebar-replica .ck-content .text-big h2 {
      font-size: 32px; }
    #sidebar-replica .ck-content .text-big h3 {
      font-size: 28px; }
    #sidebar-replica .ck-content .text-big h4 {
      font-size: 24px; }
    #sidebar-replica .ck-content .text-huge p {
      font-size: 24px; }
    #sidebar-replica .ck-content .text-huge h2 {
      font-size: 38px; }
    #sidebar-replica .ck-content .text-huge h3 {
      font-size: 32px; }
    #sidebar-replica .ck-content .text-huge h4 {
      font-size: 28px; }
  #sidebar-replica .ck.ck-editor__editable_inline {
    padding: 0;
    border: none; }
  #sidebar-replica .ck-focused {
    box-shadow: none; }
  #sidebar-replica .editor-block {
    outline: 1px dotted #888; }
    #sidebar-replica .editor-block[data-active="1"] {
      outline: 1px solid #508AC4; }
  #sidebar-replica .editor-block[data-uuid="headline"] {
    margin-bottom: 1em; }
    #sidebar-replica .editor-block[data-uuid="headline"] h2 {
      padding: 0;
      margin: 0; }
  #sidebar-replica .sidebar-content {
    margin-top: 30px;
    flex: 1;
    position: relative; }
    #sidebar-replica .sidebar-content .editor-block {
      margin-top: 40px; }
      #sidebar-replica .sidebar-content .editor-block:first-child {
        margin-top: 0; }
    #sidebar-replica .sidebar-content .block {
      position: relative;
      z-index: 0;
      overflow: hidden;
      background-color: #FFFFFF;
      border: none !important; }
      #sidebar-replica .sidebar-content .block > *:not(img):not(figure) {
        margin-left: 20px;
        margin-right: 20px; }
      #sidebar-replica .sidebar-content .block > *:first-child:not(img):not(figure) {
        margin-top: 20px; }
      #sidebar-replica .sidebar-content .block > *:last-child {
        margin-bottom: 20px; }
      #sidebar-replica .sidebar-content .block figure {
        margin: 0; }

.ck-balloon-panel.ck-balloon-panel_visible {
  z-index: 1055 !important; }

.ck-balloon-panel_with-arrow.ck-balloon-panel_visible {
  z-index: 2001 !important; }

#textarea-sidebar-content {
  height: 600px; }

/*# sourceMappingURL=main.css.map */
