
/* dm-serif-display-regular - latin-ext_latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-serif-display-v5-latin-ext_latin-regular.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-serif-display-v5-latin-ext_latin-regular.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-serif-display-italic - latin-ext_latin */
@font-face {
    font-family: 'DM Serif Display';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-serif-display-v5-latin-ext_latin-italic.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-serif-display-v5-latin-ext_latin-italic.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-regular - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-regular.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-regular.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-italic - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-italic.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-italic.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-500 - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-500.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-500.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-500italic - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 500;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-500italic.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-500italic.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-700 - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-700.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-700.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* dm-sans-700italic - latin-ext_latin */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-700italic.woff2.xhtml') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/javax.faces.resource/fonts/dm-sans-v6-latin-ext_latin-700italic.woff.xhtml') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    font-family: "DM Sans", "Arial", "sans-serif";
    background-color: white;
    color: black;
    margin: 0;
    height: 100vh;
}

#maincontainer {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 801px) {
    #maincontainer {
        width: 95%;
    }
}

#maincontainer_user {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.ui-widget {
    font-family: "DM Sans", "Arial", "sans-serif";
}

.ui-button-text, button.ui-button.ui-state-default {
    background-color: #00b2a9;
    border: 1px solid #00b2a9;
}
.ui-button {
    background-color: #003a40;
}
.ui-layout-unit{
    visibility:visible;
}
.ui-dialog {
    border: #003a40 solid 1px !important;
}
.ui-datatable tbody td.abstimmenButton {
    padding: 4px 4px;
}

body .ui-datatable .ui-datatable-header {
    text-align: center;
}
body .ui-treetable .ui-treetable-header {
    text-align: center;
}
body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-icon-triangle-1-s:last-child {
    display: none;
}
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
  padding: 12px;
}
body .ui-button.ui-button-flat {
  color: white;
}
body .ui-panel .ui-panel-titlebar {
	text-align: center;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: grey;
  background: grey;
}
body .ui-datatable thead th {
  white-space: normal;
}
body .ui-datatable .ui-datatable-data > tr > td {
  white-space: normal;
}
body .ui-galleria .ui-galleria-thumbnail-container {
    background: transparent;
}

.hauptseitePanelGrid td.ui-panelgrid-cell,
.hauptseitePanelGrid tr.ui-widget-content {
    border: none;
}

/* Containerelement f�r die Eingabefelder auf der Loginseite / index.xhtml */
#logincontainer {
    display: flex;
    flex-direction: column;
}

.label_input {
    display: flex;
    flex-wrap : wrap;
    flex-direction: row;
}

.label_input .label {
    width: 30%;
}

.label_input .input {
    width: 70%;
}

/* Fuer das Impressionmanagement auf der Loginseite */
.loginseitefooter {
	font-size: 0.8em;
	font-weight: bold;
}
.loginseitetitel {
	font-size: 1.2em;
	font-weight: bold;
}
.normalertext {
	font-size: 0.9em;
	font-weight: bold;
}
.ueberschrift {
	font-size: 1.1em;
	font-weight: bold;
}
.ueberschrift_underline {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.kleineanmerkung {
    color: #06b0b9;
	font-size: 0.7em;
	font-style: italic;
}
.ui-outputlabel.ui-widget.loginseitetitel {
	font-size: 1.1em;
	font-weight: bold;
}
.ui-outputlabel.ui-widget.ueberschrift {
	font-size: 1.1em;
	font-weight: bold;
}
.erfrischungsbutton {
    background: rgb(28, 184, 65); /* this is a green */
}
/* praktisch */
.einruecken {
	padding-left: 100px;
}
.autoresizingpanel {
	margin-top: 30px;
	margin-bottom: 20px;
}
.label {
    width: 20%;
    padding: 4px;
}
.value {
    width: 80%;
    padding: 4px;
}
.column50prozent {
    width: 50%;
    padding: 4px;
}
.labelpix {
    width: 260px;
    padding: 4px;
}
.valuepix {
    width: 400px;
    padding: 4px;
}
.col3_1 {
    width: 9%;
}
.col3_2 {
    width: 9%;
}
.col3_3 {
    width: 82%;
}
.col4_1 {
    width: 9%;
}
.col4_2 {
    width: 9%;
}
.col4_3 {
    width: 9%;
}
.col4_4 {
    width: 73%;
}
.label_px {
    width: 300px;
    padding: 4px;
}
.value_px {
    width: 800px;
    padding: 4px;
}
.greenrow {
    background-color: rgb(0, 255, 51) !important;
}
.yellowrow {
    background-color: rgb(255,255,0) !important;
}
.warnung {
    background-color: rgb(255,236,179) !important;
}
.ui-datascroller .ui-datascroller-item {
    border-block: 1px solid #d5d5d5;
}
.ui-selectmenu-95{
     width: 95% !important;
}
.photoCam_aus {
	width:380px;
	height:360px;
	background:black;
}
.photoCam_normal {
	width:380px;
	height:360px;
	background:#00b2a9;
}
.photoCam_ok {
	width:380px;
	height:360px;
	background:#99ff99;
}
.photoCam_warn {
	width:380px;
	height:360px;
	background:#feb546;
}
.photoCam_error {
	width:380px;
	height:360px;
	background:#ff0000;
}
.ui-wizard-nav-next.ui-button {
    float: left;
    margin-left: 5px;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.teilnehmer_rueckmelden_btn {
	font-size:80% !important; 
	width:110px !important; 
	height:10px !important; 
	border:0 !important;
}
.letztGruppe{
	background-color: lightcyan !important;
}
@media print {
    .noPrint {
        display: none;
    }
}
.ui-panelgrid .p-grid .ui-panelgrid-cell, .ui-panelgrid .grid .ui-panelgrid-cell, .ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell {
  border-top: 1px solid #dee2e6;
}
