html{
    min-height:100%;
    height:100%;
    background-color: #FFFFFF;
    background: url("../images/MilesWebHomeBackground.jpg") repeat-y fixed center center / 100% 100% rgb(0, 0, 0);
}

.headerbackground {
	border:none;
	position:fixed;
	width:1700px;
	height:800px;
	left: 0;
	clip:rect(0, 1700px, 95px, 0);
	z-index:-50;
}

body {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 9pt;
	line-height: 1.5;
    min-height:100%;
    height: 100%;
    color: #353B79;		
    min-width: 765px;
}
.wrapper, .mainContentWrapper{	
	max-width: 1440px;
	margin: 0 auto 0 auto;
    min-height:100%;
    height:100%;
    border:none;
}

/* Matt F - This is mainly used for the custom confirmPanel tag. */ 
.footer{
	position: -webkit-sticky; position: sticky;
	bottom: 30px;
	max-width: 940px;
	margin: 10px auto 10px auto;
	width:100%;
	text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* only detectable by IE*/ 
     .footer {
	   	position: fixed;
		left: 600px;		
	   }

}

.footerFieldset{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6;
    /*background-image: url("../images/prime/ui-bg_glass_100_f6f6f6_1x400.png");*/
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
}
.wrapper{
 background-color:#FFFFFF;
}

.wrapper, .loginWrapper{
	border-radius: 0;
	border:none;
	/*background-color:#FFFFF;*/
}

body.popup {
	padding: 15px;
	background-color: #FFFFFF
}
.searchFields, .searchButtons, .top{
	vertical-align:top;
}
.searchPanel .ui-panel-titlebar-icon, .actionLegend .ui-panel-titlebar-icon, .detailactions .ui-panel-titlebar-icon {
	float:left;
}
.searchBox{
	vertical-align:top;
	width:80%;
}
.actionLegend{
	vertical-align:top;
	width:80%;
}
.actionLegend td{
	white-space:nowrap;
	line-height:25px;
	width:200px;
} 


/**** Links ****/

a, a:visited {
	COLOR: #004090;
	FONT-SIZE: 1em;
	TEXT-DECORATION: underline
}

a:hover {
	COLOR: #135FA9;
	FONT-SIZE: 1em;
	TEXT-DECORATION: underline
}

a:active {
	COLOR: #135FA9;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none
}

.data {
	width: 100%;
	border-right: 1px solid #ccc
}
.mainContent{
	/*margin-top: 0;
	margin-bottom:10px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 140px;*/
	
	max-width: 1440px;
	margin: 0 auto;
	padding: 140px 0 0 0;
}
.mainContent.sl {
	padding-top: 0;
}
.backToTop {
    padding: 5px 3px;
    background: none;
    position: fixed;
    bottom: 0;
    right: 5px;
    display: none;
}

.headerRow {
	background: url("../images/MilesWebHomeBackground.jpg") repeat-y fixed center center / 100% 100% #000;
	z-index: 990;
	position: fixed;
	width: 100%;
	top: 0
}

.topHeader {
	background: transparent;
	height: 95px;
	/*position: fixed;*/
	width: 100%;
	/*z-index:990;*/
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

.topHeaderBar {
	background-color:#FFFFFF;
	width:100%;
	height:52px;
	position:absolute;
}

.oldIE .topHeader {
	background: #353b79;
}

.loginHeader{
	background: #ffffff;
	height: 52px;
	/*position: fixed;*/
	width: 100%;
	/*z-index:990;*/
	width: 1440px;
	margin: 0 auto;
	position: relative;
}

.breadcrumbHeader{
	top:95px;
    position: fixed;
    width: 100%;
    z-index:980;
	max-width: 1440px;
	margin: 0 auto 0 auto;
}
.messagesHeaderContent{
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1440px;
	top:130px;
	position: fixed;
	width:100%;
	background-color:transparent;
	z-index:979;
}
.messagesHeader{
    width: 55%;
	padding-left: 30%;
	padding-right: 2%;
	z-index:1005;
	margin: 0 auto 0 auto;
}

.nextaction {
	border-color: #CCCCCC;	
}

.topHeaderMenu, .smallMenu {
    background-color: #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 5px;
    float: right;
}
.smallMenu {
	float: left;
}
.topHeaderMenuRow {
	vertical-align: middle; 
	white-space: nowrap;
}
.customerLogoImg{
	margin-bottom:-6px; 
	margin-left:-10px;
	margin-top:-6px;
}
.mainMenu{
	width:100%;
	height:39px;
	bottom: 0;
	position:absolute;
}

img { border: 0 }

.align_top { 
	vertical-align:top; 
}

.align_bottom { 
	vertical-align:bottom; 
}

.labelColumn{
	vertical-align:top; 
	width: 120px;	
}
.inputColumn{
	vertical-align:top; 
}


/**** Headings ****/

h1, .h1 {
	COLOR: #353B79;
	font: bold Arial,Geneva,Helvetica,Helv,sans-serif;
	font-size:1.9em;
	margin-top: 20px;
	padding-bottom: 0;
}

h2, .h2 {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 1.3em;
	COLOR: #135FA9;
	margin: 10px 0 5px 0;
	font-weight: bold
}

h3, .h3 {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 1.125em;
	COLOR: #353B79;
	font-weight: bold
}

td.funcnav {
	border: 1px solid #8B8A75;
	FONT-WEIGHT: normal;
	padding: 0
}

a.funcnav, a.funcnav:visited {
	/*COLOR: #2F3579;*/
	FONT-SIZE: 1em;
	/*line-height: 14px;*/
	padding: 2px;
	TEXT-DECORATION: none;
}

a.funcnav:active, a.funcnav:hover {
	COLOR: #979ABC;
	FONT-SIZE: 1em;
	/*line-height: 14px;*/
	padding: 2px;
	TEXT-DECORATION: none;
}

td.funcnavhl {
	border: 1px solid #8B8A75;
	FONT-WEIGHT: normal;
	padding: 0
}

a.settingsnav {
	COLOR: #353B79 ! important;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none ! important;
	FONT-WEIGHT: bold;
}

a.settingsnav:hover, a.settingsnav:active {
	COLOR: #135FA9 ! important;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none ! important;
	FONT-WEIGHT: bold;
}

a.headnavtop:hover, a.headnavtop:active {
	COLOR: #135FA9;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none
}

a.funcnavhl,a.funcnavhl:visited {
	COLOR: #979ABC;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none;
	/*line-height: 14px;*/
	padding: 2px
}

a.funcnavhl:active,a.funcnavhl:hover {
	COLOR: #2F3579;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none;
	/*line-height: 14px;*/
	padding: 2px
}

.headnavtop{
	/*COLOR: #064089; */
	FONT-WEIGHT: bold;
	FONT-SIZE: 1em;
	TEXT-DECORATION: none;
	/*line-height: 14px;*/
	padding: 4px
}


/**** Tables ****/

td#content {
	vertical-align: top;
	min-height: 250px;
	text-align: left;
	padding: 10px 18px 0 18px
}

