/* Tooltip container */
.tooltiptext {
  position: relative;
}

/* Tooltip text */
.ui-inputfield.ui-inputmask ~ .tooltiptext, .ui-selectonemenu ~ .tooltiptext, .ui-inputtext ~ .tooltiptext, .ui-selectbooleancheckbox ~ .tooltiptext, .ui-calendar ~ .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 3px 10px;
  border-radius: 2px;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 15%);
  white-space: pre-line;
  height: fit-content;

  /* Position the tooltip text */
  position:fixed;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  /*margin-left: -60px;*/

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 4px 6px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

/* Tooltip arrow
.ui-inputfield .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
} */

/* Show the tooltip text when you mouse over the tooltip container */
.ui-inputfield.ui-inputmask:hover ~ .tooltiptext, .ui-selectonemenu:hover ~ .tooltiptext, .ui-inputtext:hover ~ .tooltiptext, .ui-selectbooleancheckbox:hover ~ .tooltiptext, .ui-calendar:hover ~ .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition-delay:1s;
}

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:100px;
	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;
}
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
}
input.perc3digit {
	width: 60px;
	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.6;
    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: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;
	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;
	vertical-align: middle;
	padding-bottom: 3px;
}

.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 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 }
.panellabel-large { width: 250px }
.panellabel-dropdown-placeholder { width: 324px }
.panelcheckbox { width: 20px }
.paneldata { width:125px; white-space: nowrap }
.financial-paneldata { width:145px; 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;
	width: 100%;
}
.phonegroup > div {
	display: block;
	float: left;
	width: 80%;
}

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


.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: 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;
	border-radius: 0;
	padding: 5px 1% 5px 20px;
	max-width:350px;
}

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

.detailactions {
    position: absolute;
    right: 0;
    top: 110px;
    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 {
	width: 100%;
	vertical-align: bottom;
	margin: 10px auto 10px auto;
	position: relative;
	/*max-width: 1440px;*/
	min-width: 250px;
	height:30px;
	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;
	/*min-width: 240px;*/
	max-width: 100%;
	display:block;
	/*line-height: 14px;*/
	/*font-size: 1.5em;*/
}

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

	
.confirm-dialog-content {
	margin: 5px;
	max-height: 700px;
	overflow-y: auto;
}

@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:95px;
	    z-index: 100;
	}
	.messagesHeaderContent{
		top:70px;
	}
}

.seloptsfield-content-scrollable .ui-fieldset-content {
	overflow-y: auto;
}

@media screen and (max-height: 720px) {
	.seloptsfield-content-scrollable .ui-fieldset-content {
		max-height: 300px;
	}
}

@media screen and (max-height: 900px) {
	.confirm-dialog-content {
		margin: 5px;
		max-height: 550px;
		overflow-y: auto;
	}
}
	
@media screen and (min-height: 721px) {
	.seloptsfield-content-scrollable .ui-fieldset-content {
		max-height: 450px;
	}
}

@media screen and (min-height: 769px) {
	.seloptsfield-content-scrollable .ui-fieldset-content {
		max-height: 500px;
	}
}

@media screen and (min-height: 1040px) {
	.seloptsfield-content-scrollable .ui-fieldset-content {
		max-height: 640px;
	}
}

.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_red.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: #6a86c3;
	font-size: 1.4em;
}

.tableVehicleDescription {
	font-size: 1.4em;
}

.tableStatus {
	color: #6a86c3;
	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_999999_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;
}

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

.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 {
	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;
	display: block;
	width: 95px;
}
.no-wrap, .ui-datatable tbody td.no-wrap{
	white-space: nowrap;
}
.scrollable-table{
	overflow:auto;
}
/*.tripleFloatColumn {
	max-width: 1410px;
}
*/

.warningpanel .error.quote-input-validation-message-container {
	display: flex;
	flex-direction: column;
}

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

.is_stuck {
	z-index: 5;
}

#quote .ui-tabs .ui-tabs-nav li { width:18%; }
.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-extra-field {
	width: 20%;
}

.stipulation-extra-field {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.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: 200px;
	height: 125px;
}
/*
.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.6 !important;
}

.mw-make-button {
	width:150px;
	margin:0.3em;
	height:120px;
	float:left
}

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

.mw-submitpanel {
	position: fixed;
	bottom: 50px;
	width: calc(100% - 30px);
	pointer-events: none;
}

/* Remove image for the changeLCompany page */
form#changeLCompany > a > img {
  display: none;
}

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

.ui-spinner-button {
	border: none !important;
	background-color: transparent !important;
}

.red-star::after {
	color:red;
	content: " *";
	vertical-align: sub;
}

div.search-businesspartner-container {
	display: flex;
}

div.search-businesspartner-inputtext {
	padding: 0;
}

div.search-businesspartner-button {
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0px;
	padding: 0;
	padding-left: 0.5em;
	padding-top: 1.3em;
	margin-right: 0.5em;
}

div.search-businesspartner-button button {
	min-width: 100px !important;
}

.nationality-selectonemenu {
	min-width: auto !important;
}

.ui-selectonemenu-filter-container {
	box-sizing: border-box;
}

.mw-submitpanel .buttonFloatColumn .ui-messages, .mw-submitpanel .buttonFloatColumn .footerFieldset {
	pointer-events: auto;
}

@media screen and (max-width: 1439px) {
	.large-select-menu {
		width: 150px;
		min-width: unset !important;
	}
}

@media screen and (min-width: 1440px) {
	.large-select-menu {
		width: 180px;
		min-width: unset !important;
	}
}
	
