.lcwp_form h3 {
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 10px 0;
}

.pc_form label {
	padding-right: 15px;
}
.pc_req_field {
	color: #F30;	
}
#pc_ulist_filter {
	width: 200px;	
	margin-top: 3px;
}
#pc_ulist_action {
	width: 130px;
}
.pc_trigger {
	cursor: pointer;	
}
.del_pc_user {
	color: #21759B;	
}
.del_pc_user:hover {
	color: #d54e21;	
}

.pc_table {
	margin-bottom: 35px;	
}
.pc_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	overflow: visible;
	
	background:  #fdfdfd;
    border-bottom: 1px solid #fff;
	border-top: 1px solid #E9E9E9;
    color: #444444;
}
.pc_table .pc_label_td {
	width: 27%;	
}
.pc_table .pc_field_td {
	width: 250px;	
}
.pc_table .pc_field_td > input,
.pc_table .pc_field_td > textarea,
.pc_table .pc_field_td > select {
	width: 90%;
}
.pc_table .pc_field_td > select {
	width: 221px;
}
.pc_table .info {
	font-family: sans-serif;
    font-size: 12px;
    font-style: italic;
	color: #999;	
	vertical-align: middle;
}
.pc_table .lcwp_slider {
    width: 57%;
	display: inline-block;	
	padding: 0;
}
.pc_table input.lcwp_slider_input {
	width: 50px;	
	margin-left: 3px;
	margin-top: 6px;
	text-align: center;
}
.pc_table .chosen-container-multi .search-field input {
	min-height: 25px;	
}

#pc_cats_wrap input {
	margin-bottom: -2px;	
}

.lcwp_form input.button-primary,
.pc_form input.button-primary {
	font-size: 12px !important;	
}

.pc_loading {
	display: inline-block;
	background: url('../img/loader.gif') no-repeat top left transparent;
	width: 20px;
	height: 20px;	
}

/* colpick - colorpicker */
.lcwp_colpick {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}
.lcwp_colpick .lcwp_colblock {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
	border: 1px solid #DDDDDD;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.lcwp_colpick input {
	padding-right: 28px; 	
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	width: 110px;
	min-width: 110px;
	max-width: 110px;
}
.colpick {
	z-index: 9999999;	
}

/* chosen multi dropdown */
.chosen-container-multi .chosen-drop {
	min-width: 200px;	
}


/************************************************/

/* add-ons menu - hide first submenu */
#toplevel_page_pc_addons .wp-submenu .wp-first-item {
	display: none !important;	
}


/* settings - registration form builder */
#pc_reg_form_builder_cmd_wrap {
	width: 100%;
	max-width: 800px;	
	float: left;
}
#pc_reg_form_builder_cmd_wrap input[type=text],
#pc_reg_form_builder_cmd_wrap select {
	width: 98%;
	min-width: 200px;	
}
#pc_reg_form_cmd input {
	box-shadow: none;
	-webkit-transition: background-color .4s ease-in, color .4s ease-in; 
	transition: 		background-color .4s ease-in, color .4s ease-in; 
}
#pc_reg_form_loader {
	padding-left: 15px;
	position: relative;
	top: 12px;	
}
#pc_reg_form_builder {
	clear: both;
	margin: 20px 0 0;
}
#pc_reg_form_builder table {
	tablewidth: 100%;
	max-width: 800px;	
}
#pc_rf_add_f_table {
	margin-bottom: 5px;	
}
#pc_rf_add_f_table input[type=text],
#pc_rf_add_f_table select {
	width: 69%;	
	min-width: 200px;
}
#pc_rf_builder_table {
	margin-bottom: 18px;	
}
#pc_rf_builder_table textarea {
	width: 100%;
	height: 25px;	
}
#pc_save_reg_f_hr {
	margin: 30px 0 0;
}


/* magnific popup implementation */
.mfp-bg.pc_sc_wizard_lb {
    z-index: 999999998;
}
.mfp-wrap.pc_sc_wizard_lb {
    z-index: 999999999;
	direction: ltr !important;
}
.pc_sc_wizard_lb .mfp-content {
    max-width: 600px;
	background: #fff;
	border-radius: 4px;
}

.toplevel_page_pc_user_manage .mfp-bg {
	z-index: 91042;	
}
.toplevel_page_pc_user_manage .mfp-wrap {
	z-index: 91043;	
}

.pc_sc_wizard_lb .mfp-close,
.pc_sc_wizard_lb .mfp-close:active {
	width: 38px;
	height: 38px;
	top: 18px;
	right: 25px;
	border-radius: 3px;
	line-height: 20px;
	background: #fff;
    color: #444 !important;
	opacity: 0.8;
	
	-webkit-transition: opacity .15s ease; 
	transition: 		opacity .15s ease;	
}
.pc_sc_wizard_lb .mfp-close {
	display: inline-block;	
}
.pc_sc_wizard_lb .pc_scw_block .mfp-close {
    display: none !important;
}
.lcwp_scw_choser_wrap {
	background: #7fc241 url("../img/lc_pattern.png") repeat fixed left 5px;
	border-radius: 4px 4px 0 0;
}
.lcwp_scw_choser {
	border: none !important;
    box-shadow: none !important;
    height: 35px !important;
    margin: 20px 50px 20px 25px !important;
    max-width: 300px;
    padding: 4px !important;
    width: 100%;
	border-radius: 3px;
	
	-webkit-transition: border-color .15s ease; 
	transition: 		border-color .15s ease;	
}
.lcwp_scw_choser:hover, .lcwp_scw_choser:focus, .lcwp_scw_choser:active {
	border-color: #d3d3d3;	
}
.lcwp_scw_choser option {
    padding: 6px 4px;
}

