/* Load Google Fonts 'Play & Ubuntu' */
@import 'https://fonts.googleapis.com/css?family=Play:400,700|Ubuntu:400,400i,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext';

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: black;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    line-height: 1.6em;
    min-height: 100%;
}

a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: blue;
}

    a:hover {
        text-decoration: underline;
    }

h2 {
    color: #b3b3b3;
    color: rgba(179, 179, 179, 1);
    font-size: 1.6em;
    font-family: 'Play', sans-serif;
    line-height: 0.9em;
    font-weight: 200;
    margin: 0 0 24px 0;
    width: 100%;
}

.global-container {
    position: relative;
}

.register header .logo {
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
    background-color: #ffffff;
    width: 100%;
}

    .register header .logo img {
        border: 0;
        width: 150px;
    }

.register header ol {
    padding: 0 0 20px;
    width: 100%;
    font-size: 0.55em;
}

.register header li {
    display: inline;
    margin: 0 0 0 -0.4em;
    padding: 10px;
}

    .register header li.selected, .register header li a {
        background-color: #ED2E24;
        color: white;
        font-weight: bold;
        border-radius: 5px;
    }

    .register header li a {
        display: inline;
        font-weight: normal;
    }


.register header span {
    width: 90%;
    font-size: 0.7em;
}

section#loginBox {
    text-align: center;
    border-radius: 3px;
    margin: 10px auto;
    padding: 0 24px;
    max-width: 600px;
    width: 100%;
}

    section#loginBox a {
        margin: 5px auto 0;
    }

    section#loginBox h3 {
        font-family: 'Play', sans-serif;
        padding: 10px 0 8px;
    }

    section#loginBox #pricing, section#loginBox h3 {
        font-family: 'Play', sans-serif;
        font-size: 1.5em;
    }

    section#loginBox #intro {
        display: block;
        text-align: left;
        margin-top: 8px;
    }

    section#loginBox #process ol {
        padding: 5px 25px 15px 40px;
        text-align: left;
    }

        section#loginBox #process ol li {
            margin-bottom: 8px;
        }

            section#loginBox #process ol li:last-child {
                margin-bottom: 0;
            }

    section#loginBox small {
        font-size: 0.7em;
    }

    section#loginBox .btn-minimal {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 1.2em;
    }

    section#loginBox .heading {
        min-height: 60px;
        text-align: center;
    }

        section#loginBox .heading img {
            display: inline-block;
        }

        section#loginBox .heading h2 {
            margin-top: 20px;
        }

footer {
    margin-top: 20px;
    width: 100%;
    background: #383838;
    height: 60px;
    text-align: center;
}

    footer .social {
        padding-top: 20px;
    }

        footer .social a {
            display: inline;
            color: #fff;
            text-decoration: underline;
        }

