body.post-type-event .wp-list-table th#featured {
    text-align: center;
}
#anton-fem-edit {
    border: 4px dashed #dedede;
    background-color: #f1f1f1;
    margin: 20px 0;
    cursor: pointer;
	padding: 30px;
}
.anton-fem-relative {
	position: relative;
	z-index: 2;
}
.widget.open.anton-fem-active {
	z-index: 999 !important;
}
.anton-fem-loading {
    border-color: #F44336;
    color: #F44336;
    background-image: url('../images/loading-2x.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
#anton-fem-edit:hover {
    border-color: #999;
    background-color: #f3f3f3;
}
#anton-fem-edit span {
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 25px;
}
.anton-fem-fix {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.anton-fem-fix .anton-fem-group {
	overflow-y: scroll;
    width: 1024px;
	max-width: 100%;
	margin: 20px auto;
    background-color: #fff;
    padding: 20px;
}
#anton-fem-settings {
    padding: 30px 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#anton-fem-settings .group {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    padding: 30px 30px 50px 30px;
}
.anton-fem-table {
    width: 100%;
    display: table;
}
.anton-fem-table-cell {
    display: table-cell;
	vertical-align: middle;
}
.anton-fem-text-right {
    text-align: right;
}
#anton-fem-upload {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
	line-height: 0;
    overflow: hidden;
	display: inline-block;
}
#anton-fem-upload img {
	max-height: 200px;
}
#anton-fem-upload:hover img {
    opacity: .5;
}
.anton-fem-column-box {
    padding: 10px 10px 0;
    border: 1px solid #ddd;
    background: #fff;
}
.anton-fem-advance {
	background-color: #f1f1f1;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin: 5px 0;
}
.anton-fem-advance .anton-fem-right:before {
	content: "\f543";
	font-family: 'dashicons';
	font-weight: 400;
	float: right;
}
.anton-fem-advance-active .anton-fem-right:before {
	content: "\f460";
}
.anton-fem-column-box .anton-fem-checkbox {
    display: block;
    overflow-y: scroll;
    height: 200px;
    padding-top: 15px;
}
.anton-fem-column-box .anton-fem-checkbox label {
    display: block;
}
.anton-fem-center {
	text-align: center;
}
.anton-fem-color-item label,
.anton-fem-color-item .anton-fem-color-picker-group {
    display: inline-block;
    vertical-align: middle;
}
.anton-fem-color-item label {
    line-height: 24px;
}
.anton-fem-color-item .wp-color-result {
    margin-bottom: 0;
}
.anton-fem-color-item .wp-picker-active .wp-color-result {
    margin-bottom: 6px;
}
.anton-fem-field {
    margin-bottom: 10px;
}
.anton-fem-bi-item label {
    margin-bottom: 10px;
	display: block;
}
.anton-fem-color-picker-group .wp-picker-open+.wp-picker-input-wrap {
    display: block !important;
}
.anton-fem-color-picker-group input[type=text].wp-color-picker{
    width: 205px;
}
.anton-fem-color-picker-group .wp-picker-active .anton-fem-alpha-wrap {
	background-color: #fff;
	width: 100%;
	border: 1px solid #DFDFDF;
	padding: 10px 15px 5px;
	box-sizing: border-box;
	margin: 0;
	display: block !important;
}
.anton-fem-color-picker-group .wp-picker-active .anton-fem-alpha-wrap label {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.anton-fem-color-picker-group .wp-picker-active .anton-fem-alpha-wrap input {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.post-type-event .wp-list-table td.column-featured {
	text-align: center;
	vertical-align: middle;
}
.post-type-event #anton-fem-featured {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: 21px;
	height: 20px;
}
.post-type-event #anton-fem-featured img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
}
.post-type-event .anton-fem-featured-active .anton-fem-img-1 {
	opacity: 0;
}
.post-type-event .anton-fem-featured-not-active  .anton-fem-img-2{
	opacity: 0;
}
.post-type-event .anton-fem-featured-not-active:hover .anton-fem-img-1 {
	opacity: 0;
}
.post-type-event .anton-fem-featured-not-active:hover .anton-fem-img-2 {
	opacity: 1;
}
.post-type-event .anton-fem-featured-active:hover .anton-fem-img-1 {
	opacity: 1;
}
.post-type-event .anton-fem-featured-active:hover .anton-fem-img-2 {
	opacity: 0;
}
#anton-fem-shortcode {
    margin-bottom: 20px;
}
#anton-fem-shortcode span {
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
}