// td
// {
// 	padding : 0px !important;
// }
html 
{
	box-sizing: border-box;
}
*, *:before, *:after 
{
	box-sizing: inherit;
}
.kpi-container
{
	display: flex;
  	flex-wrap: nowrap;
	
	text-align: center;
	position: relative;
	padding: .5em 0em .5em 0em !important;
}
.kpi-box
{	
	height: 120px;
	width: 180px;
	padding: 0.5em;
	text-align: center;
	margin: 5px !important;
	word-wrap: break-word;
	border-radius: 5px;
	
}
.kpi-box:hover
{
	cursor: pointer;
	filter: brightness(95%);
}
.kpiloader 
{
	width: 25px;
	float: right;
	position: relative;
	top: -5px;
    margin-bottom: -25px;
	
}
#kpiToggleIcons
{
	color: #74788d;
}
#kpiToggleIcons:hover{
	color: white;
}

// @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;	
}

.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: 3.5em;
	color: white;
	margin-bottom: 0;
	line-height: 1.35;
	margin: 5px;
	
}
.kpi-box-text
{
	text-align: center;
	font-size: 0.9em;
	color: white;
	padding: 0.5em;
}