﻿.array_title
{
    display: inline-block;
    font-size: small;
    font-weight: bold;
    margin-bottom: 1em;
    color: #53693A;
}

.array
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.question_title
{
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bold;
    color: #787878;
}

.labelPG
{
    display: inline-block;
    color: #787878;
}

.yesno
{
    text-align: right;
}

/* Perguntas */
.question
{
      margin-top: 4px;
   /* margin-bottom: 1em;*/
    display: inline-block;
    width: 75%;
}
.question_large
{
    margin-top: 4px;
    display: inline-block;
    width: 65%;
}
.question_medium
{
    margin-top: 4px;
    display: inline-block;
    width: 50%;
}
.question_smamed
{
    margin-top: 4px;
    display: inline-block;
    width: 37%;
}
.question_small
{
    margin-top: 4px;
    display: inline-block;
    width: 25%;
}
.question_xsmall
{
    margin-top: 4px;
    display: inline-block;
    width: 16%;
}
.question_xxsmall
{
    margin-top: 4px;
    display: inline-block;
    width: 8%;
}

.subquestion
{
    margin-top: 2px;
    margin-left: 3%;
    display: inline-block;
    width: 72%;
}

.subquestion_medium
{
    margin-top: 2px;
    margin-left: 3%;
    display: inline-block;
    width: 47%;
}

.subquestion_small
{
    margin-top: 2px;
    margin-left: 3%;
    display: inline-block;
    width: 22%;
}

.subquestion_xsmall
{
    margin-top: 2px;
    margin-left: 3%;
    display: inline-block;
    width: 13%;
}

.subquestion_xxsmall
{
    margin-top: 2px;
    margin-left: 3%;
    display: inline-block;
    width: 5%;
}




/* End Perguntas */

.textfield
{
    margin: 3px;
    width: 200px;
}

.field
{
    text-align: left;
    width: 225px;
    float: left;
    padding: 0.2em;
    margin: 0;
    margin-top: 0.3em;
}

.nostar 
{
    display: none;
}

.star 
{
    font-size: small;
    color: red;
}

.dashed
{
    border: 1px dashed #ddd;
}
