﻿.gm-taskbar {
	width:100%;
	height:30px;
	background-color:#fff;
	z-index:2;
	position:absolute;
	margin-top:-15px;
}

.gm-taskbar-icon {
	opacity: 0.5;
}

.gm-taskbar-icon:hover {
	opacity: 1;
}

.gm-style-iw-c {
	border-radius:0px !important;
}


.gmaps_show_master_data {
	text-decoration:underline;
	cursor:help;
}

.border50 {
	border:2px solid #111;
}

.gmaps_info_content .gmaps_info_title {
	font-size:20px;
	line-height:26px;
	margin:25px 0 10px 0;
	font-family:Ubuntu, Arial;
}

.gmaps_info_title.frst {
	margin-top:0px;
}

.gmaps_info_content {
	text-align:left;
	font-size:14px;
	line-height:20px;
	font-family:Ubuntu, Arial;
}

.gmaps_info_content.infoWindow {
	font-size:12px;
}

.gmaps_info_content.infoWindow .gmaps_info_title {
	font-size:16px;
	margin:15px 0 5px 0;	
}

.gmnoprint img {
	border-radius:18px;
}

.gmaps_button {
	width:100%;
}


.gmaps_info_wrap {
	text-align:left;
	
	position:absolute;
	width:400px;
	height:100%;
	
	z-index:1;
	/*margin: 60px 0 0 10px;*/
	top:0px;
	left:0px;
	
	padding-top:88px;
	overflow-x:show;
}

.gmaps_info {
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-radius:2px;	
	padding:20px;
	width:400px;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
}

.gmaps_info_control {
	width:30px;
	height:60px;
	background-color:#fff;
	position:absolute;
	margin:10px 0 0 398px;
	z-index:3;
	cursor:pointer;
	border-radius:2px;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px -1px;
}

.gmaps_info_close {
  width: 0; 
  height: 0;
  margin:20px 0 0 9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #999; 	
}

.gmaps_info_open {
  width: 0; 
  height: 0;
  margin:20px 0 0 11px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #999;	
}
.gmaps_info_control:hover .gmaps_info_open {
	border-left: 10px solid #444;	
}
.gmaps_info_control:hover .gmaps_info_close {
	border-right:10px solid #444; 	
}


.gmaps_info_bottom {
	margin-top:10px;
}

.gmaps_info_bottom a {
	font-size:14px;
	line-height:16px;
	color:#888;
}

.gmaps_info_transport_img {
	border-radius:4px;
}

.gm_table {
	margin-top:-60px;
	height:100%;
	min-height:100%;
	width:100%;
}

.gm_button {
	height:30px;
	font-size:14px;
	color:#ce5600;
	padding:3px 10px 4px 10px;
	text-decoration:underline;
	cursor:pointer;
}

.gm-style .gm-style-iw-c {
	padding:10px !important;
}

.gm-style-iw-d {
	overflow:hidden !important;
}

@media only screen and (max-width: 600px) {
	.gmaps_info_wrap {
		
		
		position:relative;
		
		width:100%;
		height:auto;
		
		/*margin: 60px 0 0 10px;*/
		
		padding-top:0px;
		overflow-x:show;
		
	}
	
	.gm_table {
		height:90%;
		min-height:90%;
		position:fixed;
	}

	.mobile_map_info_padding {
		margin-top:-60px;
		height:90%;
		min-height:90%;
		z-index:-1;
	}
	
	.gmaps_info {
		background-color:#fff;
		box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
		border-radius:2px;	
		padding:20px;
		width:100%;
		height:100%;
		overflow-y:auto;
	}

	.gmaps_info_control {
		display:none;
	}
	
}
	
	