a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
.menu-fcd {
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax( auto, 140px ) );
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        /*
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 0.5em;
        grid-row-gap: 0.5em;
        column-gap: 0.5em; 
        row-gap: 0.5em;
        */
        justify-content: space-between;
        background: #0066B1;
        padding: 15px;
        border-radius: 0 0 10px 10px;
        margin-bottom: 30px;
    }
.menu-fcd a {
    color: white!important;
    font-size: 16px;
    /*margin-right: 1em;*/
}
.usermenu, .usermenu a {
    display: inline-block;
    background-color: #eee;
    padding: 0.5em 0.5em;
    /*margin-right: 5px;
    margin-bottom: 10px;*/
    color: black;
    font-size: 12px;
    border: none;
}
.userfilter_btn, .userfilter_btn a {
    display: inline-block;
    background-color: lightskyblue;
    padding: 0.2em 0.5em;
    color: black;
    font-size: 10px;
    border: none;
}
.userfilter_btn i, .userfilter_btn a i {
    font-size: 12px;
    transform: translateY( 1px );
}
.profil-user-image {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -50px;
    padding: 0;
    transform: translateY(30px);
}
.profil-user-image img{
    border: 5px solid #fff;
    border-radius: 50%;
}
/*
.filter-menu {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
}
*/
.filter-menu {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-bottom: 1em;
}
/*
@media only screen and ( max-width: 1000px ) {
    .filter-menu {
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax( auto, 150px ) );
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        width: 100%;
    }
}
*/
.fcd-raport {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    column-gap: 1em; 
    row-gap: 1em;
}
/* Details -Summary standard */
summary{
    padding: .5em 0;
}
summary.standard {
    position: relative;
    line-height: 0.1em;
   }

summary.standard::marker {
    color: transparent;
    display: none;
    font-size: 1px;
    
}
summary::marker {
    color: grey;
}
.standard::-webkit-details-marker { display:none; }

summary.standard::after {
    font-family: "fontello";
    content:  "\ea61";
    color: grey;
    position: absolute;
    font-size: 20px;
    font-weight: thin;
    font-style: normal;
    right: 8px;
    top: 0.6em;
    transition: all 0.5s;
} 

details.standard[open] summary.standard::after {
    color: grey;
    transform: translate(5px,0) rotate(45deg);
}
.detailsinfo {
    padding: 2rem;
    background: #eee;
    font-size: 12px;
    margin-top: 1.1em;
}

