@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");

main * {
  box-sizing: border-box;
}
html {
  /* max-width: 960px; */
  width: 100%;
  height: 100%;
}
header {
  /* height: auto !important; */
  overflow: hidden;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Open Sans" !important;
  background-color: #0d2a3b;
  text-align: left !important;
  /* overflow: hidden; */
}

#ex-content {
  padding: 1em;
  margin-bottom: 28px;
}
#ex-content p:last-of-type {
  margin-bottom: 0;
}
#wrapper {
  height: auto !important;
}
#wrapper #map-container {
  text-align: left;
  line-height: 1em;
  font-weight: normal;
}
.container {
  margin: auto;
  max-width: 960px;
  height: 100%;
  background-color: #eeeeee;
}
#content.insidepage {
  width: calc(100% - 12px) !important;
}
#map-container {
  /* max-width: 960px; */
  /* max-height: 500px; */
  /* height: calc(100% - 28px); */
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  /* margin-bottom: 28px; */
  border: 2px solid rgba(69, 85, 163, 0.5);
}
#map-container.fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  margin-bottom: 0;
  height: 100%;
  padding: 0 !important;
  border: none;
}
#map {
  width: 100%;
  height: 100%;
  min-height: 90vh;
  display: block;
}

#control-center {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  max-width: 120px;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 20;
}
#control-center .controls {
  padding: 1px;
  clear: both;
  overflow: hidden;
  /* flex stuff */
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
}
#incident-count,
#control-center .controls a {
  display: block;
  padding: 0;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  border: 3px solid transparent;
  margin: 1px;
  flex: auto;
  cursor: pointer;
  font-family: "Open Sans";
}
#control-center .controls a#fullScreen {
  flex: 100%;
}
#incident-count {
  background-color: #ddd;
  color: #aaa;
  display: none;
  flex: 100%;
  cursor: default;
}
#incident-count.active {
  color: #0d2a3b;
  cursor: pointer;
}
#incident-count.active:hover {
  background-color: #bbb;
}

#control-center .controls a:not(.selected):hover {
  opacity: 0.7;
}
#control-center .controls a.selected {
  background-color: #0d2a3b;
}
#control-center .controls a i.fa {
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
}

#control-center .controls .button-group {
  flex: auto;
  display: flex;
  margin: 1px;
  overflow: hidden;
  font-size: 11px;
  border-radius: 0.25em;
}
#control-center .controls .button-group a {
  margin: 0;
  border-radius: 0;
}
#control-center .legend {
  width: 100%;
  padding: 2px;
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  background-color: #ebebeb;
  font-family: "Open Sans";
  display: none;
}
#control-center .legend.open {
  display: block;
}
#control-center .legend > span {
  float: left;
  flex: auto;
  line-height: 18px;
  margin: 2px;
  width: calc(100% - 4px);
  /* border-radius: 2px; */
  cursor: pointer;
  overflow: hidden;
  /* text-align: center; */
}
#control-center .legend > span .color {
  margin-right: 4px;
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  float: left;
  font-weight: 900;
  /* border-radius: 2px; */
}
#control-center .legend > span.area1 {
  background-color: rgba(93, 58, 138, 0.3);
}
#control-center .legend > span.area2 {
  background-color: rgba(253, 165, 60, 0.3);
}
#control-center .legend > span.area3 {
  background-color: rgba(54, 183, 111, 0.3);
}
#control-center .legend > span.area4 {
  background-color: rgba(65, 190, 223, 0.3);
}
#control-center .legend > span.area1 .color {
  background-color: #5d3a8a;
}
#control-center .legend > span.area2 .color {
  background-color: #fda43a;
}
#control-center .legend > span.area3 .color {
  background-color: #36b76f;
}
#control-center .legend > span.area4 .color {
  background-color: #41bedf;
}