th {
	text-align: left;
	/*line-height: 14px;*/
}

td {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 1em;
	COLOR: #3f3f3f;
	/*line-height: 14px;*/
}

tr.row1, .row1 {
	background-color: #f5f5f5;
	overflow: none;
	white-space: wrap;
}

tr.row1:hover, .row1:hover {
	background-color: #E9E9E9;
	white-space: wrap;
}

tr.row2, .row2 {
	background-color: #FFFFFF;
	overflow: none;
	white-space: wrap;
}

tr.row2:hover, .row2:hover {
	background-color: #E9E9E9;
	white-space: wrap;
}

tr.row1-nohover, .row1-nohover {
	background-color: #f5f5f5;
	overflow: none;
	white-space: wrap;
}

tr.row2-nohover, .row2-nohover {
	background-color: #FFFFFF;
	overflow: none;
	white-space: wrap;
}

table.data {
	width: 100%;
	border-right: 0;
	white-space: nowrap;
	FONT-SIZE: 1em;
	background-color: #ffffff;
	color: #324287;
	padding: 2px;
	border: 0;
	border-collapse:collapse;
}

table.data th a {
	font-size: 1em;
	color: #324287 !important;
	text-decoration: none;
}

span.sortarrow {
	text-decoration: none !important;
}

table.data td {
	border-left: 0;
	/*border-top: 1px dotted #ddd;*/
	padding: 0 1px;
	height: 21px
}
table.data tr.row{
	border-top: 1px dotted #ddd;
}

.tabletext {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 1em;
	COLOR: #3f3f3f;
	/*line-height: 16px*/
}

/*
.footer, .loginFooter {
	FONT-SIZE: 0.9em;
	COLOR: #999DBC;
 	background-color: #EEF2F7;
	text-align: right;
	bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index:1000;
    height:40px;
    padding: 0;

	margin: 0;
    
}
.footer{
    max-width: 1440px;
	margin: 0 auto 0 auto;
	
}
*/

.welcomefooter {
	bottom: 0;
    left: 0;
    right: 0; 
    position: fixed;
    width: 100%;
	z-index:1000;
	max-width: 1440px;
	margin: 0 auto 0 auto;
	
}

.welcomefooterContent {
	font-weight: normal;
	font-size: 1em;
	color: #064089;
	padding-top: 10px;
	padding-left: 10px;
	margin: 15px 0 0 0;
	background: #FFFFFF;
	vertical-align: top;
    height:25px;
   	border-top: 2px solid #135FA9;
}

.welcomefooterContent a {
	COLOR: #064089;
	FONT-SIZE: 1em;
	text-decoration: none;
}

.welcomefooterContent a:hover {
	text-decoration: underline;
}


.left {
	text-align: left;
}
.right {
	text-align: right;
}
footer a:link, footer a:visited {
    color: #00458F;
    text-decoration: none;
}
footer a:hover, footer a:active {
    text-decoration: underline;
}

.small {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	text-align: left;
	/*FONT-SIZE: 9px;*/
	/*line-height: 11px*/
	font-size: 0.9em;
	line-height: 10px;
}

.smalltitle {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 0.9em;
	COLOR: #cccccc;
	line-height: 11px;
}

.smallbold {
	FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 0.9em;
	font-weight: bold;
	line-height: 10px
}

.leasePriceLabel{
	font-weight: bold;
	white-space: nowrap;
}

.leasePrice{
	font-weight: bold;
	white-space: nowrap;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 15px 0;
	border: 0
}


/**** Input controls ****/

input,textarea,select,.input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #E0E0E0;	
	color: #353B79;
	text-decoration: none;
	background-color: #FFFFFF;
}

input[type='radio'], input[type='checkbox'] { 
	border:none;
	background-color: #FFFFFF;
}

input.perc {
	width: 40px;
	text-align: right
}

select[readonly], input[readonly], textarea[readonly], select[disabled], input[disabled], .required input[readonly] { 
	/*
	border: 1px solid #F5F5F5;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;	
	background-color:#F5F5F5 !important;
	background-image:none !important
	*/
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6 !important;
    background-image: none  !important;
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-color: #CCCCCC !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
        
    border-radius: 4px;
    padding: 3px 1% 3px 1%;
    color: #353B79 !important;
}
.readonly{
	border: 1px solid #CCCCCC;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;	

/*
	padding-top: 1px; 
	padding-bottom: 1px; 
*/	
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F6F6F6;
    /*background-image: url("../images/prime/ui-bg_glass_100_f6f6f6_1x400.png");*/
    background-origin: padding-box;
    background-position: 50% 50%;
    background-repeat: repeat-x;
    background-size: auto auto;

    color: #353B79;	
}
.freeDriverInput{
	font-style:italic;
}


