html, body {
	background-color: #fafafa; 
	min-height: 100%;	
}

.portalSkin {
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#hornyPas {
	background-color:#074e68;
	/*box-shadow: 0 1px 4px rgba(0,0,0,0.4);*/
	color: #ffffff;
	padding: 0 20px; 
	position:relative;
	z-index:1;
	overflow:hidden;
}
.portal-content-strip {
	background-color:#074e68;
	height: 40px;
	margin-bottom: -40px;
}
.nostrip-module .portal-content-strip {
	display: none;
}
.login-module .portal-content-strip  {
	height: 8vh;
	margin-bottom: -5vh;
}
.portal-content-box {
	background-color: #fff;;
	border-radius: 20px;
	max-width: 1040px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.15);	
	padding: 30px;
	min-height: 60vh;
	position: relative;
}
.portal-content-box.noMinHeight {
	min-height: 0;
}
.portal-content-box.noBg {
	background-color: transparent;
	box-shadow: none;
	padding: 30px 15px;

}
.obsahPasu .portal-content-box { 
	margin: 0 -10px;
}

.login-outer.portal-content-box {
	max-width: 600px;
	margin: auto;
	min-height: 0;
}

#hornyPas h1 {
	color: inherit;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

#hornyPas span.slogan {
	font-size: 20px;
	color: rgba(255,255,255,0.7);
}

#hornyPas img {	
	width: 70px;
	height: 70px;
	
	border-radius: 20px;
	overflow: hidden;
	margin-top: 5px;
}

.obsahPasuLogo {
	padding: 40px 0;
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	align-items: center;
}

.login-module .obsahPasuLogo {
	padding: 8vh 0 4vh 0;
	max-width: 600px;
	justify-content: center;
}

.obsahPasuLogo > .logo-outer {
	flex: auto 0 0;
	text-align: right;
	display: block;
}

.login-module .obsahPasuLogo > .sloga-outer {
	flex: auto 0 0;
}

.obsahPasuLogo > .sloga-outer {
	flex: 60% 6 6;
	text-align: left;	
}
.subhornyPas {
	padding: 10px 20px;
	background-color: #09698C;
	margin-bottom: 15px;
	color: #ffffff;
	position: absolute;
	left: 0px;
	right: 0px;		
}

@media (max-width: 500px) {
	#hornyPas {
		padding: 0 20px 0 20px; 
		box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	}
	.login-module .portal-content-strip {
		display: none;
	}
	.login-module .obsahPasuLogo > .logo-outer {
		flex: auto 0 0 ;
	}
	#hornyPas h1 {
		font-size: 25px;
	}
	
	#hornyPas span.slogan {
		font-size: 15px;
		color: rgba(255,255,255,0.7);
	}
	
	#hornyPas img {
		width: 40px;
		height: 40px;
	}

	.obsahPasuLogo {
		padding: 10px 0;
	}
	
	.subhornyPas {
		padding: 10px 10px;			
	}
	.portal-content-box {
		border-radius: 0;
		box-shadow: none;
		min-height: calc(100vh - 200px);
		padding: 20px;
	}
	.login-outer.portal-content-box {
		min-height: calc(100vh - 200px);
	}
	.obsahPasu .portal-content-box { 
		margin: 0 -20px;
	}

	.mobile-center-align {
		text-align: center;
	}
}

#hlavnyPas {
	min-height: 100%;
	padding: 0px 20px 20px 20px; 
	position: relative;
}

#dolnyPas {
	background-color: #333333;
	padding: 20px;	
	color: #999;
}

.obsahPasu {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;	
}

.obsahPasuLinks {
	position: relative;
	height: 0;
}


#quickLinks {
	position: absolute;
	top: 0;
	right: -18px;	
}

#quickLinks li {
	background-color: rgba(9,105,140,0.6);
	margin: 1px;
	display: inline-block;
	
	position: relative;
	vertical-align: top;
}
#quickLinks li a {
	cursor: pointer;
	display: inline-block;	
	padding: 9px 15px;
	box-sizing: border-box;
}
#quickLinks li a:hover {
	background-color: rgba(9,105,140,0.8);
	outline: 1px solid #000;
	text-decoration: none;
} 

#quickLinks li.langChooser img {
	width: 16px;
	height: 10px;
	margin: 0;
	vertical-align: middle;
}
#quickLinks .langLinks {
	display: none;
	position: absolute;
	width: 210px;
	top: 0px;
	right: 0;
	padding-top:32px;	
}
#quickLinks .innerLinks {
	background-color: rgba(9,105,140,0.8);
	border: 1px solid #000;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#quickLinks li.langChooser:hover .langLinks {
	display: block;
}
#quickLinks li.login {

}

