﻿
.valign {
	vertical-align: middle;
	background: red;
	display: table-cell;
}

.rowdata {
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

body {
	font-size: small;
	line-height: normal;
}

.fixed {
	position: fixed;
	top: 0;
	right: 5px;
	margin-right: 40px;
}

.ellipsis {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}
.highlightRed
 {
	background-color:red;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.btn {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}