.ui-widget {
	font-family: serif;
	font-size: 14px;
}

/* InputText Floating Label */
/* components.css: InputText Floating Label */

.ui-float-label>input:focus ~ label, 
.ui-float-label>input.ui-state-filled ~ label, 
.ui-float-label>textarea:focus ~ label, 
.ui-float-label>textarea.ui-state-filled ~ label, 
.ui-float-label>.ui-inputwrapper-focus ~ label, 
.ui-float-label>.ui-inputwrapper-filled ~ label {
    top:  .7rem !important;
    font-size: 10px !important;
}

/* theme.css: InputText Floating Label */
body .ui-inputfield {
    color: #333 !important;
    /*border: 1px solid #bcbcbc !important;*/
    /*border-radius: 0 !important;*/
    padding: 1rem 1rem 0 !important;
    line-height: 1.6rem !important;
    width: 90%;
}

/* theme.css original definition */
body .ui-inputfield-orig {
    color: #333 !important;
	padding: 0.429rem 0.429rem !important;
    line-height: 1.6rem !important;
    width: 90%;
}

.nopad {} /* just for anchoring */

.nopad .ui-inputfield {
    color: #333 !important;
	padding: 0.429rem 0.429rem !important;
    line-height: 1.6rem !important;
    width: 90%;
}

.nopad .ui-selectonemenu-label {
	display: block;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	width: 100%;
	text-align: left;
	padding: 0.429rem 0.429rem !important;
}

body .ui-float-label > label {
    margin-left: 1rem !important;
    color: #bcbcbc !important;
}

body .ui-float-label > input:focus ~ label, 
body .ui-float-label > input.ui-state-filled ~ label, 
body .ui-float-label > textarea:focus ~ label, 
body .ui-float-label > textarea.ui-state-filled ~ label, 
body .ui-float-label > .ui-inputwrapper-focus ~ label, 
body .ui-float-label > .ui-inputwrapper-filled ~ label {
    color: #999 !important;
}
/* End InputText Floating Label */

/* Dropdown https://www.primefaces.org/showcase/ui/ajax/dropdown.xhtml?jfwid=bd5ad */
/* theme.css: dropdown
/* Default, Dropdown geschlossen */
body .ui-selectonemenu {
	/*border: 1px solid #bcbcbc !important;*/
	border-radius: 0 !important;
    width: 98%;
}

body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
	color: #666 !important;
	width: 15px !important;
	/* A1_down_icon */
}

body .ui-selectonemenu .ui-selectonemenu-trigger {
	width: 45px !important;
}

/* Dropdown geöffnet, Siehe aria-expanded="true" */
body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight {
	background: #efefef !important;
	color: #333 !important;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item {
	padding: 15px !important;
	height: 50px !important;
	outline: 1px solid #efefef !important;
}

body .ui-selectonemenu-panel {
	box-shadow: 0 0 o.2rem #666666 !important; 
    border-radius: 0 !important;
}
/* End Dropdown https://www.primefaces.org/showcase/ui/ajax/dropdown.xhtml?jfwid=bd5ad */

/* Manipuliertes Label zur Darstellung innerhalb des Dropdowns, Siehe erstes Label Zeile 7 im HTML */
#j_idt302:j_idt305 {
	position: absolute;
	z-index: 999;
	margin-left: 58px;
	margin-top: -18px;
	color: #999;
	font-size: 10px;
}

.snwa-ui-inputfield {
	margin: 0;
	outline: medium none;
	padding: 2px !important;
	font-weight: normal;
}

.ui-fieldset {
	padding: .2em 1em;
}
.ui-fieldset-toggleable .ui-fieldset-legend {
	padding: .1em .5em .1em .1em;
	font-size: smaller;
}

.p-datepicker {
	 display:inline !important;
	 height: 50px !important;
	
}

.ui-datepicker-trigger {
	 margin: 0px !important;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.5rem !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
	padding-top: 0.3rem !important;
	padding-bottom: 0.3rem !important;
}

body .ui-fileupload .ui-fileupload-content .ui-fileupload-files .ui-fileupload-row > div {
	padding: 0.1rem !important;
}