.lcwp_scw_block > ul {
	margin: 0;
	border: none;
	padding: 0;
	list-style: none;	
}
.lcwp_scw_field {
	padding: 15px 25px 16px !important;
	margin: 0 !important;
	border-bottom: 1px solid #e6e6e6; 	
}
.lcwp_scw_block > ul .lcwp_scw_field:last-child {
	border: none !important;
	padding: 20px 25px !important;	
}
.lcwp_scw_field > label {
	display: block;
    margin-bottom: 5px;
}
.lcwp_scw_field input[type=text],
.lcwp_scw_field select,
.lcwp_scw_field textarea {
	width: 100%;	
}
.lcwp_scw_field .search-field input {
	min-height: 27px;	
}
.lcwp_scw_field > p {
	margin-bottom: 0 !important;	
}



/* users list table */
.pc_users_list {
	margin: 10px 0 12px !important;	
	min-width: 1080px;
}
.pc_users_list tr:hover td {
	background: #f8f8f8;
}
.pc_users_list_navbar {
	margin-top: 40px;	
}
.pc_users_list_navbar.pc_bottom_navbar {
	margin-top: 0px;	
}
.pc_users_list_navbar .button-secondary {
	margin-top: 3px;	
}
.pc_users_list_navbar > label {
	padding-right: 5px;
}
.pc_users_list_navbar .pc_ulist_search_field {
	bottom: -2px;
    font-size: 95%;
    min-height: 28px;
    position: relative;
    min-width: 215px;
}
.pc_users_list_navbar .tablenav-pages a {
	border: 1px solid #e9e9e9;
}
.pc_ulist_icons {
	vertical-align: middle;			
}
.pc_ulist_icons span, .pc_ulist_icons a {
	display: inline-block;
	width: 18px;
	height: 20px;
	vertical-align: middle;	
}
.pc_ulist_icons i,
.pc_user_dashboard_edit_status_wrap i {
	color: #a2a2a2;
	font-size: 17px;
	line-height: normal;
	-webkit-transition: color .1s ease-in; 
	transition: 		color .1s ease-in; 
}
.pc_delete_user_btn:hover i, i.pc_del_user:hover {color: #cc0000;}
.pc_enable_user_btn:hover i, i.pc_enable_user:hover,
.pc_activate_user_btn:hover i  {color: #4f9524;}
.pc_disable_user_btn:hover i, i.pc_disable_user:hover {color: #ff6e00;}
.pc_edit_user_page_btn:hover i {color: #0073aa;}

.pc_ulist_icons .v_divider {
	color: #afafaf;
	padding: 0 7px 0 0px !important;
	width: 0 !important;
	text-indent: -9999px;
}
.pc_edit_user_link {
	display: inline-block;
	width: 100%;
	height: 100%;	
}
.pc_ulist_icons a:focus,
.pc_edit_user_link:focus {
	box-shadow: none;	
}

.pc_users_list .pc_filter_th {
	cursor: pointer;	
}
.pc_ulist_badges {
	width: 33px;
	min-width: 33px;
	padding-right: 3px !important;
	padding-left: 3px !important;	
	clear: both;
}
.pc_ulist_badges > * {
	max-width: 15px;
	display: inline-block;	
	margin: 0;
	cursor: help;
	float: left;
}
.pc_ulist_badges > *:nth-child(2n) {
	margin-left: 3px !important;
}
.pc_ulist_badges > *:nth-child(n+3) {
	margin-top: 3px !important;	
}
.pc_filter_th.active_asc:after,
.pc_filter_th.active_desc:after {
	bottom: -4px;
    font-family: "dashicons";
    font-size: 20px;
    height: 0;
    line-height: 0;
    position: relative;
}
.pc_filter_th.active_asc:after {content: "\f142";}
.pc_filter_th.active_desc:after {content: "\f140";}


/* advanced search form */
.button-primary.pc_advanced_search_btn {
	font-size: 13px;
	margin-top: 3px;	
}
#pc_adv_search,
#pc_bulk_cat_change {
	width: 95%;
	max-width: 500px;
	background: #fff;
    padding: 43px 30px 35px;
    position: relative;
    text-align: left;
	margin: 40px auto;	
}
#pc_adv_search table {
	margin-bottom: 0 !important;	
}
#pc_as_conds {
	border: none !important;
	margin-top: 20px;	
	box-shadow: none !important;
}
#pc_as_conds td {	
	background: #fdfdfd !important;
	border-width: 0 0 1px 0;
	border-color: #dfdfdf;
	position: relative;
}
#pc_as_conds tr:first-child td {
	border-bottom: 1px;	
}
.pc_as_remove_cond {
    font-size: 15px;
    line-height: 18px;
    color: #888;
	position: absolute;
	left: 10px;
	top: 11px;
	opacity: 0.45;
	cursor: pointer;
}
.pc_as_remove_cond:hover {
	opacity: 0.7;
}
#pc_as_conds tr h4 {
	margin: 0 0 0 26px;
}
#pc_as_conds tr h4 {
	font-size: 14px;
	margin-bottom: 6px;
}
#pc_as_conds tr div > * {
	margin: 0;	
}