#controlbar {
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  border-radius: 4px;
  /* width: 225px; */
  /* min-width: 240px; */
  width: auto;
  /* padding: 1em; */
  background-color: #fff;
  color: #fff;
  display: block;
  z-index: 101;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 2px;
  clear: both;
  overflow: hidden;
  /* flex stuff */
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
#sidebar {
  position: absolute;
  left: 0.25em;
  bottom: 0.25em;
  /* bottom: .25em; */
  border-radius: 4px;
  /* width: 225px; */
  min-width: 240px;
  width: 240px;
  max-width: 490px;
  /* padding: 1em; */
  background-color: #fff;
  display: none;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#controlbar #description {
  font-size: 12px;
  padding: 0.5em;
  background-color: #eee;
  border-radius: 4px;
  margin: 0.25em;
  width: 100%;
}
#controlbar #description:empty {
  display: none;
}
#controlbar .header img {
  width: 100px;
  padding-bottom: 0.5em;
  /* border-bottom: 1px solid #ddd; */
}
/* #controlbar a{
    display: block;
    padding: .5em 1em;
    background-color: #eee;
    border-radius: .25em;
    margin-bottom: .5em;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
    transition: .3s;
    position: relative;
    overflow: hidden;
} */

/* alternate look */
#controlbar a {
  display: block;
  padding: 4px;
  /* background-color: #eee; */
  border-radius: 0.25em;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  /* width: calc(105px); */
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  float: left;
  text-align: center;
  border: 2px solid transparent;
  margin: 0 1px;
  flex: auto;
  cursor: pointer;
}
#controlbar a:first-of-type {
  margin-left: 0;
}
#controlbar a:last-of-type {
  margin-right: 0;
}

#basicmap {
  background-color: #888;
}
#satellite {
  background-color: #888;
}
#traffic {
  background-color: #888;
}
#incidents {
  background-color: #888;
}
#fullScreen {
  background-color: #888;
}
#showAreas {
  background-color: #888;
}

#constructionAlerts {
  background-color: #fda43a;
}
#activeAlerts {
  background-color: #5d3a8a;
}
#constructionPhotos {
  background-color: #4555a3;
}
#liveCameras {
  background-color: #41bedf;
}
#FL511TrafficCameras {
  background-color: #002453;
}
#futurei4 {
  background-color: #ed5152;
}

#constructionAlerts.selected {
  color: #fda43a !important;
  border-color: #fda43a;
}
#activeAlerts.selected {
  color: #5d3a8a !important;
  border-color: #5d3a8a;
}
#constructionPhotos.selected {
  color: #4555a3 !important;
  border-color: #4555a3;
}
#liveCameras.selected {
  color: #41bedf !important;
  border-color: #41bedf;
}
#FL511TrafficCameras.selected {
  color: #002453 !important;
  border-color: #002453;
}
#futurei4.selected {
  color: #ed5152 !important;
  border-color: #ed5152;
}

#constructionAlerts.selected > span:first-of-type {
  background-color: #fda43a;
}
#activeAlerts.selected > span:first-of-type {
  background-color: #5d3a8a;
}
#constructionPhotos.selected > span:first-of-type {
  background-color: #4555a3;
}
#liveCameras.selected > span:first-of-type {
  background-color: #41bedf;
}
#FL511TrafficCameras.selected > span:first-of-type {
  background-color: #002453;
}
#futurei4.selected > span:first-of-type {
  background-color: #ed5152;
}

#controlbar a.selected > span:first-of-type {
  background-size: 27px;
}

#controlbar a .cB-title {
  display: block;
  float: left;
  padding: 0 0.5em;
  text-align: left;
  line-height: 15px;
}

#controlbar a > span:first-of-type {
  border-radius: 15px;
  width: 25px;
  height: 25px;
  float: left;
  /* margin: 0 0 .5em 0; */
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

