
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1.8s;
	animation-name: animatetop;
	animation-duration: 1.8s
}
.modal_02 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1.8s;
	animation-name: animatetop;
	animation-duration: 1.8s
}

/* Modal Content */
.modal-content {
	border-bottom-radius:25px;
	/* radius: 2%; */
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 20px;
	/* border: 1px solid #888; */
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 1.8s;
	animation-name: animatetop;
	animation-duration: 1.8s
	-moz-border-radius: 18px 18px 10px 10px;
	-webkit-border-radius: 18px 18px 10px 10px;
	border-radius: 18px 18px 10px 10px;

}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	rom {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Buttons */
.close {
	color: #7882ae;
	float: right;
	font-size: 18px;
	font-weight: bold;
}
.close_02 {
	color: #7882ae;
	float: right;
	font-size: 18px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-header {
	-moz-border-radius: 18px 18px 0px 0px;
	-webkit-border-radius: 18px 18px 0px 0px;
	border-radius: 18px 18px 0px 0px;

	padding: 8px;
	text-align: center;
	background-color: #fff;
	/* color: white; */
	border-bottom: thin solid #7882ae;
}
.modal-body {
	padding: 8px;
	background-color: #fff;
	text-align: justify;
	color: #7882ae;
}
.modal-footer {
	/* padding: 12px; */
	background-color: #fff;
	color: #7882ae;
	padding: 12px 12px 20px 12px;
	border-top: thin solid #7882ae;
}
