.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}

.dataTables_wrapper table.dataTable, .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td	{
	border-top: none;
	border-bottom: none;
}

.dataTables_wrapper .dataTables_length {
	margin-bottom: 15px;
	margin-top: 10px;
	color: #28374a;
}

.dataTables_wrapper .dataTables_length select {
    background: #fff;
    width: 100px;
    height: 35px;
    border-color: #dfdfdf;
}

.dataTables_wrapper .dataTables_filter {
	margin-bottom: 15px;
	color: #28374a;
}

.dataTables_wrapper .dataTables_filter input {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	color: #939aa4;
}

.dataTables_wrapper table.dataTable, .dataTables_wrapper table.dataTable th, .dataTables_wrapper table.dataTable td {
	border-left: none;
	background: #edeff3;
	font-size: 12px;
	color: #17314b;
}

.dataTables_wrapper table.dataTable thead th {
	background-color: #edeff3;
	color: #28374a;
	text-align: center;
	padding: 20px 12px;
	border: none;
	border-bottom: 1px solid #d7d8da;
	text-transform: uppercase;
}

.dataTables_wrapper table.treetable thead th {
	text-align: right !important;
}


.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #fff;
}

.dataTables_wrapper table.dataTable {
	border: 1px solid #d7d8da;
}


.dataTables_wrapper .dataTables_paginate {
	border: none;
	margin: 10px 0 5px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: none;
	background-color: #224562;
	color: #fff !important;
	margin: 0 -2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #81DD9E;
	border: none;
	margin: 0;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #81DD9E !important;
	border: none;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #81DD9E;
	border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	background: none;
	color: #28374a !important;
}