
html{
    color:#333;

}

h1{
    font-size:14px;
}

label{
    margin-top:20px;
}
.offline{
    background-color:#ff7777 !important;
}
.is_old{
    background-color:#fcac00;
}

.is_old2{
    background-color:#c49841;
}

.ticket{
    width:400px;
    height:150px;
    background-color:#cecece;


    -webkit-box-shadow: 10px 10px 37px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 37px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 37px 0px rgba(0,0,0,0.75);

    float:left;
    border:1px solid #cecece;

    margin:10px;
}

.anzDot{
    background-color:#FF0000;
    color:#FFF;
    /*height:20px;*/
    line-height:20px;
    text-align:center;
    /* width:20px; */
    border-radius:20px;
    display:inline-block;
    padding:3px;
}
.pinkBg{
    background-color:#ff00ff;
}
.cp{
    cursor:pointer;
}

.table#warenTabelle>tbody>tr>td{
    border-top:0px;
}

/* .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    background-color:green;
    color:#FFF;
    
}
/* .nav-tabs>li>a{
    background-color:yellow;
} */

#wrapper{
    /*margin-top:120px;*/
    margin-top:70px;
}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

.positionbtn{
    width:130px;
    margin:3px;
}

.anlegenBtn{
    height:70px;
    opacity: 0.9;
    background-color:inherit;
    color:#cecece;
    border:0px;
}

#header{
    position:fixed;
    top:0px;
    left:0px;
    background-color:RGBA(0,73,150, 0.9);
    
    /*color:#333;*/
    /*height:100px;*/
    height:47px;
    width:100%;
    z-index:22;

    -webkit-box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);

}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    #wrapper{
        /*margin-top:120px;*/
        margin-top:0px;
    }

    
}

.error{
    color:#FF0000;
}

.printError,.printError:hover,.printError:active,.printError:focus{
    color:#FFF;
    background-color:#FF0000;
}


.printSuccess,.printSuccess:hover,.printSuccess:active,.printSuccess:focus{
    color:#FFF;
    background-color:#00ce00;
}
#onlineIndicator{

    font-size: 11px;
    left: 175px;
    position: absolute;
    top: 56px;

}

.titlerow{
    background-color:#cecece;
}
.prio_{

}
.prio_1{
    background-color:#cc2e25;
}
.prio_2{
    background-color:#d68500;
}
.prio_3{
    background-color:#409e3f;
}
/* Typeahead */

 .typeahead-demo .custom-popup-wrapper {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     background-color: #f9f9f9;
 }

.typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.commentHeader{
    font-size:11px;
    color:#a59999;
}

.commentText{
    margin-bottom:10px;
    border-bottom:1px dotted #cecece;
}

tr.homeslot td{
    background-color:#00b3ee ;
}
tr.parkslot td{
    background-color:#2b542c ;
}
strong{
    /*background-color:yellow;*/
    color:#000;
    font-weight:bold;
}

.wochentag{
    float:left;
    width:20%;
    border-right:1px solid red;
}

.red{
    color:red;
}

.red_bg{
    background-color:red;
}
.green{
    color:green;
}

.bold{
    font-weight: bold;
}
.slot{
    height:50px;
    background-color:green;
    border-radius:3px;
    margin:2px;
    color:#FFF;
    cursor:pointer;
}

ul.top-nav{
    position: absolute;
    left: 190px;
    top: 40px;
    width: 480px;
    list-style-type: none;
}

ul.top-nav li{
    float: left;
    border: 1px solid #cecece;
    padding: 3px;
    margin: 2px;
}

ul.top-nav li a{
    color:#5d5d5d;
}


.besetzt{
    background-color:#cecece;
    min-height:70px;
    /*width:100px;*/
    border-radius:5px;
    overflow:hidden;
    margin:3px;
    font-size:10px;
    padding:7px;
}

.frei{
    /*background-color:#FFF;*/
    min-height:70px;
    width:100px;
}
.mini{
    font-size:8px;
    color:#545454
}

.datumIsInVergangenheit{
    background-color:#00ce00;
}

.due4{
    background-color:#FF0000;
    color:#FFF
}
.due3{
    background-color:#ff8c8c;
    color:#000
}
.due2{
    color:#ff0000;
}

.due1{
    color:#fcac00
}

.betrag_blue{
    color:#00b3ee;
}

.betrag_green{
    color:#00ce00;
}

.table-nonfluid {
    width: auto !important;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.row{
    padding:0px;
    margin-right:0px;
    margin-left:0px;
}


.nav>li>a{
    
    padding: 10px 10px;
    
    }

    .purpleBackground{
        background-color:rgb(232, 151, 232);
    }


    .redBackground{
        background-color:#FF0000;
    }
    .orangeBackground{
        background-color:#c43d0c;
    }

    

    @media screen and (min-device-width: 768px) {


        .saveRow{
            position:fixed;
            bottom:5px;
            right:5px;
            text-align:right;
        }

        .mobil{
            display:none;
        }
        .desktop{
            /* display: */
        }
        #kundenmenu{
    
            cursor: pointer;
            position: fixed;
            top: 4px;
            z-index: 999;
            left: 200px;
        }
    }
    @media only screen and (min-width: 20px) and (max-width: 768px) {

        .saveRow{
            position:relative;
            /* bottom:5px; */
            /* right:5px; */
        }
        .mobil{
            /* display:block; */
        }
        .desktop{
            display:none;
        }
        #kundenmenu{
            cursor: pointer;
            position: relative;
            left: 0px;
            top: 0px;
            z-index: 1;
        }
    }


.angeboten{
    background-color:#d5d5d5;
}
.bestellt{
    background-color:#ffffcc ;
} 
.geladen{
    background-color:#ffcaCa ;
}
.eurozeichen{
    background-color:#cfffca ;
}
.blassorange{
    background-color:#ffdfbf;
}

.knallgelb{
    background-color:#ffff00;
}


.fs8{
    font-size:8px;
}
.fs9{
    font-size:9px;
}
.fs10{
    font-size:10px;
}
.fs11{
    font-size:11px;
}
.fs12{
    font-size:12px;
}
.fs13{
    font-size:13px;
}

.highlightedText {
    background: yellow;
}

.eingerueckt{
    margin:3% 10% 5% 10%;
    background-color:#409e3f;
    padding:20px
}

.nichtfaellig{
    background-color:green
}
.faellig1{
    background-color:orange
}
.faellig2{
    background-color:red
}

tr.faellig2>td , tr.nichtfaellig>td  , tr.faellig1>td 
{
    color:#FFF
}


tr.istAktuell>td 
{
    font-weight:bold;
}



.steigerungsfaktor {
    font-size:22px;
    border-radius: 10px;
    width:80px;
    height:50px;
    text-align:center;
    line-height:50px;
}

.redFactor{
    background-color: #c43d0c;
    color:#fff
}
.greenFactor{
    background-color: #00ce00;
}