/*body {
  background: rgb(204, 204, 204);
}*/
.pageForm {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
.pageForm[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}
.pageForm[size="A4"][layout="portrait"] {
    width: 29.7cm;
    height: 21cm;
}
@media print {
    .pageForm {
        margin: 0;
        box-shadow: 0;
    }
}

.headerForm {
    padding-top: 10px;
    text-align: center;
    border-style: none;
}
.headerForm>img{
    border-style: none;
    vertical-align: middle;
}
.sub-header{
    text-align: center;
    font-size: 1.17em;  
}
.sub-header>h3{
    font-size: 1.0rem;
    margin-bottom: 1px;
    line-height:3rem;
}
.sub-header>h4{
    font-size: 0.8rem;
    margin-bottom: 1px;
    line-height:2rem;
}
.sub-header>p{
    font-size: 0.7rem;
    margin-bottom: 1px;
    margin-left: 20px;
    line-height:2rem;
    text-align: left;
}
.paragraf{
    text-align: left;
    margin-left: 20px;
    margin-right: 30px;
}
.paragraf>p{
    font-size: 0.7rem;
    margin-bottom: 1px;
    line-height:2rem;
}
.content-Form{
    margin-left: 20px;
}
.content-Form>#label-center{
    text-align: center;
    font-size: 0.5rem;
    line-height:2rem;
}


.video-Form{
    width: 640px;
    margin: 0 auto;
}
.video-Form2{
    width: 100%;
    margin: 0 auto;
    padding-left: 57px;
}
.th-Form>tbody>tr>td {
    padding: 2px !important;
}
.md-marge-mini{
    margin: 1px 0 1px !important; 
}
.hide-validation-error .md-errors-spacer {
    display: none !important; 
}
.espaco-top {
    margin-top: 25px !important; 
}
.quebra-linha{
    white-space:normal;
}
.altura-option-cem {
    height: 100% !important;
    border-bottom: 1px solid #ccc !important;
}
.largura-fixa{
    /*    min-width: 1024px !important;
        width: 100% !important;
        overflow-x: scroll !important;*/
}
.formlario {
    background: white;
    margin-bottom: 0.5cm;
    box-shadow: 1px 5px 5px 1px rgba(0,0,0,0.2)!important;
}
.l-center{
    text-align: center;
    font-size: 0.5rem;
    line-height:2rem;
}
.alinhaDCentro{
    text-align: right;
    padding-top: 02%;
}
.alinhaCCentro{
    text-align: center;
    padding-top: 02%;
}
.alinhaECentro{
    text-align: left;
    padding-top: 02%;
}
.alinhaCentralizar{
    padding-top: 02%;
}
.bordaL{
    border-bottom: 1px solid #cccccc70 !important;
    padding-bottom: 3px;
    padding-top: 3px;
}