* {
	box-sizing: border-box;
}

#wpbody-content {
	display: none;
}
#fca_lpc_submit_button{
	margin-right: 5px;
}

img[src=''] {
	display: none !important;
}


/* COLOR PICKER */

#fca-lpc-bg-none {
	background-color: #fff;
	border: 1px solid #CCC;
	min-width: 180px;
	min-height: 101px;
	width: auto;
	height: auto;
	padding: 8px;
	margin-left: -4px;
}

.fca-lpc-field-color {
	max-width: 252px;
}
.fca-lpc-field.fca-lpc-field-color a.wp-color-result {
	box-sizing: initial;
}
.fca-lpc-field-color input.button.wp-picker-clear {
	width: 70px;
	position: relative;
	top: -1px;
}

.fca-lpc-field-color .wp-picker-container input[type=text].wp-color-picker {
	position: relative;
	top: -1px;
}

/* IMAGE SELECTOR */
.fca-lpc-bg-item {
	display: inline-block;
	box-sizing: border-box;
	width: 180px;
	height: 101px;
	background-color: rgb(45,45,45);
	cursor: pointer;
	vertical-align: top;
	margin: 0 12px 12px 0;
	text-align: center;
}
.fca-lpc-bg-item img{
	width: 180px;
	height: 101px;
}

.fca-lpc-logo-item img{
	height: 60px;
}


.fca_lpc_success_redirect_toggle {
	cursor: pointer;
}

/* IMAGE HOVER CONTROLS */

#fca-lpc-bg-upload {
	background-color: #fff;
	border: 1px solid #CCC;
}

#fca-lpc-bg-upload .fca-lpc-image-upload-btn {
	position: relative;
	top: 37px;
}

div.fca-lpc-logo-hover-controls {
	display: none;
	position: relative;
	top: -11px;
	z-index: 1;
}

div.fca-lpc-image-hover-controls {
	display: none;
	position: relative;
	top: -47px;
	left: -4px;
	margin-bottom: -34px;
	z-index: 1;
}

div.fca-lpc-logo-hover-controls:hover {
	display: block;
}

div.fca-lpc-image-hover-controls:hover {
	display: block;
}

img.fca-lpc-custom-logo:hover + div.fca-lpc-logo-hover-controls {
	display: block;
}

img.fca-lpc-custom-image:hover + div.fca-lpc-image-hover-controls {
	display: block;
}

.fca-lpc-custom_css {
	width: 100%;
}

.fca-lpc-image-change-btn, .fca-lpc-image-revert-btn {
	font-size: 1.5rem;
	margin-left: 7px !important;
}


.fca-bg-selected {
	outline: 4px solid #3498db;
}

.fca-lpc-setting-table {
	width: 100%;
	line-height: 34px;
}

.fca-lpc-header_mode, .fca-lpc-button_mode, .fca-lpc-success_mode {
	width: 70px;
}
.fca-lpc-setting-table input:not(.ed_button), .fca-lpc-setting-table textarea:not(.ed_button), .fca-lpc-setting-table select:not(.ed_button):not(.fca-lpc-header_mode):not(.fca-lpc-success_mode):not(.fca-lpc-button_mode) {
	width: 100%;
}
.fca-lpc-setting-table input.fca-lpc-input-datetime-local {
	width: 210px;
}
.fca-lpc-setting-table input.fca-lpc-input-number {
	width: 58px;
	margin-right: 6px;
}
.fca-lpc-setting-table .fca-lpc-field-checkbox {
	margin-bottom: 16px;
}
.fca-lpc-setting-table select.fca-lpc-particles_preset {
	margin-bottom: 16px;
	width: 103px;
}
.fca-lpc-setting-table select.fca-lpc-countdown_style {
	margin-top: 10px;
	margin-bottom: 16px;
	width: 110px;
}
.fca-lpc-setting-table select.fca_lpc-success_mode {
	width: 65px;
	margin-right: 8px;
}

#fca_lpc_more_image_link {
	margin: 0 0 32px 0;
}

