body.popup {
	padding: 15px;
	background-color: #FFFFFF
}
.searchFields, .searchButtons, .top{
	vertical-align:top;
}
.actionLegend .ui-panel-titlebar-icon{
	float:left;
}
.searchBox{
	vertical-align:top;
	width:80%;
}
.actionLegend{
	vertical-align:top;
}
.actionLegend td{
	white-space:nowrap;
	line-height:25px;
	width:200px;
}

.data {
	width: 100%;
	border-right: 1px solid #ccc
}

.backToTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}
.backToTop img {
	width: 35px;
	height: 35px;
}
.headerRow {
	display: inline-block;
}
.messagesHeaderContent{
	top:125px;
	position: fixed;
	width:100%;
	background-color:transparent;
	z-index: 5;
}
.messagesHeader{
	margin: 0 15px;
}

@media screen and (max-width: 1440px) {
	max-width: 100%;
}

.customerLogoImg{
	margin-bottom:-6px;
	margin-left:-10px;
	margin-top:-6px;
}

.labelColumn{
	vertical-align:top;
	width: 120px;
}
.inputColumn{
	vertical-align:top;
}

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;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}
footer a:link, footer a:visited {
    color: #00458F;
    text-decoration: none;
}
footer a:hover, footer a:active {
    text-decoration: underline;
}

.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,textarea,select,.input {
	font-size: 1em;
	border: 1px solid #E0E0E0;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

input[type='radio'], input[type='checkbox'] {
	border:none;
	background-color: #FFFFFF;
}
*/
input.perc {
	width: 40px;
	text-align: right
}
/*
.readonly, select[readonly], input[readonly], textarea[readonly], select[disabled], input[disabled], .required input[readonly] {
    background-color: #F6F6F6 !important;
}
*/
.freeDriverInput{
	font-style:italic;
}
/*
.button:hover, .actionbutton:hover {
	border: 1px solid #6a86c3;
	background: #ffffff url("../images/prime/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	color: #6a86c3;
}

.button_highlight {
	border: 1px solid #6a86c3 !important;
	box-shadow: 0px 0px 3px #6a86c3;
}

button[disabled]{
    background-image: none;
    opacity: 0.35;
    cursor: default !important;
}
*/
.actionbutton, .legendbutton, .confirmbutton {
	font-size: 1.1em !important;

    color: #000000;

    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 1em !important;
	border-radius: 0;

	width: 200px;
   	vertical-align:middle;
   	float:right;
}

.confirmbutton {
	margin-bottom: 5px !important;
}
.actionbutton{
   	float:right;
}
.legendbutton {
   cursor: default;
}
.fieldaction{
	min-width: 150px;
}
@media screen and (max-width: 1280px) {
	.fieldaction{
		width: 100px;
	}
}
.nolabel {
	width: 21px;
	padding: .2em !important;
	float: left;
}

.button, .ui-widget-content .ui-state-default.button {
	min-width: 150px;
	max-width: 250px;
}

.button_disabled {
	min-width: 150px;
	max-width: 250px;
}

.transit {
	transition: all 0.5s;
}

.info,.error,.warn,.fatal {
	font-weight: bold;
	font-size: 1em;
	color: #BF0000;
	display:block;
}
.warningpanel {
	color: #3a87ad;
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
}
.warningpanel.error {
	background-color: rgba(242,222,222,0.9);
	border: 1px solid #B94A48;
	margin-top:10px;
}
.warningpanel .ui-widget-header {
	background: transparent;
	border-bottom: 0;
	margin-bottom: 0;
}
.warningpanel .ui-widget-header, .warningpanel .ui-widget-content {
	color: #3a87ad;
	font-weight: bold;
}
.warningpanel.error .ui-widget-header, .warningpanel.error .ui-widget-content {
	color: #BF0000;
	font-weight: bold;
}
.warningpanel .ui-panel-titlebar-icon {
	background: transparent;
	border: none;
}
.warningpanel .ui-icon {
    background-image: url("../images/prime/ui-icons_0653b6_256x240.png");
}
.warningpanel.error .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:#EE0000;
}
.highlight-CRITICAL{
	font-weight: bold;
	color:#EE0000;
}

.highlight-EXPIRED{
	font-weight: normal;
	color:#EE0000;
}
.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;
	vertical-align: top
}

.listactions td {
	margin: 0;
	padding: 0 !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;
}