.dash {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    collumn-gap: 1em; 
    row-gap: 1em;
}
.summen {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    collumn-gap: 1em; 
    row-gap: 1em;
    margin: 1em 0;
}
@media only screen and ( max-width: 1180px ) {
    .detailsinfo {
        margin-top: 1.5em;
    }
.dash {
    grid-template-columns: 1fr 1fr;
}
.summen {
    grid-template-columns: 1fr 1fr;
}
}
.dash strong {
    font-size: 15px;
}
.dashmodul {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #eee;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    text-align: center;
}
.dashmodul-info {
    display: flex;
    flex-direction: column;
    padding: 2em;
    background: #eee;
    border-radius: 0 0 10px 10px;
    justify-content: left;
    text-align: left;
    font-size: 12px;
}
.dashmodul-info-small {
    display: inline-block;
    flex-direction: column;
    padding: 0 2em;
    background: #d4d4d4;
    border-radius: 0 0 10px 10px;
    font-size: 12px;
    width: auto;
    margin-left: auto;
    margin-bottom: 2em;
}
.dashmodul-info a {
    color: #0066B1!important;
    text-decoration: underline;
    font-weight: 700;
}
.dashmodul a{
    padding-top: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #0066B1!important;
}
.wartestellung {
    background: #FFCC00;
}
.dashtitle {
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 8px;
}
.dashzahl {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

.LA-icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    /*font-size: 1.2em;*/
    speak: never;
    display: inline-block;
    margin-right: 0!important;
    margin-left: 0!important;
    /* text-decoration: inherit;
    width: 1em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;*/
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}
.LA-icon:before{
    margin-right: 0!important;
    margin-left: 0!important;
}
.LA-icon-right{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    margin-right: -0.2em;
    margin-left: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rok{
    text-align: right;
    /*padding-bottom: 20px;*/
}
.listepay {
    display:grid;
    grid-template-columns: 3fr 12fr 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    grid-row-gap: 1em;
    row-gap: 1em;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid #d4d4d4;
    padding: 5px 0;*/
}
.listeskladkigesamt {
    display:grid;
    grid-template-columns: 3fr 12fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7;
    row-gap: 0.7;
    justify-content: space-between;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding: 5px 0;
    margin-right: 35px;
}
.listeskladki_admin {
    display:grid;
    grid-template-columns: 3fr 12fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7;
    row-gap: 0.7;
    justify-content: space-between;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding: 0;
    margin-right: 35px;
    margin-top: -1em;
}
.listeskladki_summe {
    display:grid;
    grid-template-columns: 3fr 12fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7;
    row-gap: 0.7;
    justify-content: space-between;
    padding: 10px 0;
    margin-right: 35px;
}
.splitdetails {
    display:grid;
    grid-template-columns: 12fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7;
    row-gap: 0.7;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0 0 0;
}
.splitdetails_summe {
    display:grid;
    grid-template-columns: 12fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7;
    row-gap: 0.7;
    justify-content: space-between;
    padding: 0;
}
.easy {
    width: 100%;
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7em;
    row-gap: 0.7em;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
    padding: 2px 0;
}
.liste {
    display:grid;
    grid-template-columns: 3fr 12fr 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    /*flex-wrap: wrap;
    flex-direction: row;*/
    justify-content: space-between;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding: 5px 0;
}
.memberlist {
    display:grid;
    grid-template-columns: 2em 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.memberlist_admin {
    display:grid;
    grid-template-columns: 2em 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
    margin-top: 0.7em;
}
.memberlist_summe {
    display:grid;
    grid-template-columns: 2em 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.statuslist {
    display:grid;
    grid-template-columns: 1.5em 1.5em 1.5em;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-evenly;
}
.listeswitch {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.listeskladki {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.listeskladki_12 {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.pay_row {
    min-width: 60%;
    line-height: 1em;
    margin-right: 2em;
}
.user_listeskladki_12 {
    display: inline-flex;
    width: 100%;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
@media only screen and ( max-width: 1180px ) {
    .pay_row {
        min-width: 50%;
        line-height: 1em;
        margin-right: 2em;
        margin-top: .4em;
    }
    .user_listeskladki_12 {
        display: inline-flex;
        width: 100%;
        grid-column-gap: .3em;
        column-gap: .3em;
        justify-content: space-between;
    }
}
.listeskladkiuser {
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.1em;
    row-gap: 0.1em;
    justify-content: space-between;
    /*border-bottom: 1px solid #d4d4d4;*/
    padding: 0;
    line-height: 1em;
}
.jahr {
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}

.brak_popup {
    display:grid;
    grid-template-columns: 12fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.brak {
    display:flex;
    width: 100%;
    justify-content: space-between;
}
.brak input[type="text"] {
    width: 100%;
    min-width: 20em;
    max-width: 55em;
    margin: 0 1em 0 2em;
}
@media only screen and ( max-width: 600px ) {
    .brak {
        display:block;
    }
    .brak input[type="text"] {
        width: 100%;
        margin: 0 1em 0 0;
    }
}
.no_brake {
    white-space: nowrap;
}
.status {
    text-align: right;
    font-size: 25px!important;
    /*transform: translateY(.5em);*/
}
.hinten {
    float: right;
    float: inline-end;
}
.vorne-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    padding-right: 1em;
}
.hinten-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.detail-user {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.summary-user {
    display: flex;
    flex: 1;
    align-items: center;
}
.summary-user-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.text-right{
    text-align: right;
}
.nummer{
    min-width: 3em!important;
    display: inline-block;
    font-weight: 700;
    padding: 0 0.5em;
}
.register {
    font-size: 0.7em!important;
}
.profil {
    text-align: right;
}
.profil a {
    text-align: right;
    font-size: 20px!important;
    color: grey;
}
.green, .green a {
    color: darkgreen;
}
.grey, .grey a {
    color: grey;
}
.orange, .orange a {
    color: orange;
}
.lightgrey, .lightgrey a {
    color: lightgray;
}
.lightbluebck {
    background: lightskyblue ;
}
.lightgreybck {
    background: #eeeeee ;
}
.fcdblue {
    background: #0066B1;
    color: white;
}
.fcdyellow {
    background: #FFCC00;
    color: #000;
}
.extra {
    background: darkred;
    color: white;
}
.fcddarkblue {
    color: #0066B1!important;
}
.aktiv {
    color: darkgreen;
}
.inaktiv {
    color: darkred;
}
.offen {
    color: darkorange;
}

.point {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: darkorange;
    margin: 0 3px;
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 0px;
    line-height: 1em;
    text-align: center;
}
.point_aktiv {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: darkgreen;
    margin: 0 3px;
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 0px;
    line-height: 1em;
    text-align: center;
}
.point_inaktiv {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: darkred;
    margin: 0 3px;
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 0px;
    line-height: 1em;
    text-align: center;
}

/*
@media only screen and ( max-width: 768px ) {
    .listeswitch {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 1em;
    row-gap: 1em;           
}
}
*/
.listenew {
    display:grid;
    grid-template-columns: 10fr 2fr;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.listewhatsapp {
    display:grid;
    grid-template-columns: 5em 7em 8em 8em 4em 10em 5em;
    grid-column-gap: 1em;
    column-gap: 1em;
    justify-content: space-between;
}
.listitem {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 1em;
}
.pay_listitem {
    display: block;
    width: 20px;
    padding: 0;
    font-size: 14px;
}
.center {
    text-align: center;
}
.font09 {
    font-size: 09px!important;
}
.font10 {
    font-size: 10px!important;
}
.font11 {
    font-size: 11px!important;
}
.font12 {
    font-size: 12px!important;
}
.font14 {
    font-size: 14px!important;
}
.open_pay_dash{
    font-size: 10px;
    font-weight: 700;
}
.bezahlt {
    font-weight: 700;
    color: darkgreen;
}
.nichtbezahlt {
    font-weight: 500;
    color: darkred;
}
.nichtbezahlt-actual {
    font-weight: 500;
    color: darkorange;
}
.nichtbezahlt-aktiv {
    font-weight: 500;
    color: darkgreen;
}
.add {
    text-align: right;
}
.listitem:first-child {
    padding-left: 0;
}
.listitem:last-child {
    padding-right: 0;
}
.member{
    width: 20%;
}
.pay{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    padding: 0 10px;
}
bezahlt {
    width: auto;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  text-align: center;
  font-size: 10px;
  line-height: 1.4em;
  font-weight: 800;
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.no_data:before {
  content: "N";
}
.slider.m01:before {
  content: "1";
}
.slider.m02:before {
  content: "2";
}
.slider.m03:before {
  content: "3";
}
.slider.m04:before {
  content: "4";
}
.slider.m05:before {
  content: "5";
}
.slider.m06:before {
  content: "6";
}
.slider.m07:before {
  content: "7";
}
.slider.m08:before {
  content: "8";
}
.slider.m09:before {
  content: "9";
}
.slider.m10:before {
  content: "10";
}
.slider.m11:before {
  content: "11";
}
.slider.m12:before {
  content: "12";
}

input:checked + .slider {
  background-color: #0066B1;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0066B1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

@media only screen and ( max-width: 1180px ) {
.menu-fcd {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    collumn-gap: .5em; 
    row-gap: .5em;
}
.menu-fcd a {
    color: white!important;
    font-size: 16px;
    margin-right: 1em;
}
.listepay {
    grid-template-columns: 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
}
.listeskladkigesamt {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
    grid-row-gap: 1.2em;
    row-gap: 1.2em;
}
.listeskladki_admin {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
    grid-row-gap: 0.5em;
    row-gap: 0.5em;
    margin-top: -0.5em;
}
.listeskladki_summe {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
    grid-row-gap: 0.5em;
    row-gap: 0.5em;
    padding: 5px 5px;
    margin-right: 0px;
}
.splitdetails {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
    grid-row-gap: 0.2em;
    row-gap: 0.2em;
    padding: 5px 0 5px 0;
}
.liste {
    display:grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1em;
    column-gap: 1em;
}
.listeswitch {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 0.5em;
    row-gap: 0.5em;         
}
.listeskladki {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 1.0em;
    row-gap: 1.0em;         
}
.listeskladki_12 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 1.0em;
    row-gap: 1.0em;         
}
.listeskladkiuser {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
    grid-row-gap: 1.2;
    row-gap: 1.2;
}
.listewhatsapp {
    grid-template-columns: 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0em;
    row-gap: 0em; 
}
.splitdetails_summe {
    grid-template-columns: 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0em;
    row-gap: 0em;
    padding: 0px;
}
.memberlist_summe {
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
    column-gap: 0em;
}
}

#msg_display{
     display: none;
     position: fixed;
     z-index: 10;
     top:0;
     right:20;
     background-color:yellow;
    }

/* Suche */
.manage_year {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0;
    overflow-x: hidden;
    font-weight: 600;
}
@media only screen and ( max-width: 1000px ) {
    .manage_year {
        display: block;
    }
}
.manage_year h3{
    padding-bottom: 0;
}
search{
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0;
    overflow-x: hidden;
    font-weight: 600;
    /*box-shadow: 0 15px 15px rgba(0,0,0,0.05);*/
}
search h3{
    padding-bottom: 0;
}
.searchgroup{
    display: flex;
    align-items: center;
    min-height: 3em;
}
.search{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    cursor: pointer;
    z-index: 20;
}
input[type="submit"].cancel:hover{
    background-color: darkred;
}
.searchBox{
    position: absolute;
    right: -200%;
    width: 100%;
    height: 100%;
    display: flex;  
    background: transparent;
    align-items: center;
    padding: 0 35px 0 0;
    transition: 0.5s ease-in-out;
    z-index: 10;
}
.searchexit {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    float: left;
}
.searchBox.active{
    right: 0;
}

.searchBox > form {
    display: flex;
    width: 100%;
}

.searchBox input[type="text"]{
    width: 100%;
    border: none;
    outline: none;
    height: 50px;
    color: #333;
    font-size: 0.7em;
    background: #fff;
    padding-left: 1em;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-left: 1px solid rgba(0,0,0,0.5);
}

.searchBtn{
    position: absolute;
    right: 0;
    top: 2.5px;
    transition: 0.5s ease-in-out;
}

.searchBtn.active{
    left: 0;
}
.searchBtn.hide{
    display: none;
}


.closeBtn{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    scale: 0;
    z-index: 600;
}

.closeBtn.active{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    scale: 1;
    z-index: 600;
}

.menuToggle{
    position: relative;
    display: none;
}

.button_add{
    margin-right: 10px;
}
.button_add a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #444;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
    font-size: 2em;
    line-height: 1.2em;
}
.button_add a:hover{
    background-color: green;
}
.searchbutton {
    width: auto;
    padding-left: 0;
    margin: 0 0 0 -2px;
}
input[type="submit"].searchbutton{
    width: auto;
    height: auto;
    font-size: 0.8em;
    border: 0px solid #444;
    padding: 0px 15px;
    border-radius: none;
    -webkit-border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #444;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
}
.cancelbutton,
.cancelbutton2{
    width: auto;
    padding-left: 0.5em;
    margin: 0;
}
input[type="submit"].cancelbutton {
    background-color: #999;
    font-size: 1.4em;
    height: auto;
    border: 0px solid #999;
    padding: 0px 15px;
    border-radius: none;
    -webkit-border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
}
input[type="submit"].cancelbutton2 {
    background-color: darkred;
    font-size: 0.5em;
    height: auto;
    border: 0px solid #999;
    padding: 7px 15px;
    border-radius: none;
    -webkit-border-radius:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
}
input[type="submit"].cancelbutton:hover{
    background-color: darkred;
}
input[type="submit"].cancelbutton2:hover,
input[type="submit"].searchbutton:hover{
    background-color: green;
}

/* TREFF */
.tref_entry_button {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1em;
}
.tref_entry_new_user {
    display: flex;
    justify-content: flex-start;
    background-color: #eee;
    padding: .5em;
}
.tref_entry_new_user form {
    display: inline-flex;
    align-items: center;
    gap: 1em;
}
@media only screen and ( max-width: 1200px ) {
    .tref_entry_button {
        display: block;
        margin: 0 0 1em;
    }
    .tref_entry_new_user {
        display: flex;
        justify-content: space-between;
        margin: 0 0 1em;
    }
}
@media only screen and ( max-width: 900px ) {
    .tref_entry_new_user {
        display: block;
    }
    .tref_entry_new_user form {
        display: inline-flex;
        align-items: center;
        gap: 1em;
        width: 100%;
    }
}
@media only screen and ( max-width: 600px ) {
    .tref_entry_new_user form {
        display: block;
        width: 100%;
    }
}
form.new_tref {
    background-color: #eee;
    padding: 0.5em 1em;
    margin: 0 0 1em;
}
div.new_tref {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: .5em 0;
    vertical-align: middle;
}
.new_tref_radio-options {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    width: auto;
    margin: .5em 0;
    align-items: center;
    font-size: 12px;
}
div.checkbox-entry {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    width: 100%;
    margin: .5em 0;
    vertical-align: middle;
}
label.checkbox-entry {
    display: flex;
    gap: .5em;
    justify-content: start;
    width: auto;
    margin: 0;
    align-items: center;
    font-size: 12px;
    white-space: nowrap;
}
.tref-labels {
    display: inline-flex;
    width: auto;
    padding: .5em .8em;
    border-radius: .75em;
    font-weight: 600;
    font-size: 10px;
    line-height: 1em;
}
input[type="text"].input_tref,
input.input_tref {
    width: 100%;
    margin: 0 1em 0 0;
    min-height: 3em;
}
input[type="text"].input_tref_100,
input.input_tref_100 {
    width: 100%;
    margin: 0;
    min-height: 3em;
}
input[type="number"].input_tref,
textarea.input_tref {
    width: 100%;
    min-width: 8em;
    min-height: 2em;
}
select.input_tref {
    width: 100%;
    margin: 0 1em 0 0;
    min-height: 3em;
}
.last {
    margin-right: 0 !important;
}
@media only screen and ( max-width: 820px ) {
    div.new_tref {
        display: block;
        width: 100%;
        margin: .5em 0;
    }
    input.input_tref,
    select.input_tref {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: .5em !important;
    }
    input[type="number"].input_tref {
        margin-bottom: 0 !important;
    }
}

.tref-output-member {
    display: flex;
    justify-content: flex-start;
}
@media only screen and ( max-width: 600px ) {
    .tref-output-member {
        display: block;
    }
}
.change_fcd_member {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 1em;
    background-color: #eee;
    font-size: 12px;
}
.change_fcd_member h6 {
    margin: 1em 0 .5em 0;
    padding: 0;
}
.change_fcd_member input[type="text"] {
    min-width: calc( 50% - 1em );
    width: 100%;
    margin: 0 1em .3em 0;
    font-weight: 700;
}

table#table-tref {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}
#table-tref thead {
    background-color: #ddd;
    font-weight: 700;
}
#table-tref tbody {
    border: 1px solid #eee;
}
#table-tref thead tr th,
#table-tref td {
    padding: 0 .3em;
    border-top: none;
    vertical-align: middle;
    align-items: center;
}
#table-tref thead tr th:nth-child(3),
#table-tref td:nth-child(2) {
    text-align: left;
}
#table-tref thead tr th:nth-child(4) {
    text-align: right;
}
#table-tref td:nth-child(4) {
    display: flex;
    text-align: right;
}
#table-tref td:nth-child(4) div.listitem {
    margin-left: .5em;
}

#table-tref thead tr th:nth-child(3),
#table-tref thead tr th:nth-child(4) {
    width: 110px;
}
#table-tref th.first-item {
    padding: 0.3em 0 0.3em 1em;
}
#table-tref td:nth-child(3),
#table-tref td:nth-child(4) {
    justify-content: flex-end;
}
table#table-tref tr.with-border {
    border-top: 1px solid #eee;
    clear: both;
}
table#table-tref tr.with-border td {
    padding-top: 1em;
}
/* first item ---- style="display: flex; white-space: nowrap; padding: 0.3em 0 0.3em 1em; vertical-align: middle; border-top: none;" */
/* last item ---- style="display: flex; flex-wrap: wrap; grid-column-gap: .5em; float: right;" */