.fca-lpc-setting-table input.fca-lpc-success_url {
	vertical-align: middle;	
}
#fca_lpc_thank_you_msg_row div.fca-lpc-field {
	display: inline-block;
	width: calc(100% - 70px);
}
#fca_lpc_thank_you_redirect_row div.fca-lpc-field {
	display: inline-block;
	width: calc(100% - 144px);
}
.fca_lpc_thank_you_subsetting {
	display: inline-block;
	width: 70px;
}
.fca-lpc-setting-table div.fca-lpc-field-number {
	display: inline;
}
.fca-lpc-setting-table textarea.fca-lpc-input-textarea {
	min-height: 5em;
}

.fca-lpc-setting-table input#fca-lpc-image-opacity-slider {
	width: 180px;
}

.fca-lpc-setting-table th {
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-weight: normal;
	
}
.fca-lpc-setting-table td {
	text-align: left;
	width: calc(100% - 200px);
}
th.fca-lpc-subheading {
	line-height: normal;
	padding-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
th.fca-lpc-subheading2 {
	line-height: normal;
	padding-top: 16px;
	font-size: 14px;
	font-weight: bold;
}
th.fca-lpc-first-subheading {
	padding-top: 0;
}
.fca_lpc_info_span {
	position: relative;
	top: -3px;
	font-style: italic;
}

/* ADD RULE BUTTON */
#fca_lpc_add_welcome_rule {
	color: #0073aa;
	text-decoration: underline;
	cursor: pointer;
}

.fca-lpc-welcome-url-row {
	margin: 5px 0;
}

.fca-lpc-setting-table input.fca-lpc-input-welcome-url-row {
	width: 250px;
	margin-left: 5px;
}

.fca_deletable_item .dashicons{
	padding: 5px;
	cursor: pointer;
}

.fca_deletable_item .fca_delete_icon:hover {
	color: #d54e21;
}

/* REDIRECT SELECT */
.fca-lpc-welcome_redirect_mode {
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.wysihtml5-sandbox {
	height: 360px !important;
}
.fca_lpc_footer_copy_wysi .wysihtml5-sandbox {
	height: 180px !important;
}

/* TOOLTIP ICON */
.fca_lpc_tooltip {
	font-size: 17px;
	vertical-align: middle;
	color: #666;
	margin-left: 2px;
}	

/* ON OFF SWITCH */

.onoffswitch {
	position: relative; width: 76px;
	-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block; overflow: hidden; cursor: pointer;
	border: 1px solid #FFF; border-radius: 20px;
}
.onoffswitch-inner {
	display: block; width: 200%; margin-left: -100%;
	transition: margin 0.3s ease-in-out 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
	font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: attr(data-content-on);
	padding-left: 10px;
	background-color: var(--wp-admin-theme-color); color: #FFFFFF;
}
.onoffswitch-inner:after {
	content: attr(data-content-off);
	padding-right: 10px;
	background-color: #EEEEEE; color: #32373c;
	text-align: right;
	font-weight: 500;
}
.onoffswitch-switch {
	display: block; width: 18px; margin: 6px;
	background: #FFFFFF;
	position: absolute; top: 0; bottom: 0;
	right: 42px;
	border: 1px solid #999999; border-radius: 20px;
	transition: all 0.3s ease-in-out 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px; 
}

/* TAGS */
.fca-lpc-tag {
	margin-left: 2px;
}
.fca-lpc-tag-wrapper {
	margin: 5px;
}
.fca-lpc-tag-delete {
	cursor: pointer;
	vertical-align: text-top;
}
.fca-lpc-tag-delete:hover {
	color: #d54e21;
}
.fca_lpc_setting_table button.fca_lpc_add_tag_btn {
	margin-left: 3px;
	margin-top: 2px;
}
	
/* SPINNER CSS */

.fca_lpc_icon {
	float: right;
	position: relative;
	top: 5px;
}
.dashicons-image-rotate {
	font-size: 13px;
	margin-top: 2px;
}

.fca_lpc_spin {
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 0.8s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-webkit-transform-origin: 50% calc(50% - 3.5px);
	transform-origin: 50% calc(50% - 3.5px);
}

@-webkit-keyframes spinnerRotate
{
	from{-webkit-transform:rotate(0deg);}
	to{-webkit-transform:rotate(-360deg);}
}
@-moz-keyframes spinnerRotate
{
	from{-moz-transform:rotate(0deg);}
	to{-moz-transform:rotate(-360deg);}
}
@-ms-keyframes spinnerRotate
{
	from{-ms-transform:rotate(0deg);}
	to{-ms-transform:rotate(-360deg);}
}