.highlight {
    stroke: #ff38c0;
    stroke-width: .8px;
}

.highlight2 {
    stroke: #fff200;
    stroke-width: 2.2px;
}

.highlight__fill {
    fill: #ff38c0;
}

p.main {
	font-family: Helvetica, sans-serif; font-size: 12px; line-height: 7px;
}

.main {
	font-family: Helvetica, sans-serif; font-size: 12px;
	padding: 5px 25px 5px 25px;
	margin-left: auto;
	margin-right: auto;
}

.filter {
	font-family: Helvetica, sans-serif; font-size: 12px;
	padding: 5px 5px 45px 5px;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
	float: left;
}

#navWrap {
	background-color: #FFFFFF;
	height: 20px;
	z-index:100;
}

#nav {
	background-color: #FFFFFF;
	padding: 5px;
	z-index:100;
}

#nav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


.ChartArea {
	font-family: Helvetica, sans-serif; font-size: 12px; line-height: 16px;
	padding: 5px 25px 5px 25px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.Chart {
	margin-left: auto;
	margin-right: auto;
	border: 2px;
	width: 48%;
	height: 45%;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.ChartAllocate {
	margin-left: auto;
	margin-right: auto;
	border: 2px;
	width: 48%;
	height: 45%;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #e0eff6;
	border-style: solid;
	border-width: 2px;
	border-color: #26a0e1;
}

.ChartExp {
	margin-left: auto;
	margin-right: auto;
	border: 2px;
	width: 48%;
	height: 45%;
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #ebf4f1;
	border-style: solid;
	border-width: 2px;
	border-color: #38b686;
}


.Map {
	margin: auto;
	width: 80%;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

.scrollable {
	background-color: #FFFFFF;
	width: 30%;
}

.Details {
	clear: both;
	font-family: Helvetica, sans-serif; font-size: 12px; line-height: 16px;
	width: 100%;
	padding: 5px 25px 5px 25px;
}

.info {
	height: 3%;
	width: 3%;
        position: relative;
        top: -11px;
        right: -9px;
	padding: -10,0,0,0;
	float: right;
        z-index: 10;
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;}
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:relative;top:30px;border:0;left:-12px;}

a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

h3.progamAreaHdrAlloc {
    color: #26a0e1;
    text-transform: none;
    padding-bottom: 15px;
    border-bottom: #26a0e1 solid;
}

h3.progamAreaHdrExpend {
    color: #38b686;
    text-transform: none;
    padding-bottom: 15px;
    border-bottom: #38b686 solid;
}

.space {
	padding-top: inherit;
}

.styled option {
	width: 400px;
}

.group-2.aligned {
	margin-top: 3px;
}

.heading {
	margin: 20px 20px -20px 20px;
}

.c3.pie-chart {
	margin-bottom: 15px;
	padding-top: 10px;
}

.mini-circle {
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.Details > .ChartAllocate {
    min-height: 500px;
}

.ChartArea > .ChartAllocate,
.ChartArea > .ChartExp {
		margin-bottom: 20px;
}

tr.is-even:nth-child(n) td {
	background: white;
}

tr.is-odd:nth-child(n) td {
	background: #f4f3f2;
}