#controlbar a > span.construction {
  background-image: url("../assets/construction-t.svg");
}
#controlbar a > span.camera {
  background-image: url("../assets/camera-t.svg");
}
#controlbar a > span.video {
  background-image: url("../assets/video-t.svg");
}
#controlbar a > span.info {
  background-image: url("../assets/info-t.svg");
}

#map-container:not(.fullscreen) #controlbar > a:not(.selected) > span.cB-title {
  display: none;
}

#controlbar a i.fa {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2em;
  padding: 0.5em;
}
#sidebar .filter i.fa.fa-filter {
  margin-right: 0.5em;
  width: 1em;
  text-align: center;
}
#controlbar a:not(.selected):hover {
  /* transform: translateY(-2px); */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
  border: 2px solid rgba(255, 255, 255, 0.5);
}
#controlbar a.selected {
  /* color: #fff; */
  background-color: #fff;
  /* font-weight: 900; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); */
}

#sidebar .filter {
  position: relative;
  z-index: 100;
}
#sidebar .filter .dropdown {
  display: block;
  padding: 0.5em 1em;
  background-color: #eee;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
#sidebar .filter i.fa.fa-chevron-up,
#sidebar .filter i.fa.fa-chevron-down {
  right: 1em;
  top: 0.5em;
  position: absolute;
}
#sidebar .filter .filter-items {
  display: none;
  padding: 1em;
  background-color: #f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}
#sidebar .filter .filter-items label {
  display: block;
}

#sidebar #alerts-container {
  display: block;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  /* border-top: 1px solid #ddd; */
}

/* width */
#alerts-container::-webkit-scrollbar {
  width: 10px;
}
/* Track */
#alerts-container::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
#alerts-container::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 0px;
}
#alerts-container::-webkit-scrollbar-thumb:hover {
  background: #333;
}

#alerts-container .red-box {
  font-size: 14px;
  line-height: 1.1;
  font-family: "Roboto" !important;
}
#alerts-container .red-box strong {
  font-size: 15px;
  display: block;
}

#alerts-container .futurei4-back {
  background-color: #ed5152;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0.5em;
  line-height: 2em;
  cursor: pointer;
  font-family: "Roboto";
}
#alerts-container .futurei4-back i.fa {
  margin-right: 0.5em;
}
#alerts-container .loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  background-image: url(../assets/GD.gif);
  background-repeat: no-repeat;
  background-size: 225px;
  background-position: center;
}
#sidebar #alerts-container.has-toggle {
  margin-top: 3em;
  height: calc(100% - 3em);
}

#sidebar #alerts-container .active-toggle {
  position: absolute;
  top: 0;
  /* padding: .5em; */
  line-height: 2em;
  margin-bottom: 1em;
  width: 100%;
  background-color: #5d3a8a;
  background-color: #fda43a;
  color: #fff;
  font-family: "Roboto";
}
#sidebar #alerts-container .active-toggle .alert-title {
  padding: 0.5em 1em;
}
#sidebar #alerts-container .all-alerts-radio,
#sidebar #alerts-container .overnight-dynamic-radio {
  /* padding: .5em; */
}
#sidebar #alerts-container .active-toggle .last-mod {
  font-size: 10px;
  line-height: 1em;
}

#sidebar #alerts-container .active-toggle #alert-toggle-container {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
}
#sidebar #alerts-container .active-toggle label {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  float: left;
  display: block;
  width: 100%;
  padding: 0.5em;
}
#sidebar #alerts-container .active-toggle label .overnight-dynamic-radio {
  line-height: 1.2;
  display: block;
  transition: 0.3s;
  overflow: hidden;
}
#sidebar #alerts-container .active-toggle label .overnight-dynamic-radio span {
  width: calc(100% - 30px);
  float: left;
}
#sidebar
  #alerts-container
  .active-toggle
  label
  .overnight-dynamic-radio
  span
  b {
  white-space: nowrap;
}
#sidebar #alerts-container .active-toggle label:hover i.far,
#sidebar #alerts-container .active-toggle label:hover i.fa {
  color: #ddd;
}
#sidebar #alerts-container .active-toggle i.far,
#sidebar #alerts-container .active-toggle i.fa {
  margin-right: 0.5em;
  float: left;
  line-height: 1.2;
}
#sidebar #alerts-container .active-toggle input {
  margin-right: 0.5em;
}
#sidebar #alerts-container .area-title {
  padding: 0.5em;
  font-size: 15px;
  font-weight: 900;
  /* background-color: #ddd; */
}

