.page-container {
	background-color: #fff;
}

.font8 {
	font: normal normal normal 14px/1.4em Arial;
	color: #717070;
	line-height: 1.3em;
}

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;
	-webkit-transition: all 0.3s; 
	transition: all 0.3s; 
/*	position: absolute; 
	left: 0;
	top : 0; */
    margin: 0 auto;
}

.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: 10px;
}

.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;
}

.setup_logo {
	background-image: url(setup_banner.jpg);
	width: 100%;
	height: auto;
	padding-top: 11.75%;
	background-size: contain;
}

.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;
}

.leftindent {
	margin-left: 195px;
}

.body {
	background-color: #fff;
	padding: 5px 5px 0;
	min-height: calc(100vh - 182px);
}

div.footer-line-1 span.t2 {
	display: inline-block;
	padding: 5px 0;
}
div.footer-line-1 span.t2 .menuitem-single {
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #00d4d4;
}

div.footer-line-1 span.t2 .menuitem-single:first-child {
	border-left: 0;
}

.ui-tabs-vertical .cms-tab {
	min-height: calc(100vh - 500px);
}

.cms-textarea {
	height: 150px !important;
	width: 300px !important;
}

.cms-comment {
	font-style: italic;
	color: #999;
}


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 {
	-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;
	-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;
}

.main-body {
	width: 100%;
}

.main-body .column {
	display: table-cell;
    vertical-align: top;
}

.main-body .column.main-right {
	width: 250px;
	text-align: left;
}

.main-body .column.main-column {
	width: 950px;
	text-align: left;
}

s.inactive {
	text-decoration-color: red;
}

.context-menu-icon.context-menu-icon--fa5 {
	padding-left: 2.5em;
}

.context-menu-icon.context-menu-icon--fa5 i {
	font-size: 1.25em;
	line-height: .95em;
}

.context-menu-icon.context-menu-icon--fa5 span {
	font-size: 1.2em;
}

div#pagecontent {
    width: 100%;
}

div#pagecontainer {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

/* ** Error *************************** */

.alert {
	font-weight: bold;
	color: #cc0000;
}

.errorContainer {
	position: relative;
	width: 930px;
	margin: 55px auto;
}


.errorContainer div {
	float: left;
	margin: 0 0 0 40px;
}

.errorContainer div h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #cc0000;
	text-shadow: none;
}

.errorContainer div h3 {
	color: #262626;
	margin-top: 5px;
}

.errorContainer div p {
	color: #5b5b5b;
	margin-top: 15px;
	line-height: 25px;
}

.iframe-le {
	width: 100%;
	border: 1px dashed #ccc;
	height: calc(100vh - 330px);
	min-height: 300px;
	overflow: scroll;
}

.iframe-co {
	width: 100%;
	border: 1px dashed #ccc;
	height: calc(100vh - 300px);
	min-height: 300px;
	overflow: scroll;
}

#pagecontent h2.templateheader {
	display: none;
}

@media (min-width: 992px) {
  .col-md-offset-2 {
    margin-left: 0% !important;
  }
}

.indented {
	width: 1000px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #e91e63;
	background: #e91e63;
}

input[type="checkbox"] {
  accent-color: #e91e63;
}