// 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;
}

.filter-right-generic {
			display:block; 
			height: 28px !important; 
			width: 25px !important; 
			border-radius:10px 0 0 10px; 
			background:rgba(0,0,0,0.3); 
			color:rgba(255,255,255,0.5); 
			float:right; font-size: 14px; 
			margin: 0 -5px -25px -28px; 
			padding: 5px; 
			visibility:hidden;
			margin-top: -22px;
		}
.kpi-box:hover .filter-right-generic, .filter-right-generic.active {visibility:visible !important;}

.filter-right-generic.active {box-shadow: 0 1px 0 1px rgba(255,255,255,0.2); color:rgba(255,255,255,0.9) !important;}