/* This css file is here to add custom application styles */
/*DA-START:responsive-application-style.css:DA-START*/
body .ui-widget-content {
    background-color: #FFFFFF;
    border: 0px solid #d6d7d9;
}

/* disabled-Felder nicht zu blass */
body .ui-state-disabled {
	opacity: 0.7;
}

/* im Tabview kein Rahmen */
body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.vd-tabtitle, body .ui-wizard .ui-wizard-step-titles .ui-wizard-step-title.ui-state-highlight.vd-tabtitle {
	border-top: none;
}

body .ui-wizard .ui-wizard-step-titles li.ui-wizard-step-title.vd-tabtitle:first-child {
	border-left: none;
}

body .ui-wizard .ui-wizard-step-titles li.ui-wizard-step-title.vd-tabtitle:last-child {
	border-right: none;
}

{=======================================================}
{ PrimeFaces - Menu Button ausblenden, wenn nicht benötigt }
{=======================================================}
@media screen and (min-width: 1025px) {
   #menu-button {
       display : none;
   }
}

#layout_embedded {
	margin-bottom:80px
}

.layout-main {
	position: relative;
}

.sidebar-scroll-content {
	border-right: 1px solid #bbb;
}

#menuform {
	height: 100%;
	border-right: 1px solid #bbb;
}

.layout-topbar {
    box-shadow: 1px 0px 3px #666;
}

.layout-sidebar {
    margin-top: 2px
}


/*  classes used to make a footer and header work   */
/* .stickyHeader {
	width: 100%; 
	height: 68px; 
	background-color: #fff;
	background-color: #f2f5fa;
	position: fixed;
	top: 0;
	z-index: 997;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
} */

.clear-header-panel {
	width: 100%;
	border: none;
	background: none;
}

.clear-header-panel .ui-widget-content {
    background: none;
}

.text-site-headline {
  _qm_code_einrueckung : _value;
  font-size            : 24pt;
}
 
.logo-left {
	width: 20%;
    text-align: left;
}

.text-center {
	width: 59%;
	text-align: center
}

.logo-right {
	width: 20%;
    text-align: right;
}
 
 .imageInTabelle
{
  _qm_code_einrueckung : _value;
  margin-right         : 5px;
  margin-left          : 5px;
}

.stickyFooter {
	width: 100%; 
	height: 50px;
	background-color: #e0e4ec;
	position: fixed;
    bottom: 0;
    /* border-top: 1px solid #d6d7d9; */
}

.footer-item-container {
    margin: 0px 20px;
    text-align: center;
    line-height: 24px;
    padding: 0px 5px;
    float: none;
    margin-top: 7px;
}

.main-body {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0px !important;
}

/* .layout-topbar {
    margin-top: 68px; equal to header height
}

.usermenu {
	margin-top: 68px; equal to header height
} */

.layout-sidebar {/* 
    margin-top: 68px;  */equal to header height
    
    /* - 110px offset = [68px header] 1 60px header 2 50px footer
       - important is needed despite bad practice, because different layouts
         (desktop, reponsive etc.) overrule this class multiple times */
   
    height: calc(100% - 110px) !important;
}

/*.layout-main {
	position: relative;
    margin-top: 68px; equal to header height
} */

/* ------ ------ custom error page ------ ------ */
.errorBody {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-clip: inherit;
	height: 100%;
	padding: 12px 0;
}

.errorBodyContainer {
	/* half of the viewport - the content size + topbar offset == center*/
	margin-top: calc((50vh - 400px) + 126px);
}

.errorContentContainer {
	min-height: 160px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #50555F;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.errorSecondFooter {
	width: 100%;
	height: 60px;
	margin-top: 66px;
	background-color: #005CA9;
}

.errorPageHeading {
	font-weight: bold;
	color: #50555F;
	text-align: center;
	width: 100%;
	margin: 10px 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}

.errorPageMessage {
	width: 90%;
	margin: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.errorPageLink {
	text-align: center;
	width: 100%;
	margin: 10px 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.errorLogo {
	box-sizing: border-box;
	width: 230px;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
}
/*DA-ELSE:responsive-application-style.css:DA-ELSE*/
/* add custom styles here (used by the templates RESPONSIVE and PRIMEFACES_CALIFORNIA) */
/*DA-END:responsive-application-style.css:DA-END*/