#sidebar #alerts-container #AR1,
#sidebar #alerts-container #AR2,
#sidebar #alerts-container #AR3,
#sidebar #alerts-container #AR4 {
  padding: 0em;
  overflow: hidden;
}
/* #sidebar #alerts-container #AR1 { background-color: rgba( 93, 58, 138, 0.5); }
#sidebar #alerts-container #AR2 { background-color: rgba(232, 150, 57, 0.5); }
#sidebar #alerts-container #AR3 { background-color: rgba(54, 183, 110, 0.5); }
#sidebar #alerts-container #AR4 { background-color: rgba(65, 191, 223, 0.5); } */

#sidebar #alerts-container #i-4-beyond-north .area-title {
  color: #fff;
  background-color: #287f8f;
}
#sidebar #alerts-container #i-4-beyond-south .area-title {
  color: #fff;
  background-color: #aec633;
}

#sidebar #alerts-container #area-1-attractions .area-title,
#sidebar #alerts-container #AR1 .area-title {
  color: #fff;
  background-color: #5d3a8a;
}

#sidebar #alerts-container #area-2-downtown .area-title,
#sidebar #alerts-container #AR2 .area-title {
  color: #fff;
  background-color: #fda43a;
}

#sidebar #alerts-container #area-3-ivanhoe .area-title,
#sidebar #alerts-container #AR3 .area-title {
  color: #fff;
  background-color: #36b76f;
}

#sidebar #alerts-container #area-4-altamonte .area-title,
#sidebar #alerts-container #AR4 .area-title {
  color: #fff;
  background-color: #41bedf;
}

#sidebar #alerts-container .alert {
  padding: 0.5em;
  font-size: 13px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
  position: relative;
  border-left: 0px solid transparent;
}
#sidebar #alerts-container .alert span {
  display: block;
  font-family: "Open Sans";
  margin-bottom: 0.5em;
}
#sidebar #alerts-container .alert span:last-of-type {
  margin-bottom: 0;
}
#sidebar #alerts-container .alert span.zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
}
#sidebar #alerts-container .alert span.more-info {
  margin-top: 0.5em;
}
#sidebar #alerts-container .alert span.more-info a {
  /* background-color: #333; */
  color: #4555a3;
  border-radius: 0.25em;
  transition: 0.3s;
}
#sidebar #alerts-container .alert.selected span.more-info a {
  /* color: #ddd; */
}
#sidebar #alerts-container .alert span.more-info a:hover {
  opacity: 0.6;
}
#sidebar #alerts-container .alert:nth-of-type(2n) {
  background-color: #eee;
}
#sidebar #alerts-container .alert span a {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
#sidebar #alerts-container .alert:hover {
  background-color: rgba(55, 55, 55, 0.125);
  /* color: #fff; */
}
#sidebar #alerts-container .alert.selected {
  background-color: #ddd;
  border-left-width: 6px;
  /* color: #fff; */
}

#sidebar #alerts-container #AR4 .alert.selected {
  border-left-color: #41bedf;
}
#sidebar #alerts-container #AR3 .alert.selected {
  border-left-color: #36b76f;
}
#sidebar #alerts-container #AR2 .alert.selected {
  border-left-color: #fda43a;
}
#sidebar #alerts-container #AR1 .alert.selected {
  border-left-color: #5d3a8a;
}
/* #sidebar #alerts-container .alert.nightly:hover{
    background-color: rgba(93, 58, 138, 0.5);
}
#sidebar #alerts-container .alert.nightly.selected{
    background-color: #5d3a8a;
} */

