.road {
  background-image: url(../images/truck_small.png) !important;
}

.sea {
  background-image: url(../images/ship_small.png) !important;
}

.air {
  background-image: url(../images/plane_small.png) !important;
}

.invalid td {
    background-color: #f2bb09;
}

.italic td {
	font-style: italic !important;
}

.incomplete td {
  	background-color: #DE3E3E;
  	border-bottom: 1px solid silver;
}

.prepared td {
    background-color: #838ce4;
}

.runningout td {
    background-color: #e4c11d;
}

.new td {
    font-style: bold !important;
    color: #000000 !important;
}

.excluded td {
    font-weight: normal;
    color: #E0E0E0 !important;
}

.exists td {
    font-style: italic !important;
    color: #5A9600 !important;
}

.existsexcluded td {
    font-style: italic !important;
    color: #E0E0E0 !important;
}

.rmgt-msg-item-detail-incomplete {
	height: 30px;
  	background-color: #FFED87;
  	margin-bottom: 10px; 
  	font-size: 11px;
  	color: #60639D;
  	padding-top: 10px;
  	padding-left: 10px; 	
}

.rmgt-msg-item-detail-failed {
	height: 30px;
  	background-color: #DE3E3E;
  	margin-bottom: 10px; 
  	font-size: 11px;
  	color: #FFF700;
  	padding-top: 10px;
  	padding-left: 10px; 	
}

.rmgt-msg-item-detail-success {
	height: 30px;
  	background-color: #45FF5B;
  	margin-bottom: 10px; 
  	font-size: 11px;
  	color: #FFFFFF;
  	padding-top: 10px;
  	padding-left: 10px; 	
}








