/*Login*/
.login-form{
    margin-top: 7%;
}

#email-mensagens img{
    width: 100%;
}

.validate-error{
    color: #a94442;
    padding: 5px 0;
    display: inline-block;
}

span.badge a{
    color: #fff;
}

span.badge-danger{
    background-color: #d9534f;
}

.titulo{
    display: inline-block;
    font-size: 18px;
}

ul.errors-list{
    list-style-type: none;
    padding: 0;
}

.content-body{
    padding: 10px;
}

/*Tabelas*/
table.table > thead > tr > th{
    background: #3c8dbc;
    color: #fff;
    font-weight: bold;
}

/*Valores*/
.valor_credito{
    color: #06C;
}

.valor_debito{
    color: #C00;
}

.historico_pagamentos_ocultar{
    display: none;
}
.historico_recebimentos_ocultar{
    display: none;
}

/*Bootstrap*/
.navbar-brand{
    height: auto;
    padding: 2px 0 0 15px;
}
.collapsing {
    /*-webkit-transition: none;
    transition: none;
    display: none;*/
}