#contas #incAlt {
  position: fixed;
  background-color: white;
  z-index: 1;
  top: 0;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
}
#contas #incAlt .tipo input {
  margin-right: 6px;
  margin-left: 30px;
}
#contas #incAltFundo {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
}
#contas .calendario {
  margin-bottom: 0px;
}
#contas #grafico-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
#contas #top .configuracoes {
  margin-top: 20px;
  float: right;
  margin-right: 5px;
}
#contas #top .search {
  z-index: 1;
}
#contas #resumo {
  margin: 0 36px;
  float: right;
  text-align: right;
}
#contas #resumo2 {
  margin: 0 36px;
  float: left;
}
#contas .resumo-itens {
  margin-bottom: 4px;
}
#contas .resumo-itens .negativo {
  color: red;
}
#contas .resumo-valor {
  font-weight: bold;
}
#contas .background-green {
  background-color: green!important;
  color: white;
}
#contas .background-purple {
  background-color: purple!important;
  color: white;
}
#contas .background-gray {
  background-color: gray!important;
}
#contas .background-red {
  background-color: red!important;
}
#contas .background-blue {
  color: white;
  background-color: blue!important;
}
#contas #list {
  min-height: 270px;
}
#contas #list table {
  width: 1000px;
  margin: 0 auto;
}
#contas #list table .valor,
#contas #list table .valorPago {
  width: 130px;
}
#contas #list .mensagem {
  text-align: center;
}
#contas #list .listagem .botao-excluir {
  width: 100px;
}
#contas #list .listagem .valor.vermelho,
#contas #list .listagem .valorPago.vermelho {
  color: red;
}
#contas #list .listagem .linha {
  /* 
                .actions .btn{
                    visibility: hidden;
                }


                &:hover .actions .btn{
                    visibility: visible;
                }

                */
}