/* USER TREFF TABLE */
table#table-tref-user {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    border: 1px solid #0066B1;
}
table#table-tref-user-archiv {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    border: 1px solid #999;
}
#table-tref-user thead tr th,
#table-tref-user-archiv thead tr th {
    padding: .3em;
    color: #fff;
    align-items: center;
}
#table-tref-user td,
#table-tref-user-archiv td {
    padding: .3em;
    border-top: none;
    vertical-align: middle;
    align-items: center;
}
.user-tref-option {
    text-align: right;
}
.user-tref-pay-eur {
    justify-content: flex-end;
    text-align: right;
    width: 12em;
}
.user-tref-pay-check {
    justify-content: flex-end;
    text-align: right;
    width: 7em;
}


@media screen and (max-width: 700px) {
    #table-tref-user thead,
    #table-tref-user-archiv thead {
        display: none;
    }

    #table-tref-user table,
    #table-tref-user tbody,
    #table-tref-user tr.tref-list-item,
    #table-tref-user tbody td.first-item,
    #table-tref-user-archiv table,
    #table-tref-user-archiv tbody,
    #table-tref-user-archiv tr.tref-list-item,
    #table-tref-user-archiv tbody td.first-item {
    /*#table-tref tbody td:nth-child(2), table#table-tref tr.with-border, table#table-tref tr.tref-list-item { */
        display: block;
        clear: both;
    }
    #table-tref-user td:nth-child(2),
    #table-tref-user td:nth-child(3),
    #table-tref-user-archiv td:nth-child(2),
    #table-tref-user-archiv td:nth-child(3) {
        width: 50%;
        display: inline-flex;
    }
    #table-tref-user td.user-tref-pay-check,
    #table-tref-user-archiv td.user-tref-pay-check {
        display: block;
        clear: both;
        width: 100%;
    }
    #table-tref-user td.user-tref-pay-check::before,
    #table-tref-user-archiv td.user-tref-pay-check::before {
        content: "Zapłacone: ";
        font-weight: 400;
        font-size: 10px;
        vertical-align: top;
    }
}

