﻿#ajax-loader { width: 100%; height: 100%; position: absolute; background: rgba(0,0,0,0.1); top: 0; bottom: 0; left: 0;
    right: 0; z-index: 1000; display: none; text-align: center; }    
#ajax-loader img { position: relative; top: 50%; margin: 0px auto; }   
/*.listing-with-map { height:500px; }*/
.listing-with-map .section-full:last-child,
.listing-with-map .section-full:last-child .row { margin: 0; }
.listing-with-map .section-full:last-child .col-lg-12.col-md-12 { padding: 0; }

.listing-with-map .section-full:last-child,
.container.full { padding: 0px !important; }
#google_canvas { width: 100%; height: 100vh; /* For 100% screen height */ }
.container.full { max-width: 100%; }
.container.full #UpdatePanel1 .row { max-height: 75vh; overflow-y: auto; margin:0; }

.pagination-bx .pagination li a { width: 40px !important; height: 40px !important; line-height: 36px !important; 
 border-radius: 40px  !important;}
.page_disabled { cursor: default !important; }     

.col-lg-3.col-md-6 { position: absolute; z-index: 100; background: #ffffff; padding: 10px; left: 0; height: 100vh; width: 380px;
max-width: 380px !important;  }                             

@media only screen and (max-width: 767px) {
	.styleswitcher{
		display:block;
	}	
}

@media only screen and (max-width: 991px) {
    .styleswitcher{
		display:block;
	}	
}
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}
