.red {
	color: red !important;
}

.grey {
	color: grey!important;
}

.green {
	color: #00ff00!important;
}

.k-button .green .dms-function-command .k-primary .dms-control-input .dms-control dms-control-button{
	background-color: SeaGreen !important;
}


.cssTest {
	background-color: green !important;
}

.highlightRow {
	background: #fe6!important;
}

.highlightedRow td {
	background-color: #FF0000;
}

td.highlightedColumn {
	background-color: #FFEE66;
}

td.highlightedColumnRed {
	background-color: red;
}

.highlightControl {
	background-color: blue;
}

.smallIcon {
	font-size: 12px !important;
	vertical-align: super !important;
}



.dms-easy-edit .dms-column-editable:not(.k-header) {
    background-color: #e5eff4;
	border-style: solid solid solid solid!important;
	border-width: 1px 1px 1px 1px!important;
	border-color: darkblue darkblue darkblue darkblue!important;
}