/* This css file is here to add custom application styles */
/*DA-START:responsive-application-style.css:DA-START*/

/*
 * This makes the BODO log take all available height.

.layout-wrapper .layout-topbar .logo {
	padding: 0px;
	height: 60px;
}

/*
 * leting links appear in blue color
 *
body a {
    color: #0071bc;
}

/*
 * show buttons in blue color
 *
body .ui-button {
    background-color: #0071bc;
    border: 1px solid #0071bc;
}

 */


/*  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;
}

/*
.footer-link {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.footer-link:hover {
    color: #cbd3da !important;
}

.footer-item-spacer {
	width: 3px;
	height: 20px;
	background-color: #fff;
	float: right;
	margin-top: 9px;
}
*/

.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 */
    
    /* - 178px 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% - 178px) !important;
}

.layout-main {
    margin-top: 68px; /* equal to header height */
}
 
{=======================================================}
{ PrimeFaces - Anpassungen - fileUpload with border     }
{=======================================================}
body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
	width: 31%;
	height: 30px;
}

.ui-fileupload {
	border: rgb(168, 168, 168) solid 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ui-fileupload .ui-widget-content {
	border: none important!;
	border-color: white;
}

.ui-fileupload-content {
	border: none;
}

.ui-fileupload-buttonbar {
	border: none;
}

.ui-fileupload-content .ui-progressbar {
	border-radius: 10px;
	border: rgb(168, 168, 168) solid 1px;
}

/*
 * MAIN
 */
.layout-main {
	position: relative;
}

/*
 * SOUTH
 */
.layout-footer {
	background-color: #f2f5fa;
} 

#footer_grid.ui-panelgrid .ui-panelgrid-cell {
	padding: 0px 0px 0px 0px;
	background-color: #606060;
}
#footer_grid.ui-panelgrid-cell {
	padding: 0px 0px 0px 0px;
	background-color: #606060;
}
#links_grid.ui-panelgrid .ui-panelgrid-cell {
	padding: 0px 0px 0px 0px;
	background-color: #606060;
}
#links_grid.ui-panelgrid-cell {
	padding: 0px 0px 0px 0px;
	background-color: #606060;
}


/*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*/