#sidebar #alerts-container .future-title {
  padding: 0.5em 1em;
  background-color: #ed5152;
  color: #fff;
  line-height: 2em;
  font-family: "Roboto";
}
#sidebar #alerts-container .future-area {
  cursor: pointer;
}
#sidebar #alerts-container .future-area > div:hover {
  /* opacity: .8; */
  background-color: #ddd;
}
#sidebar #alerts-container .futureI4 {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 13px;
  background-color: #fff;
}
#sidebar #alerts-container .futureI4:nth-of-type(2n) {
  background-color: #eee;
}

/* #sidebar{
    position: absolute;
    display: none;
    z-index: 101;
    left: .25em;
    right: 3.25em;
    bottom: .25em;
    height: 200px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    overflow-x: auto;
} */
#sidebar p {
  padding: 0.5em;
  margin: 0;
}
#sidebar .photo-container {
  /* overflow: auto; */
  display: block;
  /* white-space: nowrap; */
  padding: 0.5em;
  height: calc(100% - 52px);
  width: 100%;
  overflow: auto;
}

/* width */
#sidebar .photo-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#sidebar .photo-container::-webkit-scrollbar-track {
  border-radius: 0px;
}

/* Handle */
#sidebar .photo-container::-webkit-scrollbar-thumb {
  background: #4555a3;
  border-radius: 0px;
}

#sidebar .areaPhoto-title-back {
  align-items: center;
  display: block;
  line-height: 1em;
  color: #fff;
  background-color: #4555a3;
  z-index: 100;
  font-size: 16px;
  font-family: "Roboto";
  padding: 1em 0.5em;
  cursor: pointer;
}
#sidebar .areaPhoto-title-back .fa {
  margin-right: 0.5em;
}
#sidebar .areaPhoto-title {
  align-items: center;
  display: block;
  line-height: 1em;
  color: #fff;
  background-color: #4555a3;
  z-index: 100;
  padding: 1em;
  font-size: 16px;
  font-family: "Roboto";
}
#sidebar .photo-container .aerial {
  /* height: calc(100%); */
  display: block;
  width: 100%;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0.5em;
  background-color: #fff;
  min-height: 100px;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); */
  float: left;
}
#sidebar .photo-container .aerial:last-of-type {
  margin-bottom: 0;
}
#sidebar .photo-container .aerial .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4555a3;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 1;
}
#sidebar .photo-container .aerial .desc > span {
  padding: 1em;
  float: left;
}
#sidebar .photo-container .aerial .desc .fa {
  color: #fff;
  float: right;
  padding: 1em;
  cursor: pointer;
}
#sidebar .photo-container .aerial .desc .fa:hover {
  opacity: 0.5;
}
#sidebar .photo-container .aerial img {
  width: 100%;
  background-color: #fff;
  /* height: 100%; */
  cursor: zoom-in;
  transition: 0.3s;
  float: left;
  /* transform: scale(1.2); */
}
#sidebar .photo-container .aerial img:hover {
  /* transform: scale(1.1); */
  opacity: 0.5;
}

