/*CSS clear*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom test*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Main CSS*/
body {
    position: relative;
    background: #e2eef7;
    background-image: url("../images/pattern.png");
    background-image: url("../images/pattern.png"), -webkit-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), -moz-linear-gradient(#e2eef7,#0c3d62 100%);
    background-image: url("../images/pattern.png"), -ms-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), -o-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), linear-gradient(#e2eef7,#0c3d62);
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    font-size: 100%;
    line-height: 1.2;
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
    color: #0D0D0D;
}

a {
    color: #0c3f66;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:focus {
        color: #0c3f66;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

h1, h2, h3, h4, h5, h6, #chart-small_title, #chart-main2-title {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#chart-big1_title, #chart-big2_title {
    color: #0c3f66;
}

.compare-level2 h2 {
    color: #0c3f66;
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.wrap {
    position: relative;
    max-width: 1140px;
    padding: 30px 0;
    margin: 0 auto;
}

.selection-wrapper {
    padding: 20px 80px 40px;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
}

.title {
    margin-bottom: 5px;
    font-size: 2.9rem;
    color: #0c3f66;
    font-weight: 600;
    line-height: 2.9rem;
}

.sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
    color: #0c3f66;
}

.compare-level1 {
    min-height: 100vh;
}

.gemeente-input {
    width: 100%;
    height: 54px;
    padding: 6px 20px;
    border: none;
    background: #ecf7ff;
    font-size: 19px;
    line-height: 22px;
    color: #0D0D0D;
    box-shadow: none;
}

.vergelijk_subtext {
    display: block;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
    color: #555555;
}

#gemeenten {
    display: none;
    position: absolute;
    left: 0;
    width: 85.9%;
    max-height: 132px;
    border: 1px solid #d9e6f0;
    margin-left: 7.1%;
    background: #FFF;
    font-size: 19px;
    color: #0D0D0D;
    z-index: 1;
    overflow-y: auto;
}

.option {
    display: inline-block;
    width: 100%;
    padding: 5px 17px;
    color: #0C3F66;
}

    .option:hover {
        background: #F4F4F4;
    }

#helaas {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 8px;
    margin-left: 8.7%;
}

.chart-view, .charts-view {
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 10px;
    border-bottom: 0;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 2px 2px 15px -9px #585858;
}

.chart-header {
    padding: 20px;
    margin-bottom: 50px;
    background: #0C3F66;
    color: #FFF;
}
#more-chart-info .chart-header {
    margin-bottom: 5px;
}
.buttons {
    display: inline-block;
    width: 100%;
    padding: 0 20px 20px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -1px;
    background: #FFF;
}

.compare-button-wrapper {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .compare-button-wrapper:last-child {
        margin-right: 0;
    }

.compare-button, .compare-button2 {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    text-align: left;
    background: #fdfdfd;
    cursor: pointer;
}

.compare-button2 {
    -moz-appearance: window;
    -webkit-appearance: none;
}

    .compare-button2::-ms-expand {
        display: none;
    }

    .compare-button2 option {
        display: none;
    }

a.compare-button2 {
    border: 1px solid rgb(169, 169, 169);
}

a.compare-active {
    color: #FFF;
}

    a.compare-active:hover {
        color: #FFF;
    }

.compare-button option {
    background: #FFF;
    color: #0D0D0D;
}

.compare-first {
    display: none;
}

.compare-active {
    background: #0c3f66;
    color: #FFF;
}

#chart-small_subtitle, #chart-big1_title, #chart-big2_title {
    color: #0C3F66;
    font-weight: bold;
}

.information-wrapper {
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: -24px;
    text-align: right;
}

.information-button {
    position: relative;
    display: inline;
    background: #32658c;
    padding: 3px 11px;
    border-radius: 30px;
    color: #FFF;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.chart-intro {
    display: none;
    position: absolute;
    top: 27px;
    right: -240px;
    width: 500px;
    padding: 20px;
    border-radius: 3px;
    background: #FFF;
    color: #0D0D0D;
    font-size: 16px;
    text-align: left;
    cursor: auto;
    font-weight: normal;
    line-height: 1.4;
    box-shadow: 2px 2px 20px -8px #afafaf;
    z-index: 9999;
}

