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

body {
  background-color: #ffffff;
  margin: 0 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; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px 0 22px;
}

.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: 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: 800px;
  /* 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;
  align-items: flex-start;
  width: 100%;
  /* border: 1px solid #a2a2a2; */
}

.inline-label {
  margin-right: 1em;
  flex: 1 1 auto;
}

.inline-drop {
  flex: 4 1 auto; 
} 


/* .inline-selector {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
} */

#numero-risultati {
  margin-top: 2rem;
}


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

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



#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;
}



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

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

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


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

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

#plot-size-legend {
  margin-left: 1rem;
  font-size: small;
}

.tab {
  /* border-left: 2px solid #a0a0a0; */
  color: #303030;
  padding: 5px 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: large;
  display: inline-block;
}

.tab.first {
  border-left-style: none;
}

.tab:hover {
  color: #6b6b6b;
  border-bottom: 2px solid #6b6b6b;
  text-decoration: none;
}

.tab.active {
  color: #DD0000;
  border-bottom: 2px solid #DD0000;
}


.iscritti-filters {
  margin: 0 10px 10px 10px;
  display: flex;
  width: 100%;
}

.iscritti-filters > div {
  /* flex: 1 1 auto; */
  min-width: 20%;
  padding: 0 10px 0 30px;
}

#iscritti-div-dropdown-sede {
  /* flex: 2 1 auto; */
  min-width: 30%;
}

#iscritti-numero {
  margin: 0 20px 0 20px;
}

#iscritti-map {
  height: 600px;
}

.iscritti-graph-div {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#iscritti-numero, #iscritti-numero-filtro-area {
  font-weight: bold;
}