/* bulk change categories */
#pc_bulk_cat_change .chosen-container-multi li.search-field input {
	height: 25px;	
}
.pc_bcc_response {
	display: inline-block;	
}


/* widget control box */
.pc_widget_control_wrap {
	border-bottom: 2px dashed #ccc;
    border-top: 2px dashed #ccc;
    padding: 5px 0 14px;
}
.pc_widget_control_wrap .chosen-container-multi li.search-field input {
	height: 25px !important;	
}


/* user pvt page - preview link */
#pc_pp_preview_link {
    display: inline-block;
    text-decoration: none;
	position: relative;
	float: left;
	top: 6px;
}


/* PC user categories - tweaks and custom fields */
#pc_cat_id_col {
	width: 40px;	
}
.taxonomy-pg_user_categories #addtag > .form-field:nth-of-type(2),
.taxonomy-pg_user_categories #the-list .inline-edit-col > label:nth-of-type(2),
.taxonomy-pg_user_categories #edittag tr.form-field:nth-of-type(2) {
	display: none !important;	
}


/* nav menu restriction field */
.menu-item-edit-active:hover { /* fix overlapping */
    z-index: 20;
}
.pc_menu_restr_wrap {
	margin-bottom: 3px !important;
    margin-top: 9px !important;
}
.pc_menu_restr_wrap > label {
	padding-bottom: 6px;
}
.pc_menu_restr_wrap .search-field input {
	min-height: 25px;	
}





/* USER DASHBOARD */
.pc_user_dashboard_heading {
	margin-bottom: 20px !important;
	width: 100%;
	background: url("../img/lcweb_logo.png") no-repeat scroll right bottom transparent;		
}
.pc_user_dashboard_heading img {
	display: inline-block;
	position: relative;
	bottom: -3px;
	margin-right: 7px;
}
.pc_user_dashboard_form a:focus,
.pc_user_dashboard_form a:active {
	box-shadow: none;	
}
.pc_user_dashboard_errors {
	margin: 18px 0 30px;
}

/* edit user - status box */
.pc_user_dashboard_status_panel {
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	border-radius: 2px;
}
.pc_user_dashboard_status_panel:after,
.pc_user_dashboard_added_on:after {
    content: "";
    clear: both;
    display: block;
}
.pc_user_dashboard_status_panel > div {
	float: left;
	width: 50%;	
	line-height: 27px;
	box-sizing: border-box;
	padding: 15px 22px;
}
.pc_user_dashboard_status_panel > div:first-child {
	border-right: 1px solid #e5e5e5;
}
.pc_edit_user_status {
	border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-weight: 600;
    padding: 3px 23px 4px;	
	line-height: normal;
	margin-left: 15px;
}
.pc_eus_1 {
	border-color: #44811F;
	background-color: #4F9524;
	color: #fff;
}
.pc_eus_2 {
	border-color: #ff6e00;
	background-color: #ff9b50;
	color: #444;	
}
.pc_eus_3 {
	border-color: #EAE148;
	background-color: #ECE459;
	color: #373737;
}
.pc_user_dashboard_edit_status_wrap {
	display: inline-block;
	padding-left: 25px;
	float: right;
}
.pc_user_dashboard_edit_status_wrap i {
	display: inline-block;
    font-size: 20px;
    position: relative;
    bottom: -3px;
    padding: 0 10px 0 3px;
    cursor: pointer;
}
.pc_user_dashboard_added_on > div {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;	
}
.pc_user_dashboard_added_on > div:last-child {
	text-align: right;	
}

/* tabs */
.pc_user_dashboard_tabs {
	margin: 32px 0 28px;
	background: #7fc241 url("../img/lc_pattern.png") repeat fixed left 5px;
	padding-top: 20px !important;
	border-radius: 3px 3px 0 0;	
}
.pc_user_dashboard_tabs a {
	font-size: 15px;
	line-height: 32px;	
}