#videoPlayerContainer {
  position: fixed;
  left: 0.25em;
  top: calc(50px + 0.5em);
  /* bottom: .25em; */
  border-radius: 4px;
  width: 450px;
  margin: auto;
  /* padding: 2px; */
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 102;
  overflow: hidden;
  transition: 0.3s box-shadow ease-out;
  border: 2px solid #fff;
}
#video-container {
  background-color: rgba(255, 255, 255, 0.5);
}
#videoPlayerContainer.expand {
  left: 0;
  top: 0;
  width: calc(100%);
}
#videoPlayerContainer .move-me {
  display: none;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 25%;
  bottom: 25%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding-top: calc(10%);
  z-index: 9;
  cursor: move;
}
#videoPlayerContainer:hover {
  /* border-width: 3px; */
}
#videoPlayerContainer:hover .move-me {
  display: block;
}
#videoPlayerContainer .expand-btn,
#videoPlayerContainer .close-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  width: 2em;
  height: 2em;
  text-align: center;
  font-size: 14px;
  color: #000;
  z-index: 10;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  transition: 0.3s;
}
#videoPlayerContainer:hover .close-btn {
  opacity: 1;
}
#videoPlayerContainer .expand-btn {
  right: calc(4px + 2em);
}
#videoPlayerContainer .expand-btn:hover,
#videoPlayerContainer .close-btn:hover {
  background-color: #fff;
}

#sidebar,
#control-center,
#controlbar,
#videoPlayerContainer {
  /* transition: .3s box-shadow ease-out; */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#sidebar:hover,
#control-center:hover,
#controlbar:hover,
#videoPlayerContainer:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.map-tooltip {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.map-tooltip h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-tooltip table {
  width: 100%;
  font-size: inherit;
  word-wrap: break-word;
}
.map-tooltip table td {
  width: 50%;
}

@media (max-width: 992px) {
  .map-tooltip table {
    width: 100%;
  }
}

.map-tooltip ul {
  margin-left: -20px;
}

.map-tooltip.routeLinkCamera:last-child p {
  margin-bottom: 0;
}

.map-tooltip h4,
.venueDetails h4 {
  color: #0056b8;
}
.cctvImage {
  width: 100%;
}
.gm-style img {
  max-width: 100%;
}

.flex-caption {
  display: none !important;
}
.futurei4-block {
  width: 100% !important;
  padding: 1em !important;
}
/* .futurei4-block > *{
    display: block !important;
} */
.futurei4-block .crp_related {
  display: none !important;
}
/* .futurei4-block script, .futurei4-block style{display: none !important;} */
.futurei4-block h3 {
  clear: both;
}

#sidebar main {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#sidebar #content {
  margin: 0 !important;
  padding: 1em;
  background-color: #fff;
  box-shadow: none;
  width: 100%;
}
#sidebar #wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
#sidebar iframe,
#sidebar .flexslider.black,
#sidebar .flexslider.black .slides,
#sidebar div[id^="ngg-gallery-"] .feature-image img,
#sidebar div[id^="ngg-gallery-"] .feature-image {
  width: 100% !important;
}

.featherlight-content .caption {
  position: absolute;
  bottom: 4px;
  left: 29px;
  z-index: 10;
  background-color: #fff;
  padding: 1em;
  max-width: 170px;
}
.featherlight-content .caption strong {
  color: #4555a3;
  font-size: 1.1em;
}
.featherlight-content .caption span {
  font-size: 0.8em;
  display: block;
}
.featherlight-content .caption span a {
  color: #4555a3;
  text-decoration-color: #4555a3;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#infopanel {
  position: fixed;
  display: block;
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  /* padding: 1em; */
  overflow: hidden;
  font-size: 12px;
  font-family: Roboto, Arial, sans-serif;
  display: none;
  border-radius: 1px;
  /* min-width: 250px; */
  /* max-width: 500px; */
  z-index: 10000004;
}
#infopanel .imageLink {
  overflow: hidden;
  display: inline-block;
  float: left;
  background-color: #eeeeee;
  background-image: url("../assets/default-thumb.png");
  background-position: center;
  /* background-size: contain; */
  background-repeat: no-repeat;
}
#infopanel img {
  float: left;
  /* background-color: #eeeeee; */
  min-width: 86px;
  min-height: 86px;
  max-width: 350px;
  max-height: 350px;
  transition: 0.3s;
}
#infopanel img:hover {
  /* opacity: .7; */
  transform: scale(1.075);
}
#infopanel div {
  display: block;
  float: left;
  padding: 0.5em 1em;
  max-width: 350px;
  min-width: 160px;
}
#infopanel div:empty {
  display: none;
}
#infopanel div > span {
  display: block;
  color: #555;
  font-weight: 400;
  line-height: 1.125em;
  margin-bottom: 0.5em;
  color: #616161;
}
#infopanel div .extraContent span {
  line-height: 14px;
}
#infopanel div > span .date {
  color: #4555a3;
  font-weight: 600;
}
#infopanel div > span:first-of-type {
  /* font-weight: 600; */
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 2px;
  color: #000;
}
#infopanel div a {
  color: #4777d9;
  text-decoration: none;
  font-weight: bold;
  margin: 0.25em 0;
}
.olLayerGooglePoweredBy {
  display: none;
}

