/* Add here all your CSS customizations */
.dataTables_filter input {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/*
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
    width: 86% !important;
}
*/
div.dataTables_wrapper div.dataTables_filter label {
	float: right !important;
	margin-right: 51px;
/*	
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
*/
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover {
	color: #666;
}
.dataTables_paginate {
	padding-top: 8px;
}
.dt-buttons {
	margin-bottom: 12px;
	text-align: right;
}
.dt-button {
	border-radius: 4px;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.dt-button:hover {
	background-color: #eee;
}
.text-bold {
	font-weight: bold !important;
}
.link-black-50 {
	color: rgba(0, 0, 0, 0.5);
}
.link-black-50:hover {
	color: rgba(0, 153, 230, 1);
}