/**
 * import-metabox-edit.css
 *
 * @since	1.2.0
 * @package feedzy-rss-feeds-pro
 */
.fz-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	background-color: #fff;
	background-image: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	font-size: 14px;
	line-height: 1.42857143;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fz-form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.fz-form-control::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.fz-form-control:-ms-input-placeholder {
	color: #999;
}

.fz-form-control::-webkit-input-placeholder {
	color: #999;
}

.fz-form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.fz-form-control[disabled],
.fz-form-control[readonly],
fieldset[disabled] .fz-form-control {
	opacity: 1;
	background-color: #eee;
}

.fz-form-control[disabled],
fieldset[disabled] .fz-form-control {
	cursor: not-allowed;
}

textarea.fz-form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].fz-form-control,
	input[type="time"].fz-form-control,
	input[type="datetime-local"].fz-form-control,
	input[type="month"].fz-form-control {
		line-height: 34px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.fz-input-group-sm input[type="date"],
	.fz-input-group-sm input[type="time"],
	.fz-input-group-sm input[type="datetime-local"],
	.fz-input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.fz-input-group-lg input[type="date"],
	.fz-input-group-lg input[type="time"],
	.fz-input-group-lg input[type="datetime-local"],
	.fz-input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.fz-form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding-left: 20px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.fz-form-control-static {
	min-height: 34px;
	margin-bottom: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.fz-form-control-static.input-lg,
.fz-form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.fz-form-group-sm .fz-form-control {
	height: 30px;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.fz-form-group-sm select.fz-form-control {
	height: 30px;
	line-height: 30px;
}

.fz-form-group-sm textarea.fz-form-control,
.fz-form-group-sm select[multiple].fz-form-control {
	height: auto;
}

.fz-form-group-sm .fz-form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.fz-form-group-lg .fz-form-control {
	height: 46px;
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
}

.fz-form-group-lg select.fz-form-control {
	height: 46px;
	line-height: 46px;
}

.fz-form-group-lg textarea.fz-form-control,
.fz-form-group-lg select[multiple].fz-form-control {
	height: auto;
}

.fz-form-group-lg .fz-form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .fz-form-control {
	padding-right: 42.5px;
}

.fz-form-control-feedback {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg + .fz-form-control-feedback,
.fz-input-group-lg + .fz-form-control-feedback,
.fz-form-group-lg .fz-form-control + .fz-form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm + .fz-form-control-feedback,
.fz-input-group-sm + .fz-form-control-feedback,
.fz-form-group-sm .fz-form-control + .fz-form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .fz-form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .fz-form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .fz-input-group-addon {
	border-color: #3c763d;
	color: #3c763d;
	background-color: #dff0d8;
}

.has-success .fz-form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .fz-form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .fz-form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .fz-input-group-addon {
	border-color: #8a6d3b;
	color: #8a6d3b;
	background-color: #fcf8e3;
}

.has-warning .fz-form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .fz-form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .fz-form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .fz-input-group-addon {
	border-color: #a94442;
	color: #a94442;
	background-color: #f2dede;
}

.has-error .fz-form-control-feedback {
	color: #a94442;
}

.has-feedback label ~ .fz-form-control-feedback {
	top: 25px;
}

.has-feedback label.feedzy-sr-only ~ .fz-form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.form-inline .fz-form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .fz-form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .fz-form-control-static {
		display: inline-block;
	}

	.form-inline .fz-input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .fz-input-group .fz-input-group-addon,
	.form-inline .fz-input-group .fz-input-group-btn,
	.form-inline .fz-input-group .fz-form-control {
		width: auto;
	}

	.form-inline .fz-input-group > .fz-form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .fz-form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .fz-form-group {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 7px;
		text-align: right;
	}
}

.form-horizontal .has-feedback .fz-form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .fz-form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .fz-form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.fz-btn {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-image: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.fz-btn:focus,
.fz-btn:active:focus,
.fz-btn.active:focus,
.fz-btn.focus,
.fz-btn:active.focus,
.fz-btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.fz-btn:hover,
.fz-btn:focus,
.fz-btn.focus {
	color: #333;
	text-decoration: none;
}

.fz-btn:active,
.fz-btn.active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fz-btn.disabled,
.fz-btn[disabled],
fieldset[disabled] .fz-btn {
	opacity: 0.65;
	box-shadow: none;
	cursor: not-allowed;

	filter: alpha(opacity=65);
}

a.fz-btn.disabled,
fieldset[disabled] a.fz-btn {
	pointer-events: none;
}

.fz-btn-default {
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}

.fz-btn-default:focus,
.fz-btn-default.focus {
	border-color: #8c8c8c;
	color: #333;
	background-color: #e6e6e6;
}

.fz-btn-default:hover {
	border-color: #adadad;
	color: #333;
	background-color: #e6e6e6;
}

.fz-btn-default:active,
.fz-btn-default.active,
.open > .dropdown-toggle.fz-btn-default {
	border-color: #adadad;
	color: #333;
	background-color: #e6e6e6;
}

.fz-btn-default:active:hover,
.fz-btn-default.active:hover,
.open > .dropdown-toggle.fz-btn-default:hover,
.fz-btn-default:active:focus,
.fz-btn-default.active:focus,
.open > .dropdown-toggle.fz-btn-default:focus,
.fz-btn-default:active.focus,
.fz-btn-default.active.focus,
.open > .dropdown-toggle.fz-btn-default.focus {
	border-color: #8c8c8c;
	color: #333;
	background-color: #d4d4d4;
}

.fz-btn-default:active,
.fz-btn-default.active,
.open > .dropdown-toggle.fz-btn-default {
	background-image: none;
}

.fz-btn-default.disabled:hover,
.fz-btn-default[disabled]:hover,
fieldset[disabled] .fz-btn-default:hover,
.fz-btn-default.disabled:focus,
.fz-btn-default[disabled]:focus,
fieldset[disabled] .fz-btn-default:focus,
.fz-btn-default.disabled.focus,
.fz-btn-default[disabled].focus,
fieldset[disabled] .fz-btn-default.focus {
	border-color: #ccc;
	background-color: #fff;
}

.fz-btn-default .badge {
	color: #fff;
	background-color: #333;
}

.fz-btn-primary {
	border-color: #2e6da4;
	color: #fff;
	background-color: #337ab7;
}

.fz-btn-primary:focus,
.fz-btn-primary.focus {
	border-color: #122b40;
	color: #fff;
	background-color: #286090;
}

.fz-btn-primary:hover {
	border-color: #204d74;
	color: #fff;
	background-color: #286090;
}

.fz-btn-primary:active,
.fz-btn-primary.active,
.open > .dropdown-toggle.fz-btn-primary {
	border-color: #204d74;
	color: #fff;
	background-color: #286090;
}

.fz-btn-primary:active:hover,
.fz-btn-primary.active:hover,
.open > .dropdown-toggle.fz-btn-primary:hover,
.fz-btn-primary:active:focus,
.fz-btn-primary.active:focus,
.open > .dropdown-toggle.fz-btn-primary:focus,
.fz-btn-primary:active.focus,
.fz-btn-primary.active.focus,
.open > .dropdown-toggle.fz-btn-primary.focus {
	border-color: #122b40;
	color: #fff;
	background-color: #204d74;
}

.fz-btn-primary:active,
.fz-btn-primary.active,
.open > .dropdown-toggle.fz-btn-primary {
	background-image: none;
}

.fz-btn-primary.disabled:hover,
.fz-btn-primary[disabled]:hover,
fieldset[disabled] .fz-btn-primary:hover,
.fz-btn-primary.disabled:focus,
.fz-btn-primary[disabled]:focus,
fieldset[disabled] .fz-btn-primary:focus,
.fz-btn-primary.disabled.focus,
.fz-btn-primary[disabled].focus,
fieldset[disabled] .fz-btn-primary.focus {
	border-color: #2e6da4;
	background-color: #337ab7;
}

.fz-btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.fz-btn-success {
	border-color: #4cae4c;
	color: #fff;
	background-color: #5cb85c;
}

.fz-btn-success:focus,
.fz-btn-success.focus {
	border-color: #255625;
	color: #fff;
	background-color: #449d44;
}

.fz-btn-success:hover {
	border-color: #398439;
	color: #fff;
	background-color: #449d44;
}

.fz-btn-success:active,
.fz-btn-success.active,
.open > .dropdown-toggle.fz-btn-success {
	border-color: #398439;
	color: #fff;
	background-color: #449d44;
}

.fz-btn-success:active:hover,
.fz-btn-success.active:hover,
.open > .dropdown-toggle.fz-btn-success:hover,
.fz-btn-success:active:focus,
.fz-btn-success.active:focus,
.open > .dropdown-toggle.fz-btn-success:focus,
.fz-btn-success:active.focus,
.fz-btn-success.active.focus,
.open > .dropdown-toggle.fz-btn-success.focus {
	border-color: #255625;
	color: #fff;
	background-color: #398439;
}

.fz-btn-success:active,
.fz-btn-success.active,
.open > .dropdown-toggle.fz-btn-success {
	background-image: none;
}

.fz-btn-success.disabled:hover,
.fz-btn-success[disabled]:hover,
fieldset[disabled] .fz-btn-success:hover,
.fz-btn-success.disabled:focus,
.fz-btn-success[disabled]:focus,
fieldset[disabled] .fz-btn-success:focus,
.fz-btn-success.disabled.focus,
.fz-btn-success[disabled].focus,
fieldset[disabled] .fz-btn-success.focus {
	border-color: #4cae4c;
	background-color: #5cb85c;
}

.fz-btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.fz-btn-info {
	border-color: #46b8da;
	color: #fff;
	background-color: #5bc0de;
}

.fz-btn-info:focus,
.fz-btn-info.focus {
	border-color: #1b6d85;
	color: #fff;
	background-color: #31b0d5;
}

.fz-btn-info:hover {
	border-color: #269abc;
	color: #fff;
	background-color: #31b0d5;
}

.fz-btn-info:active,
.fz-btn-info.active,
.open > .dropdown-toggle.fz-btn-info {
	border-color: #269abc;
	color: #fff;
	background-color: #31b0d5;
}

.fz-btn-info:active:hover,
.fz-btn-info.active:hover,
.open > .dropdown-toggle.fz-btn-info:hover,
.fz-btn-info:active:focus,
.fz-btn-info.active:focus,
.open > .dropdown-toggle.fz-btn-info:focus,
.fz-btn-info:active.focus,
.fz-btn-info.active.focus,
.open > .dropdown-toggle.fz-btn-info.focus {
	border-color: #1b6d85;
	color: #fff;
	background-color: #269abc;
}

.fz-btn-info:active,
.fz-btn-info.active,
.open > .dropdown-toggle.fz-btn-info {
	background-image: none;
}

.fz-btn-info.disabled:hover,
.fz-btn-info[disabled]:hover,
fieldset[disabled] .fz-btn-info:hover,
.fz-btn-info.disabled:focus,
.fz-btn-info[disabled]:focus,
fieldset[disabled] .fz-btn-info:focus,
.fz-btn-info.disabled.focus,
.fz-btn-info[disabled].focus,
fieldset[disabled] .fz-btn-info.focus {
	border-color: #46b8da;
	background-color: #5bc0de;
}

.fz-btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.fz-btn-warning {
	border-color: #eea236;
	color: #fff;
	background-color: #f0ad4e;
}

.fz-btn-warning:focus,
.fz-btn-warning.focus {
	border-color: #985f0d;
	color: #fff;
	background-color: #ec971f;
}

.fz-btn-warning:hover {
	border-color: #d58512;
	color: #fff;
	background-color: #ec971f;
}

.fz-btn-warning:active,
.fz-btn-warning.active,
.open > .dropdown-toggle.fz-btn-warning {
	border-color: #d58512;
	color: #fff;
	background-color: #ec971f;
}

.fz-btn-warning:active:hover,
.fz-btn-warning.active:hover,
.open > .dropdown-toggle.fz-btn-warning:hover,
.fz-btn-warning:active:focus,
.fz-btn-warning.active:focus,
.open > .dropdown-toggle.fz-btn-warning:focus,
.fz-btn-warning:active.focus,
.fz-btn-warning.active.focus,
.open > .dropdown-toggle.fz-btn-warning.focus {
	border-color: #985f0d;
	color: #fff;
	background-color: #d58512;
}

.fz-btn-warning:active,
.fz-btn-warning.active,
.open > .dropdown-toggle.fz-btn-warning {
	background-image: none;
}

.fz-btn-warning.disabled:hover,
.fz-btn-warning[disabled]:hover,
fieldset[disabled] .fz-btn-warning:hover,
.fz-btn-warning.disabled:focus,
.fz-btn-warning[disabled]:focus,
fieldset[disabled] .fz-btn-warning:focus,
.fz-btn-warning.disabled.focus,
.fz-btn-warning[disabled].focus,
fieldset[disabled] .fz-btn-warning.focus {
	border-color: #eea236;
	background-color: #f0ad4e;
}

.fz-btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.fz-btn-danger {
	border-color: #d43f3a;
	color: #fff;
	background-color: #d9534f;
}

.fz-btn-danger:focus,
.fz-btn-danger.focus {
	border-color: #761c19;
	color: #fff;
	background-color: #c9302c;
}

.fz-btn-danger:hover {
	border-color: #ac2925;
	color: #fff;
	background-color: #c9302c;
}

.fz-btn-danger:active,
.fz-btn-danger.active,
.open > .dropdown-toggle.fz-btn-danger {
	border-color: #ac2925;
	color: #fff;
	background-color: #c9302c;
}

.fz-btn-danger:active:hover,
.fz-btn-danger.active:hover,
.open > .dropdown-toggle.fz-btn-danger:hover,
.fz-btn-danger:active:focus,
.fz-btn-danger.active:focus,
.open > .dropdown-toggle.fz-btn-danger:focus,
.fz-btn-danger:active.focus,
.fz-btn-danger.active.focus,
.open > .dropdown-toggle.fz-btn-danger.focus {
	border-color: #761c19;
	color: #fff;
	background-color: #ac2925;
}

.fz-btn-danger:active,
.fz-btn-danger.active,
.open > .dropdown-toggle.fz-btn-danger {
	background-image: none;
}

.fz-btn-danger.disabled:hover,
.fz-btn-danger[disabled]:hover,
fieldset[disabled] .fz-btn-danger:hover,
.fz-btn-danger.disabled:focus,
.fz-btn-danger[disabled]:focus,
fieldset[disabled] .fz-btn-danger:focus,
.fz-btn-danger.disabled.focus,
.fz-btn-danger[disabled].focus,
fieldset[disabled] .fz-btn-danger.focus {
	border-color: #d43f3a;
	background-color: #d9534f;
}

.fz-btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.fz-btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}

.fz-btn-link,
.fz-btn-link:active,
.fz-btn-link.active,
.fz-btn-link[disabled],
fieldset[disabled] .fz-btn-link {
	background-color: transparent;
	box-shadow: none;
}

.fz-btn-link,
.fz-btn-link:hover,
.fz-btn-link:focus,
.fz-btn-link:active {
	border-color: transparent;
}

.fz-btn-link:hover,
.fz-btn-link:focus {
	color: #23527c;
	background-color: transparent;
	text-decoration: underline;
}

.fz-btn-link[disabled]:hover,
fieldset[disabled] .fz-btn-link:hover,
.fz-btn-link[disabled]:focus,
fieldset[disabled] .fz-btn-link:focus {
	color: #777;
	text-decoration: none;
}

.fz-btn-lg,
.fz-btn-group-lg > .fz-btn {
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
}

.fz-btn-sm,
.fz-btn-group-sm > .fz-btn {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.fz-btn-xs,
.fz-btn-group-xs > .fz-btn {
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

.fz-btn-block {
	display: block;
	width: 100%;
}

.fz-btn-block + .fz-btn-block {
	margin-top: 5px;
}

input[type="submit"].fz-btn-block,
input[type="reset"].fz-btn-block,
input[type="button"].fz-btn-block {
	width: 100%;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	vertical-align: middle;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 1000;
	top: 40px;
	left: 0;
	min-width: 160px;
	/* fallback if 100% not supported */
	min-width: 100%;
	margin: 2px 0 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	font-size: 14px;
	text-align: left;
	list-style: none;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	overflow: hidden;
	height: 1px;
	margin: 9px 0;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	clear: both;
	padding: 3px 20px;
	color: #333;
	font-weight: normal;
	line-height: 1.42857143;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #262626;
	background-color: #f5f5f5;
	text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	outline: 0;
	color: #fff;
	background-color: #337ab7;
	text-decoration: none;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	text-decoration: none;
	cursor: not-allowed;

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	color: #777;
	font-size: 12px;
	line-height: 1.42857143;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	z-index: 990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}

.fz-btn-group,
.fz-btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.fz-btn-group > .fz-btn,
.fz-btn-group-vertical > .fz-btn {
	float: left;
	position: relative;
}

.fz-btn-group > .fz-btn:hover,
.fz-btn-group-vertical > .fz-btn:hover,
.fz-btn-group > .fz-btn:focus,
.fz-btn-group-vertical > .fz-btn:focus,
.fz-btn-group > .fz-btn:active,
.fz-btn-group-vertical > .fz-btn:active,
.fz-btn-group > .fz-btn.active,
.fz-btn-group-vertical > .fz-btn.active {
	z-index: 2;
}

.fz-btn-group .fz-btn + .fz-btn,
.fz-btn-group .fz-btn + .fz-btn-group,
.fz-btn-group .fz-btn-group + .fz-btn,
.fz-btn-group .fz-btn-group + .fz-btn-group {
	margin-left: -1px;
}

.fz-btn-toolbar {
	margin-left: -5px;
}

.fz-btn-toolbar .fz-btn,
.fz-btn-toolbar .fz-btn-group,
.fz-btn-toolbar .fz-input-group {
	float: left;
}

.fz-btn-toolbar > .fz-btn,
.fz-btn-toolbar > .fz-btn-group,
.fz-btn-toolbar > .fz-input-group {
	margin-left: 5px;
}

.fz-btn-group > .fz-btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.fz-btn-group > .fz-btn:first-child {
	margin-left: 0;
}

.fz-btn-group > .fz-btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fz-btn-group > .fz-btn:last-child:not(:first-child),
.fz-btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fz-btn-group > .fz-btn-group {
	float: left;
}

.fz-btn-group > .fz-btn-group:not(:first-child):not(:last-child) > .fz-btn {
	border-radius: 0;
}

.fz-btn-group > .fz-btn-group:first-child:not(:last-child) > .fz-btn:last-child,
.fz-btn-group > .fz-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fz-btn-group > .fz-btn-group:last-child:not(:first-child) > .fz-btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fz-btn-group .dropdown-toggle:active,
.fz-btn-group.open .dropdown-toggle {
	outline: 0;
}

.fz-btn-group > .fz-btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.fz-btn-group > .fz-btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.fz-btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.fz-btn-group.open .dropdown-toggle.fz-btn-link {
	box-shadow: none;
}

.fz-btn .caret {
	margin-left: 0;
}

.fz-btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .fz-btn-lg .caret {
	border-width: 0 5px 5px;
}

.fz-btn-group-vertical > .fz-btn,
.fz-btn-group-vertical > .fz-btn-group,
.fz-btn-group-vertical > .fz-btn-group > .fz-btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.fz-btn-group-vertical > .fz-btn-group > .fz-btn {
	float: none;
}

.fz-btn-group-vertical > .fz-btn + .fz-btn,
.fz-btn-group-vertical > .fz-btn + .fz-btn-group,
.fz-btn-group-vertical > .fz-btn-group + .fz-btn,
.fz-btn-group-vertical > .fz-btn-group + .fz-btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.fz-btn-group-vertical > .fz-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.fz-btn-group-vertical > .fz-btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.fz-btn-group-vertical > .fz-btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fz-btn-group-vertical > .fz-btn-group:not(:first-child):not(:last-child) > .fz-btn {
	border-radius: 0;
}

.fz-btn-group-vertical > .fz-btn-group:first-child:not(:last-child) > .fz-btn:last-child,
.fz-btn-group-vertical > .fz-btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.fz-btn-group-vertical > .fz-btn-group:last-child:not(:first-child) > .fz-btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fz-btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.fz-btn-group-justified > .fz-btn,
.fz-btn-group-justified > .fz-btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.fz-btn-group-justified > .fz-btn-group .fz-btn {
	width: 100%;
}

.fz-btn-group-justified > .fz-btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"] > .fz-btn input[type="radio"],
[data-toggle="buttons"] > .fz-btn-group > .fz-btn input[type="radio"],
[data-toggle="buttons"] > .fz-btn input[type="checkbox"],
[data-toggle="buttons"] > .fz-btn-group > .fz-btn input[type="checkbox"] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	pointer-events: none;
}

.fz-input-group {
	display: table;
	position: relative;
	border-collapse: separate;
}

.fz-input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.fz-input-group .fz-form-control {
	float: left;
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
}

.fz-input-group .fz-form-control:focus {
	z-index: 3;
}

.fz-input-group-lg > .fz-form-control,
.fz-input-group-lg > .fz-input-group-addon,
.fz-input-group-lg > .fz-input-group-btn > .fz-btn {
	height: 46px;
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
}

select.fz-input-group-lg > .fz-form-control,
select.fz-input-group-lg > .fz-input-group-addon,
select.fz-input-group-lg > .fz-input-group-btn > .fz-btn {
	height: 46px;
	line-height: 46px;
}

textarea.fz-input-group-lg > .fz-form-control,
textarea.fz-input-group-lg > .fz-input-group-addon,
textarea.fz-input-group-lg > .fz-input-group-btn > .fz-btn,
select[multiple].fz-input-group-lg > .fz-form-control,
select[multiple].fz-input-group-lg > .fz-input-group-addon,
select[multiple].fz-input-group-lg > .fz-input-group-btn > .fz-btn {
	height: auto;
}

.fz-input-group-sm > .fz-form-control,
.fz-input-group-sm > .fz-input-group-addon,
.fz-input-group-sm > .fz-input-group-btn > .fz-btn {
	height: 30px;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
}

select.fz-input-group-sm > .fz-form-control,
select.fz-input-group-sm > .fz-input-group-addon,
select.fz-input-group-sm > .fz-input-group-btn > .fz-btn {
	height: 30px;
	line-height: 30px;
}

textarea.fz-input-group-sm > .fz-form-control,
textarea.fz-input-group-sm > .fz-input-group-addon,
textarea.fz-input-group-sm > .fz-input-group-btn > .fz-btn,
select[multiple].fz-input-group-sm > .fz-form-control,
select[multiple].fz-input-group-sm > .fz-input-group-addon,
select[multiple].fz-input-group-sm > .fz-input-group-btn > .fz-btn {
	height: auto;
}

.fz-input-group-addon,
.fz-input-group-btn,
.fz-input-group .fz-form-control {
	display: table-cell;
}

.fz-input-group-addon:not(:first-child):not(:last-child),
.fz-input-group-btn:not(:first-child):not(:last-child),
.fz-input-group .fz-form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.fz-input-group-addon,
.fz-input-group-btn {
	width: 1%;
	vertical-align: top;
	white-space: nowrap;
}

.fz-input-group-addon {
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	background-color: #eee;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
}

.fz-input-group-addon.input-sm {
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
}

.fz-input-group-addon.input-lg {
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 18px;
}

.fz-input-group-addon input[type="radio"],
.fz-input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.fz-input-group .fz-form-control:first-child,
.fz-input-group-addon:first-child,
.fz-input-group-btn:first-child > .fz-btn,
.fz-input-group-btn:first-child > .fz-btn-group > .fz-btn,
.fz-input-group-btn:first-child > .dropdown-toggle,
.fz-input-group-btn:last-child > .fz-btn:not(:last-child):not(.dropdown-toggle),
.fz-input-group-btn:last-child > .fz-btn-group:not(:last-child) > .fz-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fz-input-group-addon:first-child {
	border-right: 0;
}

.fz-input-group .fz-form-control:last-child,
.fz-input-group-addon:last-child,
.fz-input-group-btn:last-child > .fz-btn,
.fz-input-group-btn:last-child > .fz-btn-group > .fz-btn,
.fz-input-group-btn:last-child > .dropdown-toggle,
.fz-input-group-btn:first-child > .fz-btn:not(:first-child),
.fz-input-group-btn:first-child > .fz-btn-group:not(:first-child) > .fz-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fz-input-group-addon:last-child {
	border-left: 0;
}

.fz-input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.fz-input-group-btn > .fz-btn {
	position: relative;
}

.fz-input-group-btn > .fz-btn + .fz-btn {
	margin-left: -1px;
}

.fz-input-group-btn > .fz-btn:hover,
.fz-input-group-btn > .fz-btn:focus,
.fz-input-group-btn > .fz-btn:active {
	z-index: 2;
}

.fz-input-group-btn:first-child > .fz-btn,
.fz-input-group-btn:first-child > .fz-btn-group {
	margin-right: -1px;
}

.fz-input-group-btn:last-child > .fz-btn,
.fz-input-group-btn:last-child > .fz-btn-group {
	z-index: 2;
	margin-left: -1px;
}

.col-left,
.col-right {
	display: inline-block;
	float: left;
	position: relative;
	width: -webkit-calc( 50% - 34px );
	width: calc( 50% - 34px );
	min-height: 36px;
}

.col-left::after {
	position: absolute;
	top: calc( 50% - 18px );
	top: -webkit-calc( 50% - 18px );
	left: -webkit-calc( 100% + 5px );
	left: calc( 100% + 5px );
	left: -webkit-calc( 100% + 8px );
	width: 36px;
	height: 36px;
	color: #ccc;
	font-family: "dashicons";
	font-size: 36px;
	line-height: 36px;
	content: "\f503";
}

.col-left.fields::after {
	content: "\f229";
}

.col-left {
	padding: 8px 8px 8px 0;
	border-right: 1px solid #ccc;
}

.col-right {
	margin-left: 50px;
	padding: 8px 0 8px 8px;
	border-left: 1px solid #ccc;
}

.label_description,
.form_item {
	margin-top: 8px;
	margin-bottom: 8px;
}

.label_description {
	border-bottom: 1px solid #efefef;
}

.form_item {
	padding-top: 12px;
}

a.dropdown-item {
	display: block;
	padding: 5px 8px;
	color: #f35b3f;
	text-align: center;
	text-decoration: none;
}

a:hover.dropdown-item,
a:focus.dropdown-item {
	color: #f89c8b;
	background-color: #f8f8f8;
}

.fz-btn.fz-btn-add-fields {
	background-color: #099bb2;
}

.fz-btn.fz-btn-add-fields:hover {
	background-color: #14b2cc;
}

.fz-btn.fz-btn-remove-fields {
	color: #f35b3f;
}

.fz-btn.fz-btn-remove-fields:hover {
	color: #f89c8b;
}

.fz-btn > span.dashicons {
	vertical-align: middle;
}

.f1 {
	padding: 25px;
	border-radius: 4px;
	background: #fff;
}

.f1 h3 {
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.f1-steps {
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.f1-progress {
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.f1-progress-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #f35b3f;
}

.f1-step {
	display: inline-block;
	position: relative;
	width: calc(100%/3 - 10px);
	width: -webkit-calc(100%/3 - 10px);
	text-align: center;
}

.f1-step-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	border-radius: 50%;
	color: #fff;
	background: #ddd;
	font-size: 16px;
	line-height: 40px;
}

.f1-step-icon span {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding: 11px;
	font-size: 18px;
}

.f1-step.activated .f1-step-icon span {
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-left: -1px;
	padding: 12px;
	font-size: 20px;
}

.f1-step.active .f1-step-icon span {
	width: 24px;
	height: 24px;
	padding: 12px;
	font-size: 24px;
}

.f1-step.activated .f1-step-icon {
	border: 1px solid #f35b3f;
	color: #f35b3f;
	background: #fff;
	line-height: 48px;
}

.f1-step.active .f1-step-icon {
	width: 48px;
	height: 48px;
	margin-top: 0;
	background: #f35b3f;
	font-size: 22px;
	line-height: 48px;
}

.f1-step p {
	color: #ccc;
}

.f1-step.activated p {
	color: #f35b3f;
}

.f1-step.active p {
	color: #f35b3f;
}

.f1 fieldset {
	display: none;
	text-align: left;
}

.f1-buttons {
	text-align: right;
}

.f1 .input-error {
	border-color: #f35b3f;
}

input[type="text"],
input[type="password"],
textarea,
textarea.fz-form-control {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #888;
	background: #fff;
	box-shadow: none;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 44px;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

textarea,
textarea.fz-form-control {
	height: 90px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.fz-form-control:focus {
	border: 1px solid #ccc;
	outline: 0;
	background: #fff;
	box-shadow: none;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
textarea.fz-form-control:-moz-placeholder {
	color: #888;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea.fz-form-control:-ms-input-placeholder {
	color: #888;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
textarea.fz-form-control::-webkit-input-placeholder {
	color: #888;
}

label {
	font-weight: 300;
}

button.fz-btn {
	min-width: 105px;
	height: 44px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 4px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

button.fz-btn:hover {
	opacity: 0.6;
	color: #fff;
}

button.fz-btn:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
	box-shadow: none;
}

button.fz-btn:focus,
button.fz-btn:active:focus,
button.fz-btn.active:focus {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

button.fz-btn.fz-btn-next,
button.fz-btn.fz-btn-next:focus,
button.fz-btn.fz-btn-next:active:focus,
button.fz-btn.fz-btn-next.active:focus {
	background: #f35b3f;
}

button.fz-btn.fz-btn-submit,
button.fz-btn.fz-btn-submit:focus,
button.fz-btn.fz-btn-submit:active:focus,
button.fz-btn.fz-btn-submit.active:focus {
	background: #f35b3f;
}

button.fz-btn.fz-btn-previous,
button.fz-btn.fz-btn-previous:focus,
button.fz-btn.fz-btn-previous:active:focus,
button.fz-btn.fz-btn-previous.active:focus {
	background: #bbb;
}

button.fz-btn.fz-btn-submit.fz-btn-activate,
button.fz-btn.fz-btn-submit.fz-btn-activate:focus,
button.fz-btn.fz-btn-submit.fz-btn-activate:active:focus,
button.fz-btn.fz-btn-submit.fz-btn-activate.active:focus {
	background: #8ce196;
}

/*
Toggle switches
*/
.feedzy-toggle {
	visibility: hidden;
	position: absolute;
	margin-left: -9999px;
}

.feedzy-toggle + label {
	display: block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.feedzy-toggle-round + label {
	width: 60px;
	height: 30px;
	padding: 2px;
	border-radius: 30px;
	background-color: #ddd;
}

input.feedzy-toggle-round + label:before,
input.feedzy-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	content: "";
}

input.feedzy-toggle-round + label:before {
	right: 1px;
	border-radius: 15px;
	background-color: #f1f1f1;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

input.feedzy-toggle-round + label:after {
	width: 28px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-transition: margin 0.4s;
	transition: margin 0.4s;
}

input.feedzy-toggle-round:checked + label:before {
	background-color: #8ce196;
}

input.feedzy-toggle-round:checked + label:after {
	margin-left: 34px;
}

/*
!!! CAUTION -- Hides Core WordPress Post Elements
*/

.post-type-feedzy_imports #poststuff #post-body.columns-2 {
	margin-right: 0;
}

.post-type-feedzy_imports  div#side-sortables {
	display: none;
}

.post-type-feedzy_imports  #titlediv .inside {
	display: none;
}

.post-type-feedzy_imports  div#advanced-sortables {
	display: none;
}

.fz-feature-features button.fz-btn.fz-btn-submit.fz-btn-activate,
.fz-feature-features button.fz-btn.fz-btn-submit.fz-btn-activate:focus,
.fz-feature-features button.fz-btn.fz-btn-submit.fz-btn-activate:active:focus,
.fz-feature-features button.fz-btn.fz-btn-submit.fz-btn-activate.active:focus {
	background-color: #62c370;
}
