/* Always set the map height explicitly to define the size of the div
   * element that contains the map. */
  #map {
    height: 55%;
  }
  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  #header {
      display: flex;
  }

  .logo {
    height: 80%;
    top: 10%;
    left: 3%;
    position: relative;
  }

  #description {
    font-family: Raleway,Arial,Tahoma,sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  #infowindow-content .title {
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    font-family: Raleway,Arial,Tahoma,sans-serif;
    color: #747474;
  }

  #infowindow-content .verdict-container {
      display: inline-flex;
  }

  #infowindow-content {
    display: none;
  }

  #map #infowindow-content {
    display: inline-grid;
    max-width: 250px;
  }

  .pac-card {
    margin: 10px 0 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    background-color: #fff;
    font-family: Raleway,Arial,Tahoma,sans-serif;
    position: absolute;
  }

  #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
  }

  .pac-controls {
    display: inline-block;
    padding: 5px 11px;
  }

  .pac-controls label {
    font-family: Raleway,Arial,Tahoma,sans-serif;
    font-size: 13px;
    font-weight: 300;
  }

  #pac-input {
    background-color: #fff;
    font-family: Raleway,Arial,Tahoma,sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    margin-top: 12px;
    padding: 13px;
    text-overflow: ellipsis;
    width: 400px;
  }

  #id_address {
    background-color: #fff;
    font-family: Raleway,Arial,Tahoma,sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 13px;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 200px;
  }

  #coords {
    display: none;
  }

  #post-btn {
    display: none;
  }

  #pac-input:focus {
    border-color: #4d90fe;
  }

  #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
  }

  #parameters {
    padding: 10px;
  }

  #verdict-img {
    width: 50px;
    max-height: 50px;
    margin-bottom: 10px;
    margin-right: 15px;
  }

  #header h1 {
      font-size: 4.5vh;
      letter-spacing: 0;
      font-weight: 400;
      line-height: 1.15;
      vertical-align: middle;
      text-align: center;
      color: #747474;
      font-family: Raleway,Arial,Tahoma,sans-serif;
  }

  #info-content h1 {
      font-size: 4.5vh;
      line-height: 1.15;
      letter-spacing: 0;
      font-weight: 400;
      text-align: center;
      color: #747474;
      vertical-align: middle;
      font-family: Raleway,Arial,Tahoma,sans-serif;
      margin: 20px 0 15px 0;
  }

  #info-content p {
      text-align: left;
      margin-bottom: 5px;
      font-size: 19px;
      line-height: 25px;
      font-weight: 400;
      font-family: Raleway,Arial,Tahoma,sans-serif;
      color: #747474;
  }

  .sub-content {
      margin: auto;
      width: 80%;
  }

  .sigfox-btn {
      width: 100%;
      padding: 0!important;
      height: 30px;
      background-color: #ffffff!important;
      border: 2px solid #220066!important;
      color: #220066!important;
      font-family: Raleway,Arial,Tahoma,sans-serif !important;
      max-width: 250px;
  }

  .sigfox-btn:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61,135,255,0.5)!important;
    box-shadow: 0 0 0 0.2rem rgba(61,135,255,0.5)!important;
  }

  .sigfox-btn:hover {
    color: #ffffff!important;
    background-color: #220066!important;
  }

  #parameters h1 {
      font-size: 3vh;
      line-height: 1.15;
      letter-spacing: 0;
      font-weight: 400;
      text-align: center;
      color: #747474;
      vertical-align: middle;
      font-family: Raleway,Arial,Tahoma,sans-serif;
      margin: 20px 0 15px 0;
  }

  #parameters label{
      margin-bottom: 5px;
      font-size: 19px;
      line-height: 25px;
      font-weight: 400;
      font-family: Raleway,Arial,Tahoma,sans-serif;
      color: #747474;
  }

  #parameters select{
      font-weight: 400;
      font-family: Raleway,Arial,Tahoma,sans-serif!important;
      color: #747474!important;
  }

  #parameters select:focus {
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(61,135,255,0.5)!important;
    box-shadow: 0.2rem 0.2rem 0.2rem 0.2rem rgba(61,135,255,0.5)!important;
  }

  #parameters .pagination {
    position: relative;
    left: 33%;
  }

  #add_and_remove {
      position: relative;
      left: 33%;
  }