html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
header {
}
main {
  /* dynamically padding-bottom:60px;   Height of the footer */
}
footer {
   position:absolute;
   bottom:0;
   width:100%;
   /* dynamically height:60px;    Height of the footer */
}

.ui-toolbar {
	padding: .2em;
}

.ui-tabs .ui-tabs-nav li a { /*tab menu items*/
	float: left;
	padding: .2em .5em;
	text-decoration: none;
	color: #124F6D;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { /*tab menu items*/
	background-color: #124F6D;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-tabmenu .ui-tabmenu-nav li a { /*menu items*/
	float: left;
	padding: .2em .5em;
	text-decoration: none;
	color: #124F6D;
	
}

.ui-tabmenu .ui-tabmenu-nav li.ui-state-active a {
	background-color: #124F6D;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-tabmenu .ui-tabmenu-nav li.ui-tabmenu-selected a { /*menu items*/
	background-color: #124F6D;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.ui-selectonemenu .ui-selectonemenu-label {
	display: block;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	width: 100%;
	text-align: left;
	/*color: #2779aa;*/
	color: #222222;
}

.ui-selectonemenu-panel .ui-selectonemenu-list-item {
	border: 0 none;
	margin: 1px 0;
	padding: 3px 5px;
	text-align: left;
	white-space: nowrap;
	/*color: #2779aa;*/
	color: #222222;
}

.ui-widget-content {
	border: 0px none #aed0ea;
	background: #f9fafb;
	color: #2779aa;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid;
    background: #124F6D;
    color: #f8fafc;
}

.ui-selectonemenu-items .ui-state-hover {
   background: #124F6D;
    color: #f8fafc;
}

.ui-inputtext:read-only, .ui-inputtextarea:read-only {
	background-color: #fefefe; /* Heller Hintergrund */
	border: 1px solid #bfbfbf; /* Grauer Rand */
	color: #4a4f54; /* Graue Schriftfarbe */
}
/* Optional: Stil für den Hover-Zustand, um eine Interaktion zu vermeiden */

.ui-inputtext:hover , .ui-inputtextarea:hover {
	background-color: #fefefe; /* Hintergrundfarbe bleibt gleich */
	border: 1px solid #bfbfbf; /* Rand bleibt gleich */
}

.ui-inputfield {
   margin-top: 4px;
   margin-bottom: 4px;
}

.ui-selectonemenu-label {
   margin-top: 0px;
   margin-bottom: 0px;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, ui-widget-header .ui-inputfield.ui-state-focus {
   box-shadow: 0 0 3pt 2pt #124F6D;
}

.ui-state-active, .ui-state-focus {
	/* outline: 1px solid #124F6D; */
    box-shadow: 0 0 3pt 2pt #124F6D;
}

.ui-tabs-outline {
 outline: 1px solid #124F6D ;
 box-shadow: 0 0 3pt 2pt #124F6D;
}

.ui-tabmenuitem:focus {
 box-shadow: 0 0 3pt 2pt #124F6D;
}

hr {
	border-color: #2779aa;
	background-color: #2779aa;
}

.portlet-font {
	font-size: 1em;
	color: #2779aa;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
}

.ui-outputlabel {
   vertical-align: middle; 
   position: relative;
   top: 8px;
}

.fontNoTop {
   position: relative;
   top: 0px;
}

.ui-selectonemenu {
   margin-top: 4px;
   margin-bottom: 4px;
}

.noWrapText {
	white-space: nowrap;
}

.ui-datatable .ui-datatable-header {
	text-align: center;
	border-bottom: 0 none;
	color: #124F6D;
}

.ui-datatable .ui-datatable-footer {
	text-align: left;
	color: #124F6D;
}

.ui-datatable th[role=columnheader]{
	color: #124F6D;
}
.portlet-selectOneRadio.ui-fieldset{
	padding-left: 0px;
}
.portlet-selectOneRadio .ui-fieldset-legend {
	background: none;
    border: 0px;
    padding: 0px;
}

.portlet-selectOneRadio .ui-fieldset-legend {
	background: none;
    border: 0px;
    padding: 0px;
    font-weight: normal;
}

.portlet-selectOneRadio .ui-g-12{
	padding: 0px;
	padding-bottom: 5px;
}


.portlet-selectBooleanCheckbox .ui-chkbox-label {
	margin-top: 0px;
}

.ui-confirm-dialog-severity{
	display: none;
}

.ui-dialog .ui-dialog-buttonpane{
	text-align: center;
}

.ui-button {
	margin-top: 20px;
}

.ui-button .ui-button-text{
	color: #124F6D;
}

.ui-panelgrid .ui-panelgrid-cell {
	border-style: none;
	padding-top:  0px;
	padding-bottom:  0px;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}

.plzMargin {	
	margin-left: 1rem;
}


.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.70;
  filter: Alpha(Opacity=70);  
}
.ui-messages-error {
	color: #7A312E;
}

