html {
	width : 100%;
	height: 100%;
}
body {
	color: #fff;
	width : 100%;
	height: 100%;
	background-color: #000;
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body[data-bg="bg01"] {
	background-image: url(background-1.jpg);
}
body[data-bg="bg02"] {
	background-image: url(background-2.jpg);
}
body[data-bg="bg03"] {
	background-image: url(background-3.jpg);
}

.font8 {
	color: #fff;
}

body[data-bg="bg03"] .font8,
body[data-bg="bg03"] .menuitem-single a {
	color: #000;
}

div#pagecontent {
	width: 1200px;
	max-width: 100%;
/*	z-index: 2; */
	height: 100%; 
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s; 
/*	position: absolute; 
	left: 0;
	top : 0; */
    margin: 0 auto;
}

.page-container {
}

.header-line-1 {
	display: table;
/*	text-align: right; */
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	max-width: 1200px;
	position: fixed;
	z-index: 100;
}

.nav-container-0 {
	display: table-cell;
	text-align: left;
	padding-left: 5px;
}

.nav-container-1 {
	display: table-cell;
	text-align: right;
}

.nav-container-2 {
	position: absolute;
	right: 0;
	bottom: 1px;
}

.nav-container-2 a,
.nav-container-2 a:link,
.nav-container-2 a:visited {
	text-decoration: none;
	color: #fff;
}

.nav-container-2 i.fas {
	font-size: 1.75em;
	padding: 0 10px 0 0;
}


.header-line-2 {
	background-color: #fff;
	display: table-row;
	text-align: center;
	margin-bottom: 1px;
}

.header-line-2 span {
	display: table-cell;
	vertical-align: middle;
}


.footer-line-1 {
	background-color: rgb(24, 106, 135);
	padding: 10px 0;
	text-align: center;
}

.footer-line-1 a {
	font-style: normal;
	text-decoration: none;
	color: #fff;
}
.footer-line-1 a:link,
.footer-line-1 a:visited {
	color: #fff;
}
.footer-line-1 .t1 {
	color: #fff;
	font-size: 1.2em;
	margin-right: 40px;
}

.footer-line-1 .t2 {
	color: #fff;
	font-size: 1.2em;
	margin-left: 40px;
}

.footer-line-2 {
	padding: 20px 0;
	text-align: center;
	background-color: #00BAF2;
}

.indented {
	width: 800px;
	margin: 0 auto;
}

.body {
	padding: 5px 5px 0;
	min-height: calc(100vh - 80px);
}

div.footer-line-1 .t2 {
	display: inline-block;
	border: 5px 0;
}
div.footer-line-1 .t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #00d4d4;
}

div.footer-line-1 .t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}


nav.dropnav li.nav-admin {
	background-color: #ff6600;
}
nav.dropnav > ul > li:hover {
	background-color: rgba(255,255,255, 0.2);
}
nav.dropnav li.nav-admin:hover {
	background-color: rgba(255,102,0, 0.7);
}

.themeButton i.fa-icon {
	margin-right: 10px;
	font-size: 1.5em;
}

.themeButton span.logo {
	vertical-align: calc(12%);
}

.themeButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color: #019ad2;
}

.themeButton {
	-moz-box-shadow: 2px 2px 4px 0px #2d4b57;
	-webkit-box-shadow: 2px 2px 4px 0px #2d4b57;
	box-shadow: 2px 2px 4px 0px #2d4b57;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color: #33bdef;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #057fd0;
	display: inline-block;
	cursor: pointer;
	color: #ffffff !important;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #5b6178;
	text-align: left;
}

.themeButton:active {
	position:relative;
	top:1px;
}

.action-item .themeButton {
	width: 100%;
}

div.header.main-col {
	position: relative;
	height: 40px;
}

.main-body {
	width: 100%;
}

.main-body .column {
	display: table-cell;
    vertical-align: middle;
	height: calc(100vh - 140px);	
}

.main-body .column.main-right {
	width: 250px;
	text-align: left;
}

.main-body .column.main-column {
	width: 950px;
	text-align: center;
}

.main-column .login-prompt {
	width:350px;
	text-align:left;
	display:inline-block;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.2);
	padding: 5px 10px 10px;
}

.main-column .login-prompt a:link,
.main-column .login-prompt a:visited {
	text-decoration: none;
	color: #eee;
	font-weight: bold;
}

body[data-bg="bg03"] .main-column .login-prompt {
	border: 1px solid #333;
	background-color: rgba(0,0,0,0.2);
}

body[data-bg="bg03"] .main-column .login-prompt a:link,
body[data-bg="bg03"] .main-column .login-prompt a:visited {
	color: #333;
}


.form-options {
	padding-top: 15px;
}
.form-options .option-right,
.form-options .option-left {
	display: table-cell;
    vertical-align: middle;
	width: 175px;
}
.form-options .option-right {
	text-align: right;
}

@media screen and (orientation:portrait) {
	body {
		background-size: auto 100%;
	}	
	.main-body {
		display: flex;
		flex-flow: column wrap;		
		justify-content: center;
		height: calc(100vh - 84px);		
	}
	.main-body .column {
		height: auto;
		display: inline-block;
	}
	.main-body .column.main-right {
		width: 100%;
		text-align: center; 
	}	
	
	.main-body .column .container {
		display: inline-block;
	}
	.main-body .column.main-column {
		width: initial;
	}
}

@media screen and (orientation:landscape) {
	body {
	}
}

@media (max-width: 440px) {
	.body {
		min-height: calc(100vh - 73px);
	}
	div.footer-container {
		font-size: 9px;
		color: #fff;
	}
	a:hover,
	a:visited {
		color: #eee;
	}
	.footer-line-1 {
		text-align: left;
		margin-left: 0;
		padding-left: 5px;
	}
	.footer-line-1 .t2 {
		margin-left: 0;
	}
	div.footer-line-1 .t2 .menuitem-single {
		padding: 0 5px;
	}
}