.legendtext {
	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;
}
.legendaction {
	line-height:20px;
	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: Arial, Verdana, sans-serif; */
	white-space: normal;
}

.ptable100 {
	width: 100%;
}
.ptable100 table {
	width: 100%;
	clear: both;
	table-layout: auto
}

.tableHeader {
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 10px;
}

.portaldatagridstyleclass {
	border-width: 0 0 !important;
}

.portaldatagridrowclass {
	border-width: 0 0 !important;
}

.portaldatagridcolumnclass {
	border-width: 0 0 !important;
}

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: 0.25em;
}

td.optprice {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	width: 60px;
	color: #000000;
}

.optionCodeColumn {
	width:75px;	
	vertical-align: top;
	line-height: 2em;
}

.optionPriceColumn {
	text-align:right;
	width:75px;	
	white-space:nowrap;
	vertical-align: top;
	line-height: 2em;
}

.optionPriceHeader{
	text-align:right;
}
.optionPriceHeader .sortarrow{
	float:left;
}
.ui-tree .ui-treenode-leaf-icon {
	vertical-align: middle;
}

.pf-panel-hd {
	color: #000000;
}

.pf-panel-hd-controls {
	cursor: pointer;
	right: 4px;
	top: 4px;
	position: absolute;
	overflow: hidden;
}

/* Form column layouts */
.panellabel { width: 180px }
.panelcheckbox { width: 20px }
.paneldata { width:125px; white-space: nowrap }
.paneldatadouble { width:250px; white-space: nowrap }

.percentage { width:80px }

/* Dropdown layouts */
.ddsmall { width:100px }
.ddmedium { width:170px }
.ddlarge { width:220px }

.ddextralargeforced { min-width:300px }

.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;
}

.panel {
	background: transparent;
	background-color:#EEEEEE;
	height: 17px;
	padding-left: 26px;
	border:0;
	font-size:1.2em;
/* 	font-family: Arial, Verdana, sans-serif; */
}

.duplicateFoundPanel {
	margin: 0px 1%;
}

.errorPanel {
	border: 3px solid #AF0837;
	padding:0;
	margin-bottom:1em;
}

.errorPanel .ui-panel-titlebar {
	background: #AF0837;
	color: #fff;
	border:0;
	margin:0;
}

.panelError {
	background: transparent;
	background-color:#AF0837;
	height: 17px;
	padding-left: 26px;
	border-style:none;
	font-size:1.2em;
/* 	font-family: Arial, Verdana, sans-serif; */
}

.panelAddress {
	background: url('../images/home.png') no-repeat;
	background-color:#EEEEEE;
	height: 17px;
	padding-left: 26px;
	border-style:none;
	font-size:1.2em;
/* 	font-family: Arial, Verdana, sans-serif; */
}

.phonegroup {
	white-space: nowrap;
}
.phonegroup > span {
	display: block;
	float: left;
}

/* Panel on login screen */
.loginPanel {
    border-color: #999999;
    border-style: solid;
 	border-width: 1px ;
	background: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
    z-index: 800036;
}

/* Dashboard panels on welcome screen */
.dashboardPanel {
	margin: 10px;
	width: 95%;
    border:0;
 	position: relative;
 	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-color: #dddddd;
    border-style: solid;
    border-width: 0px;
}

.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;
	border: 1px solid #CCCCCC;
	color: #000000;
	font-weight: bold;
	border-radius:0;
	margin: 1px;
	line-height: 14px;
}
.currentstatus{
	border: 2px solid #EE0000;
	border-radius: 12px 12px 12px 12px ;
	padding: 0.2em 1em ;
	color: #EE0000;
	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;}


.chartTableToggle { text-align:right; position:relative; }

/* creditScore */

.additionalparty{
	border: none;
	padding: 0.4em 1em ;
	color: #6a86c3;
	font-style: italic;
	cursor:pointer;
}

.additionalpartydisabled{
	border: none;
	padding: 0.4em 1em ;
	color: #999999;
	font-style: italic;
	cursor:url(../static/images/cross.png),auto;
}

.errorCreditScoreTab {
	border-color: #EE0000 !important;
	color: #FFFFFF !important;
	background: #EE0000 !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;
	border-radius: 0;
	padding: 5px 1% 5px 20px;
	max-width:350px;
}

#detailactions {
	display: block;
	position: relative;
}

.detailactions {
    position: absolute;
    right: 0;
    top: 114px;
    z-index: 98;
}

