.census-font {
  font-family:Helvetica, Arial, sans-serif !important;
  font-size: 90% !important;
  line-height: 1.4 !important;
}
.overflow-hidden {overflow:hidden;}

.custom-btn {
  width:19%;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 2px 2px 2px 2px;
}

.custom-dropdown {
  margin-bottom: 4px;
  white-space: normal;
}

.container-fluid {
  max-width: none;
  padding: .5rem .5rem .5rem .5rem;
}

.container-fluid a:hover, a:focus {
    background-color: transparent;
}
.pseo-style {
  background: transparent none;
  border: thin solid #6c757d;
}

.graphics {
  float: left;
  height: 3rem;
  width: 10rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
  text-align:center;
  padding: .4rem;
}

.header {
  height: 3rem;
  margin-left: 10.5rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
  padding: .4rem 1rem;
  overflow: hidden;
  display:flex;
}

.controlpanel {
  float: left;
  width: 10rem;
  height: 36rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
}

.chartcontainer {
  height: 36rem;
  margin-left: 10.5rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
}

.flags {
  float: left;
  width: 10rem;
  height: 3rem;
  border-radius: .25rem;
}

.options {
  min-height: 2.25rem;
  max-height: 14.25rem;
  margin-left: 10.5rem;
  margin-bottom: .5rem;
  border-radius: .25rem;
  overflow-y: scroll;
  display: none;
  padding-bottom: 2px;
}

.text-color {
  color: #205493;
  fill: #205493;
}

.text-color:visited {
  color: #205493;
  fill: #205493;
}

.icon-hover {
  color: #205493;
  fill: #205493;
}

.icon-hover:visited {
  color: #205493;
  fill: #205493;
}

.icon-hover:hover {
  color: #ffffff;
  text-decoration: none;
  fill: #ffffff;
}

.header i {
  color: #08519c;
  text-decoration: none;
}

.header-text{
  position: relative;
  text-decoration:none;
  white-space: nowrap;
  margin-top:5px;
}

.help-options {
  float:right;
  margin-left: auto;
  white-space: nowrap;
  margin-top: 2px;
}

.help-options a {
  padding-right: .15rem;
  padding-left: .15rem;
}

.font-bold {
  font-weight: bold;
}

#legend{
  height: 5rem;
}
.btnlabel{
  white-space:normal !important;
  word-wrap: break-word;
}

.smaller-font{
  font-size: 12px ! important;
}

.header-font{
  font-size: 140% ! important;
}

.large-icon {
  width:2.5em; 
  height:2.5em;
  position: relative;
}

.medium-icon {
  width: 2em;
  height: 2em;
  position: relative;
}

.button-icon {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  vertical-align: bottom;
}

.small-icon {
  width:1em; 
  height:1em;
  position: relative;
}

.icon-toggle-inactive {
  fill: #6c757d;
}

.icon-toggle-active {
  fill: #ffffff;
}

.btn-outline-secondary:hover .icon-toggle-inactive {
  fill: #ffffff;
}

.dropdown-menu .dropdown-item {
  text-decoration: none;
  color: #000000;
}

.dropdown-menu a:hover
{
  color: #fff;
  background-color: #6C757D;
  border-color: #fff;
}

.align-top {
  vertical-align: top;
}

.align-middle { 
  vertical-align: middle;
}

.tooltip {
  background: #6c757d;
  border: thin solid #6c757d;
  border-radius: .25rem;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  width: auto;
  color:#ffffff;
}

/*------------------------------------------
Relevant parts from the ancient census 
style template used on census.gov

Reapplied here to make sizes consistent
between github and census
--------------------------------------------*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 0;
}

#page-container {
  background-color: #fff;
  min-width: 853px;
  margin: 0;
  font-size: 80%;
}