/* sections */
.pc_user_dashboard_sect_title {
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 0;
	font-size: 14.5px;	
}
.pc_user_dashboard_sect_title .dashicons,
.pc_user_dashboard_sect_title .fa {
	padding-right: 5px;
	opacity: 0.77;
}
.pc_user_dashboard_section .pc_wps_warn button .dashicons,
.pc_user_dashboard_section .pc_wps_warn button .fa {
	padding-right: 3px;
	line-height: 26px;
}
.pc_user_dashboard_section {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.pc_ud_section_padding .pc_user_dashboard_section {
	padding: 15px;	
}
.pc_ud_2_cols_form .pc_user_dashboard_section {
	border: none;
	box-shadow: none;
}



/* responsive blocks */
.pc_user_dashboard_block {
	margin-bottom: 60px;	
}
.pc_user_dashboard_block.pc_ud_onehalf_w {
	width: calc(49.8% - 20px);
	display: inline-block;
	box-sizing: border-box;
	margin-right: 40px;
}
.pc_user_dashboard_block.pc_ud_onethird_w {
	width: calc(33% - 20px);
	display: inline-block;
	box-sizing: border-box;
	margin-right: 40px;
}
.pc_user_dashboard_block.pc_ud_onehalf_w.lor,
.pc_user_dashboard_block.pc_ud_onethird_w.lor {
	margin-right: 0;	
}
.pc_user_dashboard_block:after {
    content: "";
    clear: both;
    display: block;
}
.pc_ud_2_cols_form table {
	border-radius: 2px;
	border-collapse: collapse;
}
.pc_ud_2_cols_form th {
	width: 20%;	
}
.pc_ud_2_cols_form td {
	width: 30%;		
}
.pc_ud_2_cols_form td,
.pc_ud_2_cols_form th {
	padding: 17px 23px;
	vertical-align: middle;
	overflow: visible;
	background: #fdfdfd;
	border: 1px solid #e9e9e9;
}
.pc_ud_2_cols_form th {
	border-right: none;	
}
.pc_ud_2_cols_form td {
	border-left: none;	
}
.pc_ud_2_cols_form input[type=text],
.pc_ud_2_cols_form input[type=password],
.pc_ud_2_cols_form select,
.pc_ud_2_cols_form textarea {
	width: 98%;	
}

.pc_user_dashboard_section .pc_wps_warn {
	margin: 0;
	padding: 15px 19px;
	line-height: 27px;
}
.pc_user_dashboard_section .pc_wps_warn p {
	font-style: normal;	
}
.pc_user_dashboard_section .pc_wps_warn .button-secondary {
	margin: 0 16px;	
}



@media screen and (max-width: 1200px) { 
	.pc_user_dashboard_status_panel > div {
		float: none;
		width: 100%;	
	}
	.pc_user_dashboard_status_panel > div:first-child {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}	
	.pc_user_dashboard_block.pc_ud_onehalf_w,
	.pc_user_dashboard_block.pc_ud_onethird_w {
		display: block;
		width: 100%;
		margin-right: 0;	
	}
	.pc_ud_2_cols_form,
	.pc_ud_2_cols_form tbody, 
	.pc_ud_2_cols_form tbody tr,
	.pc_ud_2_cols_form tbody td {
		display: block;
		width: 100%;	
		min-width: 100%;
	}
	.pc_ud_2_cols_form th {
		border-bottom: none;
		border-left: none !important;
		padding-bottom: 0;	
	}
	.pc_ud_2_cols_form td {
		border-top: none;	
	}
	.pc_ud_2_cols_form input[type=text],
	.pc_ud_2_cols_form input[type=password],
	.pc_ud_2_cols_form select,
	.pc_ud_2_cols_form textarea {
		width: 90%;	
	}
}

/* fixed dashboard submit */
.pc_user_dashboard_fixed_submit {
	background: #f1f1f1;	
	bottom: 0;
    left: 160px;
    padding: 16px 0 14px;
    position: fixed;
    right: 0;
    z-index: 999;
	box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}
.pc_user_dashboard_fixed_submit input {
	left: 22px;
    position: relative;
	margin: 0 !important;
}
@media screen and (max-width: 960px) { 
	.pc_user_dashboard_fixed_submit {	
		left: 38px;
	}
}

/* WP user sync block */
[data-sect-id="wp_user_sync"] table,
[data-sect-id="wp_user_sync"] table th,
[data-sect-id="wp_user_sync"] table td {
	border: none;	
	padding: 0;
	box-shadow: none;
}
[data-sect-id="wp_user_sync"] table td:first-child {
	border-right: 1px solid #e9e9e9;	
	line-height: 26px;
}
[data-sect-id="wp_user_sync"] table th:last-of-type {
	padding-left: 23px;	
}

@media screen and (max-width: 1200px) { 
	[data-sect-id="wp_user_sync"] table td:first-of-type {
		padding-bottom: 20px;	
	}
	[data-sect-id="wp_user_sync"] table th:last-of-type {
		padding: 17px 0;	
		border-top: 1px solid #e5e5e5;
	}
}







/* add user - errors */
.ass="pc_edit_user_status_error ul {
    list-style: inside disc;
}
.pc_add_user_error li {
    border: none !important;
    padding: 7px 2px !important;
	margin: 0 !important;
}
.pc_add_user_error ul li:last-child {
	padding: 0;	
}


/* edit user - change status box */
#pc_man_user_edit_status_wrap {
	float: right;
	margin-right: 9%;	
}
#pc_man_user_edit_status_wrap a {
	display: inline-block;
	width: 19px;
	height: 19px;
	padding: 0 2px;
	position: relative;
	bottom: -3px;
}
#pc_man_user_edit_status_wrap a:hover,
#pc_man_user_edit_status_wrap a:focus {
	box-shadow: none !important;	
}
#pc_man_user_edit_status_wrap img {
	max-width: 19px;	
}









