body {
    color: #202020;
}

.logo {
    font-family: 'Droid Serif', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
    vertical-align: bottom;
    padding-bottom: 4px;
    display: inline-block;
    padding-right: 20px;
    line-height: 1em;
    margin: 0px;
}

header {
    padding: 0;
}

.message {
    background-color: #FFF0F0;
    padding: 20px;
    border: 1px solid red;
}

.wrapper {
    width: 92%;
    margin: 0.4em auto 1.4em auto;
    /*    padding: 0px 0px 0px 0px; /* laatste was 20px */
}

#cookieButtonAccept {
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
}

.fmain {
    background: #e6f6fc;
    border-top: 1px solid #e9dbf9;
    border-bottom: 1px solid #e9dbf9;
    padding: 20px 20px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

p:last-of-type {
    margin: 0;
}

.fadd {
    margin: 1.4em auto;
}

.ftop {
    margin: 0 auto;
}

.inputbox {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    font-size: 12pt;
    line-height: 160%;
}

.inputbox input {
    margin-right: 4px;
    margin-bottom: 24px;
}

.unit
{
    margin-left:20px;
}

#content {
    margin: 10px 0;
}

.imagetxtbox {
    padding-top: 16px;
    padding-right: 24px;
}

.hero,
#page-header {
    background: #e0e0e0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 16px 0;
    margin-bottom: 1.4em;
}

a {
    text-decoration: none;
}

footer {
    background: #005B99;
    line-height: 1em;
    color: #fff;
    padding: 12px 0 2px 0;
}

    footer div p a:active, footer div p a:hover, footer div p a:link, footer div p a:visited {
        color: #fff;
    }


.buttonstyle {
    background: #0099ff;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 10px 15px 10px 0;
    padding: 10px;
    text-decoration: none;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    margin-bottom: 0;
}

@media only screen and (max-width: 919px) {
    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        clear: both;
    }
}

@media only screen and (min-width: 920px) {

    /* typography */
    body {
        color: #444;
        font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        line-height: 1.4em;
        font-weight: normal;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        margin: .45em 0;
        padding: 0;
    }

    .smallonly {
        display: none;
    }

    .flexslider {
        /*demo 1 slider theme*/
        margin: 0 0 0;
    }

    .wrapper {
        max-width: 1000px;
    }

    .srt-menu li a {
        margin-left: 8px;
    }

    .srt-menu li a {
        background: #e6f6fc;
        border: 1px solid #a0c0e0;
    }
}

/* result table */

tr, th {
    text-align: right;
    vertical-align: top;
}


@media only screen and (max-width: 640px) {
    .restable {
        font-size: 9pt;
    }
}

.restabkoltext {
    width: 150px;
}

.restabkolabsi {
    width: 100px;
}

.restabkolbmi {
    width: 100px;
}

.restabkolabsibmi {
    width: 100px;
}

.restabkolnewbmi {
    width: 100px;
}

/* popup infobox */

.box {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    top: -5px;
    left: 20px;
    border: 1px solid black;
    font-weight: normal;
    text-align: left;
    width: 400px;
    z-index: 1000;
}

.qmark:hover + .box {
    display: block;
}

.floatbar {
    position: relative;
}


/* The Modal (background) */
.cModal {
    z-index: 9999; /* Sit on top */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Modal Content/Box */
.cModal-content {
    background-color: white;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
    text-align: left;
    box-shadow: 2px 2px 5px rgba(0,0,0,.6);
    max-width: 500px;
}

/* The Accept Button */
.cModal-accept {
    color: black;
    text-align: center;
    display: inline-block;
    float: right;
    width: 140px;
    font-size: 13pt;
    font-weight: bold;
    background-color: #eac53e;
    padding: 5px 10px 6px;
    margin-bottom: auto !important;
}

/* The Deby Button */
.cModal-deny {
    color: black;
    display: inline-block;
    float: left;
    font-size: 11pt;
    padding: 8px 0px 6px;
    margin-bottom: auto !important;
}

    .cModal-deny:hover,
    .cModal-deny:focus,
    .cModal-accept:hover,
    .cModal-accept:focus {
        cursor: pointer;
    }

/* The Accept Button */
.cTxt-accept {
    color: black;
    font-size: 13pt;
    background-color: #eac53e;
    padding: 5px 10px 6px;
    margin-bottom: auto !important;
    cursor: pointer;
}

/* The Deby Button */
.cTxt-deny {
    color: black;
    font-size: 13pt;
    background-color: #c0c0c0;
    padding: 5px 10px 6px;
    margin-bottom: auto !important;
    cursor: pointer;
}

@media only screen and (max-width: 512px) {
    #adtop {
        display: none;
    }
}

/* Select2 */
#langselect
{
    display:block;
    width: 110px;
    text-align: left;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 100px;
    min-height: 0px;
    overflow-y: auto;
    font-size: 13px;
}

.select2-results__options {
    font-size: 13px;
}

.select2-selection {
    border-radius: 0px !important;
}

@media (min-width: 992px) {
    .separator_right {
        border-right: thin solid #CFCFC8;
    }
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #bc245c;
    font-weight: bold;
}

.select2-selection__placeholder {
    font-weight: normal;
}

.select2-selection__clear {
    margin-left: 6px;
    z-index: 1000;
}

/* Rating */
.rating {
    color: #0000ff;
    font-weight: bold;
    font-size: 24px;
}