/* BUTTON DESIGN */
[class*='btn-'] {
    border: none;
    border-bottom: 2px solid #000000;
    border-top: 1px solid #ffffff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: 'Play', sans-serif;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 1px 1px #000000;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn-minimal {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAABDCAMAAAB3NoufAAAA5FBMVEUWFhcXFxgYGBgYGBkZGRkZGRoaGhsbGxwcHB0dHR4eHh8eHiAfHyAfHyEgICEhISIhISMiIiMjIyMjIyQkJCQkJCUkJCYlJSYmJicmJignJygnJykoKCopKSopKSsqKisqKiwrKywrKy0sLC0sLC4tLS4uLi8uLjAvLzAvLzEwMDEwMDIxMTIxMTMyMjMyMjQzMzQzMzU0NDU0NDY1NTY1NTc2Njg3Nzk4ODo5OTs6Ojw7Oz08PD0+Pj8/P0FAQEFBQUNFRUZGRkhISEpJSUtLS0xMTE5NTU9OTlBPT1FQUFJRUVOJXuIuAAABjklEQVR42u3dW0oDMBSE4TmptRS0tqJVq+iDgg8KIiJ1D+5/F27AW8dNzHkQ/sC3hMBkTkjq/UM6AcJqq70fAVHSkI4EZEn1tpMGkLaSBKTVK5kAZCz8m4y1JQ+gw3K32wFp9aLpt4AoadgLA1l2vXKGQYOxlASk1ZNmnwKiyFjoyljP5AF0ZKxjSUBaPZAJ0JOxlgay7Hr8lSZA2Di1DaTVvfa/BERJw14ZyLLrnrtD6HBhG0irW+4Poec+1pmBLLvumGuhY1ZIHkBLxrqmd0FPj3VuIMuuG+Za6JgVXtoG0mpD74KeHoszDNLs2jDXQocr20BaremJ0fE+lr0xkGXXms4FHT3WRhKQVit6F/T0WGsDWXat6FzQgfuO6FCH9C7o6bF4awANbzcs6FzA2w34N283zMkE6PlL50RAllRzSwWEDfYXOtSMjhhx0uAvUORJNSMPoCNjsb/Q8if0lEyAnozFX1VIk2pKHkBHxjqyDaTVhFk84qRhHxjIsmvCGQYdFpKANBarax0AYdIfEYvNBRfBlEEAAAAASUVORK5CYII=') /*../img/button.png*/ repeat scroll 0 0 rgb(62,62,62);
    border-radius: 0;
    border: 1px solid rgb( 62, 62, 62 );
    color: rgb( 255, 255, 255);
    width: 100%;
    text-align: center;
}

    .btn-minimal:hover, .btn-red {
        text-decoration: none;
        color: #ffffff;
        background: rgb(237,65,56); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(237,65,56,1) 0, rgba(214,42,33,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(237,65,56,1)), color-stop(100%,rgba(214,42,33,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(237,65,56,1) 0,rgba(214,42,33,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(237,65,56,1) 0,rgba(214,42,33,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(237,65,56,1) 0,rgba(214,42,33,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(237,65,56,1) 0,rgba(214,42,33,1) 100%); /* W3C */
    }

    .btn-minimal:active {
        box-shadow: 0 1px 1px #000000 inset;
        text-shadow: 0 -1px 1px #000000;
    }

/* SECTION CONTAINER */
.register header {
    margin: 0 auto 10px auto;
    padding: 0;
    text-align: center;
    line-height: 1.6em;
    width: 100%;
}

@media only screen and (max-width:453px) {

    body {
        background-image: none !important;
    }

    div.region ul.left {
        width: 100%;
    }

    div.region ul.right {
        width: 100%;
    }

    #loginBox > div.heading > img {
        float: none;
    }
}


@media only screen and (min-width: 320px) {
    h2 {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 450px) {

    body {
        background: no-repeat scroll 50% 60px #000;
        background-size: cover;
    }

    h2 {
        font-size: 1.5em;
        width: 100%;
    }

    .register header h2 {
        margin: 20px 0 12px;
    }

    section#loginBox {
        padding: 24px 24px 15px;
        border: 1px solid #000000;
        background-color: #000000;
        background-color: rgba(0,0,0,0.8);
    }

    .register header span {
        font-size: 1em;
    }

    .register header ol {
        font-size: 0.8em;
    }
}

/* Aanpassingen GerrieBerrie */
.throbber {
    background-image: url("../img/ajax-loader.gif");
    background-position: center;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

div.region:after {
    content: "";
    clear: both;
    display: block;
}

div.region ul {
    list-style-type: none;
}

    div.region ul li span {
        margin: 5px auto 0;
        display: block;
    }

    div.region ul.left {
        float: left;
        text-align: right;
        width: 40%;
    }

    div.region ul.right {
        float: right;
        width: 40%;
    }

    div.region ul li {
        display: inline;
    }

        div.region ul li a {
            margin: 0;
            color: #ffffff;
            text-decoration: underline;
        }

div.datepicker select {
    width: 32%;
    display: inline;
}

.form-dealer fieldset {
    border: 0;
}

    .form-dealer fieldset p {
        display: block;
    }

    .form-dealer fieldset label {
        float: left;
        width: 125px;
    }

    .form-dealer fieldset input, .form-dealer select {
        width: 150px;
    }

a {
    color: #CC0000;
}

p.enddate {
    margin: 5px 0 5px 0;
    color: orange;
}

/* foldout disclaimer */
.disclaimer-cell {
    text-align: center;
    padding: 20px 0 10px 0;
}

    .disclaimer-cell .icon_arrow-down:before {
        content: "\25BC";
        display: block;
    }

    .disclaimer-cell a {
        display: inline;
        text-align: inherit;
    }

    .disclaimer-cell input {
        position: absolute;
        left: -9000px;
    }

        .disclaimer-cell input:checked + .disclaimer-cell__body {
            height: 100%;
        }

            .disclaimer-cell input:checked + .disclaimer-cell__body:before {
                opacity: 0;
            }

            .disclaimer-cell input:checked + .disclaimer-cell__body + .disclaimer-cell__button .icon {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .disclaimer-cell .disclaimer-cell__body {
        text-align: left;
        margin-bottom: 10px;
        position: relative;
        height: 100px;
        overflow: hidden;
    }

    /*.disclaimer-cell .disclaimer-cell__body:before {
            background: transparent;
            background-color: transparent;
            background-image: -webkit-linear-gradient(rgba(0,0,0,0.8), #ededed 100%);
            background-image: linear-gradient(rgba(0,0,0,0.8), #ededed 100%);
            display: block;
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }*/

    .disclaimer-cell .disclaimer-cell__button {
        cursor: pointer;
        color: #afafaf;
        display: block;
        margin: 0 auto;
    }

        .disclaimer-cell .disclaimer-cell__button .icon {
            /*font-family: "webfont-icons1482237476";*/
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-weight: normal;
            font-style: normal;
            speak: none;
            text-decoration: inherit;
            text-transform: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
