﻿.input-recaptcha{
 width:172px;   
}

#loading-div-background {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	background: #dee1e8;
	width: 100%;
	height: 100%;
	z-index: 9998 !important;
	-ms-opacity: 0.8;
	opacity: 0.8;
}

#loading-div {
	width: 300px;
	height: 150px;
	background-color: #fefefe;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -100px;
	padding: 15px;
	z-index: 9999 !important;
	border-radius: 4px;
}

.form-inline > * {
   margin:5px 3px;
}

#map-canvas > div > div:nth-child(1) > div > div:nth-child(3) > div:nth-child(3) > div > div.gm-style-iw {
    overflow: visible !important;
}

pre.default {
  font-family: "Helvetica Neue",Helvetica, Arial, sans-serif !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

div.button-carousel {
  height: 200px;
}

div.buttonGroup-dateselector {
  width: 100% !important;
}

div.button-dateselector {
  width: 100% !important;
}

div.calendarDay-selected{
  box-shadow: 2px 2px 2px #666 !important;
  /*Opacity*/
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

.vMiddle
{
  display: table-cell;
  vertical-align: middle;
}

.img-profile {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

 #mainMenu div 
 {
   z-index: 1008;  
 }

 .main-logo {
  /*-ms-border-radius: .25em;
  border-radius: .25em;*/
  /*-webkit-box-shadow: 0 0 1em #666;
  -ms-box-shadow: 0 0 1em #666;
  box-shadow: 0 0 1em #666;*/
	 /*
  margin-top: .7em;
  margin-bottom: .7em;
  margin-right: 2em;*/
}

.map {
	max-height: 1000px;
	min-height: 1000px;
}
 
	@media (max-width: 1000px) {
		.main-logo {
			width: 75%;
		}
		.map {
			 min-height: 800px;
		 }
	}

	@media (max-width: 768px) {
		.main-logo {
			width: 50%;
			margin-left: 2em;
		}
		.map {
			min-height: 700px;
		}
	}

	@media (max-width: 500px) {
		.main-logo {
			width: 40%;
			margin-left: 2em;
		}
	}

  .navHeading {
     margin-left: .65em;
  }

  #recaptcha_image img
  {
    width: 225px !important;
    height: 45px !important;
  }
  .citystate {
    width: 160px;
  }
  .mileradius {
    width: 60px;
    height: 34px;
  }