/* Universal Styles */
/* Some measurements */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v205/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2'), url('/css/GoogleMaterialSymbolsOutlinedv205.woff2') format('woff2');
}
* {
  scrollbar-color: gray;
}
* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
* ::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 0.5em;
  border: 1px solid #333;
}
* ::-webkit-scrollbar-track {
  background-color: #333;
}
span.material-icons {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #121212;
  color: #efeff1;
  /* CONSTRUCTION ALERT */
}
body.clip-fullscreen {
  max-height: 100vh;
  overflow: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
body h1.pseudo-header {
  background-color: #fdb01e;
  text-align: center;
  padding: 0.1em;
}
body span.block-span {
  display: block;
}
body span.block-span.cam-popup-link {
  font-size: 1.15em;
}
body .text-muted-dark {
  color: #9aa3a7 !important;
}
body .badge-dark {
  color: #f8f9fa;
  background-color: #212529;
}
body .btn-primary {
  background-color: #fdb01e;
  border-color: #fdb01e;
}
body .btn-primary:hover:not(:disabled),
body .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #e7871f;
  border-color: #a87514;
}
body .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 176, 30, 0.5);
}
body .btn-outline-primary {
  color: #fdb01e;
  border-color: #fdb01e;
}
body .btn-outline-primary:hover,
body .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #e7871f;
  border-color: #e7871f;
}
body .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 176, 30, 0.5);
}
body .icon-btn {
  padding: 0;
}
body .icon-btn.btn-primary {
  color: #000;
}
body .icon-btn:not(.btn-primary):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
body .btn-square {
  padding: 0.375rem;
}
body .card-header,
body .card-body {
  color: #212529;
}
body .daterangepicker {
  color: #212529;
}
body div.heading-overlay,
body div.ctrl-overlay {
  position: absolute;
  pointer-events: none;
  text-align: left;
  top: unset !important;
  bottom: 0;
  display: none;
  font-size: 0.75em;
  padding: 0.25em;
  background-color: rgba(24, 24, 27, 0.75);
}
body div.heading-overlay p,
body div.ctrl-overlay p {
  margin-bottom: 0;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  body div.heading-overlay,
  body div.ctrl-overlay {
    display: none !important;
  }
}
body div.heading-overlay {
  right: 0;
  z-index: 5;
}
body div.drag-box {
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 123, 255, 0.6);
  z-index: 100;
}
body div.modal button.close {
  color: #efeff1;
}
body div.modal div.modal-content {
  background-color: #121212;
}
body div.modal div.modal-content div.modal-header,
body div.modal div.modal-content div.modal-footer {
  border-color: #333;
}
body div.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fdb01e;
  border-color: #fdb01e;
}
body div.custom-radio-toggle {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
body div.custom-radio-toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
body div.custom-radio-toggle input + label {
  margin: 0;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
body div.custom-radio-toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
body div.custom-radio-toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
@media (max-width: 800px) {
  body div.custom-radio-toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body div.custom-radio-toggle input:hover + label {
  border-color: #121212;
}
body div.custom-radio-toggle input:checked + label {
  background-color: #fdb01e;
  color: #FFF;
  box-shadow: 0 0 10px rgba(253, 176, 30, 0.5);
  border-color: #fdb01e;
  z-index: 1;
}
body div.custom-radio-toggle input:focus + label {
  outline: dotted 1px #CCC;
}
body .input-group div.custom-radio-toggle input + label:first-of-type {
  border-radius: 0;
  border-right: none;
  border-left: none;
}
body div#ucsdArchiveModal .modal-body {
  text-align: center;
}
body div#ucsdArchiveModal .modal-body iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
body div#tutorialModal video {
  max-width: 100%;
}
body span.material-icons {
  text-align: center;
  vertical-align: middle;
}
body div.alert.construction-alert {
  position: sticky;
  top: 0;
  z-index: 1100;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body div.alert.construction-alert {
    display: none;
  }
}
body div.find-point-crosshair {
  width: 15px;
  height: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
body div.spinner {
  animation: spin 1.5s linear infinite;
  border: 4px solid #fff;
  border-top: 4px solid #fdb01e;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 991px) {
  body div.report-wrap {
    overflow-x: scroll;
  }
  body div.report-wrap table tbody td,
  body div.report-wrap div.report-wrap table thead th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 991px) {
  body .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  body .hidden-gt-sm {
    display: none !important;
  }
}
body input.camera-search:focus + ul.camera-search-list,
body ul.camera-search-list:focus,
body ul.camera-search-list:focus-within,
body ul.camera-search-list:active {
  left: 0;
}
body ul.camera-search-list {
  position: absolute;
  background-color: #fff;
  list-style-type: none;
  min-width: 150px;
  padding: 0.15em;
  overflow: auto;
  max-height: 42em;
  top: 100%;
  left: -150vw;
  width: 100%;
  height: max-content;
  z-index: 1003;
}
body ul.camera-search-list li.ui-menu-item {
  border-bottom: 1px solid #eee;
  width: 100%;
}
body ul.camera-search-list li.ui-menu-item:last-child {
  border-bottom: none;
}
body ul.camera-search-list li.ui-menu-item a,
body ul.camera-search-list li.ui-menu-item span {
  width: 100%;
  display: block;
  background-color: inherit;
  color: inherit;
  border: none;
  padding: 0.25em;
}
body ul.camera-search-list li.ui-menu-item a:focus,
body ul.camera-search-list li.ui-menu-item span:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: black;
  outline-style: solid;
  outline-width: 1px;
  border-radius: 4px;
  background-color: #dddddd;
}
body ul.camera-search-list li.ui-menu-item a.ui-state-active,
body ul.camera-search-list li.ui-menu-item span.ui-state-active {
  background-color: #eee;
  text-decoration: none;
}
body ul.camera-search-list li.ui-menu-item a:hover,
body ul.camera-search-list li.ui-menu-item span:hover {
  text-decoration: none;
}
/* Header styles */
div.main-header {
  background-color: #18181b;
  position: sticky;
  top: 0;
  z-index: 1002;
  box-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
div.main-header.ccm .desktop-menu {
  display: none;
}
div.main-header.ccm.apple div.navbar-collapse {
  max-height: calc(100vh - 100px);
}
div.main-header.ccm div.navbar-collapse {
  position: fixed;
  width: 100%;
  background-color: #121212;
  left: 0;
  top: 45px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  order: 0 !important;
  max-height: calc(100vh - 45px);
  overflow: auto;
}
div.main-header.ccm div.navbar-collapse .branch-dd {
  width: max-content;
}
div.main-header.ccm div.navbar-collapse .branch-dd > .dropdown-menu.show {
  bottom: 100%;
  top: unset;
}
div.main-header.ccm div.navbar-collapse li.nav-item.mobile-menu {
  display: initial;
}
div.main-header.ccm div.navbar-collapse .navbar-nav.ml-auto {
  display: block;
}
div.main-header.ccm div.navbar-collapse.collapse:not(.show) {
  display: none !important;
}
div.main-header.ccm div.navbar-collapse img.beta-tag {
  height: 14px;
  left: calc(1.75em * 6);
}
div.main-header.ccm div.navbar-collapse div.video-link {
  order: 2;
  width: 100%;
  display: flex;
}
div.main-header.ccm div.navbar-collapse div.video-link a {
  width: 100%;
}
div.main-header.ccm .navbar.navbar-expand-lg.navbar-dark {
  height: 0px;
  padding: 0px;
  flex-flow: row nowrap;
  background-color: #18181b;
  max-height: 100vh;
  overflow-y: auto;
}
div.main-header.ccm .navbar.navbar-expand-lg.navbar-dark .navbar-content-wrap {
  flex-direction: column;
}
div.main-header.ccm .navbar.navbar-expand-lg.navbar-dark .log-btn,
div.main-header.ccm .navbar.navbar-expand-lg.navbar-dark .camera-search-container {
  display: none;
}
div.main-header.ccm div.log-btn {
  order: 1;
  width: 100%;
  display: flex;
}
div.main-header.ccm div.log-btn a {
  width: 100%;
}
div.main-header.ccm div.cam-toggles {
  order: 6 !important;
}
div.main-header.ccm div.cam-toggles .custom-switch {
  display: block;
}
div.main-header.ccm div.cam-toggles .dropdown-toggle {
  display: none;
}
div.main-header.ccm div.cam-toggles .dropdown-menu {
  display: block;
  padding: 0;
  position: relative;
}
div.main-header.ccm div.cam-toggle-buttons {
  flex-wrap: wrap;
  width: 100%;
}
div.main-header.ccm div.cam-toggle-buttons.hidden-gt-sm {
  display: flex !important;
}
div.main-header.ccm div.cam-toggle-buttons.hidden-sm {
  display: none !important;
}
div.main-header.ccm div.cam-toggle-buttons button {
  width: calc(50% - 0.125em);
}
div.main-header nav.navbar {
  padding: 0.25rem 1rem;
  gap: 0.25rem;
}
div.main-header nav.navbar div.navbar-collapse {
  order: 3;
}
div.main-header nav.navbar div.navbar-collapse div.navbar-content-wrap {
  display: flex;
  width: 100%;
  justify-items: right;
  gap: 0.25rem;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.navbar-collapse div.navbar-content-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.navbar-collapse {
    order: 0;
  }
}
div.main-header nav.navbar .collocated-dropdown {
  background-color: #333;
  color: #efeff1;
  border-radius: 0.25em;
  border-color: #000;
  font-size: 1.75rem;
}
div.main-header nav.navbar a.navbar-brand {
  padding: 0;
}
div.main-header nav.navbar a.navbar-brand#home-btn > img {
  height: 2em;
}
div.main-header nav.navbar a.navbar-brand#home-btn > img:hover {
  filter: brightness(0.5) sepia(1) hue-rotate(7.85deg) saturate(200);
}
div.main-header nav.navbar a.navbar-brand img.alertca-logo {
  height: 2.4em;
}
@media screen and (max-width: 500px) {
  div.main-header nav.navbar a.navbar-brand img.alertca-logo {
    height: 1.75em;
  }
}
div.main-header nav.navbar a.navbar-brand img.beta-tag {
  position: absolute;
  height: 19px;
  top: 0.5em;
  left: calc(2.4em * 6);
  transform: rotate(20deg);
}
@media screen and (max-width: 500px) {
  div.main-header nav.navbar a.navbar-brand img.beta-tag {
    height: 14px;
    left: calc(1.75em * 6);
  }
}
div.main-header nav.navbar div.video-link {
  order: 5;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.video-link {
    order: 2;
    width: 100%;
    display: flex;
  }
  div.main-header nav.navbar div.video-link a {
    width: 100%;
  }
}
div.main-header nav.navbar div.branch-dd {
  order: 6;
}
div.main-header nav.navbar div.branch-dd div#branches-menu {
  color: #efeff1;
}
div.main-header nav.navbar div.branch-dd div#branches-menu a.nav-link {
  font-weight: 600;
  color: #efeff1;
}
div.main-header nav.navbar div.branch-dd div#branches-menu a.nav-link:hover {
  color: #fdb01e;
}
div.main-header nav.navbar div.log-btn {
  order: 6;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.log-btn {
    order: 1;
    width: 100%;
    display: flex;
  }
  div.main-header nav.navbar div.log-btn a {
    width: 100%;
  }
}
div.main-header nav.navbar div.cam-toggles {
  order: 3;
  justify-content: left;
  width: auto;
}
div.main-header nav.navbar div.cam-toggles .custom-switch {
  margin-right: 0.5em;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.cam-toggles .custom-switch {
    display: block;
  }
}
div.main-header nav.navbar div.cam-toggles .dropdown-toggle:empty::after {
  vertical-align: middle;
}
div.main-header nav.navbar div.cam-toggles .dropdown-menu {
  margin: 0;
  padding: 0.25rem;
}
div.main-header nav.navbar div.cam-toggles .dropdown-menu div.custom-control.custom-switch {
  margin-right: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.cam-toggles {
    order: 5;
  }
  div.main-header nav.navbar div.cam-toggles .dropdown-toggle {
    display: none;
  }
  div.main-header nav.navbar div.cam-toggles .dropdown-menu {
    display: block;
    padding: 0;
  }
}
div.main-header nav.navbar div.cam-toggle-buttons {
  order: 2;
  display: flex;
  gap: 0.25rem;
  white-space: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.cam-toggle-buttons {
    flex-wrap: wrap;
    width: 100%;
  }
  div.main-header nav.navbar div.cam-toggle-buttons.hidden-gt-sm {
    display: flex !important;
  }
  div.main-header nav.navbar div.cam-toggle-buttons.hidden-sm {
    display: none !important;
  }
  div.main-header nav.navbar div.cam-toggle-buttons button {
    width: calc(50% - 0.125em);
  }
}
div.main-header nav.navbar div.search-toggles-wrap {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
div.main-header nav.navbar div.camera-search-container {
  order: 1;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}
div.main-header nav.navbar div.camera-search-container:focus-within {
  overflow: unset;
}
div.main-header nav.navbar div.camera-search-container ul.camera-list {
  position: absolute;
  background-color: #fff;
  list-style-type: none;
  width: 100%;
  min-width: 150px;
  padding: 0.15em;
  overflow: auto;
  max-height: 25em;
  top: calc(1.5em + 0.75rem + 2px);
  z-index: 1001;
}
div.main-header nav.navbar div.camera-search-container ul.camera-list li {
  border-bottom: 1px solid #eee;
  width: 100%;
}
div.main-header nav.navbar div.camera-search-container ul.camera-list li:last-child {
  border-bottom: none;
}
div.main-header nav.navbar div.camera-search-container ul.camera-list li a,
div.main-header nav.navbar div.camera-search-container ul.camera-list li span {
  width: 100%;
  display: block;
  color: #18181b;
  padding: 0.25em;
}
div.main-header nav.navbar div.camera-search-container ul.camera-list li a:hover,
div.main-header nav.navbar div.camera-search-container ul.camera-list li span:hover {
  background-color: #eee;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  div.main-header nav.navbar div.camera-search-container {
    order: 3;
    width: 100%;
  }
  div.main-header nav.navbar div.camera-search-container input {
    width: 100%;
  }
}
div.main-header nav.navbar > .control-bar-left {
  color: #efeff1;
  display: contents;
}
div.main-header nav.navbar > .control-bar-left h3,
div.main-header nav.navbar > .control-bar-left a {
  color: inherit;
  margin-bottom: 0px;
}
div.main-header nav.navbar > .control-bar-left .btn {
  position: relative;
  vertical-align: bottom;
}
div.main-header nav.navbar > .control-bar-left .btn.highlight::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  border: 1px solid #fdb01e;
  border-radius: 0.25em;
}
div.main-header nav.navbar > .control-bar-left .btn:focus {
  box-shadow: none;
}
div.main-header nav.navbar > .control-bar-left .btn:focus .ticketing-drop {
  display: flex;
}
div.main-header nav.navbar > .control-bar-left .btn:focus-within .ticketing-drop {
  display: flex;
}
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #6c757d;
  border-radius: 7px;
  border-top-left-radius: 0px;
  padding: 0.5em;
}
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop button,
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop input,
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop select,
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop textarea {
  border-radius: 5px;
  font-size: 1em;
  padding: 5px;
  border: 1px solid #121212;
}
div.main-header nav.navbar > .control-bar-left .btn .ticketing-drop .cam-static-note-fields {
  display: grid;
  grid-template-rows: repeat(3, 3em auto);
  align-items: end;
  margin-bottom: 1em;
}
div.main-header nav.navbar > .control-bar-left .name-heading-box {
  display: inline-block;
  margin-right: 1rem;
}
div.main-header .navbar-dark .navbar-nav {
  order: 4;
  width: 100%;
  justify-content: right;
}
div.main-header .navbar-dark .navbar-nav li.nav-item {
  white-space: nowrap;
}
div.main-header .navbar-dark .navbar-nav li.nav-item .dropdown-menu a.nav-link,
div.main-header .navbar-dark .navbar-nav li.nav-item .dropdown-menu p.nav-text {
  font-size: 1em;
}
div.main-header .navbar-dark .navbar-nav li.nav-item p.nav-text {
  font-size: 1.3em;
  font-weight: 600;
  display: block;
  color: #efeff1;
  margin: 0;
}
@media (min-width: 1025px) {
  div.main-header .navbar-dark .navbar-nav li.nav-item p.nav-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
div.main-header .navbar-dark .navbar-nav li.nav-item a.nav-link {
  font-size: 1.3em;
  font-weight: 600;
  color: #efeff1;
}
div.main-header .navbar-dark .navbar-nav li.nav-item a.nav-link:hover {
  color: #fdb01e;
}
div.main-header .navbar-dark .navbar-nav li.nav-item a.btn-primary {
  white-space: nowrap;
}
div.main-header .navbar-dark .navbar-nav li.nav-item.mobile-menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  div.main-header .navbar-dark .navbar-nav li.nav-item.mobile-menu a.nav-link {
    padding: 0.25rem 0;
  }
}
div.main-header .navbar-dark .navbar-nav li.nav-item.desktop-menu {
  max-height: calc(calc(1rem * 1.5) + 0.75rem + 2px);
}
@media screen and (max-width: 1024px) {
  div.main-header .navbar-dark .navbar-nav li.nav-item {
    display: flex;
    width: 100%;
  }
  div.main-header .navbar-dark .navbar-nav li.nav-item a.btn-primary {
    width: 100%;
  }
  div.main-header .navbar-dark .navbar-nav li.nav-item.desktop-menu {
    display: none;
  }
  div.main-header .navbar-dark .navbar-nav li.nav-item.mobile-menu {
    display: initial;
  }
}
@media screen and (max-width: 1024px) {
  div.main-header .navbar-dark .navbar-nav {
    display: flex;
    flex-direction: column-reverse;
  }
}
div.main-header .navbar-dark .dropdown-menu {
  background-color: #18181b;
  color: #efeff1;
}
div.main-wrap {
  min-height: 100vh;
}
div.main-wrap div.static-wrap {
  min-height: calc(100vh - 56px);
  height: 100%;
  background-color: #333;
  padding: 1em 0;
}
div.main-wrap div.static-wrap div.static-content {
  width: 90%;
  padding: 1rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin: 0 auto;
  background-color: #121212;
}
/* IncidentImage styles */
div.incident-image-container {
  position: relative;
  min-height: calc(21.6px + 0.5em);
}
div.incident-image-container .incident-image-control-wrap {
  position: absolute;
  bottom: 0.25em;
  left: 0.25em;
  display: flex;
  gap: 0.25em;
  font-size: 14.4px;
}
div.incident-image-container .incident-image-control-wrap .name-color-label {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  width: auto;
  height: calc(calc(0.8em * 1.5) + 0.5em);
  border-radius: 0.5em;
  align-items: center;
  z-index: 2;
  padding-right: 0.25em;
}
div.incident-image-container .incident-image-control-wrap .name-color-label a.name-label {
  padding: 0 0.25em;
  white-space: nowrap;
  color: #efeff1;
  text-decoration: none;
}
div.incident-image-container .incident-image-control-wrap .name-color-label a.name-label:hover {
  color: #fdb01e;
}
div.incident-image-container .incident-image-control-wrap .name-color-label span.color-swatch {
  height: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 0.5em 0 0 0.5em;
}
div.incident-image-container .incident-image-control-wrap .name-color-label button.incident-image-mode-toggle {
  padding: 0;
  background: transparent;
  border: none;
  right: 0;
}
div.incident-image-container .incident-image-control-wrap .name-color-label button.incident-image-mode-toggle:hover {
  color: #fdb01e;
}
div.incident-image-container .incident-image-control-wrap .name-color-label button.incident-image-mode-toggle:focus {
  box-shadow: none;
}
div.incident-image-container .incident-image-control-wrap .move-mode-countdown {
  padding: 0 0.25em;
  display: flex;
  gap: 0.25em;
  margin: 0;
  align-items: center;
}
div.incident-image-container .incident-image-control-wrap .move-mode-countdown img.live-move-icon {
  width: 2em;
}
div.incident-image-container .incident-image-control-wrap .move-mode-countdown button.move-mode-dismiss {
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
div.incident-image-container .incident-image-control-wrap .move-mode-countdown button.move-mode-dismiss span.material-icons {
  font-size: 15px;
}
div.incident-image-container div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap {
  cursor: crosshair;
  height: 100%;
}
div.incident-image-container div.cam-screenshot div.cam-screenshot-outer-wrap div.comp-slider-wrap {
  margin: 0;
  height: auto;
  top: 50%;
  bottom: unset;
  transform: translate(0, -50%);
}
/* Main content styles */
div#container {
  min-height: calc(100vh - 56px);
}
div#container div.custom-gm-control-wrap {
  background: transparent;
  border: 0px;
  margin: 10px;
  margin-top: 0;
  padding: 0px;
  text-transform: none;
  appearance: none;
  user-select: none;
  border-radius: 2px;
  text-align: right;
}
div#container div.custom-gm-control-wrap button {
  background-color: #ffffff;
  color: #b4b4b4;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  border-radius: 2px;
}
div#container div.custom-gm-control-wrap button:hover {
  background-color: #ebebeb;
}
div#container div.custom-gm-control-wrap button.active {
  color: #fdb01e;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block {
  overflow: visible;
  margin-top: 5px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  color: #212529;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block.layers-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  overflow-y: scroll;
  max-height: inherit;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block.layers-control-wrap .layer-checkbox-wrap {
  display: block;
  text-align: left;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block.layers-control-wrap .layer-checkbox-wrap input[type='checkbox'] {
  vertical-align: middle;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block.layers-control-wrap .layer-checkbox-wrap label {
  vertical-align: middle;
  margin-left: 0.5em;
  margin-bottom: 0;
}
div#container div.custom-gm-control-wrap div.custom-gm-control-block.ai-control-wrap {
  float: left;
  margin-top: 0;
  margin-right: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
div#container div.custom-gm-control-wrap.layers-control button {
  background-image: url(lib/images/layers.png);
}
div#container div.custom-gm-control-wrap.ai-control {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
div#container div.custom-gm-control-wrap.map-spinner-control {
  background-color: #fff;
  width: 26px;
  height: 26px;
  padding: 1px;
}
div#container div.custom-gm-control-wrap.map-spinner-control .map-spinner {
  animation: spin 1.5s linear infinite;
  border: 4px solid #fff;
  border-top: 4px solid #fdb01e;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
