 /* body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

html, body {
  height: 100%;
  width: 100%;
} */

#sidebar {
    width: 20%;
    float: left;
    height: 100%;
    padding-top: 25px;
    background-color: #748CCA;
  }

  #map {
    position: absolute;
    height: 100%;
    width: 80%;
    margin-left: 20%;
  }

  .leaflet-touch .leaflet-control-layers-toggle {
    width: 30px;
    height: 30px;
  }

  div#current-location-text {
    display: none;
    position: absolute;
    padding: 3px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 2000;
    top: 10px;
    background-color: #1e4da5ed;
    margin-left: 50%;
    color: #FFFFFF;
    border-radius: 4px;
  }

  div#current-location-text h4 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }

  button#copyCoordinatesButton {
    cursor: pointer;
    background-color: #99bcff;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    margin: 10px;
  }

  button#copyCoordinatesButton:hover {
    cursor: pointer;
    background-color: #FFFFFF;
    color: #99bcff;
    border-radius: 4px;
    border: none;
    margin: 10px;
  }

  input#current-location-coordinates {
    margin-left: 28px;
    width: 168px;
    border: none;
    background-color: #FFFFFF;
    text-align: center;
    outline-style: none;
    color: #1e4da5ed;
    border-radius: 4px;
  }

  span#filters {
    padding: 15px;
    /* background-color: #99bcff; */
    /* background-color: #1e4da5ed; */
    /* color: #FFFFFF; */
    font-weight: bold;
    font-size: larger;
    color: #FFFFFF;
  }

  span.fa-map {
    display: none;
  }

  div#checkbox-filter-type,
  div#checkbox-filter-zipcode {
    border: 1px solid #99bcff;
    background-color: #FFFFFF;
    padding-left: 15px;
    border-radius: 4px;
  }

  div#checkbox-filter-type {
    margin-top: 20px
  }

  div.type-div,
  div.is-working-div {
    margin: 0;
    height: 23px;
  }

  div.filter-name {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: underline;
  }

  div#checkbox-filter-type label,
  div#checkbox-filter-zipcode label {
    font-weight: normal;
    font-size: 15px;
    padding-left: 5px;
  }

  img.sidebar-icons {
    width: 25px;
    height: 25px;
    margin-right: 21px;
    float: right;
  }

  .fa {
    margin-top: 5px;
    font-size: 18px;
  }

  .marker-icon,
  .marker-text {
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px;
  }

  .marker-icon {
    border-color: aquamarine;
    border-width: 120px;
    margin-top: 2px;
  }

  .marker-text {
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
  }

  .leaflet-container a.leaflet-popup-close-button {
    display: none;
  }

  .leaflet-popup-content-wrapper {
    width: 320px;
    color: #ffffff;
    border: 2px solid #1e4da5;
    background-color: #99bcff;
    height: 25%;
  }

  .leaflet-popup-content img {
    width: 100%;
    max-width: 300px;
    height: 75%;
    border-width: 5px;
    border-color: #617c58;
  }

  .leaflet-popup-tip {
    background-color: #1e4da5;
  }

  div p.popup-title {
    display: inline-block;
    margin-bottom: 0;
    background-color: #1e4da5;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    margin-top: 1px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
	color: #FFFFFF;
  }

  div p.map-items {
    display: inline-block;
    background-color: #1e4da5;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    margin-top: 8px;
    border-radius: 4px;
  }

  div.direction {
    padding-top: 10px;
    margin-left: 29%;
    margin-top: 10px;
    height: 20px;
    padding-bottom: 35px;
  }

  div.direction a {
    padding: 10px;
    font-size: 16px;
    width: 60%;
    height: 70px;
    background-color: #1e4da5;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    text-decoration: none;
  }

  div.location {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #3b3b3a;
  }

  img.cluster-image {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #712e7f;
    margin-bottom: -15px;
  }

  div.markers-length {
    font-family: "Roboto", sans-serif;
    margin-left: 34px;
    border: 1px solid #712e7f;
    border-radius: 30px;
    background-color: #712e7f;
    width: 30px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    z-index: 2001;
  }

  @media screen and (max-width: 1650px) {

    div.type-div,
    div.is-working-div {
      margin: 0;
      height: 18px;
    }

    div.filter-name {
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px;
      text-decoration: underline;
    }

    div#checkbox-filter-type label,
    div#checkbox-filter-zipcode label {
      font-weight: normal;
      font-size: 15px;
      padding-left: 5px;
    }

    img.sidebar-icons {
      width: 20px;
      height: 20px;
      margin-right: 21px;
      float: right;
    }
  }

  @media screen and (max-width: 1130px) {

    div.type-div,
    div.is-working-div {
      margin: 0;
      height: 12px;
    }

    div.filter-name {
      font-weight: bold;
      padding-top: 10px;
      padding-bottom: 10px;
      text-decoration: underline;
    }

    div#checkbox-filter-type label,
    div#checkbox-filter-zipcode label {
      font-weight: normal;
      font-size: 13px;
      padding-left: 5px;
    }

    img.sidebar-icons {
      width: 19px;
      height: 19px;
      margin-right: 21px;
      float: right;
    }
  }

  @media screen and (max-width: 1000px) {
    #sidebar {
      width: 30%;
      float: left;
      height: 100%;
    }

    #map {
      height: 100%;
      width: 70%;
      margin-left: 30%;
    }
  }

  @media screen and (max-width: 660px) {
    #sidebar {
      width: 40%;
      float: left;
      height: 100%;
    }

    #map {
      height: 100%;
      width: 60%;
      margin-left: 40%;
    }
  }

  @media screen and (max-width: 575px) {
    #sidebar {
      width: 0;
      float: left;
      height: 100%;
      padding-top: 15px;
    }

    #map {
      height: 100%;
      width: 100%;
      margin-left: 0;
    }

    span.fa-map {
      display: block;
      background-color: #FFFFFF;
      border: 2px solid #BFBFBF;
      border-radius: 4px;
      margin-left: 15px;
      padding: 2px;
      float: right;
      margin-right: 10px;
      margin-top: -6px;
      width: 30px;
      height: 30px;
      padding-left: 4px;
      padding-top: 5px;
      cursor: pointer;
    }

    div#checkbox-filter-type {
      margin-top: 10px;
    }

    .leaflet-popup-content-wrapper {
      width: 220px;
      color: #ffffff;
      border: 2px solid #1e4da5;
      background-color: #99bcff;
      height: 278px;
      padding: 0;
    }

    .leaflet-popup-content img {
      width: 169px;
      max-width: 300px;
      height: 149px;
      border-width: 5px;
      border-color: #617c58;
    }

    .leaflet-popup-tip {
      background-color: #1e4da5;
    }

    div p.popup-title {
      display: inline-block;
      margin-bottom: 0;
      background-color: #1e4da5;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 2px;
      margin-top: 1px;
      border-radius: 4px;
      font-size: 16px;
    }

    div p.map-items {
      display: inline-block;
      background-color: #1e4da5;
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 2px;
      margin-top: 8px;
      border-radius: 4px;
    }

    div.direction {
      padding-top: 10px;
      margin-left: 29%;
      margin-top: 10px;
      height: 20px;
      padding-bottom: 35px;
      margin-left: 34px;
    }

    div.direction a {
      padding: 10px;
      font-size: 13px;
      width: 60%;
      height: 70px;
      background-color: #1e4da5;
      border-radius: 4px;
      border: none;
      color: #ffffff;
      text-decoration: none;
    }

    div#current-location-text {
      margin-left: 22%;
    }

    div#current-location-text h4 {
      font-size: 14px;
    }

    input#current-location-coordinates {
      margin-left: 17px;
    }

    button#copyCoordinatesButton {
      font-size: 14px;
      font-weight: normal;
    }
  }