/** WP Backend **/

/* .event-tickets-meta-row {
    display: table-row !important;
} */

/* Serientermine ausblenden */
.recurrence-row {
	display: none !important;
}

#wpadminbar, .fpappbar {
background:#c25a0a !important;
color: #ccc !important;
}

.popover-navigation {
	text-align: center;
	padding-bottom:5px;
}
.anleitung-zu:before {
    content: "\f158";
	cursor:pointer;
}

#attendees_email_wrapper span, #attendees_email_wrapper select {
display:none !important;
}

#plugin-information-title {
font-size:inherit;
}
.tribe-attendees-email label {
margin:0 !important;
padding:0 26px !important;
position:relative !important;
}
#plugin-information-footer {
right:inherit;
}

#ui-datepicker-div {
font-size:14px;
z-index: 9999 !important;
}
span.select2-container {
    z-index: 99999 !important;
}

#the-filters .columns {
display:none;
}

#TicketExtra a {
margin-right:5px;
}

.card-img-top {
    max-width: 100px;
    max-height: 100px;
    margin: auto;
}

/**  Teilnehmer-Liste **/

.completed .event-tickets-ticket-name:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 0.5em;
    color: green;
}

.on-hold .event-tickets-ticket-name:before {
    content: '\231B';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 0.5em;
    color: green;
}

.refunded .event-tickets-ticket-name:before {
    content: '\f05e';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 0.5em;
    color: red;
}

/** Pointers **/
.wp-pointer-content h3 {
background: #c25a0a !important;
}
.wp-pointer-content h3:before {
color: #c25a0a !important;
content: "\f348" !important;
}

/** Ticket Hilfe **/
#ticket_name, #ticket_price, #ticket_start_date, #ticket_start_time, #saved_ticket-attendee-info, #Tribe__Tickets_Plus__Commerce__WooCommerce__Main_unlimited {
background: lightsalmon;
}
td.tribe-attendee-fields-new, .tribe-tickets-attendee-save-fieldset {
    display: none;
}

/**Woocommerce Actions weg**/
.wc-action-button {
display:none !important;
}
.wc_os_split {
display:inline-block !important;
}
.welcome-panel-middle, .welcome-panel-last, .wc-order-item-bulk-edit {
display:none !important;
}

.veranstaltungs-links-icon:before {
	font-size:15px;
}

/* Woo Order Splitter */
option[value=wos_pending], option[value=wos_cancelled], option[value=combine] { 
    display: none !important;
}

/** webmasting - plugins **/

/** wm - Anleitung **/

.anleitung_btn {
	color: #fff;
    background-color: #C75E09;
}
.popover.bottom .arrow, .popover.bottom .arrow::after {
	border-bottom-color: #c25a0a !important;
}
.popover.top .arrow, .popover.top .arrow::after {
	border-top-color: #c25a0a !important;
}
.popover.left .arrow, .popover.left .arrow::after {
	border-left-color: #c25a0a !important;
}
.popover.right .arrow, .popover.right .arrow::after {
	border-right-color: #c25a0a !important;
}

/** wm - Startseite **/

.adminKarten {
font-size:14px;
min-height:415px;
}

.adminKarten li {
background:#23282d;
color:#eee;
}
.adminKarten li a {
color:#eee;
text-decoration:none;
}

.fpappDashboardContainer {
	max-width: 100% !important;
}

/** Sperren-Button **/
.red_button > * > *> * > div.acf-switch.-on {
	background: #FF0000;
    border-color: #FF0000;
}

/** Wordfence Korrektut **/

#wordfenceAutoUpdateChoice.fade {
	opacity:1 !important;
}

#rsvp_form_toggle {
    display: none !important;
}

/* email user send fix notification */
.email-users_page_mailusers-send-to-group-page .fade {
    opacity: 1 !important;
}