html, body {
	height:100%;
	margin:0; 
	padding:0;
}

img {
	border: 0
}

.nowrap {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

/* add parents to make rule more important than other ones, using !important prevents it from being overritten with style.display='block' */
html body .hidden {
	display: none !important;
}

html body .showable {
	display: none;
}

/* differenc to .hidden is it can be read by screen readers, bots, etc...*/
.off-screen {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* The info text P */
.text , .text p {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}

.borderless {
	border: none;
	padding: 0;
	margin: 0;
}

.borderless>.ui-panel-content, .borderless>.ui-datagrid-content, .borderless>.ui-datalist-content, .borderless>.ui-widget-content {
	padding: 0;
	border: none;
}

.borderless>.ui-panel-footer {
	padding-left:0;
	padding-right:0;
}

.borderless>.ui-datalist-content>ul {
	margin-top:5px;
	margin-bottom:5px;
}

.column-headerless>.ui-datatable-tablewrapper>table>thead {
	display:none;
}

.table-top td, td.table-top, tr.table-top {
	vertical-align: top;
}

.ui-panel.ui-table-parent>.ui-panel-content {
	padding-left: 0;
	padding-right: 0;
}

html body .ui-widget-h3, html body .ui-widget .ui-widget-h3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

html body .ui-widget-h2, html body .ui-widget .ui-widget-h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

html body .ui-widget-h1, html body .ui-widget .ui-widget-h1 {
	font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

.ui-dialog {
	margin-top: 10px;
}

.ui-datalist-content {
	padding-left: 6px;
	padding-right: 6px;
}

.ui-datalist.outline ul {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.ui-datalist.outline .ui-datalist-content {
	border: none;
}

.ui-datalist.outline .ui-datalist-data {
	list-style: none outside none;
}

.ui-datalist.inline .ui-datalist-content {
	border: none;
	padding-left: 0px;
	padding-right: 0px;
}

.ui-datalist.inline .ui-datalist-data {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}

.ui-datalist.inline .ui-datalist-data li {
	list-style: none outside none;
	display: inline;
	padding-right: 5px;
}

html body .ui-widget-bold, html body .widget .ui-widget-bold {
	font-weight: bold !important;
}

html body .ui-widget-major, html body .widget .ui-widget-major, html body .ui-widget-major * {
	font-size: 1.4em !important;
}

html body .ui-widget-normal, html body .widget .ui-widget-normal {
	font-size: 1em !important;
}

html body .ui-widget-minor, html body .ui-widget .ui-widget-minor {
	font-size: 0.8em !important;
}

html body .ui-widget-minor-minor, html body .ui-widget .ui-widget-minor-minor {
	font-size: 0.7em !important;
}

/* remove borders from p:panelGrid */
.ui-panelgrid {
	width: 100%;
}

.ui-panelgrid.autoWidth, html body .autoWidth {
	width: auto !important;
}

.ui-panelgrid td {
	border: 0 none !important;
}

.ui-panelgrid>.ui-widget-content,.ui-panelgrid>tbody>.ui-widget-content {
	border: 0 none;
}

.ui-panelgrid .ui-editor.ui-widget-content {
	border: 1px solid #A8A8A8;
}

body .ui-datatable thead th,body .ui-datatable tbody td,body .ui-datatable tfoot td {
	white-space: normal;
}

.ui-selectonemenu {
	border-collapse: collapse;
}

.ui-inplace-display {
	text-decoration: underline;
}

html body .spacer-bottom {	
	margin-bottom: 1em !important;
}

html body .spacer-top {
	margin-top: 1em !important;
}

html body .spacer-top-bottom {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

hr.ui-widget-content {
	border-bottom: none;
	border-left: none;
	border-right: none;
}


/* table header same alignment as panel header */
.ui-datatable .ui-datatable-header,
.ui-panel .ui-panel-title,
.ui-datagrid .ui-datagrid-header {
	text-align:left;
}

/* PF5 introduced fixed table layout keep auto for now */
html body .ui-datatable table {
	table-layout: auto;
}

.ui-blockui-content,.ui-tooltip, .ui-confirm-dialog {
    max-width: 500px;
}

.ui-icon-inline {
	display:inline-block !important;
	vertical-align:bottom;
}

.ui-icon-big {
	padding:3px;
}

html body .ui-corner-no-top {
	border-top:0;
	
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

html body .ui-tabmenu.bottom-dock, html body .ui-tabmenu.bottom-dock .ui-tabmenu-nav {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

/********************************************************* 
parkingHq ilogs styling 
**********************************************************/

html body {
	background: url(/iPCP/javax.faces.resource/images/bg.png.xhtml) repeat top left;
	border-style: none;
}

.background {
	background: url(/iPCP/javax.faces.resource/images/bg.png.xhtml) repeat top left;
}

html body.iframe {
	/* otherwise the border is cropped in firefox */
	margin:0 1px;
	background-image: none;
}

div.header h1 {
	text-align: center;
	margin:0;
	padding:0;
	font-size: 25px;
}
div.header h1 span {
	font-size: 30px;	
}

div.footer {
	padding-top:5px;
}

div.header, 
div.content, 
div.footer {
	margin: 0 auto;
    max-width: 940px;
}

div.footer {
	text-align:center;
}

div.footerContainer, div.headerContainer, div.contentContainer {
	clear:both;
}

div.contentContainer div.content.center,
div.footerContainer div.footer.center,
div.headerContainer div.header.center,
body.center div.contentContainer div.content,
body.center div.footerContainer div.footer,
body.center div.headerContainer div.header {
	margin: 0 auto; 
	max-width:940px;
}

div.content.fullscreen, 
body.fullscreen div.content,
body.fullscreen div.header,
body.fullscreen div.footer {
	margin: 0 5px; 
	max-width:none;
}

body.fullscreen div.content, 
body.fullscreen div.footer {
	margin: 0; 
	max-width:none;
}

body.iframe .iframe-hide {
	display:none;
}


/* header container small */

div.headerContainer.small {	
	height: auto;
	padding: 0;
	margin: 0 0 1px 0;
	border-bottom: 1px solid #ddd; 
}

div.headerContainer.small div.header {
	padding: 0 0 0 80px;
	margin: 0;
	height: 45px;
	max-width:none;
	
	background: url(/iPCP/javax.faces.resource/images/logo_mini.png.xhtml?ln=primefaces-phq) no-repeat 35px center;
}

div.headerContainer.small div.header h1 {
	text-align:left;
	font-size:15px;
	height: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
}

div.headerContainer.small div.header h1 br {
	display: none;
}

div.headerContainer.small div.header .infobar {
	padding-top: 20px;
	height: 20px;
	font-size:15px;
	color:#cac8c8;
}

div.headerContainer.small div.header .infobar a {
	color:#cac8c8;
	text-decoration:none;
}
div.headerContainer.small div.header .infobar a:hover {
	color:#B1B1B1;
	text-decoration:underline;
}

/*
 * Simple container style for mpc cards simple views, admin profile 
 */

div.container.simple {
	max-width:940px;
	margin: 0 auto;
}


div.container.simple .ui-datatable .ui-datatable-header, 
div.container.simple .ui-panel .ui-panel-title, 
div.container.simple .ui-datagrid .ui-datagrid-header {
    text-align: center;
}
/* *************************** BASE END *********************************************************************/




/* style placeholder text for input,textarea fields */
/* all */
::-webkit-input-placeholder { color:BBB; }
::-moz-placeholder { color:BBB; } /* firefox 19+ */
:-ms-input-placeholder { color:BBB; } /* ie */
input:-ms-input-placeholder:focus{ color: #BBB; } /* ie */
input:-moz-placeholder { color:#BBB; }



label.label-floatlabel {
	font-size:12px !important;
	color: #999  !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding-top: 2px !important;
	
	
	/* ie 9- fix to always show floatlabel since placeholder is not working */
	display: block !important;
	filter: alpha(opacity = 100) !important;    /* IE 6, 7, 8 */
}

label.label-floatlabel.visible {
	display: block !important;
	opacity: 1.0 !important;
	filter: alpha(opacity = 100) !important;    /* IE 6, 7, 8 */
}

.floatlabel {
	margin-top:16px !important;
}

/** floatlabel in calendar is always visible using label-floatlabel, no margin needed */
.ui-ipcp-calendar .floatlabel {
	margin-top:0px !important;
}

.filter-hide .ui-column-filter, .filter-hide .ui-column-customfilter {
	display:none;
}

.filter-show .ui-column-filter, .filter-show .ui-column-customfilter {
	display:initial;
}


/** strike through diagonal fsix */
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.strikethrough.small:before {
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);
}

.strikethrough.reverse:before {
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  transform:rotate(5deg);
}

.strikethrough.small.reverse:before {
  -webkit-transform:rotate(10deg);
  -moz-transform:rotate(10deg);
  -ms-transform:rotate(10deg);
  -o-transform:rotate(10deg);
  transform:rotate(10deg);
}


html body>.ui-blockui {
	position:fixed;
	top:0;
	left:0;
	right:100%;
	bottom:100%;
}

html body>.ui-blockui-content {
	position: fixed;
	top: 45%;
}

.ui-selectonemenu-panel .ui-selectonemenu-table td {
	border-left:none;
	border-right:none;
}

.ui-datalist .ui-datalist-nobullets {
    padding-left:0;
}

html body ul.plain {
    padding-left: 0;
}

html body ul.plain li {
    border-bottom: 1px solid #e5e5e5;
    list-style: outside none none;
    padding: 0.5em 0;
}

dt {
	font-weight: bold;
	padding-bottom: 5px;
}

dd {
	padding-bottom: 10px;
}


.LICENSEPLATE.image, .LICENSEPLATE .driveInId1Container { 
	position:relative;
	display: inline-block;
	padding: 6px 2px 6px 22px;
	height: 28px;	
	width: 158px;
	background: url(/iPCP/javax.faces.resource/images/kfz_custom.png.xhtml) no-repeat;
}

.LICENSEPLATE.image.de, .LICENSEPLATE .driveInId1Container.de { 
	background: url(/iPCP/javax.faces.resource/images/kfz_de.png.xhtml) no-repeat;
}
.LICENSEPLATE.image.lu, .LICENSEPLATE .driveInId1Container.lu { 
	background: url(/iPCP/javax.faces.resource/images/kfz_lu.png.xhtml) no-repeat;
}
.LICENSEPLATE.image.be, .LICENSEPLATE .driveInId1Container.be { 
	background: url(/iPCP/javax.faces.resource/images/kfz_be.png.xhtml) no-repeat;
}
.LICENSEPLATE.image.nl, .LICENSEPLATE .driveInId1Container.nl { 
	background: url(/iPCP/javax.faces.resource/images/kfz_nl.png.xhtml) no-repeat;
}

.LICENSEPLATE.image .ui-inputfield {
	position:absolute;
	width:48px;
}
.LICENSEPLATE.image .ui-inputfield.input0 {
	left:24px;
}
.LICENSEPLATE.image .ui-inputfield.input1 {
	left:76px;
}
.LICENSEPLATE.image .ui-inputfield.input2 {
	left:128px;
}


.LICENSEPLATE.image.de .ui-inputfield.input0 {
	width:46px;
	left: 24px;	
}
.LICENSEPLATE.image.de .ui-inputfield.input1 {
	width:32px;	
	left: 90px;
}
.LICENSEPLATE.image.de .ui-inputfield.input2 {
	width:48px;	
	left: 126px;
}

.notification-cookie {	
	padding: 0;
	margin: 0;
	left: 0;
	width: 100%;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

/** clearfix headers if we have floating buttons etc in it */
.ui-widget-header::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-messages.inline .ui-messages-info,
.ui-messages.inline .ui-messages-warn,
.ui-messages.inline .ui-messages-error,
.ui-messages.inline .ui-messages-fatal {
	margin:0;
	padding: 5px;
}



html body input[readonly] {
    border-color:transparent !important;
}

html body input[readonly="readonly"] {
    border-color:transparent !important;
}

/* for outtext that should have the same padding than readonly inputfields */
.input-readonly {
	padding:5px;
	border:0;
}

html body input[readonly]::-webkit-input-placeholder, html body input[readonly="readonly"]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}
html body input[readonly]:-moz-placeholder, html body input[readonly="readonly"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;   
}
html body input[readonly]::-moz-placeholder,html body input[readonly="readonly"]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
html body input[readonly]:-ms-input-placeholder,html body input[readonly="readonly"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: transparent;
}