/**
 * CSS związany stricte z layoutem strony, czyli częściami otaczającymi
 * główną jej część (mp. główne menu, stopka). Większość selektorów tutaj
 * powinna być selektorami ID.
 */
body {
	background: url("/usosadm/javax.faces.resource/images/bg.gif.jsf?v=69752f4");
}

#pageContent {
	min-height: 100%;
	min-width: 1250px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#pagePathDiv {
	float: left;
	cursor: default;
	font-style: italic;
	color: #888;
	font-size: 11px;
}

#pagePathDiv > span {
	padding-left: 7px;
}

#notifyMainMessages .rf-msgs-inf {
	background-color: rgba(255, 185, 140, 0.7);
	background-image: url("/usosadm/javax.faces.resource/images/check-square.png.jsf?v=69752f4");
	background-position: 15px 50%;
	color: white;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	padding: 18px;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 101; /* żeby był widoczny na rf-pp-shade */
}

#notifyMainMessages .rf-msgs-inf .rf-msgs-sum {
	font-size: 1.5em;
	font-weight: bold;
}

.mainContentWrapper {
	padding: 5px;
	clear: both;
}

#mainContentDiv {
	padding: 10px;
	vertical-align: top;
	flex: 1 0 auto;
}

#pageFooter {
	color: #fff;
	text-align: center;
	font-size: 13px;
	flex: 0 0 220px; /* 34+150+36 */
	box-sizing: border-box;
	width: 100%;
	min-width: 1024px;
	background: url("/usosadm/javax.faces.resource/images/footerbg.gif.jsf?v=69752f4");
}

#pageFooter section {
	padding-top: 34px;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
	height: 150px;
	opacity: 0.6;
}

#pageFooter a {
	color: #F2C266;
	text-decoration: none;
}

#pageFooter a:hover {
	text-decoration: underline;
}

#pageFooter .ft-logo {
	position: relative;
	max-height: 110px;
	width: auto;
}

#pageFooter .ft-institution-logo {
	margin: 10px 20px 0 30px;
}

#pageFooter .ft-usos-logo {
	margin: 10px 0 0 30px;
}

#pageFooter div.ft-with-icon {
	margin-bottom: 3px;
	padding-left: 18px;
	position: relative;
}

#pageFooter div.ft-header {
	margin: 3px 0 8px 0;
	border-bottom: 1px solid #939393;
	opacity: 0.5;
	font-size: 14px;
}

#pageFooter div.ft-name {
	margin-bottom: 8px;
}

#pageFooter .pi {
	position: absolute;
	left: -2px;
	font-size: 16px;
	color: #aaa;
	width: 16px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#pageFooter #copyright {
	margin-top: 36px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.2);
}

#overlay {
	visibility: hidden;
}

#overlay.overlay-active {
	background-color: rgba(220, 220, 220, 0.5);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1111;
	cursor: progress !important;
	visibility: visible;
}

#overlay>div {
	position: fixed;
	top: 50%;
	left: 50%;
}

#overlay>div>div {
	position: absolute;
	top: -30px;
	left: -100px;
	background: #fff;
	padding: 10px 20px;
	border: 1px solid #aaa;
	width: 200px;
	height: 54px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.5);
}

#overlay .overlay-icon {
	background-image: url("/usosadm/javax.faces.resource/images/ajax-loader.gif.jsf?v=69752f4");
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	position: absolute;
	top: 9px;
	left: 31px;
}

#overlay .overlay-content {
	position: absolute;
	top: 17px;
	left: 70px;
}