@CHARSET "UTF-8";

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	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 */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

.modal-footer {
	height: 50px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	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 */
}

.modal-content2 {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

.modal-footer2 {
	height: 50px;
}

.close2 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close2:hover, .close2:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal3 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	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 */
}

/* Modal Content/Box */
.modal-content3 {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

.modal-footer3 {
	height: 50px;
}

.close3 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close3:hover, .close3:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal4 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	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 */
}

/* Modal Content/Box */
.modal-content4 {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

.modal-footer4 {
	height: 50px;
}

.close4 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close4:hover, .close4:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal5 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	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 */
}

/* Modal Content/Box */
.modal-content5 {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
}

.modal-footer5 {
	height: 50px;
}

.close5 {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close5:hover, .close4:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:1200px) {
	.modal-content {
		width: 80%;
	}
	.modal-content2 {
		width: 80%;
	}
	.modal-content3 {
		width: 80%;
	}
	.modal-content4 {
		width: 80%;
	}
	.modal-content5 {
		width: 80%;
	}
}

@media screen and (max-width:978px) {
	.modal-content {
		width: 80%;
	}
	.modal-content2 {
		width: 90%;
	}
	.modal-content3 {
		width: 80%;
	}
	.modal-content4 {
		width: 80%;
	}
	.modal-content5 {
		width: 80%;
	}
}

}
@media screen and (max-width:625px) {
	.modal-content {
		width: 90%;
	}
	.modal-content2 {
		width: 100%;
	}
	.modal-content3 {
		width: 90%;
	}
	.modal-content4 {
		width: 90%;
	}
	.modal-content5 {
		width: 90%;
	}
}