@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}
#overlay {
     background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,0.8) 80%);
}
.header {
  position:relative;
  text-align:center;
  color:white;
background:url("https://thumbs.dreamstime.com/b/stock-market-graph-forex-trading-chart-business-financial-concepts-abstract-finance-background-investment-economic-152018967.jpg");
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:25vh;
  width:100%;
  margin: 0;
  padding: 0;

}

.flex { /*Flexbox for containers*/
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#logo{
    padding-top:7vh;
}
#slogan{
    font-family: 'Lato', sans-serif;
     font-weight:300;
     letter-spacing: 2px;
     font-size:16px;  
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:10vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}



#main table{
	width:90%;

}
#main tr{
    
}
#main tr:hover{
    background:#eee;
}
#main tr td{
	border-bottom:1px silver solid;
	padding:10px;
	cursor:pointer;
}
#main tr th{
	background:#eee;
	border:1px silver solid;
}
#main tr th:hover{
	background:#ddd;
}
#main .filter_rows{
	max-height:300px;
	overflow-y:scroll;
}
#main .filter_rows label{
	display:block;
	border-bottom:1px silver dashed;
}
#main .filter_rows label:hover{
	background:#eee;
}
#main .filter_box{
    box-shadow: -1px 1px 12px 5px silver;
    min-width:290px;
}
#main .filter_input{
	padding:10px;
	margin:3px;
	width:95%;
}
#main .filter_bt{
	padding:10px;
	width:70%;
	background:#eee;
	cursor:pointer;
}
#main .filter_bt:hover{
	background:#ddd;
}
#main .filter_clear{
	padding:10px;
	width:30%;
	background:#f2f2f2;
}
#main .filter_back{
	background:#0001;
	top:0;
}
#main .has_criteria{
	font-size: 18px;
    background:royalblue;
	color:#eee;

}
#main .has_criteria .filter_row{
	color:#222;
}
.bt_options{
    display:inline-block;
    padding:10px 50px;
    background:royalblue;
    color:#fff;
    margin:5px;
    box-shadow: -2px 2px 3px 1px silver;
    cursor:pointer;
}
.bt_options:hover{
     background:blue;
}
.bt_options_w{
    display:inline-block;
    padding:10px 50px;
    background:#7d8394;
    color:#fff;
    margin:5px;
    cursor:pointer;
}
.bt_options_w:hover{
     background:#5d657a;
}
.bt_options_a{
    display:inline-block;
    padding:10px 50px;
    background:#2f61a0;
    color:#fff;
    margin:5px;
    box-shadow: -2px 2px 3px 1px silver;
    cursor:pointer;
}
.bt_options_a:hover{
     background:#4b7cba;
}
.pre_s{
    width:44%;
    padding:4px;
    margin:3px;
    display:inline-table;
    background:royalblue;
    color:#fff;
    cursor:pointer;
}
.pre_s:hover{
    background:blue;
    color:#fff;
}
#details{
    z-index:99;
    position:fixed;
    overflow-y:scroll;
    width:80%;
    height:80%;
    min-height:700px;
    background:#fff;
    border:5px silver solid;
    margin:auto;
    left:0;
    right:0;
    top:20px;
    display:none;
}
#fog{
    background:#0005;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
    position:fixed;
    display:none;
}
.symbol_tit{
    padding:5px;
    margin:10px;
    background:#eee;
    border-left:5px silver solid;
    color:#222;
    width:200px;
    display:inline-table;
}
.add_w{
    display:inline-block;
    padding:10px;
    background:#2f61a0;
    color:#fff;
    margin:5px;
    cursor:pointer;
      display:inline-table;
}
.add_w:hover{
     background:blue;
}
.remove_w{
    display:inline-block;
    padding:10px;
    background:indianred;
    color:#fff;
    margin:5px;
    cursor:pointer;
      display:inline-table;
}
.remove_w:hover{
     background:red;
}
.topbts{
    height:50px;
}
@media only screen and (max-width: 600px) {
    #main  tr {
    	display:block;
    }
    #main tr td{
    	display:inline-block;
    	padding:3px;
    	width:47%;
    }
    
    #main tr td:nth-of-type(1){
        width:100%;
    	background:#0a99ff;
    	color:#fff;
    	padding:7px;
    }
    #main tr td:nth-of-type(2)::before {
        content: "Preço :";
        font-weight:bold;
    }
    #main tr td:nth-of-type(3)::before {
        content: "Volume :";
        font-weight:bold;
    }
    #main tr td:nth-of-type(4)::before {
        content: "ROE :";
        font-weight:bold;
    }
    #main tr td:nth-of-type(5)::before {
        content: "EV/EBITDA :";
        font-weight:bold;
    }
    #main tr td:nth-of-type(6)::before {
        content: "5/ANOS :";
        font-weight:bold;
    }
    #main tr td:nth-of-type(7)::before {
        content: "SETOR :";
        font-weight:bold;
    }
    #main tr th{
       display:inline-block;
       width:13.1%;
       height:70px;
    }
   
}