@media screen and (max-width: 700px) {
    #table-tref thead tr th:nth-child(3),
    #table-tref thead tr th:nth-child(4) {
        width: auto;
    }
    #table-tref thead {
        display: none;
    }
    #table-tref td:nth-child(3)::after {
        content: " Grupa WhatsApp";
        vertical-align: top;
    }
    #table-tref td:nth-child(4) {
        display: inline-flex;
        text-align: right;
    }
    #table-tref td:nth-child(3) div.listitem,
    #table-tref td:nth-child(4) div.listitem {
        display: inline-block;
    }

    #table-tref td.paid + td::before {
        content: "Zahlungseingang: ";
    }
    #table-tref table,
    #table-tref tbody,
    #table-tref tbody td:nth-child(1),
    #table-tref tbody td:nth-child(2),
    table#table-tref tr.with-border,
    table#table-tref tr.tref-list-item {
        display: block;
        clear: both;
    }
    #table-tref td {
        display: inline-block;
        padding: 0.3em;
        text-align: left;
        min-width: 50%;
    }
}
@media screen and (max-width: 500px) {
    #table-tref td:nth-child(1) {
        display: block;
    }
    #table-tref td {
        min-width: 50%;
    }
    #table-tref td:nth-child(3) {
        text-align: left;
    }
}

