


.imk-badge-fabri-sancho {
	color:				rgba(8, 141, 209, 0.99) !important;
	background-color:	rgba(8, 141, 209, 0.09) !important;
	border-color: 		rgba(8, 141, 209, 0.16) !important;
}



.imk-badge-pendiente {
	color:				rgba(245, 73, 24, 0.99) !important;
	background-color:	rgba(245, 73, 24, 0.09) !important;
	border-color: 		rgba(245, 73, 24, 0.16) !important;
}

.imk-badge-en-curso {
	color:				rgba(191, 172, 0, 0.99) !important;
	background-color:	rgba(191, 172, 0, 0.09) !important;
	border-color: 		rgba(191, 172, 0, 0.16) !important;
}



.imk-badge-finalizada {
	color:				rgba(33, 143, 7, 0.99) !important;
	background-color:	rgba(33, 143, 7, 0.09) !important;
	border-color: 		rgba(33, 143, 7, 0.16) !important;
	
}


.imk-badge-horas {
	color:				rgba(219, 80, 70, 0.99) !important;
	background-color:	rgba(219, 80, 70, 0.09) !important;
	border-color: 		rgba(219, 80, 70, 0.16) !important;
}
.imk-badge-facturable {
	color:				rgba(163, 43, 34, 0.99) !important;
	background-color:	rgba(163, 43, 34, 0.09) !important;
	border-color: 		rgba(163, 43, 34, 0.16) !important;
}

.imk-badge-red {
	color:				rgba(255, 00, 00, 0.99) !important;
	background-color:	rgba(255, 00, 00, 0.09) !important;
	border-color: 		rgba(255, 00, 00, 0.16) !important;
}
.imk-badge-yellow {
	color:				rgba(196, 193, 0, 0.99) !important;
	background-color:	rgba(196, 193, 0, 0.09) !important;
	border-color: 		rgba(196, 193, 0, 0.16) !important;
}
.imk-badge-green {
	color:				rgba(41, 209, 19, 0.99) !important;
	background-color:	rgba(41, 209, 19, 0.09) !important;
	border-color: 		rgba(41, 209, 19, 0.16) !important;
}


.imk-grid-row-type-dirty {
	background-image: repeating-linear-gradient(
		135deg,
		transparent,
		transparent 4px,
		rgba(255, 0, 0, 0.02) 4px,
		rgba(255, 0, 0, 0.02) 6px
	) !important;
	background-color: transparent !important;
}



