.row {
  max-width: none;
}

nav.tab-bar {
	background: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFE562),
    color-stop(1, #FFD000)
  );
  background-image: -o-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -moz-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -webkit-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: -ms-linear-gradient(bottom, #FFE562 0%, #FFD000 100%);
  background-image: linear-gradient(to bottom, #FFE562 0%, #FFD000 100%);
  box-shadow: 0 0 15px #000000;
}


.tab-bar img {
  position: absolute;
  right: 5px;
  top: 5px;
}

#title {
  position: absolute;
  right: 45px;
  top: 0px;
  height: 45px;
  padding: 5px 10px 5px 10px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height:	1em;
}




#content {


  }

table#measures {
  padding-bottom: 10px;
  width: 100%;
}

table#measures td {
  height: 34px;
}

#map-canvas
{

    margin-bottom: 1.25rem;
}


#map-canvas img
{
    max-width : none;
}





      #pac-input {
        background-color: #fff;
        padding: 0 10px 0 10px;
        width: 400px;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
                margin-top: 25px;
                        height: 32px;
                        position:	absolute;
                        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      }

      #pac-input:focus {
        border-color: #4d90fe;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
      }

#buttonsearch {
        color: #fff;
        background-color: #4d90fe;
        padding: 0 6px;
        font-size: 13px;
        font-weight: 300;
        margin-top: 25px;
             height: 32px;
        position: absolute;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


      #button1 {
        color: #fff;
        background-color: #4d90fe;
        padding: 0 6px;
        font-size: 13px;
        font-weight: 300;
        margin-right: 6px;
             height: 32px;
        position:	absolute;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        display: none;
      }


      .controls {

        border: 1px solid transparent;
        border-radius: 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;

        outline: none;
      }

