* {
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
  font-size: 14px;
  /*color: #fff;*/
}


#app_container {
  width: 100%;
  min-height: 100vh;
  display: table;  background: #336699;
  background: -webkit-linear-gradient(45deg, #336699, rgba(33,66,99,1));
  background: -o-linear-gradient(45deg, #336699, rgba(33,66,99,1));
  background: -moz-linear-gradient(45deg, #336699, rgba(33,66,99,1));
  background: linear-gradient(45deg, #336699, rgba(33,66,99,1));

  align-items: center;
  justify-content: center;
  padding: 0px;
}

table#resultados {
  border-spacing: 1;
  border-collapse: collapse;
  /*background: white;*/
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
table#resultados * {
  position: relative;
}
table#resultados td, table th {
  padding-left: 5px;
}
table#resultados thead tr {
  height: 50px;
  background: rgba(22,55,77,1);
	color:#fff;
}
table#resultados tbody tr {
  height: 24px;
}
table#resultados tbody tr:last-child {
  border: 0;
}
table#resultados td, table th {
  text-align: left;
}
table#resultados td, table th {
  text-align: left;
}
table#resultados td:first-child, table th:first-child {
  text-align: left;
	padding-left: 10px;
}
table#resultados td:last-child, table th:last-child {
  text-align: right;
	padding-right: 10px;
}



tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
tbody tr:nth-child(odd) {
  background-color: #efefef;
}

tbody tr {
  font-family: OpenSans-Regular;
  font-size: 15px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
}

tbody tr:hover {
  color: #555555;
  background-color: #f5f5f5;
  cursor: pointer;
}


/********************Product container**************************/

#productContenedor{
	margin: 20px 0 5px 0;
	padding: 10px 0;
	width:18%;
	float:left;
}

#labelCategory{
	color:#FFF;
}

#labelProduct{
	color:#FFF;
}

/********************Title Slider**************************/

h1{
	margin: 20px 0 5px 0;
	padding: 0px;
	font-size: 16px;
}
p#unidad{
	padding: 0px;
	margin: 0px;
}
p#slider{
	padding: 0px;
	margin: 0 0 10px 0;
}
#sliderContenedor{
	color:#fff;
	text-align: center;
	vertical-align: middle;
}

#sliderYear{
  margin: 5px 0;
  width: 50%;
 visibility: hidden;
}

#labelYear{
	display: none;
}


svg{
	max-height: 100vh;
}




/********************Title Slider**************************/
#tooltip {
  background: #FF9;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}

.tooltipTitle{
	margin: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.tooltipText{
	text-align: center;
	margin: 0px 2px 2px;
	font-size: 12px;
	color: #000;
}


.bar{
	height: 12px;
	width: 0%;
}