﻿/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
	/*background-color: #343434;*/
	background-color: #323946;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 0px;
	border: 1px solid #888;
	width: 520px; /* Could be more or less, depending on screen size */
	height: 320px;
}

	.modal-content p {
		margin-bottom: 20px;
	}


	.modal-content .fade {
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.modal-content .fadein {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		transition: all 1.5s;
	}

.modal-header {
	top: 0;
	padding: 0px 0px 0px 15px;
	background-color: lightgray;
	color: #343434;
	text-shadow: none;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}

/* Modal Body */
.modal-body {
	padding: 15px;
	text-shadow: none;
	color: white;
	overflow: auto; /* Enable scroll if needed */
}

/* Modal Footer */
.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
	text-shadow: none;
	margin-top: 10px;
}


/* The Close Button */
.close {
	color: #343434;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin: -30px -15px 0px 0px;
	/*border: solid 1px red;*/
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background-image: url("../images/icon_close.png");
}

	.close:hover,
	.close:focus {
		color: white;
		text-decoration: none;
		cursor: pointer;
	}


#CustomContentBody {
	/*width: 470px;
	height: 254px;*/
	/*width: 600px;*/
	height: 435px;
}
