*{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    box-sizing: border-box;
}

html,body{
    font-size:16px;
    color:#000;
    font-weight: bold;
    padding-bottom:200px;
    background:#eee;
}


input,select,option{
    font-weight: bold;
}

a{
    color:#000;
}

input[type=submit]{
    cursor: pointer;
}

#searchInput{
    padding:20px;
    background:#fff;
    border-radius:10px;
    border:1px solid #000;
    color:#000;
    font-weight:bold;
    border:0px;
    margin-top:20px;
}

.header{
    width:100%;
    height:5vh;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}

.header a{
    color:#fff;
    font-weight:bold;
    padding:10px;
}

.loginContainer {
    width: 500px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    text-align:center;
    background: #fff;
    border-radius: 10px;
    padding:20px;
}

.loginContainer h3{
    color:#000;
}

.loginContainer input[type=text]{
    padding:10px;
    width:300px;
    border-radius: 10px;
    border:1px solid #ddd;
}

.loginContainer input[type=password]{
    padding:10px;
    width:300px;
    border-radius: 10px;
    border:1px solid #ddd;
}

.loginContainer input[type=submit]{
    padding:10px;
    width:200px;
    border-radius: 10px;
    background:#000000;
    color:#fff;
    border:0px;
}

.formBox{
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    margin: auto;
    margin-top:30px;
    background:#eee;
}

.formBox input{
    width: 100%;
    display:block;
    margin-bottom: 10px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    border:0px;
}

.formBox input[type=submit]{
    background:#000000;
    color:#fff;
    font-weight:bold;
    cursor: pointer;
}

.formBoxDrives{
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    margin: auto;
    margin-top:30px;
}

.formBoxDrives div{
    width: 49.5%;
    display:inline-block;
}

.formBoxDrives input,select{
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 10px;
    font-size: 16px;
    width: 100%;
    display:block;
    margin-bottom: 10px;
}

.formBoxDrives select option:not(:first-of-type) {
  color: #555;
}

.formBoxDrives input[type=submit]{
    background:#000000;
    color:#fff;
    font-weight:bold;
    border:0px;
}

table{
    width:100%;
    border-collapse: collapse;
}

th,td{
    color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 10px;
    background:#fff;
}

th{
    background:#000000;
    color:#fff;
    font-weight:bold;
}

.driver th{
    width:25%;
}

.cost{
    margin:0 auto;
    width:25%;
    min-width:300px;
}

.cars th{
    width:33.3%;
}

table input{
    width:100%;
    height:100%;
    color: #000;
    border: 0px;
    padding: 10px;
    background:#fff;
    font-size:16px;
}

.change input{
    height:100%;
    background:#fff;
    color:#000;
    font-weight:bold;
    border-radius: 4px;

}

.change input[type=submit]{
    cursor: pointer;
    background: #000000;
    color:#fff;
}


.err{
    display: block;
    color:#ea0000;
    text-align: center;
    font-weight:bold;
    padding-bottom:10px;
}

.success{
    display: inline-block;
    color:#fff;
    text-align: center;
    font-weight:bold;
    padding:10px;
    background:#000000;
    margin-bottom:20px;
    border-radius:10px;
}



.fahrtTitle{
    cursor:pointer;
    max-width:100%;
    display: flex;
    justify-content: space-between; 
    flex-direction: row;
    flex-wrap: wrap;
}

.copen{
    max-width:100%;
    display: flex;
    justify-content: space-between; 
    flex-direction: row;
    flex-wrap: wrap;
}

.c{
    display:none;
    justify-content:center;
    max-width:100%;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: inset 0px 0px 0px 1px #0090ea;
}

.fahrtCell{
    flex: 1;
    border: 1px solid #0090ea;
    text-align: center;
    width:14.28%;
    box-sizing: border-box;
    padding:5px;
    color:#888;
}

.drivesContainer{
    background:#d2e1ea;
    margin-top:20px;
    cursor:default;
}