/* edit user - edit WP user fields in lightbox */
.mfp-bg.pc_wps_wp_fields_lb {
	z-index: 999998;	
}
.mfp-wrap.pc_wps_wp_fields_lb {
	z-index: 999999;		
}
/*.pc_wps_wp_fields_lb .mfp-iframe-holder {
	padding-top: 60px;	
	padding-bottom: 0;	
}*/
.pc_wps_wp_fields_lb .mfp-content {
	max-width: 1000px !important; 	
	margin-bottom: 40px;
}
.pc_wps_wp_fields_lb .mfp-close {
    position: fixed;
    top: 40px !important;
    background: #fff;
    width: 35px !important;
    padding: 0 !important;
    color: #333 !important;
    text-align: center !important;
    border-radius: 4px;
    height: 35px !important;
    line-height: 35px !important;	
	opacity: 0.9 !important;
	display: none;
	cursor: pointer;
	
	right: 50% !important;
	margin-right: -545px;
}
.pc_wps_wp_fields_lb .mfp-close:before {
	content: "×";
}
@media screen and (max-width: 1150px) {
	.pc_wps_wp_fields_lb .mfp-content {
		max-width: calc(100% - 75px - 75px) !important; 	
	}
	.pc_wps_wp_fields_lb .mfp-close {
		right: 35px !important;
		margin-right: 0;	
	}
}	


#icon-pc_user_manage {
	background: url(../img/pc_page_icon.png) no-repeat center center transparent;	
}


/* WP edit user page - user sync box */
#pc_wps_eus_wrap {
	width: 95%;
	max-width: 570px;
	background: #fbfbfb;
	vertical-align: top; 
	margin: 1.8em 0 2.1em !important; 
	box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.05);
	border-radius: 0px 0px 2px 2px; 		
}
#pc_wps_eus_heading {
	background: #7fc241 url("../img/lc_pattern.png") repeat fixed left 5px; 
	border-radius: 2px 2px 0 0;
	//color: #3f3f3f;
	color: #fefefe;
	text-shadow: 0 0 4px rgba(30, 30, 30, 0.35);
	
	font-size: 15px;
	line-height: normal;
	margin: 0;
	padding: 10px 14px;
}
#pc_wps_eus_table {
	margin: 0;
	width: 100%;	
}
#pc_wps_eus_table th {
	padding-left: 20px;	
}
#pc_wps_eus_table td {
	padding-right: 20px;	
}
#pc_wps_eus_table select {
	width: 100%;	
}
#pc_wps_eus_table .search-field {
	padding: 5px 3px;	
}










.pc_sidemeta_catlist {
	border: 1px solid #DFDFDF;
    overflow: auto;
    padding: 0.5em 0.9em;	
	background-color: #FFFFFF;
}

#pc_form_creator input {
	display: block;
	margin: auto;	
}
#pc_form_creator span {
	display: block;
	text-align: center;	
}
.pc_checkbox_list {
	margin: 0;	
}
.pc_checkbox_list > li {
	margin: 0;
	padding: 4px 0;
}
.pc_checkbox_list > li > label {
	padding-left: 15px;	
	vertical-align: middle;
	position: relative;
	top: -4px;
	display: inline-block;
}
.pc_page_title {
	background: url("../img/lcweb_logo.png") no-repeat scroll right bottom transparent;	
}

.pc_move_field {
	display: block;
	margin: auto;
	height: 15px;
	width: 15px;
	background: url(../img/move_icons.png) no-repeat bottom left transparent;
	cursor: n-resize;		
}
.pc_move_field:hover {
	background: url(../img/move_icons.png) no-repeat top left transparent;	
}
.pc_del_field {
	display: block;
	margin: auto;
	height: 15px;
	width: 15px;
	background: url(../img/del_icons.png) no-repeat bottom left transparent;
	cursor: pointer;		
}
.pc_del_field:hover {
	background: url(../img/del_icons.png) no-repeat top left transparent;	
}

.pc_check_wrap > label {
	display: block;
    float: right;
    padding: 5px;
    width: 122px;	
}

.pc_table td,
.lcwp_table td {
	overflow: visible !important;	
}
.pc_field_td ul:not(.chosen-choices),
.pc_field_td ul li:not(.search-choice) {
	border: none !important;
}


/* URL-based custom restriction & Lightbox wizards */
#pc_cust_restr h3,
#pc_lightbox h3 {
	border-bottom: none;	
	margin-bottom: 10px;
}
#pc_add_cr_trig,
#pc_add_lb_trig {
	background: #e3e3e3;
	border: 0 none;
    border-radius: 3px;
    color: #21759b !important;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 15px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
    top: 0;
}
#pc_add_cr_trig:hover,
#pc_add_lb_trig:hover {
	background: #ddd;	
}
#pc_cr_list {
	margin-bottom: 20px;	
}
#pc_cr_list li,
#pc_cr_list li > *,
#pc_lb_inst li,
#pc_lb_inst li > * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
#pc_cr_list > li,
#pc_lb_inst > li {
	background: #fff;
	padding: 13px 0 16px;
	margin-bottom: 20px;	
}
#pc_cr_list li aside,
#pc_lb_inst li aside {
	float: left;
	width: 50px;
}
#pc_cr_list li aside span,
#pc_lb_inst li aside span {
	left: 16px;
    margin: 0;
    position: relative;
    top: 5px;
}
#pc_cr_list li aside span:last-child {
	top: 30px;
}
#pc_lb_inst li aside span {
	top: 9px;
}
#pc_cr_list > li div,
#pc_lb_inst > li div {
	vertical-align: top;	
}
#pc_cr_list > li input:not(.default),
#pc_lb_inst .pc_lb_note { /* avoid binding chosen */
	width: 98%;
	font-size: 13px;
	padding: 4px 5px;
}