div#container div.custom-gm-control-wrap.map-spinner-control:hover {
  background-color: #fff;
}
div#container.incident {
  margin-top: 0;
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-rows: auto calc(100vh - 4.25rem - 3.5em) auto /*100vh*/;
  grid-template-columns: auto 1fr;
  grid-template-areas: "control-bar control-bar" "images map" /*"livestream livestream"*/;
  grid-gap: 0.5em;
  /*div#screenshots {
		max-width: 100%;
		max-height: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-content: space-around;
		overflow: auto;
		position: relative;

		&.stacked {
			.cam-screenshot {
				max-height: calc(50% - 0.5em);

				&.fullscreen-img {
					max-height:unset;
				}

				.cam-screenshot-wrap {
					height: 100%;
				}
			}
		}

		button#toggle-image-size {
			position: absolute;
			top: 0.5em;
			right: 0.5em;
			padding: 0.25rem;
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 2;
			opacity: 0.9;

			@media screen and (max-width:968px) {
				display: none;
			}
		}
	}*/
  /*div#pano-wrap {
		height: 100%;
		display: grid;
		grid-auto-rows: 50%;
		overflow-y: auto;

		.name-color-label {
			bottom: calc(0.25em + 16px);
		}
	}*/
}
div#container.incident.ccd-navbar {
  grid-template-rows: calc(100vh - 3.5em) /*100vh*/;
  grid-template-columns: auto 1fr;
  grid-template-areas: "images map" /*"livestream livestream"*/;
  grid-gap: 0.5em;
  max-height: 100%;
}
div#container.incident.full-images {
  grid-template-columns: max() 1fr;
}
div#container.incident.full-images .cam-screenshot {
  max-height: none;
}
div#container.incident div.control-bar {
  grid-area: control-bar;
}
div#container.incident #livestream {
  grid-area: livestream;
}
div#container.incident #map {
  grid-area: map;
}
div#container.incident div.incident-image-group {
  grid-area: images;
  min-width: 20vw;
  max-width: 50vw;
  position: relative;
}
div#container.incident div.incident-image-group div.incident-images-scroll-wrap {
  height: 100%;
  overflow-y: auto;
}
div#container.incident div.incident-image-group div.incident-images-scroll-wrap div.incident-images {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  /*grid-template-columns: 100%;
				grid-auto-rows: minmax(auto, calc(50% - 0.25em));*/
}
div#container.incident div.incident-image-group div.incident-images-scroll-wrap div.incident-images div.incident-image-container {
  max-height: calc(50% - 0.25em);
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
}
div#container.incident div.incident-image-group div.incident-images-scroll-wrap div.incident-images div.cam-screenshot {
  height: 100%;
}
div#container.incident div.incident-config {
  padding: 0.5em;
  grid-area: images;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(50vw - 0.25em);
}
div#container.incident div.incident-header-controls {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  display: flex;
  flex-wrap: nowrap;
}
div#container.incident div.incident-header-controls div.incident-image-display {
  background-color: #efeff1;
  color: #212529;
  border-radius: 1em 0 0 1em;
  padding: 0.25em 0.5em;
  display: flex;
  align-items: center;
}
div#container.incident div.incident-header-controls div.incident-image-display label {
  margin: 0;
}
div#container.incident div.incident-header-controls div.incident-image-display .custom-control-input ~ .custom-control-label::before {
  background-color: #fdb01e;
  border-color: #fdb01e;
}
div#container.incident div.incident-header-controls div.incident-image-display .custom-control-input ~ .custom-control-label::after {
  background-color: #fff;
}
div#container.incident div.incident-header-controls div.incident-control-menu button.dropdown-toggle {
  padding: 0.25em;
  border-radius: 0 1em 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efeff1;
  border-color: #efeff1;
}
div#container.incident div.incident-header-controls div.incident-control-menu button.dropdown-toggle span.material-icons {
  font-size: inherit;
  line-height: inherit;
}
div#container.incident div.incident-header-controls div.incident-control-menu button.dropdown-toggle::after {
  content: none;
}
div#container.incident div.incident-header-controls div.incident-control-menu div.dropdown-menu {
  right: calc(100% - 1rem - 0.5em - 2px) !important;
  left: unset !important;
  padding: 0.5em;
}
div#container.incident div.incident-header-controls div.incident-control-menu div.dropdown-menu div.pano-hist-sync div.input-group {
  flex-wrap: nowrap;
}
div#container.incident div.incident-header-controls div.incident-control-menu div.dropdown-menu div.pano-hist-sync div.input-group input.form-control {
  width: auto;
}
div#container.incident div.incident-header-controls div.incident-control-menu div.dropdown-menu div.pano-ai-sync {
  text-align: right;
}
div#container.incident div.incident-action-wrap {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5em;
}
div#container.incident div.incident-action-wrap div.inci-size-wrap {
  display: flex;
  gap: 0.5em;
}
div#container.incident div.incident-action-wrap div.inci-size-wrap label {
  margin-bottom: 0;
}
div#container.incident div.incident-action-wrap div.incident-action-btn-wrap {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 968px) {
  div#container.incident {
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr 0.5fr /*.5fr*/;
    grid-template-areas: "control-bar" "images" "map" /*"livestream"*/;
    grid-gap: 1em;
  }
}
/* Camera page styles */
div#camMapPage {
  display: grid;
  grid-template-rows: calc(100vh - calc(calc(2.4em * 1.25) + 0.5rem)) auto;
  grid-template-columns: 40% 60%;
  grid-template-areas: "map feature" "galleries galleries";
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  div#camMapPage {
    grid-template-columns: 100%;
    grid-template-rows: 65vh auto;
    grid-template-areas: "map" "feature" "galleries";
  }
}
div#camMapPage div#mapPanel {
  grid-area: map;
}
div#camMapPage div#mapPanel div#allCamMap {
  height: 100%;
}
div#camMapPage div#mapPanel div#allCamMap div.leaflet-active-viewsheds-pane,
div#camMapPage div#mapPanel div#allCamMap div.leaflet-offline-cams-pane,
div#camMapPage div#mapPanel div#allCamMap div.leaflet-offline-ai-cams-pane {
  display: none;
}
div#camMapPage div#featurePanel {
  grid-area: feature;
  overflow: auto;
}
div#camMapPage div#featurePanel div#featured-cams,
div#camMapPage div#featurePanel div#featured-ai {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0.5em;
  justify-content: space-between;
  align-content: space-evenly;
  position: relative;
}
div#camMapPage div#featurePanel div#featured-cams div.cam-option,
div#camMapPage div#featurePanel div#featured-ai div.cam-option {
  max-width: calc(50% - 0.25em);
  max-height: calc(50% - 0.25em);
}
div#camMapPage div#featurePanel div#featured-cams div.cam-option.map-hover-thumbnail,
div#camMapPage div#featurePanel div#featured-ai div.cam-option.map-hover-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
div#camMapPage div#featurePanel div#featured-cams div.cam-option.fullscreen,
div#camMapPage div#featurePanel div#featured-ai div.cam-option.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
@media screen and (max-width: 991px) {
  div#camMapPage div#featurePanel div#featured-cams,
  div#camMapPage div#featurePanel div#featured-ai {
    height: auto;
  }
}
div#camMapPage div#featurePanel div#alert-gallery {
  position: relative;
}
div#camMapPage div#featurePanel div#alert-gallery div.cam-option.full-size-feature {
  order: -2 !important;
  grid-column: span 6;
}
div#camMapPage div#featurePanel div#alert-gallery div.pinned-feature {
  order: -1 !important;
}
div#camMapPage div#galleryPanel {
  grid-area: galleries;
  display: flex;
  flex-direction: column;
}
div#camMapPage div#galleryPanel div#ai-gallery {
  order: -1;
}
/* Login styles */
div#login-panel-wrap {
  margin: 1em;
}
div#login-panel-wrap div#login-panel {
  margin: 0 auto;
  display: flex;
  max-width: 30em;
}
div#login-panel-wrap div#login-panel div.card-body {
  display: flex;
}
div#login-panel-wrap div#login-panel div.login-wrap {
  flex-grow: 1;
}
div#login-panel-wrap span.input-group-text {
  width: 10em;
}
/* Logout styles */
div#logout-panel-wrap {
  margin-top: 1em;
}
div#logout-panel-wrap div#logout-panel {
  max-width: 35em;
  margin: 0 auto;
}
div#logout-panel-wrap div#logout-panel span.input-group-text {
  width: 6em;
}
/* CamControl modal styles */
div.cam-move-modal div.cam-move-toggles {
  display: flex;
  justify-content: space-between;
}
/* CamMap styles */
div.cam-map {
  height: 100%;
}
div.cam-map.fullscreen {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
}
div.cam-map div.custom-color-pin {
  background: transparent;
  border: none;
}
div.cam-map div.leaflet-left {
  width: calc(100% - 58px);
}
div.cam-map div.leaflet-control-search-bar,
div.cam-map div.map-location-search-control {
  margin: 0;
  float: none;
  position: absolute;
  top: 10px !important;
  left: 54px;
  width: 24em;
  max-width: calc(100% - 64px);
}
div.cam-map div.leaflet-control-search-bar input.leaflet-control-search-bar-input,
div.cam-map div.map-location-search-control input.leaflet-control-search-bar-input,
div.cam-map div.leaflet-control-search-bar input.map-location-search-input,
div.cam-map div.map-location-search-control input.map-location-search-input {
  padding: 1px 0.5em;
  border-style: none;
  border-radius: 4px;
  height: 26px;
  width: 100%;
  max-width: 100%;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation,
div.cam-map div.map-location-search-control div.map-location-search-explanation {
  margin-bottom: 0;
  background-color: #fff;
  color: #212529;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container {
  padding: 0.5rem;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-header,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-header,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-header,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-header,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-header,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-header,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-header,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-header,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-header,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-header,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-header,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-header,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-header,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-header,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-header,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-header {
  font-size: 1em;
  font-weight: bold;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content {
  text-indent: 1em;
  margin-bottom: 0;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content li,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content li,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content li,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .leaflet-control-search-exp-content li,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content li,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content li,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content li,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .leaflet-control-search-exp-content li,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content li,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content li,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content li,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.leaflet-control-search-exp-container .map-location-search-explanation-content li,
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content li,
div.cam-map div.map-location-search-control p.leaflet-control-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content li,
div.cam-map div.leaflet-control-search-bar div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content li,
div.cam-map div.map-location-search-control div.map-location-search-explanation div.map-location-search-explanation-container .map-location-search-explanation-content li {
  text-indent: 0;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-results,
div.cam-map div.map-location-search-control p.leaflet-control-search-results,
div.cam-map div.leaflet-control-search-bar div.map-location-search-results,
div.cam-map div.map-location-search-control div.map-location-search-results {
  margin-bottom: 0;
  background-color: #fff;
  color: #212529;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-results p,
div.cam-map div.map-location-search-control p.leaflet-control-search-results p,
div.cam-map div.leaflet-control-search-bar div.map-location-search-results p,
div.cam-map div.map-location-search-control div.map-location-search-results p {
  margin-bottom: 0;
  padding: 0.5rem;
}
div.cam-map div.leaflet-control-search-bar p.leaflet-control-search-results p:hover,
div.cam-map div.map-location-search-control p.leaflet-control-search-results p:hover,
div.cam-map div.leaflet-control-search-bar div.map-location-search-results p:hover,
div.cam-map div.map-location-search-control div.map-location-search-results p:hover {
  background-color: #d3d3d3;
}
div.cam-map div.leaflet-control-search-bar label,
div.cam-map div.map-location-search-control label {
  display: none;
  background-color: inherit;
  color: #565656;
  background-color: white;
  border-radius: 3px;
  padding: 5px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  div.cam-map div.leaflet-control-search-bar,
  div.cam-map div.map-location-search-control {
    font-size: 45px;
    height: 40px;
    max-width: 40px !important;
    overflow: hidden !important;
  }
  div.cam-map div.leaflet-control-search-bar:focus-within,
  div.cam-map div.map-location-search-control:focus-within {
    position: absolute;
    left: 5px !important;
    font-size: 1em;
    z-index: 1001;
    max-width: unset !important;
    height: revert;
  }
  div.cam-map div.leaflet-control-search-bar:focus-within label,
  div.cam-map div.map-location-search-control:focus-within label {
    display: none;
  }
  div.cam-map div.leaflet-control-search-bar label,
  div.cam-map div.map-location-search-control label {
    display: block;
  }
}
div.cam-map div.leaflet-control-measure {
  color: #18181b;
}
div.cam-map div.leaflet-control-measure h3 {
  font-size: initial;
}
div.cam-map div.leaflet-viewsheds-pane,
div.cam-map div.leaflet-targets-pane,
div.cam-map div.leaflet-ai-targets-pane,
div.cam-map div.leaflet-ai-guesses-pane,
div.cam-map div.leaflet-ai-guesses-lines-pane,
div.cam-map div.leaflet-incidents-pane {
  display: none;
}
div.cam-map .leaflet-popup-content,
div.cam-map .map-popup-content {
  color: #333;
}
div.cam-map .leaflet-popup-content p,
div.cam-map .map-popup-content p {
  display: flex;
  height: 24px;
  margin: 0;
  align-items: center;
}
div.cam-map .leaflet-popup-content p.esri-layer-p,
div.cam-map .map-popup-content p.esri-layer-p {
  display: block;
  height: auto;
}
div.cam-map .leaflet-popup-content p.esri-layer-p span,
div.cam-map .map-popup-content p.esri-layer-p span {
  display: block;
}
div.cam-map .leaflet-popup-content p.esri-layer-p span.material-icons,
div.cam-map .map-popup-content p.esri-layer-p span.material-icons {
  display: inline;
}
div.cam-map .leaflet-popup-content p.latLonP,
div.cam-map .map-popup-content p.latLonP {
  display: block;
  height: auto;
}
div.cam-map .leaflet-popup-content p.latLonP a.copy-lat-lon-link .material-icons,
div.cam-map .map-popup-content p.latLonP a.copy-lat-lon-link .material-icons {
  font-size: 1em;
}
div.cam-map .leaflet-popup-content hr,
div.cam-map .map-popup-content hr {
  margin: 0.5rem 0;
}
div.cam-map .leaflet-popup-content div.carousel,
div.cam-map .map-popup-content div.carousel {
  min-height: 24px;
  padding-bottom: 28px;
}
div.cam-map .leaflet-popup-content div.carousel ol.carousel-indicators,
div.cam-map .map-popup-content div.carousel ol.carousel-indicators {
  margin-bottom: 0;
}
div.cam-map .leaflet-popup-content div.carousel ol.carousel-indicators li,
div.cam-map .map-popup-content div.carousel ol.carousel-indicators li {
  background-color: #212529;
}
div.cam-map .leaflet-popup-content div.carousel .carousel-control-prev,
div.cam-map .map-popup-content div.carousel .carousel-control-prev,
div.cam-map .leaflet-popup-content div.carousel .carousel-control-next,
div.cam-map .map-popup-content div.carousel .carousel-control-next {
  border: 0;
  background-color: transparent;
  top: unset;
}
div.cam-map .leaflet-popup-content div.carousel .carousel-control-prev span,
div.cam-map .map-popup-content div.carousel .carousel-control-prev span,
div.cam-map .leaflet-popup-content div.carousel .carousel-control-next span,
div.cam-map .map-popup-content div.carousel .carousel-control-next span {
  width: auto;
  height: auto;
  background-image: none;
  color: #212529;
}
div.cam-map .leaflet-popup-content .link,
div.cam-map .map-popup-content .link {
  display: inline-block;
  color: #39f;
  cursor: pointer;
}
div.cam-map .leaflet-popup-content .link:hover,
div.cam-map .map-popup-content .link:hover {
  color: #194d80;
}
div.cam-map .leaflet-popup-content span.popup-cam-link,
div.cam-map .map-popup-content span.popup-cam-link {
  display: block;
}
div.cam-map .leaflet-popup-content span.sample,
div.cam-map .map-popup-content span.sample {
  font-weight: 800;
  color: #707070;
}
div.cam-map .leaflet-popup-content span.sample.sample-on,
div.cam-map .map-popup-content span.sample.sample-on {
  color: #319d4a;
}
div.cam-map .leaflet-popup-content span.sample.sample-off,
div.cam-map .map-popup-content span.sample.sample-off {
  color: #ed6262;
}
div.cam-map .leaflet-popup-content .hit-popup,
div.cam-map .map-popup-content .hit-popup {
  width: 450px;
  max-width: unset;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap,
div.cam-map .map-popup-content div.range-slider-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap input[type="range"].map-state-slider,
div.cam-map .map-popup-content div.range-slider-wrap input[type="range"].map-state-slider {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 1px solid #333;
  width: 50%;
  height: 1.2em;
  display: inline-block;
  border-radius: 0.2em;
  transition: background-color 0.2s;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap input[type="range"].map-state-slider.state-on,
div.cam-map .map-popup-content div.range-slider-wrap input[type="range"].map-state-slider.state-on {
  background-color: #319d4a;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap input[type="range"].map-state-slider.state-off,
div.cam-map .map-popup-content div.range-slider-wrap input[type="range"].map-state-slider.state-off {
  background-color: #ed6262;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap input[type="range"].map-state-slider::-webkit-slider-thumb,
div.cam-map .map-popup-content div.range-slider-wrap input[type="range"].map-state-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.2em;
  height: 1.2em;
  background: #333;
  cursor: pointer;
}
div.cam-map .leaflet-popup-content div.range-slider-wrap input[type="range"].map-state-slider::-moz-range-thumb,
div.cam-map .map-popup-content div.range-slider-wrap input[type="range"].map-state-slider::-moz-range-thumb {
  width: 1.2em;
  height: 1.2em;
  background: #333;
  cursor: pointer;
}
div.cam-map .leaflet-popup-content > a,
div.cam-map .map-popup-content > a {
  margin-top: 5px;
  display: flex;
}
div.cam-map .leaflet-popup-content > a > img,
div.cam-map .map-popup-content > a > img {
  background-color: #383838;
  border-radius: 10px;
  max-width: 200px;
  padding: 2px;
}
div.cam-map .leaflet-popup-content > div#run-propagation-btn-div,
div.cam-map .map-popup-content > div#run-propagation-btn-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin: 0.5em 0 0.25em 0;
}
div.cam-map .leaflet-popup-content > div#run-propagation-btn-div > button,
div.cam-map .map-popup-content > div#run-propagation-btn-div > button {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  justify-content: center;
}
div.cam-map .leaflet-popup-content > div#run-propagation-btn-div > button > div.prop-spinner,
div.cam-map .map-popup-content > div#run-propagation-btn-div > button > div.prop-spinner {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  width: 1.5rem;
  height: 1.5rem;
}
div.cam-map .leaflet-popup-content > div#run-propagation-btn-div > div.custom-switch,
div.cam-map .map-popup-content > div#run-propagation-btn-div > div.custom-switch {
  line-height: 1.8em;
}
div.cam-map div.cam-info-popup span {
  display: block;
}
div.cam-map div.cam-info-popup span span.link {
  display: inline-block;
  color: #39f;
  cursor: pointer;
}
div.cam-map div.ai-hit-img-popup {
  width: 500px;
}
div.cam-map div.ai-hit-img-popup img {
  max-width: 100%;
  margin-bottom: 0.5em;
}
div.cam-map div.ai-hit-img-popup span {
  display: block;
}
div.cam-map div.ac-legend h4,
div.cam-map div.ac-legend h5 {
  font-size: 1.3em;
  margin: 0 0.4em;
}
div.cam-map div.ac-legend table tr td img {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0.5em;
}
div.cam-map div.ac-legend table tr td p {
  margin: 0 0.5em;
}
div.cam-map div.ac-legend table tr td.legend-targets {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 0.5em;
}
div.cam-map div.ac-legend table tr.rotate-minus-90 td img {
  transform: rotate(-90deg);
}
div.cam-map div.alerts-icon {
  position: absolute;
  bottom: 15px;
  left: 0.5em;
  height: 45px;
  width: 45px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  cursor: pointer;
  background-image: url("../img/icon-alerts.svg");
}
div.cam-map div#cam-alerts-content {
  display: none;
  position: absolute;
  bottom: 5.5em;
  left: 0.5em;
  padding: 0.25em;
  background-color: #fffe;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  z-index: 9999;
}
div.cam-map div#cam-alerts-content input.noti-custom-creds {
  border: none;
  background: none;
  outline: none;
  text-align: center;
  width: 8em;
}
div.cam-map div#cam-alerts-content input.noti-custom-creds#noti-custom-email {
  width: 15em;
}
div.cam-map div#cam-alerts-content input[type=checkbox],
div.cam-map div#cam-alerts-content input[type=text],
div.cam-map div#cam-alerts-content input[type=time] {
  outline: none;
}
div.cam-map div#cam-alerts-content input[type=text],
div.cam-map div#cam-alerts-content input[type=time] {
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff0;
}
div.cam-map div#cam-alerts-content .link {
  color: #39f;
  cursor: pointer;
}
div.cam-map div#cam-alerts-content .noti-btn-pos,
div.cam-map div#cam-alerts-content .noti-btn-neg {
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 3px;
  outline: none;
  border: none;
  margin-left: 5px;
  background-color: #e9e9e9;
}
div.cam-map div#cam-alerts-content .noti-btn-delete:hover {
  color: #ff3c3c;
}
div.cam-map div#cam-alerts-content .noti-btn-pause:hover {
  color: #39f;
}
div.cam-map div#cam-alerts-content .noti-btn-pos {
  color: #fff;
  background-color: #39f;
}
div.cam-map div#cam-alerts-content .noti-btn-pos.saving {
  background-color: #656565;
}
div.cam-map div#cam-alerts-content .noti-btn-pos.failed {
  background-color: #ff3c3c;
}
div.cam-map div#cam-alerts-content .noti-btn-pos.success {
  background-color: #78e383;
}
div.cam-map div#cam-alerts-content .noti-btn-neg {
  color: #666;
  background-color: #fff0;
}
div.cam-map div#cam-alerts-content .invalid-noti {
  background-color: #ff9c9c !important;
}
div.cam-map div#cam-alerts-content .noti-btn-delete-dep {
  background-color: #ff9c9c;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output {
  color: #666;
  font-size: 14px;
  /*
			label[for=noti-days],
			label[for=noti-times] {
				display: none;
			}
			*/
}
div.cam-map div#cam-alerts-content div#cam-alerts-output h4 {
  font-size: 1.25em;
  border-bottom: 1px solid #666;
  margin-bottom: 0;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output p {
  padding: 1em;
  min-width: 10em;
  margin-bottom: 0;
  font-size: 12px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0.2em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table.cam-alerts-table {
  width: 100%;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table tbody tr:hover {
  background-color: #ececec;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table.cam-alerts-table tr th {
  padding: 0 2px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table.cam-alerts-table tr td:first-child {
  text-align: left;
  padding-left: 10px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table.cam-alerts-table tr td:last-child {
  text-align: right;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output table.cam-alerts-table tr.deprecated-header-row td {
  padding-top: 0.5em;
  text-align: left;
  font-size: 1.2em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output input[type=text] {
  width: 100%;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.cam-alerts-footer {
  display: flex;
  flex-direction: row-reverse;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-name-wrap {
  display: flex;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output button#noti-days-management {
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap {
  display: grid;
  user-select: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab {
  background-color: #efefef;
  color: #666;
  flex-grow: 1;
  text-align: center;
  padding: 0.25em 0;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab.invalid-noti {
  background-color: #ff9c9c;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-days-wrap div.day-tab.active {
  background-color: #39f;
  color: #fff;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-alert-days-legend {
  font-size: 10px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-alert-days-legend span:nth-child(odd) {
  width: 20%;
  display: inline-block;
  text-align: center;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-alert-days-legend span:nth-child(even) {
  width: 25%;
  display: inline-block;
  text-align: center;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap {
  display: grid;
  grid-template-columns: 40px auto;
  margin: 1px 0;
  height: 15px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times {
  display: flex;
  flex-direction: row;
  border: 1px solid #3c3c3c;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times div.selectable-time {
  flex-grow: 1;
  width: 15px;
  height: auto;
  cursor: pointer;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times div.selectable-time:hover {
  background-color: #ccc;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times div.selectable-time.active-time {
  background-color: #39f;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times div.selectable-time.toggle {
  background-color: #85c2ff;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap div.selected-times div.selectable-time:nth-child(6n + 1) {
  border-left: 1px solid #3c3c3c;
  margin-left: -1px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.notification-times-wrap span {
  text-align: center;
  font-size: 10px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-wrap {
  display: flex;
  justify-content: space-between;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-wrap div.define-subwrap {
  display: flex;
  gap: 0.25em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-wrap div.noti-subscribe-all-wrap {
  display: flex;
  gap: 0.25em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-tou-wrap {
  padding: 0.5em 0;
  justify-content: flex-end;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-tou-wrap input {
  vertical-align: middle;
  margin-right: 0.5em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-tou-wrap label {
  vertical-align: middle;
  display: initial;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.add-footer {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 0.2em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-list-wrap {
  display: none;
  flex-direction: column;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-list-wrap div.define-mode-poly-list table {
  margin: 0;
  font-size: 12px;
  width: 100%;
  overflow: visible;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-list-wrap textarea#define-mode-paste {
  font-size: 7px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-list-wrap textarea#define-mode-paste:focus {
  outline: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode-wrap {
  display: none;
  flex-direction: column;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode-wrap div.review-mode-footer {
  display: flex;
  flex-direction: row-reverse;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode-cover {
  background-color: #B9B9B9;
  text-align: center;
  display: none;
  width: 15em;
  cursor: pointer;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode-modes {
  display: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode-modes p {
  padding: 5px;
  margin-bottom: 2px;
  background-color: #ececec;
  transition: background-color 0.2s, color 0.2s;
  border-radius: 3px;
  cursor: pointer;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode-modes p.cur-drawing-mode {
  color: #fff;
  background-color: #39f;
  cursor: default;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode {
  display: inline-flex;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode div.define-list-wrap,
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode div.define-mode-cover,
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode div.define-mode-modes {
  display: flex;
  flex-direction: column;
  padding: 3px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode div.add-new-panel,
div.cam-map div#cam-alerts-content div#cam-alerts-output div.define-mode div.add-footer {
  display: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode {
  display: inline-flex;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode div.review-mode-wrap {
  display: flex;
  flex-direction: column;
  padding: 3px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode div.add-new-panel,
div.cam-map div#cam-alerts-content div#cam-alerts-output div.review-mode div.add-footer {
  display: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window {
  display: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window table {
  font-size: 11px;
  width: 100%;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window table thead th {
  font-size: 12px;
  font-weight: 400;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window div.notification-times-wrap span {
  cursor: pointer;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window div.noti-date-time-footer {
  width: 100%;
  text-align: right;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window div.noti-date-time-footer button {
  outline: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.noti-planner-window div.noti-date-time-opts-wrap div.noti-date-time-error-output p {
  margin: 0;
  padding: 0;
  color: #f00;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window {
  display: block;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window select {
  font-size: 14px;
  background: none;
  outline: none;
  border-radius: 3px;
  margin-left: 3px;
  padding: 2px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap {
  display: inline-flex;
  width: 100%;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap label {
  flex-grow: 1;
  text-align: center;
  background-color: #bebebe;
  margin-left: 1px;
  font-weight: 100;
  cursor: pointer;
  width: 0.75em;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap label:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-left: 0;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap label:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap label.active {
  background-color: #39f;
  color: #fff;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-date-opts-wrap input {
  visibility: hidden;
  width: 0;
  height: 0;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-time-opts-wrap {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-flex;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-time-opts-wrap label {
  font-size: 12px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 0;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-time-opts-wrap label input {
  margin-left: 3px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-time-opts-wrap label select {
  font-size: 14px;
  background: none;
  outline: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.noti-planner-window div.noti-time-opts-wrap button {
  font-size: 12px;
}
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode form#new-noti-form,
div.cam-map div#cam-alerts-content div#cam-alerts-output div.planner-mode div.add-footer {
  display: none;
}
div.cam-map div#cam-alerts-content div#cam-alerts-content-arrow {
  position: absolute;
  left: 15px;
  top: 100%;
  border-top: 1em solid #fffe;
  border-right: 0.75em solid #fff0;
  border-bottom: 0;
  border-left: 0.75em solid #fff0;
  width: 1em;
  height: 1em;
}
div.cam-map div.gm-style-mtc,
div.cam-map div.gm-style-mtc-bbw {
  z-index: 1000 !important;
}
/* CamGallery styles */
div.cam-gallery {
  width: 100%;
  padding: 0.5em;
  display: grid;
  grid-template-columns: repeat(3, calc(calc(100% / 3) - calc(1em / 3)));
  grid-gap: 0.5em;
}
div.cam-gallery#alert-gallery {
  grid-template-columns: repeat(6, calc(calc(100% / 6) - calc(2.5em / 6)));
}
div.cam-gallery#alert-gallery .alert-gallery-sort-control-wrap {
  position: fixed;
  bottom: 0.5em;
  right: calc(10px + 0.5em);
  z-index: 1;
  text-align: right;
}
div.cam-gallery#alert-gallery .alert-gallery-sort-control-wrap .alert-gallery-sort-controls {
  background-color: #212529;
  margin-bottom: 0.25em;
  padding: 0.25em;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
div.cam-gallery#alert-gallery .alert-gallery-sort-control-wrap .alert-gallery-sort-controls label {
  margin-bottom: 0;
  font-size: 0.8em;
}
div.cam-gallery#alert-gallery .alert-gallery-sort-control-wrap .alert-gallery-sort-controls select.custom-select {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23f8f9fa' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center / 8px 10px;
}
div.cam-gallery#alert-gallery .cam-option {
  grid-column: span 2;
}
div.cam-gallery#alert-gallery .cam-option.featured {
  grid-column: span 3;
}
div.cam-gallery#alert-gallery .cam-option.show-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
div.cam-gallery#alert-gallery .cam-option.show-more span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) and (orientation: portrait) {
  div.cam-gallery#alert-gallery .cam-option {
    grid-column: span 3;
  }
}
/* CamThumbnail styles */
div.cam-option {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 5em;
  transition: background-color 0.2s;
  cursor: pointer;
  position: relative;
}
div.cam-option:hover {
  box-shadow: 0px 0px 6px 2px #fdb01e;
}
div.cam-option:hover button.fullscreen-btn {
  visibility: visible;
  opacity: 1;
}
div.cam-option.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  max-width: unset !important;
  max-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.cam-option.fullscreen .cam-thumb-wrap {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
}
div.cam-option.fullscreen button.fullscreen-btn {
  visibility: visible;
  opacity: 1;
}
div.cam-option div.cam-thumb {
  display: flex;
  max-height: 100%;
}
div.cam-option div.cam-thumb img {
  object-fit: cover;
  max-width: 100%;
}
div.cam-option span.badge {
  position: absolute;
  bottom: 0.25em;
}
div.cam-option span.badge.cam-name {
  left: 0.25em;
}
div.cam-option span.badge.last-moved,
div.cam-option span.badge.last-activity {
  right: 0.25em;
}
div.cam-option div.offline-thumb {
  position: absolute;
  top: 0.05em;
  right: 0.05em;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5em;
  color: #efeff1;
  padding: 0.05em;
}
div.cam-option button.fullscreen-btn {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 1.2em;
  height: 1.2em;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
/* CamConsole styles */
div#container.ccd-navbar > div.camera-console {
  grid-template-rows: 50%;
}
@media screen and (max-width: 1024px) {
  div#container.ccd-navbar > div.camera-console .attr-positioner img {
    max-height: 5em !important;
  }
}
div#container.ccd-navbar > div.camera-console div.ruler-div {
  color: white;
  border-color: white;
  background: linear-gradient(to bottom, #505050 15px, rgba(0, 0, 0, 0) 15px);
}
div#container.ccd-navbar > div.camera-console div.ruler-div * {
  border-color: inherit !important;
  color: inherit !important;
}
div#container.ccd-navbar > div.camera-console div.ruler-div .small-bar {
  width: 1px;
  height: 10px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
div#container.ccd-navbar > div.camera-console div.ruler-div .med-bar {
  width: 1px;
  height: 0px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
div#container.ccd-navbar > div.camera-console div.ruler-div .ruler-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
  background-color: rgba(235, 235, 235, 0);
  padding: 1px 2px;
  font-size: 10px;
  border-radius: 2px;
  line-height: 10px;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap button.btn.btn-light {
  color: #fff;
  background-color: #12121244;
  border-color: #121212;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap button.btn.btn-light:hover {
  background-color: #444;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap .refresh-wrap .badge {
  border: 1px solid #121212;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap .pano-toggle-wrap {
  border: 1px solid #121212;
  color: #fff;
  background-color: #12121244;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap .timestamp > .form-control,
div#container.ccd-navbar > div.camera-console .pano-display-wrap .badge.badge-light {
  color: #fff;
  background-color: hsla(0, 0%, 7%, 0.267);
  border-color: #121212;
}
.pano-toggle-wrap.expand div#container.ccd-navbar > div.camera-console .pano-display-wrap div.ruler-div {
  color: white;
  border-color: white;
  background: linear-gradient(to bottom, rgba(43, 43, 43, 0.445) 15px, rgba(0, 0, 0, 0) 15px);
}
.pano-toggle-wrap.expand div#container.ccd-navbar > div.camera-console .pano-display-wrap div.ruler-div * {
  border-color: inherit !important;
  color: inherit !important;
}
.pano-toggle-wrap.expand div#container.ccd-navbar > div.camera-console .pano-display-wrap div.ruler-div .small-bar {
  width: 1px;
  height: 10px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
.pano-toggle-wrap.expand div#container.ccd-navbar > div.camera-console .pano-display-wrap div.ruler-div .med-bar {
  width: 1px;
  height: 0px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
.pano-toggle-wrap.expand div#container.ccd-navbar > div.camera-console .pano-display-wrap div.ruler-div .ruler-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
  background-color: rgba(43, 43, 43, 0);
  padding: 1px 2px;
  font-size: 10px;
  border-radius: 2px;
  line-height: 10px;
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.fullscreen-wrap,
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.timestamp-wrap {
  top: calc(0.25em + 15px);
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.refresh-wrap {
  top: calc(18px + 1em + calc(0.25em + 15px));
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.manual-refresh-wrap {
  top: calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 2) + calc(0.25em + 15px));
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.location-wrap {
  top: calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 3) + calc(0.25em + 15px));
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-overlay.zoom-pano-wrap {
  top: calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 1) + calc(0.25em + 15px));
}
div#container.ccd-navbar > div.camera-console .pano-display-wrap div.pano-toggle-wrap {
  top: calc(4em + 15px);
}
div#container.ccd-navbar > div.camera-console > .cam-monitor {
  grid-template-columns: auto 0.5fr 0.5fr;
  grid-template-rows: 1fr 7em;
  grid-template-areas: "screenshot map log" "screenshot map attr";
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.recent-move {
  grid-template-areas: "screenshot map log" "screenshot map log";
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  flex-wrap: wrap;
  max-width: 100vw;
  grid-template-rows: 100%;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out > .cam-screenshot {
  flex-shrink: 0;
  order: 0;
  max-height: 100%;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out > .cam-map {
  min-width: 30em;
  flex-basis: 30em;
  flex-grow: 1;
  order: 1;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out > .attr-positioner {
  border: none;
  flex-direction: column;
  order: 2;
  height: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 6em;
  min-width: 6em;
  max-width: 15em;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out.collapsed-event {
  grid-template-columns: auto 1fr 0px;
  flex-wrap: nowrap;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out.collapsed-event .attr-positioner {
  width: 0px;
  min-width: 0px;
  max-width: 0px;
  flex-basis: 0px;
  padding: 0px;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out.collapsed-event .attr-positioner > :not(.cam-log-expand) {
  display: none;
}
@media screen and (max-width: 1039px) {
  div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out > .cam-map {
    min-width: 10em;
    flex-basis: 10em;
  }
  div#container.ccd-navbar > div.camera-console > .cam-monitor.logged-out > .attr-positioner {
    display: none;
  }
}
div#container.ccd-navbar > div.camera-console > .cam-monitor > div.attr-positioner {
  position: relative;
  border-width: 0px;
  border-top: 3px;
  border-color: #494949;
  border-style: solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5em;
  grid-area: attr;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor > div.attr-positioner a {
  color: #efeff1;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor > div.attr-positioner a img {
  max-width: 100%;
  max-height: calc(100% - 1em);
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event {
  grid-template-columns: auto 1fr 0px;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event .attr-positioner {
  width: 0px;
  padding: 0px;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event .attr-positioner > :not(.cam-log-expand) {
  display: none;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event .cam-log-panel {
  position: relative;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event .cam-log-panel span.event-expand {
  display: block;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor.collapsed-event .cam-log-panel span.event-collapse {
  display: none;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor div.cam-log-expand {
  position: absolute;
  right: calc(100% + 1.5em);
  top: 60%;
  margin: auto;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor div.cam-log-expand button {
  position: fixed;
  border-radius: 0.5em;
  border-color: #555;
  color: white;
  background-color: #121212;
  margin: auto;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border-style: solid;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor div.cam-log-expand button .event-expand {
  display: none;
}
div#container.ccd-navbar > div.camera-console > .cam-monitor div.cam-log-expand button .event-collapse {
  display: block;
}
div.camera-console {
  height: calc(100vh - calc(calc(2.4em * 1.25) + 0.5rem));
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto repeat(2, calc(calc(100vh - calc(calc(2.4em * 1.25) + 0.5rem) - calc(calc(1.5em + 0.75rem + 2px) + 0.5em) - 1em) / 2));
  grid-gap: 0.5em;
  padding: 0 0.5em;
}
div.camera-console div.move-mode-countdown,
div.camera-console div.recent-move-alert,
div.camera-console div.static-note-alert {
  margin-bottom: 0;
  padding: 0.25em 0.5em;
  max-height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.camera-console div.move-mode-countdown .move-mode-dismiss,
div.camera-console div.recent-move-alert .move-mode-dismiss,
div.camera-console div.static-note-alert .move-mode-dismiss {
  margin-left: 1em;
  max-height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  div.camera-console div.move-mode-countdown,
  div.camera-console div.recent-move-alert,
  div.camera-console div.static-note-alert {
    width: 100%;
    max-height: none;
  }
}
div.camera-console div.cam-config .custom-switch {
  display: flex;
  align-items: center;
}
div.camera-console div.cam-config .cal-obstructions-display div {
  margin-bottom: 0.5em;
}
div.camera-console div.cam-config .cal-obstructions-display div > span:last-of-type,
div.camera-console div.cam-config .cal-obstructions-display div button {
  margin-left: 0.5em;
}
div.camera-console div.cam-config div.suncal-display-area img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.camera-console div.cam-config div.suncal-display-area img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  div.camera-console {
    height: calc(100vh - calc(calc(2.4em * 1.25) + 0.5rem) - calc(calc(1.5em + 0.75rem + 2px) + 0.5em) + 0.5em);
    grid-template-rows: auto;
  }
}
/* CamMonitor styles */
div#container.ccd-navbar div.cam-monitor div.cam-screenshot-wrap {
  aspect-ratio: unset !important;
  min-width: 10em;
}
div.cam-monitor {
  display: grid;
  grid-gap: 0.5em;
  height: 100%;
  grid-template-rows: 100%;
  grid-template-columns: auto 1fr;
  grid-template-areas: "screenshot map";
}
div.cam-monitor div.cam-screenshot-wrap {
  cursor: crosshair;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
div.cam-monitor div.cam-map {
  grid-area: map;
}
div.cam-monitor div.cam-move-log {
  padding: 0.5em;
  overflow: auto;
  font-size: 80%;
  background-color: #fff;
  color: #212529;
  grid-area: log;
}
div.cam-monitor div.cam-move-log .cam-log-pos-span {
  white-space: nowrap;
}
div.cam-monitor div.cam-move-log .cam-log-pos-span:hover {
  cursor: pointer;
  color: #007bff;
}
div.cam-monitor div.cam-move-log div.report-wrap {
  overflow: initial;
}
@media screen and (max-width: 1024px) {
  div#container:not(.ccd-navbar) .cam-monitor {
    /*grid-template-columns: 100%;
		grid-template-rows: auto;
		grid-template-areas: "screenshot"
												"map";*/
  }
  div#container:not(.ccd-navbar) .cam-monitor:not(.mobile) {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
  div#container:not(.ccd-navbar) .cam-monitor div.cam-screenshot {
    order: 1;
  }
  div#container:not(.ccd-navbar) .cam-monitor div.cam-map {
    order: 2;
    height: max(40vh, 500px);
    max-height: calc(90vh - calc(2.4em + 3rem + 2px));
  }
  div#container:not(.ccd-navbar) .cam-monitor div.cam-map.fullscreen {
    height: 100%;
    max-height: unset;
  }
  div#container:not(.ccd-navbar) .cam-monitor div.cam-move-log {
    order: 3;
    max-height: calc(50vh - calc(2.4em + 3rem + 2px));
  }
}
/* CamScreenshot styles */
div#container.ccd-navbar div.cam-monitor.recent:not(.logged-out) {
  grid-template-rows: 1fr 0px;
}
div#container.ccd-navbar div.cam-monitor.recent:not(.logged-out) .attr-positioner {
  display: none;
}
div#container.ccd-navbar div.cam-monitor div.badge.timestamp {
  color: #fff;
  background-color: hsla(0, 0%, 7%, 0.267);
  border-color: #121212;
}
div#container.ccd-navbar div.cam-monitor.logged-out div.cam-screenshot {
  grid-template-areas: "cs";
  grid-template-columns: 1fr;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 100%;
  grid-template-areas: "cs slider";
  position: relative;
  border: solid 1px grey;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap {
  display: none;
  position: absolute;
  z-index: 3;
  max-height: calc(100% - calc(15px + calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75)))) - calc(1.125em + 0.25em));
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
  max-height: calc(100%);
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot:hover .button-menu-wrap {
  width: revert;
  display: revert;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot.fullscreen-img {
  position: fixed;
  top: 0px;
  left: 0;
  margin: auto;
  max-width: 100vw;
  max-height: 100vh;
  grid-template-areas: ". btn cs slider .";
  grid-template-rows: 100%;
  gap: 0.25em;
  grid-template-columns: 1fr auto auto auto 1fr;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot.fullscreen-img .button-menu-wrap {
  position: unset;
  height: revert;
  display: flex;
  grid-area: btn;
  padding: 0.25em 0;
  height: 100%;
  max-height: unset;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot.fullscreen-img div.cam-screenshot-outer-wrap {
  width: auto !important;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot.fullscreen-img div.cam-screenshot-outer-wrap div.cam-screenshot-wrap {
  width: unset !important;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap {
  grid-area: buttons;
  pointer-events: none;
  top: calc(15px + calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75))));
  max-height: calc(100% - calc(2em + 0.75rem + 2px) - calc(15px + calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75)))));
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap .button-wrap-toggle {
  display: none;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
  display: flex !important;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > * {
  pointer-events: visible;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .button-menu-wrap .select-lapse-length {
  background-color: #121820;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot div.cam-screenshot-outer-wrap {
  grid-area: cs;
  display: grid;
  grid-template-rows: 15px auto;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot div.cam-screenshot-outer-wrap img.screenshot {
  width: auto !important;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot button.btn.btn-light {
  color: #fff;
  background-color: #12121244;
  border-color: #121212;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot button.btn.btn-light:hover {
  background-color: #444;
}
div#container.ccd-navbar div.cam-monitor div.cam-screenshot .comp-slider-wrap {
  margin: 0.25em;
  position: unset;
  height: calc(100% - 0.5em);
  bottom: 1em;
}
div.cam-screenshot {
  grid-area: screenshot;
  position: relative;
  overflow: visible;
  text-align: center;
  min-width: 10em;
}
div.cam-screenshot .button-menu-wrap > button,
div.cam-screenshot button.timelapse-button,
div.cam-screenshot .cam-screenshot-button-wrap > button,
div.cam-screenshot .timelapse-controls > button {
  /*position: absolute;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: calc(1.5em + 0.75rem + 2px);
  width: calc(1.5em + 0.75rem + 2px);
}
div.cam-screenshot .button-menu-wrap {
  position: absolute;
  top: calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75)));
  left: calc(0.5em * 0.75);
  display: flex;
  flex-direction: column;
  gap: calc(0.5em * 0.75);
  height: calc(calc(100% - calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75)))) - 4em);
  z-index: 3;
}
div.cam-screenshot .button-menu-wrap button.button-wrap-toggle {
  display: none;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
  /*overflow: hidden;*/
  /*position: absolute;
			top: @top-val;
			left: @screenshot-overlay-spacing;*/
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.5em * 0.75);
  flex-direction: column;
  max-height: calc(100% - calc(calc(0.75rem + 0.5em) + calc(2 * calc(0.5em * 0.75))));
  flex-basis: content;
  /*button.fullscreen-button {
				top: calc(@timestamp-height + calc(2 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;
			}*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > * {
  width: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.fullscreen-button {
  order: 1;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap div.timelapse-init {
  position: relative;
  order: 2;
  /*position: absolute;
				top: calc(@timestamp-height + @button-dims + calc(3 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap div.timelapse-init button.timelapse-button {
  top: 0;
  left: 0;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap div.timelapse-init div.select-lapse-length {
  position: absolute;
  display: none;
  top: 0;
  left: calc(calc(1.5em + 0.75rem + 2px) + calc(0.5em * 0.75));
  width: auto;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  z-index: 1001;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap div.timelapse-init div.select-lapse-length button.lapse-length {
  position: initial;
  padding: 0.5em;
  width: 100%;
  height: auto;
  border-radius: 0;
  white-space: nowrap;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.archive-button {
  order: 3;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.location-button {
  order: 3;
  /*top: calc(@timestamp-height + calc(2 * @button-dims) + calc(4 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.home-button {
  order: 4;
  /*top: calc(@timestamp-height + calc(3 * @button-dims) + calc(5 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.tour-button {
  order: 5;
  /*top: calc(@timestamp-height + calc(4 * @button-dims) + calc(6 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.stream-button {
  order: 6;
  /*top: calc(@timestamp-height + calc(5 * @button-dims) + calc(7 * @screenshot-overlay-spacing));
				left: @screenshot-overlay-spacing;*/
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.restart-button {
  order: 7;
}
div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap button.conf-button {
  order: 8;
}
@media screen and (max-width: 576px) {
  div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
    max-height: calc(100% - calc(calc(1.5em + 0.75rem + 2px) + calc(0.5em * 0.75)));
  }
}
@media screen and (min-width: 577px) {
  div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap.not-ccm {
    display: flex !important;
  }
}
@media screen and (max-width: 576px) {
  div.cam-screenshot .button-menu-wrap button.button-wrap-toggle {
    display: block;
  }
}
div.cam-screenshot div.comp-slider-wrap {
  height: calc(100% - 6.4em);
  position: absolute;
  bottom: 0;
  right: calc(0.5em * 0.75);
  grid-area: slider;
  padding: 0.25em;
  margin: 3.2em auto;
  background-color: rgba(33, 37, 41, 0.75);
  border-radius: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
div.cam-screenshot div.comp-slider-wrap input.comp-slider {
  height: 100%;
  max-height: 100%;
  appearance: slider-vertical;
  -webkit-appearance: slider-vertical;
  background-color: #333;
  width: 2px;
  margin: 0.25em 0;
  pointer-events: all;
}
div.cam-screenshot div.comp-slider-wrap span.auto-focus {
  cursor: pointer;
  pointer-events: all;
}
div.cam-screenshot div.comp-slider-wrap span.auto-focus:hover {
  color: #fdb01e;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container {
  position: relative;
  pointer-events: all;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container button.toggle-slider-mode {
  padding: 0;
  background: transparent;
  border: none;
  right: 0;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container button.toggle-slider-mode:hover {
  color: #fdb01e;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container button.toggle-slider-mode:focus {
  box-shadow: none;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container div.dropdown-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 24px;
  top: 0;
  right: calc(24px + 0.5em);
  left: auto;
  background-color: rgba(33, 37, 41, 0.75);
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container div.dropdown-menu a {
  padding: 0 0.25em;
  color: #efeff1;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container div.dropdown-menu a:hover {
  color: #fdb01e;
  cursor: pointer;
}
div.cam-screenshot div.comp-slider-wrap div.toggle-slider-mode-container div.dropdown-menu a.active {
  color: #fdb01e;
  cursor: default;
}
div.cam-screenshot div.cam-screenshot-outer-wrap {
  position: relative;
  height: 100%;
}
div.cam-screenshot div.cam-screenshot-outer-wrap img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
div.cam-screenshot div.cam-screenshot-outer-wrap:hover div.timelapse-controls {
  width: calc(100% - 4em);
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.timelapse-controls {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  padding: calc(0.5em * 0.75);
  display: flex;
  gap: 0.5em;
  width: 100%;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.timelapse-controls button {
  flex-shrink: 0;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.timelapse-controls input[type="range"] {
  width: 100%;
}
@media screen and (max-width: 576px) {
  div.cam-screenshot div.cam-screenshot-outer-wrap div.timelapse-controls {
    bottom: calc(0px - calc(calc(1.5em + 0.75rem + 2px) + calc(2 * calc(0.5em * 0.75))));
  }
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap {
  overflow: hidden;
  max-height: 100%;
  aspect-ratio: 16/9;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.cam-screenshot-img-wrap {
  overflow: hidden;
  height: 100%;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.timestamp {
  position: absolute;
  pointer-events: visible;
  top: calc(0.5em * calc(4 / 3));
  left: calc(0.5em * calc(4 / 3));
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.offline-indicator {
  position: absolute;
  top: calc(0.5em * calc(4 / 3));
  right: calc(0.5em * 0.75);
  padding: 0.25em;
  cursor: default;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.offline-indicator img.offline-indicator-img {
  width: 24px;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.health-indicator {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-left: 0.25em;
  max-width: 1.25em;
  cursor: default;
}
div.cam-screenshot div.cam-screenshot-outer-wrap div.cam-screenshot-wrap div.health-indicator img.offline-indicator-img {
  height: 0.75em;
}
div.cam-screenshot div.cam-screenshot-outer-wrap video.whep-player {
  height: 100%;
  width: auto !important;
  aspect-ratio: 16/9;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
div.cam-screenshot.fullscreen-img {
  position: fixed;
  z-index: 1002;
  width: 100% !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /*div.cam-screenshot-outer-wrap {
			height: auto;
			min-width:40vh;
		}*/
}
div.cam-screenshot.fullscreen-img div.cam-screenshot-wrap {
  max-height: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}
div.cam-screenshot.fullscreen-img div.cam-screenshot-wrap img.screenshot {
  max-height: 100vh;
}
@media screen and (max-width: 576px) {
  div.cam-screenshot.timelapse-mode {
    margin-bottom: calc(calc(1.5em + 0.75rem + 2px) + calc(2 * calc(0.5em * 0.75))) !important;
  }
}
/* Control Bar styles */
div.control-bar {
  max-height: 100%;
  padding: 0.25em;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
div.control-bar h3 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
div.control-bar h3 a {
  color: #efeff1;
  text-decoration: none;
}
div.control-bar h3 a:hover {
  color: #fdb01e;
}
div.control-bar div.control-bar-left {
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
}
div.control-bar div.control-bar-left div.name-heading-box {
  display: flex;
  align-items: center;
  gap: 1em;
  /*@media screen and (max-width: 991px) {
				h3.cam-name-heading {
					a,
					.cam-name-carrot {
						//display: none;
					}
				}
			}*/
}
div.control-bar div.control-bar-left div.cam-issue {
  display: flex;
  flex-direction: row;
  padding: 5px;
}
div.control-bar div.control-bar-left div.cam-issue div.cam-issue-col {
  display: flex;
  flex-direction: column;
  line-height: 14px;
  margin: 0px 5px;
  font-size: 13px;
}
div.control-bar div.control-bar-left div.cam-issue div.cam-issue-col label {
  margin: 0;
  font-weight: 600;
}
div.control-bar div.control-bar-left div.colocated-camera-links {
  display: flex;
  gap: 0.5em;
}
div.control-bar div.control-bar-left div.colocated-camera-links .btn-group :not(:first-child) {
  border-left-color: #212529;
}
div.control-bar div.control-bar-left div.colocated-camera-links .btn-group :not(:last-child) {
  border-right-color: #212529;
}
div.control-bar div.control-bar-left div.colocated-camera-links .btn.disabled {
  padding: 0.375rem 0.5rem;
  opacity: 0.85;
  z-index: initial;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap {
  /* Handled seperately in JS */
  height: 38px;
  width: 325px;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px;
  display: inline-flex;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  div.control-bar div.control-bar-left div.cam-static-note-wrap {
    display: none;
  }
}
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:hover div.cam-static-note-fields,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:focus-within div.cam-static-note-fields {
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 375px;
  margin-right: 2px;
  padding: 2px;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:hover div.cam-static-note-fields label,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:focus-within div.cam-static-note-fields label {
  display: block;
  margin-bottom: 0;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:hover div.cam-static-note-fields select.cam-static-note-cat,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:focus-within div.cam-static-note-fields select.cam-static-note-cat,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:hover div.cam-static-note-fields input.cam-static-note-etr,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:focus-within div.cam-static-note-fields input.cam-static-note-etr,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:hover div.cam-static-note-fields textarea.cam-static-note-text,
div.control-bar div.control-bar-left div.cam-static-note-wrap.complex:focus-within div.cam-static-note-fields textarea.cam-static-note-text {
  width: 100%;
  border: 1px solid #333;
  border-radius: 3px;
  padding: 3px;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap:hover > textarea {
  min-height: 80px;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields {
  display: inline-flex;
  width: auto;
  background-color: #fff;
  flex-direction: row;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields label {
  font-size: 12px;
  color: #333;
  display: none;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields select.cam-static-note-cat,
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields input.cam-static-note-etr,
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields textarea.cam-static-note-text {
  width: calc(33% - 1px);
  border: 0;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields textarea.cam-static-note-text {
  height: 100%;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap div.cam-static-note-fields textarea.cam-static-note-text:focus {
  transition: width 0.2s;
  min-height: 80px;
}
div.control-bar div.control-bar-left div.cam-static-note-wrap button.cam-static-note-submit {
  height: 34px;
  width: 120px;
  color: #fff;
  background-color: #39f;
  border: 0;
  border-radius: 2px;
  outline: none;
}
div.control-bar div.control-bar-left a.node-button,
div.control-bar div.control-bar-left a.ucsd-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: calc(1.5em + 0.75rem + 2px);
  width: calc(1.5em + 0.75rem + 2px);
}
@media screen and (max-width: 1024px) {
  div.control-bar div.control-bar-left {
    flex-wrap: wrap;
  }
}
div.control-bar div.control-bar-right {
  display: flex;
  gap: 0.5em;
  justify-content: flex-end;
}
@media screen and (max-width: 576px) {
  div.control-bar div.control-bar-right .cam-console-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  div.control-bar {
    display: initial;
  }
}
/* CamPanorama styles */
div.pano-display-wrap {
  /*display: grid;*/
  height: 100%;
  overflow: hidden;
  position: relative;
  max-height: 100%;
}
div.pano-display-wrap div.pano-overlay {
  position: absolute;
  top: 0.25em;
  z-index: 1;
}
div.pano-display-wrap div.pano-overlay.timestamp-wrap {
  right: 0.25em;
}
div.pano-display-wrap div.pano-overlay.timestamp-wrap input.form-control {
  font-size: 12px;
}
div.pano-display-wrap div.pano-overlay.refresh-wrap {
  top: calc(18px + 1.25em);
  right: 0.25em;
}
div.pano-display-wrap div.pano-overlay.manual-refresh-wrap {
  top: calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 2) + 0.25em);
  left: 0.25em;
}
div.pano-display-wrap div.pano-overlay.location-wrap {
  top: calc(calc(1.5em + 0.75rem + 2px) + 0.5em);
  left: 0.25em;
}
div.pano-display-wrap div.pano-overlay.fullscreen-wrap {
  left: 0.25em;
}
div.pano-display-wrap div.pano-overlay.zoom-pano-wrap {
  top: calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 3) + 0.25em);
  left: 0.25em;
}
div.pano-display-wrap div.pano-overlay.prev-seeker-wrap {
  left: 0.25em;
  top: max( calc(calc(calc(calc(1.5em + 0.75rem + 2px) + 0.25em) * 5)), 50% );
  transform: translate(0, -50%);
}
div.pano-display-wrap div.pano-overlay.next-seeker-wrap {
  left: unset;
  right: 0.25em;
  top: 50%;
  transform: translate(0, -50%);
}
div.pano-display-wrap div.pano-overlay.show-ai-toggle {
  top: calc(18px + 4.75em + 24px + 0.25em);
  right: 0.25em;
  background-color: #f8f9fa;
  color: #212529;
  border-radius: 1em;
  padding: 0.25em 0.5em 0.25em 2.75rem;
}
div.pano-display-wrap div.pano-overlay button {
  height: calc(1.5em + 0.75rem + 2px);
  width: calc(1.5em + 0.75rem + 2px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.pano-display-wrap.next-seeker-wrap {
  left: unset;
  right: 0.25em;
  top: 50%;
  transform: translate(0, -50%);
}
div.pano-display-wrap.show-ai-toggle {
  top: calc(18px + 4.75em + 24px + 0.25em);
  right: 0.25em;
  background-color: #f8f9fa;
  color: #212529;
  border-radius: 5px;
  padding: 0.25em 0.5em 0.25em 2.75rem;
}
div.pano-display-wrap button {
  height: calc(1.5em + 0.75rem + 2px);
  width: calc(1.5em + 0.75rem + 2px);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.pano-display-wrap div.pano-toggle-wrap {
  position: absolute;
  right: 4px;
  top: calc(4em);
  display: flex;
  flex-direction: column;
  z-index: 100;
  background-color: #ddd;
  color: #333;
  padding: 4px;
  border-radius: 5px;
}
div.pano-display-wrap div.pano-toggle-wrap.expand {
  max-height: 1.875rem;
  overflow-y: clip;
  max-width: 2rem;
  cursor: pointer;
}
div.pano-display-wrap div.pano-toggle-wrap.expand.open {
  max-height: max-content;
  max-width: max-content;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > span {
  padding-bottom: 0.125rem;
  text-align: right;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > span.aihi_1 {
  padding-bottom: 0.125rem;
  text-align: right;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > span.aihi_2 {
  padding-bottom: 0.125rem;
  text-align: right;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > span.aihi_3 {
  padding-bottom: 0.125rem;
  text-align: right;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > div.show-ai-version {
  height: 30px;
}
div.pano-display-wrap div.pano-toggle-wrap.expand > div.show-ai-version > button {
  height: 30px;
}
div.pano-display-wrap div.pano {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-auto-rows: 1fr;
  align-items: flex-start;
  overflow: hidden;
  overflow-x: scroll;
  cursor: crosshair;
}
div.pano-display-wrap div.pano div.pano-row {
  height: 100%;
  position: relative;
}
div.pano-display-wrap div.pano div.pano-row div.pano-img-wrap {
  height: 100%;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: normal;
}
div.pano-display-wrap div.pano div.pano-row div.pano-img-wrap > img {
  height: 100%;
  align-self: center;
  z-index: 1;
}
div.pano-display-wrap div.pano div.pano-row div.pano-img-wrap #pano_ruler {
  pointer-events: none;
  z-index: 1;
}
div.pano-display-wrap div.pano div.pano-row div.pano-control-overlay {
  z-index: 1;
  width: max-content;
}
div.pano-display-wrap.fullscreen-pano {
  position: fixed;
  z-index: 1003;
  width: 100%;
  max-height: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  /*& .pano-img-wrap{
			width:max-content !important;
		}*/
}
div.pano-display-wrap.fullscreen-pano div.pano {
  max-height: 100vh;
}
@media screen and (max-width: 1024px) {
  div#container:not(.ccd-navbar) div.pano-display-wrap {
    max-height: 50%;
  }
}
/* CamTileset */
div.tile-settings {
  display: flex;
  gap: 0.25em;
  width: 100%;
}
div.tile-settings button {
  white-space: nowrap;
}
div.tile-settings div.timelapse-dropdown {
  position: relative;
}
div.tile-settings div.timelapse-dropdown div.select-lapse-length {
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  z-index: 1001;
}
div.tile-settings div.timelapse-dropdown div.select-lapse-length button.lapse-length {
  width: 100%;
  border-radius: 0;
}
div.tile-settings div.timelapse-dropdown div.select-lapse-length button.lapse-length:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
div.tile-settings div.timelapse-controls {
  padding: 0 0.5em;
  height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  gap: 0.5em;
  width: 100%;
}
div.tile-settings div.timelapse-controls button {
  padding: 0.25rem;
  position: unset;
}
div.tile-settings div.timelapse-controls input[type="range"] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.tile-settings {
    flex-wrap: wrap;
  }
}
div.cam-tileset {
  display: grid;
  max-width: 100%;
  max-height: calc(100vh - calc(calc(2.4em * 1.25) + 0.5rem));
  grid-auto-flow: row dense;
}
div.cam-tileset div.cam-screenshot {
  grid-area: unset;
  max-height: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
div.cam-tileset div.cam-screenshot.fullscreen-img {
  max-width: unset !important;
  max-height: unset !important;
  height: 100%;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap {
  top: 0.25em;
  left: 0.25em;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .button-wrap-toggle {
  display: none !important;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
  display: flex !important;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap div.timelapse-init {
  display: none;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > button {
  width: 1.2em;
  height: 1.2em;
  left: 0.25em;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > button.fullscreen-button {
  top: 0.25em;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > button.remove-tile-button {
  order: 2;
  top: calc(1.2em + calc(2 * 0.25em));
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap > button span.material-icons {
  font-size: 1.2em;
}
div.cam-tileset div.cam-screenshot .button-menu-wrap .button-wrap-toggle {
  display: none;
}
div.cam-tileset div.cam-screenshot div.cam-screenshot-wrap {
  position: relative;
  width: auto !important;
  max-height: 100%;
}
div.cam-tileset div.cam-screenshot div.cam-screenshot-wrap .screenshot-ruler-wrap,
div.cam-tileset div.cam-screenshot div.cam-screenshot-wrap .screenshot-crosshair,
div.cam-tileset div.cam-screenshot div.cam-screenshot-wrap .timestamp {
  display: none;
}
div.cam-tileset div.cam-screenshot img.screenshot {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
div.cam-tileset div.cam-screenshot span.cam-name {
  position: absolute;
  bottom: 0.25em;
  left: 0.25em;
}
/* Systab styles */
div#system-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10000;
}
@keyframes delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
div#system-background div#system-ui {
  position: absolute;
  width: 70em;
  max-width: 80%;
  min-height: 20em;
  max-height: calc(100% - 3em);
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 3em auto;
  grid-template-areas: "system-header" "system-panel";
  color: #3c3c3c;
  border-radius: 3px;
}
@media screen and (max-width: 750px) {
  div#system-background div#system-ui {
    max-width: 90%;
    max-height: 90%;
    top: 5%;
    grid-template-rows: 3em calc(100% - 3em);
  }
}
div#system-background div#system-ui div#system-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  grid-area: system-header;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
div#system-background div#system-ui div#system-header div#system-breadcrumbs {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  padding: 0.25em;
}
div#system-background div#system-ui div#system-header div#system-breadcrumbs span.back {
  color: #39f;
  cursor: pointer;
}
div#system-background div#system-ui div#system-header div#system-breadcrumbs span.back::after {
  content: " | ";
  color: #3c3c3c;
}
div#system-background div#system-ui div#system-header button#system-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
div#system-background div#system-ui div#system-panel {
  grid-area: system-panel;
  padding: 0.5em;
  position: relative;
  max-height: 50em;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  div#system-background div#system-ui div#system-panel {
    max-width: 50em;
    overflow-x: scroll;
  }
}
div#system-background div#system-ui div#system-panel div.report-filter.flex-inline {
  display: flex;
  flex-direction: row;
}
div#system-background div#system-ui div#system-panel div.report-filter.flex-inline div.label-field-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0.25em 0.25em 0;
}
div#system-background div#system-ui div#system-panel div.report-filter.flex-inline div.label-field-wrap label {
  font-size: 0.75em;
  margin-bottom: 0;
}
div#system-background div#system-ui div#system-panel div.report-filter.flex-inline div.label-field-wrap input,
div#system-background div#system-ui div#system-panel div.report-filter.flex-inline div.label-field-wrap select {
  font-size: 0.9em;
  padding: 0.1em;
}
div#system-background div#system-ui div#system-panel div#camera-list-output table,
div#system-background div#system-ui div#system-panel div#user-list-output table {
  font-size: 0.6em;
}
div#system-background div#system-ui div#system-panel a.csv-icon-wrap {
  background-color: #007bff;
  display: inline-block;
  padding: 0.1em 0.25em;
  border-radius: 0.2em;
  color: #fff;
}
div#system-background div#system-ui div#system-panel div#system-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#system-background div#system-ui div#system-panel div#report-panel div#report-output,
div#system-background div#system-ui div#system-panel div.content-wrap {
  max-height: 100%;
  overflow-x: hidden;
  padding-bottom: 1em;
}
div#system-background div#system-ui div#system-panel div#camera-list-controls select.camera-list-filter,
div#system-background div#system-ui div#system-panel div#user-list-controls select.user-list-filter {
  margin: 0.25em;
  display: none;
}
div#system-background div#system-ui div#system-panel div#report-panel.report-panel {
  max-height: calc(100% - 2em);
}
div#system-background div#system-ui div#system-panel div#report-panel div#report-output.report-output {
  max-height: 45em;
  overflow-y: scroll;
}
div#system-background div#system-ui div#system-panel div#report-panel label {
  margin-right: 0.5em;
}
div#system-background div#system-ui div#system-panel div#report-panel input,
div#system-background div#system-ui div#system-panel div#report-panel select {
  border: 1px solid #999;
  border-radius: 0.1em;
  padding: 0.35em;
}
div#system-background div#system-ui div#system-panel div#report-panel input[type="date"] {
  padding: 0.25em;
}
div#system-background div#system-ui div#system-panel h1,
div#system-background div#system-ui div#system-panel h3,
div#system-background div#system-ui div#system-panel h4,
div#system-background div#system-ui div#system-panel h5,
div#system-background div#system-ui div#system-panel h6 {
  margin-bottom: 0;
  margin-top: 0.25em;
  padding: 0 0.25em;
}
div#system-background div#system-ui div#system-panel h1 {
  font-size: 2em;
}
div#system-background div#system-ui div#system-panel h2 {
  font-size: 1.8em;
  margin: 0;
  padding: 0 0.25em;
}
div#system-background div#system-ui div#system-panel h3 {
  font-size: 1.6em;
}
div#system-background div#system-ui div#system-panel h4 {
  font-size: 1.4em;
}
div#system-background div#system-ui div#system-panel h5 {
  font-size: 1.2em;
}
div#system-background div#system-ui div#system-panel h6 {
  font-size: 1em;
}
div#system-background div#system-ui div#system-panel p {
  margin-bottom: 0.5em;
}
div#system-background div#system-ui div#system-panel span.link,
div#system-background div#system-ui div#system-panel a.link {
  color: #39f;
  cursor: pointer;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel span.link.link-inactive,
div#system-background div#system-ui div#system-panel a.link.link-inactive {
  color: #0c457e;
}
@media screen and (max-width: 750px) {
  div#system-background div#system-ui div#system-panel span.link {
    display: block !important;
  }
}
div#system-background div#system-ui div#system-panel p.code-green,
div#system-background div#system-ui div#system-panel span.code-green {
  color: #78eb93;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel p.code-yellow,
div#system-background div#system-ui div#system-panel span.code-yellow {
  color: #fcd66d;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel p.code-red,
div#system-background div#system-ui div#system-panel span.code-red {
  color: #eb7878;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel tr.code-green,
div#system-background div#system-ui div#system-panel button.code-green {
  background-color: #78eb93;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel tr.code-yellow,
div#system-background div#system-ui div#system-panel button.code-yellow {
  background-color: #fcd66d;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel tr.code-red,
div#system-background div#system-ui div#system-panel button.code-red {
  background-color: #eb7878;
  font-weight: 800;
}
div#system-background div#system-ui div#system-panel form {
  display: flex;
  flex-direction: column;
}
div#system-background div#system-ui div#system-panel form div.system-form-row {
  display: flex;
  width: 100%;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.system-form-item-wrap {
  width: 100%;
  padding: 0.1em;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.system-form-item-wrap label.system-label {
  color: #333;
  margin: 0;
  font-size: 0.8em;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.custom-switch {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.custom-switch .custom-control-label::after {
  background-color: #fff;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.custom-switch .custom-control-label::before {
  background-color: #eb7878;
  border-color: #eb7878;
}
div#system-background div#system-ui div#system-panel form div.system-form-row div.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #78eb93;
  border-color: #78eb93;
}
div#system-background div#system-ui div#system-panel form div.system-search-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
div#system-background div#system-ui div#system-panel form div.system-search-row div.system-form-item-wrap {
  justify-content: flex-end;
}
div#system-background div#system-ui div#system-panel form div.system-form-item-wrap button.system-button {
  margin: 0.1em;
}
div#system-background div#system-ui div#system-panel form div.system-button-row {
  display: flex;
  padding: 0.25em;
  justify-content: flex-end;
}
div#system-background div#system-ui div#system-panel form div.system-button-row button {
  margin-left: 0.5em;
}
div#system-background div#system-ui div#system-panel form div.system-search-item-wrap {
  display: flex;
  flex-grow: 10;
  flex-direction: column;
  padding: 0.1em;
}
div#system-background div#system-ui div#system-panel form div.system-search-item-wrap label.system-label {
  color: #333;
  margin: 0;
  font-size: 0.8em;
}
div#system-background div#system-ui div#system-panel textarea.system-textarea,
div#system-background div#system-ui div#system-panel input.system-input,
div#system-background div#system-ui div#system-panel select.system-select {
  border: 1px solid #999;
  outline: none;
  padding: 0.2em;
  border-radius: 0.2em;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0em;
  height: 2em;
}
div#system-background div#system-ui div#system-panel textarea.system-textarea {
  min-height: 5em;
  max-height: 10em;
}
div#system-background div#system-ui div#system-panel input.system-input {
  width: 100%;
}
div#system-background div#system-ui div#system-panel input.system-input:focus {
  outline: none;
}
div#system-background div#system-ui div#system-panel div.users-data-panel,
div#system-background div#system-ui div#system-panel div.groups-data-panel,
div#system-background div#system-ui div#system-panel div.cameras-data-panel {
  grid-area: data-panel;
}
div#system-background div#system-ui div#system-panel div.panel-select {
  grid-area: panel-select;
}
div#system-background div#system-ui div#system-panel div.panel-select div.ps-option {
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.2em 0.4em;
  background-color: #39f;
  border-radius: 0.2em;
  color: #fff;
}
div#system-background div#system-ui div#system-panel div.panel-select div.selected {
  background-color: #dbdbdb;
  color: #000;
}
div#system-background div#system-ui div#system-panel div.system-link-wrap {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
div#system-background div#system-ui div#system-panel div.system-link-wrap p.system-link {
  margin-bottom: 0;
}
div#system-background div#system-ui div#system-panel div.system-link-wrap p.system-link span.link {
  width: 10em;
  display: inline-block;
}
div#system-background div#system-ui div#system-panel div.system-panel-1x2 {
  display: grid;
  grid-auto-columns: 20em auto;
  grid-auto-rows: 2em auto;
}
@media screen and (max-width: 750px) {
  div#system-background div#system-ui div#system-panel div.system-panel-1x2 {
    min-width: 50em;
    max-width: 50em;
  }
}
div#system-background div#system-ui div#system-panel div.system-panel-1x2.group-grid,
div#system-background div#system-ui div#system-panel div.system-panel-1x2.profile-grid,
div#system-background div#system-ui div#system-panel div.system-panel-1x2.camera-grid {
  grid-template-areas: "data-panel panel-select" "data-panel visible-panel";
}
div#system-background div#system-ui div#system-panel div.system-panel-1x2 div.groups-panel,
div#system-background div#system-ui div#system-panel div.system-panel-1x2 div.users-panel,
div#system-background div#system-ui div#system-panel div.system-panel-1x2 div.cameras-panel {
  grid-area: data-panel;
}
div#system-background div#system-ui div#system-panel div.group-panel div.users-panel {
  grid-area: visible-panel;
  position: relative;
}
div#system-background div#system-ui div#system-panel div.group-panel div.cameras-panel {
  grid-area: visible-panel;
  position: relative;
}
div#system-background div#system-ui div#system-panel div.profile-panel {
  grid-template-areas: "data-panel group-panel";
}
div#system-background div#system-ui div#system-panel div.profile-panel div.groups-panel {
  grid-area: visible-panel;
  position: relative;
}
div#system-background div#system-ui div#system-panel div.profile-panel div.user-group-add {
  position: relative;
}
div#system-background div#system-ui div#system-panel div.manage-justify {
  text-align: right;
}
div#system-background div#system-ui div#system-panel div.panel-controls {
  grid-area: new;
  justify-self: end;
  display: flex;
  flex-direction: row;
}
div#system-background div#system-ui div#system-panel div.panel-controls button.toggle-hidden {
  border: 0;
  margin: 0 0.5em;
  border-radius: 0.25em;
  outline: none;
}
div#system-background div#system-ui div#system-panel div.panel-controls button.toggle-hidden.shown {
  background-color: #39f;
  color: #fff;
}
div#system-background div#system-ui div#system-panel div#camera-group-add-panel,
div#system-background div#system-ui div#system-panel div#group-camera-add-panel,
div#system-background div#system-ui div#system-panel div#group-user-add-panel,
div#system-background div#system-ui div#system-panel div#user-group-add-panel,
div#system-background div#system-ui div#system-panel div#user-feature-add-panel,
div#system-background div#system-ui div#system-panel div#group-feature-add-panel {
  padding: 0.5em;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
  width: 25em;
}
div#system-background div#system-ui div#system-panel div.camera-grid div.groups-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.groups-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.groups-panel,
div#system-background div#system-ui div#system-panel div.camera-grid div.users-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.users-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.users-panel,
div#system-background div#system-ui div#system-panel div.camera-grid div.cameras-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.cameras-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.cameras-panel,
div#system-background div#system-ui div#system-panel div.camera-grid div.health-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.health-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.health-panel,
div#system-background div#system-ui div#system-panel div.camera-grid div.features-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.features-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.features-panel {
  display: grid;
  grid-template-rows: 2em auto;
  grid-template-columns: auto;
  grid-template-areas: "header new" "list list";
  padding: 0.25em;
}
div#system-background div#system-ui div#system-panel div.camera-grid h5,
div#system-background div#system-ui div#system-panel div.group-grid h5,
div#system-background div#system-ui div#system-panel div.profile-grid h5 {
  grid-area: header;
}
div#system-background div#system-ui div#system-panel div.camera-grid button.system-button,
div#system-background div#system-ui div#system-panel div.group-grid button.system-button,
div#system-background div#system-ui div#system-panel div.profile-grid button.system-button {
  grid-area: new;
}
div#system-background div#system-ui div#system-panel div.camera-grid div#groups-list,
div#system-background div#system-ui div#system-panel div.group-grid div#groups-list,
div#system-background div#system-ui div#system-panel div.profile-grid div#groups-list,
div#system-background div#system-ui div#system-panel div.camera-grid div#cameras-list,
div#system-background div#system-ui div#system-panel div.group-grid div#cameras-list,
div#system-background div#system-ui div#system-panel div.profile-grid div#cameras-list,
div#system-background div#system-ui div#system-panel div.camera-grid div#users-list,
div#system-background div#system-ui div#system-panel div.group-grid div#users-list,
div#system-background div#system-ui div#system-panel div.profile-grid div#users-list,
div#system-background div#system-ui div#system-panel div.camera-grid div#cam-health-data,
div#system-background div#system-ui div#system-panel div.group-grid div#cam-health-data,
div#system-background div#system-ui div#system-panel div.profile-grid div#cam-health-data,
div#system-background div#system-ui div#system-panel div.camera-grid div#features-list,
div#system-background div#system-ui div#system-panel div.group-grid div#features-list,
div#system-background div#system-ui div#system-panel div.profile-grid div#features-list {
  grid-area: list;
}
div#system-background div#system-ui div#system-panel div.camera-grid div.data-panel,
div#system-background div#system-ui div#system-panel div.group-grid div.data-panel,
div#system-background div#system-ui div#system-panel div.profile-grid div.data-panel {
  grid-area: data-panel;
  max-width: 100%;
  position: relative;
  padding: 0.25em;
}
div#system-background div#system-ui div#system-panel div#generic-search-panel {
  display: grid;
  grid-template-areas: "search-panel" "search-results-panel";
  grid-template-columns: 68em;
  grid-template-rows: 7.5em calc(100% - 7.5em);
  max-height: 100%;
}
div#system-background div#system-ui div#system-panel div#generic-search-panel.add-state {
  grid-template-areas: "search-panel add-panel" "search-results-panel add-panel";
  grid-template-columns: 45em 23em;
}
div#system-background div#system-ui div#system-panel div.user-search-panel,
div#system-background div#system-ui div#system-panel div.user-add-panel,
div#system-background div#system-ui div#system-panel div.group-search-panel,
div#system-background div#system-ui div#system-panel div.group-add-panel,
div#system-background div#system-ui div#system-panel div.camera-search-panel,
div#system-background div#system-ui div#system-panel div.camera-add-panel {
  max-width: 100%;
  position: relative;
  padding: 0.5em;
}
div#system-background div#system-ui div#system-panel div.group-add-panel,
div#system-background div#system-ui div#system-panel div.camera-add-panel,
div#system-background div#system-ui div#system-panel div.user-add-panel {
  grid-area: add-panel;
  display: none;
  border-left: 1px solid #ccc;
}
div#system-background div#system-ui div#system-panel div.group-search-panel,
div#system-background div#system-ui div#system-panel div.camera-search-panel,
div#system-background div#system-ui div#system-panel div.user-search-panel {
  grid-area: search-panel;
}
div#system-background div#system-ui div#system-panel div.group-search-results-panel,
div#system-background div#system-ui div#system-panel div.camera-search-results-panel,
div#system-background div#system-ui div#system-panel div.user-search-results-panel {
  grid-area: search-results-panel;
}
div#system-background div#system-ui div#system-panel table.table {
  font-size: 0.7em;
}
div#system-background div#system-ui div#system-panel table.table p {
  margin-bottom: 0;
}
div#system-background div#system-ui div#system-panel table.results-table {
  width: 100%;
  padding: 0.5em;
}
div#system-background div#system-ui div#system-panel table.results-table tbody td {
  font-size: 0.8em;
}
div#system-background div#system-ui div#system-panel div.panel-display {
  grid-area: visible-panel;
}
div#system-background div#system-ui div#system-panel div.panel-display table.table {
  width: 100%;
  font-size: 0.75em;
}
div#system-background div#system-ui div#system-panel div.panel-display table.table tbody tr {
  position: relative;
}
div#system-background div#system-ui div#system-panel div.panel-display table.table tbody td {
  vertical-align: baseline;
}
div#system-background div#system-ui div#system-panel div.panel-display table.table p,
div#system-background div#system-ui div#system-panel div.panel-display table.table tbody td p {
  margin-bottom: 0;
}
div#system-background div#system-ui div#system-panel div.panel-display table.table div.perm-inject {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background-color: #f5f5f5;
  border-radius: 0.2em;
  padding: 0.25em;
  z-index: 10;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