.detailactions .ui-panel-content{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 1024px) {
	.dashboardSettingsDiv, .detailactions {
    max-width:275px;
	}
}

.searchButton {
	background-image: url('../images/search.png') !important;
}

.deleteButton {
	background-image: url('../images/cross.png') !important;
}

.editButton {
	background-image: url('../images/edit.png') !important;
}

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: inherit;
	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;
}
*/

.actionsFloatColumn {
	width: 31%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 940px;
	min-width: 550px;
}
.buttonFloatColumn {
	margin: 10px auto 0 auto;
	position: relative;
	min-width: 250px;
	height: auto;
	text-align:center;
	z-index:999;
}

.floatColumn, .fixedColumn {
	width: 31%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 470px;
	min-width: 31%;
}

.fixedColumn {
	margin: 1%;
}

.doubleFloatColumn, .searchFloatColumn {
	width: 64%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	max-width: 940px;
	min-width: 31%;
}
.col-xs-12 {
	width: 97%;
	max-width: 1410px;
}

.tripleFloatColumn, .fullFloatColumn {
	width: 100%;
	vertical-align: top;
	float: left;
	/* margin: 5px 1%; */
	position: relative;
	/*min-width: 1200px;*/
}
/*.tripleFloatColumn {
	max-width: 1410px;
}*/
.innerFloat, .floatBlock {
	width: 100%;
	vertical-align: top;
	float: left;
	margin: 5px 1%;
	position: relative;
	/*max-width: 340px;*/
	min-width: 240px;
}

.unsizedFloat {
	vertical-align: top;
	float: left;
	margin: 0 1% 0 0;
	position: relative;
	overflow: hidden;
}

.inputGroup > .innerFloat, .inputGroup > span > .innerFloat {
  margin: 0 1% 0 0;
}

.doubleFloatColumn .innerFloat, .doubleFloatColumn .floatBlock,
.searchFloatColumn .innerFloat,.searchFloatColumn .floatBlock {
	width: 31%;
}

.tripleFloatColumn .innerFloat, .tripleFloatColumn .floatBlock {
	width: 23%;
}

/*.inputField .ui-inputfield, .ui-password, .outputField .ui-inputfield {
	width: 95%;
	box-sizing: border-box;
}
.outputField .ui-inputfield {
	padding: 3px 1% 3px 1%;
}*/
.inputField, .outputField,.inputFieldContainer {
	color: #000000;
	min-height: 14px;
	display:block;
	min-width: auto !important;
}

.fullWidthTable {
	min-width: -webkit-fill-available;
}

.innerFloat.halfWidthTable {
	min-width: 118px;
	width: 47%;
}
.halfWidthTable .inputField, .halfWidthTable .outputField, .halfWidthTable .inputFieldContainer {
	min-width: 118px;
	max-width: 205px;
}
.small input, .small .ui-inputfield {
	width:80px;
}
.calendar .ui-inputfield{
	width:75px;
}
.fullWidthTable > .ui-selectonemenu, .fullWidthTable > .ui-selectonemnu > .ui-selectonemenu-label {
	max-width: 388px !important; /* 410px - width of dd arrow */
	width: auto !important;
}

.90pRowWidth {
	width: 90%;
}

@media screen and (max-width: 1280px) {
	.ui-dashboard-column {
		width: 50%;
		min-width: 50%;
	}
}

/* Landscape Ipad and xlarge android tab */
@media screen and (max-width: 1024px) {
	.tripleFloatColumn {
	width: 98%;
	max-width: 98%;
	min-width: 98%;
	}
	.doubleFloatColumn {
	width: 48%;
	max-width: 98%;
	min-width: 48%%;
	}
	.doubleFloatColumn .innerFloat, .doubleFloatColumn .floatBlock{
		width: 100%;
	}
	.doubleFloatColumn.col-xs-12 .innerFloat, .doubleFloatColumn.col-xs-12 .floatBlock{
		width: auto;
	}
	.floatColumn {
	width: 48%;
	}
	.topHeaderTextImg{
		display:none;
	}
	.ui-dashboard-column {
		width: 50%;
		min-width: 50%;
	}

}

@media screen and (max-width: 900px) {
	.ui-dashboard-column {
		width: 100%;
		min-width: 100%;
	}
}