/**** Buttons ****/

.button:hover, .actionbutton:hover {
	border: 1px solid #135FA9; 
	/*background: #fdf5ce url("../images/prime/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x; */
	background: #e4e6e8;
	color: #135FA9;
}

button[disabled]{
    background-image: none;
    opacity: 0.35;
    cursor: default !important;
}

.actionbutton, .legendbutton, .confirmbutton {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1.1em !important;
    
    color: #064089;
    font-weight: bold  !important;
    
    cursor: pointer;
    text-align: center !important;
    text-decoration: none !important;
    
    display: inline-block !important;
    margin-right: 1px !important;
    margin-bottom: 1px !important;
    overflow: visible !important;
    position: relative !important;

	border: 1px solid #CCCCCC;
	
	background-color: #FFFFFF;

	padding: .2em .5em !important;
	border-radius: 4px;

	width: 200px; 
   	vertical-align:middle;	
   	float:right;
} 

.confirmbutton {
	margin-bottom: 5px !important;
}
.actionbutton{
   	float:right;
}
.legendbutton {
   cursor: default;
}
.fieldaction{
   	float:left;
	width: 150px;
	/*background: url("../images/prime/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;*/
	background: #F6F6F6;
	color:#064089;
	font-weight:bold;	
}

.fieldaction:hover, .fieldaction a:hover{
	color:#135FA9;
}

.nolabel{
	width: 21px; 	
	padding: .2em !important;
   	float:left;
}
.button {
	font-size: 1.2em !important;
    color: #353B79;
    font-weight: bold  !important;
	border: 1px solid #CCCCCC;
	/*background: url("../images/prime/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;*/
	background: #F6F6F6;
	margin-right: 0.1em !important;
	padding: .2em 1em !important;

	width: auto; 
	min-width: 100px;
   	max-width: 250px;	
}

.button_disabled {
	font-size: 1.2em !important;
    color: #064089;
    font-weight: bold  !important;
	border: 1px solid #CCCCCC;
	
	opacity: .35; 
	filter:Alpha(Opacity=35); 
	background-image: none;

	margin-right: 0.1em !important;
	padding: .2em 1em !important;
	
	min-width: 100px;
   	max-width: 200px;
}

.info,.error,.warn,.fatal {
	font-weight: bold;
	font-size: 1em;
	color: #BF0000 !important;
	display:block;
}
.warningpanel{
	background-color: rgba(242,222,222,0.9);
	border: 1px solid #B94A48;
	margin-top:10px;
}
.warningpanel .ui-widget-header{
	background-color: rgba(242,222,222,0.9);
	background-image:none;
	border-bottom: 0;
	margin-bottom: 0;
}
.warningpanel .ui-panel-titlebar-icon{
	background-color: rgba(242,222,222,0.9);
	background-image:none;
	border: none;
}
.warningpanel .ui-icon {
    background-image: url("../images/prime/ui-icons_B94A48_256x240.png");
}
.warningpanel .ui-icon-minusthick{
	background-position: -64px -192px; 
}
.warningpanel .ui-icon-plusthick{
	background-position: -80px -192px;
}

.message {
	color: #bbbbbb;
}

.highlight-OK{
	font-weight: normal;
	color: green;
}
.highlight-ADVISORY{
	font-weight: bold;
}
.highlight-WARNING{
	font-weight: bold;
	color:red;
}
.highlight-CRITICAL{
	font-weight: bold;
	color:red;
}

.highlight-EXPIRED{
	font-weight: normal;
	color:red;
}
.highlight-EXPIRES{
	font-weight: normal;
	color:orange;
}

.comment{
	font-style: italic;
	color: grey;
}

dt {
	font-weight: bold;
	font-size: 80%;
	color: #000099
}

dd {
	font-size: 80%;
	color: #000099
}

.priority-image {
	margin: 1px 2px;
	border: 0
}

.detailLabel {
	font-weight: bold
}

table.defaultoptions {
	border-right: 0;
}

table.defaultoptions td {
	border-left: 0;
	border-top: 1px dotted #ddd;
	padding: 0 2px 0 0;
	/*line-height: 2em;*/
	line-height: 1.8em;
	vertical-align: top
}

table.inputtable td {
	color: #353B79 !important;	
}

.listactions td {
	margin: 0;
	padding: 0 !important;
	text-align: center !important;
}

td .listactions  {
	margin: 0;
	padding: 0 !important;
	text-align: center !important;
}

.listactions img {
	margin: 1px 3px 0 0;
	border: 0
}

.listicons td {
	margin: 0;
	padding: 0 !important
}

.listicons img {
	margin: 1px 3px 0 0;
	border: 0
}

.quoteheadericon {
	vertical-align:middle;
	position:relative;
	top:-1px;
	cursor:pointer;
}

.validateOptionActions img{
	border: 0;
	text-decoration:none !important;
	cursor:pointer;
}

.validateOptionActions{
	text-decoration:none !important;
	cursor:pointer;
}

.lowTableRow {
	border-spacing: 0;
}

.lowTableRow td {
	padding: 0;
}

/*
.breadcrumbs a { font-family: Helvetica, Arial, sans-serif; font-size: 9px }
.breadcrumbs a:hover { font-family: Helvetica, Arial, sans-serif; font-size: 9px }
.breadcrumbs { font-family: Helvetica, Arial, sans-serif; font-size: 9px; color: #000000 }
*/
.breadcrumbgroup{
	float:left;
	/*padding-top:9px;*/
}
h1.breadcrumb {
	font-weight: normal;
	FONT-SIZE: 1em;
	COLOR: #064089;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0 0 15px 0;
	background: #FFFFFF;
	vertical-align: bottom;
	height: 25px;
	border-bottom: 2px solid #135FA9;
}

h1.breadcrumb a {
	COLOR: #064089;
	FONT-SIZE: 1em;
	text-decoration: none;
}

