html{ 
  margin: 0;
  padding: 0;
}

body{
  margin:0px;
  padding: 0px 2px;
}

button{
  margin:0 20px 0 0;
}
#map { 
  height: 565px;
  width: 100%;
  margin-bottom: 1em;
}

h2{
  font-family: 'Helvetca Neue', Arial, sans-serif;
  font-size: 1.4em;
  background: #eee;
  border-bottom: 1px solid #ddd;
  line-height: 1em;
  margin-bottom: 18px;
  margin-top: 0px;
  padding: 5px 9px;
}

.leaflet-popup-content ul { padding-left: 1.5em; }

.circle { visibility: hidden; }
.circle.selected { visibility: visible; }

svg {
  font: 10px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#colorbox-loading{
  background:url('../img/loading.gif') no-repeat center;
  display:none;
}
#loading-address.loading{
  background:url('../img/loading.gif') no-repeat center 35px;
  padding:5px 10px 30px 10px ;
  text-align: center;
}
#loading-address{
  padding:5px 10px 0px 10px ;
}
#cboxLoadedContent p{
  margin:10px;
}

#my-address{
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 12px;
  padding: 6px 0px;
}

#my-address input#my_home_address{
    font-size: 16px;
    width: 100%;
    padding: 4px 0px 4px 4px;
    margin-left: 6px;
}

#my-address span.error{
  color:red;
  font-size:.7em;
}

input[type="submit"],
div#loading-address button{  
  background:none;
  border: 1px solid #bababa;
  padding: 6px 9px;
  margin: 2px 3px 0px 2px;
  cursor:pointer;
  font-family: Arial;
  font-size: 13px;
}

input[type="submit"]:hover,
div#loading-address button:hover{
  color: #FFF;
  border-color: #333;
  background-color: #ac1212;
}

/* Media query for positioning form elements */
@media(min-width: 620px){
  #form-wrap{
    width: 66%;
    display: inline-block;
    vertical-align: top
  }
  #input-wrap{
    width:33%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
  }
}

@media(max-width:619px){

  #my-address input#my_home_address{
    margin:0px 0px 6px 0px;
  }

  #form-wrap{
    width: 100%;
    display: block;
  }
  #input-wrap{
    display: block;
    text-align: left
  }

}


#address.error{
  margin-bottom:0;
  border-color: red;
}

.highlight{
  fill-opacity:1;
}

#address-list{
  margin:10px;
  padding:0;
}
#address-list li{
  display:block;
  width:350px;
  text-align: left;
  margin:5px 0;
  clear:both;
}
#address-list li input{
  margin:2px 20px 0 0;
  float:left;
}

/* Confirmation Modal */
  div#loading-address, span.reset{
    font-family: Arial, sans-serif;
  }
  div#loading-address span{
    color: green;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 6px;
  }
  div#loading-address button{
  
   }
  div#loading-address button#yes-mine{
    margin: 0px 12px;
  }

span.reset{
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 12px;
}