/* After update to 2.26.12.1 */
/* Import TwpCustomDefault.css */

 @import url("TwpCustomDefault.css");


/* Portal Menu Text */
.PortalMenuText
{
	word-break: break-word;
}

/* Password Wrapper label */
#logon label {
	display: none !important;
}


/* Removed the 'Finish Trip' tab in the MW menu */
li.AdvanceTripStatusLi.InProgress
{ 
display: none !important;	
}

/* Remove map label marker text */
div.leaflet-marker-icon.leaflet-marker-green.leaflet-zoom-animated.leaflet-interactive>div.leaflet-marker-text.leaflet-marker-text-default
{ 
	display: none !important; 
}
div.leaflet-marker-icon.leaflet-marker-blue-glasstriangle.leaflet-zoom-animated.leaflet-interactive >div.leaflet-marker-text.leaflet-marker-text-glasstriangle
{ 
	display: none !important; 
}
div.leaflet-marker-icon.extra-marker.extra-marker-square-orange.leaflet-zoom-animated.leaflet-interactive > div.leaflet-marker-text.leaflet-marker-text-square
{ 
	display: none !important; 
}