h1.breadcrumb a:hover {
	text-decoration: underline;
}

.topHeaderLogo{
	/*background-color:#FFFFF;*/
	/*min-width:80px;
	max-width:80px;*/
	max-height:52px;
	margin-left:18px;
	margin-right:18px;
	margin-top:6px;
}
.topHeaderText{
	max-width:410px;
	/*COLOR: #FFFFFF;*/
	/*font: bold 19px/24px  Helvetica, Arial, sans-serif ;*/
	font: 22px/24px  Helvetica, Arial, sans-serif ;
	/*margin-top: 17px;*/
	padding: 0;
	/*background-color:#FFFFF;*/	
}

.topHeaderTextImg {
	float:right;
	margin-right:30px;
	padding-top: 6px;
}

.topHeaderTextPageTitle {
	margin-top: 15px;
	position: fixed;
}

.legendtext {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1.2em !important;
	color: #777 !important;
	TEXT-DECORATION: none !important;
	float:left;
	margin: 1px 5px 5px 5px;
}
.legenditem{
	white-space:nowrap;
	float: left;
	min-width:250px;
	line-height: 1;
}
.legendaction {
	/*line-height:20px;*/
	font-family: Helvetica, Arial, sans-serif !important;
/*	
	font-size: 0.9em;
	color: #777;
*/	
	text-decoration: none !important;
	cursor:pointer;
	width:65px;
}
.doublewidth .legendaction {
	width: 130px; 	
}

.rightcol {
	text-align: right;
	padding-right: 10px !important
}

.valuecol {
	text-align: right;
	padding-left: 5px
}


.yui-skin-sam .yui-dt th,.yui-skin-sam .yui-dt th a {
	color: #324287 ! important;
	font-weight: bold ! important;
}

.ygtvcell a {
	text-decoration:none;
}

/* Option pack tree custom composite component */
.nodeOptiontree {
	font-size: 0.9em;
	COLOR: #000;
	line-height: 11px;
	font-family: Helvetica, Arial, sans-serif;
	white-space: normal;
}

.ptable100 table {
	width: 100%;
	clear: both;
	table-layout: auto
}

.portaldatagridstyleclass {
	border-width: 0 0 !important;
}

.portaldatagridrowclass {
	border-width: 0 0 !important;
}

.portaldatagridcolumnclass {
	border-width: 0 0 !important;
}

.ongrey {
	background-color: #ffffff;
}

div.tabbar {
	margin: 6px 0;
	height: 28px;
	padding: 0;
	background-color: #C4D9EC
}

div.tabbar a.witlarge {
	display: block
}

td.optchk {
	text-align: center;
    vertical-align: top;
    width: 30px;
    padding-top: 5px;
}

td.optdescription, .optdescription {
	vertical-align: top;
   	color: #353B79;
   	font-family: Helvetica,Arial,sans-serif;
   	font-size: 0.9em;
   	/*line-height: 14px;*/
}

td.optprice {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	width: 60px;
   	color: #353B79;
   	font-family: Helvetica,Arial,sans-serif;
   	font-size: 0.9em;
   	/*line-height: 14px;*/
}

.pf-panel-hd {
	color: #353B79;
}

.pf-panel-hd-controls {
	cursor: pointer;
	right: 4px;
	top: 4px;
	position: absolute;
	overflow: hidden;
}

/* Form column layouts */
.panellabel { width: 180px; vertical-align: top }
.paneldata { width:125px; white-space: nowrap }

.percentage { width:80px }

/* Dropdown layouts */
.ddsmall { width:100px }
.ddmedium { width:170px }
.ddlarge { width:220px }

.ddsmallright { width:100px; float:right;}

/* Inputfield layouts */
.ismall { width:80px }
.imedium { width:150px }
.ilarge { width:200px }

/* Calendar input fields */
.calmedium input { width:120px !important }

.fintotal { font-weight: bold }

.numberColumn{
	text-align: right !important;
}

.numberColumnBold{
	text-align: right !important;
	font-weight: bold;
}

.sortField {
	visibility:hidden; position:absolute;
}

/* dobi extra styling for radio buttons */

.sel_rad td {
float: left;

}
.sel_rad input {
	float: left;
}

.sel_rad td label {
	width: 175px;
	display: block;
}

.sel_chk td {
float: left;

}
.sel_chk input {
	float: left;
}

.sel_chk td label {
	width: 140px;
	display: block;
	margin-top: 2px;
}

.panel {
	background: transparent;
	background-color:#EEEEEE;
	height: 17px;
	padding-left: 26px;
	border:0;
	font-size:1.2em;
	font-family: Helvetica, Arial, sans-serif; 
}

.errorPanel {
	border: 3px solid #AF0837;
	padding:0;
	margin-bottom:1em;
}

.errorPanel .ui-panel-titlebar {
	border-radius: 0 !important;
	background: #AF0837;
	color: #fff;
	border:0;
}

.panelError {
	background: transparent;
	background-color:#AF0837;
	height: 17px;
	padding-left: 26px;
	border-style:none;
	font-size:1.2em;
	font-family: Helvetica, Arial, sans-serif; 
}

.panelAddress {
	background: url('../images/home.svg') no-repeat;
	background-color:#EEEEEE;
	height: 17px;
	padding-left: 26px;
	border-style:none;
	font-size:1.2em;
	font-family: Helvetica, Arial, sans-serif;
}

.phonegroup {
	white-space:nowrap;
	width: 270px;
}
.telcountry {
	width: 95px;
	float: left;
 }
 
.telzonal{
	width: 30px;
	float: left;
	margin: 0 2px;
}
.tellocal{
	width: 75px;
	float: left;
}

/* Panel on login screen */ 
.loginPanel {	
    /*border-color: rgba(255, 108, 0, 0.8);*/
    border-color: rgba(19, 95, 169, 0.8);
    border-style: solid;
 	border-width: 2px ;
	background: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
    z-index: 800036;
}

