a{
    text-decoration: none;
    color: #000000;
}

/*custom sogrape*/
.btn-sogrape{
    color: #ffffff;
    background-color: #0000;
    border-radius: 4px !important;
    border: solid #fff 1px !important;
}
.btn-sogrape:hover{
    color: #ffffff;
    background-color: #0000;
    border-radius: 4px!important;
    border: solid #fff 1px !important;
}
.btn-sogrape:focus{
    color: #ffffff;
    background-color: #0000;
    border-radius: 4px!important;
    border: solid #fff 1px !important;
}
.btn-sogrape-active{
    color: #000;
    background-color: #fff;
}

.btn-logout{
    background-color: #F3F3F8;
    color: #000;
    border-radius: 2px;
    width: 50px;
    font-size: 10px;
    margin: 20px 0px 0px 0px;
    float: right;
}
.btn-menu{
    background-color: #F3F3F8;
    color: #000;
    border-radius: 2px;
    width: 125px;
    font-size: 10px;
}
.menuActive{
    background-color: #37308A;
    color: #fff;
    font-size: 10px;
}

.btn-sim{
    background-color: #F3F3F8;
    color: #000;
    width: 100px;
}
.btn-nao{
    color: #fff;
    width: 100px;
    border: 1px solid #fff
}