/* ===== Grid Header =====*/

.bootstrap-grid .ui-widget-header {
	background: #eee;
	border-color: #ddd;
	color: #505050;
}

.bootstrap-grid .ui-widget-header .dataTables_length,
.bootstrap-grid .ui-widget-header .dataTables_filter {
	padding-top: 5px;
	padding-left: 5px;
}

.bootstrap-grid .ui-widget-header .dataTables_length label,
.bootstrap-grid .ui-widget-header .dataTables_filter label {
	font-weight: normal;
}

.bootstrap-grid .ui-widget-header select,
.bootstrap-grid .ui-widget-header input {
	padding: 2px 2px;
	margin: 0 2px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	height: 34px;
	border: 1px solid #ccc;
}

.bootstrap-grid .ui-widget-header select:focus,
.bootstrap-grid .ui-widget-header input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.bootstrap-grid .ui-widget-header .dataTables_paginate {
	margin-top: 7px;
}

.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button {
	padding: 6px 12px;
	background: white;
}

.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button:not(.ui-state-disabled) {
	background: #006699;
	border-color: #217B97;
}

.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button:not(.ui-state-disabled):hover {
	background: #0047b2;
	border-color: #1A6075;
}

.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button.ui-corner-left,
.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button.ui-corner-left:hover {
	border-right-color: #ccc;
}

.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button.ui-corner-right,
.bootstrap-grid .ui-widget-header .dataTables_paginate .ui-button.ui-corner-right:hover {
	border-left-color: #ccc;
}

.bootstrap-grid .ui-widget-header .dataTables_info {
	margin-top: 8px;
	margin-bottom: 12px;
	padding-left: 5px;
}

/* ===== Data Grid ===== */

.bootstrap-grid .dataTable > thead > tr > th {
	background: none;
	color: #505050;
	background-image: none;
	border-width: 0 1px 2px;
	border-color: #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
}

.bootstrap-grid .dataTable > thead > tr > th .DataTables_sort_icon {
	margin-right: -10px;
}

.bootstrap-grid.bootstrap-grid-no-hover .dataTable > thead > tr > th {
	cursor: default;
}

.bootstrap-grid:not(.bootstrap-grid-no-hover) .dataTable > thead > tr > th:hover {
	color: #ffffff;
	text-decoration: none;
	background: #0047b2;
}

.bootstrap-grid .dataTable > tbody > tr.odd {
	background-color: #f5f5f5;
}

.bootstrap-grid .dataTable > tbody > tr > td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.bootstrap-grid .dataTable > tbody > tr > td {
	border-color: #ccc;
}

.bootstrap-grid.no-wrap .dataTable > tbody > tr > td {
	white-space: nowrap;
}

.bootstrap-grid .dataTable > tbody > tr.odd > td.sorting_1 {
	background-color: #B8E2F8;
}

.bootstrap-grid .dataTable  > tbody > tr.even  > td.sorting_1 {
	background-color: #d9edf7;
}