.multiselect {
    width: 200px;
}
.selectBox {
    position: relative;
}
.selectBox select {
    width: 100%;
    font-weight: bold;
}
.overSelect {
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}
#checkboxes {
    display: none;
    border: 1px #dadada solid;
}
#checkboxes label {
    display: block;
}
#checkboxes label:hover {
    background-color: #ED8023;
}


.container{
    font-size: 0.9em;
}
.header{
    background-color: #ED8023;
    color: white;
    padding-left: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;

}
.header2{
    background-color: #000000!important;
}
.header3{
    color: #ED8023!important;
}
.childheadConti2{
    background-color: #ED8023;
    color: white;
    padding-left: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;

}
.auftragheader{
    background-color: #ED8023;
    color: white;
    padding-left: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;

}
.auftragheader2{
    background-color: #000000!important;
}
.auftragheader3{
    color: #ED8023!important;
}
.kundendiestheader{
    font-size: 1.3em;
}
.overhead{
    border: solid 2px black;
    margin-bottom: 4px;
}
.showdiv{
    display: none;
}
.headline{
    font-size: 0.8em;
}
.childhead{
    border: solid 1px black;
}
.childhead2{
    border: solid 1px #ED8023;
}
.childoverhead{
    border: solid 1px black;
    margin-bottom: 4px;
}
.header ~ div {
    display: none;
}
.header ~ hr {
    display: none;
}
.header ~ br {
    display: none;
}
.header ~ button {
    display: none;
}
input{
    padding: 4px !important;
}
.einbau{

}

.hidethem{
    display: none !important;
}
.selhidethem{
    display: none !important;
}
.selshowthem{
    display: block !important;
}
.makeinvisible{
    visibility: hidden !important;
}
#select{
    background-color: #FFFFFF;
}
.bs-caret{
  display: none !important;
 }
.btn-group .glyphicon-menu-hamburger{
    background-color: #ED8023;
    border-radius: 0;
    color: #000000 !important;
}
.glyphicon-menu-hamburger::before{
    margin: 0;
}
.dropdown-toggle{
    box-shadow: none !important;
}
.navbar{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Large desktop */
@media (min-width: 1200px) {
    .fontclass{
        font-size: 0.9em;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .fontclass{
        font-size: 0.8em;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .fontclass{
        font-size: 0.6em;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .fontclass{
        font-size: 0.5em;
    }
}
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ui-autocomplete{
    background-color: white;
    border: 1px black solid;
    z-index: 50000;
    max-height: 150px;
    overflow-y: scroll;
}
#search{
    border: 1px #ED8023 solid;
    padding-left: 3px !important;
    color: #0f0f0f;
}
#plz_search{
    border: 1px #ED8023 solid;
    padding-left: 3px !important;
    color: #0f0f0f;
}
#closed_search{
    border: 1px #ED8023 solid;
    padding-left: 3px !important;
    color: #0f0f0f;
}
.buttondesign2{
    color: #ED8023;
    border: 1px #ED8023 solid;
    background-color: white;
}
.buttondesign2:hover{
    color: white;
    background-color: #ED8023;
}
.buttondesign2:active{
    color: white;
    background-color: #ED8023;
}
.buttondesign3{
    color: white;
    border: 1px white solid;
    background-color: #ED8023;
}
.buttondesign3:hover{
    color: #ED8023;
    background-color: white;
}
.buttondesign3:active{
    color: #ED8023;
    background-color: white;
}
.buttondesign2width{
    width: 100%;
}
.buttonmargin{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.buttondesign{
    color: gray;
    border: 1px gray solid;
    background-color: white;
}
.buttondesign:hover{
    color: white;
    background-color: gray;
}
.buttondesign:active{
    color: white;
    background-color: gray;
}

#searchAuftrag{
     color: white;
     background-color: #ED8023;
 }
.error{
    border: 1px solid red;
}
.navbutton{
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
}
.centerdiv{
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.nopadding{
 padding: 0!important;
}
.nomargin{
    margin: 0!important;
}
#loginInProgress{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,0.3);
    display: none;
    text-align: center;
}
#loginInProgress img{
    margin-top: calc(50vh - 64px);
}
.korrektur_border_red{
    border: 1px solid red;
}
.korrektur_color_red{
    color: red;
}

.kdbbutton{
    font-size: 18px;
    margin: 1px;
}



.pac-container {
    z-index: 1051 !important;
}

.park-warning{
    background-color: #fcf92d!important;
}

.park-error{
    background-color: #e8253c!important;
}

.tech-warning{
    background-color: #ff944d!important;
}