/* SINGLE MEMBER WIDGET */

.gmw-single-member-sc-wrapper {
	
}

.gmw-single-member-sc-wrapper .map-wrapper {
	border: 1px solid #CCC;
	padding: 5px;
	background: #F1F1F1;
	display: inline-block;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
	position: relative;
}

.gmw-single-member-sc-wrapper .address-wrapper {
	margin: 5px 0;
	clear: both;
}

.gmw-single-member-sc-wrapper .direction-wrapper {
	clear: both;
}

.gmw-single-member-sc-wrapper .single-member-form-wrapper {
	
}

/* Location page */

#gmw-your-location-wrapper .field-title {
	margin: 15px 2px 5px;
	display: block;
	font-size: 14px;
	color:#555;
	font-weight: normal;
}

#gmw-your-location-wrapper input[type="text"] {
	width: 100%;
	line-height: 23px;
	color: #777;
	font-family: "LatoNeue-Light", "Lato Neue Light",
		"Lato Neue", sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}

#gmw-your-location-wrapper input[type="button"] {
	margin-top:5px;
}

#gmw-your-location-wrapper div#your-location-section {
	background: #EAF2FA;
	border: #c7d7e2 solid 1px;
}

#gmw-your-location-wrapper div#your-location-section p {
	padding:7px 10px;
	margin:0px;
	background: white;
	border-bottom: #c7d7e2 solid 1px;
}

#gmw-your-location-wrapper div#your-location-section-inner {
	padding:5px;
}

#gmw-your-location-wrapper form {
	display: none;
	padding: 5px;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	margin-bottom:20px;
}

#gmw-your-location-wrapper form label {
	font-family: "LatoNeue-Light", "Lato Neue Light",
		"Lato Neue", sans-serif;
	font-size: 12px;
	padding: 0px;
	text-shadow: 1px 1px 1px white;
	margin: 5px;
}

#gmw-your-location-wrapper form .gmw-yl-tab-wrapper {
	margin-top: 0px;
	width: 100%;
	background: #fbfbfb;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	display: inline-block;
}

#gmw-your-location-wrapper form .gmw-yl-tab-wrapper table {
	margin-bottom: 0px !important;
	border: 0px !important;
	background: white
}

#gmw-your-location-wrapper form .gmw-yl-tab-wrapper table td {
	border: 0px;
}

#gmw-your-location-wrapper form .gmw-yl-tab-wrapper table tr th {
	width: 30%;
	padding:5px 15px;
}

#gmw-your-location-wrapper form .gmw-yl-tab-wrapper table tr td {
	width: 70%;
}

#gmw-your-location-wrapper form #gmw-yl-tabs {
	list-style: none;
	margin: 5px 0px;
}

#gmw-your-location-wrapper form #gmw-yl-tabs li {
	float: left;
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin: 0px;
	margin-right: 5px;
	border-bottom: 0px;
	cursor: pointer;
	background: #f5f5f5;
}

#gmw-your-location-wrapper form #gmw-yl-tabs .active {
	background: white;
}

#gmw-your-location-wrapper form #gmw-yl-tabs li input {
	padding: 8px 10px;
}

#gmw-your-location-wrapper form #gmw-yl-map-icons-tab-wrapper img {
	box-shadow:none;
	border:0px;
}

#gmw-your-location-wrapper form .map-wrapper {
	margin-top: 5px;
	border: 1px solid #CCC;
	padding: 3px;
	background: white;
}

#gmw-your-location-wrapper img#gmw-yl-spinner {
	max-width: 22px;
	box-shadow:none;
	vertical-align: middle;	
	display:none;
}

#gmw-your-location-wrapper div#gmw-yl-message {
	margin-top:5px;
	display:inline-block;
	width:100%;
	display:none;
}

#gmw-your-location-wrapper div#gmw-yl-message p {
	padding:6px 10px;
	background: #fafafa;
	border:1px solid #e1e1e1;
}