.dataTable td {
	line-height: 32px !important;
}

.dataTable td i.fa {
	font-size: 16px;
	height: 28px;
	width: 28px;
	line-height: 16px;
	/*background-color: #7b7d82 !important;*/
	background-color: #ffffff !important;
	padding: 6px;
	/*color: #fff;*/
	color: #228AC7;
	border-radius: 28px;
	display: block;
	float: left;
	margin: 2px 5px 2px 0;
	text-align: center;
}

.dataTable td i.fa:hover {
	background-color:  #228AC7 !important;
	color: #fff;
}

.dataTable tr.filters {
	background-color: #E8ECF7 !important;
}

.dataTable tr.filters th {
	border-bottom: 0;
}

.dataTable .table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #E8ECF7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: none !important;
	padding: 0 !important;
	border-color: #ddd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.active {
	color: white !important;
	background-color: #1F7CB3 !important;
	border-color: #ddd !important;
}

.tab-content .grid-body {
	padding-top: 20px !important;
}

.typeahead.dropdown-menu {
	max-height:250px;overflow-y:scroll;
}