#map_canvas {
	width: 100%;
	height: 1400px;
}

.welcome_map_window{
	position: absolute;
	top:7%;
	display:block;
	width:100%;
	max-width:480px;
	height:auto;
	background:rgba(255,255,255,1.00);
	padding:40px 30px 40px 30px;
	left:50%;
	margin-left:-240px;
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0  20px 0 rgba(0,0,0,0.2); 
	box-shadow: 0 0  20px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
	max-height:568px;
	overflow-x:none;
	}
@media only screen and (max-width :800px), only screen and (max-device-width : 800px){
.welcome_trassae95_map_page{	
	background: rgba(153,153,153,0.40);
	width:100%;
	height:auto;
	min-height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index:9999999999;
	}	
}
@media only screen and (max-width :641px), only screen and (max-device-width : 641px){
.welcome_map_window{	
	max-width:280px;	
	margin-left:-140px;
	}	
}

.report_traffic_situation input{
	font-size:11px ;
	}
.report_traffic_situation input:focus{
	font-size:14px ;
	}	
.report_traffic_situation input::-webkit-input-placeholder       {text-indent: 5px;   transition: text-indent 0.3s ease;}
.report_traffic_situation input::-moz-placeholder                {text-indent: 5px;   transition: text-indent 0.3s ease;}
.report_traffic_situation input:-moz-placeholder                 {text-indent: 5px;   transition: text-indent 0.3s ease;}
.report_traffic_situation input:-ms-input-placeholder            {text-indent: 5px;   transition: text-indent 0.3s ease;}
.report_traffic_situation input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.report_traffic_situation input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.report_traffic_situation input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.report_traffic_situation input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}	