
/*#2aa143*/
/* Cor bg menu principal */
.nav-menu-principal,.table>thead>tr>th{
    background-color: #c0504d;
}
/* cor over abas*/
/*#12842a*/
.nav-menu-principal .nav li a:hover{
    background: #e5b9b7;
}

/*#2aa143*/
.page-header{
    border-color: #c0504d;
}

.box-bem-vindo .bem-vindo-header{
    background: #c0504d;
    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 #c0504d;
}


.inscricao .box-inscricao .box-inscricao-header{
    background: #c0504d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px 0 8px 0;
    border: 1px solid #c0504d;

    -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:  #c0504d;
    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: #c0504d;}

.matricula .box-matricula .box-matricula-header{
    background: #c0504d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    border: 1px solid #c0504d;

    -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: #c0504d;}

.title-color { color: #c0504d; }


