html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #878787;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: left;
    align-items: start;
}

a {
    color: #fb8d13;
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

input {
    margin: 5px;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-top: 1px solid #1d1d1d;
    border-left: 1px solid #1d1d1d;
    border-bottom: 1px solid #636363;
    border-right: 1px solid #636363;
    background: #fff;
    border-radius: 5px;
    
}

.input-text {
    padding-top: 12px;
}

.form-enter {
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #333;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 1px 2px 16px #fff;
    cursor: pointer;
}


/*******************************************************
                      MAIN TABLE
********************************************************/

.main {
    background: #fff;
    padding: 20px;
    width: 1065px;
    border: 1px solid #565656;
    float: left;
}

.maintable {
    width: 1065px;
    border-spacing: 0;
}

.maintable thead {
    height: 35px;
}

.maintd {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
}

.mainrow {
    height: 28px;
    background: #fff;
    color: #333;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #ccc;
}



/*******************************************************
                        BASE
********************************************************/

.base {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 260px auto;
    grid-template-rows: 110px auto;
    padding: 0;
    margin: 0;
    gap: 10px;

}

.dealerdash {
    background-color: #fff;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
    margin: 0;
    padding-top: 14px;
    text-align: center;
}

.userbar {
    background-color: #fff;
    border-left: 1px solid #565656;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
}

.navigation {
    background-color: #fff;
    border-top: 1px solid #565656;
    border-right: 1px solid #565656;
    border-bottom: 1px solid #565656;
    min-height: 800px;
    padding-left: 12px;
    padding-top: 10px;
}

.content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 50px;
    vertical-align: top;
    max-width: 1700px;
}

.button {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 2px 2px 0px #ddd;
    cursor: pointer;
    font-size: 14px;
    margin-right: 6px;
}

.grey {
    background-color: #333;
}

.orange {
    background-color: #fb8d13;
}


.form-enter:hover {
    box-shadow: 3px 4spx 16px #fff;
    cursor: pointer;
    background-color: #292929;
}



/*******************************************************
                      PAGINATION
********************************************************/

.pagilef {
    width: 100px;
    float: left;
    padding-top: 30px;
}

.pagimid {
    width: 865px;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.pagirig {
    width: 100px;
    float: left;
    padding-top: 30px;
    text-align: right;
}

.pagibut {
    display: inline-block;
    list-style-type: none;
    width: 80px;
    height: 24px;
    background: #333;
    text-align: center;
    padding-top: 6px;
}

.pagination a {
    text-decoration: none;
    color: #fff;
}

.pagimid li {
    display: inline-block;
    list-style-type: none;
    width: 30px;
    height: 24px;
    text-align: center;
    padding-top: 6px;
    background: #ddd;
}



/*******************************************************
                      LOGIN FORM
********************************************************/

.login {
    width: 680px;
    height: 480px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #565656;
    box-shadow: 8px 7px 0px #686868;
    border-radius: 5px;
}

.brand {
    width: 620px;
    background-image: url('../img/lock.png');
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.logo {
    width: 330px;
}

.loginform {
    width: 100%;
    height: 180px;
    padding-top: 50px;
    background-color: #fb8d13;
    background-image: url('../img/bg-login.jpg');
    background-repeat: no-repeat;
    border-top: 1px solid #e47d0c;
    border-bottom: 1px solid #e47d0c;
}

.license {
    width: 400px;
    float: left;
    padding-left: 43px;
    padding-top: 30px;
    font-size: 13px;
    line-height: 18px;
    color: #444;
}

.version {
    width: 140px;
    float: left;
    padding-left: 43px;
    padding-top: 30px;
    font-size: 13px;
    line-height: 18px;
    color: #444;
    text-align: right;
    color: #bbb;
}

.fl {
    float: left;
}

.w100 { width: 100px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }

.pl50 {
    padding-left: 50px;
}




/*******************************************************
                    NAVIGATION
********************************************************/

.navi {
    padding-left: 17px;
    padding-top: 20px;
    margin: 0;
    list-style: none;
}

.navi li {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    font-size: 18px;
}




/*******************************************************
                    ERROR BOX
********************************************************/

.errorbox {
    width: 430px;
    height: 210px;
    border: 1px solid #545454;
    background: #fff;
    box-shadow: 6px 5px 0px rgba(100, 100, 100, 0.5);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-radius: 5px;
}

.errortitle {
    width: 405px;
    height: 27px;
    background: #686868;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-top: 9px;
    padding-left: 25px;
    font-size: 15px;
}

.errortext {
    width: 290px;
    padding-left: 25px;
    padding-top: 30px;
    text-align: left;
    line-height: 20px;
    font-size: 15px;


}

.erroricon {
    width: 100px;
    height: 100px;
    background-image: url('https://dash.schmidt-aschersleben.de/shared/ico/shield-error.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 72px 72px;
    float: right;
     margin-top: 10px;
    margin-right: 25px;
}

.softer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(20px);
    text-align: center;
    
}

.errorok {
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}


.box_melden {
    display: none;
}



