.btnVoltar {
  background-image: url(../IMG/Botoes/esquerda.svg);
  background-repeat: no-repeat;
  background-size: 17px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnAdicionar {
  background-image: url(../IMG/Botoes/addWhite.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnUsuario {
  background-image: url(../IMG/Botoes/user.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnDescricao {
  background-image: url(../IMG/Botoes/descricao.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnMensagem {
  background-image: url(../IMG/Botoes/mensagem.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnAdm {
  background-image: url(../IMG/Botoes/admin.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnMoney {
  background-image: url(../IMG/Botoes/money.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnAnotacao {
  background-image: url(../IMG/Botoes/Anotacao.svg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnSair {
  background-image: url(../IMG/Botoes/cancel-24px.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnEditar {
  background-image: url(../IMG/Botoes/edit.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.btnUsuario {
  background-image: url(../IMG/Botoes/admin.svg);
  background-repeat: no-repeat;
  background-size: 19px 20px;
  padding-left: 2.2em !important;
  padding-right: .9em !important;
  background-position: left .5em center;
  font-size: .875rem !important;
}

.title {
  padding-top: 10px !important;
  margin-bottom: -0.2rem !important;
}

.imgLogin {
  width: 25px;
  rotate: 50%;
}

.btnVerde {
  background-color: #3CB371 !important;
  border-color: #3CB371 !important;
}

.btnVerde:hover {
  background-color: #239757 !important;
  border-color: #239757 !important;
}

.btnVermelho {
  background-color: #CD5C5C !important;
  border-color: #CD5C5C !important;
}

.btnVermelho:hover {
  background-color: #c44141 !important;
  border-color: #c44141 !important;
}

.btnAzul {
  background-color: #4069b6 !important;
  border-color: #4069b6 !important;
}

.btnAzul:hover {
  background-color: #2457b4 !important;
  border-color: #2457b4 !important;
}

.btnLaranja {
  background-color: #b69140 !important;
  border-color: #b69140 !important;
}

.btnLaranja:hover {
  background-color: #a37520 !important;
  border-color: #a37520 !important;
}

.btnRoxo {
  background-color: #9540b6 !important;
  border-color: #9540b6 !important;
}

.btnRoxo:hover {
  background-color: #6f20a3 !important;
  border-color: #6f20a3 !important;
}

.btnCinza {
  background-color: #a1a1a1 !important;
  border-color: #a1a1a1 !important;
}

.btnCinza:hover {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}

.btnData {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: white !important;
}

.btnData:hover {
  background-color: #d3d3d3 !important;
  border-color: #bbbbbb !important;
}

.btn-pagar-grid {
  background-image: url(../IMG/Botoes/dislike.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.btn-pagar-grid:hover {
  background-image: url(../IMG/Botoes/like.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.btn-estornar-grid {
  background-image: url(../IMG/Botoes/like.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.btn-estornar-grid:hover {
  background-image: url(../IMG/Botoes/dislike.png);
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.btn-excluir-item {
  color: rgba(255, 255, 255, 0.85) !important;
}

.btn-excluir-item:hover {
  color: white !important;
}

.btn-ver-detalhes {
  color: rgba(255, 255, 255, 0.85) !important;
}

.btn-ver-detalhes:hover {
  color: white !important;
}
/*# sourceMappingURL=buttons.css.map */