/* Dashboard panels on welcome screen */ 
.dashboardPanel {
	margin: 10px;
	width: 95%;
    border-color: #557A96;
    border-style: solid;
 	border-width: 1px ;
 	position: relative;    
}

.ui-dashboard-column {
	width: 33.3%;
	height: 100%;
	
	min-width: 33.3%;
	min-height: 100px;
	padding-bottom: 0;
}

/* Primefaces paginator dropdown */
.ui-paginator-rpp-options {
	/*background: url("../images/prime/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;*/
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #064089;
	font-weight: bold;
	border-radius:4px;
	margin: 1px;
	/*line-height: 14px;*/
}
.currentstatus{
	border: 2px solid red;
	border-radius: 12px 12px 12px 12px ;
	padding: 0.2em 1em ;
	color: red;
	font-style: italic;
}

.nextstatus{
	border: 2px solid grey;
	border-radius: 12px 12px 12px 12px ;
	padding: 0.2em 1em ;
	color: grey;
	font-style: italic;
	cursor:pointer
}

/* Table export block */
.listexport { text-align:right; position:relative; right:0; top:0.5em; z-index:1; }
.listexport table { position:absolute; right:0 }
.nopager { height: 3em }

.listsettings { text-align:left; position:relative; left:0; top:0.5em; z-index:1; }
.listsettings table { position:absolute; left:0 }

.listcompare { position:relative; top:-31px;}
.listcompare_top { position:relative; top:32px;}


.chartTableToggle { text-align:right; position:relative; }

/* creditScore */

.additionalparty{
	border: none;
	padding: 0.4em 1em ;
	color: #135FA9;
	font-style: italic;
	cursor:pointer;  
}

.additionalpartydisabled{
	border: none;
	padding: 0.4em 1em ;
	color: #999999;
	font-style: italic;
	cursor:url(../static/images/cross.svg),auto; 
}

.errorCreditScoreTab {
	border-color: red !important;
	color: #FFFFFF !important;
	background: red !important; 
	border-style: solid;
	border-width: 1px;
	padding: 0;
}

.icon-undo { background-image: url("../images/undo.png") !important; }
.icon-refresh { background-image: url("../images/refresh.png") !important; }

.dashboardSettingsDiv, .detailactions {
	float:right;
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 0 0 0;
    padding: 5px 1% 5px 20px;
    max-width:350px;
}

#detailactions {
	display: block;
	position: relative;
}

.detailactions {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 991;
    min-width:275px;
}

.detailactions .ui-panel-content{
	padding-left: 0;
	padding-right: 0;
}

.searchButton {	 
	background-image: url('../images/search.svg') !important;
}

.deleteButton {
	background-image: url('../images/cancel.svg') !important;
}

.editButton {
	background-image: url('../images/edit.svg') !important;
}

.licenPlateBackground {
	background-image: url("../images/licenseplate_background/DEFAULT.png");
    background-repeat: no-repeat;
    clear: none;
    float: left;
    height: 17px;
    width: 90px;
}
.licenPlateBackgroundBE {
	background-image: url("../images/licenseplate_background/BE.png");
}
.licenPlateBackgroundNL {
	background-image: url("../images/licenseplate_background/NL.png");
}
.licenPlateBackgroundDE {
	background-image: url("../images/licenseplate_background/DE.png");
}

.licenPlateBackgroundGB {
	background-image: url("../images/licenseplate_background/GB.png");
}
.licenPlateBackgroundIRL {
	background-image: url("../images/licenseplate_background/IRL.png");	
    width: 130px;
}


.licenPlateContent {
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    padding-left: 12px;
    text-align: center;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom; /* IE6 hack */
	position: relative
}

sup {
	bottom: 1ex
}

sub {
	top: .5ex
}

/* Responsive Design authou: piva */

/* Default for all screens */
.mainContainer, .fullContainer {
	width: 100%;
	min-width: 450px;
	position: relative;
	clear: both;
	margin-bottom: 15px;
	/*font-size: 2em;*/
	overflow: hidden;
}
.mainContainer {
	max-width: 1440px;	
}

.errorContainer {
	width: 100%;
	min-width: 450px;
	position: relative;
	clear: both;
	margin-bottom: 15px;
	max-width: 1440px;	
	background-color: #FFFFFF;
}

.titleFloatColumn {
	width: 31%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 470px;
	min-width: 400px;
}

.actionsFloatColumn {
	width: 31%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 940px;
	min-width: 550px;
}
.buttonFloatColumn {
	width: 100%;
	vertical-align: bottom;
	margin: 10px auto 10px auto;
	position: relative;
	max-width: 940px;
	min-width: 250px;
	height:30px;
	text-align:center;
	z-index:999;
}

.ui-splitbutton .ui-button.ui-splitbutton-menubutton {
	width: 23px;
	position: absolute;
	top: 0px;
	margin-left: -1px;
}

.floatColumn, .fixedColumn, .quoteTopColumn, .quoteTopDummyColumn, .quoteSummaryColumn, .topFloatColumn, .legendFloatColumn {
	width: 31%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 470px;
	min-width: 31%;
}
.legendFloatColumn {
	max-width: 300px;
}
.fixedColumn {
	margin: 1%;
}

.doubleFloatColumn, .doubleQuoteColumn, .topDoubleFloatColumn, .searchFloatColumn {
	width: 64%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 940px;
	min-width: 31%;
}
.topDoubleFloatColumn{
	width: 40%;
}

.tripleFloatColumn, .tripleQuoteColumn, .fullFloatColumn, .liveReportTripleFloatColumn {
	width: 97%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	/*min-width: 1200px;*/
}
.tripleFloatColumn, .liveReportTripleFloatColumn{
	max-width: 1410px;
}
.innerFloat {
	width: 100%;
	vertical-align: top;
	float: left;
	margin: 5px 1% 5px 5px;
	position: relative;
	/*max-width: 340px;*/
	min-width: 240px;
}

