#map {
  width: 100%;
  min-height: 500px;
  height: 500px; }

.ol-zoom {
  right: 10px;
  bottom: 10px; }
  .ol-zoom button {
    display: block;
    margin-top: 3px; }

.ol-full-screen {
  right: 10px;
  top: 10px; }

.ol-full-screen,
.ol-zoom {
  position: absolute; }
  .ol-full-screen button,
  .ol-zoom button {
    border-radius: 5px;
    border: none;
    color: #4d4d4d;
    background-color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer; }

ov-loader {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 40%; }

.dimmerBackground {
  opacity: 0.2; }

.removeDimmer {
  opacity: 1; }

.htmlMarker,
.unitMarker,
.parkMarker {
  min-width: 80px;
  min-height: 43px;
  border-radius: 4px;
  background-color: rgba(66, 66, 66, 0.8);
  text-align: center;
  z-index: 999;
  cursor: pointer; }
  .theme-dark .htmlMarker, .theme-dark
  .unitMarker, .theme-dark
  .parkMarker {
    color: #ffffff; }
  .theme-light .htmlMarker, .theme-light
  .unitMarker, .theme-light
  .parkMarker {
    color: #555555; }
  .htmlMarker .icon-stack,
  .unitMarker .icon-stack,
  .parkMarker .icon-stack {
    font-size: 30px;
    display: inline-block;
    transform: translateY(-10px);
    margin-left: -40px; }
    .htmlMarker .icon-stack .icon-parkbg,
    .unitMarker .icon-stack .icon-parkbg,
    .parkMarker .icon-stack .icon-parkbg {
      color: #999;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); }
      .theme-dark .htmlMarker .icon-stack .icon-parkbg.unit, .theme-dark
      .unitMarker .icon-stack .icon-parkbg.unit, .theme-dark
      .parkMarker .icon-stack .icon-parkbg.unit {
        color: #ffffff; }
      .theme-light .htmlMarker .icon-stack .icon-parkbg.unit, .theme-light
      .unitMarker .icon-stack .icon-parkbg.unit, .theme-light
      .parkMarker .icon-stack .icon-parkbg.unit {
        color: #555555; }
    .htmlMarker .icon-stack .unitshiftup,
    .unitMarker .icon-stack .unitshiftup,
    .parkMarker .icon-stack .unitshiftup {
      transform: translateY(-10px); }
    .htmlMarker .icon-stack .parkshiftup,
    .unitMarker .icon-stack .parkshiftup,
    .parkMarker .icon-stack .parkshiftup {
      transform: translateY(-3px); }
    .htmlMarker .icon-stack .state,
    .unitMarker .icon-stack .state,
    .parkMarker .icon-stack .state {
      font-size: 21px;
      transform: translate(6px, 7px);
      text-shadow: none;
      background-color: transparent !important; }
      .theme-dark .htmlMarker .icon-stack .state.ok, .theme-dark
      .unitMarker .icon-stack .state.ok, .theme-dark
      .parkMarker .icon-stack .state.ok {
        color: #309F39; }
      .theme-light .htmlMarker .icon-stack .state.ok, .theme-light
      .unitMarker .icon-stack .state.ok, .theme-light
      .parkMarker .icon-stack .state.ok {
        color: #00C90F; }
      .theme-dark .htmlMarker .icon-stack .state.comm, .theme-dark
      .unitMarker .icon-stack .state.comm, .theme-dark
      .parkMarker .icon-stack .state.comm {
        color: #999; }
      .theme-light .htmlMarker .icon-stack .state.comm, .theme-light
      .unitMarker .icon-stack .state.comm, .theme-light
      .parkMarker .icon-stack .state.comm {
        color: #999; }
      .theme-dark .htmlMarker .icon-stack .state.warning, .theme-dark
      .unitMarker .icon-stack .state.warning, .theme-dark
      .parkMarker .icon-stack .state.warning {
        color: #E8AE31; }
      .theme-light .htmlMarker .icon-stack .state.warning, .theme-light
      .unitMarker .icon-stack .state.warning, .theme-light
      .parkMarker .icon-stack .state.warning {
        color: #E8AE31; }
      .theme-dark .htmlMarker .icon-stack .state.alarm, .theme-dark
      .unitMarker .icon-stack .state.alarm, .theme-dark
      .parkMarker .icon-stack .state.alarm {
        color: #D52E2B; }
      .theme-light .htmlMarker .icon-stack .state.alarm, .theme-light
      .unitMarker .icon-stack .state.alarm, .theme-light
      .parkMarker .icon-stack .state.alarm {
        color: #D52E2B; }
      .theme-dark .htmlMarker .icon-stack .state.service, .theme-dark
      .unitMarker .icon-stack .state.service, .theme-dark
      .parkMarker .icon-stack .state.service {
        color: #008ACE; }
      .theme-light .htmlMarker .icon-stack .state.service, .theme-light
      .unitMarker .icon-stack .state.service, .theme-light
      .parkMarker .icon-stack .state.service {
        color: #20BECE; }

.overlay {
  text-align: center;
  width: 410px;
  border-radius: 10px;
  background-color: #4d4d4d;
  color: #fff;
  position: absolute;
  /*transform: translateX(-50%);*/
  /*margin-left: -160px;*/
  margin-top: 15px;
  z-index: 1000; }
  .overlay .closeUnit {
    font-size: 13px;
    display: block;
    transform: translate(-15px, 4px); }
  .overlay .gotoUnit {
    font-size: 15px;
    display: block;
    transform: translate(10px, 2px); }
  .overlay.unit .closeUnit {
    transform: translate(-35px, 4px); }
  .overlay.unit .status {
    font-size: 36px;
    line-height: 50px;
    width: 70px;
    margin: auto;
    display: block; }
    .overlay.unit .status .icon-cirk_bg {
      left: -10px;
      top: -1px; }
  .theme-dark .overlay .disabled {
    color: #666666 !important; }
  .theme-light .overlay .disabled {
    color: #666666 !important; }
  .overlay h2 {
    padding: 5px 0 10px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ddd; }
    .overlay h2:hover {
      color: #ddd; }
  .overlay .data i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle; }
  .overlay .headerrow {
    cursor: pointer;
    border-bottom: 1px solid #666; }
    .overlay .headerrow img {
      /*position: absolute;
            right: 10px;*/
      margin-top: 7px;
      vertical-align: middle;
      height: 16px;
      margin-right: 10px; }
  .overlay .unitfooter {
    border-top: 1px solid #666; }
    .overlay .unitfooter h2 {
      border-bottom: none; }
  .overlay .notification {
    position: relative;
    width: 50px;
    font-size: 20px;
    transform: translate(-20px, -10px);
    display: inline-block; }
    .overlay .notification .label-count {
      top: 0;
      right: 3px;
      transform: translateX(15px); }
  .overlay.unit {
    width: 630px;
    margin-left: -275px; }
    .overlay.unit h2 {
      margin: 0px; }
  .overlay .parkaction {
    text-align: left;
    white-space: nowrap; }
    .overlay .parkaction p {
      cursor: pointer; }
      .overlay .parkaction p:hover {
        color: #ddd; }
  .overlay .data {
    font-size: 14px;
    padding: 25px 0 10px 0;
    text-align: left;
    white-space: nowrap; }
    .overlay .data p {
      cursor: pointer; }
      .overlay .data p:hover {
        color: #ddd; }
    .overlay .data div {
      padding: 3px 25px; }
    .overlay .data img {
      vertical-align: middle;
      height: 18px;
      margin-right: 10px; }
  .overlay .sidebar {
    background-color: #424242;
    padding: 20px 15px 10px 30px !important; }

.mapportfolio {
  padding-top: 5px;
  margin-top: 8px;
  border-bottom: 1px solid #666; }
  .mapportfolio h3 {
    font-size: 18px; }
  .mapportfolio p {
    font-size: 12px; }

.htmlMarker .types,
.unitMarker .types,
.parkMarker .types {
  margin-top: -27px; }

.htmlMarker .bar,
.unitMarker .bar,
.parkMarker .bar {
  margin: 20px auto 4px auto;
  border-radius: 2px;
  width: 40px;
  height: 8px;
  text-align: left;
  background-color: #666;
  display: block; }

.theme-light .htmlMarker .bar,
.theme-light .unitMarker .bar,
.theme-light .parkMarker .bar {
  background-color: #999; }

.htmlMarker h2,
.unitMarker h2,
.parkMarker h2 {
  margin: 0 8px 8px 8px;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  color: #ddd; }

.htmlMarker .bar > div,
.unitMarker .bar > div,
.parkMarker .bar > div {
  background-color: orange;
  height: 100%;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  width: 30px; }

#mapdrilloverlay {
  display: block;
  opacity: 0;
  border-radius: 10px;
  /*position:absolute; */
  top: 0px;
  left: -9999px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: opacity 0.8s; }
  .theme-dark #mapdrilloverlay {
    background-color: #3d3d3d; }
  .theme-light #mapdrilloverlay {
    background-color: #ffffff; }
  #mapdrilloverlay.shown {
    opacity: 1; }