@media screen and (min-width: 1680px) {
	.large-select-menu {
		width: 250px;
		min-width: unset !important;
	}
}

.quote-financial-summary-row > div {
	padding: 0.25em;	
}

.quote-financial-summary-row > div:first-child {
	padding-left: 0em;
	padding-right: 0em;
}

.quote-financial-summary-row > div:not(:first-child) {
	padding-right: 0em;
}

.centered-label {
	display: flex;
	align-items: center;
	grid-gap: 0.25em;
}

.prospect-detail-section-title {
	font-weight: bold;
	margin-top: 1em;
}

.bypass-validation-rules-panel.ui-panel {
	border-color: #DD9052;
	background-color: #FEF9D1;
}

.bypass-validation-rules-panel .ui-panel-content {
	color: #DD9052;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bypass-validation-rules-panel .ui-button, .bypass-validation-rules-panel .ui-button.ui-state-hover {
	border-color: #DD9052;
	color: #DD9052;
}

.bypass-validation-rules-panel .ui-button.ui-state-active {
	border-color: #DD9052;
	background-color: #DD9052;
	color: white;
}

.bypass-validation-rules-button.ui-button {
	color: #BF0000;
	border-color: #BF0000;
	outline: none;
}

.bypass-validation-rules-button-container {
	display: flex;
	align-items: center;
    justify-content: flex-end;
}

.bypass-validation-rules-button.ui-button:hover {
	border: 2px solid;
}

.bypass-validation-rules-button.ui-button:active {
	background-color: #BF0000;
	color: white;
}

.contact-roles, .contact-gender {
	display: table;
}

.contact-roles .ui-button, .contact-gender .ui-button {
	display: table-cell;
    vertical-align: middle;
}

.consent-selectOneButton {
	display: flex;
	flex-direction: row;
	grid-gap: 1em;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 30px !important;
}

.consent-label {
	vertical-align: top;
}

.ui-widget.checkbox-list {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
}

.ui-button.logo.logo-button {
	border: unset;
    border-radius: unset;
}

.action-button-table {
	height:100px; 
	width:100%; 
	text-align:center;
}

.action-button-table button {
	width: 80%;
}

/* Remove opacity on the buttons when the parent is disabled (make the button texts readable) */ 
body .pcs-select-one-button.ui-state-disabled .ui-button.ui-state-disabled {
    opacity: 1;
}

.quote-actions-container {
	width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5em;
}

.quote-actions-container > button {
	/* In order to have 2 columns, each button takes 50% of the width minus 0.5em (space between each button, see above) */
    flex-basis: calc(50% - 0.5em);
    /* Override min and max width to be sure width defined for flex-basis is applied */
    min-width: unset !important;
    max-width: unset !important;
}

.quote-actions-container > button:last-child:nth-child(odd) {
	/* In case of odd number of buttons : last button takes the whole line  */
    flex-basis: calc(100% - 0.5em);
}

.flex-column {
	display: flex;
	flex-direction: column;
}


.vehicle-type-container .padding-top-0 {
	padding-top: 0px;
}

.vehicle-type-container .padding-bottom-0 {
	padding-bottom: 0px;
}

.vehicle-type-container .answer-container {
	display: flex;
	grid-gap: 0.5em;
}


.vehicle-type-container .answer-container > .ui-button {
	width: unset !important;
	min-width: 100px;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
	width: 91.66666667%;
}

.col-md-10 {
	width: 83.33333333%;
}

.col-md-9 {
	width: 75%;
}

.col-md-8 {
	width: 66.66666667%;
}

.col-md-7 {
	width: 58.33333333%;
}

.col-md-6 {
	width: 50%;
}

.col-md-5 {
	width: 41.66666667%;
}

.col-md-4 {
	width: 33.33333333%;
}

.col-md-3 {
	width: 25%;
}

.col-md-2 {
	width: 16.66666667%;
}

.col-md-1 {
	width: 8.33333333%;
}

.option-column-container > .fa.fa-eye {
	padding-right: 5px;
}

.creditapp-legend-table {
	display: flex;
    flex-direction: column;
}

.creditapp-legend-table thead tr,
.creditapp-legend-table tbody tr {
    display: flex;
}

.creditapp-legend-table thead tr th,
.creditapp-legend-table tbody tr td {
    display: flex;
    flex: 1;
    padding: 0.5em;
    align-items: center;
}

.creditapp-legend-table img {
	padding-right: 10px;
}

.creditapplication-legend-margin-bottom {
	margin-bottom: 100px;
}

[readonly="readonly"]:focus {
	border: unset !important;
}

[readonly="readonly"] {
	opacity: 0.35;
}

.consent-dialog-content {
	overflow-y: auto;
	max-height: 550px;
}

.consent-dialog .ui-dialog-content {
	display: contents;
}

.stipulations-grid tr, .stipulations-grid td {
    border: none !important;
    padding: 2px !important;
}

.stipulations-grid .ui-widget-header {
	background-color: #ffffff;
	font-weight: bold;
	color: #5f666c;
}

.mw-option-tree-flex .ui-treenode-content {
	display: flex;
	align-items: center;
}

.mw-option-tree-flex .mw-option-tree-description {
	white-space: normal;
}

.mw-option-tree-flex .ui-treenode-content .ui-tree-toggler {
	min-width: 16px;
}

.loqate-address-complete {
	max-height: 300px;
}

.display-none {
	display: none;
}

.voucher-code-label {
	 margin: 10px 5px;
}