img, canvas, iframe, video, svg {
	  		max-width: none;
}

img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

.modal-body {
	width: 700px;
	height: 500px;
}

.map {
	height: 600px;
	width: 100%;
}




/**LEAFLET MAP STYLES*/
.leaflet-container {
	background: #ccc;
}

.leaflet-container .legend {
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.leaflet-container .info {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	font: 14px/18px Arial,Helvetica,sans-serif;
	padding: 6px 8px;
}

.leaflet-container .legend i {
	float: left;
	height: 18px;
	margin-right: 8px;
	opacity: 0.7;
	width: 18px;
}

.leaflet-container .legend .legend_marker{
	 border-radius: 50%;
	 width: 10px;
	 height: 10px;
	 margin-top: 4px;
}

.legend_option{
	width:100%;
	padding:1px;
	margin:1px;
}

.ph_0{
	background:#ED3A1D	;
	color:#ffffff;
}

.ph_1{
	background:#F18D22	;
	color:#ffffff;
}
.ph_2
{
	background:#F8F110	;
	color:#ffffff;
}
.ph_3{
	background:#D3F51C;
	color:#ffffff;
}
.ph_4{
	background:#98D333;
	color:#ffffff;
}
.ph_5{
	background:#6CC342;
	color:#ffffff;
}
.ph_6
{
	background:#49B65A;
	color:#ffffff;
}
.ph_7{
	background:#2C9B59;
	color:#ffffff;
}
.ph_8{
	background:#22B486;
	color:#ffffff;
}
.ph_9{
	background:#0999B9;
	color:#ffffff;
}
.ph_10{
	background:#4D6AA6;
	color:#ffffff;
}
.ph_11{
	background:#3F3F59;
	color:#ffffff;
}
.ph_12{
	background:#5E576A;
	color:#ffffff;
}
.ph_13{
	background:#6C4968;
	color:#ffffff;
}
.ph_14{
	background:#46314B;
	color:#ffffff;
}
