body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}
/*
 * Formatting the header area
 */
header {
  background-color: #ff6666;
  height: 35px;
  width: 100%;
  opacity: .9;
  margin-bottom: 10px;
}

header h1.logo_ {
  margin: 0 auto;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  width: 80vw;
}

header h1.logo_:hover {
  color: #fff;
  text-decoration: none;
}


/*
 * Centering the body content
 */

.container {
	min-height: 90vh ;
	width: 80%;
   margin: 0 auto;
   
}

/*
  contents by abas
*/
#content-wrap-intro{
  padding-bottom: 2.5rem;    /* Footer height */
  width: 100%;
  margin-top: -10px;

}

#content-wrap-documents{
  width: 90%;
  margin: auto;
  display: grid;

}

td{
  padding: 0.2em;
  
}


tr:hover{
  background-color: rgb(202, 199, 194);
}

th{
  
  background-color:rgb(216, 212, 212);
}

#content-wrap-documents a{
  font-size: 1.2em;
  font-weight: 100;
  text-align: left;
  color: rgb(121, 115, 115);
  text-decoration: none;
  
}

#content-wrap-documents a:hover{
  font-size: 1.2em;
  font-weight: 100;
  text-align: left;
  color: rgb(63, 62, 62);
  text-decoration: none;
}

#content-wrap-documents h3{
  font-size: 1.4em;
  font-weight: 100;
  text-align: left;
  color: rgb(63, 62, 62);
  text-decoration: none;
  border-bottom: 1px solid #000;
  
}

#row-document{
  margin-top: 20px;
}

/* Content MAE */
#content-wrap-mae, #content-wrap-lstm{
  /*width: fit-content;*/
  
}


#card{
  
  height: 80vh;
  min-height: max-content;
  border: 1px solid #000;
  border-radius: 1em;
  box-shadow: 10px 10px 8px #888888;
  padding: 10px; 
  
  
}


#content_selected_lstm{
  /**/ 
  width: 100%;
 
}

.content_map{
  margin-right: 50px;
  width: 40%;
  float: left;
  position: relative;
  margin-right: 0;
  text-align: center;
  

}

.content_map_wrap{
  width: 55%;
  float: right;  
}


#content-wrap-cluster {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  text-align: center;
    
}

/* Container das ABAS */
.tabs-container {
  position: relative;
  
  height: 100%;
  
  
  
  
}

.tabs-container p {
  margin: 0;
  padding: 0;
  

}
.tabs-container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: none;
}

/* ABAS */
input.tabs {
  display: none;
}

input.tabs + label + div{
  width: 98%;
  opacity: 0;
  position: absolute;
  background: #fff;
  top: 40px;
  left: 0;
  padding: 0px;
  z-index: -1;
  transition: opacity ease-in-out .3s;
  
}

input.tabs:checked + label + div {
  opacity: 1;
  z-index: 1000;
}

/* Labels */
input.tabs + label {
  line-height: 30px;
  padding: 0 20px;
  float: left;
  color: #000;
  margin: 2px;
  background: #eee;
  cursor: pointer;
  
  border-radius: 0.3em;
  transition: background ease-in-out .3s;
}
input.tabs:checked + label {
  background: #1769b6;
  color: #fff;
  margin: 2px;
  border-radius: 0.3em;
  box-shadow: 2px 2px 8px #888888;
}

.link_download{
	margin: auto;	
}

.select_plot{
    margin-top: 10px;
    width: 100%;

}



.select_plot_brazil{
    margin-top: 10px;
    text-align: right;
}

.bar_title{
    margin-bottom: 10px;
}

.bar{
  width: 100%;
    height: 1px;
    background-color: #000;
}

div.home {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

div.about {
  padding: 10px 0 30px 0;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
h2 {
  font-size: 3em;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -2px;
}
h3 {
  font-size: 1.4em;
  font-weight: 100;
  margin-top: 10px;
  text-align: left;
  letter-spacing: -1px;
  color: #999;
}
.menu {
  float: right;
  margin-top: 8px;
}
.menu li {
  display: inline;
}
.menu li + li {
  margin-left: 35px;
}
.menu li a {
  color: #444;
  text-decoration: none;
}
.logo{
    width: 10%;
    padding: 15px;
}

.logo_isasi{
    width: 15%;
    padding: 15px;
}
footer{
  position: relative;
  margin: 0 auto;
  bottom: 0;
  height: 8.0rem;
  width: 100%;
  text-align: center;
  border-top: 2px solid;
  background-color: #FFFFFF;

}

footer h5{
	margin-top: -0.3em;
}

.cont_brazil{
    text-align:center;
}

#selection_state{
   -webkit-appearance: none;  /* Remove estilo padrão do Chrome */
   -moz-appearance: none; /* Remove estilo padrão do FireFox */
   appearance: none; /* Remove estilo padrão do FireFox*/
   background: url("../img/seta.png") no-repeat #FFF;  /* Imagem de fundo (Seta) */
   background-position: 250px;  /*Posição da imagem do background*/
   width: 340px; /* Tamanho do select, maior que o tamanho da div "div-select" */
   height:40px; /* Altura do select, importante para que tenha a mesma altura em todo os navegadores */
   border: 0px;
   outline: 0px;
   font-size: 1.4em;
   font-weight: 100;
   text-align: left;
   letter-spacing: 1px;
   color: #999;
   box-shadow: none;
   
}



/*Static version*/


/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.intro_msg_warning{
  font-size: 0.8em;
  margin-top: -10px;
}

/* Tables Cluster Tab */

#content-wrap-table {
  margin-top: 10px;
  text-align:center;
  display: flex;

}

.content-wrap-col1{
    margin-top: 20px;
    width:100%;
    float: left;
    

}

.content-wrap-col2{
  margin-top: 20px;
    width: 49%;
    float: right;
    border-left: 1px solid;

}


#svg-map path { fill:#0094d9 }
#svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
#svg-map a{ text-decoration:none }
#svg-map a:hover { cursor:pointer; text-decoration:none }
#svg-map a:hover path{ fill:#003399 !important }
#svg-map .circle { fill:#66ccff }
#svg-map a:hover .circle { fill:#003399 !important; cursor:pointer }


#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
  width: 100%;
  display: flex;
}


#row_selected{
  position: relative;
  text-align: center;
  
}

#row_selected h3 {
  font-size: 1.2em;
  font-weight: 100;
  text-align: left;
  letter-spacing: -1px;
  color: #999;
  margin-top: -10px;
  margin-bottom: -2px;
}

#state_name_statistic{
	
  font-size: 1.4em;
  font-weight: 100;
  text-align: left;
  letter-spacing: -2px;
  color: #999;
  margin-top: 10px;
  border-bottom: 1px solid;
}


#state_name{
	
  font-size: 1.4em;
  font-weight: 100;
  text-align: left;
  letter-spacing: -1px;
  color: #999;
  margin-top: 10px;
  border-bottom: 1px solid;
}

#button_brazil {
  border: none;
  color: white;
  padding: 8px 10px;
  text-align: center;
  text-decoration: none;
  display: inline;
  font-size: 16px;
  cursor: pointer;
  background-color: rgb(119, 120, 126);
  
  
}

#button_brazil:focus{
  background-color: #0094d9;

} 

.select_brazil{
  position: absolute; 
  text-align: center;
  display: inline-block;
  right: 2em;
  top: 2em;
  
}

h4{
  margin: auto;
}