table#table-tref-list {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}
#table-tref-list thead {
    background-color: #ddd;
    font-weight: 700;
}
#table-tref-list thead tr th,
#table-tref-list td {
    padding: 0 .3em;
    border-top: none;
    vertical-align: middle;
}
.tref-row {
    display: block;
    width: 100%;
    background-color: #FFCC00;
    border-top: 4px solid #0066B1;
    padding: 1em;
    margin-bottom: 2em;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.tref-row-archiv {
    display: block;
    width: 100%;
    background-color: #eee;
    padding: 1em;
    margin-bottom: 1em;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.tref-row h4,
.tref-row-archiv h4 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.birhtday {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax( auto, 250px ) );
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    font-size: 10px;
    line-height: 1.2em;
}
.birhtdaynext {
    background: #FFCC00;
    font-size: 10px;
    line-height: 1.2em;
    padding: 1em;
    margin-bottom: 2em;
}
.birhtdaynow {
    background: #0066B1;
    color: white;
    padding: .2em 1em;
    line-height: 2em;
}
.birhtday h3,
.birhtdaynext h3 {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: .5em 0;
    padding: 0;
}
@media screen and (max-width: 700px) {
    #table-tref-list table,
    #table-tref-list tbody,
    table#table-tref-list tr {
        display: block;
        clear: both;
    }
    #table-tref-list tbody td:nth-child(1) {
        display: inline-block;
        min-width: 60%;
    }
    #table-tref-list tbody td:nth-child(2) {
        display: inline-block;
        width: calc( 40% - 4em );
    }
    #table-tref-list td:nth-child(4)::before {
        content: "Członków ";
        vertical-align: top;
    }
    #table-tref-list td:nth-child(5)::before {
        content: "Dorosłych ";
        vertical-align: top;
    }
    #table-tref-list td:nth-child(6)::before {
        content: "Nastolatki ";
        vertical-align: top;
    }
    #table-tref-list td:nth-child(7)::before {
        content: "Dzieci ";
        vertical-align: top;
    }

    #table-tref-list td:nth-child(8)::before {
        content: "Summa ";
        vertical-align: top;
    }
    #table-tref-list tbody td:nth-child(4) {
        display: block;
        min-width: 100%;
    }
    #table-tref-list tbody td:nth-child(5),
    #table-tref-list tbody td:nth-child(6),
    #table-tref-list tbody td:nth-child(7) {
        display: inline-block;
        min-width: 32.75%;
    }
    #table-tref-list tbody td:nth-child(6) {
        text-align: center;
    }
    #table-tref-list tbody td:nth-child(2),
    #table-tref-list tbody td:nth-child(3),
    #table-tref-list tbody td:nth-child(7) {
        text-align: right;
    }
    #table-tref-list tbody td:nth-child(3) {
        display: inline-block;
        width: 3em;
    }
    #table-tref-list tbody td:nth-child(8) {
        display: block;
        font-size: 15px;
        text-align: right;
        margin-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    #table-tref-list thead {
        display: none;
    }
}
@media screen and (max-width: 475px) {
    #table-tref-list tbody td {
        display: block !important;
        text-align: left !important;
        width: 100% !important;
    }
}