.floatBlock {
	width: 100%;
	vertical-align: top;
	float: left;
	margin: 0 1% 0 0;
	position: relative;
	/*max-width: 340px;*/
	min-width: 240px;
}
.doubleFloatColumn .innerFloat, .doubleFloatColumn .floatBlock, .topDoubleFloatColumn .innerFloat, .topDoubleFloatColumn .floatBlock,
.searchFloatColumn .innerFloat,.searchFloatColumn .floatBlock, .doubleQuoteColumn .innerFloat, .doubleQuoteColumn .floatBlock{
	width: 31%;
}

.tripleFloatColumn .innerFloat, .tripleFloatColumn .floatBlock,.tripleQuoteColumn .innerFloat, .tripleQuoteColumn .floatBlock{
	width: 23%;	
}

.inputField .ui-inputfield, .ui-password, .outputField .ui-inputfield {
	width: 95%;
}
.outputField .ui-inputfield {
	padding: 3px 1% 3px 1%;
}
.inputField, .outputField,.inputFieldContainer {
	COLOR: #353B79;	
	min-height: 14px;
	min-width: 240px;
	max-width: 410px;
	display:block;
	/*line-height: 14px;*/
}

.fullWidthTable {
	width: 100%;
}

.halfWidthTable {
	min-width: 120px;
	width: 47%;
}
.halfWidthTable .inputField, .halfWidthTable .outputField, .halfWidthTable .inputFieldContainer {
	min-width: 120px;
	max-width: 205px;
}
.small input, .small .ui-inputfield {
	width:80px;
}
.calendar .ui-inputfield{
	width:75px;
}
.ui-selectonemenu {
	text-align: left;
	padding-right: 0em;
	margin-right: 5px;
}


.priceTableGrid tr, .priceTableGrid td {
    border: none;
    white-space:nowrap;
}
.priceTableLabel {
}
.priceTableAmount {
	text-align:right;
}
.priceTableLabelHighlight {
	font-weight: bold;
}
.priceTableAmountHighlight {
	text-align:right;
	font-weight: bold;	
}
.priceTableLabelSum {
	font-weight: bold;
	border-top-style:solid !important;
	border-top-color:#557A96 !important;
	border-top-width:1px !important;
}
.priceTableAmountSum {
	text-align:right;
	font-weight: bold;	
	border-top-style:solid !important;
	border-top-color:#557A96 !important;
	border-top-width:1px !important;
}

.documentbox_name {
	float:left;	
	width:90%;
}

.documentbox_description {
	float:left;
	width:90%;
}

.documentbox_button {
	float: right;
	width: 10%;
}

.documentbox_docgrid div{
	border:none;
}

.tableOutputFieldLabel {
	color: #AAAAAA;
}

.tableLeasePrice {
	color: #004990;
	font-size: 1.4em;
}

.tableVehicleDescription {
	font-size: 1.4em;
}

.tableStatus {
	color: #2297c2;
	font-size: 1.2em;
}

.tableProductName {	
	font-size: 1.4em;
}

.listCarImage {
	max-height: 65px;
	max-width: 95px;
}

.listvehciledescription {
	font-size: 1.2em;
	font-weight: bold;
}

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-ascending {
	background: url("../images/prime/ui-icons_135fa9_256x240.png") 0 0;
}

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-descending {
 	background: url("../images/prime/ui-icons_135fa9_256x240.png") -65px 0;
}

.make-name, .model-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0.5em
}

.ui-selectonebutton {
	display: block
}

input::-ms-clear {
  display: none; /* workaround for IE9-10 ruining right padding when field loses focus */
}

.ui-fileupload-buttonbar .ui-fileupload-choose input {
	transform: none !important; /* fix fileupload issue in PF4 */
}

.checkbox-label-right {
	float:left;
	margin-top:3px;
	margin-left:7px;
}

