.x-body {
    font-family: Inter !important;
}

.x-panel-header-title-default, .x-window-header-title-default {
    font-family: Inter !important;
    font-weight: 800 !important;
    font-size: 15px !important;
}

.x-column-header {
    font-family: Inter !important;
    font-weight: 700 !important;
}

.x-boundlist-item, .x-form-item-label-default, .x-fieldset-header-text, .x-btn-inner-default-small, .x-grid-item, .x-btn-inner-default {

}

.x-panel-header-default {
    background-image: none;
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}

.x-window-header-default-top {
    background-color: #4285f4 !important;
    border-color: #4285f4 !important;
}

.x-window-default {
    border-style: unset !important;
    border-radius: 8px !important;
}

.x-btn-default-toolbar-small, .x-btn-default-small {
    border-radius: 8px !important;
}

.x-btn-icon-el-default-toolbar-small, .x-menu-item-icon-default {
    color: #4285f4 !important;
}

.x-window-default, .x-window-header-default .x-tool-img {
    border-color: #4285f4 !important;
}

.view-color-green {
    background-color: rgba(52, 168, 83, 0.5);
}
.view-color-yellow {
    background-color: rgba(251, 188, 5, 0.5);
}

.view-color-red {
    background-color: rgba(234, 67, 53, 0.5);
}

.view-item-disabled {
    opacity: 0.5;
}

.toolbar-header-style {
    background-color: #4285f4 !important;
}

body.x-border-layout-ct, div.x-border-layout-ct {
    background-color: #bbbbbb !important;
}

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: x-small;
}

#spinner2:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border-top: 6px solid #5fa2dd;
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner2 {
    to {
        transform: rotate(360deg);
    }
}

.ball {
    width: 22px;
    height: 22px;
    border-radius: 11px;
    margin: 0 10px;

    animation: 2s bounce ease infinite;
  }

  .blue {
    background-color: #4285F5;
  }

  .red {
    background-color: #EA4436;
    animation-delay: .25s;
  }

  .yellow {
    background-color: #FBBD06;
    animation-delay: .5s;
  }

  .green {
    background-color: #34A952;
    animation-delay: .75s;
  }

  @keyframes bounce {
      50% {
          transform: translateY(25px);
      }
  }

.ol-search ul {
    color: #333;
    font-size:0.85em;
    max-width: 21em;
}
.ol-search ul i {
    display: block;
    color: #333;
    font-size:0.85em;
}
.info {
    display: inline-block;
    width: 100%;
}

.info a img {
    height: 100px;
    margin-right: .5em;
    float: left;
}

.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale$

