.nav-text {
    vertical-align:middle;
    line-height: 2.4;
}
#mapsidebar {
  height: 100%;
  padding: 15px;
  background-color: #efefef !important;
  margin-top: 0px;
  overflow-x:hidden;
}
.barchart{
  height:100%;
  width: 99%;
}
#cardclick{
  color: #434343;
  margin: 0px 15px 0px 10px;
}
#Map-layers{
  display:none;
  margin-left: 0px;
  padding-left: 15px;
  padding-right:15px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 10px 5px #b7b7b7;
  -moz-box-shadow: 0 10px 5px #b7b7b7;
/*  box-shadow: 0 10px 5px #b7b7b7; */
  box-shadow: 0 4px 0 rgba(0,0,0,.1);
  padding-bottom: 10px;
}
#MapButtons, #MapButtons-title {
  display:none;
  margin-left: 5px;
  padding-left: 15px;
}
#MapButtons{
  margin-bottom: 45px;
}
#mapcard{
  background-color: rgb(16,44,71);
  border-color: rgb(16,44,71);
  color: #ffffff;
  display:none; 
  margin-left: 5px;
  padding-left: 15px;
  margin-bottom: 5px;
  margin-right: 6px;
  font-size: 16px;
}
#mapchart-main, #mapchart2-main {
  overflow: hidden;
}
#mapdata-main, #mapdata2-main {
  overflow: hidden;
  width:100%;
}
#mapchart-btn {
  border-radius: 3px;
  margin-left: 5px;
}
#location_info{
  margin-left: 5px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}
