@charset "utf-8";
/* CSS Document */
body * {
	font-family: 'Hind', sans-serif;
	color: #072D4E;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #072D4E;
	margin: 0;
}
a {
/*	color: #212529 !important;*/
}
.header-logo img {
	height: 36px;
}
footer {
	margin-top: 60px;
}
.textboxcommon {
/*	height:200px;*/
}
#map {
  height: calc(100% - 56px);
  width: 100%;
}
.gm-style .gm-style-iw-c {
    border-radius: 6px;
    padding: 20px;
}
.moreInfoButton
{
 	display: block;
	text-align:center;
    padding: 8px 18px;
    background-color: #FF3800;
    border-radius: 6px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
	margin: 0 auto;
}
.backgroundfadeDiv {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 10000000;
	position: fixed;
	opacity: 0.5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	min-height: 100%;
	filter: alpha(opacity=90);
}
.DivPopup {
	width: 860px;
	height: auto;
	min-height: 300px;
	background-color: #FFF;
	position: fixed;
	left: 50%;
	margin-left: -450px;
	top: 20%;
	display: none;
	z-index: 10000000000000000000;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