/* 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%;
	}
	.actionsFloatColumn {
		width: 47%;
		max-width: 47%;
		min-width: 550px;
	}
	.ui-dashboard-column {
		width: 100%;
		min-width: 100%;
	}

}
@media screen and (max-height: 700px) {
	.topHeaderTextImg {
		display:none;
	}
	.topHeader{
		height: 34px;
	}
	.breadcrumbHeader{
		top: 34px;
	}
	h1.breadcrumb {
		border-top: 1px solid #CCCCCC;
	}

	.topHeaderMenu {
		padding:2px;
	}
	.smallMenu {
		padding: 10px 10px 0 10px;
	}
	.headerbackground{
			clip:rect(0, 1700px, 34px, 0);
	}
	.customerLogoImg{
		width:109px;
		height:34px;
    	margin-left:-9px;
    	margin-top:-7px;
	}
	.topHeaderLogo{
		width: 100px;
		height: 34px;
		background-size: 100px 34px;
		max-width:100px;
		min-width:34px;
	}
	.topHeaderText{
		max-width:300px;
		font: bold 15px/20px;
		margin-top: 6px;
		margin-left: 5px;
		padding-bottom: 0;
		height: 20px;
		overflow: hidden;
		height: 20px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.topHeaderText:hover {
		white-space: normal;
		background: white;
		height: auto;
	}
	/*.mainContent{
		padding-top:80px;
	}*/
	.detailactions{
		top:40px;
	}
	.messagesHeaderContent{
		top:70px;
	}
}

.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:#333 !important;
	border-top-width:1px !important;
}
.priceTableAmountSum {
	text-align:right;
	font-weight: bold;
	border-top-style:solid !important;
	border-top-color:#333 !important;
	border-top-width:1px !important;
}

.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/icons/view.gif") !important;
}
.mw-icon-print, .ui-icon-print {
	background-image: url("../images/icons/print.png") !important;
}
.mw-icon-confirm, .mw-icon-select, .mw-icon-approvetermination {
	background-image: url("../images/icons/confirm.gif") !important;
}
.mw-icon-copy {
	background-image: url("../images/icons/copy.png") !important;
}
.mw-icon-link_driver {
	background-image: url("../images/icons/person.gif") !important;
}
.mw-icon-link_supplyingdealer {
	background-image: url("../images/icons/person_green.gif") !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 {
	background-image: url("../images/icons/reject.gif") !important;
}
.mw-icon-delete, .mw-icon-terminate, .mw-icon-cancel {
	background-image: url("../images/icons/delete.gif") !important;
}
.mw-icon-cancel-contract {
	background-image: url("../images/icons/cancel_contract.png") !important;
}
.mw-icon-order, .mw-icon-login {
	background-image: url("../images/icons/key.gif") !important;
}
.mw-icon-edit, .mw-icon-editcreditapp, .mw-icon-resubmitcreditapp {
	background-image: url("../images/icons/edit.png") !important;
}
.mw-icon-requestdeliverydate, .mw-icon-changedeliverydate {
	background-image: url("../images/icons/calendar.gif") !important;
}
.mw-icon-update_eoc_intention {
	background-image: url("../images/icons/finishflag.gif") !important;
}
.mw-icon-change_costcenter {
	background-image: url("../images/icons/moneybag.gif") !important;
}
.mw-icon-change_office {
	background-image: url("../images/icons/building.gif") !important;
}
.mw-icon-register_incident {
	background-image: url("../images/icons/warning.gif") !important;
}
.mw-icon-register_odometer {
	background-image: url("../images/icons/odometer.gif") !important;
}
.mw-icon-view_conditionreport {
	background-image: url("../images/icons/car.png") !important;
}
.mw-icon-change_drivercar {
	background-image: url("../images/icons/car_switch.gif") !important;
}
.mw-icon-activateuser {
	background-image: url("../images/icons/unlock.png") !important;
}
.mw-icon-deactivateuser {
	background-image: url("../images/icons/lock.png") !important;
}
.mw-icon-createquote {
	background-image: url("../images/icons/numbers.gif") !important;
}
.mw-icon-add {
	background-image: url("../images/icons/plus_white_on_blue.png") !important;
	background-position: center;
}
.mw-icon-information {
	background-image: url("../images/icons/information.gif") !important;
}
.mw-icon-attach {	
	background-image: url("../images/icons/attach.png") !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-email {
	background-image: url("../images/icons/email.png");
}
.mw-icon-refinance {
	background-image: url("../images/icons/refinance.png");
}
.mw-icon-refinance_balloon {
	background-image: url("../images/icons/refinance.png");
}
.mw-icon-upload {
	background-image: url("../images/icons/upload.png");
}
.mw-icon-viewcreditcomm {
	background-image: url("../images/icons/bubble.png");
}
.mw-icon-register_vehicle {
	background-image: url("../images/icons/car.png");
}
.mw-icon-early_termination {
	background-image: url("../images/icons/calculator.png");
}

.mw-icon-payout {
	background-image: url("../images/icons/payout.png");
}
.ui-icon.mw-icon-payout {
	background-image: url("../images/icons/payout_bag_smaller.png");
}
.mw-icon-replacement-contract {
	background-image: url("../images/icons/arrow_circle_right.png");
}
.ui-icon.mw-icon-replacement-contract {
	background-image: url("../images/icons/arrow_circle_right_smaller.png");
}
.mw-icon-mark-for-netting {
	background-image: url("../images/icons/mark_for_netting.png");
}
.ui-icon.mw-icon-mark-for-netting {
	background-image: url("../images/icons/mark_for_netting_smaller.png");
}
.mw-icon-viewinvoice {
	background-image: url("../images/icons/view.gif") !important;
}
.mw-status-disabled, .mw-panel.mw-status-disabled .ui-panel-titlebar, .mw-btn:disabled {
	background-color: #BFBFBF !important;
	border-color: #BFBFBF !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: #EE0000;
	font-size: 1.4em;
}

.tableVehicleDescription {
	font-size: 1.4em;
}

.tableStatus {
	color: #EE0000;
	font-size: 1.2em;
}

.tableProductName {
	font-size: 1.4em;
}

@media screen and (min-width: 1280px) {
	.gridcolumn1 {
		float:left;
		width:30%;
	}

	.gridcolumn2 {
		float:left;
		width:50%;
	}

	.gridcolumn3 {
		float:right;
		width:20%;
	}
}

.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_ffffff_256x240.png") 0 0;
}

span.ui-button-icon-left.ui-icon.ui-c.ui-icon-descending {
 	background: url("../images/prime/ui-icons_999999_256x240.png") -65px 0;
}

.ui-selectonebutton {
	display: block;
	padding: 0;
}

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 */
}

