﻿#north 
{
	background:url("../images/header-bg.png");
}
.clear
{
	clear:both;
}

.logo
{
/*	padding:5px; */
	float: left;
}

.version
{
	padding:8px 5px 0px 5px;
	float: left;
	font-family: Arial,Verdana,"Times New Roman",sans-serif;
	font-size:14px;
    font-weight:normal;
	height: 40px; /*40px;*/
	width: 120px;
	text-align: justify;
	line-height:38px; /*18px;*/
	color: Blue !important;
	background-color: yellow;
}
/*
.version:before {
  display: none;
}
.version:after {
	content: '1.8.2.';
}
*/
.headerRow {
	padding: 0 10px 0 0;
	margin-left: 180px;
}
.headerContainer {
	height: 30px;
	background: url("../images/companynav-bg.gif") repeat-x;
	position:relative;
}
.headerContainer ul{
	margin: 0;
	height: 30px;
}
.headerContainer ul.header{
	padding: 0 11px;
	background: url("../images/companynav-left.gif") no-repeat top left;
	float: left;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}

.headerRight
{
	background: url("../images/companynav-right.gif") no-repeat top right;
	float: right;
	height: 30px;
	width: 5px;
}
.headerCenter
{
	position:absolute;
	right:280px;
	font:bold 11px Arial;
	line-height:24px;
}
.headerCenter-east
{
	position:absolute;
	right:480px;
	font:bold 11px Arial;
	line-height:24px;
}

.headerContainer ul.topLinks {
	float: right;
	padding: 0 11px;
}
.headerContainer li {
	display: inline;
	float: left;
	list-style: none;
	height: 25px;
	margin-bottom: 2px;
}
.headerContainer li a{
	height: 25px;
	text-decoration: none;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	padding-top: 4px;
}
.x-date-highlight 
{
	color:Red;
	background-color:Black;
}
.topLinks li
{
	padding-left:20px;
	line-height:24px;
}
.headerContainer li a:hover
{
	text-decoration:underline;
}

.x-menubar 
{
	background-color:transparent !important;
}

/* HEADER */
#msg {
	margin-left:3px;
	font-family:Verdana;
	font-size:14px;
	color:#777777;
	font-weight:bold;
}

.x-horizontal-menubar {
    border:1px black !important;
}

body
{
	font-size: 11px;
	font-family: Arial;
}
.export {
    background-image:url(../images/excel_export.png) !important;
}
.print
{
    background-image:url(../images/print.gif) !important;
}
.exception
{
    background-image:url(../images/execption.png) !important;
}
.customer-icon
{
    background-image:url(../images/icons/customer.png) !important;
}

.sales-people-icon
{
    background-image:url(../images/icons/sales-people.png) !important;
}

.driver-icon
{
    background-image:url(../images/icons/driver.png) !important;
}

.carrier-column-style 
{
    color:WindowText !important;
    background-color:#A0D4E8 transparent; 
    background-image:url(../images/ltblue03.gif) !important;
    background-repeat: repeat-x;
    background-position: initial;
}

.message-sent-column-style 
{
    color:WindowText !important;
    background-color:#A0D4E8 transparent; 
    background-image:url(../images/ltblue03.gif) !important;
    background-repeat: repeat-x;
    background-position: initial;
}

.message-received-column-style 
{
    color:WindowText !important;
    background-color:#ffcc00 transparent; 
    background-image:url(../images/orange01.gif) !important;
    background-repeat: repeat-x;
    background-position: initial;
}

.missing-freight-charges-style 
{
    color:WindowText !important;
    background-color:#ffcc00;     /* (also known as Tangerine yellow, USC Gold) */ 
}