.ui-state-error .ui-chkbox-box {
    border-color: red; /* Setze die Farbe nach Wunsch */
    background-color: #fdd; /* Helle rote Hintergrundfarbe */
}

/*
* ===================================================================== login.xhtml START =====================================================================
*/
.loginDiv {
	display: flex;
	component-align: center;
	text-align: center;
	justify-content: center;
	margin: 0;
}

.loginButton {
	padding: 0px;
	margin: 0px;
}

@media only screen and (min-width: 768px) {
	.loginPanelGridLeft {
		text-align: right;
	}
}

@media only screen and (min-width: 768px) {
	.loginPanelGridRight {
		text-align: left;
	}
}

.loginButtonsGrid {
	background-color: #FFFFFF;
}

.withoutSpace .ui-panel-content {
   margin:0;
   padding:0;
}

h1 {
  display: block;
  font-size: 1.5em;
  color: #2779aa;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  display: block;
  font-size: 1em;
  color: #2779aa;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  display: block;
  font-size: 1em;
  color: #2779aa;
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 4px;
}

.ui-fileupload-buttonbar .ui-button {
	margin :0px;
}

.height-10 {
    height: 10px;
}

/*
* ===================================================================== login.xhtml STOP =====================================================================
*/

/*
* ===================================================================== portal.xhtml START =====================================================================
*/
.defaultTabTitle {
	text-align: center;
	font-size: 1em;
}
/*
* ===================================================================== portal.xhtml STOP =====================================================================
*/

/*
* ===================================================================== toplinks.xhtml START =====================================================================
*/
.links-font {
	text-decoration: none;
	font-size: 1em;
	color: #2779aa;
}
/*
* ===================================================================== toplinks.xhtml STOP =====================================================================
*/

/*
* ===================================================================== caseOverview.xhtml  START =====================================================================
*/
.panelGridCenter {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}
   


.infringementEntryDataInput {
    display: inline-block;
    overflow:hidden;
    width: 100%;   
}

.customReflowTable .customColumn {
	padding-right: 20px;
}

.ui-fluid .ui-button.button-auto-width {
    width: auto;
    display: inline-block;
}

/*
* ===================================================================== caseOverview.xhtml  END =====================================================================
*/

/*
* ===================================================================== payment.xhtml  END =====================================================================
*/


/*
* ===================================================================== payment.xhtml  END =====================================================================
*/

/*
* ===================================================================== pictures.xhtml  START =====================================================================
*/
.threeQuarters {
	width: 75%;
}
/*
* ===================================================================== pictures.xhtml  END =====================================================================
*/

/*
* ===================================================================== hearing.xhtml\questioning.xhtml START =====================================================================
*/
.columnFixedWidthUploadFile {
	width: 250px;
}
/*
* ===================================================================== hearing.xhtml\questioning.xhtml  END =====================================================================
*/