#wpwrap {
	background-color: #fff;
	
}

th {
	cursor: pointer;
}

legend {
	display: none;	
}

#fca_eoi_subscribers{
	width: 100%;
	max-width: 280px;
}

.fca_eoi_settings_text_input{
	width: 100%;
	max-width: 280px;
}
.fca_eoi_help_text {
	font-style: italic;	
	
}
.fca_eoi_license_status_text {
	text-align: center;
	display: inline-block;
	position: relative;
	left: -85px;
	min-width: 52px;
	padding: 3px 5px;
	margin-left: 3px;
	border-radius: 5px;
	color: #fff;
	
}
.fca_license_active {
	background: #7ad03a;
	margin-right: -67px;
}

.fca_license_inactive {
	background: #dd3d36;
	margin-right: -72px;
}
.fca_eoi_help_text a {
	text-decoration: none;
}
/* 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-radius: 30px;
}
.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: #39b0ff;
	color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: attr(data-content-off);
    padding-right: 10px;
    background-color: #EEE;
	color: #32373c;
    text-align: right;
	font-weight: 500;
}
.onoffswitch-switch {
    display: block;
	width: 30px;
	height: 30px;
    background: #FFFFFF;
    position: absolute;
	top: -1px;
	right: 50px;
    border: 1px solid #DDD;
	border-radius: 30px;
    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: -1px; 
}



/* MOBILE */

@media screen and (max-width: 782px) {
	.fca_eoi_license_status_text {
		position: initial;
	}
	
}
