/* ---------- COST MAPPER -------------- */
#treemapDiv {
    background-color: #fff;
    margin-bottom: 15px;
}
svg {
    overflow: hidden;
}
.label {
    text-anchor: middle;
    font-weight:bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
}
g.cell.parent{
    stroke-width: 3;
}
#costMapperTooltip {
    margin: 8px;
    padding: 8px;
    color: #000000;
    border: 1px solid #333;
    background-color: #ffffff;
    position: absolute;
    min-width: 150px;
    z-index: 200;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(48,48,48,0.6);
    -moz-box-shadow: 3px 3px 5px 0px rgba(48,48,48,0.6);
    box-shadow: 3px 3px 5px 0px rgba(48,48,48,0.6);
}
.imageLoader {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#treemapFooter {
	margin-top: 10px;
    height: 40px;
}
#costMapLegend {
    float: right;
}
/*----------------------- Advance View section ----------------------*/
.advanceViewChart {
    height:200px;
}
/*----------------------- Site Details section ----------------------*/
#siteDetailsSelect {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#siteDetialsImage {
    float: left;
}
#siteDetailsDiv {
    float: left;
    margin-left: 20px;
}
#utilityTable {
    width: 100%;
    float:left;
}
#utilityTable table.table{
    margin-top: 0;
}
#siteDetailsPieContainer {
    float: left;
    width: 100%;
}
/*----------------------- Tariffs  ----------------------*/
.greenTariff {
	color: #00FF00;
}
.redTariff  {
	color: #FF0000;
}

/*----------------------- Export Data  ----------------------*/
#exportDataTreeContainer {
	overflow-x: hidden;
}
/*----------------------- Data Overview ----------------------*/
.compValue {
	color: #888;
}
/*----------------------- Summary ----------------------*/
.summaryMetric {
	float: left;
	margin: 10px;
	min-width: 100px;
	text-align: center;
}
.summaryMetric img{
	height: 60px;
	margin-bottom: 5px;
}
.increase {
	color: red;
}
.decrease {
	color: green;
}