﻿body {
    background-color: #F9F9F9;
    background-image: url(Images/bg.png);
    background-repeat: repeat-x;
    color: #444;
    font-family: Arial;
    font-size: 14px;
}

.bz-page-header {
    height: 114px;
}

#logo {
    margin-top: 13px;
    width: 300px;
    height: 75px;
    background-image: url(Images/bekijkmijnpolis_logo.png);
    background-repeat: no-repeat;
    margin-left: 0px;
}

h2 {
    font-size: 20pt;
    color: #444;
}

h3 {
    margin-top: 0;
}

a {
    color: #444;
}

    a:hover {
        color: #f9b233;
    }

hr {
    border-color: #DDD;
}

legend {
    margin-top: 10px;
}

label {
    font-weight: normal;
}

.panel-default > .panel-heading {
    background-color: #ffffff;
    font-family: Arial;
    color: #444;
    font-size: 14pt;
    border-color: #f9b233;
    border-width: 2px;
    background-image: none;
}

.panel {
    border-radius: initial;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.panel-heading {
    border-top-right-radius: 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #f9b233;
    border-radius: 0;
}

.form-horizontal .control-label {
    text-align: left;
}

.bb-septext {
    font-weight: bold;
    margin-top: 12px;
}

.bb-kenteken {
    background-image: url(Images/kenteken.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

table {
    font-size: 14px;
}

.btn {
    min-width: 50px;
}

.btn-default {
    color: #444;
    background-color: #ffffff;
    border-color: #444;
}

    .btn-default:active,
    .btn-default:focus,
    .btn-default:hover {
        color: #ffffff;
        background-color: #f9b233;
        border-color: #f9b233;
    }

.btn-radio .btn-default {
    background-color: #ffffff;
    color: #444;
    border-color: #ccc !important;
}

    .btn-radio .btn-default:hover,
    .btn-radio .btn-default.active {
        background-color: #f9b233;
        color: #ffffff;
    }

    .btn-radio .btn-default.activeButDisabled {
        background-color: #b1b1b1;
        color: #ffffff;
    }

.nav > li > a:focus, .nav > li > a:hover {
    color: #f9b233;
    text-decoration: none;
    background-color: #transparent;
}

.nav-pills > li > a {
    color: #444;
}

.tekstDekkingBlokHeader {
    display: block;
    color: #f9b233; /* Waar wordt deze gebruikt? */
}

.tekstDekkingBlok {
    word-wrap: break-word;
    max-width: 400px;
}

#Element10Body {
    overflow: auto;
    overflow-y: hidden;
}

.tcon {
    display: none;
}

@media only screen and (max-width: 768px) {
    body {
        background-color: #F9F9F9;
        background-image: url(Images/bg_mob.png);
        background-repeat: repeat-x;
        overflow-x: hidden;
    }

    #Element8 {
    }

    .tcon-menu--xcross {
        margin-top: 27px;
    }

    .container {
        margin: 0;
    }

    #OutputDiv > .row > div[id^="Element"].col-lg-12 {
        top: -25px;
        padding: 0;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color: #fff;
        color: #444;
        border-radius: 0;
    }

    .tcon {
        visibility: visible;
        position: absolute;
        top: -80px;
        right: 10px;
    }

    .nav-pills > li > a, .nav-pills > li > a, .nav-pills > li > a {
        font-size: 14px;
    }

    .nav-pills > li {
        width: 99%;
    }

        nav-pills > li > a, .nav-pills > li > a, .nav-pills > li > a {
            padding: 12px 12px 12px 12px;
        }
    /*
    .nav.nav-pills.head-menu {
        width: 100%;
        position: fixed;
        left: 0;
        background-color: #fff;
        top: 80px;
        bottom: 0px;
        z-index: 20
    }
*/

    .nav.nav-pills.head-menu {
        width: 100%;
        position: relative;
        left: 0;
        background-color: #fff;
        top: 0px;
        margin-top: 20px;
        border: 0
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }


    .nav-pills > li.active, .nav-pills > li {
        border-bottom: 0px;
        clear: both;
    }


    .navbar-toggle > .icon-bar {
        color: #000;
    }

    .tcon {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 40px;
        background: transparent;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
    }

        .tcon > * {
            display: block;
        }

        .tcon:hover, .tcon:focus {
            outline: none;
        }

        .tcon::-moz-focus-inner {
            border: 0;
        }

    .tcon-menu__lines {
        display: inline-block;
        height: 5.71429px;
        width: 40px;
        border-radius: 2.85714px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background: #c0c0c0;
        position: relative;
    }

        .tcon-menu__lines::before, .tcon-menu__lines::after {
            display: inline-block;
            height: 5.71429px;
            width: 40px;
            border-radius: 2.85714px;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: #c0c0c0;
            content: '';
            position: absolute;
            left: 0;
            -webkit-transform-origin: 2.85714px center;
            transform-origin: 2.85714px center;
            width: 100%;
        }

        .tcon-menu__lines::before {
            top: 10px;
        }

        .tcon-menu__lines::after {
            top: -10px;
        }

    .tcon-transform .tcon-menu__lines {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .tcon-menu--xcross {
        width: auto;
    }

        .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
            background: transparent;
        }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
                -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
                top: 0;
                width: 40px;
            }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
                -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
            }

            .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
                -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
            }

    .tcon-visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }
}
