* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    min-width: 500px;
}

#non-footer-wrapper {
    min-height: 100%;
    margin-bottom: -10em;
}

.noscript-warning {
    background-color: #a11212;
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.container {
    min-width: 500px;
}

label {
    display: inline;
    white-space: nowrap;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#header {
    position: relative;
    width: 100%;
    height: 130px;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    clear: both;
}

/* Logo */
.header-left-img {
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-left-img-mobile {
    max-height: 20vh;
    max-width: 80vw;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-right-img {
    float: right;
    clear: both;
}

.default-logo {
    height: 150%;
}

.custom-logo {
    max-height: 130px;
    max-width: 450px;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
    background-color: #DDD;
}

#footer,
#push {
    min-width: 960px;
    height: 10em;
}

#footer-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px;
}

#footer a, #footer a:link, #footer a:visited {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#navigation {
    width: 100%;
    max-width: 100%;
    background-color: #02348bff;
}

.navigation-content {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}

.navigation-item {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    line-height: 40px;
    color: #FFF;
    text-decoration: none;
    padding: 0 10px;
    text-transform: uppercase;
}

.navigation-item.active {
    background-color: #40a6f3ff;
}

.navigation-item:hover {
    color: #FFF;
    text-decoration: underline;
}

/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.base-container {
    min-height: 100%;
    height: auto !important;
    margin: 20px auto 0em;
}

.push {
    height: 10em;
}

.nobullets ul {
    list-style-type: none;
}

.mediumMarginBottom {
    margin-bottom: 30px;
}

.keurmerkenFloat {
    width: 70%;
    margin-right: 5px;
    float: left;
    line-height: 30px;
}

.keurmerkenFloat span.customKeurmerk {
    font-style: italic;
    color: #383;
}

.keurmerkenUploadButton {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding: 0px 15px;
}

.selected_file_keurmerken {
    margin-left: 20px;
}

.clearBoth {
    clear: both;
}

/**
 * Benchmark en trendanalyse stijlen
 */
#grafiek {
    width: 100%;
}

#vergelijkingstabel td.red {
    color: red;
}

#vergelijkingstabel td.orange {
    color: orange;
}

#vergelijkingstabel td.green {
    color: #A3AF00;
}

#vergelijkingstabel td.red, #vergelijkingstabel td.orange, #vergelijkingstabel td.green {
    font-weight: bold;
}

#vergelijkingstabel .benchmark-td {
    border-top: double;
}

#toelichtingstabel td {
    border: none;
    font-size: 100%;
    padding: 5px 10px 0;
}

/**
* Notification div styles
 */
.notification, .alert {
    border-radius: 10px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
}

.notification.positive {
    background-color: #e9ffd9;
    border: 1px solid #a6ca8a
}

.notification.negative {
    background-color: #fce8e8;
    border: 1pt solid #e56262;
    overflow: hidden;
}

.notification.warning {
    background-color: #fcf392;
    border: 1pt solid #f9ed09;
}

td.wordWrap {
    word-wrap: break-word;
}

.float-right-buttons {
    position: absolute;
    display: inline-block;
    right: 12%;
    top: 13px;
}

.float-left-buttons{
    display: inline-block;
    right: 12%;
    top: 13px;
}

.file-delete:hover {
    cursor: pointer;
    color: darkred;
}