
/* ========================================================= */
/* MODAL */
/* ========================================================= */
.lpj_dialog{
	position: fixed; width: 100%; height: 100%; top: 0; left: 0;
	 z-index: 999999;
	
	background: rgba(0, 0, 0, 0.7);
}


.lpj_dialog .lpj_dialog_content_wrap{
	position: relative; max-width: 900px; width: 90%; max-height: 90%; 
	overflow-y: auto; margin: 2.5% auto; 

	background: #FFFFFF;
}

.lpj_dialog .lpj_dialog_title{
	margin-bottom: 30px;
}

.lpj_dialog .lpj_dialog_content{
	position: relative; width: 100%; height: 100%; min-height: 100px; overflow-y: auto;
	
	background-size: 100%;
	padding: 0px;
}

.lpj_dialog .lpj_dialog_content .content{
	padding: 20px;
}

.lpj_dialog .close_btn_wrap{
	position: absolute; top: 10px; right: 10px;
	width: 36px; height: 36px;

	background: #B7D05D; border-radius: 50%;
}

.lpj_dialog a.lpj_dialog_close_btn{
	width: 36px; height: 36px; display: block; text-align: center; border-radius: 50%; text-decoration: none;

	color: #fff; font-size: 20px; line-height: 1.7;
}

.lpj_dialog a.lpj_dialog_close_btn:hover{
	background: #00B8FF; color: #fff;
}


/* ========================================================= */
/* AJAX LOADER OVERLAY*/
/* ========================================================= */
.global_ajax_loader,
.page_loading_overlay{
	position: fixed; left:0px; top:0px; width: 100%; height: 100%; z-index: 999999;
	background: rgba(0, 0, 0, 0.64);
}

.global_ajax_loader span,
.page_loading_overlay span{
	display: block; text-align: center; font-size: 30px; color: #FFF;
	padding-top: 40vh; margin-top: 0px;
}
