
#chartdiv {
	width: 100%;
	height: 80%;
  font-family: Verdana;
  font-size: 11px;
  background: #eee;
}
.body_mainpage{
	background:#800f42
}
.modal_show_div{
	overflow-y: scroll;
}
.ammapDescriptionWindow {
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 1);
}
.ammapDescriptionTitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ammapDescriptionText {
  max-height: 80px;
  overflow: auto;
}
.ammapDescriptionText img, .ammapDescriptionText p {
  max-width: 95%;
}
@media only screen and (min-width: 992px) {
	.model_dialog_css{
		height:80%;
		width:70%;
		border: 12px solid #800f42;
		//border: 12px solid  transparent;
		
		border-radius: 20px;
	}
} 

@media only screen and (min-width: 1200px) {
	.model_dialog_css{
		height:80%;
		width:70%;
		border: 12px solid #800f42;
		border-radius: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.model_dialog_css{
		border: 12px solid #800f42;
		border-radius: 20px;
	}
} 