﻿.mainTabFont,
#mainTab li a.active,
#mainTab li a.active:hover {
    font-family: Verdana;
    color: #c52238;
    font-size: medium;
}



.bodyHeader {
    position: relative;
    background: white;
}


    .bodyHeader::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 15px;
        background: #49575d;
    }

    .bodyHeader::before {
        content: '';
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #f79431;
        margin-bottom: 1%;
    }

#imgLogo {
    margin-bottom: 2%;
}

#mainTab li a:not(.active) {
    opacity: 0.7;
    color: black;
}

.titulo {
    font-size: x-large;
    font-weight: bold;
    padding: 15px;
    color: #f79431;
}

.textojbs {
    color: #f79431 !important;
}

.comunicadoImportante {
    font-family: Arial;
    color: #c52238;
    font-size: medium;
}

#phInfo {
    font-size: 10pt;
    font-family: Verdana;
    color: #676767;
    text-align: left;
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}

#mainNavbars div div div ul li {
    list-style-type: none;
}

.buttonGerarBoletoAlignment {
    text-align: center;
    padding-bottom: 30px;
}

#rowInfo {
    padding-left: 0px !important;
}

#rowInfo_main div {
    padding-bottom: 10px;
}

.btnGerarBoleto {
    color: white !important;
    background-color: #f79431 !important;
    border-color: #f79431 !important;
}


#btnGerarBoletoCNPJ:hover,
#btnGerarBoletoNFe:hover {
    color: white !important;
    background-color: #49575d !important;
}

.popupErrorBtnGerarBoleto {
    padding: 10px !important;
    text-align: center !important;
    display: none;
}