/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */

div.dataTables_filter input {
	margin-left: 10px;
	width: 230px !important;
}

div.dataTables_wrapper div.dataTables_processing {
	background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
}

div.dataTables_wrapper div.dataTables_info {
	float: right;
}

.input-veiculo::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
.input-veiculo { 
   -moz-appearance: textfield;
   appearance: textfield;

}
