/* @override https://dev.fontspring.com/presentation_20140429/plugins/modals/modals.css?m=7d00b7 */

.modal {
	box-sizing: content-box;
	width: 600px;
	padding: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 50px 2px rgba(0, 0, 0, 0.2);
	line-height: normal;
	background-color: #fff;
	color: #000;
	z-index: 99999;
	position: relative;
	display: none;
	opacity: .99;
}

@media only screen and (min-width :200px) and (max-width : 899px) {
	
	.modal {
		width:90% !important;
		padding: 2%;
	}
}
.modal .center {
	text-align: center;
}
.license_modal, #license_modal {
	width: 650px;
}
.license_modal .content,
#license_modal .content {
	white-space: pre-line;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.3em;
	margin-right: 20px;
}
.license_modal .scrollbar_content,
#license_modal .scrollbar_content {
	margin-right: 20px;
}
.modal a.close,
.modal div.close {
	right:-14px;
	top:-14px;
	background-image: url(close.png);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	cursor: pointer;
	background-size: 30px 30px;
}

@media (max-width: 700px) { 
	.modal a.close,
	.modal div.close {
		right:-15px;
		top:-25px;
		background-image: url(close.png);
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		cursor: pointer;
		background-size: 50px 50px;
	}
	
}
#js_modal_mask {
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999998;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:none;
}

/* ////////////////////////////////////////////////////////////////////////
//						YOUR CUSTOM STYLES HERE 						//
/* //////////////////////////////////////////////////////////////////////*/
#js_modal_mask .loading_spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-image: url(loader.gif);
	background-size: 40px 40px;
}
.js_modal_loader {
	position: absolute;
	display: none;
}

#js_modal_mask #generic_loader_container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	text-align: center;
	border-radius: 15px;
	padding: 50px;
}
#js_modal_mask #generic_loader_container p {
	margin: 0;
	font-weight: bold;
	color: #037cd0;
	font-size: 18px;
}
#js_modal_mask #generic_loader_container .message_container {
	margin-top: 30px;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: -2px 0 48px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 0 48px -9px rgba(0,0,0,0.2);
	box-shadow: -2px 0 48px -9px rgba(0,0,0,0.2);
	border-radius: 8px;
}

.modal {
	background: #fff;
	font-size: 16px;
}

.modal ul {
	list-style-type: none;
}
.modal li {
	margin: 0 0 5px;
}
.modal .section {
	margin-bottom: 0;
}
.modal .fs_icon.grid1 {
	text-align: center;
}
.modal .grid1 {
	width: 18%;
}
.modal .grid4 {
	width: 78%;
	margin-left: 2%;
}

.modal div.fs_icon {
	font: 90px/90px 'icons';
	color: #2b94c8;
}
.modal h2, .modal h3 {
	text-align: center;
}
