@charset "UTF-8";
.frontend {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.frontend a {
  color: #32383e;
  text-decoration: underline;
}
.frontend ul:not(.dtr-details) a {
  text-decoration: none;
}
.frontend .fa:before {
  font-family: FontAwesome;
}
.frontend #imp-wrap {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  position: relative;
  
}
.frontend #datetimepicker {
  position: absolute;
  width: 100%;
  margin: 0 !important;
  padding: 5px;
  background: #00415C;
  z-index: 40;
  border: 1px solid #005376;
}
.frontend #overview-container {
  display: none;
  position: absolute;
  top: 0;
  z-index: 20;
  max-width: 18%;
}
.frontend #overview-container .imp-wrap {
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
}
.frontend #overview-container .fa-map-marker.active {
  color: green;
}
.frontend #sunstudy-container {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  color: white;
  z-index: 30;
}
.frontend #sunstudy-container #sunstudy {
  position: relative;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontend #sunstudy-container .direction {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: -15px;
  transform-origin: center;
}
.frontend #sunstudy-container .time {
  position: absolute;
  background: rgba(150, 150, 150, 0.8);
  border-radius: 3px;
  white-space: nowrap;
  padding: 3px 6px;
  z-index: 10;
}
.frontend #sunstudy-container .time.sunrise, .frontend #sunstudy-container .time.sunset, .frontend #sunstudy-container .time.current {
  transform-origin: center;
}
.frontend #sunstudy-container .time.current {
  background: rgba(10, 10, 10, 0.8);
}
.frontend.hide-objects #image-map-pro-container .imp-shape:not(.imp-shape-spot):not(.highlight) {
  opacity: 0 !important;
}
.frontend.hide-objects .objects .active {
  display: inline !important;
}
.frontend.hide-objects .objects .inactive {
  display: none !important;
}
.frontend.show-sunstudy #sunstudy-container {
  display: block;
}
.frontend.show-sunstudy .sun .active {
  display: inline !important;
}
.frontend.show-sunstudy .sun .inactive {
  display: none !important;
}
.frontend.show-overview #overview-container {
  display: block;
}
.frontend.show-overview .overview .active {
  display: inline !important;
}
.frontend.show-overview .overview .inactive {
  display: none !important;
}
.frontend.hide-filters .filter .active {
  display: inline !important;
}
.frontend.hide-filters .filter .inactive {
  display: none !important;
}
.frontend.hide-filters .filters {
  display: none;
}
.frontend #image-map-pro-container .imp-shape {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.frontend #image-map-pro-container .imp-shape.hidden {
  opacity: 0 !important;
  cursor: default !important;
}
.frontend #image-map-pro-container .imp-tooltip.hidden {
  display: none !important;
}
.frontend #image-map-pro-container .imp-tooltip h2 {
  font-size: 1.25em;
}
.frontend #image-map-pro-container .imp-tooltip dl {
  margin: 0;
  overflow: hidden;
}
.frontend #image-map-pro-container .imp-tooltip dt {
  float: left;
  clear: left;
  margin-right: 5px;
}
.frontend #image-map-pro-container .imp-tooltip dd {
  float: left;
}
.frontend .map-buttons {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #00415C;
  border-top: 1px solid #005376;
  border-bottom: 1px solid #005376;
  z-index: 30;
}
.frontend .map-buttons .map-button-container {
  background: transparent;
  flex: 0 1 160px;
  border-right: 1px solid #005376;
}
.frontend .map-buttons .map-button-container .active {
  display: none;
}
.frontend .map-buttons .map-button-container .mobile {
  display: inline !important;
}
.frontend .map-buttons .map-button-container input {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  color: white;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 0.9em;
}
.frontend .map-buttons .map-button-container ul {
  display: none;
  list-style-type: none;
  padding: 0;
  background-color: #00415C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.frontend .map-buttons .map-button-container ul a {
  display: block;
  border-bottom: 1px solid #005376;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.frontend .map-buttons .map-button-container.views ul a {
  white-space: normal;
}
.frontend .map-buttons .map-button {
  display: flex;
  overflow: hidden;
  align-items: baseline;
  flex-flow: row nowrap;
  cursor: pointer;
  border: none;
  color: white;
  background: transparent;
  padding: 0.5rem 1rem;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
  text-align: left;
  width: 100%;
}
.frontend .map-buttons .map-button > * {
  margin-right: 4px;
}
.frontend .map-buttons .map-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.frontend .filters {
  display: flex;
  flex-flow: row nowrap;
  border-top: 1px solid #D6D6D6;
  background: #F7F7F7;
}
.frontend .filters .noUi-target {
  margin-top: 10px;
}
.frontend .filters .values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.frontend .filters .checkboxes {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  margin-top: 5px;
}
.frontend .filters .checkboxes .checkbox {
  margin-right: 15px;
}
.frontend .filters > .filter {
  flex: 0 1 50%;
  padding: 15px 25px;
  border-right: 1px solid #D6D6D6;
}
.frontend .filters > *:first-child {
  border-left: 1px solid #D6D6D6;
}
.frontend .page-item.active .page-link {
  background-color: #00415C;
  border-color: #32383e;
}
.frontend .page-link {
  color: #212529;
}
.frontend .table tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.frontend .table tr:nth-child(even) {
  background-color: #ECECEC;
}
.frontend .table tr {
  border-bottom: 1px solid #D6D6D6;
}
.frontend table.dataTable {
  margin-top: 0 !important;
}
.frontend table.dataTable tbody tr:hover, .frontend table.dataTable tbody tr.keep-highlight {
  background-color: rgba(0, 0, 0, 0.2);
}
.frontend table.dataTable th {
  font-weight: 400;
}
.frontend table.dataTable th:before, .frontend table.dataTable th:after {
  top: 6px;
}
.frontend table.dataTable th, .frontend table.dataTable td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.frontend table.dataTable thead .sorting,
.frontend table.dataTable thead .sorting_desc,
.frontend table.dataTable thead .sorting_asc, .frontend table.dataTable tfoot .sorting,
.frontend table.dataTable tfoot .sorting_desc,
.frontend table.dataTable tfoot .sorting_asc {
  background-image: unset;
}
.frontend table.dataTable thead th, .frontend table.dataTable tfoot th {
  background-color: #00415C;
  border-color: #005376;
}
.frontend table.dataTable.collapsed > tbody > tr[role=row] {
  cursor: pointer;
}
.frontend table.dataTable.collapsed > tbody > tr[role=row] > td:first-child:before, .frontend table.dataTable.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 9px;
  left: 8px;
  color: #212529;
  border: none;
  box-shadow: none;
  font-family: inherit;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  height: 1em;
  width: 1em;
}
.frontend .controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
  margin-top: 25px;
}
.frontend .controls.hide-paging .dataTables_paginate {
  display: none;
}
.frontend .controls.hide-paging .dataTables_info {
  padding: 0;
}
.frontend .controls .pagination {
  justify-content: center !important;
}
.frontend .controls > div {
  text-align: center;
  flex: 1;
  margin: 0 10px 25px 10px;
}
.frontend .modal {
  position: absolute;
  height: 100vh;
}
.frontend .modal input, .frontend .modal button, .frontend .modal textarea {
  font-size: inherit !important;
  border-radius: 0;
}
.frontend .modal#contactModal .modal-body {
  padding-top: 0;
}
.frontend .modal#contactModal label {
  margin: 0;
}
.frontend .modal#contactModal button.submit {
  display: block;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #005376;
  background: #00415C;
  color: white;
  width: 100%;
}
.frontend .modal#contactModal button.submit:hover {
  text-decoration: none;
  background: #005376;
}
.frontend .modal ul {
  list-style-type: none;
  padding: 0;
}
.frontend .modal ul .file:before {
  font-family: FontAwesome;
  content: "";
  font-size: 1.2em;
  margin-right: 8px;
}
.frontend .modal ul.links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
}
.frontend .modal ul.links li {
  flex: 0 1 calc(50% - 5px);
  margin-top: 10px;
}
.frontend .modal ul.links li a {
  display: block;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #005376;
  background: #00415C;
  color: white;
}
.frontend .modal ul.links li a:hover {
  text-decoration: none;
  background: #005376;
}
.frontend .modal .table td {
  white-space: nowrap;
}
.frontend .modal .close {
  font-size: 1rem;
}
.frontend .modal .modal-header {
  border-bottom: none;
}
.frontend .modal .modal-content {
  border-radius: 0;
}
.frontend .noUi-target {
  width: calc(100% - 24px);
  left: 12px;
}
.frontend .noUi-horizontal {
  height: 10px;
  border-color: #D6D6D6;
}
.frontend .noUi-horizontal .noUi-base .noUi-connect {
  background-color: #FDB85E;
}
.frontend .noUi-horizontal .noUi-base .noUi-handle {
  background-color: #F7F7F7;
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  box-shadow: none;
  color: white;
  margin-left: -22px;
  margin-top: -8.5px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  right: -13px;
  height: 25px;
  width: 25px;
  z-index: 2;
}
.noUi-horizontal .frontend .noUi-horizontal .noUi-base .noUi-handle {
  cursor: ew-resize;
}
.noUi-vertical .frontend .noUi-horizontal .noUi-base .noUi-handle {
  cursor: ns-resize;
  margin-left: -7.5px;
}
.frontend .noUi-horizontal .noUi-base .noUi-handle:hover {
  background-color: white;
}
.frontend .noUi-horizontal .noUi-base .noUi-handle.noUi-active {
  background-color: #dedede;
  z-index: 3;
}
.frontend .noUi-horizontal .noUi-base .noUi-handle::before {
  content: "";
  background: transparent;
  position: static;
  width: 100%;
  vertical-align: middle;
}
.frontend .noUi-horizontal .noUi-base .noUi-handle::after {
  display: none;
}

@media (max-width: 768px) {
  .frontend .filters {
    flex-flow: column nowrap;
    display: none;
  }
  .frontend .filters > .filter {
    flex-basis: 100%;
  }

  .imp-fullscreen-tooltips-container {
    display: none !important;
  }

  .imp-fullscreen-tooltips-container .imp-fullscreen-tooltip {
    position: static !important;
    display: none !important;
  }
}
@media (min-width: 651px) {
  .frontend .map-button-container.sun,
.frontend .map-button-container.views {
    position: relative;
  }
}
@media (max-width: 650px) {
  .frontend #overview-container {
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 40;
  }
  .frontend .map-buttons .map-button *:not(.mobile) {
    display: none !important;
  }
  .frontend .map-buttons .map-button {
    justify-content: center;
  }
  .frontend .map-buttons .map-button-container {
    flex: 1 0 20% !important;
  }
  .frontend .map-buttons .map-button-container.sun ul, .frontend .map-buttons .map-button-container.views ul {
    margin-top: 1px;
  }
}

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