.filter-wrapper {
    position: absolute;
    margin-left: 20px;
}

    .filter-wrapper a {
        display: block;
        width: 60px;
        height: 60px;
        padding: 20px;
        background: #32658c url(/Content/images/swap.png) no-repeat center center;
        border-radius: 100px;
        background-size: auto;
        text-indent: -9999px;
    }

        .filter-wrapper a:hover {
            background-color: #0C3F66;
        }

    .filter-wrapper .change-indicators {
        margin-top: 10px;
        background-image: url("/Content/images/edit.png");
    }

.legenda {
    position: absolute;
    top: 170px;
    right: 9px;
    font-size: 12px;
}

    .legenda img {
        float: right;
    }

#legendaZ2 {
    margin-top: 20px;
}

#chart, #chart2 {
    padding-left: 0px;
    text-align: center;
}

#chart-small-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
    color: #0c3f66;
}

#chart-small_title, .chart-header h2 {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.chart-tooltip {
    display: none !important;
}

.popup .chart-header, #more-chart-info .chart-header {
    height: 65px;
}

.chart-header .popup-title {
    position: absolute;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}

#chart-small_subtitle, #chart-big1_title, #chart-big2_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

#chart_subtitle {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
}

#chart_subtitle2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
}

.charts-view .chart {
    float: left;
    width: 50%;
}

    .charts-view .chart svg {
        width: 450px;
        height: 450px;
    }

#chart-big0-wrapper {
    float: none;
}

.extra-text {
    display: none;
}

chart-big-wrapper .chart {
    display: inline-block;
}

#chart-big1-wrapper {
    padding-left: 100px;
}

#chart-big2-wrapper {
    padding-right: 100px;
}

#chart-big1_name {
    font-weight: bold;
}

#chart-big2_name {
    font-weight: bold;
}

.charts-view .clear {
    display: inline-block;
}

#chart_small_1 {
    width: 450px;
    height: 450px;
    display: none;
}

    #chart_small_1 svg {
        visibility: visible;
        display: inline;
    }

#chart_small_2 {
    width: 450px;
    height: 450px;
    display: none;
}

    #chart_small_2 svg {
        visibility: visible;
        display: inline;
    }

#chart-big0-wrapper svg {
    display: none;
    width: 950px;
    height: 550px;
    padding-left: 300px;
    padding-right: 100px;
}

.link {
    color: #0D0D0D;
    padding-bottom: 0;
    border-bottom: 1px solid #0D0D0D;
}

    .link:hover {
        border-bottom: 1px solid transparent;
        color: #0D0D0D;
    }

    .link:focus {
        border-bottom: 1px solid transparent;
        color: #0D0D0D;
    }

.legenda2 {
    width: 100%;
    padding: 0 20px 15px;
    margin-top: 20px;
}

    .legenda2 svg {
        width: 100%;
        font-size: 12px;
    }

#legendaZ2 {
    display: none;
}

#legendaM1 {
    top: 170px;
}

#shadow {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

#check {
    display: none;
    position: fixed;
    top: 50vh;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 50%;
    z-index: 99999;
    background: #006837 url(../images/checkmark.svg) no-repeat center center;
    background-size: 50%;
    opacity: 1;
}

.popup, #more-chart-info {
    display: none;
    position: fixed;
    top: 50vh;
    left: 50%;
    width: 940px;
    margin-top: -275px;
    margin-left: -470px;
    border-radius: 3px;
    background: #FFF;
    z-index: 9999;
    overflow: hidden;
}

#more-chart-info {
    height: 70vh;
    margin-top: -35vh;
}

.iframe-wrapper {
    width: 96%;
    min-height: 60vh;
    margin: 0px 2%;
}

