
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainPanel{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #9D9D9D89;
    border: 1px solid #FFFCFC;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
}
.logo_panel img{
    width: 182px;
    height: 41px;
    margin-left: 32px;
    margin-top: 36px;
    margin-bottom: 36px;
}
.menu_black{
    background-color: black;
    height: 31px;
}
.menu_footer{
    background-color: black;
    text-align: right;
    padding-right: 33px;
    padding-top: 8px;
    padding-bottom: 9px;
}
.menu_footer a{
    color: white;
    font-size: 14px;
}

.form-signin {
    width: 100%;
    max-width: 560px;
    padding: 15px;
    margin: auto;
    padding-bottom: 30px;
}
.pwd-vergessen{
    text-decoration: underline;
    letter-spacing: 0px;
    color: #868E96;
    font-size: 12px;
    margin-top: 18px; 
    float: right; 
    margin-right:10px;
}
.pwd-vergessen-text{
    letter-spacing: 0px;
    color: #868E96;
    font-size: 12px;
    margin-top: -10px;
}
.infotext{
    letter-spacing: 0px;
    color: #868E96;
    font-size: 12px;
    line-height: 16px;
}
.pwd-btn, .pwd-btn:hover{
    background-color: #00336F;
    border-color: #00336F;
}
.login-btn, .login-btn:hover{
    background-color: #00336F;
    border-color: #00336F;
    float: right;
}
.error{
    color: #DC3545;
    font-size: 12px;
}
.border-error{
    border-color: #DC3545;
}

.wellcome{
    text-align: left;
    margin-top: 72px;
    margin-bottom: 72px;
}

.wellcome .title{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
    background-color: #00000027;
    font-size: 16px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.wellcome .content{
    background-color: #F8F9FA;
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.wellcome .content h1{
    font-size: 20px;
    font-weight: bold;
}
.wellcome .footer{
    padding-top: 14px;
    overflow: hidden;
}
.btn-iveco{
    background-color: #00336F;
    color: white !important;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    border: none;
    outline: none !important;
}

.padding-mittel{
    padding-top: 7px;
}
.form-check{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 40px;;
}
.border-grau{
    border: 1px solid #CED4DA;
}
.datei_element{
    border-top: 1px solid #707070;
    padding-top: 13px;
    padding-bottom: 13px;
}
.datei_element.first{
    border: none;
}
.delete_file{
    width: 15px;
    height: 17px;
    cursor: pointer;
    background-image: url(image/trash-alt-light.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: right;
    display: block;
    margin-right: 7px;
}
.datei_element a{
    color: black !important;
}

.breadcrumb{
    margin-top: 26px;
    margin-bottom: 28px;
}
.btn-backend{
    width: 100%;
    border: 1px solid #CED4DA;
    background-color: white;
    margin-bottom: 15px;
    color: #868E96;
}
.btn-download{
    border: 1px solid #CED4DA;
    background-color: white;
    margin-bottom: 15px;
    background-image: url(image/download-light.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 40px;
    margin-top: 15px;
}
.subpanel{
    color: #5d5d5d;
}
#filenamelabel{
    cursor: pointer;
}
@media only screen and (max-width: 991px){
    .col-9{
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .wellcome{
        padding-left: 32px;
        margin-top: 36px;
        padding-right: 32px;
        margin-bottom: 36px;
        overflow: hidden;
    }
    .wellcome .content{
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wellcome .content.fahrzeug{
        padding-left: 22px;
        padding-right: 22px;
    }
    .wellcome .content .col-sm-8, .wellcome .content.fahrzeug .col-sm-4, .wellcome .content.fahrzeug .col-sm-10{
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    #filenamelabel{
        margin-top: 15px;
    }
    .wellcome .content .offset-sm-1{
        margin-left: 0px;
    }
    .wellcome .content.fahrzeug.dank .row{
        margin-top: -40px;
        margin-bottom: 1rem !important;
    }
    .wellcome .content.fahrzeug.dank .row b{
        display: block;
        margin-top: -35px;
    }
}
@media only screen and (max-width: 575px){
    .padding-mittel{
        padding-top: 0px;
    }
    .col-form-label{
        padding-bottom: 0px;
    }
    #filenamelabel{
        margin-bottom: -20px;
    }
    .mb-5, .my-5{
        margin-bottom: 1rem !important;
    }
}
.mobile_back{
    display: none;
}
@media only screen and (max-width: 420px){
    .mobile_back{
        display: block;
    }
    .back{
        display: none;
    }
}




