﻿@import url(font-awesome-4.6.3/css/font-awesome.min.css);
img {
    max-width:100%;
}
.td {
    vertical-align:top;
}
.glyphicon {
    font-size:2em;
    color:#446e9b;
}
.colorWhite {
    color:#fff;
}
.Pointer {
    cursor:pointer;
}
.Wrapper {
    max-width: 1400px;
    margin: auto;
}
#Banner {
    padding-top:10px;
    padding-bottom:10px;
}
    #Banner img {
        max-width:100%;
    }
    #Banner div:nth-child(2) {
        text-align:center;
    }
#IfVerVeranstaltungListView {
display:none;
}
#ExSearch {
    display: none;
}
#DetailsWrapper {
    position:absolute;
    display:none;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5 );
    padding-top:10px;
    top:0px;
    left:0px;
}
.Feld {
}
.FeldWert {
}
.FloatRight {
    float:right;
}
.FloatLeft {
    float:left;
}

ul {
    padding:0px;
    margin:0px;
}
    ul.VerTable li:nth-child(2n) {
        background-color:lightgray;
    }
li.Liste {
    /*display:none;*/
}
li {
    padding:0px;
    list-style:none;
    margin:0px;
    list-style-position:outside;
}
    li.Stufe1 {
        font-size:1.2em;
        font-weight:bold;
    }
    li.Stufe2 {
        font-size:1.0em;
        font-weight:bold;
    }
    li.Veranstaltung {
        /*border-bottom:solid 1px gray;*/
        margin:10px 0px;
    }
li.Header  {
    background-color:lightgray;
}
li.Header div {
    background-color:lightgray;
    float:left;
}
li.Veranstaltung div {
    float:left;
}
div.Nummer {
    width:10%;
}
div.Bezeichnung {
        width:25%;
}
div.DatumVon {
    width:15%;
}
div.LizenzHinweis {
    width:15%;
}
div.Ort {
    width:15%;
}
div.Gebuehr {
    width:10%;
}
div.AnzahlMarkerGruen {
    width:10%;
}
div.Ampel {
    float:none;
    margin:auto;
}
.Belegt, .Frei {
    float:left;
    color:#fff;
    text-align:center;
    padding:0px !important;
}
#Details .Belegt, .Liste .Belegt {
    padding:0px;
    text-align:center;
}
#Details div.Frei, .Liste .Frei {
    padding:0px;
    text-align:center;
}
#Details, #Anmeldung {
    background-color:white;
    max-width: 1000px;
    margin: auto;
    position:relative;
}
    #Details .FeldWert, #Anmeldung .FeldWert {
        width:70%;
        float:left;
    }
    #Details .Bild {
        padding-top:10px;
    }
    #Details div div, li.Header div, li.Veranstaltung div {
        padding:5px;
    }
    #Details li {
        list-style:inherit;
        list-style-position:inside;
    }
    .bgRed, #Details div.Belegt, .Veranstaltung .Belegt, .VerTeil div.Belegt {
        background-color: rgba(255, 0, 0,0.7);
    }
    .bgGreen, #Details div.Frei, .Veranstaltung .Frei, .VerTeil div.Frei {
        background-color: rgba(47, 116, 51, 0.7);
    }
.bgOrange {
    background-color:rgba(255, 106, 0, 0.7)
}
.Ampel{
    width:20px;
    height:20px;
}
.StufeClick {
    line-height:30px;
    border-bottom:solid 1px lightgray;
}
.StufeClick .Veranstaltung {
    line-height: 30px;
    border-bottom: solid 1px lightgray;
}
.StufeClick .glyphicon {
    font-size:1em !important;
}
.Clear {
    clear:both;
}
.Header .Clear, .Veranstaltung .Clear {
    background-color:transparent;
    float:none;
    padding: 0px;
}
#Anmeldung {
    display: none;
    padding-bottom:10px;
    transition: all 0.3s linear 0s;
}
    #Anmeldung .ButSchritt {
        border:solid 1px gray;
        line-height:30px;
    }
    #Anmeldung .On {
        background-color: #446e9b;
        color:#fff;
    }
    #Anmeldung .Schritt {
        display:none;
    }
    #Anmeldung #Schritt1 {
        display:block;
    }
#Schritt5 .glyphicon {
    font-size:1.5em;
}
.Footer {
    text-align:center;
    line-height:20px;
    padding:10px;
}
    .Footer img {
        height:15px;
        vertical-align:baseline;
    }
#Kontoinhaber {
    display:none;
}
.nodiplay {
    display:none;
}
.on {
    background-color:gray;
}
div.Close {
    position:absolute;
    right:5px;
    top:5px;
    color:#fff;
}
.panel-heading div.Gebuehr, .Gesamtgebuehr {
    font-size:1.1em;
    font-weight:bold;
    width:auto;
}
#panWeitergabeFahrGem {
    padding-right:70px;
    margin-top:10px;
}
.padding0 {
    /*font-family: 'Glyphicons Halflings';*/
    padding:0px !important;
}
.paddingTop9 {
    /*font-family: 'Glyphicons Halflings';*/
    padding-top: 9px !important;
}
div.Sorter {
    cursor:pointer;
}
div.Sorter:before {
    font-family: 'Glyphicons Halflings';
    content:" \e150  ";
    font-size:0.8em;
}
div.Sorta:before {
    font-family: 'Glyphicons Halflings';
    content: "\e094  ";
    font-size:0.8em;
}
div.Sortd:before {
    font-family: 'Glyphicons Halflings';
    content: "\e093  ";
    font-size:0.8em;
}
@media (max-width: 768px) {
    #panWeitergabeFahrGem {
        padding-right:45px;
    }
}
@media (max-width: 991px) {
    /*li.Veranstaltung div {
        float:none;
    }*/
    .Belegt, .Frei {
        float:left !important;
    }
    .Veranstaltung .FeldWert {
        width:70%;
    }
}
@media (max-width: 400px) {
    #Details .Feld, #Details .FeldWert {
        /*width:100%;
        text-align:left;*/
    }
}
#LoadOverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5 );
    padding-top: 10px;
    top: 0px;
    left: 0px;
    color:#fff;
    font-size:2em;
}
    #LoadOverlay div {
        text-align:center;
        margin-top:50px;
    }
.ellipsis {
    text-overflow:ellipsis;
    overflow: hidden;
}
.TextLeft {
    text-align:left;
}
.TextRight {
    text-align:right;
}
  .ui-autocomplete-loading {
    background: white url("ui-anim_basic_16x16.gif") right center no-repeat;
  }
#ui-id-1 {
    max-height:200px;
    overflow:auto;
}
    #ui-id-1 li.ui-menu-item {
        border:solid 1px transparent;
    }
    #ui-id-1 li.ui-state-focus {
        margin:0;
    }
#VerTeil .hell {
    background-color:white;
}
#VerTeil .dunkel {
    background-color:lightgray;
}

.VerTeilCheckbox input[type="checkbox"] {
    display: none;
}

.VerTeilCheckbox input + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("checkbox-unchecked.png");
    background-size:20px;
}

.VerTeilCheckbox input[type="checkbox"]:checked + label {
    background-image: url("checkbox-checked.png");
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 25%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
     However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 8.5s;
    animation: fadein 0.5s, fadeout 0.5s 8.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}