.layout-svg-container {
	z-index: 5;
}

.layout-svg-container > svg {
	display: block;
}

.layout-svg-container {
/*	fill: rgb(24, 29, 32);
	stroke: rgb(24, 29, 32);*/
	fill: #0c0c14;
	stroke: #0c0c14;
	stroke-width: 2px;
	/*fill:#231F20; stroke:#231F20*/
}
.logo {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 6;
}
/*.logo.logo-refc {
	background-image: url('../../_common/img/refc-logo-01.png');
	width: 70px;
	height: 50px;
	top: 10px;
	left: 10px;
}
.logo.logo-retc {
	background-image: url('../../_common/img/retc-logo-01.png');
	width: 93px;
	height: 49px;
	top: 20px;
	left: 83px;
}*/

.site-logo-text {
	justify-content: center;
	flex-grow: 1;
	z-index: 5;
}
.site-logo-text > h1, .site-logo-text > h2 {
	margin: 0;
	text-align: center;
	font-weight: 400;
}

.site-logo-text > h1 {
	font-size: 190px;
}

.body-container {
	/*background: url('../_common/img/bg01.jpg') no-repeat;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	
	font-family: 'Quicksand', Arial, sans-serif;
	color: #F9F9F9;
	position: relative;
}

#splash {
	background-image: url('../../_common/img/bg06.jpg');
}
#layout-login {
	background-image: url('../../_common/img/bg04.jpg');
}
#layout-portal {
	background-image: url('../../_common/img/bg04.jpg');
}

#splash a {
	color: inherit;
	text-decoration: none;
}

.parallax .overlay {
	flex: none;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	background-color: #000;
	opacity: 0.3;
}

.header-buttons-container {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

.header-buttons-container > button {
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px;
	cursor: pointer;
	/*background: none;*/
	background: rgba(24, 29, 32, 0.5);
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
	
	font-size: 20px;
	font-family: 'Quicksand', Arial, sans-serif;
	font-weight: 400;
	
	-webkit-transition: anything .125s ease;
    transition: all .125s ease;
}

.header-buttons-container > button:hover {
	background: rgba(249, 249, 249, 0.25);
}

.header-buttons-container > button:active {
	-webkit-transition: none;
    transition: none;
	background: rgba(249, 249, 249, 0.6);
	color: rgb(24, 29, 32);
}

.layout-body {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.box-fadein {
	position: absolute;
	min-width: calc(20% + 200px);
	/*width: 20%;*/
	height: 50%;
	background-color: rgb(24, 29, 32);
	box-shadow: 5px 6px 5px 3px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

#login-response,
#portal-response {
	/*height: 30px;*/
	min-height: 30px;
}


/* jQuery UI overrides */
body .ui-widget-overlay {
    background: #aaa;
    opacity: 0;
    filter: Alpha(Opacity=30);
}