/* Switch UI */
label.fpbuddy-switch {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
}
label.fpbuddy-switch input {
	display: none;
}
label.fpbuddy-switch span.switch-mask {
	display: block;
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 20px;
	background-color: #acacac;
	border-radius: 20px;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 0;
	transition: all 0.5s ease-out;
	-webkit-transition:	all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
label.fpbuddy-switch span.switch-mask::before {
	display: block;
	position: absolute;
	content: '';
	left: 3px;
	bottom: 3px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.5s ease-out;
	-webkit-transition:	all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
label.fpbuddy-switch input:checked + span.switch-mask {
	background-color: #0c9c05;
}
label.fpbuddy-switch input:checked + span.switch-mask::before {
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
}
label.fpbuddy-switch span.switch-labels {
	display: block;
	position: relative;
	flex: 0 1 auto;
	margin: 0;
	padding: 0;
}
label.fpbuddy-switch span.switch-labels span.label-on {
	display: none;
}
label.fpbuddy-switch input:checked ~ span.switch-labels span.label-on {
	display: inline-block;
}
label.fpbuddy-switch input:checked ~ span.switch-labels span.label-off {
	display: none;
}

.field .field_description {
	display: block;
	margin: 10px 0 5px;
	font-style: italic;
}

.field .label_option {
	display: inline-block;
	margin:0 20px 10px 0;
}

.form-table .field th {
	padding: 15px 10px;
}

.form-table tr.hide_field_heading > th {
	display: none;
}

.psuedo_subnav_links a {
	outline: none;
	box-shadow: none;
}

div.psuedo_subnav_target {
	clear: both;
	padding-top: 30px;
}

.fpbuddy-box {
	margin-bottom: 3em;
}

.fpbuddy-box thead td {
	background: #dee3eb;
}

.fpbuddy-box .fpbuddy-box-title {
	margin: 0;
}

.fpbuddy-box .field.is-hidden{
	display: none;
}

.button-link-external .dashicons{
	vertical-align: middle;
}

.button-link-external sup .dashicons{
	font-size: 15px;
	width: 15px;
	height: 15px;
}

.frontpage-buddy-notice-style1{
	margin: 25px 0 15px;
	padding: 10px 10px 20px;
	background: #21202e;
    color: #fff;
    text-align: center;
    border-left-width: 0;
    border-radius: 10px;
}
.frontpage-buddy-notice-style1 .notice-title{
	color: #fff;
}