.close-popup {
    float: right;
    color: #FFF;
    cursor: pointer;
}

    .close-popup:after {
        font-family: "FontAwesome";
        content: "\f00d";
        font-size: 28px;
        line-height: 0.8;
    }

    .close-popup:hover {
        color: #e2eef7;
    }

.popup-content {
    position: relative;
    min-height: 430px;
}

.indicators-options {
    opacity: 0;
}

.columns-wrapper {
    max-height: 400px;
    overflow-y: scroll;
}

.columns {
    position: absolute;
    left: 0;
    width: 940px;
    max-height: 345px;
    overflow-y: auto;
    padding: 0 20px;
    margin-bottom: 20px;
    transition: all .5s linear;
}

#theme-content {
    opacity: 1;
    z-index: 100;
}

.col-1, .col-3 {
    float: left;
    width: 28%;
}

.col-2 {
    float: left;
    width: 40%;
    padding: 20px 10px 0;
    border: 2px solid #0C3F66;
    margin: 10px 2% 0;
}

.popup ul li {
    float: left;
    width: 100%;
    height: 29px;
    margin-bottom: 15px;
}

    .popup ul li input {
        margin-right: 5px;
    }

.theme-title {
    display: inline-block;
    width: 120px;
    padding-right: 10px;
    color: #0C3F66;
    font-weight: bold;
}

.col-1 {
    margin-top: 31px;
}

.col-3 {
    margin-top: 32px;
}

.col-1 ul li {
    padding: 7px 0;
}

.col-1 input, .col-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.col-1 .checkmark, .col-2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border: 2px solid #0c3f66;
    border-radius: 3px;
    background-color: #fff;
}

.col-1 label, .col-2 label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    vertical-align: top;
}

    .col-1 label:hover input ~ .checkmark:after, .col-2 label:hover input ~ .checkmark:after {
        display: block;
    }

.col-1 input:checked ~ .checkmark:after, .col-2 input:checked ~ .checkmark:after {
    display: block;
    color: #0C3F66;
}

.col-1 .checkmark:after, .col-2 .checkmark:after {
    display: none;
    font-family: "FontAwesome";
    content: "\f00d";
    position: absolute;
    margin-left: 1px;
    color: #F4F4F4;
    font-size: 17px;
    line-height: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.error {
    opacity: 0;
    position: absolute;
    bottom: 70px;
    width: 100%;
    padding-left: 20px;
    color: red;
}

.col-2-title {
    display: block;
    width: 71px;
    margin: 0 auto;
    margin-top: -32px;
    margin-bottom: 16px;
    background: #FFF;
    text-align: center;
    color: #0C3F66;
    font-size: 100%;
    font-weight: bold;
}

.col-2 ul li {
    padding-top: 3px;
}

.col-2 label {
    padding-left: 25px;
}

.col-2 .weight_input {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
}

    .col-2 .weight_input:last-child {
        margin-right: 0;
    }

.col-2 .checkmark {
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

    .col-2 .checkmark:after {
        content: "\f111";
        font-size: 11px;
        margin-left: 2.5px;
        line-height: 15px;
    }

.col-2 ul li .weight-wrapper .weight_input:first-child .checkmark:after {
    margin-left: 2px;
}

.non-active {
    display: none;
}

.col-3 ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    background: #32658C;
    text-align: center;
    color: #FFF;
}

    .col-3 ul li a:hover {
        background: #0C3F66;
    }

.buttons-wrapper {
    position: absolute;
    width: 922px;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
}

.reset {
    float: left;
}

    .reset:hover, .back:hover, .cancel:hover {
        background: #B4CBDE;
    }

.reset, .cancel, .back, .save {
    padding: 10px;
    border-radius: 3px;
    background: #9eb3c4;
    text-align: center;
    color: #0C3F66;
}

.cancel, .back, .save {
    float: right;
}

.save {
    margin-left: 10px;
    background: #0C3F66;
    color: #FFF;
}

    .save:hover {
        background: #32658C;
        color: #FFF;
    }

.indicators-options {
    opacity: 0;
    left: 150px;
}

    .indicators-options .col-1 .theme-title {
        width: 310px;
    }

.chart-header .indicators-title, #indicators-buttons {
    display: none;
}

