.leaflet-map {
    min-width: 300px;
    width: 100%;
    min-height: 375px;
    height: 100%;
}

#asset-chart-x {
    font-weight: bold;
    font-style: italic;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -10px;
    margin-bottom: 10px;
}

.asset-container {
    font-family: "Metric", sans-serif;
    width: 100%;
    border: 0px;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
}

.asset-controls {
    margin-bottom: 5px;
}

.valueInfo{
    font-style:italic;
    font-size: 10px;
}

#asset-map-legend {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .875em;
    padding: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    z-index: 999999999;
    width: 100px;
    height: 80px;
    background-color: #F5F5F5;
}
#asset-map-legend h4 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}
#asset-map-legend UL {
    margin: 0;
    padding: 0;
    list-style: none;
}

#asset-map-legend UL LI {
    margin: 0;
}

.asset-map-li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 1px 0 !important;
    width: 10px;
    height: 10px;
    border: 1px solid #D2D2D2;
}

.asset-map-container {
    float: left;
    position: relative;
    width: 73%;
    min-width: 300px;
    height: 100%;
}

.d3-charts-container {
    width: 100%;
    margin-top: 10px;
}

.slimScrollDiv {
    width: 100% !important;
}

#asset-explainer-scroll {
    height: 100% !important;
}

#asset-explainer-container {
    float: left;
    width: 25%;
    height: 400px;
    overflow: hidden;
    margin-right: 10px;
    border: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border-color: black;
    border-style: solid;
}

.axis text {
    font: 10px sans-serif;
}

.axis path, .axis line {
    fill: none;
    stroke: #000000;
    shape-rendering: crispEdges;
}

.bar {
    fill: steelblue;
    fill-opacity: .9;
}

.bar text {
    fill: black;
    width: 20px;
    height: 20px;
    fill-opacity: 1;
}

.bar-activated {
    fill: orange;
    fill-opacity: 1;
    stroke: #000000;
}

.bar-na {
    fill: grey !important;
}

.x.axis path {
    display: none;
}

#asset-source {
    margin-top: 5px;
    width: 100%;
    min-height: 50px;
    padding: 5px;
}

#asset-hover-tooltip {
    position: absolute;
    min-width: 300px;
    min-height: 75px;
    padding: 4px;
    font: 12px sans-serif;
    background: white;
    border: 1px;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    color: black;
    pointer-events: none;
    z-index: 999999999;
    display: none;
}

.asset-explainer {
    padding: 10px;
}

#tip-facilityName {
    width: 300px;
}

#hover-tip-facilityName {
    width: 300px;
}

.colorGreen {
    color: darkgreen;
}

.colorRed {
    color: red;
}

.colorBlue {
    color: blue;
}

.box {
    width: 5px;
    height: 5px;
}