/*region site css*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}
/*endregion site css*/

/*region logo's and images*/
.header-logo {
    background-image: url("../media/logo_memic74x16.png");
    max-height: 36px;
    margin: 0px 16px 0px 0px;
}

.background {
    background-image: url('../media/background-ldot.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.95;
}

.background1 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.95;
}

.background1-op98 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.98;
}

.background1-op96 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.96;
}

.background1-op94 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.94;
}

.background2 {
    background-image: url('../media/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.background2-op98 {
    background-image: url('../media/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.98;
}

.background2-op96 {
    background-image: url('../media/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.96;
}

.background2-op94 {
    background-image: url('../media/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.94;
}

.background3 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.background3-op98 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.98;
}

.background3-op96 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.96;
}

.background3-op94 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.94;
}

.background4 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.background4-op98 {
    background-image: url('../media/bg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.98;
}

.background4-op96 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.96;
}

.background4-op94 {
    background-image: url('../media/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.94;
}

/*endregion logo's and images*/

/*region ec-page*/
.content-height {
    /*minimum height of the ec-page content*/
    min-height: 500px;
}

.border-standard {
    border: solid 1px #dee2e6;
    border-radius: 5px;
}

.questions {
    /*div which contains the questions and answers*/
    margin-left: 8px;
    margin-right: 12px;
    margin-bottom: 18px;
    margin-top: 18px;
}

.question-header {
    /*question header type*/
    font-weight: bold;
}

.question-information {
    /*question information type*/
    font-style: italic;
}

.question {
    /*question type: text, radiobutton, checkbox, date, etc*/
    padding-right: 12px;
}

.answer {
    min-width: 200px;
}

.answer-full-width {
    min-width: 100%;
}

.radiobuttonDiv {
    display: inline-flex;
}

.radiobuttonDivVertical {
    width: 100%;
}

.radiobutton {
    /*answer radiobutton style*/
    padding-right: 8px;
    width: 20px;
    /*display: inline-flex;*/
}

.radiobutton-answer {
    /*width: calc(100% - 34px);*/
    /*answer radiobutton style*/
    /*display: inline-flex;*/
    /*padding-left: 2px;*/
}

.answer-text {
    width: 100%;
}

.answer-textbox {
    width: 100%;
}

.answer-email-full {
    width: 100%;
}

.answer-email {
    width: 100%;
}

.answer-customvar {
    width: 100%;
}

.answer-naw {
    width: 100%;
    margin: 3px 0px 0px 0px;
}

.itemRow {
    /*This is the row where the complete item is in, to get ids and such search for this identifier, it can also be styled if needed*/
    margin: 6px 0 6px 0;
}

.item-question {
    min-height: 28px;
}

.item-answer {
    min-height: 28px;
}
/*endregion ec-page*/

.chosen-selectNoWidth {
    /*class for chosen.jquery.js*/
}

.chosen-select {
    /*class for chosen.jquery.js*/
}


.italic-grey {
    display: inline-block;
    font-style: italic;
    color: grey;
}
