
.qradio {
    font-size: smaller;
    font-weight: 50;
    list-style-type: none;
}

ul.qradio{
    margin-bottom: 30px;
}

.labels_format {
    margin-top: 20px;
}

.text_box_format {
    width: 100%;
    font-size: smaller;
    /* width: 500px; */
    margin-bottom: 50px;
}

.email_box_format {
    width: 500px;
    color: cornflowerblue;
}

.idade_box_format {
    font-size: smaller;
    width: 50px;
    margin-bottom: 50px;
}

.outro_box_format {
    margin-bottom: 50px;
    font-size: smaller;
}

.migdas_format {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin-bottom: 30px;
    margin: border-box;
    text-overflow: ellipsis;
    font-size: smaller;
}

.questionario {
    margin-top: 1.5cm;
    font-size: 20px;
}

tr:nth-child(even) {
    background-color: rgb(219, 217, 217);
}

tr > th {
    padding: 10px;
    font-size: smaller;
    text-align: center;
}

.options-header > td {
    padding: 10px;
    font-size: smaller;
    font-weight: bold;
}


#header-right {
    float: right;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
}

#header-middle {
    text-align: center;
    display: inline-block;
    color: white;
    margin-top: 10px;
}

.subfield {
    /* padding-left: 5%; */
    color:rgb(75, 75, 75);
}

.inicio {
    width: 75%;
    margin: 10% auto;
    padding-top: 150px;
}

.inicio > h2{
    text-align: center;
}

span.required {
    color: red;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-color: #13769c; */
    background-color: #daf5ff;
    border-bottom: 10px solid #6fc6dd ;
    display: block;
}

#page-content {
    margin-top: 150px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
    background-color: #faf6f6;
    box-shadow: 1px 1px 1px 1px #888888;
}


.main-panel {
    padding-top: 30px;
    width: 80%;
    margin: auto auto;
    text-align: justify;
    margin-bottom: 20px;
}

.main-panel > h2 {
    text-align: center;
}

#começar {
    width: 80%;
    margin: auto auto;
}

.buttonlist{
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

#backbtn {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
    background-color: #ddc06f; /* Green */
    border: 2px solid;
    border-radius: 8px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 24px;
    margin: auto auto;
    margin-bottom: 20px;
    width: 180px;
}

button {
    background-color: #6fc6dd; /* Green */
    border: 2px solid;
    border-radius: 8px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 24px;
    margin: auto auto;
    margin-bottom: 20px;
}

.titulo_questionario{
    text-align: center;
    font-size : 30px;
}


.segundo_titulo>h2{
    margin-left:300px;
    margin-right: 300px;
    font-size: x-large;
}

.ERAchoice {
    display: inline-flex;

}

.ERAchoice li{
    display: block;
    margin-right: 20px;

}

.ERAQuestion {
    font-size: x-large;
    padding-top: 0.5em;
}

.ERAAnswer {
    margin: auto 0;
    width: 95%;
    text-align: center;
}

tr.ERAAnswer>td {
    padding-bottom: .5em;
    border-bottom: 1px solid;
}

tr.ERAAnswer>td>label {
    font-weight: normal;
}





/*
@media (max-width:700px){
    .questionario{
        margin-top: 0.1cm;
        margin-left: 9px;
        font-size: 15px;
    }

    .titulo_questionario{
        text-align: center;
        font-size : 20px;
    }
    .segundo_titulo>h2{
        margin-left:0.1cm;
        margin-right: 9px;
        text-align: center;
        font-size: 17px;
    }

    .ERAQuestion {
        margin-top: 0.1cm;
        margin-left: 9px;
        font-size:  15px;
    }


    .ERAchoice li{
        display: block;
        margin-right: 0.1cm;
    
    }
    
    .ERAQuestion {
        font-size: 15px;
    }
    
    .ERAAnswer {
        margin: auto 0;
        width: 25%;
        text-align: center;
    }
    
    tr.ERAAnswer>td {
        padding-bottom: 5em;
    }
}

*/


.bold-h4-title {
    font-weight: bold;
}