.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 {
	min-height:40px;
	position:relative;
	cursor:pointer;
	margin: 5px 0;
}

.veh-property {
	float:left;
	margin-right:5px;
	height:25px;
	line-height:23px;
	display: block;
	width: 95px;
}
.no-wrap, .ui-datatable tbody td.no-wrap{
	white-space: nowrap;
}
.scrollable-table{
	overflow:auto;
}

.warningpanel .error {
	display: inline-block;
	vertical-align: middle;
}

.is_stuck {
	z-index: 5;
}

#quote .ui-tabs .ui-tabs-nav li { width:19%; }
.tabLink { 
	width: 100%; 
	font-weight: bold;
}

.percent25 {
	width: 20%;
}

.percent50 {
	width: 45%;
}

.percent75 {
	width: 70%;
}

.popupleft {
	width:50%;
	max-width:325px;
}

.popupright {
	width:50%;
	max-width:325px;
	padding-left:20px;
}

/*
.conditionsfooter {
	position:fixed;
	bottom:0;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
	padding-top: 5px;
	width:100%;
	text-align:center;
	background: #FFFFFF;
    z-index:980;

    border-top-color: #999;
    border-top-style: solid;
    border-top-width: 1px;

    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
*/

.if-uppercase input, .if-licenseplate-nl input {
	text-transform: uppercase;
}

.tooltip {
	display: inline-block;
	margin: 0 4px;
	vertical-align: middle;
	opacity: 0.6;
	width: 12px !important;
}

th.rotate {
  height: 200px;
  white-space: nowrap;
}

th.rotate > span {
	transform: translate(5px, 90px) rotate(-90deg);
	width: 30px;
	display: block;
	height: 20px;
}
th.rotate > span > div {
	padding: 5px 10px;
	display: inline;
}

td.stip > * {
	display: block;
	text-align: center;
}
td.stip > img {
	margin: auto;
}

.col-md {
	width: 200px;
}
.col-lg {
	width: 400px;
}

.stip-column {
	vertical-align: top;
}

.stip-column-name {
	width: 400px;
	vertical-align: top;
	padding-top: 4.5px;
}