.truck-icon
{
    background-image:url(../images/icons/truck.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.history-icon
{
    background-image:url(../images/icons/history.png) !important;
}
.excel-icon
{
    background-image:url(../images/icons/excel_export.png) !important;
}
.copy-icon
{
    background-image:url(../images/copy.png) !important;
}
.edit-icon
{
    background-image:url(../images/menu-icon/configure.png) !important;
}
.dispatch-icon
{
    background-image:url(../images/menu-icon/checks.png) !important;
}
.showHistory {
	background-image:url(../images/history.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.associate-icon
{
    background-image:url(../images/icons/document_add.png) !important;
}
.upload-icon
{
    background-image:url(../images/icons/upload.png) !important;
}
.disassociate-icon
{
    background-image:url(../images/icons/document_delete.png) !important;
}
.find-icon
{
    background-image:url(../images/icons/find.png) !important;
}
.clear-icon
{
    background-image:url(../images/icons/recycle.png) !important;
}
.carriers-icon
{
    background-image:url(../images/menu-icon/customer.png) !important;
}

.document
{
    background-image:url(../images/icons/document.png) !important;
    height:16px;
	width:16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-align:center;
}

input[disabled], select[disabled], checkbox[disabled], textarea[disabled], .x-item-disabled 
{
	color: black !important;
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: none !important;
}
.sort-asc
{
	color: Blue !important;
	font-weight: bold !important;
}
.sort-desc
{
	color: Green !important;
	font-weight: bold !important;
}
.insuranceExpired
{	color: Red !important;
}
.insuranceWarning
{
	color: Orange !important;
}
.icon_trailer 
{
	background-image:url(../images/Train.png);
	height:16px;
	width:16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.icon_truck 
{
	background-image:url(../images/Truck.png);
	height:16px;
	width:16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.icon_container {
	background-image:url(../images/Truck.png);
	height:16px;
	width:16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.icon_search
{
    background-image:url(../images/info.gif) !important;
    	height:16px;
	width:16px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;

}

.search-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.search-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}

.search-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:100px;
    display:block;
    clear:none;
}

.article 
{
	font-size: 11px;
	text-align: justify;
}

.ext-el-mask {
    -moz-opacity: none !important;
    opacity: 0 !important;
    /*filter: none !important; For IE*/
}
 .red-row .x-grid3-cell-inner{
      color:#FF0000;
 }
 .yellow-row .x-grid3-cell-inner{
      color:orange;
 }

 .green-row .x-grid3-cell-inner{
      color:#254117;
 }
 .blue-row .x-grid3-cell-inner{
      color:Blue;
 }
 .orange-row .x-grid3-cell-inner{ 
      color:Orange;
 }
 .addNotes {
	background-image:url(../images/calendar_edit.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
 .clearedNotes {
	background-image:url(../images/CalenderTask.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
 .reload {
	background-image:url(../images/reload.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.viewNotes {
	background-image:url(../images/Text-Edit-16x16.png)  !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.viewEditNotes {
	background-image:url(../images/document_edit.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.viewEdit-icon
{
    background-image:url(../images/document_edit.png) !important;
}
.rightAlign 
{
	text-align: right;
}
.mergeDocuments {
	background-image:url(../images/documents_gear.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.preplan-icon
{
    background-image:url(../images/alarmclock_run.png) !important;
}
.dispatch-icon
{
    background-image:url(../images/replace2.png) !important;
}
.map-icon
{
    background-image:url(../images/icons/earth_view.png) !important;
}
.moveDriver-icon
{
    background-image:url(../images/user1_into.png) !important;
}
.equipment-icon
{
    background-image:url(../images/menu-icon/equipment.png) !important;
}
.mobile-icon
{
    background-image:url(../images/menu-icon/user1_mobilephone.png) !important;
}
.transcredit-icon
{
    background-image:url(../images/icons/Transcredit-logo-icon.png) !important;
}
.settlement-icon
{
    background-image:url(../images/menu-icon/payrollcheck.png) !important;
}
.arrowLeft {
	background-image:url(../images/arrow_left_blue.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.arrowRight {
	background-image:url(../images/arrow_right_blue.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.add {
    background-image:url(../images/icons/add.gif) !important;
}
.showDriver-icon
{
    background-image:url(../images/menu-icon/businessmen.png) !important;
}

.undo-icon
{
    background-image:url(../images/icons/undo.png) !important;
}
.redo-icon
{
    background-image:url(../images/icons/redo.png) !important;
}
.find_next
{
    background-image:url(../images/icons/find_next.png) !important;
}
.element_next
{
    background-image:url(../images/icons/element_next.png) !important;
}
.media_end
{
    background-image:url(../images/icons/media_end.png) !important;
}
.check
{
    background-image:url(../images/check2.png) !important;
}
.documentplain
{
    background-image:url(../images/document_plain.png) !important;
}
.documenttext
{
    background-image:url(../images/document_text.png) !important;
}
.documentrefs {
	background-image: url(../images/document_text.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.document
{
    background-image:url(../images/document.png) !important;
}
.documentout
{
    background-image:url(../images/document_out.png) !important;
}
.formgreen
{
    background-image:url(../images/form_green.png) !important;
}
.contract
{
    background-image:url(../images/contract.png) !important;
}
.pawnview
{
    background-image:url(../images/pawn_view.png) !important;
}
.complete
{
    background-image:url(../images/selection_recycle.png) !important;
}
.deliverDateUpdate
{
    background-image:url(../images/deliverDateUpdate.png) !important;
}
.acceptorder
{
    background-image:url(../images/import1.png) !important;
}
.declineorder
{
    background-image:url(../images/export1.png) !important;
}
.dispatchpreplan
{
    background-image:url(../images/arrow_up_green.png) !important;
}
.update
{
    background-image:url(../images/checks.png) !important;
}
.release
{
    background-image:url(../images/lock_open.png) !important;
}
.moveupgroup
{
    background-image:url(../images/arrow_up_blue.png) !important;
}
.movedowngroup
{
    background-image:url(../images/arrow_down_blue.png) !important;
}
.postorder
{
    background-image:url(../images/mail_forward.png) !important;
}
.documentdelete
{
    background-image:url(../images/document_delete.png) !important;
}
.start
{
    background-image:url(../images/media_play_green.png) !important;
}
.zoomin
{
    background-image:url(../images/icons/zoom_in.png) !important;
}
.zoomout
{
    background-image:url(../images/icons/zoom_out.png) !important;
}
.rotate
{
    background-image:url(../images/icons/replace2.png) !important;
}
.fit
{
    background-image:url(../images/icons/selection.png) !important;
}
.fitwidth
{
    background-image:url(../images/icons/window_preferences.png) !important;
}
.onetoone
{
    background-image:url(../images/icons/document_preferences.png) !important;
}

#mapdiv
{
	height: 300px;
}
.carrierInvoiceExist {
	background-image:url(../images/check2.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.numeric-form input
{
	text-align:right;
}
.go {
    background-image:url(../images/go.png) !important;
}
.deleteAttachment{
	background-image:url(../images/icons/delete.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer ;
}
.phone 
{
	background-image:url(../images/icons/phone.png) !important;
	background-repeat: no-repeat;
	padding-right: 15px;
	height: 16px;
}
.btn_undelete {
	background-image:url(../images/icons/btn_undelete.gif) !important;
}

.x-panel-collapsed /* Ticket #3896 */
{
	background-color: Purple !important;
}

/*
 * .mireport is the mileage report on the right side of the screen
 * in the Mileage Inquiry app.  The html report is built in
 * BusinessLibrary\MileageInterface\MileageInquiry.cs.
 */

.mireport
{
    margin: 0 auto;
    border: 1px solid Black;
    border-collapse: collapse;
    font-size: 11pt;
}

.mireport th
{
    border: 1px solid Black;
    background-color: #9BA7B5;  /* #FFF4CB; */
    color: White;
    text-align: center;
}

.mireport td
{
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.mireport tfoot td
{
    padding-left: 3px;
    font-size: 8pt;
    text-align: left;
}


.mireport-error
{
    font-size: 11pt;
    color: Red;
}

.mireport-notes
{
    font-size: 10pt;
    font-style: italic;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {			/*Added Due to Ticket -#5817*/	
	background-color: #E6CCFF !important;
	background-image: none;
}

.dispatch-route-panel
{
	width: 10000px;
	font-size: 16px;
}

.dispatch-route-box
{
	border-style: solid;
	border-color: gray;
	width: 400px;
	height: 100%;
}

.dispatch-route-box-title
{
	text-align: center;
	background-color: gray;
}

.dispatch-route-tasks-box
{
	height: 500px;
	vertical-align: top;
}

.chassisAudit-tls-bg
{
	background-color: #CAD3FE;  /* lavender blue*/
}

.chassisAudit-tls-bg-active
{
	background-color: #FEF5CA;  /* Sand box */
}

.dispatch-route-task-row-56 /* Pickup */
{
	background-color: yellow;
}

.dispatch-route-task-row-57 /* Delivery */
{
	background-color: red;
	color: white;
}

.dispatch-route-task-row--1014 /* Line Haul */
{
	background-color: green;
	color: white;
}


.dispatch-route-task-type-icon-56 /* Pickup */
{
	background-image:url(../images/arrow_up_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.dispatch-route-task-type-icon-57 /* Delivery */
{
	background-image:url(../images/arrow_down_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.dispatch-route-task-type-icon--1014 /* Line Haul */
{
	background-image:url(../images/arrow_right_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	background-size: 16px;
}

.dispatch-route-task-location {
	max-width: 100px;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.x-view-over {
    border:1px solid #ffffff;
}

.x-view-selected {
    border:1px solid #000000;
}

.pallet-blocked {
	background-color: brown;
	width: 30px;
	height: 15px;
}

.pallet-empty {
	background-color: yellow;
	width: 30px;
	height: 15px;
}
.emailIcon
{
	background-image:url(../images/menu-icon/email.png) !important;
}
.orderIcon
{
	background-image:url(../images/menu-icon/note_edit.png) !important;
}
.dollarIcon
{
	background-image:url(../images/menu-icon/dollar.png) !important;
}
.copy-doc-icon
{
	background-image:url(../images/icons/copy-doc.png) !important;
}
.pickUp-icon
{
    background-image:url(../images/icons/Green_arrow_up.png) !important;
}
.delivery-icon
{
    background-image:url(../images/icons/Green_arrow_down.png) !important;
}
.multipage-icon
{
    background-image:url(../images/icons/multipage.gif) !important;
}
.ShowMultiGrid-icon
{
    background-image:url(../images/icons/spreadsheet.png) !important;
}
.ShowSingleGrid-icon
{
    background-image:url(../images/icons/SingleGrid.gif) !important;
}
.MovePaneRight-icon
{
    background-image:url(../images/icons/MovePane.gif) !important;
}
.Dispatch-icon
{
    background-image:url(../images/menu-icon/Dispatch-icon.png) !important;
}
.Grounding-icon
{
    background-image:url(../images/icons/trailor.png) !important;
}
.StartTrip-icon
{
    background-image:url(../images/GreenFlag.jpg) !important;
}
.BillingSelectOrder
{
    background-image:url(../images/icons/Writtingsheet.jpg) !important;
}
.BillingCancelOrder
{
    background-image:url(../images/icons/BlankPaper.jpg) !important;
}
.Deduction
{
    background-image:url(../images/icons/wallet--arrow.png) !important;
}
.driverCardReceipts
{
    background-image:url(../images/icons/creditcard.jpg) !important;
}
.CarrierSingleInvoice
{
    background-image:url(../images/icons/PaperWithSingleLine.png) !important;
}
.Claims
{
    background-image:url(../images/icons/Box.png) !important;
}
.ProcessInboundTrip-icon
{
	background-image:url(../images/icons/ProcessInboundTrip.png) !important;
}
.clearRoute
{
    background-image:url(../images/icons/BlankPaper.jpg) !important;
}
.shield_Icon
{
    background-image:url(../images/menu-icon/Shield.jpg) !important;
}
.boxes_on_dolly
{
    background-image:url(../images/icons/dolly-hand-truck.png) !important;
}
.payroll_check
{
    background-image:url(../images/menu-icon/checkReload.png) !important;
}
.track_Icon
{
    background-image:url(../images/icons/track_icon.gif) !important;
}
.pallet_Boxes_Icon
{
    background-image:url(../images/icons/pallet_Boxes.gif) !important;
}
.green_flag
{
    background-image:url(../images/icons/green-flag-md.png) !important;
}
.checkered_flag
{
    background-image:url(../images/icons/flag_check.gif) !important;
}
.trailer_Icon
{
    background-image:url(../images/icons/trailer_Icon.png) !important;
}
.tank_Icon
{
    background-image:url(../images/icons/tank.png) !important;
}
.moneyvault_Icon
{
    background-image:url(../images/menu-icon/money_vallet.gif) !important;
}

.vertical_lines_Icon
{
    background-image:url(../images/icons/vertical_lines.png) !important;
}
.horizontal_line_Icon
{
    background-image:url(../images/icons/horizontal_line.jpg) !important;
}
.gears_Icon
{
    background-image:url(../images/icons/gears_Icon.png) !important;
}
.splits_Icon
{
    background-image:url(../images/menu-icon/split.jpg) !important;
}
.transfer_Icon
{
    background-image:url(../images/icons/transfer.jpg) !important;
}
/*Added due to Help Screen text Issues.*/
.rvps7{
	line-height: 16px !important;
}
.rvps10{
	line-height: 16px !important;
}
.rvts31 {
	font-size: 10pt !important;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.rvts30 {
	font-size: 10pt !important;
	font-weight: bold;
	color: #000000;
}
.rvts29 {
	font-size: 10pt !important;
	font-weight: bold;
	text-decoration: underline;
}
.rvts18 {
	font-size: 10pt !important;
	font-weight: bold;
}
.rvts54 {
	font-size: 10pt !important;
	font-weight: bold;
	color: #000000;
}
.rvts55 {
	font-size: 10pt !important;
	color: #000000;
}
span.rvts56
{
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
 text-decoration: underline !important;
}
span.rvts57
{
 font-size: 11pt;
 font-weight: bold !important;
 color: #000000;
}
span.rvts82
{
 font-size: 11pt;
 color: #000000;
 text-decoration: underline !important;
}
span.rvts78
{
 font-size: 14pt;
 font-weight: bold !important;
 border-bottom: solid 1px #000000 !important;
}
/* Microphone -  Speech to text */
.si-wrapper {
	display: inline-block;
	position: relative;
}

	.si-wrapper div {
		margin: 0;
	}

.si-btn {
	position: absolute;
	top: 4px;
	left: 117px;
	height: 21px;
	width: 18px;
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	font: 0/0 a;
}

.si-notes-btn {
	position: relative;
	height: 20px !important;
	width: 20px !important;
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	font: 0/0 a;
}

.si-mic,
.si-mic:after,
.si-holder,
.si-holder:before,
.si-holder:after {
	position: absolute;
	background: #333;
}

/* Microphone icon */
.si-mic {
	display: block;
	height: 25%;
	top: 10.375%;
	left: 37.5%;
	right: 37.5%;
	-webkit-border-radius: 99px 99px 0 0;
	-moz-border-radius: 99px 99px 0 0;
	border-radius: 99px 99px 0 0;
}

	.si-mic:before,
	.si-mic:after,
	.si-holder {
		-webkit-border-radius: 0 0 99px 99px;
		-moz-border-radius: 0 0 99px 99px;
		border-radius: 0 0 99px 99px;
	}

	.si-mic:before {
		position: absolute;
		z-index: 1;
		content: '';
		width: 150%; /* 12px / 8px */
		height: 137.5%; /* 11px / 8px */
		top: 100%; /* 8px / 8px */
		left: -25%; /* -2px / 8px */
		background: #fff;
	}

	.si-mic:after {
		z-index: 1;
		content: '';
		width: 100%; /* 10px / 10px */
		height: 100%; /* 10px / 10px */
		top: 110%; /* 11px / 10px */
		left: 0;
	}

.si-holder {
	display: block;
	height: 40.625%; /* 13px / 32px */
	width: 50%; /* 16px / 32px */
	left: 25%; /* 8px / 32px */
	top: 37.5%; /* 12px / 32px */
}

	.si-holder:after {
		content: '';
		width: 66.666%; /* 8px / 16px */
		height: 18.182%; /* 2px / 13px */
		bottom: -30.769%; /* -4px / 13px */
		left: 16.667%; /* 2px / 16px */
	}

	.si-holder:before {
		content: '';
		width: 33.333%; /* 4px / 16px */
		height: 27.273%; /* 3px / 13px */
		top: 92.308%; /* 12px / 13px */
		left: 33.333%; /* 4px / 16px */
	}
.showtask
{
    background-image:url(../images/show_task.png) !important;
}
.warning_hyperlink{
	color: Red;
	text-decoration: underline;
	cursor: pointer;
}
.ux-mselect-valid {  
	overflow:hidden !important;
}
.onlinepayee {
	background-image:url(../images/tablet.png)  !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.onlinepayeewithoutgps {
	background-image:url(../images/nogps.png)  !important;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.user-icon
{
    background-image:url(../images/menu-icon/admin.png) !important;
}
.x-grid3-dirty-cell:not(.ux-checked-on):not(.ux-checked) {
	background: none;
}
.headerCenter-west
{
	position:absolute;
	right:575px;
	font:bold 11px Arial;
	line-height:24px;
}
.bookmark
{
    background-image:url(../images/icons/bookmark.png) !important;
}
.import
{
    background-image:url(../images/menu-icon/ImportSetupArrow.jpg) !important;
}
 .green-row-ontime .x-grid3-cell-inner{
      color:#1f7522;
 }
.column-menu-color 
{
	color: Blue !important;
 }
.x-panel-btns-ct .x-btn {
    float: inherit;
}
.route-max-icon
{
	 background-image:url(../images/menu-icon/RouteMAX-Favicon.png) !important;
}

.sub-grid-expander-row table th 
{
	padding : 0px !important;
	margin : 0px !important;
}

.sub-grid-expander-row  table td {
	padding : 0px !important;
	margin : 0px !important;
}
.cancel
{
	background-image:url(../images/cancel.png) !important;
	
}
.over-weight 
{
	background-color: #fce8e6;
	color: #d93025;
	font-weight:600;
}
.Trailer-Ready {
	background-image: url(../images/menu-icon/Trailer-Ready.png) !important;
}
.x-grid3-row {
	cursor: default;
	border: 1px solid #ededed;
	border-top-color: #fff;
	width: 100%;
	display: inline-table;
}
.label{
    font-weight: bold;
    font-size: medium;
    margin-left: 10px;
}
