body{line-height:1; background-color:#333d47}

header .main-menu .brand span{color:white}
header .main-menu .nav{background-color:unset}
header .main-menu .nav .active a{background-color:black}
header .main-menu .nav li a{color:white}
header .main-menu .nav li a:hover{background-color:black}
header .main-menu .navbar-toggle{color:white}

table, .table, .scroll-table
{
	background-color:unset;
	color: white
}

table thead, .table .thead, .scroll-thead
{
	background-color: black;
}

table tbody, .table .tbody, .scroll-frame
{
	border:none;
}

.scroll-frame{background-color:unset}


/* .fav-row > div {
	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
} */
/*
https://codepen.io/equinusocio/pen/OqpBKJ
https://codepen.io/fossheim/pen/PooBwRa
*/

.instrumentFav, .favprice{color:white}

.stock-info .stock-header, .fab-tab, .fab-titles{background-color: black}

.link, .link i, .note, .note i{color:white}

.boardFavoritos i{color:white}

.no-var{color:#999}

.stock-info .stock-detail{background-color:unset}

header .main-menu .logo{background:url(../../images/logo-white.svg) no-repeat}
.stock-info .stock-detail .chart-menu .chart-menu-container ul li span.active{background-color:black}

.date, .rentas i {color:white}

#blkUltimaActualizacion{color:white}
#blkPeriodoComparando{color:white}

.sin-favorito{color:white}
h2{color:white}

#constituyentes::after{
	position:absolute;
	top:135px;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background:linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);
	background:-moz-linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);
	/*background:-webkit-linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);*/
	pointer-events: none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.boardFavoritos{background:unset; border:1px solid black;overflow: hidden;}
.boardFavoritos::after{
	position:absolute;
	top:295px;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background:linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);
	background:-moz-linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);
	/*background:-webkit-linear-gradient(0deg, rgb(51 61 71) 0%, rgba(51,61,71,.2) 100%);*/
	pointer-events: none;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 );
	-webkit-filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f4f4', endColorstr='#f4f4f4',GradientType=0 );
}

#loadingChart{color:white}

.stock-info .stock-detail .info .info-var label{
	color:white
}
.stock-info .stock-detail .info .info-var .value.last
{
	color: white
}