div#system-background div#system-ui div#system-panel div.panel-display table.table div.perm-inject div.toggles {
  width: 100%;
  display: flex;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-1 {
  flex: 1;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-2 {
  flex: 2;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-3 {
  flex: 3;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-4 {
  flex: 4;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-5 {
  flex: 5;
}
div#system-background div#system-ui div#system-panel div.system-form-item-wrap.fg-6 {
  flex: 6;
}
div#system-background div#system-ui div#system-panel div#cam-map {
  width: 100%;
  height: 100%;
}
div#system-background div#system-ui div#system-panel div#cam-map div.link-wrap span.link {
  display: block;
}
div#system-background div#system-ui div#system-panel label.toggle-label {
  position: relative;
  height: 4em;
  width: 3.8em;
  margin-bottom: 0;
  padding: 0.25em 0.25em 2.5em 0.25em;
  text-align: center;
  border-radius: 0.3em;
  flex-grow: 1;
  display: inline-flex;
}
div#system-background div#system-ui div#system-panel label.toggle-label input {
  opacity: 0;
  width: 0;
  height: 0;
}
div#system-background div#system-ui div#system-panel label.toggle-label span.toggle-wrap {
  position: absolute;
  cursor: pointer;
  left: 1.4em;
  top: 1.7em;
  background-color: #eb7878;
  height: calc(100% - 2em);
  width: 16px;
  border-radius: 10px;
}
div#system-background div#system-ui div#system-panel label.toggle-label span.toggle-wrap:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: #fff;
  right: 2px;
  bottom: 2px;
  transition: top 0.2s;
}
div#system-background div#system-ui div#system-panel tr.inactive-tr {
  background-color: #ccc;
}
div#system-background div#system-ui div#system-panel tr.inactive-tr td p span.code-red {
  color: #3c3c3c;
}
div#system-background div#system-ui div#system-panel tr.inactive-tr td p span.code-green {
  color: #878787;
}
div#system-background div#system-ui div#system-panel tr.inactive-tr td p span.link {
  color: #0c457e;
}
div#system-background div#system-ui div#system-panel input:checked + span.toggle-wrap {
  background-color: #78eb93;
}
div#system-background div#system-ui div#system-panel input:checked + span.toggle-wrap:before {
  top: 2px;
}
div#system-background div#system-ui div#system-panel input:focus + span.toggle-wrap {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
div#system-background div#system-ui div#system-panel .adj {
  width: calc(100% - 0.5em);
}
div#system-background div#system-ui div.loading-anim {
  margin: 0 auto;
  width: 84px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#system-background div#system-ui div.loading-anim > div {
  height: 100%;
  width: 12px;
  display: inline-block;
  /*float: left;*/
  margin-left: 2px;
  animation: delay 1.8s infinite ease-in-out;
  background-color: #39f;
}
div#system-background div#system-ui div.loading-anim div.bar2 {
  animation-delay: -1.5s;
}
div#system-background div#system-ui div.loading-anim div.bar3 {
  animation-delay: -1.2s;
}
div#system-background div#system-ui div.loading-anim div.bar4 {
  animation-delay: -0.9s;
}
div#system-background div#system-ui div.loading-anim div.bar5 {
  animation-delay: -0.6s;
}
div#system-background div#system-ui div.loading-anim div.bar6 {
  animation-delay: -0.3s;
}
div#system-background div#system-ui button.system-button {
  background-color: #39f;
  border: 0;
  color: #fff;
  padding: 0.25em;
  border-radius: 3px;
  margin-bottom: 0em;
  outline: none;
}
div#system-background div#system-ui button.system-button.inactive {
  background-color: #6c757d;
}
.map-custom-control {
  margin: 5px;
  background-color: #fff;
  color: #212529;
  border: none;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.map-custom-control:hover {
  background-color: #ebebeb;
}
.map-custom-control a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.map-custom-control .measure-control-current-stats {
  position: absolute;
  top: 0;
  left: 26px;
  margin-left: 5px;
  background-color: #fff;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.map-custom-control .measure-control-current-stats p {
  margin-bottom: 0;
}
/* Leaflet return control */
div.leaflet-control-return,
.map-return-control {
  background: #fff;
  color: #212529;
  cursor: pointer;
}
div.leaflet-control-return .leaflet-control-return-link,
.map-return-control .leaflet-control-return-link,
div.leaflet-control-return .map-return-control-link,
.map-return-control .map-return-control-link {
  background-size: 14px 14px;
  border: 0;
  border-radius: 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
div.leaflet-control-return .leaflet-control-return-link.leaflet-control-return-start-location,
.map-return-control .leaflet-control-return-link.leaflet-control-return-start-location,
div.leaflet-control-return .map-return-control-link.leaflet-control-return-start-location,
.map-return-control .map-return-control-link.leaflet-control-return-start-location,
div.leaflet-control-return .leaflet-control-return-link.map-return-control-start-location,
.map-return-control .leaflet-control-return-link.map-return-control-start-location,
div.leaflet-control-return .map-return-control-link.map-return-control-start-location,
.map-return-control .map-return-control-link.map-return-control-start-location {
  background-image: url("../img/pin_default.svg");
}
div.leaflet-control-return .leaflet-control-return-link.leaflet-control-return-your-location,
.map-return-control .leaflet-control-return-link.leaflet-control-return-your-location,
div.leaflet-control-return .map-return-control-link.leaflet-control-return-your-location,
.map-return-control .map-return-control-link.leaflet-control-return-your-location,
div.leaflet-control-return .leaflet-control-return-link.map-return-control-user-location,
.map-return-control .leaflet-control-return-link.map-return-control-user-location,
div.leaflet-control-return .map-return-control-link.map-return-control-user-location,
.map-return-control .map-return-control-link.map-return-control-user-location {
  background-image: url("../img/location.svg");
}
/* leaflet fullscreen control */
div.leaflet-control-fullscreen {
  color: #212529;
  cursor: pointer;
}
/* leaflet layers control */
a.leaflet-control-layers-toggle {
  border-radius: 5px;
}
a.leaflet-control-layers-toggle:hover {
  background-color: #f4f4f4;
}
/* Disclaimer popup (CamPopup) */
div#alertca-lightbox,
div.alertca-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10002;
}
div#alertca-popup,
div.alertca-popup {
  position: fixed;
  width: 40%;
  left: 30%;
  top: 10%;
  padding: 0.5em;
  background-color: #ffffff;
  z-index: 10005;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  max-height: 80%;
  overflow: auto;
  color: #212529;
}
div#alertca-popup h1,
div.alertca-popup h1 {
  font-size: 1.6em;
}
div#alertca-popup .alert,
div.alertca-popup .alert {
  width: 100%;
}
div#alertca-popup .alert ul,
div.alertca-popup .alert ul {
  margin-bottom: 0;
}
div#alertca-popup p,
div.alertca-popup p {
  margin-bottom: 0.5em;
}
div#alertca-popup button.disabled,
div.alertca-popup button.disabled {
  background-color: #ccc;
  color: #666;
  border: 1px solid #666;
}
div#alertca-popup div#tou-scroll,
div.alertca-popup div#tou-scroll {
  max-height: 20em;
  padding: 0.5em;
  overflow-y: scroll;
  background-color: #ddd;
  font-size: 0.8em;
}
div#alertca-popup div#tou-scroll h1,
div.alertca-popup div#tou-scroll h1 {
  text-align: left;
  background-color: unset;
}
div#alertca-popup div#tou-scroll h2,
div.alertca-popup div#tou-scroll h2 {
  font-size: 1.3em;
}
div#alertca-popup div#tou-scroll h3,
div.alertca-popup div#tou-scroll h3 {
  font-size: 1.1em;
}
div#alertca-popup div.popup-error,
div.alertca-popup div.popup-error {
  padding: 0.5em;
  justify-content: flex-end;
  color: #f00;
  text-align: right;
  font-size: 0.8em;
}
div#alertca-popup div.form-check,
div.alertca-popup div.form-check {
  margin-top: 0.5em;
  padding: 0;
  text-align: right;
}
div#alertca-popup div.form-check input,
div.alertca-popup div.form-check input {
  margin-right: 0.5em;
  vertical-align: middle;
}
div#alertca-popup div.form-check label,
div.alertca-popup div.form-check label {
  margin: 0;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  div#alertca-popup,
  div.alertca-popup {
    width: 90%;
    max-height: 90%;
    top: 5%;
    left: 5%;
  }
}
@keyframes refresh-timer {
  from {
    width: 0%;
    background-color: #ccc;
  }
  to {
    width: 100%;
    background-color: #39f;
  }
}
div.loading-anim {
  margin: 0 auto;
  width: 84px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.loading-anim div.bar2 {
  animation-delay: -1.5s;
}
div.loading-anim div.bar3 {
  animation-delay: -1.2s;
}
div.loading-anim div.bar4 {
  animation-delay: -0.9s;
}
div.loading-anim div.bar5 {
  animation-delay: -0.6s;
}
div.loading-anim div.bar6 {
  animation-delay: -0.3s;
}
div.loading-anim > div {
  height: 100%;
  width: 12px;
  float: left;
  margin-left: 2px;
  animation: delay 1.8s infinite ease-in-out;
  background-color: #ccc;
}
@-webkit-keyframes delay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%,
  70%,
  100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
    background-color: #ccc;
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    background-color: #39f;
  }
}
/* note popup in offline cameras report */
div.offline-camera-field-edit-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  width: 300px;
}
div.offline-camera-field-edit-wrap p.note-edit-label {
  color: #333;
  margin: 3px;
}
div.offline-camera-field-edit-wrap textarea.note-text-area {
  border: 0;
  outline: none;
  font-size: 10px;
  margin: 3px;
}
div.offline-camera-field-edit-wrap input[type="date"],
div.offline-camera-field-edit-wrap select {
  margin: 4px;
  border: 1px solid #333;
}
div.offline-camera-field-edit-wrap p.note {
  color: #333;
  font-size: 10px;
  margin: 3px;
}
div.offline-camera-field-edit-wrap div.note-button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
div.offline-camera-field-edit-wrap button {
  outline: none;
  border: 0;
  border-radius: 3px;
  margin: 3px;
  font-size: 16px;
}
div.offline-camera-field-edit-wrap button.close {
  display: inline-block;
  background-color: none;
  color: #777;
}
div.offline-camera-field-edit-wrap button.update {
  display: inline-block;
  background-color: #39f;
  color: #fff;
}
div.cam-thumb div.filter-overlay {
  background-color: #00000073;
  position: absolute;
  transform: translate(-50%, -50%);
}
div.cam-thumb div.filter-padding {
  background-color: #fb00ff85;
  position: absolute;
  transform: translate(-50%, -50%);
}
div.cam-thumb div.filter-details {
  position: absolute;
  background-color: #000000bf;
  padding: 4px;
  border-radius: 4px;
  font-size: 10px;
}
div.ai-mgmt-panel {
  position: fixed;
  top: 20%;
  left: 30%;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-family: "arial", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 0px;
  color: #111;
  z-index: 10000;
  width: 14em;
}
div.ai-mgmt-panel p {
  margin: 0px;
  font-size: 14px;
  padding: 3px;
}
div.ai-mgmt-panel label {
  display: block;
  width: 100%;
  padding: 3px;
  font-size: 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 0;
}
div.ai-mgmt-panel label input.ai-field,
div.ai-mgmt-panel label select.ai-field {
  display: block;
  width: 100%;
  margin: 1px;
  padding: 2px;
  border: 0;
  font-size: 12px;
  outline: none;
}
div.ai-mgmt-panel form#filter-form div.filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
div.ai-mgmt-panel div.filter-form-close {
  display: flex;
  justify-content: space-around;
}
div.ai-mgmt-panel div.filter-form-close button,
div.ai-mgmt-panel div.filter-form-close button#tag-fire-submit {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border: 1px solid #333;
  border-radius: 4px;
  width: 40%;
}
div.ai-mgmt-panel div.filter-form-close button#filter-form-reset {
  background-color: #888;
}
div.ai-mgmt-panel div.filter-form-close button#filter-form-submit,
div.ai-mgmt-panel div.filter-form-close button#tag-fire-submit {
  background-color: #39f;
}
div.ai-mgmt-panel div.ai-filter-close {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #ff7070;
  border: 1px solid #888;
  padding: 0px 5px 0px 5px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
  z-index: 10;
}
div.ai-mgmt-panel div.ai-filter-blockout,
div.ai-mgmt-panel div.tag-fire-blockout {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
div.ai-mgmt-panel p.ai-filter-response,
div.ai-mgmt-panel p.tag-fire-response {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 90%;
}
div.ai-mgmt-panel div.ai-hit.fullscreen div.img-wrap {
  height: 100%;
}
div.ai-mgmt-panel div.ai-hit.fullscreen img.filtered-image {
  height: 100%;
  width: auto !important;
}
div.ai-mgmt-panel div.ai-filter-tab-wrap {
  position: absolute;
  top: 0;
  left: 5px;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
div.ai-mgmt-panel div.ai-filter-tab-wrap div.ai-filter-tab {
  background-color: #ddd;
  color: #333;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 12px;
  padding: 3px;
  margin-right: 2px;
}
div.ai-mgmt-panel div#tag-hit-panel {
  display: flex;
  flex-direction: column;
}
div.ai-mgmt-panel div#tag-hit-panel div.tag-wrap form {
  display: flex;
  flex-direction: column;
}
div.ai-mgmt-panel div#tag-hit-panel div.tag-wrap form button {
  margin: 5px auto;
  width: 150px;
  height: 75px;
  border: 1px solid #333;
  border-radius: 3px;
}
div.ai-mgmt-panel div#tag-hit-panel div.tag-wrap form button.tag-is-fire {
  background-color: #fd9f9f;
}
div.ai-mgmt-panel div#tag-hit-panel div.tag-wrap form button.tag-is-not-fire {
  background-color: #bcffc1;
}
@media screen and (max-width: 576px) {
  div.ai-mgmt-panel .ai-settings {
    flex-wrap: wrap;
  }
  div.ai-mgmt-panel .ai-settings > * {
    width: 100%;
  }
}
div#content-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header" "content";
}
div#content-wrap h3 {
  padding: 0.5em;
  margin-bottom: 0;
  font-weight: 100;
}
div#content-wrap.external-override div.cam-tag-determ,
div#content-wrap.external-override button.merge-btn,
div#content-wrap.external-override div.inci-modify,
div#content-wrap.external-override button.rr-toggle {
  display: none;
}
div#content-wrap div#content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  padding: 1em;
  grid-gap: 1em;
}
div#content-wrap div#content div.panel {
  position: relative;
  display: grid;
  grid-template-rows: 43px auto 30px;
  background-color: #ffffff;
  border-radius: 0.2em;
  padding-bottom: 0.1em;
  box-shadow: 0 0 0.15em 0.15em rgba(0, 0, 0, 0.1);
  color: #212529;
}
div#content-wrap div#content div.panel div.panel-header {
  position: relative;
}
div#content-wrap div#content div.panel div.panel-header h3 {
  font-size: 1.2em;
  font-weight: 100;
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}
div#content-wrap div#content div.panel div.panel-header div.hamburger-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.55em 0.75em;
  border-top-right-radius: 0.1em;
}
div#content-wrap div#content div.panel div.panel-header div.hamburger-menu:hover {
  background-color: #ccc;
  cursor: pointer;
}
div#content-wrap div#content div.panel div.panel-header div.details-bracket {
  position: absolute;
  top: 3em;
  right: 0.25em;
  width: 25em;
  background-color: #fff;
  box-shadow: 0px 0px 0.25em 0.25em rgba(0, 0, 0, 0.25);
  padding: 0.25em;
  border-radius: 0.2em;
  display: none;
  z-index: 10;
}
div#content-wrap div#content div.panel div.panel-header div.refresh-wrap {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
div#content-wrap div#content div.panel div.panel-header div.details-bracket div.details {
  font-size: 12px;
}
div#content-wrap div#content div.panel div.panel-content {
  position: relative;
  min-height: 11em;
}
div#content-wrap div#content div.panel div.panel-content div.tt-row {
  position: relative;
  margin-bottom: 1px;
}
div#content-wrap div#content div.panel div.panel-content table.table {
  font-size: 14px;
}
div#content-wrap div#content div.panel div.panel-content.col {
  display: flex;
  flex-direction: row;
}
div#content-wrap div#content div.panel div.panel-content.col div.tt-col {
  position: relative;
  width: auto;
  margin-left: 1px;
  flex-grow: 1;
}
div#content-wrap div#content div.panel div.panel-content.col div.tt-col:hover div.tt-data {
  display: block;
}
div#content-wrap div#content div.panel div.panel-content.col div.tt-col div.tt-content {
  display: none;
}
div#content-wrap div#content div.panel div.panel-content.col div.tt-data {
  display: none;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  width: 125px;
  transform: translate(0%, -50%);
  background-color: #fff;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.5);
  padding: 3px;
  z-index: 100;
}
div#content-wrap div#content div.panel div.panel-content.col div.tt-data p {
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 0;
}
div#content-wrap div#content div.panel div.panel-content.row {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 0;
}
div#content-wrap div#content div.panel div.panel-content.row div.tt-row p {
  margin-bottom: 0;
  font-size: 0.8em;
  padding: 0.4em;
}
div#content-wrap div#content div.panel div.panel-content.row div.tt-row p span.tt-value {
  float: right;
}
div#content-wrap div#content div.panel div.panel-content.row div.tt-row div.tt-bar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1px;
}
div#content-wrap div#content div.panel div.panel-content.row div.tt-row div.tt-content {
  position: relative;
  top: 0;
  left: 0;
}
div#content-wrap div#content div.panel div.panel-controls {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0.3em;
  width: 100%;
}
div#content-wrap div#content div.panel div.panel-controls div.panel-filters select {
  margin: 0 0 0 5px;
}
/* CHAT */
.input-msg-area > textarea {
  width: 100%;
  border-radius: 4px;
  resize: none;
  height: 75%;
  border: 2px solid #000;
  height: 50px;
  resize: vertical !important;
}
#sendButton {
  border-radius: 4px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  align-items: center;
  height: 38px;
  margin-left: 5px;
}
.output-msg-area {
  font-size: medium;
}
#messages {
  text-align: justify;
}
.message {
  width: 100%;
  font-size: 16px;
  height: min-content;
  margin: 0;
}
.message > tr > td {
  height: min-content;
}
.msg-author {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
.msg-time {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.chat-log {
  background-color: white;
  color: black;
  padding: 5%;
  z-index: 1;
  overflow-y: hidden;
  grid-area: log;
}
#sendButton {
  color: black;
  float: left;
}
.log-temp-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
.btn-left {
  position: relative;
  float: left;
  display: flex;
  flex-direction: row;
}
.btn-outline {
  border: 2px solid #000;
}
.btn-outline:hover {
  border: 2px solid #000 !important;
}
.h-pull-left {
  float: left;
}
.btn-top-right {
  display: grid;
  grid-template-columns: 1fr;
  align-content: top;
  align-items: top;
  right: 25px;
  position: absolute;
  height: 35px;
}
.btn-movement-reason {
  height: 35px !important;
  margin-bottom: 5%;
}
div.input-dropdown-movement-reason {
  background-color: transparent !important;
  width: 88%;
  margin-right: 10%;
  margin-left: 0;
}
.chat-textarea {
  width: 100%;
  border-radius: 4px;
  /*resize: none;*/
  height: 20%;
  border: 2px solid #000;
}
.output-msg-area {
  font-size: medium;
}
#messages {
  text-align: justify;
}
.message {
  width: 100%;
  font-size: 16px;
  height: min-content;
  margin: 0;
}
.message > tr > td {
  height: min-content;
}
.msg-author {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}
.msg-time {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
}
.chat-log {
  background-color: white;
  color: black;
  padding: 5%;
  z-index: 1;
  overflow-y: hidden;
  grid-area: log;
}
#sendButton {
  color: black;
  float: left;
}
.log-temp-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
.btn-left {
  position: relative;
  float: left;
  display: flex;
  flex-direction: row;
}
.btn-outline {
  border: 2px solid #000;
}
.btn-outline:hover {
  border: 2px solid #000 !important;
}
.h-pull-left {
  float: left;
}
.btn-top-right {
  display: grid;
  grid-template-columns: 1fr;
  align-content: top;
  align-items: top;
  right: 25px;
  position: absolute;
  height: 35px;
}
.float-right {
  float: right;
}
.nodisplay {
  display: none;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.event-log-heading {
  font-size: 2em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.btn-movement-reason {
  height: 35px !important;
  margin-bottom: 5%;
}
div.input-dropdown-movement-reason {
  background-color: transparent !important;
  width: 88%;
  margin-right: 10%;
}
/* Button override - do nothing on hover */
.btn.btn-cull-hover:hover {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.494) !important;
}
/* popup for lat/lon copy */
.ll-popup {
  width: 100%;
  height: 10em;
  position: absolute;
  border-radius: 5px;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);
  padding: 12px 14px;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.ll-popup > div.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ll-popup > div.row > h5.col-lg {
  margin: 0;
  font-weight: 100;
}
.ll-popup > div.ll-popup-content {
  padding: 5px 0 5px 0;
}
.ll-popup > div.ll-popup-content > p.latLonP {
  padding: 0 5px 0 5px;
  font-size: 13px;
  background-color: #7777771e;
}
.ll-popup > div.ll-popup-content > p.latLonP > span {
  margin: 0;
  font-size: 15px;
}
/* INCIDENT MODE FOR CAM CONSOLE */
.incident-mode-banner {
  background-color: rgba(255, 0, 0, 0.755);
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  text-align: center;
  z-index: 1001;
  position: absolute;
}
div.post {
  margin-top: 3em;
}
/* AlertSummary */
div.summary-option-list,
div.summary-cam-list,
div.summary-image-list {
  position: absolute;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 5px;
}
div.summary-option-list,
div.summary-image-list {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  border-top-left-radius: 5px;
  display: flex;
  flex-direction: inline-flex;
}
div.summary-cam-list {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-bottom-right-radius: 5px;
}
div.summary-option-list div.hit-option,
div.summary-cam-list div.cam-opt,
div.summary-image-list div.image-option {
  margin: 3px;
  width: 9px;
  height: 9px;
  background-color: #ccc;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
div.summary-image-list div.image-list-all {
  font-size: 10px;
  position: relative;
  display: none;
}
div.summary-image-list div.image-list-all.content {
  display: block;
}
div.summary-image-list div.image-list-adds {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 90px;
  display: none;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  border-radius: 4px;
}
div.summary-image-list div.image-list-all.content:hover div.image-list-adds {
  display: flex;
  flex-wrap: wrap;
}
div.summary-option-list div.hit-option.current,
div.summary-cam-list div.cam-opt-wrap.current div.cam-opt,
div.summary-image-list div.image-option.current {
  background-color: #39f;
}
hr.legend-divider {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
div.map-legend-wrapper > div > h5 {
  margin: 0 0 0 0 !important;
  text-decoration: underline;
}
div.cam-option.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
div.inci-option.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
div.summarized-aithumb.fullscreen {
  outline-offset: -10px;
}
div.summarized-aithumb.fullscreen > div.summary-image-list {
  bottom: 25px;
  border-radius: 25px 25px 25px 25px;
}
div.summarized-aithumb.fullscreen > div.summary-image-list > div.image-option {
  width: 15px;
  height: 15px;
  border-radius: 25px 25px 25px 25px;
}
div.show-clear-day-set {
  cursor: pointer;
}
div.alert-gallery-latest-hits-toggle {
  background-color: #00000073;
  right: 55px;
  top: 10px;
  height: 90px;
  position: absolute;
  z-index: 10000 !important;
  border-radius: 3% 3% 3% 3%;
  padding: 5px 5px 5px 5px;
  margin: 0 auto;
}
div.alert-gallery-latest-hits-toggle > label {
  width: 50px;
  color: white;
}
div.alert-gallery-latest-hits-toggle > div.custom-control.custom-switch {
  text-align: center;
}
/* Cam Console Mobile */
.remove-padding,
div.camera-console.cc-camera-console-mobile > *,
div.cc-cam-monitor-mobile,
div.cc-mobile-cam-div-mobile,
div.cc-cam-screenshot-mobile,
div.cc-report-wrap-mobile {
  padding: none !important;
  margin: none !important;
}
div.camera-console.cc-camera-console-mobile {
  width: 100%;
  height: calc(100vh - 2.8em) !important;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  grid-gap: 0px !important;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.name-heading-box {
  width: 100vw;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.name-heading-box > h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.name-heading-box > div.cam-name-heading {
  width: 100%;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.cam-static-note-wrap.complex {
  width: 100%;
  margin: 0;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.cam-static-note-wrap.complex > p {
  font-size: 0.8em;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-left > div.alert.alert-warning.fade.show.recent-move-alert {
  width: 100%;
  margin: 0;
  height: 20px;
  font-size: 0.8em;
  padding: none;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-right {
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
div.camera-console.cc-camera-console-mobile > div.control-bar > div.control-bar-right > div.btn-group.cam-menu.cam-console-nav {
  height: 40px;
  text-align: center;
  margin: 0 auto;
}
div.camera-console.cc-camera-console-mobile > div.mobile-cam-div > div.cam-monitor > div.cam-map {
  margin-top: 0;
  bottom: 0 !important;
}
@media screen and (max-width: 576px) {
  div.cam-map {
    height: 100% !important;
    width: 100%;
  }
}
div.cc-control-bar-right-mobile {
  background-color: #333;
  left: 0;
  width: 100%;
}
div.cc-cam-monitor-mobile {
  width: 100%;
  grid-gap: 0px !important;
  top: 0;
}
div.cc-pano-toggle-wrap-mobile {
  height: min-content;
  text-align: center;
}
div.cc-pano-toggle-wrap-mobile > div.show-clear-day-set {
  width: 100%;
  height: 40px;
}
div.cc-pano-toggle-wrap-mobile > div.show-clear-day-toggle {
  width: 100%;
  text-align: justify;
}
div.cc-pano-toggle-wrap-mobile > div.show-ai-toggle {
  width: 100%;
  text-align: justify;
}
div.cc-alerts-icon-mobile {
  margin-bottom: 25px;
  margin-left: 2px;
}
div.cc-container-mobile {
  padding: none !important;
  margin: none !important;
  height: 100%;
}
div.cc-main-wrap-mobile {
  padding: none !important;
  margin: none !important;
  overflow-x: hidden;
}
.cc-toggle-chat-log-entries-mobile {
  float: left !important;
}
.cc-toggle-move-log-entries-mobile {
  float: left !important;
}
div.cc-move-log-hi-prio-mobile {
  margin-left: 20px !important;
}
div.cc-chat-log-send-mobile {
  height: 100px !important;
}
div.cc-cam-static-note-wrap-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 45px;
}
.btn-icon-clean {
  background-color: transparent !important;
  border: none !important;
}
.btn-icon-clean:hover {
  background-color: transparent !important;
  border: none !important;
}
.btn-icon-clean:active {
  background-color: transparent !important;
  border: none !important;
}
div.cc-refresh-wrap-mobile {
  position: absolute !important;
  top: 0 !important;
  right: 3.5px !important;
}
div.cc-timestamp-wrap-mobile {
  position: absolute !important;
  top: 25px !important;
  right: 3.5px !important;
}
div.cc-mobile-cam-div-mobile {
  left: 0;
  right: 0;
}
div.cc-cam-screenshot-mobile {
  width: 100%;
}
div.cc-report-wrap-mobile {
  display: none;
}
button.pano-button-menu-toggle {
  border-radius: 4px !important;
  border: none;
  position: absolute !important;
  width: 38px !important;
  height: 38px !important;
  margin-left: 5px;
  top: 0.5em;
  z-index: 5;
}
button.pano-button-menu-toggle:active {
  border: none;
}
button.pano-button-menu-toggle:hover {
  border: none;
}
div.pano-controls-bar-wrap {
  position: absolute;
  top: calc(calc(0.75rem + 0.75em) + 2em);
  z-index: 5;
}
.floating-pano-control {
  border-radius: 4px !important;
  border: none;
  position: absolute !important;
  width: 38px !important;
  height: 38px !important;
}
.floating-pano-control:active {
  border: none;
}
/* End Cam Console Mobile */
.noselect,
div.adsb-map-legend > div.altitude-header,
div.adsb-map-legend > div.adsb-map-legend-altitude-color > div.adsb-map-legend-altitude-color-label {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.adsb-map-legend {
  z-index: 9999;
  position: absolute;
  top: 13em;
  width: 8em;
  height: 13em;
  left: 0.35em;
  margin: 0 auto;
  font-family: "Roboto", Arial, sans-serif;
}
div.adsb-map-legend > div.altitude-header {
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  background-color: #fff !important;
  border-radius: 0.1em 0.1em 0 0;
}
div.adsb-map-legend > div.altitude-header > span.adsb-altitude-info {
  font-weight: 400;
  font-size: small;
  cursor: help;
  border-radius: 0.1em;
  background-color: #6c757d3d;
  height: 0.15em;
  padding: none;
}
div.adsb-map-legend > div.altitude-header > span.adsb-altitude-info:hover {
  background-color: #6c757d;
  color: #fff;
}
div.adsb-map-legend > div.adsb-map-legend-altitude-color > div.adsb-map-legend-altitude-color-label {
  outline-offset: -1px;
  outline: 1px solid #fff;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
div.adsb-map-legend > div.adsb-map-legend-altitude-color > div.adsb-map-legend-altitude-color-label:hover {
  cursor: pointer;
  outline: 2px solid #fff;
  z-index: 9999;
}
div.adsb-map-legend > div.adsb-map-legend-altitude-color > div.adsb-map-legend-altitude-color-label.active {
  outline-offset: -1px;
}
div.adsb-map-legend > div.adsb-map-legend-altitude-color > div.adsb-map-legend-altitude-color-label.inactive {
  background-color: #6c757d !important;
}
/* popout animation from bottom-right */
@keyframes popout {
  0% {
    transform: scale(0.95);
    bottom: 0;
    right: 0;
  }
  70% {
    transform: scale(1);
    bottom: 0;
    right: 0;
  }
  100% {
    transform: scale(0.95);
    bottom: 0;
    right: 0;
  }
}
.timelapse-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: bottom;
}
.toast-close {
  color: black !important;
  position: absolute;
  top: 0;
  right: 0;
}
div.pano.pano-scroll-lock {
  overflow-x: hidden !important;
}
div.pano.pano-scroll-lock > div.pano-row > div.pano-control-overlay > div.pano-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
}
div.pano.pano-scroll-lock > img {
  overflow-x: hidden;
}
.zoom-button {
  position: absolute;
  left: 0.5em;
  bottom: 10px;
  z-index: 1000;
  width: 20px;
  font-weight: bold;
}
div.zoom-hint-overlay {
  font-size: smaller;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  top: unset !important;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-color: rgba(24, 24, 27, 0.75);
  padding: 0.5em;
  margin: 0;
}
div.zoom-hint-overlay > ul {
  margin: unset;
  padding-left: 0;
}
@media screen and (max-width: 576px) {
  div.custom-gm-control-block.layers-control-wrap > div {
    overflow-y: scroll !important;
  }
}
div.card.export-timelapse-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: unset;
  margin: unset;
  max-width: fit-content;
  min-width: none;
}
div.card.export-timelapse-dialog > div.card-header > div.row > h5 {
  font-weight: bold;
}
div.card.export-timelapse-dialog > div.card-header > button {
  top: 0;
  position: absolute;
  right: 0;
  margin: none;
  padding: none;
  font-size: smaller !important;
}
div.card.export-timelapse-dialog > div.card-header > button:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5) !important;
}
div.card.export-timelapse-dialog > section.card-body > .form-group {
  padding-left: unset;
  padding-right: unset;
}
div.card.export-timelapse-dialog > section.card-body > .form-group > .form-control {
  font-size: smaller;
  width: 100%;
}
section.advanced-options-section > div.card-header > h5 {
  font-weight: bold;
}
.light-mat-icon {
  font-size: large !important;
  color: #ccc;
}
.export-timelapse-card {
  height: 90% !important;
  z-index: 3;
}
div.public-incidents-panel-highlighted {
  box-shadow: 0px 0px 6px 2px #fde6bc;
}
span#anomaly-hover {
  border-radius: 2px;
  border-color: #000000;
  background-color: #212529;
  color: #efeff1;
  font-size: 0.75rem;
  overflow: hidden;
  text-align: center;
}
div[data-inci-feed] {
  /* dont ask lol */
}
div[data-inci-feed] > div.fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10000 !important;
}
div#filter-panel {
  animation: slide-down 0.3s ease;
  margin-left: 1rem;
  margin-top: 0.4rem;
  position: fixed;
  z-index: 80;
  background-color: #343a40;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
div#filter-panel .dropdown-menu {
  background-color: #18181b;
  color: #efeff1;
  margin-left: 8px;
  border-color: #202020;
}
div#filter-panel .custom-switch {
  margin-left: 4px;
}
input.filtercheck {
  margin-right: 8px;
}
.risk-map-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: black;
}
.round-scroll::-webkit-scrollbar-track {
  border-radius: 6px;
}
.bg-nobg {
  background-color: transparent;
  border-color: #8f8faf;
  border-width: 2px;
  border-style: solid;
}
.determ-inci-wrap button.open-anomaly-select {
  background-color: white;
  color: black;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right-width: 0px;
  line-height: inherit;
  padding: 4px;
  padding-right: 2em;
  width: 11em;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}
.determ-inci-wrap button.open-anomaly-select:hover {
  background-color: #dcdcdc;
}
.determ-inci-wrap button.open-anomaly-select:active {
  background-color: #cacbe9;
}
.determ-inci-wrap button.open-anomaly-select > .anomaly-select-button-text {
  font-family: inherit;
  line-height: inherit;
  font-size: 14px;
  white-space: nowrap;
  width: 9em;
  overflow: visible;
  vertical-align: bottom;
  display: inline-block;
}
.determ-inci-wrap button.open-anomaly-select > .anomaly-select-button-text::before {
  content: '';
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent 79%, white 85%);
}
.determ-inci-wrap button.open-anomaly-select > .anomaly-select-button-icon {
  text-indent: 0px;
  position: absolute;
  right: 0%;
  width: max-content;
}
div#anomalies-active-select {
  color: black;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px;
  position: absolute;
  z-index: 7;
}
div#anomalies-active-select > #anomaly-active-list {
  list-style-type: none;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0;
  background-color: white;
  position: relative;
  overflow-y: auto;
}
div#anomalies-active-select > #anomaly-active-list::before {
  content: '';
  font-size: 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent 85%, white 100%);
  pointer-events: none;
}
div#anomalies-active-select > #anomaly-active-list > .anomalies-active-select-item {
  border-top: #aaa;
  border-width: 0px;
  border-top-width: 2px;
  border-style: solid;
  padding-left: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
}
div#anomalies-active-select > #anomaly-active-list > .anomalies-active-select-item:first-child {
  border-style: none;
}
div#anomalies-active-select > #anomaly-active-list > .anomalies-active-select-item:hover {
  background-color: #dcdcdc;
}
#current-label {
  background-color: #ff00005c;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  position: absolute;
  pointer-events: none;
}
.label-image-body {
  position: relative;
  overflow: visible;
  width: max-content;
  height: max-content;
}
.label-image-body .visible-label {
  background-color: #ff000040;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  position: absolute;
}
.label-image-body.deleting .visible-label:hover {
  background-color: #000000aa;
}
.label-image-body.deleting .visible-label:hover .corner-drag {
  color: black;
}
.label-image-body.drawing {
  cursor: crosshair;
}
.label-image-body.drawing .visible-label {
  pointer-events: none;
}
.label-image-body > img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.new-job {
  position: absolute;
  background-color: #6c76c7;
  bottom: 0.25em;
  right: 0.25em;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 3px;
  border-color: #999999;
  height: fit-content;
  color: #2f2f2f;
  font-size: 2em;
  height: 1.5em;
  width: 1.5em;
}
.new-job:active {
  background-color: #959dd8;
}
.new-job span {
  text-align: center;
  font-size: inherit;
  padding: 0px;
  margin: 0px;
}
#job-panel {
  height: 100vh;
  width: 100%;
  background: #2c2e2e;
}
#job-panel #job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1em;
  padding: 1em;
  row-gap: 0.2em;
  column-gap: 0.2em;
  column-count: 5;
}
#job-panel #job-list .job-entry {
  background-color: #3d3f3d;
  display: block;
  aspect-ratio: 1;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 2px;
}
#job-panel #job-list .job-entry div {
  border-top-width: 3px;
  display: block;
  padding: 0.1em;
  padding-bottom: 0em;
  border-width: 0;
  position: relative;
}
#job-panel #job-list .job-entry div:first-child {
  border-style: solid;
  border-bottom-width: 3px;
  font-size: 2em;
  height: 2em;
  padding: 0.1em;
}
#job-panel #job-list .job-entry div span {
  color: white;
  height: 1em;
  padding: 0.1em;
}
#job-panel #job-list .job-entry div button {
  background-color: #212529;
  border-radius: 5px;
  border-style: solid;
  padding-right: 0.1em;
  height: 100%;
}
#job-panel #job-list .job-entry div:last-child {
  position: relative;
  width: 100%;
  height: 3em;
}
#job-panel #job-list .job-entry div:last-child :first-child {
  left: 2.5%;
  width: 30%;
}
#job-panel #job-list .job-entry div:last-child button {
  display: block;
  position: absolute;
  height: max-content;
  bottom: 3px;
  right: 2.5%;
  width: 62.5%;
}
.label-header {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 3px;
  border-style: solid;
  padding: 0.5em;
  position: relative;
}
.label-header span {
  width: fit-content;
  padding-left: 1.5rem;
  font-size: 2.5em;
  padding-right: 2em;
}
.label-header div {
  height: max-content;
  display: block;
  justify-content: flex-end;
  box-sizing: border-box;
  position: absolute;
  bottom: 0.5em;
  right: 0px;
}
.label-header div button.job-panel-filter {
  font-size: 1em;
  border-radius: 10px;
  margin-right: 5px;
  padding: 5px;
  background-color: #3d3f3d;
  border-width: 0px;
  color: white;
  display: inline-block;
  text-align: right;
  top: 75%;
  height: max-content;
}
.label-header div button.job-panel-filter.checked {
  background-color: #fdb01e;
}
#create-job-popup {
  position: relative;
  background-color: #121212;
  background: #2c2e2e;
  height: 100vh;
}
#create-job-popup div {
  padding-top: 0.5em;
  padding-left: 1em;
}
#create-job-popup div:first-child {
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 3px;
}
#create-job-popup div #assignee-input {
  width: 17em;
}
#create-job-popup div button,
#create-job-popup div input::file-selector-button {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  height: fit-content;
  padding: 3px;
  margin: 0px;
  background-color: #212529;
  font-size: 1.25em;
  color: white;
  width: 7em;
}
#create-job-popup div button:active,
#create-job-popup div input::file-selector-button:active {
  background-color: #333;
}
#create-job-popup button.close-button {
  position: absolute;
  right: 0.25em;
  top: 0.25em;
  background-color: #0c457e;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 3px;
  height: 2.65em;
}
#create-job-popup button.close-button span {
  font-size: 2em;
  color: #969696;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#labelling-body {
  overflow: visible;
}
#labelling-body::-webkit-scrollbar-track {
  display: none;
  position: fixed;
  bottom: 20px;
  background-color: #00000000;
}
#labelling-body::-webkit-scrollbar {
  position: fixed;
  bottom: 20px;
  background-color: #00000000;
  display: none;
}
#labelling-body::-webkit-scrollbar-thumb {
  background-color: #0000003a;
  position: fixed;
  bottom: 20px;
}
#labelling-body::-webkit-scrollbar-thumb:hover {
  background-color: #3f3f3faf;
}
span.corner-drag {
  position: absolute;
  color: red;
  display: none;
  font-size: 0.5em;
  user-select: none;
}
span.corner-drag:hover {
  display: block;
  cursor: grab;
}
div.visible-label:hover span.corner-drag {
  display: block;
}
.ccm-map-overlay {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #121820;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
}
.ccm-map-overlay > button.spanbutton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  color: white;
}
.ccm-map-overlay > div.layer-overlay-header {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaa;
}
.ccm-map-overlay > div.layer-overlay-header > span {
  margin: auto auto;
  font-size: 3em;
}
.ccm-map-overlay > div.layer-overlay-header > div {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 1em;
}
.ccm-map-overlay > div.layer-overlay-header > div > .ccm-view-selection {
  display: block;
  border-style: solid;
  border-radius: 0.5em;
  border-color: #dddddd;
  padding: 0.25em;
  max-width: 20%;
  line-height: 0.7em;
}
.ccm-map-overlay > div.layer-overlay-header > div > .ccm-view-selection img {
  display: block;
  max-width: 100%;
  margin: auto auto;
}
.ccm-map-overlay > div.layer-overlay-header > div > .ccm-view-selection span {
  font-size: 0.55em;
}
.ccm-map-overlay > div.layer-overlay-header > div > .ccm-view-selection.current {
  border-color: #dd8800;
}
.ccm-map-overlay div.ccm-layer-list {
  display: flex;
  scroll-behavior: smooth;
  height: 100%;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  padding-top: 5px;
}
.ccm-map-overlay div.ccm-layer-list .layer-checkbox-wrap input {
  margin-right: 0.35em;
}
.ccm-map-overlay .ccm-layer-control {
  align-self: flex-end;
}
.ccm-map-overlay .ccm-searchbar {
  align-self: flex-end;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #aaa;
  padding-top: 5px;
  display: flex;
  width: 100%;
  color: black;
}
.ccm-map-overlay .ccm-searchbar input {
  margin-left: 1em;
  margin-right: 1em;
  flex: 1;
  color: black;
}
.ccm-map-overlay .ccm-searchbar span.search {
  float: left;
}
.ccm-map-overlay .ccm-searchbar span {
  float: right;
  color: white;
}
#container.ccm-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}
#container.ccm-container .cam-move-modal {
  overflow: hidden;
}
#container.ccm-container .cam-move-modal .reason-dropdown {
  display: block;
  border-radius: 5px;
  font-size: 1.25em;
  color: white;
  background-color: #212529;
}
#container.ccm-container div.cam-move-toggles > button.btn {
  display: inline-block;
  flex: 1;
  margin-left: 1em;
}
#container.ccm-container.search-force div.ccm-secondary {
  display: none;
}
#container.ccm-container.search-force .ccm-log-button > span {
  color: white !important;
}
@media screen and (orientation: landscape) {
  #container.ccm-container.search-force div.ccm-camcontainer {
    display: none;
  }
  #container.ccm-container.search-force div.ccm-map {
    display: block !important;
    height: 100%;
  }
  #container.ccm-container.search-force button.ccm-navbutton.nb-search span.material-symbols-outlined {
    color: #ffae00 !important;
  }
  #container.ccm-container.search-force button.ccm-navbutton:not(.nb-search) span {
    color: white !important;
  }
}
#container.ccm-container.search-force button.ccm-navbutton.nb-search span.material-symbols-outlined {
  color: #ffae00 !important;
}
#container.ccm-container.pano.pano-full > .ccm-camcontainer {
  flex: 1;
}
#container.ccm-container.pano.pano-full .ccm-map {
  display: none;
}
#container.ccm-container.pano > .ccm-camcontainer {
  position: relative;
}
#container.ccm-container.pano > .ccm-camcontainer div.cam-monitor {
  z-index: -1;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano {
  display: block;
  z-index: 9;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano .pano-display-wrap {
  max-height: unset;
  height: 100%;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano .pano-display-wrap.pano-img-wrap {
  width: unset !important;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano .pano-display-wrap div.pano-overlay.prev-seeker-wrap {
  top: 50%;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano .pano-display-wrap .hover-only {
  display: revert !important;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano .pano-primary-controls > :not(.timestamp-wrap),
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano #pano_ruler {
  display: none !important;
}
#container.ccm-container.pano > .ccm-camcontainer div.ccm-pano > .ccm-fs {
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  z-index: 3;
  padding: 0;
  height: calc(1.5em + 0.75rem + 2px);
  width: calc(1.5em + 0.75rem + 2px);
}
#container.ccm-container.map-only > div.ccm-camcontainer {
  display: none;
}
#container.ccm-container.map-only > div.ccm-map {
  display: block !important;
  height: 100%;
}
#container.ccm-container.map-only button.ccm-navbutton.nb-map span.material-symbols-outlined {
  color: #ffae00;
}
#container.ccm-container.map-only button.ccm-navbutton:not(.nb-map) span {
  color: white !important;
}
@media screen and (orientation: landscape) {
  #container.ccm-container {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    display: grid;
  }
  #container.ccm-container div.ccm-secondary {
    display: none;
  }
  #container.ccm-container div.cam-monitor {
    display: flex;
    max-height: 100%;
  }
  #container.ccm-container div.cam-monitor > .cam-screenshot {
    flex: 1;
  }
  #container.ccm-container div.cam-monitor > .cam-screenshot > .cam-screenshot-outer-wrap {
    display: grid;
  }
  #container.ccm-container .ccm-map {
    display: none;
  }
  #container.ccm-container .ccm-move-controls {
    display: block;
  }
  #container.ccm-container .ccm-pano-controls {
    display: block;
  }
  #container.ccm-container div.ccm-navbar {
    flex-direction: column-reverse;
    width: unset;
    height: 100%;
    grid-row: 2;
    grid-column: 2;
  }
  #container.ccm-container div.ccm-navbar .ccm-log-button {
    display: none;
  }
  #container.ccm-container div.ccm-header {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
  }
  #container.ccm-container div.ccm-camcontainer {
    grid-row: 2;
    height: 100%;
    width: 100%;
    min-width: 100%;
    overflow: auto;
    background-color: #333;
  }
  #container.ccm-container div.ccm-camcontainer .cam-monitor {
    position: relative;
    overflow: hidden;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot-button-wrap {
    min-height: calc(100vh - 6.5em);
  }
  #container.ccm-container div.ccm-camcontainer div.comp-slider-wrap {
    display: flex !important;
    height: calc(100% - 5em);
    order: 6;
    flex: 1;
    margin-bottom: 0.75em;
  }
  #container.ccm-container div.ccm-camcontainer div.comp-slider-wrap.hidden {
    display: none !important;
  }
  #container.ccm-container div.ccm-camcontainer div.comp-slider-wrap .comp-slider {
    flex: 1;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot {
    position: unset;
    max-height: 100%;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-wrap {
    position: unset;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-wrap .screenshot-crosshair {
    display: none;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-wrap .timelapse-frame {
    object-fit: contain;
    object-position: center top;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-outer-wrap {
    position: unset;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-outer-wrap > .button-menu-wrap {
    top: 0.5em;
    right: 0.5em;
    left: unset;
    display: flex;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-outer-wrap > .button-menu-wrap .fullscreen-button,
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-outer-wrap > .button-menu-wrap .restart-button {
    display: none;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot div.cam-screenshot-outer-wrap > .button-menu-wrap .select-lapse-length[style*="block"] {
    left: unset;
    right: calc(calc(1.5em + 0.75rem + 2px) + calc(0.5em * 0.75));
    flex-direction: column;
    flex-wrap: wrap-reverse;
    max-height: 80vh;
    display: flex !important;
  }
  #container.ccm-container div.ccm-camcontainer .cam-screenshot .cam-screenshot-wrap {
    width: auto !important;
  }
  #container.ccm-container div.ccm-camcontainer .ccm-pano > .ccm-fs {
    display: none;
  }
  #container.ccm-container div.ccm-camcontainer .ccm-pano .pano-lr-controls {
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #container.ccm-container div.ccm-camcontainer .ccm-pano .pano-lr-controls > * {
    position: relative;
    top: auto;
    left: unset;
    right: unset;
    margin: 0.25em;
  }
}
#container.ccm-container .ccm-move-controls {
  display: none;
}
#container.ccm-container .ccm-pano-controls {
  display: none;
}
#container.ccm-container .ccm-modal-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(11, 24, 39, 0.445);
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 998;
}
#container.ccm-container .ccm-modal-bg .ccm-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2em;
  text-align: center;
  border-radius: 1em;
  z-index: 999;
  overflow: hidden;
  background-color: #18181B;
}
#container.ccm-container .ccm-modal-bg .ccm-modal span.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  z-index: 10000;
  margin: 0;
  color: white;
}
#container.ccm-container .ccm-modal-bg .ccm-modal span {
  margin-top: 0.5em;
}
#container.ccm-container .ccm-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  order: 0;
  z-index: 10;
  padding: 5px;
  width: 100vw;
}
#container.ccm-container .ccm-header div.h {
  margin-top: auto;
}
#container.ccm-container .ccm-header div,
#container.ccm-container .ccm-header button {
  display: inline-block;
}
#container.ccm-container .ccm-header div.h,
#container.ccm-container .ccm-header button.h {
  margin-left: 0.5em;
  display: none;
}
#container.ccm-container .ccm-header button.loginout {
  border: none;
  border-radius: 6px;
  color: white;
  background-color: #fdb01e;
}
#container.ccm-container .ccm-header.h .h {
  display: unset;
}
#container.ccm-container .ccm-header a.ccm-logo {
  align-self: flex-start;
  justify-self: flex-start;
  padding-right: 5px;
}
#container.ccm-container .ccm-header a.ccm-logo img {
  height: 2.5em;
}
#container.ccm-container .ccm-header div.ccm-collocated {
  flex-shrink: 5;
  font-size: 1.25em;
  margin-right: auto;
}
#container.ccm-container .ccm-header div.ccm-collocated select {
  background-color: #1f1d1f;
  border-color: #3a3a3a;
  color: white;
  width: 100%;
  border-radius: 0.4em;
}
#container.ccm-container .ccm-header > .ccm-header-main {
  margin-left: auto;
  align-self: flex-end;
}
#container.ccm-container .ccm-header.h > .ccm-header-main {
  margin-left: 0.5em;
}
#container.ccm-container .ccm-camcontainer {
  width: 100%;
}
#container.ccm-container .ccm-camcontainer .cam-monitor {
  height: auto;
}
#container.ccm-container .ccm-camcontainer div.screenshot-ruler-wrap {
  display: none;
}
#container.ccm-container .ccm-camcontainer .timestamp.badge.badge-light {
  max-width: max-content;
  width: auto;
}
#container.ccm-container .ccm-camcontainer .timestamp.badge.badge-light .health-indicator {
  max-width: 1.25em;
}
#container.ccm-container .ccm-camcontainer button.btn.btn-light {
  color: #fff;
  background-color: #12121244;
  border-color: #121212;
}
#container.ccm-container .ccm-camcontainer button.btn.btn-light:hover {
  background-color: #444;
}
#container.ccm-container .ccm-camcontainer div.badge.timestamp {
  color: #fff;
  background-color: hsla(0, 0%, 7%, 0.267);
  border-color: #121212;
}
#container.ccm-container .ccm-camcontainer .select-lapse-length {
  background-color: #121820;
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot {
  width: unset !important;
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap {
  top: 0.5em;
  right: 0.5em;
  left: unset;
  display: flex;
  height: fit-content;
  max-height: calc(100% - calc(calc(1.5em + 0.75rem + 2px) + calc(0.5em * 0.75)));
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap button.button-wrap-toggle {
  display: block;
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap .fullscreen-button,
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap .restart-button,
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap .tour-button {
  display: none !important;
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap .select-lapse-length[style*="block"] {
  left: unset;
  right: calc(calc(1.5em + 0.75rem + 2px) + calc(0.5em * 0.75));
  flex-direction: column;
  flex-wrap: wrap-reverse;
  max-height: 80vh;
  display: flex !important;
}
#container.ccm-container .ccm-camcontainer div.cam-screenshot .button-menu-wrap .cam-screenshot-button-wrap {
  position: relative;
  max-height: unset !important;
}
#container.ccm-container .ccm-camcontainer div.comp-slider-wrap {
  display: none !important;
}
#container.ccm-container .ccm-camcontainer div.ccm-pano {
  display: none;
}
#container.ccm-container div.ccm-secondary {
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
#container.ccm-container div.ccm-secondary .cam-log-expand {
  display: none;
}
#container.ccm-container div.ccm-secondary.full {
  height: 100%;
  width: 100%;
}
#container.ccm-container div.ccm-secondary.full ~ .ccm-map {
  display: none;
}
#container.ccm-container .ccm-map {
  overflow: hidden !important;
  flex: 1;
  width: 100%;
  border-top-width: 1px;
  border-style: solid;
  border-color: black;
}
#container.ccm-container .ccm-map :first-child :first-child :last-child :nth-child(3) {
  border: none !important;
}
#container.ccm-container .ccm-map .measure-control-current-stats {
  left: unset;
  right: 26px;
}
#container.ccm-container .ccm-map .legend-control > button > span.material-symbols-outlined {
  color: black;
  font-size: 2.75em;
}
#container.ccm-container .ccm-map .map-custom-control {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 2px;
  padding: 0px;
}
#container.ccm-container .ccm-map .map-custom-control > a {
  background-size: 36px 36px;
  width: 40px;
  height: 40px;
}
#container.ccm-container .ccm-map .map-custom-control > a > span.material-icons {
  font-size: 38px;
  position: absolute;
  top: 0px;
  right: 1px;
}
#container.ccm-container .ccm-navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-self: flex-end;
  width: 100%;
  z-index: 10;
}
#container.ccm-container .ccm-navbar button {
  background-color: transparent;
  border: none;
}
#container.ccm-container .ccm-navbar button span.material-symbols-outlined,
#container.ccm-container .ccm-navbar button a {
  font-size: 1.75em;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}