#pc_lb_inst div table {
	width: 98%;	
}
#pc_lb_inst div table td {
	width: 50%;
	border: none !important;	
	padding: 0 !important;
}
#pc_lb_inst div table td > span {
	padding: 0 10px;	
}
#pc_lb_inst div table td > span:last-child {
	padding-right: 0 !important;	
}
#pc_lb_inst .pclb_editow_wrap > .mce-container,
#pc_lb_inst .wp-editor-wrap {
	width: 98%;
}
#pc_lb_inst .pclb_editow_wrap > .mce-container {
	border: 1px solid #e5e5e5;
}	


#pc_cr_list > li input.default {
	min-height: 25px;	
}
#pc_cr_list > li label {
	width: 100%;
	min-width: 200px;
	max-width: 280px;	
	font-size: 13px;
	display: inline-block;
}
#pc_cr_list > li select {
	width: 100%;
	max-width: 670px;
}


/* Restriction's Wizard */
.pc_restr_wizard_wrap {
	padding: 2px 3px 8px;	
}
.pc_restr_wizard_wrap > hr {
	box-sizing: content-box;
    left: -14px;
    padding: 0 14px;
    position: relative;
    width: 100%;	
	margin: 15px 0 9px !important;
}
.pc_restr_wizard_wrap legend {
	padding-bottom: 2px;	
	display: inline-block;
}
.pc_restr_wizard_wrap legend i {
	padding-right: 7px;	
}
.pc_restr_wizard_wrap label {
	padding: 0 0 10px;	
}
.pc_restr_wizard_wrap select {
	width: 100%;
	max-width: 290px;
}
.pc_restr_wizard_block hr {
    border-color: #7fc241;
    border-style: dashed;
    border-width: 1px 0 0;
    margin: 14px 0 8px;
}
.pc_restr_wizard_wrap input.default {
	min-height: 26px;	
}
.pc_restr_wizard_wrap .chosen-choices {
	min-height: 30px;	
}

/* post's restriction layout */
#pc_redirect_meta h2.hndle {
	background: #7fc241 url("../img/lc_pattern.png") repeat fixed left 5px; 	
	color: #fefefe !important;
	text-shadow: 1px 0px 2px rgba(20, 20, 20, 0.15);
}
#pc_redirect_meta .toggle-indicator {
	position: relative;
	z-index: 10;
	color: #fefefe !important;
	text-shadow: 1px 0px 2px rgba(20, 20, 20, 0.15);
}
#pc_redirect_meta .handlediv:focus .toggle-indicator:before {
	box-shadow: none !important;	
}
#pc_redirect_meta .chosen-container-single {
	margin-top: 2px;	
}

/* term's restriction layout */
.pc_tax_restr_wizard .pc_restr_wizard_wrap {
	padding: 9px 14px 17px;	
}
.pc_tax_restr_wizard {
	width: 95%;
	max-width: 600px;
	background: #fbfbfb;
	vertical-align: top; 
	margin: 1.8em 0 2.1em !important; 
	box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.05);
	border-radius: 0px 0px 2px 2px; 	
}
.pc_tax_restr_wizard_td .pc_tax_restr_wizard {
	margin: 10px 0 7px !important; 	
}
.pc_tax_restr_wizard > h4 {
	background: #7fc241 url("../img/lc_pattern.png") repeat fixed left 5px; 
	border-radius: 2px 2px 0 0;
	//color: #3f3f3f;
	color: #fefefe;
	text-shadow: 0 0 4px rgba(30, 30, 30, 0.35);
	
	font-size: 15px;
	line-height: normal;
	margin: 0;
	padding: 10px 14px;
}
.pc_tax_restr_wizard .pc_restr_wizard_block {
	width: 100%;	
	position: relative;
}
.pc_restr_wizard_block fieldset label {
    min-width: 100%;
    padding: 0;
}
#pc_redirect_meta .pc_restr_wizard_block fieldset label {
    padding-bottom: 10px;
}
@media screen and (min-width: 1700px) { 
	.pc_tax_restr_wizard .pc_restr_wizard_block fieldset {
		display: inline-block;
		width: 49%;	
		box-sizing: border-box;
		vertical-align: bottom;
	}
	.pc_tax_restr_wizard .pc_restr_wizard_block fieldset label {
		min-width: 10px;
	}
	.pc_tax_restr_wizard .pc_restr_wizard_block fieldset:first-of-type {
		padding-right: 2%;
	}
	.pc_tax_restr_wizard .pc_restr_wizard_block fieldset:last-of-type {
		padding-left: 2%;
	}
	.pc_tax_restr_wizard .pc_restr_wizard_block fieldset hr {
		display: none;
	}
	.pc_tax_restr_wizard .pc_rw_lb fieldset:first-of-type {
		position: relative;	
	}
	.pc_tax_restr_wizard .pc_rw_lb .chosen-container {
		position: absolute;
		right: -102%;
		top: 0;	
	}	
}


