/* ----------------------------------------------------------------- */ /* 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;
	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-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-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 .tabs{
    margin: -25px 0px 15px 0px !important;
    padding: 5px 5px 5px 5px !important;
}

.pl_popup .tabs .tabsContainer{
	border-top: 0px !important;
}

.pl_popup .pl_pu_header{ /*background: #ffffff;*/ background: #e9edf2; 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{ display: inline-block; vertical-align: middle; color: #3f4047; font-size: 15px; opacity: 0.5; 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{ opacity: 0.8; }
.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; opacity: 0.5; }
.pl_popup .pl_pu_content{ overflow: hidden; overflow-y: auto; padding: 20px 10px 20px 10px; }
.pl_popup .pl_pu_buttons{ text-align: right; background: #ffffff; border-top: 1px solid #e9edf2; padding: 10px 10px 10px 10px; }
.pl_popup .pl_pu_buttons p{
	display: inline-block;
	vertical-align: middle;

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

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

	-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: #e9edf2 !important; } /*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: #e9edf2 !important; /*background: #20c0c3 !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.pl_button_color_01{ color: #0F1111 !important; }
.pl_popup .pl_pu_buttons p.pl_button_color_02{ color: #0F1111 !important; }

/* custom */
.pl_popup.custom{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.pl_popup.custom .pl_pu_header{ display: none; }
.pl_popup.custom .pl_pu_content{ padding: 20px 20px 20px 20px; }

.pl_popup.custom .pl_pu_content .icon{ display: block; margin: 0px 0px 15px 0px; width: 100%; }
.pl_popup.custom .pl_pu_content .icon i{ font-size: 50px !important; }

.pl_popup.custom .pl_pu_content p.description, .pl_popup.custom .pl_pu_content p.description *{ font-size: 18px; font-weight: normal; text-align: center; }
.pl_popup.custom .pl_pu_content p.description b{font-weight: bold; }

.pl_popup .pl_pu_buttons{ border-top: 0px; padding: 0px 20px 20px 20px; }
.pl_popup.custom .pl_pu_buttons p{ font-size: 12px; }

@media only screen and (max-width: 400px) {
	.pl_popup.custom .pl_pu_buttons p{
		display: block;
		margin: 10px 0px 0px 0px;

		text-align: center;
		font-size: 14px;
		
		background-color: #efefef;
		border: 1px solid #e4e4e4;

		padding: 14px 20px 14px 20px;
	}
}

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

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

.popup_table.pt_highlight{ margin: 0px 0px 15px 0px; background: rgba(1,1,1, 0.05); }
.popup_table.pt_highlight .popup_cell{ padding: 10px 10px 10px 10px !important; }

.popup_table .popup_cell .popup_title{
	font-weight: bold;
	font-size: 14px;
	
	background: #c6e5ef;
	border: 1px solid #9cb2b9;
	
	padding: 10px 10px 10px 10px;
}

.popup_buttons_container{
	margin: 15px auto 0px auto;
	width: 100%;
	text-align: center;
}

.popup_buttons_container p:hover{ -webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8; }
.popup_buttons_container p{
	display: inline-block;
	margin: 0px 10px 0px 10px;

	font-weight: bold;
	background-color: #ebebeb;

	cursor: pointer;
	padding: 10px 25px 10px 25px;

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

.popup_cell{ display: table-cell; vertical-align: top; padding: 5px 5px 5px 5px; }
.popup_cell.pc_short{ width: 130px; }
.popup_cell.popup_cell_inline{ white-space: nowrap; }
.popup_cell.popup_cell_inline *{ display: inline-block; vertical-align: middle; white-space: nowrap; }
.popup_cell .pc_i_short{ width: 70px; }

.popup_cell p{
	margin: 0px 0px 4px 0px;

	color: #676767; /* 737373 */ /* 333333 */
	font-size: 14px;
	font-weight: bold;

	position: relative;
}

.popup_cell p i{
	display: inline-block;
	vertical-align: middle;

	margin: -1px 5px 0px 0px;
	font-size: 15px;
}

.popup_cell p i.help{
	margin: -4px 0px 0px 10px;
	font-size: 15px;

	cursor: pointer;
	-webkit-opacity: 0.8; -moz-opacity: 0.8; -ms-opacity: 0.8; -o-opacity: 0.8; opacity: 0.8;
}

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

.popup_cell p.pt_warning_text{
	margin: 0px 0px 0px 0px !important;
	text-align: center !important;
	line-height: 18px !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{
	margin: 0px 0px 5px 0px;

	width: 100%;
	height: 38px;

	font-size: 14px;
	color: #5f5f5f;

	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 0px 10px 0px 10px;
}

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

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

.popup_cell input[type=number]::-webkit-inner-spin-button, 
.popup_cell input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.popup_cell input[type="checkbox"]{	width: 15px !important;	height: 15px !important; }
.popup_cell input[disabled], .popup_cell textarea[disabled], .popup_cell select[disabled]{ background: #f1f1f1; cursor: not-allowed; }

.popup_cell.popup_cell_inline p{ margin: 0px 0px 0px 0px; }
.popup_cell.popup_cell_inline input, .popup_cell.popup_cell_inline input.mleft{ margin: 0px 0px 0px 5px !important; }
.popup_cell.popup_cell_inline input.mright{ margin: 0px 5px 0px 0px !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; }

.popup_separaor{
	margin: 15px 0px 15px 0px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	
	background: #cccccc;
}

.popup_group_title:first-child{ margin: 0px auto 15px auto !important; }
.popup_group_title{
	margin: 30px auto 15px auto;
	width: 100%;
	height: auto;

	font-weight: bold;
	text-align: center;

	background-color: #c1d9ff;
	padding: 10px 25px 10px 25px;
}

@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: auto;

	text-align: center;
	background: #333333;
	border: 0px;
	padding: 15px 25px 15px 25px;

	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{
	font-size: 16px;
	line-height: 140%;
	color: #ffffff;
}

/* --------------------------------------------------------- */ /* plugin tabs */
.tabs {
    margin: 0px auto 0px auto;
    width: 100%;
    overflow: hidden;
    
    text-align: left;
    
    cursor: pointer;
    padding: 0px 14px 0px 14px;
}

.tabs .tabsContainer{
	border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.tabs p {
    display: inline-block;
    vertical-align: middle;
    
    margin: 0px 20px 0px 0px !important;
    width: auto !important;
    
    font-size: 11px !important;
    text-align: left !important;
    font-weight: bold;
    color: #777c9d;
    cursor: pointer;

    padding: 12px 0px 12px 0px;

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

.tabs p:hover { opacity: 0.7; }
.tabs p.active { color: #333333; }

.tabs span.tablinksSeparator{
    display: inline-block;
    vertical-align: middle;
    
    margin: 0px 20px 0px 0px;
    width: 1px;
    height: 11px;

    background: rgba(119,124,157, 0.2);
    padding: 0px 0px 0px 0px;
}

.tabs select{
	margin: 10px 0px 10px 0px;
    width: 100%;
    
	font-size: 16px;

    border: 1px solid #cccccc;
	border-left: 4px solid #9dc4ff!important;
	
	padding: 10px 10px 10px 10px;
}

.tabs select:focus{
	-webkit-outline: none; -moz-outline: none; -ms-outline: none; -o-outline: none; outline: none;
}

@media only screen and (max-width: 500px) {
	.tabs p { font-size: 12px !important; }
	.tabs span.tablinksSeparator{ height: 12px !important; }
}

/* ----------------------------------------------------------------- */ /* tooltip */
.custom_tooltip{
	font-size: 14px !important;
    color: white !important;
    background: #333333 !important;

    border: 0px !important;
    padding: 10px 10px 10px 10px !important;
}