.js-plotly-plot .plotly .modebar {
  padding-top: 5%;
  margin-right: 3.5%;
}

body {
  background-color: #ffffff;
  margin: 1% 2% 2% 2%;
}

/* .two.columns {
  width: 16.25%;
}

.column,
.columns {
  margin-left: 0.5%;
} */

#mainContainer {
  display: flex;
  flex-direction: column;
}

.banner {
  /* height: 5rem; */
  padding: 0rem 2rem 0rem 2rem;
  /* background-color: white; */
  width: 100%;
  /* display: flex;
  flex-direction: row;
  align-items: center; */
}

.banner Img {
  /* position: absolute; */
  float: right;
  height: 4rem;
  width: auto;
  margin-right: 1%;
}

#header {
  align-items: center;
}

#title {
  /* text-align: center; */
  padding: 0 22px 0 22px;
}


.detail_box_title{
  margin-left: 10px;
  margin-top: 30px;
  text-align: center;
}

.flex-display {
  display: flex;
  align-items: stretch;
}

.pretty_container {
  border-radius: 5px;
  background-color: #f9f9f9;
  margin: 10px;
  padding: 15px;
  position: relative;
  box-shadow: 2px 2px 2px lightgrey;
  flex: 1 1 auto;
}

#filters-div {
  height: 700px;
  /* max-height: 700px; */
  overflow-y: auto;
}

.bare_container {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.dcc_control {
  margin: 0;
  padding: 0;
  width: calc(100%-40px);
}

.control_label {
  margin: 0;
  padding: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: calc(100%-40px);
}

#filter-btn {
  margin-top: 10px;
  margin-left: 5px;
}

#div-bandi {
  margin-top: 2em;
}

#div-layers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}



.inline-selector {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-grow: 1;
  align-items: center;
  /* border: 1px solid #a2a2a2; */
}


.inline-drop {
  margin-right: 2em;
  flex: 1 1 auto; 
  min-width: 20rem; 
} 


#firm-columns {
  flex-grow: 2;
}

#tab-lista {
  margin-top: 1em;
}

.span-export {
  margin-right: 1em;
  min-width: 7rem;
}

#div-export {
  margin-top: 3em;
  padding-top:1em;
  /* border-top: 1px solid #a2a2a2; */
}

#formato-export {
  margin-right: 1em;
}

.rc-slider {
  margin-left: 0px;
  padding-left: 0px;
}



.graph-div {
  display: flex;
  flex-direction: column;
  /* justify-content: center; 
  align-items: center;  */
} 

#map {
  height: 95%;
  min-height: 500px;
}

#dprdi-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}




/* @media (max-width: 800px) {
  #div-layers {
    display: block !important;
  }

  .inline-drop {
    width: 70vw; 
  } 
} */