
/*#2aa143*/
/* Cor bg menu principal */
.nav-menu-principal,.table>thead>tr>th{
    background-color: #2b3566;
}
/* cor over abas*/
/*#12842a*/
.nav-menu-principal .nav li a:hover{
    background: #548dd4;
}

/*#2aa143*/
.page-header{
    border-color: #2b3566;
}

.box-bem-vindo .bem-vindo-header{
    background: #2b3566;
    color: #ffffa2;
    box-sizing: border-box;
    padding-left: 200px;
    font-family: 'Open Sans', sans-serif; 
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 40px;
}


.box-bem-vindo .bem-vindo-content{
    background: #fff;
    padding: 60px 0px 100px 0px;
    border-bottom: 1px solid #2b3566;
}


.inscricao .box-inscricao .box-inscricao-header{
    background: #2b3566;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0 8px 0;
    border: 1px solid #2b3566;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*#2aa143*/
.inscricao .taxa{
    font-size: 30px;
    text-align: center;
    background:  #2b3566;
    color: #fff;
    line-height: 70px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    margin-bottom: 15px;
}

.andamento .table > tbody > tr > td .fa-print{ color: #2b3566;}

.matricula .box-matricula .box-matricula-header{
    background: #2b3566;
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    border: 1px solid #2b3566;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    text-align: center;
    padding: 12px 0 8px 0;

    height: 70px;
}

.enviar-documentos .table > tbody > tr > td .fa-print{ color: #2b3566;}

.title-color { color: #2b3566; }