/* SHOP OUTPUT */
.wcd-shop-oreder-item {
    display: grid;
    width: 100%;
    grid-template-columns: 25px 6fr 1fr;
    grid-column-gap: 0.5em;
    column-gap: 0.5em;
    grid-row-gap: 0.7em;
    row-gap: 0.7em;
}
.select-order-staus {
    margin: .25em 0;
    padding-bottom: 2px;
    text-align: right;
}
.select-checkbox-etikett {
    margin: .8em 0;
    text-align: left;
}
.order-name {
    min-width: 40%;
}
.count-shop-items {
    display: inline-block;
    background-color: darkgreen;
    color:white;
    font-size: 14px;
    font-weight: 700;
    padding: .2em .3em;
    border-radius: .7em;
    width: auto;
    min-width: 4em;
    text-align: center;
    margin-left: 3em;
    line-height: 1em;
    float: right;
}
.count-shop-items-red {
    display: inline-block;
    background-color: darkred;
    color:white;
    font-size: 14px;
    font-weight: 700;
    padding: .2em .3em;
    border-radius: .7em;
    width: auto;
    min-width: 4em;
    text-align: center;
    margin-left: 3em;
    line-height: 1em;
    float: right;
}
.order_price_total {
    display: inline-block;
    background-color: #777;
    color:white;
    font-size: 14px;
    font-weight: 700;
    padding: .2em .3em;
}
ul.wcd-list li {
    line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
    .order-name {
        min-width: 60%;
    }
}
@media screen and (max-width: 900px) {
    .order-name {
        min-width: 70%;
    }
}
@media screen and (max-width: 700px) {
    .wcd-shop-oreder-item {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr;
        grid-column-gap: 0.3em;
        column-gap: 0.3em;
        grid-row-gap: 0.2em;
        row-gap: 0.2em;
        border-bottom: 1px solid #ddd;
    }
    .select-checkbox-etikett {
        margin: .5em 0 .1em;
        text-align: left;
    }
}
.print-window {
    background-color: #eee;
    padding: 2em 0;
    margin-bottom: 2em;
}
page[size="A4"] {
    background: white;
    width: 21cm;
    min-height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
.page_output {
    background: white;
    width: 21cm;
    min-height: 29.7cm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
}
@media print {
    .print-window, page[size="A4"] {
        background-color: white;
        margin: 0;
        box-shadow: 0;
    }
}

.count-awaiting {
    z-index: 999;
    display: inline-block;
    background-color: #FFCC00;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50px;
    padding: .4em .4em;
    width: auto;
    min-width: 2em;
    height: 2em;
    text-align: center;
    line-height: 1em;
    transform: translate(.1em, -1em);
}
.map {
    display: inline-flex;
    margin-top: 2em;
}
.fcd_map {
    position: relative;
    display: flex;
    background-image: url('https://fcd-ruchchorzow.com/wp-content/plugins/deLORME/FCDMember/assets/bundeslaender.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 400px;
    height: 540px;
}
.fcd_map_list {
    display: block;
    padding-left: 2em;
}
@media screen and (max-width: 700px) {
    .map {
        display: block;
    }
    .fcd_map_list {
        display: block;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}
.fcd_map_table {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.count-bl {
    z-index: 999;
    display: inline-block;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50px;
    padding: .4em .4em;
    width: auto;
    min-width: 2em;
    height: 2em;
    text-align: center;
    line-height: 1em;
    transform: translate(.1em, -1em);
}
.count-bl-bg-1 {
    background-color: #FFCC00;
}
.count-bl-bg-2 {
    background-color: yellow;
}
.count-bl-bg-3 {
    background-color: lightyellow;
}
.BY {
    position: absolute;
    top: 76%;
    left: 58.5%;
}
.BW {
    position: absolute;
    top: 81%;
    left: 32%;
}
.BE {
    position: absolute;
    top: 28%;
    left: 72%;
}
.BB {
    position: absolute;
    top: 39%;
    left: 77%;
}
.HB {
    position: absolute;
    top: 22.5%;
    left: 27%;
}
.HH {
    position: absolute;
    top: 22.5%;
    left: 39%;
}
.HE {
    position: absolute;
    top: 56%;
    left: 32%;
}
.MV {
    position: absolute;
    top: 13%;
    left: 66%;
}
.NI {
    position: absolute;
    top: 33%;
    left: 39%;
}
.NW {
    position: absolute;
    top: 40%;
    left: 16%;
}
.RP {
    position: absolute;
    top: 57%;
    left: 14%;
}
.SL {
    position: absolute;
    top: 71%;
    left: 8%;
}
.SN {
    position: absolute;
    top: 51%;
    left: 70%;
}
.ST {
    position: absolute;
    top: 35%;
    left: 56%;
}
.SH {
    position: absolute;
    top: 8%;
    left: 34%;
}
.TH {
    position: absolute;
    top: 47%;
    left: 49%;
}

#lagerbestand {
    font-size: 12px;
}
#lagerbestand thead {
    background-color: #ddd;
    font-weight: 700;
}
#lagerbestand th {
    padding: .3em .8em;
    font-size: 14px;
}
#lagerbestand td {
    padding: .3em .8em;
}
#lagerbestand th:last-child,
#lagerbestand td:last-child {
    text-align: center;
}
#lagerbestand input[type="number"] {
    font-weight: 700;
}
#lagerbestand input[type="submit"] {
    font-weight: 500;
}
#lagerbestand img {
    width: 50px;
}

#fcd-kids {
    font-size: 12px;
}
#fcd-kids thead {
    background-color: #ddd;
    font-weight: 700;
}
#fcd-kids th {
    padding: .3em .8em;
    font-size: 14px;
}
#fcd-kids td {
    padding: .3em .8em;
}
/*
#fcd-kids th:last-child,
#fcd-kids td:last-child {
    text-align: center;
}
*/

.mtool-filter-bar a {
    color: #000 !important;
}