.table th, .table td {
	padding:0.25rem;
}

th{
	background-color: #F2F2F2;
}

.listado{
	margin-bottom:0;
	padding-bottom:0;
}

a{
	color: #888;
}

.btn-nav{
	font-size: 13px;
	color: #EEE;
}

i.header {
width: 12px !important;
height: 12px !important;
line-height: 12px !important;
}

.icon{
	height:31px;
	padding-bottom:0;
	padding-top:0;
	line-height: 1em;
}

.logo_login{
	max-width:400px;
}

.form-control:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    } 
	
.card-header{
	padding-top:0.5em;
	padding-bottom: 0.5em;
}

.card-body{
	padding-top:0.5em;
	padding-bottom: 0.5em;
}

.form-group{
	margin-bottom:0;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}

.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: 100%;
  left: 0;
  right: 0;
}

.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; 
}

.chart-samples ul { list-style: none; }

.chart-samples h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 400;
}

.chart-samples li {
	font-size: 16px;
	line-height: 2.2;
	font-weight: 600;
}

.chart-samples li a:not(:hover) { color: #AAA; }
