td
{
	padding : 0px !important;
}
html 
{
	box-sizing: border-box;
}
*, *:before, *:after 
{
	box-sizing: inherit;
}
.kpi-box
{
	height: 100px;
	width: 170px;
	background: #ff0000;
	padding: 0.5em;
	text-align: center;
	margin: 0 auto !important;
	text-align: center;
	margin: 1px !important;
	
}
.kpiloader 
{
	width: 25px;
	float: right;
	position: relative;
	top: -5px;
    margin-bottom: -25px;
	
}



@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
	.kpi-box
	{
		width: 122px;
	}
	.kpi-box-text {
	    font-size: 12px;
	    margin-top: -12px;
	}
}
@media screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	.kpi-box
	{
		width: 104px !important;
	}
	.kpi-box-text {
	    font-size: 12px;
	    margin-top: -12px;
	}
}
.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;
}