/* restriction helper */
.pc_restr_helper {
	background: #f7f7f7;
    border-bottom: 1px dotted #e7e7e7;
    border-top: 1px dotted #e7e7e7;
    box-sizing: content-box;
    left: -14px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 9px 14px 6px;
    position: relative;
    width: 100%;
}
#pc_redirect_meta .pc_restr_helper {
	background: #fbfbfb;
	padding-top: 0;
	padding-bottom: 0;	
}
.pc_restr_helper dl {
	padding-top: 5px;
	padding-bottom: 0;
	margin: 0;	
}
.pc_restr_helper dl a,
.pc_restr_helper dl a:focus {
	box-shadow: none;
	text-decoration: none;	
}
.pc_restr_helper dt {
    float: left;
    font-size: 13px;
    padding-right: 6px;
}
.pc_restr_helper dt:after {
    content: "-";
    padding-left: 6px;
}
.pc_restr_helper dd {
	font-size: 13px;
	margin: 0 0 10px 14px;
}
#pc_redirect_meta .pc_restr_helper dd:last-child {
    margin-bottom: 8px;
}
.pc_rwh_allow {
	color: green;
}
.pc_rwh_block {
	color: #6A0000;
}

/* restrictions helper in lists */
th.column-pvtcontent {
	text-align: center;
    width: 110px;	
}
.pc_restr_wiz_in_list {
	position: relative;
	list-style: 0;
	padding: 0;
	margin: 0;
}
.pc_restr_wiz_in_list li {
    padding: 0 4px;
	display: inline-block;
	font-size: 0;
	margin: 0;
}
.pc_restr_wiz_in_list i {
	font-size: 17px;
	color: #6ea838;	
	cursor: help;
}
.pc_restr_wiz_in_list i:hover {
	color: #7fc241;	
}
i.pc_rw_no_restr,
i.pc_rw_no_restr:hover {
	color: #ccc;	
	cursor: default;	
}

/* helper's displaying in WP pointer */
.pc_rw_pointer_wrap .wp-pointer-arrow {
    border-width: 0 !important;
	left: auto !important;
	right: 0 !important;
}
.pc_rw_pointer_wrap .wp-pointer-arrow-inner {
    border-width: 0 7px 14px 9px !important;
	margin-left: -17px !important;
    margin-top: 0 !important;
}
.pc_rw_pointer_wrap .wp-pointer-content {
	padding-bottom: 0 !important;	
}
.wp-pointer-content .pc_restr_helper {
	border: none;
	background: transparent;
	box-sizing: border-box;
	width: auto;
	position: static;
	margin: 0;	
	padding-left: 10px;
}
.wp-pointer-content .pc_restr_helper i {
	bottom: -2px;
    display: inline-block;
    font-size: 16px;
    padding-right: 5px;
    position: relative;
    width: 15px;
}
.wp-pointer-content .pc_restr_helper dd {
    font-size: 13px;
    margin-left: 20px;
}
.pc_rw_pointer_head {
	padding: 11px 12px 15px !important;
	margin-bottom: 0 !important;
}
.pc_rw_pointer_head:before {
	display: none !important;	
}
.pc_rw_pointer_head i:first-child {
    font-size: 18px;
    padding-right: 8px;
}
.pc_rw_pointer_close {
	float: right;
	font-size: 22px;
	cursor: pointer;	
}


/* shortcode wizard */
.mce-ico.mce-i-pc_btn {
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	background: url(../img/users_icon_tinymce.png) no-repeat top left transparent;	
}

.pc_scw_wrap {
	width: 95% !important;
	max-width: 650px;
	
	top: 50% !important;
	left: 50% !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	
	-webkit-transform: 	translate(-50%, -50%); 
	-ms-transform: 		translate(-50%, -50%); 
	transform: 			translate(-50%, -50%); 	
}
.pc_scw_wrap #TB_ajaxContent {
	padding: 0 0 15px !important;	
}