/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder {
	margin:5px;	/* "Air" */
	width:160px;	/* Image width */
	height:160px;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:10px;	
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
.imageSlideshowHolder img {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.detailImage {
	width: 100%;
	max-height: 160px;
	max-width: 160px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.dialogHolder {
	position: fixed;
	z-index: 2000;
}
.dialogHolder .ui-dialog-content {
	text-align: center;
}

.no-border {
	border: 0
}

/* Vehicle list styling */
.veh-row {
	width:100%;min-width:400px;min-height:40px;position:relative;float:none;clear:both;
	cursor:pointer
}
.veh-row .ui-fieldset-content > div {
	min-height:40px
}
.veh-property {
	float:left;margin-right:5px;
	height:25px;
	line-height:23px;
}
.no-wrap, .ui-datatable tbody td.no-wrap{
	white-space: nowrap;
}
.ui-datatable-tablewrapper {
	overflow:initial;
}
.ui-datatable table {
	table-layout: auto;
}
.scrollable-table{
	overflow:auto;
}
.tripleFloatColumn, .liveReportTripleFloatColumn{
	max-width: 1410px;
}

.warningpanel .error {
	display: inline-block;
	vertical-align: middle;
}

.selectiongrid_select {
	text-align: center;
}

.selectiongrid_empty {
	background-color:#f6f6f6;
}

.ui-row-editor{
    display: inline;
    float: right;
}

/* Novated quote pricing panel */
.componentPricingTable {
	width:60%;	
}
.componentPricingTable tr, .componentPricingTable td {
    border: none !important;
    white-space:nowrap;
}
.componentPricingTableHead {
	font-weight: bold;
	text-align:right;
	width:100px;
	border: none;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.componentPricingTableHead .ui-selectonemenu .ui-selectonemenu-label {
	font-weight: bold;
}
.componentPricingTableLabel {
	font-weight: bold;
	border: none;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.componentPricingTableAmount {
	text-align:right;
	width:100px;
	border: none;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}
.componentPricingTableAmountRight {
	text-align:right;
	width:100px;
	border: none;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}


/* Novated contract service pricing panel */
.contractPricingTable {
	width:60%;	
}
.contractPricingTable tr {
	white-space:nowrap;
	border: none !important;
}
.contractPricingTable td {
    white-space:nowrap;
}

.contractPricingTableHead {
	background-color: #eeeeee;
	color: #064089;
	font-weight: bold;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	border: 1px solid #135FA9 !important;
}
.contractPricingTableSubHead {
	color: #064089;
	font-weight: bold;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	border-bottom: 1px solid #135FA9 !important;
}
.contractPricingTableLabel {
	text-align:left;
	font-weight: bold;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	border: none !important;
}
.contractPricingTableAmount {
	text-align:right;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	border: none !important;
}
.contractPricingTableSeparator {
	border: none !important;
	padding-left:0 !important;
	padding-right:0 !important;
	width:2px !important;
}
.contractPricingTableAmountSum {
	font-weight: bold;
	text-align:right;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	border: none !important;
}


/* Novated credit application tables */
.creditApplicationTable {
	margin-top: 5px;
	display: inline-table;
	vertical-align: top;
}

.creditApplicationTable tr {
	white-space:nowrap;
	border: none !important;
}
.creditApplicationTable td {
    white-space:nowrap;
}

.creditApplicationTableSubHead {
	color: #064089;
	font-weight: bold;
	border: 1px solid #135FA9 !important;
}
.creditApplicationTableContent {
	border: none !important;
}
.creditApplicationTableLabel {
	text-align:left;
	font-weight: bold;
	border: none !important;
}
.creditApplicationTableAmount {
	text-align:right;
	border: none !important;
}
.creditApplicationTablebutton {
	border: none !important;
}
.creditApplicationTableSeparator {
	border: none !important;
	padding:0 !important;
	width:2px !important;
	height: 22px;
}
.creditApplicationTableAmountSum {
	font-weight: bold;
	text-align:center;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	border: none !important;
}

.creditApplicationSubTableDesc {
	min-width: 129px;
}
.creditApplicationSubTableAmount {
	min-width: 90px;
}
.creditApplicationSubTableLink {
	min-width: 68px;
}

/* Novated credit application mandatory document table */


/* Styling for disabled date picker dates (e.g. after using a maxdate) */ 
.ui-datepicker-unselectable.ui-state-disabled { color: #cccccc !important; }
.ui-datepicker-unselectable.ui-state-disabled .ui-state-default { color: #cccccc !important; }

/* Matt F - styling for disabled PF checkboxes, even if the checkbox has a value */
.ui-chkbox .ui-state-disabled {border: 1px solid #cccccc !important; background: #f6f6f6 !important;}

.disabledTab {
	padding: .5em 1em !important;
	/*line-height: 1.5em;*/
	color:#999999 !important
}

/**** Media queries ****/


@media screen and (max-width: 1440px) {
	/*max-width: 100%;*/
}

@media screen and (max-width: 1439px) {
	.liveReportTripleFloatColumn {
		max-width: 1250px;
	}
}

@media screen and (min-width: 1280px) {
	.gridcolumn1 {
		float:left;
		width:30%;
	}
	.gridcolumn2 {
		float:left;
		width:50%;
	}
	.gridcolumn3 {
		float:right;
		width:20%;
	}
}

@media screen and (max-width: 1280px) {
	.ui-dashboard-column {
		width: 50%;
		min-width: 50%;
	}
	.messagesHeader {
	    width: 62%;
		padding-left: 35%;
	}
	.fieldaction {
		width: 100px; 
	}
}

@media screen and (max-width: 1279px) {
	.liveReportTripleFloatColumn{
		max-width: 1000px;
	}
}

/* Landscape Ipad and xlarge android tab */
@media screen and (max-width: 1024px) {
	.tripleFloatColumn {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}
	.topDoubleFloatColumn {
		width: 31%;
		max-width: 31%;
		min-width: 31%;
	}
	.doubleFloatColumn {
		width: 48%;
		max-width: 98%;
		min-width: 48%;
	}
	.doubleFloatColumn .innerFloat, .doubleFloatColumn .floatBlock {
		width: 100%;
	}
	.floatColumn {
		width: 48%;
		max-width: 100%;
		min-width: 0;
	}
	.topHeaderTextImg {
		display:none;
	}
	.ui-dashboard-column {
		width: 50%;
		min-width: 50%;
	}
	.dashboardSettingsDiv, .detailactions {
    	max-width:275px;	
	}	
}

@media screen and (max-width: 1023px) {
	.liveReportTripleFloatColumn {
		max-width: 880px;
	}
}

@media screen and (max-width: 900px) {
	.ui-dashboard-column {
		width: 100%;
		min-width: 100%;
	}
	.topDoubleFloatColumn {
		width: 66%;
		max-width: 66%;
		min-width: 66%;
	}
	.quoteTopDummyColumn {
		width: 0;
		max-width: 0;
		min-width: 0;
	}
	.quoteTopDummyFieldset {
		height: 0 !important;
	}
	.quoteTopColumn {
		width: 48%;
		max-width: 100%;
		min-width: 0;	
	}
	.quoteSummaryColumn, .doubleQuoteColumn {
		width: 100%;
		min-width: 100%;
	}	
}

@media screen and (max-width: 899px) {
	.liveReportTripleFloatColumn {
		max-width: 740px;
	}
}

/* Portrait Ipad and xlarge android tab */
@media screen and (max-width: 768px) {
	.tripleFloatColumn, .doubleFloatColumn, .floatColumn {
		width: 98%;
		max-width: 98%;
		min-width: 98%;
	}	 
	.doubleFloatColumn .innerFloat, .doubleFloatColumn .innerFloat {
		width: 100%;
	}
	.titleFloatColumn {
		max-width: 47%;
		min-width: 200px;
	}
	.actionsFloatColumn {
		width: 47%;
		max-width: 47%;
		min-width: 550px;
	}
	.ui-dashboard-column {
		width: 100%;
		min-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.liveReportTripleFloatColumn {
		max-width: 600px;
	}
}

@media screen and (min-height: 701px) {
	.mainMenu {
		display:block;	
	}
	.smallMenu, .topHeaderLogoImgSmall {
		display:none;
	}
}

@media screen and (max-height: 700px) {
	.mainMenu, .topHeaderTextImg, .topHeaderLogoImg {
		display:none;
	}
	.smallMenu {
		display:block;
	}
	.topHeader {
		height: 34px;
	}
	.topHeaderBar {
		height: 34px;
	}
	.breadcrumbHeader {
		top: 34px;
	}
	.topHeaderMenu {
		padding:2px;
	}
	.smallMenu {
		padding:7px;
	}
	.headerbackground {
		clip:rect(0, 1700px, 34px, 0);
	}
	/*
	.topHeaderLogoImg{
		width:34px;
		height:34px;
	}
	*/
	.customerLogoImg {
		width:34px;
		height:34px;	
    	margin-left:-9px;
    	margin-top:-7px;
	}
	.topHeaderLogo {
		/*max-width:40px;
		min-width:40px;*/
		max-height:34px;
		margin-left:6px;
		margin-top:2px;
	}
	.topHeaderText {
		max-width:350px;
		COLOR: #FFFFFF;
		font: bold 15px/20px  Helvetica, Arial, sans-serif ;
		margin-top: 6px;
		margin-left: 5px;
		padding-bottom: 0;			
	}	
	.mainContent {
		padding-top:80px;
	}
	.detailactions {
		top:40px;
	}
	.messagesHeaderContent {
		top:70px;
	}
}


/**** Icons ****/

.mw-icon {
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-indent: -99999px;

	float: left;
    margin-top: -0.1px;
    padding-right: 0.1px;
}

.mw-icon-search {
	background-image: url("../images/icons/search.gif") !important;
}
.mw-icon-new {
	background-image: url("../images/icons/plus.gif") !important;
}
.mw-icon-view {
	background-image: url("../images/search.svg") !important;
}
.mw-icon-print, .ui-icon-print, .mw-icon-print_contract, .mw-icon-view_infringementattachment {
	background-image: url("../images/printer.svg") !important;
}
.mw-icon-confirm, .mw-icon-select, .mw-icon-approve_transport {
	background-image: url("../images/check.svg") !important;
}
.mw-icon-copy {
	background-image: url("../images/icons/copy.png") !important;
}
.mw-icon-link_driver, .mw-icon-assign_driver {
	background-image: url("../images/person.svg") !important;
}
.mw-icon-link_broker {
	background-image: url("../images/icons/broker.gif") !important;
}
.mw-icon-link_prospect, .mw-icon-link_salesperson{
	background-image: url("../images/icons/link.gif") !important;
}
.mw-icon-reject, .mw-icon-decline_quote {
	background-image: url("../images/cancel.svg") !important;
}
.mw-icon-delete, .mw-icon-terminate_immediate, .mw-icon-cancel_transport {
	background-image: url("../images/cancel.svg") !important;
}
.mw-icon-order, .mw-icon-login {
	background-image: url("../images/check.svg") !important;
}
.mw-icon-changepwd {
	background-image: url("../images/key.svg") !important;
}
.mw-icon-edit, .mw-icon-editcreditapp, .mw-icon-change_transport {
	background-image: url("../images/edit.svg") !important;
}
.mw-icon-requestdeliverydate, .mw-icon-changedeliverydate {
	background-image: url("../images/icons/calendar.gif") !important;
}
.mw-icon-update_eoc_intention, .mw-icon-end_employment {
	background-image: url("../images/cancel.svg") !important;
}
.mw-icon-terminate, .mw-icon-request_variation {
	background-image: url("../images/earlytermination.svg") !important;
}
.mw-icon-pay_infringement, .mw-icon-request_reimburse {
	background-image: url("../images/registerpayment.svg") !important;
}
.mw-icon-change_costcenter, .mw-icon-change_office, .mw-icon-change_drivercustomer {
	background-image: url("../images/buildings.svg") !important;
}
.mw-icon-register_incident {
	background-image: url("../images/icons/warning.gif") !important;
}
.mw-icon-register_odometer {
	background-image: url("../images/speedometer.svg") !important;
}
.mw-icon-view_conditionreport, .mw-icon-request_vehicletransport {
	background-image: url("../images/cranetruck.svg") !important;
}
.mw-icon-change_drivercar {
	background-image: url("../images/car.svg") !important;
}
.mw-icon-activateuser {
	background-image: url("../images/icons/unlock.gif") !important;
}
.mw-icon-deactivateuser {
	background-image: url("../images/icons/lock.gif") !important;
}
.mw-icon-createquote, .mw-icon-generate_payroll_advice {
	background-image: url("../images/createquote.svg") !important;
}
.mw-icon-add {
	background-image: url("../images/icons/plus_white_on_green.gif") !important;
}
.mw-icon-information {
	background-image: url("../images/icons/information.gif") !important;
}
.mw-icon-attach, .mw-icon-upload {
	background-image: url("../images/icons/attach.png") !important;
}
.mw-icon-docs, .mw-icon-download  {
	background-image: url("../images/documents.svg") !important;
}
.mw-icon-b-vehicle {
	background-image: url("../images/vehicle_silhouette.png");
}
.mw-icon-b-pump {
	background-image: url("../images/pump.png");
}
.mw-icon-b-engine {
	background-image: url("../images/engine.png");
}
.mw-icon-textedit {
	background-image: url("../images/edit.svg") !important;
}
.mw-icon-manage_fuelcards {
	background-image: url("../images/card.svg") !important;
}
