body {
    margin-top: 100px;
    
    font-family: arial, sans-serif;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

.logoEetepa{
    max-width:255px;
    margin-top:18px;
}

.logoGoverno{
    max-width:255px;
}

.titulo {
    margin-top: -2px;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #006699;
    background-color: #17a2b8;
    border-right: 1px solid #004D91;
    border-left: 1px solid #004D91;
    border-right: 1px solid #17a2b8;
    border-left: 1px solid #17a2b8;
    padding: 7px;
}

.tituloAba {
    float: left;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/inscricao_eetepa/bg_titulo.png) repeat-x;
    border-top: 1px solid #DFE1E0;
    border-right: 1px solid #DFE1E0;
    border-left: 1px solid #DFE1E0;
    padding: 5px;
    width: 100%;
}

.tituloAba_conteudo {
    font-size: 12px;
    line-height: 1.7; 
}

.rodape_pagina{
    /*
    background-image: url('../img/inscricao_eetepa/bg_rodape.png');
    background-repeat: repeat y; 
    */
    background-color: #115070;
    color: white;
    font-size: 11px;
    font-family: arial, sans-serif;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 5px;    
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#rodape_navegacao{
    text-align: left;
    padding-left:32px;
    text-transform: uppercase;
    font-size: 14px;
    
    
    margin-top:5px;
}
li{
    
    margin:1px;
    text-align:left;
}

#fundo{
    background-image: url('../img/inscricao_eetepa/background_topNovo.png');
    height: 157px;
}
body{
    margin-top:0; 
}
#topoMobile{
    background-image: url('../img/inscricao_eetepa/background_topNovo.png');
    background-position-y: 1px;
    background-position-x: 34px;
}
.nav-item{
    font-weight: 530;
    font-size:14px;
}
p{
    line-height: 1.7; 
    font-size:13.5px;
}


.zdt-detail-pre{
    background: #FFFFFF;
}

small{
    font-size:11px;
    font-style: italic;
    color:navy;
}
.invalid-feedback{
    font-size:11px;
    font-weight: 700;
}

.btn-link{
    color:#4f4f4f;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;

}
.error{

    color:red;
    float: bottom;
    font-size:12px;

}

.btn-link:hover{
    color:#4f4f4f;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;

}
.card-header{
    font-size: 15px;
    font-weight: bold;
    padding-top:2px;
    padding-bottom:2px;
    background-color: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);    

    background-color: rgba(0.03, 0, 0.03, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    
}
.espaco-check{
    margin-left:8px;
    margin-right:4px;
}
.form-radio-input{
    margin-left:8px;
    margin-right:4px;
}
.control-label{
    margin-bottom:3px;
    margin-top:1px;
    font-weight:bold;
    font-size:13.5px;
}

.form-control{
    padding-top:3px;
    padding-bottom:3px;
    height: 36px;
    font-size:13.5px;
}
.form-check{
    font-size:13.5px;
}
.form-check-inline{
    font-size:13.5px;
}
option{
    font-size:13.5px;
}

.breadcrumb-item {
    font-size:12px;
    font-weight: 600;
}
table{
    font-size:13px;
}

.breadcrumb2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 18px;
    list-style: none;
    border-bottom:1px solid rgba(0, 0, 0, 0.125); 
    background-color: #e9ecef;
    background-color: rgba(0.08, 0, 0.08, 0.05);
    background-color: #FFFFFF;
    border-radius: 0.15rem;
}