﻿
#waitCursorOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.1);
    z-index: 9998;
}

#waitCursor {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    font-size: 40px;
}


#mutaborEventsDescriptionTop {
    margin-bottom: 30px;
}


/* Filter */
#EventsFilter {
    margin-bottom: 20px;
    background-color: #EAEAEA;
    padding: 15px;
    max-width: 390px;
    border-radius: 7px;
    overflow: hidden;
}

#EventsCountryFilter {
    display: inline;
    margin-right: 5px;
}

#EventsPLZFilter {
    display: inline;
    margin-right: 5px;
}

#EventsLocationFilter {
    display: inline;
}

#EventsCountryPLZFilter {
    margin-bottom: 20px;
}

#EventsCategoryFilter {
    margin: 0 25px 0 0;
    width: 385px;
}

#content #EventsCategoryFilter ul {
    margin: 0;
    padding: 0;
}

#content #EventsCategoryFilter li {
    list-style: none outside none;
    margin: 0;
    padding: 0 8px 5px 0;
    background: none;
}

#EventsCategoryFilter li:first-child a {
    padding: 7px 5px 7px 10px;
}

#EventsCategoryFilter a {
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding: 7px 5px 7px 40px;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #fff;
    background-color: #F7F7F7;
    border: 1px solid #d0d0d0;
    color: #444;
    text-align: left;
    width: 100%;
}

    #EventsCategoryFilter a:hover {
        border: 1px solid #b0b0b0;
        background-color: #e1e1e1;
    }

#EventsCategoryFilter li.enabled a,
#EventsCategoryFilter li.enabledAll a {
    color: #94620c;
    border: 1px solid #929ba2;
    background-color: #FDFBF6;
}

#EventsCategoryFilterOptions .C19 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassKinder.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 25px;
}

#EventsCategoryFilterOptions .C20 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassJahresmotto.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 25px;
}

#EventsCategoryFilterOptions .C23 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassLesebibliothek.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 25px;
}

#EventsCategoryFilterOptions .C37 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassNatur.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 25px;
}

#EventsCategoryFilter li:first-child {
    width: Calc(100% - 55px);
}

#EventsCategoryFilter li {
    padding: 0 0 5px 0;
    width: Calc(100% - 55px);
}

    #EventsCategoryFilter li:before {
        display: none;
    }

#addEventButtonContainer {
    margin-bottom: 20px;
}

/* Event Items*/
.EventItem {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
}

.EventItemLabel {
    font-weight: bold;
    float: left;
    width: 75px;
}

.EventItemValue {
    margin-left: 75px;
}

.EventItemCategoryLabel {
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

    .EventItemCategoryLabel:last-child {
        margin-right: 10px;
    }

.EventItemCategoryLabel1 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassKinder.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel2 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassJahresmotto.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel3 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassLesebibliothek.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel4 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassFoerderung.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.EventItemCategoryLabel6 {
    background-image: url('https://netzwerk.maerchenstiftung.ch/custom/layout/images/Events/AnlassNatur.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}


.editEventItemContainer {
    margin-top: 3px;
}

.editEventItemButton {
    margin: 0 20px 0 0;
}

