#step1.inlineStep1 {
    background: #eee
}

.tabsHeader {
    display: none
}

.caritem .bookthis.uponRequest {
    word-break: break-word;
    white-space: normal
}

.button-green:active,.button-green:hover {
    background: #588022;
    border-color: #588022;
    color: #fff
}

.premInsurHeader>b {
    display: inline
}

.gearboxContainer {
    margin-top: -15px
}

.caritem .radioDiv>br {
    margin-right: 0
}

.gearboxContainer>div>i {
    display: none
}

.caritem .radioDiv {
    font-size: 10px
}

.stepsContainer>div:before {
    background: #efefef;
    box-shadow: 0 0 0 5px #efefef
}

.stepsContainer>div:last-of-type {
    word-break: break-all
}

.stepsContainer>div.stNow:after {
    box-shadow: 0 0 0 9px #114a5e,0 0 0 14px #f1ede9
}

.stepsContainer>div.stOn:before {
    background: #114a5e;
    border: 3px solid #114a5e
}

.stepsContainer>div.stOn {
    color: #114a5e
}

h1.mainH1 {
    color: #b71c1c
}

.insuranceDiv .formInfoBox {
    position: relative;
    max-height: 130px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.insuranceDiv .showMore {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e2ead8;
    background: linear-gradient(180deg,rgba(226,234,216,0) 0,rgba(226,234,216,1) 50%);
    transition: all .3s linear
}

.insuranceDiv .showMore:before {
    content: 'Lees verder'
}

.insuranceDiv .formInfoBox.moreOn {
    max-height: 100%;
    padding-bottom: 50px
}

.insuranceDiv .formInfoBox.moreOn .showMore:before {
    content: 'Lees minder'
}

.insuranceDiv .formInfoBox .showMore:after {
    display: inline-block;
    font-family: fontAwesome;
    content: "\f107";
    margin-left: 10px;
    transform: rotate(0)
}

.insuranceDiv .formInfoBox.moreOn .showMore:after {
    transform: rotate(180deg)
}

.insuranceDiv .showMore:active,.insuranceDiv .showMore:focus {
    box-shadow: inset 0 0 2px 1px #4394fd
}
.stepsContainer>div{
    font-size:12px;
}
@media only screen and (min-width: 48em) {
    .stepsContainer>div{
        font-size:13px;
    }
    .gearboxContainer>div>i {
        display:inline-block
    }

    .caritem .radioDiv {
        font-size: 12px
    }

    .insuranceDiv .showMore {
        display: none
    }

    .insuranceDiv .formInfoBox.moreOn {
        max-height: 100%;
        padding-bottom: 15px
    }
}

@media only screen and (width: 64em) {
    .sidebarRight .extrasSum:before {
        letter-spacing:-.1px;
        margin-right: 0
    }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
    .caritem .bookthis.uponRequest {
        height: auto;
        white-space: break-spaces;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 64em) {
    .stepsContainer>div.stOn:before {
        background:#efefef;
        border: 3px solid #efefef
    }

    .stepsContainer>div:before {
        background: #114a5e;
        box-shadow: 0 0 0 5px #114a5e;
        border: 3px solid #efefef
    }

    .stepsContainer>div.stNow:after {
        background: #efefef;
        box-shadow: 0 0 0 5px #efefef
    }

    .stepsContainer>div.stOn {
        color: #fbd700
    }

    body .stepsContainer>div.stOn:after {
        color: #fbd700
    }

    .stepsContainer>div.stOn:hover {
        color: #ffe548
    }

    .gearboxFilter {
        margin-top: 20px
    }
}

.btn .fa-pull-right {
    float: none;
}

.paymentFrame {
    width: 100%;
    height: 100%;
    float: left;
    min-height: 950px;
}
