﻿.noprint,
form.form_ll.load,
span.displayhide,
div.collapse.close,
form.form_ll div.centered,
#local-file-management {
    display: none;
}

div.optionborder {
    border-style: none;
}

span.displayhide {
    visibility: hidden; /* display: none does not work, probably, because jQuery is switching it on. */
}

form.form_ll div.column {
    float: none !important;
    margin-right: 25px;
    width: 500px;
}

    form.form_ll div.column fieldset input,
    form.form_ll div.column fieldset select {
        text-align: left;
        left: 360px;
        border-style: none;
    }

    form.form_ll div.column fieldset ol li {
        list-style-type: none;
    }

#home h3 {
    font-size: 2em;
}

.chart g.highcharts-button {
    display: none;
}

.chart.timeseries {
    page-break-before: always;
    overflow: visible;
    border-style: none;
    /* Cannot set a new height and width for the print, as the chart will not be resized automatically. */
    margin: 30px 0 0 0;
}

div.wrapper {
    display: block;
    overflow: visible;
}

/*Start: Page breaks invoegen zodat de printversie hele grafieken laat zien en er geen delen onder de break verborgen blijven.*/
.break-before {
    page-break-before: always;
    /*float: none !important;*/
}

.toolbox {
    display: none;
}

.refer_footer {
    position: fixed;
    bottom: 0;
    font-size: 0.8em; /* Smaller in print */
    width: 100%;
}

.toggle-datatable {
    visibility: hidden;
}
/*End: Page breaks invoegen zodat de printversie hele grafieken laat zien en er geen delen onder de break verborgen blijven.*/

h1, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.optionborder {
    border-style: none;
}

fieldset {
    border-style: none;
}

.image-button.toggle-distribution {
    display: none;
}

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}

select {
    border: none;
    font-family: "RO Sans", Calibri, Verdana, sans-serif;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    /* For IE10 */
    select::-ms-expand {
        display: none;
    }


form.form_ll div.column{
    display: block;
}

form.form_ll li label, form.form_ll li label.wide, form.form_ll li label.fitwider {
    width: 292px;
}

form.form_ll li li label, form.form_ll li li label.wide, form.form_ll li li label.fitwider, form.form_ll li li label.fit {
    width: 229px;
}

.distribution-summary{
    border: none;
}

.branding a {
    margin-left: 250px;
}

.branding .wordmark {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 14px;
}

    .branding .wordmark span {
        line-height: normal;
        width: 250px;
        display: block;
        text-align: left;
        font-family: "RO Serif", "Times New Roman", Times, serif;
    }

    .branding .wordmark .secondary-sender {
        font-style: italic;
    }

.optionborder .collapse {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}


@media (orientation: portrait) {
    .mc-dose-measure-results {
        display: block;
    }
}