#quickLinks li.login a {
	color: #fff;
	text-transform: uppercase;
	padding: 9px 15px;
	display: block;
}
hr {
	border:0;
	border-bottom:1px solid #074e68;
	border-top:1px solid #D7E1E5;
	height: 0px;
	margin: 10px 0px;
	margin-left: -10px;
	margin-right: -10px;
}

.h-subtitle {
	
}

.rpUserList {
	
	
}
.rpUserList li {
	
	padding: 20px 0px 20px 80px;
	position: relative;
	margin-bottom: -2px;
}
.rpUserIcon {
	position: absolute;
	left: 8px;
	top: 22px;
	
}
.rpUserIcon img {
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	height: 50px;
	border: 2px solid #aaa;
}
@media (hover: hover) and (pointer: fine) {
	.rpUserList li:hover {
		background-color: #2f3640;
		color: #fff;
		border-radius: 20px;
	}
	.rpUserList li:hover .rpUserIcon img {
		border-color: #353b48;
	}
	.rpUserList li:hover a[href] {
		color: #B3E5FC;
	}
}

.rpUserList .celemeno {
	font-size: 1.5em;
	font-weight: bold;
}

.rpUserList .login {
	margin-top:4px;
}

.rpUserList .actions {
	margin-top: 10px;
}

#footerNav {
	
	text-align: center;
	color: #bbb;

}
.asc {
	font-size:0.8em;
}


#footerNav li {
	display: inline-block;
	padding: 5px 10px;
	white-space: nowrap;	
}

#footerNav li a {
	color: inherit;
}


.fieldListRow {
	padding: 5px 0;
	white-space:nowrap;
	display: flex;
	flex-flow: row nowrap;
	max-width: 500px;
	width: 100%;
}

.fieldListRow > .label {
	flex: 30% 1 1;
	color: #797979;
	display: inline-block;	
	text-align: right;
	white-space:normal;
	padding: 7px 10px 7px 0;
}

.fieldListRow > .value {
	flex: 70% 1 1;
	display: inline-block;	
	white-space:normal;
}

.fieldListRow > .value.noinput {
	padding: 7px 0;
}

.fieldListRow input[type="text"],
.fieldListRow input[type="email"],
.fieldListRow input[type="number"],
.fieldListRow input[type="password"],
.fieldListRow textarea,
.fieldListRow select {
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 7px;
	border: 1px solid #aaa;	
}

.rp-change-field {
	width:100%;box-sizing:border-box;padding: 8px 10px;border: 1px solid #999;
}

.rp-change-field::placeholder {
	font-size: 13px;
	opacity: 0.5;
	color: inherit
}


.login-inner {
	max-width: 500px;
	margin: auto;
}

@media (max-width: 500px) {
	.rpUserList li {
		padding-left: 60px;		
	}
	.rpUserIcon {
		top: 25px;
		left: 0px;
	}
	.rpUserIcon img {
		width: 40px;
		height: 40px;
	}
}

.portal-boxes {
	display: grid; 
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 25px;

	justify-content: end;
}


.portal-box {

	background-color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	overflow: hidden;
	
	color: inherit;
	padding: 15px;
	display: flex;
	flex-flow: column nowrap;
}

.portal-box.box-ok {
	border: 1px solid #4CAF50;
}
.portal-box.box-err {
	border: 1px solid #F44336;	
}
a.portal-box {
	cursor: pointer;
	display: block;
}
a.portal-box.newBtn {
	opacity: 0.5;
}
a.portal-box.newBtn:hover {
	opacity: 1;
}

a.portal-box:active {
	background-color: rgba(0,0,0,0.05);
}
.portal-box.nobg {
	background-color: transparent;
	box-shadow: none;
	align-self: center;
}

.portal-box-msg {
	padding: 15px 15px 15px 15px;
	
	margin: 12px -15px -15px -15px;
	background-color: #eee;
	
}

.portal-box-msg0 {
	padding-left: 35px;
	position: relative;
}

.portal-box-msg0 i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.2em;
	font-size: 18px;
}

.portal-box-msg.fail {
	background-color: #F44336;
	color: #fff;
}

.portal-box-msg.ok {
	background-color: #4CAF50;
	color: #fff;
}

.portal-ralign {
	text-align: right;
}

.portal-link-button {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	padding: 4px  8px;
}

.portal-link-button:hover {
	background-color: rgba(0,0,0,0.05);
	color: inherit;
	text-decoration: none;
}