﻿#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
}
#visnames text {
	font-family: Arial, Helvetica, sans-serif;
}
#mapbase svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
#tipro {
  /*   font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif; */
    display: none;
    padding: 5px;
    border: 0px solid #dfdfd0;
	border-radius:15px;
    color: #404040;
    z-index: 1000;
    float: left;
    position: absolute;
    background: rgba(265, 265, 265, 0.8);
    word-break: keep-all;
	box-shadow: 2px 2px 20px -5px #000000;
}
/* #tipro p {
	margin: 0!important;
    color: #404040!important;
}
#tipro img {
	float: left;
	padding: 3px;
} */
@media screen and (max-width: 320px){
	#mapbase svg {
		height:190px;
	}
	#tipro {
		max-width: 40%;
	}
	#tipro img {
		max-width: 95%;
	}
}
@media screen and (max-width: 400px) and (min-width: 321px) {
	#mapbase svg {
		height:210px;
	}
}
@media screen and (max-width: 480px) and (min-width: 401px) {
	#mapbase svg {
		height:270px;
	}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#mapbase svg {
		height:320px;
	}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#mapbase svg {
		height:340px;
	}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#mapbase svg {
		height:430px;
	}
}
@media screen and (min-width: 768px) {
	#mapbase svg {
		height:550px;
	}
}

#path_information {
	max-width:1140px;
	margin:auto;
	margin-bottom:30px;
	margin-top:30px;
}

@media only screen and (max-width:767px){
	#path_information {
		max-width: 80%;
	}
}
