.kpiDashboard{}
.kpiDashboard .kpiDashlet{width:100%; margin-bottom:25px;}

.kpiDashboard .kpiDashlet .kpiDashletTitle{
    padding: 5px;
}

.kpiDashboard .kpiDashlet{
	page-break-before:always;
}

.kpiDashboard .kpiDashlet:first-child{
	page-break-before: avoid;
}

.kpiDashboard .goal{
	text-align: center;
}

.kpiDashboard .kpiMetric{display:inline-block;width: 300px;text-align: center;height:365px;margin: 10px 10px 0 0;padding: 0;background-color:#fff;overflow: hidden;position:relative;border: solid 1px #ddd;font-family: Roboto;}
.kpiDashboard .kpiMetric .kpiMetricTitle{color: #555;display: table-cell;width: 195px;height: 48px;padding-right: 4px;font-size: 14px;vertical-align: top;}

.kpiComparisonCompare span.good,.kpiComparisonCompare span.good .fa {
    color: #81BD41;
    font-weight: 500;
}

.kpiComparisonCompare span.bad,.kpiComparisonCompare span.bad .fa {
    color: #c14d4d;
    font-weight: 500;
}

.kpiComparisonCompare {
    font-size: 14px;
}

.kpiValues {
	font-size: 18px;
	font-weight: 400;
	font-family: Roboto;
	text-align: center;
	border-radius: 16px;
	padding: 5px 12px;
	margin-bottom: 20px;
	display: inline-block;
	margin: 0 auto;
	min-width: 180px;
	width: 180px;
}

.kpiComparisonValue {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.kpiMetricFooter{
	width:100%;
	position:absolute;
	bottom:0;
	padding:3px;
}

.kpiComparisons {
	display: table;
	width: 100%;
	text-align: center;
	font-size: 12px;
	/* height: 320px; */
	text-transform: uppercase;
	border-top: solid 2px #333;
}

.kpiComparison {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
}

.kpiMetricHeader {
    width: 100%;
    display: table;
    margin-top: 12px;
    padding: 0 12px;
    min-height: 48px;
    text-align: left;
    margin-bottom: 10px;
}

.kpiComparisonTitle{
	font-size:10px;
	color:#333;
}
.kpiVisualization{
	height: 110px;
	overflow:hidden;
	margin-top:5px;
}
.kpiVisualization.kpibar{
	height: 80px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 10px;
}

.kpiMetricCompareHeader {
    display: table-cell;
    width: 75px;
    text-align: right;
    vertical-align: top;
}

.comparevaldashlet span {
    border-radius: 16px;
    color: #fff;
        font-size: 11px;
    text-align: center;
	display:block;
}
.comparevaldashlet span.good {background-color: #81BD41;}
.comparevaldashlet span.bad {background-color: #c14d4d;}	
.comparevaldashlet span i {margin-right: 5px;}	

.kpitbl .compareval span.good .fa {
    color: #81BD41;
}
.kpitbl .compareval span.bad .fa {
    color: #c14d4d;
}

.kpiperiodlegend {
    margin: 20px;
    width: 250px;
    float: right;
    border: solid 1px #999;
    background-color: #fff;	
}

.kpiperiodlegend table.kpitbl{
	background-color:#fff;
	min-width: 0;
	/* border-spacing:2px; */
	background-color: #f3f3f3;
}

.kpiperiodlegend .kpitbl td {
	line-height: .625rem;
	font-weight:400;
}
.kpitbl td {
	padding-left: 22px;
}

.kpitbl td .kpihint{
	margin-left:-16px;
	color: #008da7;
}


table.kpitbl.showLegend tr.even td:first-child,table.kpitbl.showLegend tr.odd td:first-child{
	border-width: 0 0 0 3px;
	border-style:solid;
}

table.kpitbl tr.fiscalGoal td{
	border-color: #5b5852;
}
table.kpitbl tr.calendarGoal td{
	border-color: #f3f3f3;
}

table.kpitbl { min-width: 870px; width:100%;border:0;margin:0; top: 105px;border-collapse:separate; border-spacing:1px;}
table.kpitbl thead th {background:#5b5852 !important; position:sticky; top: 0;color:#fff !important;font-weight:300;border-right:1px solid #7a7772 !important; }
table.kpitbl thead th:last-child { border-right-color:#5b5852 !important;}
table.kpitbl thead tr th, table.kpitbl thead tr td {padding:0.5rem 0.7rem 0.5rem 0.7rem;}
table.kpitbl tbody { border:1px solid #dddddd !important;border-top:none; }
table.kpitbl tr.even { background:#ffffff !important; }
table.kpitbl tr.odd { background:#f9f9f9 !important; }
table.kpitbl tr.headrow { background:#cfccc4 !important; }
table.kpitbl tr.headrow td { font-weight: 400; }
table.kpitbl td .goal-bar {/* float: left; */width: 100%;}
table.kpitbl td .goal {/* float: right; */line-height:25px;width: 100%;min-width: 3em;padding-left:3px;text-overflow: ellipsis;/* overflow: hidden; */}
table.kpitbl td .progress {margin:0px; padding:0px;}


.progress {background-color: #ddd !important; border: 1px solid #fff !important;}
.progress .meter {
	background-color: #008cba !important;
	height: 100%;
	display: block;	
}

table.kpitbl td a.squarebtn {border:1px solid #cfccc4; color:#00a4ef; font-size:16px; padding:8px 9px; background: white; display: inline-block; position: relative; transition:all 0.5s ease;}
table.kpitbl td a.squarebtn:hover { background: #ddd; }

@media only print {
	.kpiDashboard .kpiMetric{
		height: 345px;
	}
}

.filterbar .button.success:hover{
	color:#fff;
}
.filterbar .button.success{
	background-color:#43ac6a;
	color:#fff;
}


@media screen and (min-width: 80em){
	.dashdate {
	    width: 30em !important;
	}
}


.filterbar .dashdate select{
	width: auto;
}

@media screen and (min-width: 64em){
	.kpiDashboard,.kpitbl-container{
	    margin-left: 50px;
	}
}