@-moz-keyframes blink {
	0% { color:white;}
	50% { color:red;}
	100% { color:white;}
}

@-webkit-keyframes blink {
	0% { color:white;}
	50% { color:red;}
	100% { color:white;}
}

@keyframes blink {
	0% { color:white;}
	50% { color:red;}
	100% { color:white;}
}

.button.blink .ui-button-text {
	-webkit-animation-name: blink;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: 1s linear;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: blink;
	-moz-animation-duration: .5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	
	 animation-name: blink;
	 animation-duration: .5s;
	 animation-timing-function: linear;
	 animation-iteration-count: infinite;
}

.dot-without-date{
	padding-bottom:14px;
}

.warningPanelSpacer{
	height:45px;
	width: 100%;
	display:block;
}

.pointer {
	cursor: pointer;	
}

/* Carpics slideshow */
.imageSlideshowHolder {
	width: 200px;
	height: 125px;
	text-align: center;
	margin: auto;
	position: relative;
}

.imageSlideshowHolder img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#quote\:leftcol .imageSlideshowHolder {
	width: 132px;
	height: 82px;
}
/*
.ui-datatable.phoneNrTable table {
	width: 460px;
}
*/
.ui-datatable.phoneNrTable td {
	border-color: transparent;
	padding: 0 !important;
}
.ui-datatable.phoneNrTable tr {
	background-color: transparent !important;
}

.ui-datatable.phoneNrTable thead {
	display: none;
}

.evenRow {
	background-color: white;
}

.ui-fileupload-content {
	height: 250px;
}

.clear {
	clear: both;
}

/* Ensure it's obvious that legalentitytype is irrelevant when dealer is selected */
#quote\:customertypePanel button {
	opacity:1 !important;
}
#quote\:customertypePanel .ui-buttonset .ui-state-disabled {
	opacity:0.35 !important;
}

.subline {
	border-bottom: 1px solid #c9cdd2;
}

.subline:hover {
	border-color: #0064a6;
}

.mw-make-button {
	margin:0;
	background-color: initial !important;
}

.mw-make-button div {
	display: flex;
	align-items: center;
	padding: 10px;
}

.mw-make-button img {
	margin-right: 10px;
	width: 60px;
	height: 60px;
}

.mw-make-button span {
	font-size: 1.3em;
	color: black;
}

.make-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0.5em;
	font-weight: bold;
}

.mw-model-button {
	margin:0;
	background-color: initial !important;
}

.mw-model-button div {
	display: flex;
	align-items: center;
	padding: 10px;
}

.mw-model-button span {
	font-size: 1em;
	color: black;
}

.model-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0.5em;
}

.mw-option-tree {
	border: 0 !important;
	width: 100%;
	padding: 0 5px !important;
	background: rgba(0,0,0,0) !important;
}

.mw-submitpanel {
	position: fixed;
	bottom: 0;
	width: calc(100% - 30px);
	padding-bottom: 10px;
}

/* Imported bootstrap classes for convenience */
.text-right {
	text-align: right !important;
}

.mw-customer-select-grid .ui-g-4, .mw-customer-select-grid .ui-g-6 {
	padding: 1em;
}
.mw-customer-select-grid .border-left {
	border-left: 1px solid #dddddd;
}
.mw-customer-select-grid .ui-g .ui-g-12:not(:first-child) {
    margin-top: 0.5em;
}

.menuitem {
	box-sizing: content-box !important;
}

.logintitle {
	color: white;
    font-size: 15pt;
    padding-bottom: 10px;
}

.vehicle-container {
	float:left;
	padding-left:0
}

.vehicle-description {
	word-break:break-all;
}

.navigationWrapper {
	width: 90%;
	min-height: 50px;
	margin: 0 auto;
	text-align: right;
}

.button {
	font-size: 1.2em !important;
    color: #FFFFFF ;   
	border: 0px;
	background: #767676 ;

	margin-right: 0.1em !important;
	border: none !important;

	width: auto; 
	min-width: 100px;
   	max-width: 250px;	
}

.quotebutton {
	width:150px;
	height:36px;
}

.navigationButtonsPanel {
	background: white;
}

.optionDescriptionTooltip {
	max-width:500px;
}

.financialSummaryField{
	width:130px !important;
}

.financialSummaryButton{
	width:180px !important;
}
.leftMargin {
	margin-left:160px;
}
table.leftMargin td label{
		margin : 0 0 0 5px !important;
	}