body {
  background-color: #182361
}

/* Banner */
#topbanner {
  margin-top: 8px;
  height: 80px;
  background-color: #676E97;
  color: #FFFFFF;
  font-size: 1.17em; 
  font-weight: bold;
}

#topbanner_content {
  min-width: 60%;
  font-size: 0.9em;
  margin-right: 20px;
}

.logo-topleft {
  display: inline-block; 
  vertical-align: middle; 
  height: 80px;
  margin-left: 20px;
  margin-top: 10px; 
}

.logo-topright {
  display: inline-block; 
  vertical-align: middle;  
  width: 200px;
  margin-right: 10px;
  margin-top: 30px; 
}

.banner{
  color: #e8e8e8;
  font-size-adjust: calc(50%) !important;
}

.listItemBadge  {
   margin-left: 1.3em;
}

/* Content columns */
.column-left {
  min-width: 245px;
  
}

.column-first .left-filter-container {
  margin-top: 8px;
}
 
.column-right .right-filter-container {
  margin-top: 10px;
}

.column-center {
   max-width: 80vw;
}

.column-right {
  min-width: 245px;
   margin-top: 88px;
}

/* App content */
#_dash-app-content {
  min-height: 90vh;
}

/* #tab1 .tab-content,
#tab3 .tab-content {
   max-height: 75vh;   
} */

.col-xs-6.col-sm-6.col-md-6.col-lg-6.col-xl-4.col-xxl-4.pt-2 {
  padding-right:0em;
  padding-left:0em;
}  

.tab-content {
  background-color: #FFF;
}

.title-text-area{
  background-color: #ffffff57;
  border-radius: 2px;
  font-family: Open Sans
}

.sankey-drop { 
  margin-top: 10px;
}

#tab1 .dash-graph,
#tab1 .plot-container.plotly { 
   display: block; 
   min-height:29vh !important;
   max-height:29vh !important;
}

#tab2 .dash-graph,
#tab2 .plot-container.plotly { 
   display: block; 
   min-height:66.5vh !important;
   max-height:66.5vh !important;
}

#tab3 .dash-graph,
#tab3 .plot-container.plotly { 
   display: block; 
   min-height:29vh !important;
   max-height:29vh !important;
}

#tab4 .dash-graph,
#tab4 .plot-container.plotly,
#tab4 .js-plotly-plot,
.user-select-none.svg-container { 
   display: block; 
   min-height:66.5vh !important;
   max-height:66.5vh !important;
}

.row>* { 
  padding-right: calc(var(--bs-gutter-x) * .2);
  padding-left: calc(var(--bs-gutter-x) * .2);
  margin-top: var(--bs-gutter-y);
  margin-bottom: var(--bs-gutter-y);
}

.sankey-drop .Select-control {
    float: none !important;
    margin-top: 0 !important;
}

.sankey .link:hover {
  fill-opacity: 1 !important;
}

.Select-value {
  border-top: 2px solid #2684ff;
  cursor: pointer;
  text-align: center;
}

.Select-value-label {
  text-align: center;
  font-size: 14px;
}

/* Filters */
.accordion-button {
  padding-top: 4px; 
  padding-bottom: 5px;
  padding-left: 5px;
}

.right-margin {
  margin-top: 85px;
}

.nav-link {
    margin-top: 2px;
    margin-bottom: 2px; 
}

.accordion-button:not(.collapsed) {
  box-shadow: unset;
  color: unset;
} 

.dash-dropdown{
  width:15vw;
} 

.accordion-button:focus {
  border: unset;
}

input[type='checkbox'] {
  margin-right: 5px
}

/* Fonts */
h1 { 
  font-weight: bold;
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
}
 
label { 
  font-size: 12px
}

/* Tabs */
/* Remove comments if layout is finalized */
/* .nav-tabs {
  margin-bottom: 5px;
  background-color: #e7f1ff;
  color:black;
}

.nav-pills, .nav-link { 
  border-radius: unset;
  color:white;
}

.nav-pills, .nav-pills .show>.nav-link .active.nav-link,.nav-link.active {
  color: black !important;
  font-weight: 500;
  background-color: #e7f1ff;
  border-top:2px solid #e36209 !important;
  margin-top: 0px;
  border-radius: unset;
}

.tabs-container .dash-tab {  
  height: 40px;
  line-height: 0px;
  border-radius: 4px;
}

.tabs-container .dash-tab-selected {
  background-color: white;
  border-bottom: 3px solid #e36209 !important
} */

.tabs-container .dash-tab {  
  height: 40px;
  line-height: 0px;
  border-radius: 4px;
}

.tabs-container .dash-tab-selected {
  background-color: white;
  border-top: 3px solid #e36209 !important
}

.nav-tabs .nav-link {
  border-radius: unset;
  color: #FFFFFF;
}