.indicators-options .col-1 {
    width: 57%;
}

.indicators-options .col-2 {
    margin-right: 0;
}

.popup-content #theme-content.slideOut {
    opacity: 0;
    left: -150px;
}

.popup-content .slideIn {
    opacity: 1;
    left: 0;
    z-index: 200;
}

#loginForm {
    display: block;
    width: 410px;
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 3px;
    background: #FFF;
    box-sizing: border-box;
}

.logintitle {
    display: none;
}

.login_label {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#MainContent_chachaLogin_UserName, #MainContent_chachaLogin_Password {
    padding: 3px 5px;
    margin-right: 2px;
}

.login_button {
    display: inline-block;
    padding: 8px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #0c3f66;
    color: #fdfdfd;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .login_button:hover {
        color: #FFF;
        background: #1f4f73;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }


.weight-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding: 18px 10px;
    border: 1px solid #0c3f66;
    border-radius: 4px;
    background: #fdfdfd;
}

    .weight-button:hover {
        background: #0c3f66;
        color: #FFF;
    }

    .weight-button:focus {
        background: #0c3f66;
        color: #FFF;
    }

#weight-calculator {
    display: none;
    float: left;
    width: 50%;
}

.compare-level3 {
    min-height: 100vh;
    padding-bottom: 80px;
    margin-top: -80px;
    background: #b7b7b7;
}

    .compare-level3 .wrap {
        border: 1px solid #0c3f66;
        border-top: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        background: rgba(255,255,255,0.8);
    }

    .compare-level3 .chart-info {
        padding: 0px 100px;
    }

    .compare-level3 .clear {
        display: inline-block;
        padding: 0px 100px;
    }


#chart-main2-title, .chart-header {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.idicator-option {
    margin-bottom: 10px;
}

footer {
    display: inline-block;
    width: 100%;
    background: #0C3F66;
    color: #C1C1C1;
    text-align: center;
}

    footer .wrap {
        padding: 30px 0;
    }

    footer a {
        color: #C1C1C1;
        border-bottom: 1px solid #C1C1C1;
    }

        footer a:hover {
            border-bottom: 1px solid transparent;
            color: #C1C1C1;
        }

        footer a:focus {
            color: #C1C1C1;
        }

@media screen and (max-width: 1430px) {
    .chart-intro {
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .chart-header {
        margin-bottom: 30px;
    }

    .information-wrapper {
        padding: 0 20px;
    }

    .popup {
        width: 96%;
        left: 2%;
        margin-top: -240px;
        margin-left: 0;
    }

        .popup .chart-header {
            padding: 20px 10px;
            margin-bottom: 20px;
        }

    .popup-content {
        min-height: 400px;
        font-size: 13px;
    }

    .columns-container, .buttons-wrapper {
        width: 96%;
        padding: 0;
        margin: 0 2%;
    }

    .columns-container {
        height: 317px;
        overflow-x: auto;
    }

    .columns {
        position: relative;
        display: inline-block;
        min-width: 745px;
        padding: 0;
        overflow-y: visible;
    }

    .indicators-options {
        margin-top: -317px;
    }

        .indicators-options .col-2 {
            margin-bottom: 10px;
        }

    .col-1 {
        width: 32%;
    }

    .col-3 {
        width: 23%;
    }

    .error {
        bottom: 63px;
        padding-left: 0;
    }
    #more-chart-info {
        left: 0;
        width: 96%;
        padding: 0;
        margin-left: 2%;
    }
}

@media (max-width: 768px) {
    #chart, #chart2 {
        padding-top: 20px;
    }
}

@media (max-width: 458px) {
    #loginForm {
        width: 100%;
    }

    .login_label {
        width: 120px;
    }
}

@media screen and (max-width: 1160px) {
    .wrap {
        padding-right: 2%;
        padding-left: 2%;
    }
}

