.navbar-inverse {
    margin-bottom: 0;
    border-radius: 0;
    border-width: 0;
    background-color: #B1D34B;
}

.jumbotron {
    background: #FFF;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.well {
    padding: 5px;
    /*background-color: #FFF;*/
}

.tituloPortal {
    font-family: 'UnimedSlab-Book','Georgia',serif;
    color: #BBD766;
    margin-bottom: 0;
}

.tituloPortalNomeBeneficiario {
    font-family: 'UnimedSlab-Book','Georgia',serif;
    color: #EF5A00;
    font-weight: bold;
    margin-top: 0;
}

.goHome {
    color: #0F7744;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.faleComUnimed {
    /*font-family: "Trebuchet MS",Verdana,Arial,sans-serif;*/
    color: #0F7744;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.atendimentoUnimed {
    /*font-family: "Trebuchet MS",Verdana,Arial,sans-serif;*/
    color: #12A5B6;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.onLineUnimed {
    /*font-family: "Trebuchet MS",Verdana,Arial,sans-serif;*/
    color: #99B82F;
    text-align: center;
    font-weight: bold;
    font-size: 15px;   
}

.logoANSPequeno {
    /*margin-top: -5px;
    margin-bottom: -5px;*/
    width: 35%;
    height: 35%;
}

.logoANS337188 {
    width: 70%;
    height: 70%;
    margin-top: 5px;
}

.logoANSCompleto {
    width: 80%;
    height: 80%;
}

.tituloBlocoInformacoes {
    color: #EF5A00;
    font-size: 22px;
    font-weight: bold;
}

.tituloCampoInformacoes {
    color: #6D6C74;
    font-size: 12px;
    font-weight: bold;
}

.tituloSubCampoInformacoes {
    color: #6D6C74;
    font-size: 12px;
}

.menuFilho {
    cursor:default;
}

.campoInformacoes {
    color: #EF5A00;
    font-size: 14px;
    font-weight: bold;
}

.pdf {
    color: #BBD766;
    font-family:'UnimedSlab-Bold';
    cursor:pointer;
}

body {
    /*font-family: 'UnimedSlab-Book','Georgia',serif;*/
    font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}

h1, h2, h3 {
    color: #219A69;
}

hr {
    border-color: #B1D34B;
}

th {
    font-weight: bold;
    background-color: #B1D34B;
}

main {
    padding-bottom: 50px;
}

footer {
    font-family: 'UnimedSlab-Book','Georgia',serif;
    background-color: #B1D34B;
    color: #0C5A5E;
    padding: 10px;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

ul {
    margin: 0 0 10px 25px;
    list-style-type: disc;
}

ol {
    margin: 0 0 10px 25px;
    list-style-type: decimal;
}


.bannerBanco2viaBoleto{
    display:inline-block;
    vertical-align:middle;
    float:none;
    margin-top: 100px;
}


.observacao2aviaBoleto {
    font-size: 12px;
    font-style: italic;
    text-align: right;
    margin-bottom: 0px;
 }

/*trazidos do css antigo*/
.falsoLinkEstiloPadrao {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    color:#0000FF;
    cursor:pointer;
}