/* Print/Trip Style
 * @author Harold Kyle
 * @license CC SA-BY-NC
 */

/*
.entry-content > * {
	margin-right: 0;
}
*/

#content.page article .map_title{
	cursor: pointer;
	color:#fecc35;
	padding: 0.5em 1%;
	width: 98%;
}

#content.page article .map_title h3{
	color:#fecc35;
	float:left;
	display:inline-block;
	padding: 0;
	margin:0;
}

#content.page article .map_title span.menu_toggle {
	display: inline-block;
	padding: 0.5em 1em 0 1em;
	margin: 0;
}

#content.page article .map_title span.full_screen_toggle{
	float:right;
	display:inline-block;
	margin-left: 1em;
	height:18px;
	width:18px;
	background: url("images/fullscreen.png") no-repeat;
}

#content.page article .map_title span.full_screen_toggle.active{
	background: url("images/fullscreen-exit.png") no-repeat;
}

#content.page article .map_title span.options_toggle	{
	font-size: 2em;
/* 	float: right; */
	padding: .125em .25em;
	border: 1px solid #777;
}

#content.page article .map_title:hover span.options_toggle	{
	color: #fff;
	border: 1px solid #999;
}

#content.page article .map_title.active span.options_toggle.show-more,
#content.page article .map_title span.options_toggle.show-less	{
	display: none;
}
#content.page article .map_title span.options_toggle.show-more,
#content.page article .map_title.active span.options_toggle.show-less	{
	display: inline-block;
}

#content.page article .map_title span.options_toggle small {
	font-size: .375em;
	display: inline-block;
	line-height: 1.25em;
}

.lcom_map.map_full_screen{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 10;
	left: 0;
}

.lcom_map .mapp-layout{
	margin:0;
}

.lcom_map.map_full_screen .mapp-layout{
	width:100%;
}

.map_status_label {
	display:inline-block;
	color: #333;
	background-color: #FCCA46;
	padding: 0.3em 0.5em;
	margin: 0 1em;
	font-weight: bold;
	display: none;
}

.map_headers{
	position: relative;
	width:100%;
	background-color: #666;
	min-height:4em;
}

.map_headers .menu{
	display:none;
}

.map_headers .menu li {
	color:#f8f8f8;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map_headers .menu li:hover{
	background-color:#5a5a5a;
}

.map_headers .menu li:hover,
.map_headers .menu li.active:hover{
	box-shadow: inset 0 0 0px 1px #5a5a5a;
	cursor:pointer;
}

.map_headers .menu li.active {
	background-color: #888;
}


.map_headers .menu li input{
	border: 1px solid #aaa;
	box-shadow: inset 0px 0px 9px #bbb;
	background-color: #f8f8f8;
	height:1.5em;
}

.map_headers .print_trip_explanation {
	width: 18%;
	color: #444;
	margin-left: 1em;
	background-color: #777;
	padding: 0 1em;
	text-align:left;
}

.map_headers .print_trip_explanation h2{
	margin-bottom: 0;
	font-size:1em;
}

#content.page article .print_trip_explanation p	{
	text-align: left;
}

#content .map_headers .print_trip_explanation p a{
	color: #222;
	border-bottom: 1px dotted #222;
}

.map_headers span.now_searching {
	display: inline-block;
	margin: 0em 1.6em;
	color: #F8F8F8;
	font-style: italic;
	font-size:0.8em;
	vertical-align:baseline;
	max-width:40em;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.map_headers aside.results{
	display: inline-block;
	background-color: #FECC35;
	padding: 0.2em;
	margin: 0em 0.5em;
	font-weight:bold;
	min-width: 1.2em;
	text-align: center;
	font-style:normal;
	color:#333;
	vertical-align:baseline;
	font-size: 0.8em;
	display: none;
}

.map_option, .map_filter{
	list-style-type: none;
	vertical-align: top;
	padding:0;
	margin:0;
	width:22%;
	display:inline-block;
}

.map_filter.map_filter_registry{
	margin-left:2em;
}

.map_filter.active{

}

ul.map_filter_list{
	list-style-type: none;
	padding:0;
	margin:0 0 0.5em;
}

ul.map_filter_list li{
	padding: 0.5em;
	white-space:nowrap;
}

ul.map_option_list{
	list-style-type: none;
	padding:0;
	margin:0;
}

ul.map_option_list ul{
	list-style-type: none;
}

ul.map_option_list li{
	padding: 0.5em;
	white-space:nowrap;
}

.map_filter_label,
.option_filter_label{
	color:#fecc35;
}

#content .lcom_map h2.mapp_pt,
#content .lcom_map h2.mapp_pt a{
	font-weight:bold;
	max-width: 25em;
	margin-top:0;
}

.mapp_p ul.poi_capability,
.mapp_p ul.poi_equipment
{
	max-width:30em;
}

.mapp_v {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #bbb;
}

.mapp_v.no-visitors {
	font-weight: bold;
	color: #888;
}

.mapp_ps{
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#content .mapp_pb{
	margin-bottom:1.5em;
}

#content .mapp_pb span.sm{
	width:30px;
	height:30px;
}

.mapp_d {
	width:100%;
}

.mapp_d span{
	width: auto;
	height: auto;
}

#content .mapp_pb span {
	display: inline-block;
}

#content .mapp_pb a {
	border: none;
}

.mapp_pdt,.mapp_pdf,.mapp_pz{
	font-weight:bold;
}
