

.racesLink{
    float: left;
    position: relative;
    width: 347px;

    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #C5C5C5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    padding: 10px;
    margin-right: 10px;
}
.racesImage{
    float: left;
    width: 100%;
}

.racesName{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 270px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 25pt;
    font-family: arial;
    background-color: black;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}



.input{

}

.racerTitle{
    float: left;
    width: 100%;
    font-size: 14pt;
    margin-top: 15px;
    text-transform: uppercase;
}

.formContainer{
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.formContainer ol, ul {
    list-style: none !important;
}
.formContainer li, ul {
    list-style: none !important;
}

.clearBoth{
    float: left;
    width: 100%;
}



.error li{
    margin-left: 0px !important;
    height: 16px;
}

.identityCodeInputRow{
    width: 170px;
}

.identityCode{
    width: 113px;
}
.countryInputRow{

}

.countryInput{

}
.classesRow{
    height: auto;
}

.valueLabel{
    float: left;
    width: 40%;
    font-weight: bold;
    font-size: 11pt;
}
.htmlValue{
    float: left;
    width: 60%;
    font-size: 11pt;
}

.valueRow{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.carParameter2{
    font-size: 10pt;
}

.checkboxIcon{
    float: left;
    width: 15px;
    margin-top: 2px;
}

.checkboxValue{
    float: left;
    margin-left: 7px;
    line-height: 20px;
}
.checkboxValueNumber{
    float: left;
    margin-left: 7px;
    line-height: 20px;
}

.floatLeft{
    float: left;
}

.parkImage{
    float: left;
    width: 100%;
}


.parksContainer{
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 19% 19% 19% 19% 19%;
    grid-column-gap: 1.15%;
    grid-row-gap: 10px;
}

.parkLink{
    float: left;
    width: 100%;
    background: #92d055;
    border: 1px solid #C5C5C5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    padding-bottom: 6px;
}

.parkLink_reserved{
    background-color: #555D50;
}

.parkLink_active{
    background-color: rgb(191,19,1);
}

.parkLinkFree{
    color: black;
}

.parkName{
    float: right;
    width: 65px;
    font-size: 22px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    cursor: pointer;
    right: 14px;
    top: 8px;
    margin-top: 10px;
    margin-right: 5px;
    text-align: right;
    color: #025302;
}


.nr {
    font-size: 12px;
    position: relative;
    top: -6px;
    left: 0px;
}

.reservedName{
    float: left;

    font-size: 12px;
    width: 100px;
    margin-top: 6px;
    margin-left: 6px;
    line-height: 14px;
}

.reserveClassName{
    float: left;

    font-size: 12px;
    width: 100px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

.reserveCountryName{

    color: #fff;
    font-size: 12px;
    width: 100px;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}

.reserveFlag{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.parkPlace{
    float: left;
    font-size: 14pt;
    font-weight: bold;
    line-height: 40px;
}

.reserveButton{
    float: left;
    width: 94%;
    background-color: #555D50;
    color: white;
    border-radius: 3px;
    margin-left: 3%;
    text-align: center;
    line-height: 25px;
}

.goodForReserveText{
    height: 49px;
    font-size: 11pt;
    color: white;
    font-weight: bold;
    line-height: 19px;
}


.reserveClassNameReserved{
    font-weight: bold;
    font-size: 12pt;
    line-height: 18px;
}


.raceTitle {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    border-bottom: 1px dotted gray;
    font-size: 15pt;
}

.classTitle {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0%;
    font-size: 11pt;
}

.numberInput{
    width: 60px;
}

.enterNumberTitle{
    float: left;
    width: 100%;
    font-size: 12pt;
}

.stepContainer{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e4e4e4;
}

.stepContainer3{
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-column-gap: 0;
}


.stepContainer4{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-column-gap: 0;
}

.stepExplain{
    float: left;
    width: 100%;
    color: #ed3f3c;
    font-size: 12pt;
    margin-bottom: 2px;
}

.stepExplainMargin{
    margin-top: 20px;
}

.step{
    float: left;
    position: relative;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #737373;
}

.selectedStep{
    background-color: #777777;
    color: white;
}

.stepNumber{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15pt;
    font-weight: bold;
    border-radius: 20px;
    background-color: #ed3f3c;
    color: white;
    text-align: center;
    margin-left: 4%;

}

.stepLabel{
    float: left;
    line-height: 15px;
    margin-left: 5px;
    width: 72%;
    font-size: 10pt;
    margin-top: 12px;
}

.cthstep{
    line-height: 20px;
}

.statusIcon{
    position: absolute;
    width: 27px;
    top: 28px;
    left: 32px;
    color: #ffd923;
    font-size: 14pt !important;
    font-weight: bold !important;
}


.chooseRace{
    float: left;
    width: 97%;
    line-height: 30px;
    height: auto;
    margin-bottom: 10px;
    color: #615b61 !important;
    text-decoration: underline;
    margin-left: 3%;
}

.star{
    color: red;
}


.racerRow {
    float: left;
    width: 97%;
    margin-left: 3%;
    font-size: 10pt;
    border-bottom: 1px dotted gray;
    background-color: #beff79;
}


.racerName {
    float: left;
    width: 41%;
}

.racerCar {
    float: left;
    width: 20%;
}

.racerClub {
    float: left;
    width: 20%;
}
.racerDate {
    float: left;
    width: 18%;
    text-align: right;
}
.flag {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.racerRowUnconfirmed {
    background-color: #ffc5b0;
}

.endContainer{
    float: left;
    width: 100%;
}

.clock{
    float: left;
    font-size: 22pt;
    margin-right: 13px;
    color: #ed3f3c;
}

.endText{
    float: left;
    font-size: 12pt;
    margin-top: 8px;
}
.endIsText{
    float: left;
    width: 100%;
    font-size: 12pt;
    margin-top: 4px;
}




.button span{
    float: left;
    margin-top: 4px;
    margin-left: 16px;
}
.button i{
    float: right;
    margin-left: 10px;
}




@media (max-width: 1040px) {

    .stepLabel{
        width: 69%;
        font-size: 10pt;
    }
}


@media (max-width: 950px) {

    .stepLabel{
        width: 71%;
    }

    .stepLabel {
        width: 60%;
        line-height: 17px;
        margin-top: 12px;
    }
}
@media (max-width: 800px) {


    .stepLabel {
        width: 100%;
        line-height: 16px;
        padding-top: 0px;
        margin-top: 4px;
    }
}


@media (max-width: 480px) {

    .endIsText {
        float: left;
        width: 100%;
        font-size: 11pt;
        margin-top: 10px;
        line-height: 19px;
    }

    .stepNumber {
        margin-left: 33%;
        margin-top: 9px;
    }
    .stepLabel {
        width: 96%;
        line-height: 16px;
        padding-top: 7px;
        margin-left: 2%;
        text-align: center;
    }
    .inputRow50 {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
    }

    .racerRow {
        float: left;
        width: 100%;
        margin-left: 0%;
    }

    .classTitle {
        width: 100%;
        margin-left: 0;

    }

    .statusIcon {
        top: 39px;
    }
}