#mapsidebar {
    height: 100%;
    padding: 15px;
    overflow: auto;
    background-color: #efefef !important;
    margin-top: 30px;
}
.barchart{
  height:100%;
  width: 99%;
}
#cardclick{
text-align: center;
font-style: italic;
color: #b0b0b0;
margin: 0px 10px 0px 10px;
}
#MapButtons, #MapButtons-title {
  display:none;
  margin-left: 5px;
  padding-left: 15px;
  margin-bottom: 5px;
}
#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%;
}
.data-info {
color: black;
margin: 5px 0px 5px 15px;
font-size: 14px;
color: rgb(102, 102, 102);
}
.data-info2 {
color: black;
margin: 15px 0px 15px 15px;
font-size: 12px;
color: rgb(102, 102, 102);
}
#stationinfo_all{
  margin-left: 5px;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 16px;
}
#card-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}
#cardbikepanel{
  border-color: #046f9e;
  background-color:#EFEFEF;
  display:none; 
  margin-left: 5px;
}
#cardbike{
  background-color:#EFEFEF;
  border-color: #046f9e;
  padding-bottom: 15px;
  border-bottom: 0px transparent;
  margin-bottom: 0px;
  color: #808080;
}
#cardpedpanel{
  border-color: #046f9e;
  background-color:#EFEFEF;
  display:none; 
  margin-left: 5px;
}
#cardped{
  background-color:#EFEFEF;
  border-color: #046f9e;
  padding-bottom: 15px;
  border-bottom: 0px transparent;
  margin-bottom: 0px;
  color: #808080;
}
.cat-desc {
}
.leaflet-top {
    margin-top: 35px;
}
#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: 360px;
    padding-right: 1px;
}
.map-legend p {
    margin: 5px 10px 0 5px;
}
#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;
    padding-left: 20px;
}
.legend-body { 
    padding-top: 7px;
    font-size:.9em
}
.legend-bottom {
    height: 5px;
}
#legend-content {
    margin-left: 10px;
}
#legend-row {
  height:25px;

}
.nav-text {
    vertical-align:middle;
    line-height: 2.4;
}
.ct-existing {
  color: #124A62;
  font-size: 19px;
  display:inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.ct-inprogress{
  color:#1C7AA0;
  font-size: 15px;
display:inline-block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;

}
.ct-planned{
  color:#28AAE1;
display:inline-block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
.other{
  color:#fc8d59;
display:inline-block;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
}
#datadisclaimer{
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color:#b0b0b0;
  padding-bottom: 10px;
}
#info-icon {
    color: #aaa8a8;
    margin-right:5px;
    cursor: pointer;
}
#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-y: 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;
}

.tooltipinfo {display:none}

.tooltipinfo {left:30px}

.tooltipinfo {padding-left:30px}

.tooltipinfo-trigger:hover .tooltipinfo {opacity:.85;visibility:visible}

.tooltipinfo:after {content:'';position:absolute;top:50%;left:100%;margin-top:-8px;width:0;height:0;border-left:8px solid #fff;border-top:8px solid transparent;border-bottom:8px solid transparent}

.tooltipinfo {position:absolute;left:-15px;top:15px;max-width:300px;color:#092738;background:#fff;padding:15px;z-index:200;opacity:0;visibility:hidden;font-size:0.9em;font-weight:normal;-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);box-shadow:0 0 20px rgba(0,0,0,0.2);-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-moz-border-radius:5px;-webkit-border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transform:translate(-100%,-50%);-moz-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);-webkit-transform:translate(-100%,-50%);-moz-transform:translate(-100%,-50%);-o-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%)}

.tooltipinfo.large {max-width:400px}

.tooltipinfo {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltipcp .tooltiptextcp {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipcp:hover .tooltiptextcp {
    visibility: visible;
}

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