/**** / GLOBAL / ****/

#map-wrapper {
	border: 1px solid #A6A498;
	border-radius: 10px 10px 0 0;
	overflow: visible;
	position: relative;
	width: 99%;
}

#map-container {
}

#map-description-top {
	margin-bottom: 10px;
}

#map-description-bottom {
	margin-top: 10px;
}

#map-options-wrapper {
}

#map-options-hidden {
	border-radius: 10px 10px 0 0;
	background: #E3E3E3;
	border-bottom: 1px solid #A6A498;
}

#map-options-toggler {
	float: left;
	display: block;
	width: 150px;
	line-height: 18px;
	background: url('../img/map/show.png') 0 50% no-repeat;
	padding: 5px 10px 5px 32px;
}

#map-options-toggler.map-options-activated {
	background-image: url('../img/map/hide.png');
}

#map-fullscreen-toggler {
	float: right;
	display: block;
	width: 150px;
	line-height: 18px;
	text-align: right;
	background: url('../img/map/fullscreen.png') 100% 50% no-repeat;
	padding: 5px 32px 5px 10px;
}

/* hide fullscreen for IE 6 */
* html #map-fullscreen-toggler { display: none;  }

#map-options-hidden a {
	margin: 0 15px;
	color: #000000;
}

#map-options {
	padding: 10px;
	border-bottom: 1px solid #A6A498;
}

#map-error {
	margin: 0 0 15px;
	border-bottom: 1px solid #e3b3b3;
	padding: 3px;
	text-align: center;
}

.toggle_check {
	width: 50%;
	float: left;
	margin-bottom: 3px;
}

.map-fullscreen-title {
	display: none;
	text-align: center;
}

.map-fullscreen-title h4 {
	margin: 0;
	line-height: 30px;
}

hr.hr-spacer {
	background: none repeat scroll 0 0 #A6A498;
	border: 0 none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 15px 5%;
}

.portuna-info-tooltip {
	width: 260px;
	text-align: left;
	z-index: 120;
}

.portuna-info-tooltip-top {
	height: 15px;
	font-size: 1px;
	line-height: 1px;
	background: url( '../img/map/portuna_tooltip_top.png') top center no-repeat;
}

.portuna-info-tooltip-body {
	background: url( '../img/map/portuna_tooltip_body.png') top center repeat-y;
}

.portuna-info-tooltip-fix {
	background: url( '../img/map/portuna_tooltip_fix.png') top center no-repeat;
}

.portuna-info-tooltip-content {
	margin: 0 13px;
	max-height: 200px;
	overflow: auto;
	color: #424242;
}

.hide-map {
	height: 1px;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/**** / MAX HEIGHT FOR IE6 / ****/
* html .portuna-info-tooltip-content { 
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" );
}

.portuna-info-tooltip-bottom {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	background: url( '../img/map/portuna_tooltip_bottom.png') top center no-repeat;
	
}

.portuna-info-tooltip-group {
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px dashed #e3e3e3;
}

/**** / INFO BOX / ****/
.portuna-info-window {
	width: 400px;
	position: fixed !important;
	position: absolute; /* for IE 6 */
	top: 100px;
	left: 200px;
	padding: 10px;
	background: #ffffff;
	border: 2px solid #e3e3e3;
	border-radius: 10px;
	box-shadow: 3px 3px 5px 0 #A3A3A3;
	color: #000000;
	text-align: left;
	z-index: 130;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
}
.portuna-info-window * {
	color: #424242;
}
.portuna-info-window-wrapper {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.portuna-info-window-top {
	cursor: move;
	position: relative;
}

.portuna-info-window-title {
	margin: 0 40px 0 0;
}

.portuna-info-window-close {
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}

.portuna-info-window-print {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0px;
}


.portuna-info-window-content {
	margin-top: 15px;
	line-height: 110%;
}

.portuna-info-window-image  {
	text-align: center;
}

.portuna-info-window-image img {
	max-width: 100%;
}

.portuna-info-window-group {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dashed #e3e3e3;
}

.map-group-header {
	margin-bottom: 3px;
}

.portuna-info-window-links a {
	line-height: 1;
	color: #fff;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #313a44;
	padding: 10px 28px;
	border-radius: 2px;
}

.portuna-info-window-links a:is(:hover, :focus) {
	text-decoration: underline;
}

/**** / FULLSCREEN MODE / ****/

.fullscreenMap {
	position: fixed !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 80;
	text-align: center;
	border: 0;
	border-radius: 0;
	color: #000000;
}

.fullscreenMap #map-container, .fullscreenMap #map-container-wrapper {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
}

#map-options-wrapper.fullscreenOptions {
	border: 2px solid #e3e3e3;
	box-shadow: 2px 2px 3px 1px #999999;
	background: #ffffff;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	border-top: 0 none;
	border-radius: 0 0 10px 10px;
	z-index: 100;
	top: 0;
	left: 10%;
	width: 80%;
	position: fixed;
	text-align: left;
}

.fullscreenOptions #map-fullscreen-toggler {
	background-image: url('../img/map/minimize.png');
}

.fullscreenOptions #map-options {
	border: 0;
}

.fullscreenMap .map-fullscreen-title {
	display: block;
}

#map-options-wrapper.fullscreenOptions:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
#map-options-wrapper.fullscreenOptions #map-options-hidden {
	border-radius: 0 0 10px 10px;
}

#map-options-wrapper.fullscreenOptions .toggle_check {
	width: 200px;
	float: left;
	margin-bottom: 3px;
}

.hideClass {
	display: none;
}

#map-routing-list dt {
	font-weight: bold;
	text-indent: 5px;
}

#map-routing-list dd {
	margin: 3px 0 8px 20px;
}