#odometer-panel{
border-radius: .3rem;
background-color: #313644;
}
#odometer-title{
  color: #fff;
  text-align: center;
  font-style: italic;
}
.odometer {
  display:none;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

#tractinfo_panel{
  background-color:#EFEFEF;
  display:none; 
  margin: 0px 15px 10px 20px;
  height:300px;
  border:0px;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.0);
  padding-right: 15px;
}
.universe-callout {
  margin: 0px 15px 10px 10px;
  padding: 10px;
  border-radius: .3rem;
  border: 1px solid #cacaca;
  background-color: #fff;
  color: #1a2a2a;
  display:none;
}
.location-list {
    color: #fefefe;
    background-color: #313644;
    margin: 0px 0px 10px -20px;
    padding: 1rem 1.25rem .5rem;
}
a.location-list-link:hover,a.location-list-link:focus {
    color: #ffa600 !important;
}
.location-list-link{
 color:#ADD8E6; 
}
.data-info {
color: black;
margin: 5px 0px 5px 15px;
font-size: 14px;
color: rgb(102, 102, 102);
}
.data-info2 {
color: black;
margin: 5px 0px 15px 15px;
font-size: 14px;
color: rgb(102, 102, 102);
box-shadow: 0 4px 0 rgba(0,0,0,.1);
}
#data-info2-chart {
margin: 15px 0px 15px 15px;
}
#ipd-barchart{
  width:400px;
}
.ipd-stat{
  font-size: 24px;
}
.ipd-stat-moe{
  font-size: 12px;
  top: -.5em;
  float:right;
}
.ipd-stat-footer{
  font-size: 80%;
}
.ipd-stat-score{
  margin-top:1em;
  font-size: 13px;
  text-align: center;
  font-style: italic;
}
.ipd-stat-score>div{
  border-radius: .3rem;
  height: 1em;
}
.indicator-callout {
  position: relative;
  margin: 0 0 1rem;
  margin-bottom: 1rem;
  padding: .625rem;
  border-radius: .3rem;
  border: 1px solid #cacaca;
  background-color: #fff;
  color: #1a2a2a;
}
.ipd-chart-info{
  font-size: 14px;
  margin: 0px 15px 10px 15px;
}
.cat-desc {
}
.leaflet-top {
    margin-top: 5px;
}
#legendBox {
    position: absolute;
    bottom: 33px;
    left: 5px;
    z-index: 1001;
    padding: 8px;
    background: rgba(220, 220, 220, 0.95);
}
.map-legend {
    padding: 0px 0px;
    line-height: 1;
    border: 1px solid #fff;
    outline: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 200px;
    padding-right: 1px;
}
#legend-title-content{
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin: 5px 0 0;
}
#legend-definition {
    float: right;
    color: #848181;
    cursor:pointer; 
    font-size: 12px;
}
#legend-icon {
    line-height: 27px;
    padding-left: 5px;
    color: transparent;
    font-weight: 600;
}
#legend-icon:hover {
    color: transparent;
}
.legend-top {
    border-bottom: 1px solid #C3C2C2;
    margin-top: -27px;
    padding-bottom: 7px;
}
.legend-body { 
    padding-top: 7px;
    font-size:.9em
}
.legend-bottom {
    height: 5px;
}
#legend-content {
    margin-left: 10px;
}
.legend-row {
  display:inline;
}
.legend-item-box{
  display:inline-block;
  height: 15px;
  width: 15px;
  border-radius: 5px;
}
.legend-item-text{
  display:inline-block;
  font-size: 14px;
  margin: 5px 10px;
}
#ipd-f{
  background-color: #6e6e6e;
  opacity: .3;
}
#ipd-e{
  background-color: #253494;
}
#ipd-d{
  background-color: #2c7fb8;
}
#ipd-c{
  background-color: #41b6c4;
}
#ipd-b{
  background-color: #a1dab4;
}
#ipd-a{
  background-color: #ffffcc;
}
#datadisclaimer{
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color:#b0b0b0;
  padding-bottom: 10px;
}
#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.leaflet-control-view-center { 
  background-image: url('img/region.png');
    width: 26px;
    height: 26px;
    -webkit-transition: width .175s ease-in;
  -moz-transition: width .175s ease-in;
  -ms-transition: width .175s ease-in;
  -o-transition: width .175s ease-in;
  transition: width .175s ease-in;
  }
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;       /* let the content decide it  */
} /* bootstrap hack end */
.badge .partner-val {
    background: transparent none repeat scroll 0px 0px;
    color: #312867;
    font-weight: 800;
    padding: 3px 0px;
}
a.detaileddata{
  float:right; 
  display:inline-block;
}
.legicon {
    width: 35px;
    height: 31px;
    border-right: 1px solid rgb(228, 228, 228);
    text-align: center;
    line-height: 31px;
    float: left;
    font-weight: bold;
    font-size: 1.2em;
    opacity: 0.7;
}

.truckinfo {
    color: #894B9E;
}
.img-legend {
    height: 30px;
    width: 30px;
}

.tooltip-IPD-info {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tooltip-IPD-info .tooltip-IPD-info-text {
    visibility: hidden;
    width: 200px;
    background-color: #434343;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: -5px;
    left: 105%;
    font-size: 12px;
}

.tooltip-IPD-info .tooltip-IPD-info-text::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #434343 transparent transparent;
}

.tooltip-IPD-info:hover .tooltip-IPD-info-text {
    visibility: visible;
}

.tooltip_info-inner {
    background-color: #fc0c44;
    color: #434343;
}


#sup-info-icon {
  vertical-align: super;
  font-size: smaller;  
  cursor: pointer; 
}

.searchico{
width:18px; height:18px;
margin-right:8px;
}

.tooltip-IPD-info-top {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.tooltip-IPD-info-top .tooltip-IPD-info-top-text {
    visibility: hidden;
    width: 200px;
    background-color: #434343;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
}

.tooltip-IPD-info-top .tooltip-IPD-info-top-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #434343 transparent transparent transparent;
}

.tooltip-IPD-info-top:hover .tooltip-IPD-info-top-text {
    visibility: visible;
}

.ipd-indicator-tract{
  color:#582267;
  text-shadow: 0 0.025em #582267, 0 -0.025em #582267, 0.02em 0 #333, -0.02em 0 #582267;
}
.ipd-indicator-tract:hover{
  color: #ffa600;
}