.calloutToolTip {
  position: absolute;
  z-index: 1000000000;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: "Roboto";
  border-radius: 4px;
  font-size: 15px;
  max-width: 18em;
  background-color: #9c66e1;
}
.calloutToolTip .calloutTitle {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
  padding: 1em 1em 0;
}
.calloutToolTip .calloutBody {
  display: block;
  padding: 0.5em 1em;
  font-family: "Open Sans";
}
.calloutToolTip .calloutControl {
  display: block;
  overflow: hidden;
  padding: 0.5em;
  background-color: rgba(255, 255, 255, 0.2);
}
.calloutToolTip .calloutControl .calloutCheckbox {
  padding: 0.5em 0;
  line-height: 1;
  float: left;
  font-size: 14px;
}
.calloutToolTip .calloutControl .calloutCheckbox label {
  cursor: pointer;
}
.calloutToolTip .calloutControl .calloutCheckbox label .fa {
  margin: 0 0.5em 0 0.25em;
}
.calloutToolTip .calloutControl .calloutButton {
  background-color: hsl(266, 67%, 64%);
  border-radius: 2px;
  padding: 0.5em 1em;
  float: right;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
.calloutToolTip .calloutControl .calloutButton:hover {
  opacity: 0.8;
}

.calloutToolTip .calloutNotch {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}
.calloutToolTip .calloutNotch-right {
  border-right: 10px solid #9c66e1;
  left: -20px;
  top: 10px;
}
.calloutToolTip .calloutNotch-left {
  border-left: 10px solid #9c66e1;
  right: -20px;
  top: 10px;
}
.calloutToolTip .calloutNotch-bottom {
  border-bottom: 10px solid #9c66e1;
  top: -20px;
}
.calloutToolTip .calloutNotch-top {
  border-top: 10px solid #9c66e1;
  bottom: -20px;
}

.area-photo-list {
  display: inline-block;
  width: 100%;
  float: left;
  cursor: pointer;
  font-size: 13px;
  padding: 0.5em 1em;
  transition: 0.3s;
  background-color: #fff;
}
.area-photo-list:nth-of-type(2n) {
  background-color: #eee;
}
.area-photo-list:hover {
  background-color: #ddd;
}
.area-photo-list img {
  background-color: #eee;
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
  float: left;
}
.area-photo-list span {
  width: calc(100%);
  float: left;
}

#blackout {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0px 0 #fff, rgba(0, 0, 0, 0.6) 0px 0px 0px 99999px;
  }
  50% {
    box-shadow: 0 0 0 10px #fff, rgba(0, 0, 0, 0.6) 0px 0px 0px 99999px;
  }
  100% {
    box-shadow: 0 0 0 0px #fff, rgba(0, 0, 0, 0.6) 0px 0px 0px 99999px;
  }
}
#loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
}
#loading .loading-blocked {
  display: block;
}
#loading .loading-info {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1em 2em;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 999999px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-family: "Roboto";
  font-size: 13px;
}

/* Hide Live Feed (Added by Daryl)*/
#controlbar #liveCameras {
  display: none !important;
}
