#query {
  font-size: 2.5rem;
  margin: 0;
  transition: all 0.2s;
  border: none;
  border-bottom: 1px solid #444444;
  width: 100%;
  text-align: center;
}
#query:focus {
	outline: none;
}
body {
  background: #9CECFB;
  background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
  background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
  max-height: 99%;
}

.card {
  border: none;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pointer {
	cursor: pointer ;
}

.in-out {
  font-size: 2rem;
  margin: 0;
}
.in-out2 {
  font-size: 1rem;
  margin: 0;
}
.in-out3 {
  font-size: 2rem;
  margin: 0;
}

.card-price .period {
  font-size: 0.8rem;
}

ul li {
  margin-bottom: 1rem;
}

.text-muted {
  opacity: 0.7;
}

#ticket_list_div_ {
  max-height: 99%;
  overflow: auto;
  display:inline-block;	
}

#ticket_list_card {
  height: 90vh !important;
}
#ticket_list_card table {
  margin: 0;
}

.daspo_icon {
  width:30px;
  margin-bottom: 5px;
}
.totali {
	display: block;
}
.upper {
	text-transform: uppercase;
}
.icon_totali i {
	font-size: 1rem;
}
.logo {
  max-height: 50px;
}
#nav {
  display: none;
  color: white;
  font-size: 1rem;
}
#nav a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}