body {
	display: block;

	box-sizing: border-box;

	min-height: 600px;
	min-width: 1100px;

	margin: 0px;
	padding: 0px;

	font-size: 15px;
	line-height: 1.5;
}

.header {
	position: relative!important;
	z-index: 10;

	box-sizing: border-box;

	background-color: #9b0a20;
	height: 70px;
	width: 100%;

	padding: 20px 16px 0px 16px;
}

.bannerText {
	position: absolute;

	top: 19px;

	color: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 43px;
    text-decoration: underline;
    line-height: 1;
    letter-spacing: 3px;
}

.bannerInfo {
    float: right!important;
    
    padding-top: 20px;

    color: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    text-transform: capitalize;
}

.topNav {
	position: sticky;
	z-index: 9;

	top: 0px;

	background-color: #464646;
	height: 45px;
	width: 100%;

	color: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: "Segoe UI", Arial, sans-serif;
    text-align: center;
}

.topNavAdminBypass {
	overflow: hidden;

	height: 45px;

	font-size: 20px;
}

.navBar {
	overflow: hidden;

	height: 45px;
}

.navBarLeft {
	float: left;
}

.navBarRight {
	float: right;
}

.navBarItem {
    display: block;
    float: left;
    overflow: hidden;
    outline: 0px;

    box-sizing: border-box;

    height: 100%;
    width: auto;
    
    border: none;
    padding: 10px 15px 9px 15px!important;

    color: #ffffff;
}

.navBarButton {
    user-select: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

.navBarButton:hover {
    color: #ffffff!important;
    background-color: #000000!important;
}

.navBarActive {
    color: #000000;
    background-color: #308e38;
    font-weight: bold;
}

.navBarSelect {
	color: #000000;
    background-color: #5fa665;
}

.sideMenu {
	position: fixed!important;
	top: 115px;
	left: 0px;
	z-index: 8;
	
	box-sizing: border-box;

	background-color: #f1f1f1;
	height: calc(100% - 115px);
	width: 220px;

	border: 0px;
	border-right: 2px solid #000000;

	padding-top: 10px;
	padding-bottom: 100px;

	overflow-y: scroll;
	overflow-x: hidden;
}

.sideMenuTitle {
	display: block;

    padding: 2px 1px 1px 16px;

    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-decoration: underline;
    text-transform: capitalize;
    color: #000000;
}

.sideMenuBar {
	display: block;
	overflow: hidden;

	width: 170px;

    padding: 2px 1px 1px 16px;
}

.sideMenuBar hr {
	margin-block-start: 0px;
	margin-block-end: 0px;

	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}

.sideMenuButton {
	display: block;

    padding: 2px 1px 1px 16px;

    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
}

.sideMenuButton:hover {
	background-color: #cccccc;
	color: #000000;
}

.sideMenuSubButton {
	display: block;

    padding: 2px 1px 1px 31px;

    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #000000;
}

.sideMenuSubButton:hover {
	background-color: #cccccc;
	color: #000000;
}

.sideMenuActive {
	color: #ffffff;
    background-color: #1f6f26;
    font-weight: 600;
}

.sideMenuActive:hover {
	color: #ffffff;
    background-color: #1f6f26;
}

.sideMenuSelect {
	color: #000000;
    background-color: #5fa665;
}

.sideMenuSelect:hover {
	color: #000000;
    background-color: #308e38;
}

.content {
	position: relative;
}

.contentSideMenuOffset {
	padding-left: 220px!important;
}

.contentRow {
	position: relative;
}

.footer {
	position: relative;
	overflow: hidden;

	height: 200px;
}

.footerSideMenuOffset {
	padding-left: 220px!important;
}

.footer img {
	position: absolute;
	z-index: -5;

	bottom: -90px;

	width: 100%;
}

.footerSideMenuOffset img {
	width: calc(100% - 220px)!important;
	bottom: -70px!important;
}

.footerFade {
	z-index: -4;

	width: 100%;
	height: 100%;

	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.53));
}

.footerVersionNumber {
	position: absolute;

	right: 10px;
	bottom: 10px;

	color: #000000;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3px;
}

.overlay {
	display: none;
	box-sizing: border-box;
	position: fixed;
	z-index: 20;

	background-color: rgba(0, 0, 0, 0.7);

	padding-top: 10vh;
	padding-bottom: 10vh;
	padding-left: 150px;
	padding-right: 150px;

	min-width: 1100px;
	width: 100%;
	height: 100%;

	left: 0px;
}

.noTextSelect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}