.alignment-center {
    vertical-align: middle;
    text-align: center
}

.alignment-right {
    vertical-align: middle;
    text-align: right
}

.color-negative {
    background-color: darkred;
}

.color-positive {
    background-color: forestgreen;
}

.color-total-extrato {
    background-color: lightcoral;
}

.color-rambo {
    background-color: goldenrod;
}

.color-dark {
    background-color: sienna;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.totalizadores {
    border-radius: 6px;
    color: azure;
    padding-top: 10px;
    font-size: large;
    border: 1px;
    border-color: transparent;
    margin-right: 5px;
    margin-left: -5px;
}

.conta-categoria-extrato {
    padding-left: 28px;
}

.grafico-pagamentos-direita {
    border: 2px solid #bbb;
    border-radius: 7px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-right: -10px;
    }

.grafico-pagamentos-esquerda {
    border: 2px solid #bbb;
    border-radius: 7px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-right: 5px;

}


.saldo_anterior {
    vertical-align: middle;
    margin-bottom:5px;
    padding-bottom: 5px;
}

body{
    background: url(https://www.rambos.com.br/wp-content/themes/bitunit_lite/assets/images/header_bg.jpg);
    background-color: #111111;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;

}

.vertical-offset-100{
    padding-top:100px;
}

.IP_calendarInput {
    background: url('http://services.iperfect.net/js/img/cal.gif') 97% 50% no-repeat !important;
    cursor: pointer;
}

.badge-rambo {

}

.label-with-information {
    padding-right: 10px;
}

.nivel2-balancete {
    padding-left: 30px;
}

.nivel1-balancete {
    border-top: 1px;
    border-bottom: 1px;
    border-color: #ccc;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    background-color: #eee;
    margin-bottom: 1px;
    margin-top: 1px;
}

.cabecalho-tabela-balancete {
    border-top: 2px;
    border-bottom: 2px;
    border-color: #666;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    background-color: #eee;
    margin-bottom: 10px;
}

.cabecalho-total-balancete {
    border-top: 0;
    background-color: #555;
    color: #fff;
    margin-top: 6px;
}

.no-margin-top{
    margin-top: 0px !important;
}

/* auto-complete */

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 85%;
    left: 15px;
    right: 15px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}