/* LOGIN CSS  */
body.login {
  height: 100%;
}

body.login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

.form-signin {
  width: 330px;
  padding: 15px;
  margin: auto;
  background-color: rgba(100, 100, 100, 0.8);
  color: #fff;
}

.form-signin label{
    color: #000;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin .login {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #000;
}

.form-signin .passwd {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
}

/* DASHBOARD CSS */
.btn-primary {
  color: #fff;
  background-color: #1717cf;
  border-color: #1717cf;
}
a{
  color:#1717cf;
}
#loginMenu li{
  font-size:0.8rem;
}
#maisFiltros{
	display: none;
}
.btnFiltrar, .btnPesquisar{
	text-decoration: none;
}
#results .item {
	width: 100%;
	margin-top:0.4rem;
	padding-left: 0.36rem;
	padding-right: 0.36rem;
    padding-bottom: 0.6rem;
    border-bottom: solid 1px #a8a8a8;
}
#results .item.last_seen {
    background-color: #eee;
    border: solid 1px #a8a8a8;
}
#results .item p{
	margin-bottom: 0;
}
#results .item .titulo {
    font-size: 1.2em;
    font-weight: 600;
    color: #000000;
}
#results .item .valor {
    font-size: 1.2em;
    font-weight: 600;
    color: #1717cf;
    float: right;
}
#results .item .qtde{
	font-size: 1.2em;
    font-weight: 600;
    color: #1717cf;
}
#results .item .codigo{
  color: #8a8a8a;
  font-size: 0.80em;
}
#results a{
  text-decoration: none;
}
/* PRODUTO CSS  */
#produto .detalhes{
  width: 100%;
  margin-top:0.4rem;
  padding-left: 0.36rem;
  padding-right: 0.36rem;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #a8a8a8;
}
#produto .detalhes .valor{
  font-size: 1em;
  font-weight: 600;
  color: #000000;
  float: right;
}
.spacer{
  display: block;
  margin-top: 1.8rem;
}