/* ----------------------------------------------------------------- */ /* popup */
.divPopUp{ display: none !important; }

.pl_popup_container{
	display: none;
	margin: auto;
	width: 100%;
	height: 100%;

	text-align: center;
	background: rgba(1,1,1, 0.4);

	position: fixed;
	z-index: 2500;
	top: 0px;
	left: 0px;
}

.pl_popup{
	margin: auto;
	width: 50%;
	height: auto;
	max-height: 70%;

	overflow: hidden;
	text-align: left;

	border-top: 5px solid #fd3b8c; /* #dc6e00 */
	background: #ffffff;

	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-box-shadow: 3px 7px 29px -2px rgba(107,107,107,1);
	-moz-box-shadow: 3px 7px 29px -2px rgba(107,107,107,1);
	-ms-box-shadow: 3px 7px 29px -2px rgba(107,107,107,1);
	-o-box-shadow: 3px 7px 29px -2px rgba(107,107,107,1);
	box-shadow: 3px 7px 29px -2px rgba(107,107,107,1);
}

.pl_popup .pl_pu_header{ display: none; }
.pl_popup .pl_pu_header{ background: #ffffff; border-bottom: 1px solid #e8ebee;	padding: 15px 10px 15px 10px; }
.pl_popup .pl_pu_header .pl_ph_table{ width: 100%; height: auto; overflow: hidden; display: table; border-collapse: collapse; }
.pl_popup .pl_pu_header .pl_ph_cell{ display: table-cell; vertical-align: middle; }
.pl_popup .pl_pu_header .pl_ph_cell.pl_ph_cell_right{ width: 30px; min-width: 30px; max-width: 30px; text-align: center; }
.pl_popup .pl_pu_header .pl_ph_cell.pl_ph_cell_right i{ color: #3f4047; font-size: 15px; cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.pl_popup .pl_pu_header .pl_ph_cell.pl_ph_cell_right i:hover{ color: #3f4047; }
.pl_popup .pl_pu_header .pl_ph_title p{ color: #3f4047;	font-size: 16px; font-weight: bold; }
.pl_popup .pl_pu_header .pl_ph_description p{ margin: 3px 0px 0px 0px; color: #3f4047; }
.pl_popup .pl_pu_header .pl_ph_description i{ margin: 0px 5px 0px 2px; color: #3f4047; }
.pl_popup .pl_pu_content{ overflow: hidden; overflow-y: auto; padding: 30px 20px 25px 20px; }
.pl_popup .pl_pu_buttons{ text-align: right; background: #ffffff; border-top: 1px solid #d5d8da; padding: 10px 10px 10px 10px; }
.pl_popup .pl_pu_buttons p{
	display: inline-block;
	vertical-align: middle;

	margin: 0px 5px 0px 5px;
	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;

	color: #3f4047;
	/*background: #ffffff;*/
	/*border: 1px solid #e8ebee;*/
	
	cursor: pointer;
	padding: 10px 15px 10px 15px;

	/*-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;*/
}

.pl_popup .pl_pu_header.pl_header_00 i,
.pl_popup .pl_pu_header.pl_header_00 i:hover,
.pl_popup .pl_pu_header.pl_header_00 p{ color: #ffffff !important; }
.pl_popup .pl_pu_header.pl_header_00{ 	background: #ffffff !important; }

.pl_popup .pl_pu_header.pl_header_01 i,
.pl_popup .pl_pu_header.pl_header_01 i:hover,
.pl_popup .pl_pu_header.pl_header_01 p{ color: #ffffff !important; }
.pl_popup .pl_pu_header.pl_header_01{
	background: #d5d8da !important;

	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
}

.pl_popup .pl_pu_header.pl_header_02 i,
.pl_popup .pl_pu_header.pl_header_02 i:hover,
.pl_popup .pl_pu_header.pl_header_02 p{ color: #ffffff !important; }
.pl_popup .pl_pu_header.pl_header_02{
	background: #e76c6e !important;

	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
	box-shadow: 0px 0px 20px rgba(0,0,0, 0.15);
}

.pl_popup .pl_pu_buttons p{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pl_popup .pl_pu_buttons p:hover{ opacity: 0.8; }
.pl_popup .pl_pu_buttons p.pl_button_color_01{ color: #ffffff !important; }
.pl_popup .pl_pu_buttons p.pl_button_color_02{ color: #ffffff !important; }

/* ----------------------------------------------------------------- */ /* popup content */
.popup_table{
	margin: auto;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}

.popup_cell{ display: table-cell; vertical-align: middle; padding: 5px 5px 5px 5px; }

.popup_cell.popup_cell_inline{ white-space: nowrap; }
.popup_cell.popup_cell_inline *{ display: inline-block; vertical-align: middle; white-space: nowrap; }

.popup_cell p{
	margin: 0px 0px 4px 0px;
	font-size: 13px;
	font-weight: bold;

	position: relative;
}

.popup_cell p.pt_informative_text{
	margin: 10px 0px 5px 0px !important;
	text-align: center !important;
	font-weight: normal !important;
}

.popup_cell input:focus, .popup_cell textarea:focus, .popup_cell select:focus{ -webkit-outline: none; -moz-outline: none; -ms-outline: none; -o-outline: none; outline: none; }
.popup_cell input, .popup_cell textarea, .popup_cell select{
	width: 100%;
	height: 38px;

	font-size: 14px;
	color: #9d9d9d;

	border: 1px solid #9d9d9d;
	padding: 0px 10px 0px 10px;
}

.popup_cell textarea{
	resize: none;
	height: 80px;

	padding: 10px 10px 10px 10px;
}

.popup_cell .pc_i_short{ width: 70px; }

.popup_cell input[type="checkbox"]{	width: 15px !important;	height: 15px !important; }
.popup_cell.popup_cell_inline input{ margin: 0px 0px 0px 5px !important; }

.popup_cell p > .side_button{ margin-left: 10px; color: #5f5f5f; font-weight: normal; cursor: pointer; position: absolute; right: 0px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;  }
.popup_cell p > .side_button:hover{ opacity: 0.8; }

@media only screen and (max-width: 900px) {
	.pl_popup{ width: 70% !important; }
}

@media only screen and (max-width: 500px) {
	.pl_popup{ width: 90% !important; }
}

/* ----------------------------------------------------------------- */ /* loading */
.pl_loading_container{
	display: none;
	margin: auto;
	width: 100%;
	height: 100%;

	text-align: center;
	background: rgba(1,1,1, 0.4);

	position: fixed;
	z-index: 3000;
	top: 0px;
	left: 0px;
}

.pl_loading{
	margin: auto;

	position: relative;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pl_loading.pl_loading_in_div{
	position: static !important;
	text-align: center !important;

	padding: 20px 10px 20px 10px;

	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

/* ----------------------------------------------------------------- */ /* alert */
.pl_alert{
	display: none;
	margin: auto;
	
	width: 80%;
	max-width: 500px;

	text-align: center;
	
	position: fixed;
	z-index: 3500;
	top: 50px;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);

	/*-webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px;*/
}

.pl_alert p{
	display: inline-block;

	font-size: 16px !important;
	color: #ffffff;

	background: #333333;
	padding: 13px 25px 13px 25px;
}