/* GLOBAL
*******************************************************************************/
* {
	outline: 0 none !important;
}
html {
	height:100%;
}
body {
	font: 62.5% "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #313632;
	text-align: center;
	margin:0;
	padding:0;
	overflow-y: scroll;
	height:100%;
	position: relative;
}

#shifter {
    height: 100%;
}
.mainContent {
    margin: 0;
    min-height: 69.3%;
    padding-bottom: 30px;
    text-align: left;
}
.subpageOut {
    background: url("/~img/subpage-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #222222;
    min-height: 309px;
    min-width: 980px;
}
.subpageOut .content, .subpageOut .contentApl {
    background: url("/~img/subpage-light-bg.jpg") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    min-height: 309px;
    padding: 30px 0 0;
}
.content {
    margin: 0 auto;
    width: 980px;
}
.content p {
	font-size: 130%;
}

/*  KOMUNIKATY
******************/
.infLeft {
	width: 88px;
	height:76px;
	float: left;
	background: transparent url("/~img/komunikaty.png") 0 -174px no-repeat;
}
.infRight {
	width: 6px;
	height: 76px;
	float: right;
	background: transparent url("/~img/komunikaty.png") 100% -174px no-repeat;
}
.inf {
	margin:0 6px 10px 88px;
	height: 74px;
	background: #FFF;
	border-top: 1px solid #a1abb0;
	border-bottom: 1px solid #a1abb0;
	box-sizing: unset;
}
.inf p {
	color:#626b71;
	font-weight: bold;
	padding:0 10px;
	display: table-cell;
	height: 73px;
	vertical-align: middle;
}
.okinfLeft {
	width: 88px;
	height:76px;
	float: left;
	background: transparent url("/~img/komunikaty.png") 0 0 no-repeat;
}
.okinfRight {
	width: 6px;
	height: 76px;
	float: right;
	background: transparent url("/~img/komunikaty.png") 100% 0 no-repeat;
}
.okinf {
	margin:0 6px 10px 88px;
	height: 74px;
	background: #FFF;
	border-top: 1px solid #83af39;
	border-bottom: 1px solid #83af39;
}
.okinf p {
	color:#44730b;
	font-weight: bold;
	padding:0 10px;
	display: table-cell;
	height: 73px;
	vertical-align: middle;
}
.errorinfLeft, .alertinfLeft {
	width: 88px;
	height:76px;
	float: left;
	background: transparent url("/~img/komunikaty.png") 0 -87px no-repeat;
}
.errorinfRight, .alertinfRight {
	width: 6px;
	height: 76px;
	float: right;
	background: transparent url("/~img/komunikaty.png") 100% -87px no-repeat;
}
.errorinf, .alertinf {
	margin:0 6px 10px 88px;
	height: 74px;
	background: #FFF;
	border-top: 1px solid #b70900;
	border-bottom: 1px solid #b70900;
}
.errorinf p, .alertinf p {
	color:#b70900;
	font-weight: bold;
	padding:0 10px;
	display: table-cell;
	height: 73px;
	vertical-align: middle;
}