﻿.survey-question {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.survey-answer {
    margin-bottom: 25px;
}

.survey-answer:after {
    display: block;
    content: " ";
    clear: both;
}

.survey-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: solid 1px #eee;
    margin-bottom: 25px;
}

.survey-row {
    display: table-row;
}

.survey-table .survey-row:nth-child(odd) {
    background: #f7f7f7;
}

.survey-table .td {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: solid 1px #eee;
    box-sizing: border-box;
    margin: 0;
}

.survey-table-question {
    width: 50%;
    font-weight: bold;
    font-size: 15px;
}

.survey-table-answer-header {
    text-align: center;
}

.survey-table-answer-td {
    text-align: center;
}

.survey-table-answer-td input[type="radio"] {
    display: block;
    margin: 0 auto;
}

.survey-table-answer-td span {
    font-weight: normal;
    display: none;
}

.btn {
    margin: 10px !important;
    padding: 10px 25px !important;
    font-size: 1.05em !important;
    border-radius: 5px;
    font-family: inherit !important;
    cursor: pointer;
}

.theme-bg.white-text {
    background-color: #000;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .survey-table {
        border:none;
    }

    .survey-table-answer-td span {
        margin-top: 10px;
        display: block;
    }

    .survey-table .survey-row:nth-child(1) {
        display: none;
    }

    .survey-table-question {
        width: 100% !important;
        display: block !important;
        background: #f7f7f7;
    }

    .survey-table-answer-td {
        display: table-cell !important;
        width: 15%;
    }

    .survey-row {
        margin-bottom: 30px;
        display: block;
        background: #fff !important;
    }

    .survey-row:after {
        display: block;
        content: " ";
        clear: both;
    }
}

.checkbox-inline,.radio-inline, .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin: 10px 0 !important;
    display: block;
}

.checkbox-inline input,.radio-inline input {
    margin-left: 5px;
}

#bootstrapSPForm-btnSubmit {
    background: #082e6d;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .survey-table-answer-td {
        width:50%;
        display: inline-block !important;
    }
}

.survey-table-question.invalid-field {
    color: #ed4055;
}

.survey-question.invalid-field {
    color: #ed4055;
}

.survey-validation {
    color: #ed4055;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
