@charset "utf-8";
/* CSS Document */

table.dataTable tbody td{
	padding: 3px !important;
}
table.dataTable tbody tr td:first-child{
	padding: 3px 3px 3px 5px  !important;
}
table.dataTable thead th {
	border-bottom:1px solid #ccc;
}
table.dataTable thead td {
	border-bottom:1px solid #dedede;
}
table.dataTable thead th {
	padding: 7px 7px !important;
	line-height:15px;
}

table.dataTable {
	border: 1px solid #D9CFBD !important;
	padding:0px;
	border-collapse:collapse;
	width:100% !important;
	margin:0px;
}
table.dataTable th {
	padding-top:4px;
	padding-bottom:2px;
	padding-left:4px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	
}
table.dataTable tr {
	border-bottom: 1px solid #E8E2D7;
	}
table.dataTable tfoot tr {
	border-bottom: 0px solid #E8E2D7;
	}
/*table.dataTable tr:hover {
	border-bottom: 1px solid #CCCCCC;
	}*/
table.pointer tr:hover {
	cursor: pointer;
}
table.dataTable td {
	font-size: .9em;
	background-color: #ffffff;
	vertical-align: top;
	padding:2px;
	padding-left:4px;
}
table.dataTable a {
	color:black !important;
	text-decoration: none;
}
table.dataTable a:hover {
	color:#0E1CC9;
}

table.dataTable > tbody >  tr:nth-child(even) td {
	background-color: #fff;
}
table.dataTable > tbody > tr:nth-child(odd) td {
	background-color: #f0ebe5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding:2px .5em;
	margin-bottom:1px;
}
.dataTables_filter {
	padding:2px 2px 0 0;
}
div.dt-container .dt-input {
	padding: 2px;
	margin: 0px;
}

/*.dataTables_filter label {
	color:#FFF;
}*/
.dataTables_filter label input, .dataTables_length label select {
	font-size:11px;
	margin:2px;
}
.dataTables_filter input {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	padding-right: 2px!important;
	padding-left: 2px!important;
	background-color: #fff !important;
	font-size: 11px !important;
}
div.dt-container div.dt-layout-cell {
    padding: 1px 0px;
	text-align: left !important;
}
div.dt-start {
    padding-left: 1px !important;
}
div.dataTables_filter  {
	float: right;
	width: 275px;
}
.dt-type-date {
	text-align: left !important;
}
div.dt-search {
    padding: 3px 0px 0px 0px !important;
	font-size: 12px;
	margin: 2px 1px 1px 1px ;
	float: right;
}
div.dt-search input {
	font-size: 11px;
}
th.ui-state-default {
	border: none;
}
div.dt-paging {
	width: 430px;
	float: right;
	text-align: right;
}
div.dt-info {
	width: 370px;
	float: left;
}
table.dataTable thead th {
	font-weight: bold !important;
	background-color: #FFF;
	padding: 4px !important;
}
div.toolbar{
	font-size: 13px;
	font-weight: 700;
	font: Georgia, "Times New Roman", Times, serif;
	background-color: #E9E7C7;
	background-repeat: repeat-x;
	/*padding: 2px 8px 2px 3px !important;*/
    margin-left: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border: 0px solid #D9CFBD;
	border-bottom: 0px;
}
.toolbar input {
    margin-right: 2px !important;
    padding: 2px !important;
    background-color: #fff !important; 
    font-size: 11px;
    border: 1px solid #aaa;
    border-radius: 3px;
    margin-left: 3px;
}

table.dataTable tfoot th,table.dataTable tfoot td {
	padding:1px 2px;
	border-top:0px solid #111;}


div.dt-container.dt-empty-footer tbody>tr:last-child>* {
	border-bottom: 0px !important;
	}

nav {
	box-shadow:none !important; 
}

div.dt-container div.dt-layout-row {
	margin: 0 0;
}

div.dt-search label span {
	font-weight: normal !important;
}