td
{
	padding : 0px !important;
}
html 
{
	box-sizing: border-box;
}
*, *:before, *:after 
{
	box-sizing: inherit;
}
.kpi-box
{
	height: 100px;
	width: 12.5em;
	background: #ff0000;
	padding: 0.5em;
	text-align: center;
	margin: 0 auto !important;
	text-align: center;
	margin: 1px !important;
	
}

.kt-subheader 
{
    margin-bottom: 0px;
}
.kpi-master-containter
{
	padding: 0em 2em 0em 2em;
	width: 100%;
	margin: 0 auto !important;
	text-align: center;
	position: relative;
	
	
}

.kpi-container
{
	overflow: auto;
	margin: 0 auto !important;
	text-align: center;
	position: relative;
	padding: .5em 0em .5em 0em !important;
	
}

.grid-route-header
{
	padding-bottom: 0px;
}

.kpi-blue
{
	background: #5579EB;
}

.kpi-pink
{
	background: #FD3879;
}

.kpi-green
{
	background: #1EC9B7;
}
.kpi-box-count
{
	text-align: center;
	font-size: 2.5em;
	color: white;
}
.kpi-box-text
{
	text-align: center;
	color: white;
}