#container.ccm-container .ccm-navbar button span.material-symbols-outlined.a,
#container.ccm-container .ccm-navbar button a.a {
  color: orange;
}
.modal-bg {
  background-color: #203077aa;
  backdrop-filter: blur(3px);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow: 'clip';
}
.modal-bg .modal-body {
  background-color: #333;
  height: max-content;
  width: max-content;
  top: 15%;
  margin: auto;
  border-radius: 1em;
}
.modal-bg .modal-body div {
  width: 100%;
  padding: 0.75em;
}
.modal-bg .modal-body div input#complete-input {
  display: inline-block;
  background-color: red;
  color: blue;
  height: 1.5em;
  vertical-align: bottom;
}
.modal-bg .modal-body div button {
  border-style: solid;
  border-color: #becec9;
  color: white;
  background-color: #212529;
  border-radius: 0.3em;
}
.class-risk-box,
.risk-spec-panel {
  box-shadow: #21252988 0px 0px 3px 1px;
  background-color: #fff;
  border-radius: 0.1em;
}
.remove-box-shadow,
.risk-spec-panel > div.config-content > div.config-select > .col > .row > select {
  box-shadow: none;
}
.remove-box-shadow:focus {
  box-shadow: none;
}
div.risk-gui-wrapper {
  margin: 0 auto;
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  div.risk-gui-wrapper {
    margin-top: 50px;
  }
  div.risk-gui-wrapper > button#risk-display-config-toggle {
    display: none;
  }
}
div.risk-gui-wrapper > button {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #666666;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
div.risk-gui-wrapper > button.risk-overlay-btn:hover {
  color: #000;
  background-color: #ebebeb;
}
div.risk-gui-wrapper > button.risk-overlay-btn:focus {
  outline: none;
}
.risk-map-color-label {
  color: black;
  text-decoration: double;
  text-shadow: 0px 0px 3px white;
  font-weight: bold;
  width: min-content;
  padding: 5px 10px;
}
.risk-map-color-label.light {
  color: white;
  text-shadow: 0px 0px 3px black;
}
.risk-live-time {
  position: absolute;
  top: 60px !important;
  right: 60px;
  left: unset !important;
  text-align: right;
}
.risk-live-time > div.timestamp > input {
  font-size: 12px;
}
.risk-live-steppers > button {
  position: absolute;
  transform: translate(0, -50%);
  bottom: 120px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  color: #666666;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.risk-live-steppers > button:hover {
  color: #000;
  background-color: #ebebeb;
}
.risk-live-steppers > button:focus {
  outline: none;
}
.risk-live-steppers > button:disabled {
  opacity: 0.65;
}
.risk-live-steppers .risk-live-prev-day-stepper {
  right: unset;
  left: 0.25em;
}
.risk-live-steppers .risk-live-prev-hour-stepper {
  right: unset;
  left: 2em;
}
.risk-live-steppers .risk-live-next-hour-stepper {
  left: unset;
  right: 2em;
}
.risk-live-steppers .risk-live-next-day-stepper {
  left: unset;
  right: 0.25em;
}
.risk-spec-panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  width: 80%;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  padding: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .risk-spec-panel {
    max-height: 100%;
    bottom: 0;
    width: 100%;
  }
}
.risk-spec-panel > h5 {
  text-align: center;
}
.risk-spec-panel * {
  height: min-content;
}
.risk-spec-panel button.risk-icon-btn,
.risk-spec-panel * button.risk-icon-btn {
  padding: 0;
}
.risk-spec-panel button.risk-icon-btn.btn-primary,
.risk-spec-panel * button.risk-icon-btn.btn-primary {
  color: #000;
}
.risk-spec-panel button.risk-icon-btn:not(.btn-primary):hover,
.risk-spec-panel * button.risk-icon-btn:not(.btn-primary):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.risk-spec-panel > hr {
  height: min-content;
}
.risk-spec-panel > div > div > input {
  box-shadow: none;
}
.risk-spec-panel > div > div > input:focus {
  box-shadow: none;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding-bottom: 4px;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend > ul.risk-legend-labels {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend > ul.risk-legend-labels > li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  list-style: none;
  font-size: 0.8rem;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend > ul.risk-legend-labels > li > span {
  display: block;
  float: left;
  height: 15px;
  width: 100%;
  margin-top: 2px;
  border: solid 1px #343a40;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend > ul.risk-legend-labels > li:first-child > span {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-left: solid 1px #000;
}
.risk-spec-panel > div.risk-menu-header > div.risk-legend > ul.risk-legend-labels > li:last-child > span {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-right: solid 1px #000;
}
.risk-spec-panel > div.risk-menu-header > div.risk-header-controls {
  display: flex;
  margin-bottom: 0.5em;
}
.risk-spec-panel > div.risk-menu-header > div.risk-header-controls > div.risk-config-title {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 4px;
}
.risk-spec-panel > div.risk-menu-header > div.risk-header-controls > div.risk-config-layers {
  display: flex;
  gap: 4px;
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.risk-spec-panel > div.risk-menu-header > div.risk-header-controls > div.risk-config-tools {
  padding-left: 4px;
}
.risk-spec-panel > div.risk-menu-header > div.risk-header-controls > div.risk-config-end {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
@media (max-width: 1024px) {
  .risk-spec-panel > div.config-content > div.config-select {
    justify-content: flex-end;
  }
}
.risk-spec-panel > div.config-content > div.config-select > .col {
  margin-right: 10px;
}
.risk-spec-panel > div.config-content > div.config-select > .col:last-child {
  margin-right: unset;
}
@media (max-width: 1024px) {
  .risk-spec-panel > div.config-content > div.config-select > .col {
    max-width: 50%;
    flex: none;
    padding: 0 20px 5px 15px;
    margin-right: 0;
  }
}
.risk-spec-panel > div.config-content > div.config-select > .col > .row > select {
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  outline: none;
  border: none;
  background-color: #0000005b;
  color: #fff;
}
.risk-spec-panel > div.config-content > div.config-select > .col > .row > select:disabled {
  background-color: #2e2e2e;
  color: #ffffff5d;
}
.risk-spec-panel > div.config-content > div.config-select > .col > .row > select.year-select {
  flex-basis: 0;
  flex-grow: 1;
}
.risk-spec-panel > div.config-content > div.config-select > .col > .row > button {
  padding: 0;
  height: 29px;
}
.risk-spec-panel > div.config-content > div.config-select > .col > .row.history-controls {
  justify-content: space-between;
  margin-top: 3px;
}
.risk-spec-panel > div.config-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.risk-spec-panel > div.config-content > .btn-group {
  width: 100%;
}
.risk-spec-panel > div.config-content > .btn-group > button {
  padding: 3.5px;
}
.risk-spec-panel > div.config-content > .btn-group > button.btn-primary {
  color: #000;
  border-color: #000;
}
.risk-spec-panel > div.config-content > .btn-group > button.btn-secondary {
  color: #000;
  background-color: #fff;
}
.risk-spec-panel > div.config-content > .btn-group > button.btn-secondary:hover {
  color: #000;
  background-color: #fdb01e40;
}
.risk-spec-panel > div.config-content > .config-select {
  display: flex;
  gap: 4px;
}
.risk-spec-panel > div.config-content > .config-select > div {
  display: flex;
  flex: 1;
  align-items: center;
}
.risk-spec-panel > div.config-content > .config-select > div#risk-year-select {
  flex: 1.25;
}
.risk-spec-panel > div.config-content > .config-select > div > select {
  width: 100%;
  display: block;
  margin: auto;
  font-size: 14px;
  border-radius: 0.2em;
  padding: 4px;
}
.risk-spec-panel > div.row {
  height: min-content;
}
.risk-spec-panel > div.row > span.risk-config-heading {
  margin: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 8rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
.risk-spec-panel > div.opacity-row {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-top: 4px;
}
.risk-spec-panel > div.opacity-row > div.opacity-text {
  min-width: 101px;
  white-space: nowrap;
}
.risk-spec-panel > div.opacity-row > input[type=range] {
  flex-grow: 1;
  accent-color: #fdb01e;
}
.risk-spec-panel > div.row > button {
  position: absolute;
  margin: 0.4rem;
  padding: 0.1rem;
}
.risk-spec-panel > div.row > button:hover {
  color: inherit;
  background-color: #5a6268;
}
.risk-spec-panel > div.row > button:focus {
  box-shadow: none;
}
.risk-spec-panel > div.row > button#risk-legend-toggle {
  left: 0;
}
.risk-spec-panel > div.row > button#risk-utility-toggle {
  left: 2rem;
}
.risk-spec-panel > div.row > button#risk-utility-lines-toggle {
  left: 4rem;
}
.risk-spec-panel > div.row > button#risk-metadata-toggle {
  left: 6rem;
}
.risk-spec-panel > div.row > button#risk-config-toggle {
  right: 0;
}
.risk-spec-panel > div.risk-live-updated {
  position: absolute;
  top: -20px;
  right: 0;
  background-color: #fff;
}
div.propagation-config-section > div.propagation-section-header > span {
  font-size: 1.2em;
}
div.propagation-config-section > div.propagation-input-row {
  display: flex;
  gap: 1em;
  padding: 0 0.5em 0.5em 0.5em;
}
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input {
  flex: 1;
}
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input > div.propagation-input-main {
  display: flex;
  gap: 0.5em;
}
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input > div.custom-switch {
  line-height: 1.5em;
}
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input input:disabled,
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input * input:disabled {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input label,
div.propagation-config-section > div.propagation-input-row > div.propagation-config-input * label {
  font-size: 0.8em;
  margin: unset;
}
div#propagation-playback-bar {
  position: absolute;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  display: flex;
  gap: 1em;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
div#propagation-playback-bar > div#propagation-playback-buttons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
div#propagation-playback-bar > div#propagation-playback-buttons > button {
  width: 2em;
  background-color: unset;
  border: none;
}
div#propagation-playback-bar > div#propagation-playback-buttons > button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
div#propagation-playback-bar > input {
  width: 50%;
  accent-color: #fdb01e;
}
div#propagation-playback-bar > span {
  flex: 1;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spanbutton {
  background: none;
  border: none;
  width: max-content;
  padding: 1px;
  color: white;
  outline: none !important;
}
.spanbutton:focus > span {
  outline: 1px dotted;
  outline-color: initial;
  outline-style: dotted;
  outline-width: 1px;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}
