﻿.vehicleNameDialog {
	float:left; 
	max-width:70%; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow:ellipsis;
	padding:7px;
}

.vehicleVin {
float: right;
padding: 7px;
color: #458bca;
font-weight:bold;
}

.vehiclePlate {
float: right;
padding: 7px;
color: #ea4d4d;
font-weight:bold;
}



#vhistory_vehicleHistoryList_dialog table.clsgrid td {
    padding: 0px 3px !important;
    font-size: 11px;
    border: 1px solid #efefef !important
}

#headerVehicleHystoryFilter {
    margin-bottom: 10px;
}

#noResultsMessage, #filterErrorMessage{
    color:red;
}

#FilterText input {
    height: 35px!important;
}

#btn_filter {
    margin-bottom: 3px;
}