.mensagem-alert{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}

.tdOculta{
    display: none !important;
}

.tabAssoc{
   padding: 1em;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
   border-bottom: 1px solid #eee;
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
   background: #fafafa;
}

.liTab a{
    background: #fff;
    border-top: 1px solid #eee !important;
    border-left: 1px solid #eee !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #fafafa !important;
    color: #212529 !important;
}

.liTab a:hover{
    background:  #e9e9e9 !important;
}

.liTab .active{
    background: #fafafa !important;
}

#tableAssociados tbody th, #tableAssociados tbody td{
    padding: 7px 7px;
}

.btn-pequeno
{
    width: 25%;
    height: 15%;
    display: inherit;
    font-size: none;
}
.endereco small{
    display:inline-block;
    width:180px;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
}
.btn-pequeno i{
    font-size: 20px;
}

#FrameBoleto{
    width: 100%;
    min-height: 600px !important;
    border:0;
}