/* The filter buttons */
  .distributor-filter-box {
    cursor: pointer;
    padding: 20px;
    border: none;
    background: #fff;
    line-height: 11px;
    font-size: 10px;
    font-weight: 700;
    font-size: 14px;
    width: auto;
    background: #fff;
    border-radius: 3px
  }
  .distributor-filter-box:hover,
  .distributor-filter-box:active,
  .distributor-filter-box:focus {
    text-decoration: none;
    background: #fff
  }

.distributor-filter-box {
  opacity: .3
}

/* These markers and style of them will be setted on special distributors by hitting a filter. */
  #distributor-filter-h {
    border: 3px solid #005f9a;
    color: #fff;
    background-color: #005f9a
  }

  #distributor-filter-ph {
    border: 3px solid #ffbc20;
    color: #fff;
    background-color: #ffbc20
  }

  #distributor-filter-gh {
    border: 3px solid #d55832;
    color: #fff;
    background-color: #d55832
  }

/* Distributors will get fitlered out from list when on e of the filters are setted */
  .filtered {
    display: none
  }

/* Country dropdown */
  #select_distr_country_wrapper {
    display: inline-block;
    margin: 5px
  }

  #select_distr_country_wrapper label {
    visibility: hidden
  }

/* The openlayer map itself */
  #map {
    display: block;
    width: 100%;
    height: 400px
  }

/* The loader before the map appears. */
  .map-loader{
    position: absolute;
    font-size: 70px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    color: #008ed0;
    -webkit-text-fill-color: #008ed0;
    transition: all .2s ease
  }

  .map-loader-hidden{
    opacity: 0
  }

/* hr line between contact data and address of distributor */
  .address-hr{
    float: left;
    border-top: 1px solid #ddd;
    width: 400px;
    margin: 10px 0px
  }
