body {
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 20px;
}

.COMPRA{
	background-color:#00FF00;
}

.VENTA{
	background-color:#FF5555;
}

.TENDENCIA{
	background-color:#98c8ed;
}

.TENDENCIAFUERTE{
	background-color:#349beb;
}
.LINEA_IMPORTANTE{
	border: 4px solid #000000;
}


.DEBIL{
	font-style:italic;opacity: 0.5;
}

h1{
	font-size:24px;
	margin-top:35px;
}
h2{
	font-size:20px;
	line-height:12px;
}
h2 .simbolo{
	color:#999999;
	font-size:16px;
}

.enlace_suave,.enlace_suave a{
	font-size:13px;
	color:#007bff;
	margin-top:-4px;
}

.hoverable{
	cursor:pointer;
}



th.bordederecho,td.bordederecho {
	border-right: 1px solid #DDD;
}



.tablas table{
  font-size: 0.7rem;
}


.aviso_api{
	color:#666666;
	font-size:0.9rem;
	margin-top:-2px;
	margin-bottom:3px;
}


.table.sticky th.fila2{
	position:sticky;
	top:80px;
	background-color:#FFFFFF;
}




/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 50; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