.cellBlue{
    background:#0090ea;
    color:#fff;
    font-weight:bold;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.tableBox{
    width: 100%;
    max-width: 1300px;
    min-width: 300px;
    margin:20px auto;
}

.drivesContentBox{
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    margin-top:10px;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}

.drivesContentBox .part{
    color: #000;
    padding: 10px;
    cursor: pointer;
}

.drivesTitleBox{
    justify-content: center;
    display: none;
    flex-flow: row wrap;
    border-radius: 6px;
    background:#000000;
}

.drivesTitleBox .part{
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.part{
    text-align: center;
    width:100%;
    display: block;
    cursor: default;
    position: relative;
}

.box{
    text-align: left;
    width:100%;
    display: block;
    cursor: default;
    position: relative;
    padding: 20px;
    vertical-align: top;
}

@media screen and (min-width: 500px) {
  .drivesTitleBox {
    display: flex;
  }
  .part{
    display: inline-block;
    width:11.1%;
  }
  .box{
    display: inline-block;
    width:33%;
  }
}


.openContent{
    display:none;
    width:100%;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 6px;
}

.freigabe,.zuruecksetzen,.zuweisen,.bezahlt,.bezahltText{
    display:none;
}

.bezahltText{
    color:#000;
}

.deleteDrive{
    color:red;
}

.freigabe,.zuruecksetzen,.zuweisen,.bezahlt{
    width:100%;
    height:40px;
    line-height:40px;
    border-radius: 6px;
    color:#000;
    font-weight:bold;
    cursor: pointer;
}

.freigabe{
    background:#6dd228;
    color:#fff;
}

.zuruecksetzen,.driverAndCarzuruecksetzen,.bezahlt,.zuweisen{
    background:#000000;
    color:#fff;
}

.driverAndCarzuruecksetzen{
    position:relative;
    top:5px;
    left:50%;
    margin-left:-10px;
    width:20px;
    height:20px;
    line-height:20px;
    border-radius: 6px;
    color:#fff;
    font-weight:bold;
    cursor: pointer;
    display: none;
    background:#ea0000;
}

.transBackground{
    display:none;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.8);
}

.x{
    position: absolute;
    right:-3px;
    top:-3px;
    height:26px;
    width:26px;
    line-height:26px;
    text-align:center;
    border-radius:13px;
    background:red;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}

.carAndDriverBox{
    position: absolute;
    left:50%;
    top:50%;
    width:300px;
    height:190px;
    margin-left:-190px;
    margin-top:-140px;
    background:#fff;
    border-radius:13px;
    padding:25px;
}

.carAndDriverBox select{
    width:100%;
    height:41px;
    border-radius: 6px;
    color:#888;
}

.carAndDriverBox select option{
    color:#888;
}

.carAndDriverBox input[type="submit"]{
    width:100%;
    height:41px;
    border:none;
    background:#ea0000;
    color:#fff;
    font-weight:bold;
    cursor: pointer;
    border-radius: 6px;
    font-size:16px;
}

.emails{
    width: 100%;
    max-width: 800px;
    min-width: 300px;
    margin: auto;
    margin-top:30px;
}

.emails textarea{
    width:100%;
    height:400px;
    display: inline-block;
    color: #000;
    border: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 10px;
    background:rgba(0,0,0,0.8);
    border-radius: 10px;
    font-weight: normal!important;
    text-align: left;
}

.emails input{
    color: #fff;
    background-color: #000000;
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width:300px;
    display:block;
    margin-bottom: 10px;
}

.emailinfo{
    display:block;
    color:#fff;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:10px;
    background:#000000;
    padding:20px;
    border-radius: 10px;
    margin-top:80px;
}

.customer{
    margin:0 auto;
    width:100%;
}

.customer .customerContainer div{
    display: inline-block;
    width:24%;
    background:#fff;
    color:#000;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding-left:20px;
}


.cp{
    display: inline-block;
    width:33%;
    background:#000000;
    color:#fff;
    height:40px;
    line-height:40px;
    margin-bottom:10px;
    padding-left:20px;
}

.cp:first-child{
    border-radius: 10px 0px 0px 10px;
}

.cp:nth-child(3){
    border-radius: 0px 10px 10px 0px;
}

.customerContainer div:first-child{
    border-radius: 10px 0px 0px 10px;
}

.customerContainer div:nth-child(4){
    border-radius: 0px 10px 10px 0px;
}

.customer button{
    background:#000000;
    color:#fff;
    border-radius: 10px;
    border:0px;
    height:30px;
    line-height:30px;
    width:100px;
    text-align:center;
    cursor: pointer;
    font-weight: bold;
}

.bet{
    background:#000000;
    color:#fff;
    padding:10px;
    border-radius: 10px;
    margin-left:10px;
    margin-right:10px;
}

.fahrerDelete{
    display: inline-block;
    width:100%;
    height:100%;
    background:red;
    padding:10px;
    border-radius: 4px;
    text-align: center;
    color:#fff;
}