.rr-toggle {
  background-origin: #fdb01e;
  border: 0;
  border-radius: 3px;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.rr-toggle.rr-active {
  background-color: #ff891c;
}
.merge-btn {
  border: 0;
  border-radius: 3px;
  outline: none;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
}
.merge-btn > div {
  display: none;
}
.merge-btn.merge-active {
  outline: none;
  box-shadow: none !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #a1a1a2;
}
.merge-btn.merge-active:hover {
  background-color: #909090;
}
.merge-btn.merge-active > div {
  display: block;
  z-index: 9998;
  background-color: #a1a1a2;
  position: absolute;
  top: 100%;
  left: 0%;
  max-width: fit-content;
  padding: 10px;
  border-radius: 10px;
  border-top-left-radius: 0;
}
.merge-btn.merge-active > div > input {
  border-radius: 3px;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin-bottom: 2px;
  padding: 2px;
}
.merge-btn.merge-active > div button {
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 0px;
}
span#google-photorealistic-tiles-attributions {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #00000044;
  padding-right: 0.5em;
  padding-left: 0.25em;
  border-top-left-radius: 0.25em;
}
@media (max-width: 1024px) {
  .navbar.navbar-expand-lg {
    background-color: #18181b;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.flex-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#cam-attri {
  max-height: 8vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#cam-attri span {
  margin: auto 0;
  color: white;
  padding-left: 5px;
}
#cam-attri img {
  max-height: calc(8vh - 10px);
  max-width: 100%;
  width: auto;
  margin: 5px;
  margin-right: 15px;
  object-fit: contain;
}
div.ruler-div .small-bar {
  width: 1px;
  height: 15px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
div.ruler-div .med-bar {
  width: 1px;
  height: 25px;
  border-left: 1px solid #000;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2);
}
div.ruler-div .ruler-label {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
  background-color: rgba(68, 68, 68, 0.8);
  padding: 1px 5px;
  border-radius: 5px;
  line-height: 20px;
  color: #fff;
}
div.cam-log-panel {
  width: 100%;
  max-height: 100%;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
div.cam-log-panel > .cam-log-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.cam-log-panel > .cam-log-header input:not([type=checkbox]) {
  border-radius: 0.6em;
  flex: 1;
  font-size: 1.25em;
  margin: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
  font-size: 1em;
  padding: 0.25em;
}
div.cam-log-panel > .cam-log-header input[type=checkbox] {
  width: 1.75em;
  height: 1.75em;
  background-color: #6c757d;
  border-radius: 0.5em;
  appearance: none;
  border: none;
  vertical-align: middle;
  background-image: url('/img/highprio.svg');
  background-size: 100%;
  cursor: pointer;
}
div.cam-log-panel > .cam-log-header input[type=checkbox]:checked {
  background-color: #fdb01e;
}
div.cam-log-panel div.cam-log-elements {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element {
  border-left: 0px;
  border-right: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-color: #494949;
  border-style: solid;
  width: 100%;
  display: grid;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4px;
  grid-template: "name abs" auto "message relptz" auto / 1fr auto;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element.hour,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element.hour {
  background-color: #917b0d;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element.hour.thirty,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element.hour.thirty {
  background-color: #915a0d;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element.hour.thirty.recent,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element.hour.thirty.recent {
  background-color: #910d0d;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element.highprio,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element.highprio {
  background-color: #ff0000 !important;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element button,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element button {
  width: max-content;
  background: none;
  border: none;
  color: white;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element div,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element div {
  margin-left: auto;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element div > [relative-time-from],
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element div > [relative-time-from] {
  vertical-align: top;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element:first-child,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element:first-child {
  border-top: 2px;
  border-style: solid;
  border-color: #494949;
}
div.cam-log-panel div.cam-log-elements .cam-log-body div.cam-log-element:last-child,
div.cam-log-panel div.cam-log-elements .cam-log-pinned div.cam-log-element:last-child {
  border-bottom: 2px;
  border-style: solid;
  border-color: #494949;
}
.open-in-new {
  position: relative;
}
.open-in-new::after {
  display: none;
  position: absolute;
  right: 0em;
  top: 0em;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  content: 'open_in_new';
  color: #0077FF;
  background-color: #121212;
}
.open-in-new:hover::after {
  display: block;
}
.ccm-camcontainer .open-in-new::after {
  display: block;
}
.gm-control-popout {
  display: none;
}
.gm-popout-active > button:first-child > span {
  color: #fdb01e;
}
.gm-popout-active > .gm-control-popout {
  display: revert;
  position: absolute;
  right: 100%;
  top: 0%;
  width: 100%;
  height: 100%;
}
div#risk-control {
  position: absolute;
  bottom: 1.25em;
  left: 20%;
  right: 20%;
  height: 5em;
  background-color: #121212;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-template-rows: 65% 35%;
  border-radius: 0.5em;
}
div#risk-control .map-risk-legend {
  width: 90%;
  margin: 0 5%;
  bottom: 0.25em;
  height: 1em;
  grid-column: 1 / span 2;
  background: linear-gradient(to right, #00ff00 0% 18%, #ffff00 22% 38%, #ff8c00 42% 58%, #ff0000 62% 78%, #8B008B 82% 100%);
  border: solid #333 2px;
  vertical-align: middle;
}
div#risk-control button {
  background-color: #333;
  margin: 0.2em;
  color: white;
  border-style: solid;
  border: none;
  height: fit-content;
  border-radius: 0.25em;
  align-self: center;
  margin-right: 8%;
}
div#risk-control .risk-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 2%;
  padding-right: 2%;
  align-items: center;
}
div#risk-control .risk-selector select {
  background-color: #333;
  margin: 0.2em;
  color: white;
}
.recalc {
  width: auto !important;
}
div:hover > div > .hover-only {
  display: revert !important;
}
div > div > .hover-only {
  display: none !important;
}
.gm-style-iw .gm-ui-hover-effect {
  width: 18px !important;
  height: 18px !important;
  margin-top: 5px !important;
  margin-bottom: -5px !important;
}
.gm-style-iw .gm-ui-hover-effect > span {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}
.wx-menu-common,
div.wx-menu,
div.wx-menu > section.wx-content,
div.wx-menu > section.forecast-section {
  color: #000;
  background-color: #fff;
  border-radius: 0.15em;
}
div.wx-menu {
  font: 400 11px 'Montserrat', sans-sarif;
  min-width: 194px;
  margin: 4px;
  padding: 4px;
  position: absolute;
  border-radius: 0.15em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 9999 !important;
}
div.wx-menu > div#wx-loading-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20001;
}
div.wx-menu > section.wx-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
div.wx-menu > section.wx-content > div.rh-legend {
  overflow-y: auto;
}
div.wx-menu > section.wx-content > div {
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
div.wx-menu > section.wx-content span.wx-sub-header,
div.wx-menu > section.wx-content * span.wx-sub-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4px;
}
div.wx-menu > section.wx-content span.wx-sub-header.clickable,
div.wx-menu > section.wx-content * span.wx-sub-header.clickable {
  user-select: none;
  cursor: pointer;
}
div.wx-menu > section.wx-content span.wx-sub-header.clickable:hover,
div.wx-menu > section.wx-content * span.wx-sub-header.clickable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
div.wx-menu > section.wx-content select,
div.wx-menu > section.wx-content * select {
  display: block;
  margin: auto;
  font-size: 14px;
  border-radius: 0.2em;
  padding: 4px;
}
div.wx-menu > section.wx-content div.wx-legend,
div.wx-menu > section.wx-content * div.wx-legend {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item {
  display: flex;
  align-items: center;
  padding: 4px;
  margin: 0;
  border: 1px solid #000;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item.clickable,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item.clickable {
  cursor: pointer;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item.clickable:hover,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item.clickable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item.disabled,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item.disabled {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: line-through;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item.disabled:hover,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item.disabled:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item.disabled > .wx-legend-icon,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item.disabled > .wx-legend-icon {
  background-color: #00000000 !important;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item > .wx-legend-icon,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item > .wx-legend-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border: 1px solid #000;
}
div.wx-menu > section.wx-content div.wx-legend div.wx-legend-item > .wx-legend-label,
div.wx-menu > section.wx-content * div.wx-legend div.wx-legend-item > .wx-legend-label {
  flex-grow: 1;
  text-align: center;
}
div.wx-menu > section.forecast-section {
  position: absolute;
  left: 190px;
  width: 190px;
  top: 0;
  padding: 0.5em;
  z-index: 9999 !important;
}
div.wx-menu > section.forecast-section > div.forecast-list {
  height: 203px;
  overflow-y: auto;
  overflow-x: hidden;
}
div.wx-menu > div.wx-header {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-left: 0.5em;
  margin-bottom: 2px;
}
div.wx-menu > div.wx-header > div.wx-title {
  font-weight: bold;
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5;
}
div.wx-menu > div.wx-header > span.wx-ui-settings {
  display: flex;
  flex-grow: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
}
div.wx-menu .btn-group,
div.wx-menu * .btn-group {
  width: 100%;
}
div.wx-menu .btn-group > button,
div.wx-menu * .btn-group > button {
  padding: 3.5px;
}
div.wx-menu .btn-group > button.btn-primary,
div.wx-menu * .btn-group > button.btn-primary {
  color: #000;
  border-color: #000;
}
div.wx-menu .btn-group > button.btn-secondary,
div.wx-menu * .btn-group > button.btn-secondary {
  color: #000;
  background-color: #fff;
}
div.wx-menu .btn-group > button.btn-secondary:hover,
div.wx-menu * .btn-group > button.btn-secondary:hover {
  color: #000;
  background-color: #fdb01e40;
}
div.wx-menu button.wx-icon-btn,
div.wx-menu * button.wx-icon-btn {
  padding: 0;
}
div.wx-menu button.wx-icon-btn:hover,
div.wx-menu * button.wx-icon-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@keyframes g-h-l {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.gradient-horiz-loader {
  filter: blur(0.1em);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #ffffff 0% 25%, dodgerblue 25% 35%, #ffffff 50% 75%, dodgerblue 75% 100%);
  background-size: 500% auto;
  animation: g-h-l 1.5s linear infinite;
  width: 100%;
  height: 0.75em;
  margin: 0.2em 0;
  border-radius: 0.25em;
}
.gradient-horiz-loader > hr {
  fill: none;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-header {
  padding: 0.2rem 1rem;
  font-size: 1.5em;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-body {
  padding: 0.2rem 1rem;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-body > hr {
  margin: 0.1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer {
  flex-direction: column;
  gap: 0.5em;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div > button {
  width: 40%;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > small#propagation-error {
  width: 100%;
  text-align: right;
  margin-right: 0.5em;
  color: #ff7575;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div.modal-footer {
  flex-direction: row;
  justify-content: space-between;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div.modal-footer > button {
  width: 40%;
  margin: 0.5em;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div.modal-body > span.section-label {
  font-size: 1.15em;
  font-weight: 500;
}
#propagationModal > div.modal-dialog > div.modal-content > div.modal-footer > div.modal-body > div.spec-section {
  outline: 0.15em solid #6c757d;
  border-radius: 0.25em;
  outline-offset: -1px;
}
#propagationModal > div.modal-dialog > div.modal-content button:disabled,
#propagationModal > div.modal-dialog > div.modal-content * button:disabled {
  color: #fff;
  border-color: #fff;
  background-color: #000;
}
#propagationModal > div.modal-dialog > div.modal-content > .btn-group > button.btn-primary:disabled,
#propagationModal > div.modal-dialog > div.modal-content * > .btn-group > button.btn-primary:disabled {
  color: #fdb01e;
  border-color: #fdb01e;
}
.layer-cat-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.layer-cat-container > .layer-cat-drop {
  text-align: left;
  width: 100%;
  margin-bottom: 0.2em;
}
.layer-cat-container > .layer-cat-drop > div.layer-cat-label {
  font-size: 1rem;
  width: 14.25rem;
  font-weight: 450;
  cursor: pointer;
}
.layer-cat-container > .layer-cat-drop > div.layer-cat-label:hover {
  border-radius: 4px;
  background-color: #eee;
}
.layer-cat-container > .layer-cat-drop > div.layer-cat-label > span.material-symbols-outlined {
  vertical-align: text-top;
  font-size: calc(3px + 1em);
}
.layer-cat-container > .layer-cat-drop > .layer-drop-entry {
  font-size: 0.85rem;
  margin-left: 1em;
  margin-bottom: 0.1em;
}
.layer-cat-container > .layer-cat-drop > .layer-drop-entry > .layer-drop-check-entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.1rem;
}
.layer-cat-container > .layer-cat-drop > .layer-drop-entry > .layer-drop-check-entry > * {
  cursor: pointer;
  margin: 0;
}
.layer-cat-container > .layer-cat-drop > .layer-drop-entry > .layer-drop-check-entry > label {
  margin-left: 0.3em;
}
#asset-risk-menu {
  font-size: 1.25em;
  max-height: 50vh;
  overflow: auto;
  background-color: #fff;
  color: #000;
  margin-right: 10px;
}
#asset-risk-menu > div.hidden-checkbox-item {
  cursor: pointer;
  padding: 0.5em;
  padding-right: 0.5em;
  display: flex;
  align-items: center;
}
#asset-risk-menu > div.hidden-checkbox-item:hover:not(:has(input.asset-risk-color-picker:hover)) {
  background-color: #fdb01e40;
}
#asset-risk-menu > div.hidden-checkbox-item:hover:not(:has(input.asset-risk-color-picker:hover)):has(input:checked) {
  background-color: #e7871f;
}
#asset-risk-menu > div.hidden-checkbox-item:has(input:checked) {
  background-color: #fdb01e;
}
#asset-risk-menu > div.hidden-checkbox-item:has(input:checked) > input.asset-risk-color-picker {
  visibility: visible;
}
#asset-risk-menu > div.hidden-checkbox-item > * {
  cursor: pointer;
  user-select: none;
}
#asset-risk-menu > div.hidden-checkbox-item > span.toggle-indicator {
  width: 10px;
  display: inline-block;
  font-weight: bold;
}
#asset-risk-menu > div.hidden-checkbox-item > input.hidden-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#asset-risk-menu > div.hidden-checkbox-item > input.asset-risk-color-picker {
  margin-left: 8px;
  visibility: hidden;
}
#asset-risk-menu > div.hidden-checkbox-item > label {
  margin: 0;
}
#asset-risk-popup {
  color: #000;
}
#asset-risk-popup > span.asset-risk-title {
  font-weight: bold;
  font-size: 1.5em;
}
