body { color: #ffffff; background: #009ee0; }
body { color: #ffffff; background: url(../images/spalladx_tiled.png); }
body { color: #009ee0; background: #ffffff; }
h2 { font-size: 26px; }
tr.primary { color: #fff; background-color: #428bca; border-color: #357ebd; }
.col-sm-9 { background: #efefef; min-height: 800px; padding-top: 15px; padding-bottom: 15px;}
.table { color: #333; }
.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th { background: #ffffff; }
.spacer { padding-top: 10px; padding-bottom: 10px; }

.panel-clickable { 
	background: #ffffff; 
	color: #009ee0;
	border: 1px solid #e5e5e5;
	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(249,250,251,1) 37%, rgba(244,247,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(37%,rgba(249,250,251,1)), color-stop(100%,rgba(244,247,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f7f8',GradientType=0 ); /* IE6-9 */
}
.panel-clickable:hover { cursor: pointer; opacity: 0.8; } 

.panel-address {  
	color: #626262;
	border: 0px;
}
.panel-address .panel-heading { 
	border: 1px solid #e5e5e5; 
	padding: 0px; 
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(253,253,253,1) 0%, rgba(249,250,251,1) 37%, rgba(244,247,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(37%,rgba(249,250,251,1)), color-stop(100%,rgba(244,247,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(253,253,253,1) 0%,rgba(249,250,251,1) 37%,rgba(244,247,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#f4f7f8',GradientType=0 ); /* IE6-9 */
}
.panel-address .panel-body { 
	border: 1px solid #e5e5e5; 
	border-top: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}					
#map-canvas { width: 100%; min-height: 500px; border: 1px solid #333; }
#current-address { font-size: 14px; padding-top: 5px; padding-right: 30px; }
#info { color: #f8a338; }
#loadingModal .modal-dialog { width: 280px; margin: 100px auto; }
#loadingModal .modal-content { height: 150px; padding: 20px; }
#loadingModal h3 { position: relative; margin-top: 40px; z-index: 2000; }
#circularG-wrapper {
	position:absolute;
	top: 10px;
	left: 75px;
}

#circularG{
position:relative;
width:128px;
height:128px;
margin:auto;}

.circularG{
position:absolute;
background-color:#72B10D;
background-color:#e5e5e5;
border: 1px solid #dbdbdb;
width:19px;
height:19px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.52s;
-webkit-animation-delay:0.52s;
-ms-animation-delay:0.52s;
-o-animation-delay:0.52s;
animation-delay:0.52s;
}

#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.65s;
-webkit-animation-delay:0.65s;
-ms-animation-delay:0.65s;
-o-animation-delay:0.65s;
animation-delay:0.65s;
}

#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:0.78s;
-webkit-animation-delay:0.78s;
-ms-animation-delay:0.78s;
-o-animation-delay:0.78s;
animation-delay:0.78s;
}

#circularG_5{
right:0;
top:50px;
-moz-animation-delay:0.91s;
-webkit-animation-delay:0.91s;
-ms-animation-delay:0.91s;
-o-animation-delay:0.91s;
animation-delay:0.91s;
}

#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:1.04s;
-webkit-animation-delay:1.04s;
-ms-animation-delay:1.04s;
-o-animation-delay:1.04s;
animation-delay:1.04s;
}

#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:1.17s;
-webkit-animation-delay:1.17s;
-ms-animation-delay:1.17s;
-o-animation-delay:1.17s;
animation-delay:1.17s;
}

#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:1.3s;
-webkit-animation-delay:1.3s;
-ms-animation-delay:1.3s;
-o-animation-delay:1.3s;
animation-delay:1.3s;
}

@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}

100%{
-moz-transform:scale(.3)}

}

@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}

100%{
-webkit-transform:scale(.3)}

}

@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}

100%{
-ms-transform:scale(.3)}

}

@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}

100%{
-o-transform:scale(.3)}

}

@keyframes bounce_circularG{
0%{
transform:scale(1)}

100%{
transform:scale(.3)}

}

.infowindow{
	
}

.infowindow h5 {
	font-family: 'open_sanssemibold';
	color:#009ee0;
	text-transform: uppercase;
}

.infowindow h5 img {
	margin-right: 5px;
}

.infowindow p {
	font-family: 'open_sansregular';
	color:#999999;
}

.infowindow .page-header{
	margin: 5px 0 20px;
}

.infowindow strong {
	font-family: 'open_sansbold';
	color:#999999;
}