/*RESET*/
html,
body,
.viewport {
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
html {
  -ms-content-zooming: none;
  /* Disables zooming */
  touch-action: none;
  /* Disable any special actions on tap/touch */
}
main {
  position: fixed;
  width: 100vw;
  height: 100vh;
}
/*STYLES*/
.full {
  width: 100vw;
  height: 100vh;
  position: fixed;
}
h2,
h3 {
  text-align: center;
  margin-top: 0;
}
hr {
  border-top: 1px solid #ffffff;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0px;
}
.attribution {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.65);
  max-width: calc(100vw - 400px - 59px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin: 5px;
  font-size: 10px;
  transition: all 0.3s;
}
.attribution:hover {
  white-space: normal;
}
@media all and (max-width: 550px) {
  .attribution {
    margin: 5px;
    max-width: 95vw;
    bottom: 90px;
  }
  .attribution.sidebarOpen {
    bottom: 70vh;
  }
  .attribution.sidebarOpen.sidebarItemSelected {
    bottom: 60vh;
  }
}
.banner {
  position: absolute;
  bottom: 4vh;
  left: 400px;
  width: calc(100vw - 400px);
  z-index: 999;
  text-align: center;
  background-color: rgba(48, 64, 93, 0.58);
}
@media all and (max-width: 550px) {
  .banner {
    left: 100vw;
    width: calc(100vw-100vw);
    bottom: 25vh;
    border-radius: 25px 0px 0px 25px;
  }
}
.banner p {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
.leaflet-control-container .leaflet-timeline-controls {
  box-sizing: border-box;
  width: 100vw;
  margin: 0;
  margin-bottom: 15px;
}
.leaflet-bottom.leaflet-left {
  width: 100vw;
}
.leaflet-control-layers.leaflet-control {
  left: 0;
  bottom: 0;
  visibility: hidden !important;
}
#logo-link {
  display: block;
  text-align: center;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#logo-link img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.logo {
  position: absolute;
  height: 50px;
  width: 100px;
  left: 0;
  left: constant(safe-area-inset-left);
  left: env(safe-area-inset-left);
  top: 0;
  z-index: 1001;
  margin: 10px;
  background-color: #30405d;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.33);
}
body.help {
  overflow: hidden !important;
}
body.help div.Help-UI {
  overflow: hidden !important;
}
.user-panel {
  position: absolute;
  height: 50px;
  width: 100px;
  right: 0;
  right: constant(safe-area-inset-right);
  right: env(safe-area-inset-right);
  top: 0;
  z-index: 1001;
  margin: 10px;
  background-color: #30405d;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.33);
  color: white;
}
.user-panel .user-panel-buttons {
  width: 85px;
  height: 40px;
  margin: 5px auto;
  cursor: pointer;
}
.user-panel .legend-select {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
  background-image: url(/images/Legend.png);
  background-size: contain;
}
.user-panel .vertical-bar {
  top: -5px;
  height: 50px;
  width: 1px;
  float: left;
  position: relative;
  background-color: white;
  margin: 0 2px 0 2px;
}
.user-panel .help-select {
  position: relative;
  float: left;
  height: 40px;
  width: 40px;
  background-color: #30405d;
  border-radius: 25px 25px 25px 25px;
}
.user-panel .help-button-background {
  background-color: #30405d;
  border-radius: 25px 0px 0px 25px;
  width: 50px;
  height: 50px;
  z-index: 7001;
  position: fixed;
  top: 10px;
  right: 60px;
  margin-right: 0;
  margin-right: constant(safe-area-inset-right);
  margin-right: env(safe-area-inset-right);
}
.user-panel .help-background-text {
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  top: -8px;
  position: relative;
  z-index: 7002;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.user-panel .help-highlighter {
  position: fixed;
  width: 0px;
  height: 0px;
  z-index: 7000;
  left: 0px;
  top: 0px;
  border: 1px solid white;
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5);
}
.user-panel .help-text {
  font-size: 30px;
  text-align: center;
  position: fixed;
  z-index: 7007;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.user-panel .help-text .text {
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.user-panel .user-panel-popup-background:before {
  width: 170px;
  height: 250px;
  position: absolute;
  content: ' ';
  background-image: url(/images/Pole.png);
  filter: brightness(55%) contrast(135%);
  opacity: 0.4;
  background-position-x: center;
  z-index: -1;
  transition: all 0.3s;
  right: 0px;
}
.user-panel .user-panel-popup {
  position: absolute;
  right: -250px;
  top: 60px;
  width: 170px;
  height: 220px;
  z-index: 1000;
  background-color: #0f2d5d;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.33);
  border-radius: 25px 25px 25px 25px;
  transition: all 0.3s;
  overflow: hidden;
}
.user-panel .user-panel-popup.open {
  right: 0;
}
.user-panel .user-panel-popup.userLegend {
  height: 135px !important;
}
.user-panel .user-panel-popup.showCrew {
  height: 250px;
}
.user-panel .legend {
  z-index: 1002;
}
.user-panel .legend h4 {
  text-align: center;
  height: 25px;
}
.user-panel .legend h5 {
  height: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  left: 30px;
}
.user-panel .legend .legend-item {
  height: 30px;
  position: relative;
  left: 10px;
}
.user-panel .legend .legend-item.odd {
  left: 30px;
}
.user-panel .legend .legend-item h2 {
  height: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  text-align: left;
  text-shadow: -1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;
  color: #efefef;
}
.user-panel .legend .outage-icon {
  position: absolute;
}
.backgroundBig:before {
  width: 400px;
  height: 85vh;
  position: absolute;
  content: ' ';
  background-image: url(/images/Pole.png);
  filter: brightness(55%) contrast(135%);
  opacity: 0.4;
  background-position-x: center;
  z-index: 1001;
  transition: all 0.3s;
}
@media all and (max-width: 550px) {
  .backgroundBig:before {
    width: 100vw;
  }
}
.backgroundSmall:before {
  width: 400px;
  height: 85vh;
  position: absolute;
  content: ' ';
  background-image: url(/images/Pole.png);
  filter: brightness(55%) contrast(135%);
  opacity: 0.4;
  background-position-x: center;
  z-index: 1001;
  transition: all 0.3s;
}
@media all and (max-width: 550px) {
  .backgroundSmall:before {
    width: 100vw;
    height: 70vh;
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .backgroundSmall:before {
    height: 60vh;
  }
}
.location-marker {
  width: 50px;
  height: 50px;
  top: 4px;
  position: relative;
  float: left;
  background-image: url(/images/mapMarkerRestored.png);
  background-size: contain;
}
.location-marker.restored {
  background-image: url(/images/mapMarkerRestored.png);
}
.location-marker.predicted {
  background-image: url(/images/mapMarkerPredicted.png);
}
.location-marker.verified {
  background-image: url(/images/mapMarkerVerified.png);
}
.location-marker.outage-map-marker {
  width: 40px;
  height: 40px;
  top: -14px;
  left: -17px;
}
.location-marker.legend-marker {
  float: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -14px;
  left: -17px;
}
.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  border-radius: 20px 20px 0 0;
  position: absolute;
  left: 0px;
  left: constant(safe-area-inset-left);
  left: env(safe-area-inset-left);
  bottom: calc(-85vh + 90px);
  width: 400px;
  height: 85vh;
  transition: all 0.3s;
  z-index: 1000;
  background-color: #0f2d5d;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.33);
  color: white;
}
@media all and (max-width: 550px) {
  .sidebar {
    width: 100vw;
    height: 70vh;
    bottom: calc(-70vh + 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar.outageSelected {
    height: calc(60vh) !important;
    bottom: calc(-60vh + 90px) !important;
  }
}
.sidebar .panel-open i {
  color: #337ab7;
}
.sidebar .panel-title {
  font-size: 3.5rem;
}
.sidebar .panel-title a:hover,
.sidebar .panel-title a:focus {
  text-decoration: none;
}
.sidebar .panel-title a:hover i,
.sidebar .panel-title a:focus i {
  color: #337ab7;
}
.sidebar .panel-group {
  margin-left: -15px;
  margin-right: -15px;
}
.sidebar .panel {
  border: none;
  background: none;
}
.sidebar i.header {
  margin-left: -10px;
  margin-right: 10px;
}
.sidebar .viewerMenu {
  position: absolute;
  width: 100%;
  height: calc(85vh - 90px);
  overflow-y: hidden;
  z-index: 1002;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s;
}
@media all and (max-width: 550px) {
  .sidebar .viewerMenu {
    height: calc(70vh - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .viewerMenu.outageSelected {
    height: calc(60vh - 90px) !important;
  }
}
.sidebar .viewerMenu .outage-view-select {
  width: 100%;
  height: 30px;
}
.sidebar .viewerMenu .outage-view-select .select-view {
  width: 90%;
  height: 30px;
  margin: 0 auto;
}
.sidebar .viewerMenu .outage-view-select .select-view .middle-summary-select {
  margin: 0px 5% 0 5%;
}
.sidebar .viewerMenu .outage-view-select .select-view .middle-summary-select.two-view-buttons {
  margin: 0px 0% 0 4%;
}
.sidebar .viewerMenu .outage-view-select .select-view .select-summary {
  float: left;
  cursor: pointer;
  position: relative;
  height: 20px;
  width: 30%;
  color: white;
  background-color: #1a2942;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.sidebar .viewerMenu .outage-view-select .select-view .select-summary.two-view-buttons {
  width: 44%;
  margin: 0px 0% 0 4% !important;
}
.sidebar .viewerMenu .outage-view-select .select-view .select-summary.selected-view {
  color: #1a2942;
  background-color: white;
}
.sidebar .viewerMenu .outage-sort-select {
  width: 100%;
  height: 30px;
}
.sidebar .viewerMenu .outage-sort-select .select-sort {
  width: 90%;
  height: 30px;
  margin: 0 auto;
}
.sidebar .viewerMenu .outage-sort-select .select-sort .middle-sort-selection {
  margin: 0px 5% 0 5%;
}
.sidebar .viewerMenu .outage-sort-select .select-sort .sort-selection {
  float: left;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 30%;
  color: white;
  background-color: #1a2942;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
}
.sidebar .viewerMenu .outage-sort-select .select-sort .sort-selection.selected-sort {
  color: #1a2942;
  background-color: white;
}
.sidebar .viewerMenu .outage-sort-select .select-sort .sort-selection.two-options-left {
  margin-right: 5%;
  width: 45%;
}
.sidebar .viewerMenu .outage-sort-select .select-sort .sort-selection.two-options-right {
  margin-left: 5%;
  width: 45%;
}
.sidebar .viewerMenu .outage-summary {
  width: 100%;
  text-align: center;
  height: calc(85vh - 30px - 90px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 550px) {
  .sidebar .viewerMenu .outage-summary {
    height: calc(70vh - 30px - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .viewerMenu .outage-summary.outageSelected {
    height: calc(60vh - 30px - 90px);
  }
}
.sidebar .viewerMenu .outage-summary p {
  margin-bottom: 3px;
  margin-top: 0px;
}
.sidebar .viewerMenu .outage-summary h5 {
  font-size: 12px;
  margin: 0px;
}
.sidebar .viewerMenu .outage-summary .outage-summary-data {
  height: 85px;
}
.sidebar .viewerMenu .outage-summary .summary-graph {
  width: 96%;
  height: 200px;
  padding-left: 2%;
  position: relative;
}
.sidebar .viewerMenu .outage-summary .summary-item {
  width: 25%;
  height: 35px;
  float: left;
}
.sidebar .viewerMenu .outage-summary .summary-item h5 {
  width: 100%;
  margin: 0 auto;
  float: none;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.sidebar .viewerMenu .outage-summary .summary-item p {
  margin: 0 auto;
  float: none;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
}
.sidebar .viewerMenu .outage-summary #lastUpdatedTime {
  width: 100%;
  margin: auto;
  text-align: center;
  color: #c8c8c8;
}
.sidebar .viewerMenu .outage-summary #totalOutages {
  width: 100%;
  margin: auto;
  text-align: center;
  color: white;
}
.sidebar .viewerMenu #list-separator {
  width: calc(100% - 20px);
  color: white;
  float: left;
  margin-left: 10px;
  margin-right: 0px;
}
.sidebar .viewerMenu .outage-list,
.sidebar .viewerMenu .boundary-list {
  width: 100%;
  height: calc(85vh - (30px * 2) - 90px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
}
@media all and (max-width: 550px) {
  .sidebar .viewerMenu .outage-list,
  .sidebar .viewerMenu .boundary-list {
    height: calc(70vh - (30px * 2) - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .viewerMenu .outage-list.outageSelected,
  .sidebar .viewerMenu .boundary-list.outageSelected {
    height: calc(60vh - (30px * 2) - 90px);
  }
}
.sidebar .viewerMenu .outage-list hr,
.sidebar .viewerMenu .boundary-list hr {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar.open {
  bottom: 0 !important;
}
.sidebar .layer-control {
  height: calc(85vh - 90px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 550px) {
  .sidebar .layer-control {
    height: calc(70vh - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .layer-control.locationSelected {
    height: calc(60vh - 90px);
  }
}
.sidebar .layer-control .layer-section-buttons {
  width: 100%;
  height: 70px;
  padding: 0 3% 0 3%;
}
.sidebar .layer-control .layer-section-buttons .layer-button {
  width: 29%;
  height: 50px;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 10px 10px 10px 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.sidebar .layer-control .layer-section-buttons .layer-button.selected {
  box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.33);
}
.sidebar .layer-control .layer-section-buttons .layer-button.trafficLayer {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
.sidebar .layer-control .layer-section-buttons .layer-button.world-imagery {
  background-image: url(/images/world-imagery.png);
}
.sidebar .layer-control .layer-section-buttons .layer-button.natgeo-world-map {
  background-image: url(/images/natgeo-world-map.png);
}
.sidebar .layer-control .layer-section-buttons .layer-button.world-dark-gray-canvas {
  background-image: url(/images/world-dark-gray-canvas.png);
}
.sidebar .layer-control .layer-section-buttons .layer-button.no-weather {
  font-size: 24px;
  text-align: center;
  line-height: 24px;
}
.sidebar .layer-control .layer-section-buttons .layer-button.rain-viewer-weather {
  background-image: url(/images/RainViewer3.png);
}
.sidebar .layer-control .layer-section-buttons .layer-button.wdt-weather {
  background-image: url(/images/WDT.png);
}
.sidebar .layer-control .layer-section-buttons .layer-button.two-wide {
  margin-left: 10%;
  margin-right: 10%;
}
.sidebar .weather-tab {
  height: calc(85vh - 90px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 550px) {
  .sidebar .weather-tab {
    height: calc(70vh - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .weather-tab.locationSelected {
    height: calc(60vh - 90px);
  }
}
.sidebar .weather-tab .weather-location .weather-left-side {
  width: 40%;
  height: 155px;
  float: left;
}
.sidebar .weather-tab .weather-location .weather-left-side .icon {
  width: 130px;
  height: 130px;
  left: 30%;
  position: relative;
  background-size: cover;
  background-image: url(/images/clear-day.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.clear-day {
  background-image: url(/images/clear-day.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.clear-night {
  background-image: url(/images/clear-night.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.rain {
  background-image: url(/images/rain.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.snow {
  background-image: url(/images/snow.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.sleet {
  background-image: url(/images/hail.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.hail {
  background-image: url(/images/hail.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.wind {
  background-image: url(/images/clear-day.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.fog {
  background-image: url(/images/cloudy.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.cloudy {
  background-image: url(/images/cloudy.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.partly-cloudy-day {
  background-image: url(/images/partly-cloudy-day.png);
}
.sidebar .weather-tab .weather-location .weather-left-side .icon.partly-cloudy-night {
  background-image: url(/images/partly-cloudy-night.png);
}
.sidebar .weather-tab .weather-location .weather-right-side {
  width: 60%;
  height: 155px;
  float: left;
}
.sidebar .weather-tab .weather-location .weather-right-side .temperature {
  text-align: center;
  font-size: 42px;
}
.sidebar .weather-tab .weather-location .weather-right-side .status {
  text-align: center;
}
.sidebar .weather-tab .weather-location .weather-right-side .feels-like {
  width: 100%;
}
.sidebar .weather-tab .weather-location .weather-right-side .feels-like .feels-like-text {
  text-align: center;
  margin: 0;
}
.sidebar .weather-tab .weather-location .weather-right-side .feels-like .feels-like-text .value {
  font-size: 24px;
  margin: 5px;
}
.sidebar .weather-tab .weather-location .weather-right-side .high-low .high-low-text {
  text-align: center;
  margin: 0;
}
.sidebar .weather-tab .weather-location .weather-right-side .high-low .high-low-text .value {
  font-size: 24px;
  margin: 5px;
}
.sidebar .weather-tab .weather-location .future-weather .future-status {
  text-align: center;
}
.sidebar .weather-tab .weather-location .future-weather .weather-graph {
  width: 75%;
  position: relative;
  float: left;
}
.sidebar .weather-tab .weather-location .future-weather .graph-buttons {
  width: 25%;
  float: left;
  margin-top: 29px;
}
.sidebar .weather-tab .weather-location .future-weather .graph-buttons .graph-button {
  cursor: pointer;
  color: #c8c8c8;
  text-align: center;
}
.sidebar .weather-tab .weather-location .future-weather .graph-buttons .graph-button.selected {
  color: white;
}
.sidebar .weather-tab .weather-location .future-weather .graph-buttons .graph-button:hover {
  color: white;
}
.sidebar .report-panel #loginButton {
  height: 28px;
  background-color: #cfd3da;
  color: #324d78;
  padding: 0px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 25px 25px 25px 25px;
  transition: all 0.5s;
}
.sidebar .report-panel #loginButton:hover {
  background-color: white;
}
.sidebar .report-panel #logoutButton {
  height: 28px;
  width: 30%;
  background-color: #cfd3da;
  color: #324d78;
  padding: 0px;
  font-weight: 700;
  font-size: 20px;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.5s;
}
.sidebar .report-panel #logoutButton:hover {
  background-color: white;
}
.sidebar .report-panel .username {
  margin-right: 10px;
  width: calc(70% - 10px);
  height: 28px;
  line-height: 28px;
  background-color: #cfd3da;
  color: #324d78;
  padding: 0px;
  font-weight: 700;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.5s;
  float: left;
}
.sidebar .report-panel .user-summary {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar .report-panel .user-summary hr {
  color: white;
  float: left;
}
.sidebar .report-panel .user-locations-list {
  width: 100%;
  height: calc(85vh - 40px - 90px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
}
@media all and (max-width: 550px) {
  .sidebar .report-panel .user-locations-list {
    height: calc(70vh - 40px - 90px);
  }
}
@media all and (max-width: 550px) and (min-height: 320px) {
  .sidebar .report-panel .user-locations-list.locationSelected {
    height: calc(60vh - 40px - 90px);
  }
}
.sidebar .report-panel .user-locations-list hr {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar .report-panel .user-locations-list .user-location-item .selectedLocation {
  background-color: #192539;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info {
  width: calc(100% - 105px);
  float: left;
  margin-top: 4px;
  height: 58px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info h3 {
  text-align: center;
  margin: 0;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info h5 {
  text-align: center;
  margin: 0;
  font-size: 13px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info .smaller {
  font-size: 75%;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info .user-meter {
  float: left;
  width: calc(50% - 4px);
  margin-right: 4px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info .user-meter h3 {
  font-size: 16px;
  text-align: right;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info .user-servLoc {
  float: left;
  width: calc(50% - 4px);
  margin-left: 4px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .user-info .user-servLoc h3 {
  text-align: left;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .report-status-text {
  font-size: 8px;
  position: relative;
  top: -10px;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .report-status {
  width: 50px;
  height: 50px;
  top: 9px;
  left: 5px;
  cursor: pointer;
  float: left;
  position: relative;
  background-image: url(/images/LightBulb.png);
  background-size: contain;
}
.sidebar .report-panel .user-locations-list .user-location-item .user-location .powerOn {
  width: 50px;
  height: 50px;
  top: 9px;
  left: 5px;
  float: left;
  position: relative;
  background-image: url(/images/LightBulbGlow.png);
  background-size: contain;
}
.sidebar .sidebar-menu {
  position: relative;
  z-index: 1002;
  width: 400px;
  height: 90px;
}
@media all and (max-width: 550px) {
  .sidebar .sidebar-menu {
    left: 0;
    width: 100vw;
  }
}
.sidebar .sidebar-menu a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3rem;
  display: block;
  width: 100%;
  color: white;
  text-align: center;
}
.sidebar .sidebar-menu a:hover {
  text-decoration: none;
  color: #EDEDED;
}
.sidebar .sidebar-menu .menu-buttons {
  width: 264px;
  margin: 0 auto;
}
.sidebar .sidebar-menu .menu-buttons.loginNotActive {
  width: 192px;
}
.sidebar .sidebar-menu .sidebar-selection-item {
  position: relative;
  float: left;
  height: 50px;
  cursor: pointer;
  width: 50px;
  background-image: url(/images/Bars.png);
  background-size: contain;
}
.sidebar .sidebar-menu .sidebar-selection-item.outage-data-select {
  background-image: url(/images/Bars.png);
}
.sidebar .sidebar-menu .sidebar-selection-item.layer-select {
  background-image: url(/images/Map.png);
}
.sidebar .sidebar-menu .sidebar-selection-item.weather-select {
  background-image: url(/images/Weather.png);
}
.sidebar .sidebar-menu .sidebar-selection-item.user-select {
  background-image: url(/images/my_profile_ico.png);
}
.sidebar .sidebar-menu .vertical-bar {
  height: 50px;
  width: 1px;
  float: left;
  position: relative;
  background-color: white;
  margin: 0 10px 0 10px;
}
.sidebar .sidebar-menu .open-menu {
  height: 25px;
  width: 100%;
}
.sidebar .sidebar-menu .sidebarSelect {
  position: absolute;
  left: calc((400px - (400px / 4)) / 2);
  width: calc(400px / 4);
  height: 5px;
  top: 10px;
  cursor: pointer;
  background: white;
}
@media all and (max-width: 550px) {
  .sidebar .sidebar-menu .sidebarSelect {
    width: calc(100vw / 4);
    left: calc((100vw - (100vw / 4)) / 2);
  }
}
.sidebar .username {
  text-align: center;
}
/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.animationIf.ng-enter,
.animationIf.ng-leave.ng-leave-active {
  opacity: 0;
}
.animationIf.ng-leave,
.animationIf.ng-enter.ng-enter-active {
  opacity: 1;
}
.boundary-item h5 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
}
.boundary-item h1 {
  color: #ffffff;
}
.boundary-item p {
  text-align: center;
  margin-bottom: 0px;
}
.boundary-item .selectedBounds {
  background-color: #192539;
}
.boundary-item .boundary-item:after {
  content: "";
  display: block;
  clear: both;
}
.boundary-item .boundary-item {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  min-height: 74px;
}
.boundary-item .boundary-name {
  position: relative;
}
.boundary-item .boundary-name h3 {
  height: 10px;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.boundary-item .outage-hexagon {
  position: relative;
  float: left;
  top: -10px;
  width: 50px;
  height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
}
.boundary-item .boundary-data-item {
  width: calc(50% - 50px);
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  top: 0px !important;
  position: relative;
  float: left;
}
.boundary-item .boundary-data-item h5 {
  position: relative;
  top: 8px;
  font-size: 10px;
  margin-bottom: 5px;
}
.boundary-item .restored {
  position: relative;
  float: left;
  width: 50px;
  top: -7px;
}
.boundary-item .restored p {
  position: relative;
  height: 0;
  line-height: 45px;
  font-size: 52px;
  margin: 0 0 0 0;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.boundary-item .restored h5 {
  position: relative;
  font-size: 10px;
  top: 43px;
}
.outage-item h5 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
}
.outage-item h1 {
  color: #ffffff;
}
.outage-item p {
  text-align: center;
  margin-bottom: 0px;
}
.outage-item .selectedOutage {
  background-color: #192539;
}
.outage-item .outage-item:after {
  content: "";
  display: block;
  clear: both;
}
.outage-item .outage-item {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  min-height: 74px;
}
.outage-item .outage-status {
  position: relative;
}
.outage-item .outage-status h3 {
  height: 10px;
  font-size: 18px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.outage-item .outage-hexagon {
  position: relative;
  float: left;
  top: -10px;
  width: 50px;
  height: 60px;
  -webkit-transform: translate3d(0, 0, 0);
}
.outage-item .priorityDiv:after {
  content: "";
  display: block;
  clear: both;
}
.outage-item .expandedOutageData {
  transition: all 0.3s !important;
  overflow: hidden;
  max-height: 0;
}
.outage-item .expandedOutageData.shown {
  max-height: 400px;
}
.outage-item .outage-option {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  float: left;
  top: -8px;
}
.outage-item .outage-option.priority {
  width: calc(50% - 50px);
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  top: 0px !important;
}
.outage-item .outage-option h5 {
  position: relative;
  top: 8px;
  font-size: 10px;
  margin-bottom: 5px;
}
.outage-item .restored {
  position: relative;
  float: left;
  width: 50px;
  top: -7px;
}
.outage-item .restored p {
  position: relative;
  height: 0;
  line-height: 45px;
  font-size: 52px;
  margin: 0 0 0 0;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.outage-item .restored h5 {
  position: relative;
  font-size: 10px;
  top: 43px;
}
table {
  background-color: #cccccc;
}
table thead {
  color: black;
  background-color: white;
}
table tbody tr {
  color: black;
}
table tbody tr:hover {
  background-color: #9bb7cf;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #6fa7d8;
}
.table-striped > tbody > tr:nth-child(odd):hover {
  background-color: #9bb7cf;
}
#service-area-list button {
  background-color: #cccccc;
  color: black;
}
#service-area-list button:hover {
  background-color: #9bb7cf;
}
.modal-content {
  background-color: #324d78;
  border-radius: 25px 25px 25px 25px;
}
.modal-dialog {
  max-width: 450px;
}
.report-form {
  background-color: #324d78;
  border-radius: 25px 25px 25px 25px;
}
.report-form p {
  color: white;
  font-size: 18px;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.report-form .question {
  margin-bottom: 15px;
}
.report-form .call-back-div {
  margin-bottom: 15px;
}
.report-form .call-back-div .call-back {
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
.report-form .btn-report-outage {
  background-color: #d3d9e2;
  color: #324d78;
  font-weight: 400;
  font-size: 18px;
  padding: 0px;
  border-radius: 25px 25px 25px 25px;
}
.report-form .btn-report-outage:hover {
  background-color: white;
}
.body-content {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-image: url(/images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}
.body-content .row {
  width: 50%;
  margin: auto;
}
.body-content .auth {
  width: 100%;
}
.body-content .text-info {
  color: #0283ff;
}
.body-content hr {
  margin-bottom: 10px;
}
.body-content .form-control {
  min-width: 140px;
}
.body-content .meter label {
  float: left;
  width: 100%;
  text-align: left;
}
.body-content .account label {
  float: left;
  width: 100%;
  text-align: left;
}
.body-content #submit {
  margin-top: 15px;
  float: right;
}

.outage {
  width: 36px !important;
  height: 36px !important;
  margin: -13px 0px 0px -13px;
  background-image: url(/images/HexagonRed.svg);
  background-size: contain;
  position: relative;
  color: #c8c8c8;
  top: 0px !important;
}
.outage.outage-selected {
  visibility: visible;
  color: #ffffff;
}
.outage:hover {
  color: #ffffff;
}
.outage.restored,
.outage.blue {
  visibility: hidden;
  background-image: url(/images/HexagonBlue.svg);
}
.outage.restored.user-outage,
.outage.blue.user-outage {
  background-image: url(/images/HexagonUserBlue.svg);
}
.outage.restored.outage-selected,
.outage.blue.outage-selected {
  visibility: visible;
}
.outage.restored.restored-legend,
.outage.blue.restored-legend {
  visibility: visible;
}
.outage.predicted,
.outage.orange {
  background-image: url(/images/HexagonOrange.svg);
}
.outage.predicted.user-outage,
.outage.orange.user-outage {
  background-image: url(/images/HexagonUserOrange.svg);
}
.outage.verified,
.outage.red {
  background-image: url(/images/HexagonRed.svg);
}
.outage.verified.user-outage,
.outage.red.user-outage {
  background-image: url(/images/HexagonUserRed.svg);
}
.outage .crew-assigned {
  background-image: url(/images/crew.png);
  width: 32px;
  height: 32px;
  position: absolute;
  left: 2px;
  top: 4px;
  background-size: contain;
}
.outage.user-outage .crew-assigned {
  width: 28px;
  height: 28px;
  left: 4px;
  top: 5px;
}
.outage.permanent-user-outage .crew-assigned {
  width: 28px;
  height: 28px;
  left: 4px;
  top: 5px;
}
.outage.legend-color {
  background-image: url(/images/HexagonLegend.svg);
}
.outage.legend-color.permanent-user-outage {
  background-image: url(/images/HexagonUserLegend.svg);
}
.outage .numout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
  text-align: center;
}
.outage .numout h1 {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 36px;
}
.cluster {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  margin: -22px 0px 0px -22px;
  background-image: url(/images/HexagonRed.svg);
  background-size: contain;
  position: relative;
  color: #c8c8c8;
  top: 0px !important;
}
.cluster.outage-selected {
  visibility: visible;
  color: #ffffff;
}
.cluster:hover {
  color: #ffffff;
}
.cluster.sidebar-cluster {
  margin: -3px 0px;
  visibility: visible !important;
  float: left;
}
.cluster.restored,
.cluster.blue {
  background-image: url(/images/HexagonBlue.svg);
  visibility: hidden;
}
.cluster.restored.user-outage,
.cluster.blue.user-outage {
  background-image: url(/images/HexagonUserBlue.svg);
}
.cluster.restored.permanent-user-outage,
.cluster.blue.permanent-user-outage {
  background-image: url(/images/HexagonUserBlue.svg);
}
.cluster.restored.outage-selected,
.cluster.blue.outage-selected {
  visibility: visible;
}
.cluster.restored.restored-legend,
.cluster.blue.restored-legend {
  visibility: visible;
}
.cluster.predicted,
.cluster.orange {
  background-image: url(/images/HexagonOrange.svg);
}
.cluster.predicted.user-outage,
.cluster.orange.user-outage {
  background-image: url(/images/HexagonUserOrange.svg);
}
.cluster.predicted.permanent-user-outage,
.cluster.orange.permanent-user-outage {
  background-image: url(/images/HexagonUserOrange.svg);
}
.cluster.verified,
.cluster.red {
  background-image: url(/images/HexagonRed.svg);
}
.cluster.verified.user-outage,
.cluster.red.user-outage {
  background-image: url(/images/HexagonUserRed.svg);
}
.cluster.verified.permanent-user-outage,
.cluster.red.permanent-user-outage {
  background-image: url(/images/HexagonUserRed.svg);
}
.cluster.user-outage .crew-assigned {
  width: 40px;
  height: 40px;
  left: 5px;
  top: 6px;
}
.cluster.permanent-user-outage .crew-assigned {
  width: 40px;
  height: 40px;
  left: 5px;
  top: 6px;
}
.cluster .crew-assigned {
  background-image: url(/images/crew.png);
  width: 46px;
  height: 46px;
  position: absolute;
  left: 2px;
  top: 4px;
  background-size: contain;
}
.cluster .numout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2000;
  text-align: center;
}
.cluster .numout h1 {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 50px;
}