#pc_sc_tabs {
	border-radius: 0;
	padding: 0;
	background: #fff;
	font-family: "Open Sans",​ sans-serif;
	font-size: 14.3px;
	border: 1px solid #fff;	
}
#pc_sc_tabs_wrap {
	background-color: #fff;
	background-image: none;
	border: none;
    display: block;
	margin: -1px -1px 0px !important; 
	padding: 0;
	border-radius: 0;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#pc_sc_tabs_wrap:after {
    border-collapse: collapse;
    content: "";
    display: table;
    clear: both;
}	
#pc_sc_tabs_wrap li {
	display: inline-block;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	background: transparent;
	cursor: pointer;
	padding: 0;
	border-radius: 0;
	border-width: 0 1px 1px 0 !important;
	border-style: solid;
	border-color: #dfdfdf;
	background: #ececec;
	overflow: hidden;
	float: left;
	
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
@media screen and (max-width:550px) { 
	#pc_sc_tabs_wrap li {
		float: none;
		min-width: 100%; 
	}	
	.pc_tinymce_table textarea {
		font-size: 14px;
		padding: 2px 6px;
	}
}
#pc_sc_tabs_wrap li.ui-tabs-active {
	background-color: #fff;	
}
#pc_sc_tabs_wrap li a {
	padding: 10px 0px;	
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #303030 !important;
	text-decoration: none !important;	
}
#pc_sc_tabs_wrap li a:focus, 
#pc_sc_tabs_wrap li a:active {
	box-shadow: none;	
}
#pc_sc_tabs .ui-tabs-panel {
	padding: 0;	
}
#pc_sc_main hr {
	border-width: 1px 0 0 0;
	border-color: #ccc;	
	width: 100%;
	margin-left: 0px;
}
.pc_tinymce_table {
	width: 100% !important;
	margin-bottom: 10px !important;	
}
.pc_tinymce_table tr td {
	border-bottom: 1px solid #e6e6e6; 
	padding: 15px 25px;
	min-width: 50%;
	font-size: 13px;
}
.pc_tinymce_table .tbl_last td {
	border-bottom: none !important;	
}
.pc_tinymce_table label {
	display: block !important;
	width: 100% !important;	
	font-size: 13px;
	margin: 0;
	padding: 0 0 7px !important;
}
.pc_tinymce_table input[type=text],
.pc_tinymce_table select,
.pc_tinymce_table textarea {
	width: 100%;
}
#pc_sc_tabs .search-field,
#pc_sc_tabs .search-field input {
	height: 25px;	
	min-width: 200px;	
}






/* users list */
.toplevel_page_pc_user_manage .tablenav-pages a {
	margin-left: 5px !important;	
}
.toplevel_page_pc_user_manage .tablenav-pages a#curr_pag {
	color: #333 !important;
	background-color: #FCFCFC !important;	
}

#pc_user_list_form tbody .content_row:hover {
	background-color: #ececec;	
}

/* warning boxes - clone WP4 style */
.pc_warn {
	margin: 5px 0 15px;
	background: #fff;
	border-left-style: solid;
	border-left-width: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 1px 12px;	
}
.pc_warn p {
	margin: 0.5em 0;
    padding: 2px;
}
.pc_warn a:active, .pc_warn a:focus {
	box-shadow: none;
}
.pc_warn.pc_success {border-left-color: #7ad03a;}
.pc_warn.pc_warning {border-left-color: #efdd19;}
.pc_warn.pc_error 	{border-left-color: #dd3d36;}



/* ICON WIZARD */
.pc_field_icon_trigger {
	display: inline-block;
	margin-right: 10px;
	float: left;	
}
.pc_field_icon_trigger i {
	background: #fff;
    border: 1px solid #dfdfdf;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 27px;
    margin: auto;
    text-align: center;
    width: 27px;
	overflow: hidden;
}
.pc_field_icon_trigger i:before {
	position: relative;
    top: 5px;	
}
.pc_lb_icons_wizard {
	padding-bottom: 10px;	
}
.pc_lb_icons_wizard h4 {
	background: #eee;
    font-size: 15px;
    font-weight: 600;
    margin: 17px 0 9px;
    padding: 7px 8px;
}
.pctoi_no_icon {
    font-size: 15px;
    line-height: 11px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 2px !important;
}
.pc_lb_icons_wizard > p,
.pc_lb_icons_wizard > i {
	cursor: pointer;	
}
.pc_lb_icons_wizard i {
    display: inline-block;
    font-size: 18px;
    padding: 8px;
    text-align: center;
    width: 20px;
	border-radius: 2px;	
}
.pc_lb_icons_wizard i,
.pc_lb_icons_wizard i:before {
	color: #747474 !important;
}
.pc_lb_icons_wizard i:hover,
.pc_lb_icons_wizard i:hover:before {
	background-color: #e9e9e9 !important;	
	color: #393939 !important;
}



/* datepicker z-index fix in add-user page */
.pcud_dp #ui-datepicker-div {
	z-index: 15 !important; 
 }


/* global wp users sync messages wrap */
.pc_gwps_result {
	padding-left: 20px;
	position: relative;
	bottom: -5px;	
}


/* question mark cursor */
.pc_help_cursor {
	cursor: help;	
}


/* WP 4 - remove "view details" link in plugins page */
body.plugins-php #privatecontent .plugin-version-author-uri a:last-child,
body.plugins-php #privatecontent-mail-actions-add-on .plugin-version-author-uri a:last-child,
body.plugins-php #privatecontent-secure-links-add-on .plugin-version-author-uri a:last-child,
body.plugins-php #privatecontent-user-data-add-on .plugin-version-author-uri a:last-child {
	display: none !important;	
}


/* visual composer - space attributes */
.wpb_pc-login-form .vc_admin_label:not(:nth-of-type(1)):before,
.wpb_pc-logout-box .vc_admin_label:not(:nth-of-type(1)):before,
.wpb_pc-pvt-content .vc_admin_label:not(:nth-of-type(1)):before,
.wpb_pc-registration-form .vc_admin_label:not(:nth-of-type(1)):before {
	color: #555;
    content: "|";
    margin-left: 2px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}


/* visual composer - multi checkbox layout */
.pc_vc_multichoice .vc_checkbox-label {
    display: inline-block;
    margin: 0 4% 5px 0;
    width: 45%;
}
.pc_vc_multichoice .edit_form_line {
	margin-bottom: 10px;	
}