.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em;
	padding: 5px 10px;
	border: 1px solid #dcdcdc;
}

textarea.form-control{
	min-height: 100px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #3472f7;
	color: #fff !important;
	border-color: #3472f7;
	min-width: 1.1em;
	padding: 0.3em 0.8em;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {

	background: #1e51bf;
	color: #fff !important;
}