.odd.row_selected td, .even.row_selected td
{
    background: #375F7F;
    color: #FFF;
}

.odd.row_selected td:last-child, .even.row_selected td:last-child
{
    background: url(/images/datatable/forward_disabled.png) no-repeat center right #375F7F;
}

.display.dataTable th.sorting
{
    background: url(/images/datatable/sort_both.png) no-repeat scroll right center #95B6EF;
}

.display.dataTable thead tr th
{
    background: #95B6EF;
    border-right: 1px solid #FFF;
}

.display.dataTable tbody tr:hover
{
    background:#B5CCDF;
}

.display.dataTable th.sorting_asc
{
	background: url("/images/datatable/sort_asc.png") no-repeat scroll right center #5389DF;
	color: #FFF;
}

.display.dataTable th.sorting_desc
{
	background: url("/images/datatable/sort_desc.png") no-repeat scroll right center #5389DF;
	color: #FFF;
}

.display.dataTable th.sorting_asc_disabled
{
	background: url("/images/datatable/sort_asc_disabled.png") no-repeat scroll right #95B6EF;
}

.display.dataTable th.sorting_desc_disabled
{
	background: url("/images/datatable/sort_desc_disabled.png") no-repeat scroll right center #95B6EF;
}

.borderLinha
{
    border-left: 2px solid #CCC;
}

.paginate_active, .paginate_button.current
{
	font-weight: bold;
	background: #B5CCDF;
	padding: 3px;
	border-radius: 2px;
}

.rodapeTable
{
    clear: both;
	float:left;
	width:200px;
	margin-top:20px;
}

.rodapeTable button, #Novo
{
	float:left;
	margin:auto;
    width:96px;
	font-size: 0.6875em;
}

.paginate_active,.paginate_active:hover
{
    color:#000;
}

.paginate_button:hover
{
    color:#000;
}

.paginate_button.disabled,.paginate_button.disabled:hover
{
    color:#C0C0C0;
}

.rodapeTable button:first-child
{
    margin-right:5px;
}

.dataTables_filter
{
    width:286px;
}

.dataTables_filter label
{
    width:0px;
    margin-bottom:0px;
}

.dataTables_filter label input[type=search]
{
    width:100%;
    line-height:14px;
    font-size:0.9em;
    height: 2.5em;
}

div.dataTables_wrapper div.dataTables_filter label
{
    float: left !important;
}

.dataTables_length
{
    float: right;
    width: 35%;
	text-align:right;
	border:0px solid red;
}

.dataTables_length SELECT
{
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: inline-block;
	font-size: 0.875em;
	margin: 0 0 1em 0;
	padding: 0.5em;
	height: 2.5em;
	width: 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.dataTables_info
{
    color: #000;
}

.dataTables_info
{
    font-size: 0.9em;
    color:#000;
    float:left;
}

.alignLeft
{
    text-align: left;
}

.alignCenter
{
    text-align: center;
}

.alignRight
{
    text-align: right;
}

table.display.dataTable
{
    background: white;
    border:none;
    border-bottom:1px solid #95B6EF;
}

.cursorPointer
{
    cursor:pointer;
}

.tblSeparador
{
    background-color:#660000;
    padding:2px;
    margin:0;
    font-size:1px;
}

TABLE.dataTable
{
    width:100%;
}

.cxTitulo
{
    color:#111;
}

.dataTables_scrollBody
{ 
	margin-top: -5px;
	margin-bottom: 20px;
}

.dataTables_processing
{
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	height: 30px;
	padding: 10px 0 10px 0;
	border: 1px solid #DDD;
	text-align: center;
	color: #2CA6CB;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFF;
	z-index: 10000;
	box-shadow: 3px 3px 2px #888;
}

table.dataTable th, table.dataTable td
{
	font-size: 0.8rem;
}

table.dataTable td.details-control
{
	background: url('/img/details_open.png') no-repeat center center;
	cursor: pointer;
}

table.dataTable tr.shown td.details-control
{
	background: url('/img/details_close.png') no-repeat center center;
}

/** label para detalhe **/
.label.detalhe
{
	cursor: pointer;
}

.dataTable .fa-times, .dataTable .fa-check
{
	font-size: 22px;
	color: #FF0000;
}

.dataTable .fa-check
{
	color: #009900;
}