h1 {
    display: inline-block;
}

#eralogo {
    display: inline-block;
    width: 260px;
    height: auto;
    vertical-align: top;
}

#surveycontent {
    display: inline-block;
    width: 595px;
    margin: 10px;
}

@media (max-width: 1040px) {
    #eralogo {
        display: none;
    }
}

@media (max-width: 991px) {
    #surveycontent {
        width: 90%;
    }
}

.feature-content {
    background: url('/images/satisfaction/background_satisfaction.jpg') center 50px no-repeat;
}

.step_title {
    position: relative;
    display: inline-block;
    font-size: small;
    font-weight: bold;
    border-bottom: solid 1px #000000;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 5px 0;
}

#imgtmpestime {
    display: inline-block;
    margin-left: 20px;
}

.imgstep {
    margin-left: 20px;
    float: right;
}

.step {
    width: 100%;
    padding: 5px;
}

.step_comment {
    color: #979797;
    font-size: smaller;
}

.survey_question {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.survey_next {
    text-align: right;
    margin-top: 50px;
}

.survey_next button {
    padding-left: 10px;
    padding-right: 10px;
}


.surveyradio {
    display: inline-block;
    width: 20px;
    height: auto;
    float: right;
}

.surveycheckbox {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.surveytxt {
    display: inline-block;
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0 0 0 20px;
}

#observations.surveytextarea {
    resize: none;
    width: 100%;
    height: 100px;
    margin-top: 10px;
}

.surveytxtprofil {
    display: inline-block;
    padding: 0;
    margin: 0;
}

table.tblquestion {
    width: 100%;
    border-collapse: collapse;
}

table.tblquestion td {
    padding: 0 2px 5px 2px;
    text-align: center;
}

table.tblquestion td.qu {
    text-align: left;
    padding-right: 20px;
}

.smiley-text {
    font-size: 10px;
    font-style: italic;
    line-height: normal;
}

.smiley-text-left {
    right: 20px;
    width: 50px;
    text-align: right;
    color: #a94442;
}

.smiley-text-right {
    left: 20px;
    width: 50px;
    text-align: left;
    color: #3c763d;
}

.smiley-block {
    width: 65px;
}

.smiley-block-left {
    padding-right: 15px !important;
}

.smiley-block {
    padding-left: 15px !important;
}

.smiley {
    width: 20px;
    height: 20px;
}

.smiley-sad {
    width: 100%;
    background: url('/images/satisfaction/sad.png') right top no-repeat;
}

.smiley-happy {
    width: 100%;
    background: url('/images/satisfaction/happy.png') left top no-repeat;
}

.form-control {
    border: 2px solid var(--color-blue-extra-light);
    padding: 5px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--white);
    color: #000000;
}
input.form-control, select.form-control {
    height: 34px;
}
textarea.form-control {
    margin-top: 10px;
}
.form-control-focus {
    border: 2px solid var(--color-red-medium);
}
.form-control-message {
    font-size: 12px;
    line-height: 12px;
    color: var(--color-red-medium);
    background-color: transparent;
}
.form-control-message.form-control-message-slider {
    margin-top: 30px;
    text-align: left;
}

.entry-content {
    width: 100%;
}

.legal-notice {
    height: 100px;
    border: 1px solid #ccc;
    overflow-x: none;
    overflow-y: scroll;
    padding: 10px;
    color: #AAA;
    margin-top: 50px;
}