html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
/*	padding-top: 2px;*/
	margin: 0;
	padding: 0;
    height: 90%;
	max-width: none;
}
/*#map-canvas img {
	max-width: none !important;
}*/
#panel {
	background-color:#0C0;	
	padding-top:5px;
	color:#FFF;
}

.gm-style-iw {
	width: 300px !important;
/*	width: 125px !important;
*/	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(90, 95, 94, 0.9);
	border-radius: 10px 10px 10px 10px;
	height: 250px;

}
#iw-container {
	margin-bottom: 10px;
/*	background: white;
*/
}
#iw-container .iw-title {
	width: 280px !important;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 1);
	padding: 10px;
	background-color: #2F96FA;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;

}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 10px 15px;
	max-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
/*.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 5px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}*/
tr.spaceUnder > td
{
  padding-bottom: 0.5em;
}
#pageRefrash {
	position: absolute;
	right: 16px;
	top: 16px;
	width: 60px;
	text-align: center;
	padding: 5px 0px 0px;
	background-color: rgb(0, 0, 0);
	border-radius: 5px;
	cursor: pointer;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
}

#spinner
{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}