
html {
	height:100%;
	width:100%;
}

.body {
	background-color: #181a1b;
	color: #e8e6e3;
	font-family: 'Lucida Sans';
	font-size: 20px;
	margin:0px;
	height:100%;
}

.siteHeader {
	width:99%;
	padding: 2px 0.5% 2px 0.5%;
	float:left;
	background-color:black;
}

.navbarContainer {
	width:100%;
	float:left;
}

.navbarContainerMobile {
	width:100%;
	float:left;
}

.navbarLogo {
	float:left;
	font-size: 36px;
}

.navbarLogo:hover {
	cursor: pointer;
	text-decoration: underline;
}

.navbar {
	float:left;
	padding-top: 15px;
	font-size: 18px;
}

.navbarItem {
	float:left;
	padding: 0px 6px 0px 6px;
}

.navbarProfile {
	float:right;
	padding-top: 16px;
	font-size: 18px;
}

.profileItem {
	float:right;
	padding: 0px 0px 0px 6px;
}

.svgIcon {
	width:100%;
	height:100%;
	float:left;
}

.hamburgerMenuIcon {
	width:50px;
	height:40px;
	float:left;
}

.hamburgerMenuContainer {
	position: absolute;
	width:100%;
	height:100%;
	float:left;
	z-index: 300;
}

.hamburgerMenuBackground {
	width:100%;
	height:100%;
	float:left;
	background-color: rgba(0, 0, 0, 0.7);
}

.hamburgerMenu {
	width:60%;
	min-height:10px;
	float:left;
	background-color: black;
}

.hamburgerMenuNavbarItem {
	width:100%;
	float:left;
	font-size:18px;
	padding: 4px;
}

.appRouterView {
	float:left;
	width:100%;
	z-index: 100;
	height:100%;
}

input[type='text'], input[type='button'], input[type='password'], textarea, select {
	background-color:#121415;
	border-color:#575757;
	color:#e8e6e3;
}

input[type='button']:disabled {
	background-color:#575757;
	border-color:#575757;
	color:#121415;
}


input[type='text']:disabled {
	background-color:#575757;
	border-color:#575757;
	color:#e8e6e3;
}

input[type='textarea']:disabled {
	background-color:#575757;
	border-color:#575757;
	color:#e8e6e3;
}

input[type='select']:disabled {
	background-color:#575757;
	border-color:#575757;
	color:#e8e6e3;
}


.hyperlink {
	text-decoration: underline;
	color:rgb(51, 125, 255);
	cursor: pointer;
}



.aut-sort:before{
    font-family: 'Font Awesome 5 Free';
    padding-right: 0.5em;
    width: 1.28571429em;
    display: inline-block;
    text-align: center;
}

.aut-sortable:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f0dc";
}

.aut-asc:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f160";
}

.aut-desc:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f161";
}

.listHeader {
	font-weight: bold;
	font-size: 28px;
	width:100%;
	float:left;
	margin-top: 16px;
}


.tbl-list {
	border: 1px solid rgb(120, 111, 98);
	border-collapse: collapse;
	width:100%;
}

.tbl-list th {
	border: 1px solid rgb(120, 111, 98);
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
}


.tbl-list td {
	border: 1px solid rgb(120, 111, 98);
	padding: 2px 8px 2px 8px;
}

.tbl-list tr:nth-child(even){
	background-color: #111315;
}

.tbl-list tbody tr:hover {
	background-color: rgb(0, 42, 42);
	cursor: pointer;
}

.listPaginationDiv {
	float:left;
	width:100%;
	margin: 3px 0px 0px 0px;
}

.formHeader {
	font-weight: bold;
	font-size: 28px;
	width: 100%;
	float:left;
	margin: 24px 0px 0px 0px;
}

.formSubHeader {
	width:100%;
	float:left;
	font-size: 28px;
	margin:9px 0px 0px 6px;
}

.formContainer {
	width: 100%;
	float:left;
	border: 1px solid rgb(120, 111, 98);
	margin-bottom:14px;
}

.formBodyGray {
	width:100%;
	float:left;
	background-color:rgb(38 38 38);
}

.formBodyDarkgray {
	width:100%;
	float:left;
	background-color:rgb(18 18 18);
}


.formLabel {
	width:100%;
	float:left;
}

.valueRequired {
	border: 1px solid red !important;
}

.formRow {
	width:100%;
	float:left;
}

.formElement25 {
	width: 23%;
	float:left;
	padding: 0.5% 1% 0.5% 1%;
}

.formElement50 {
	width: 48%;
	float:left;
	padding: 0.5% 1% 0.5% 1%;
}

.formElement100 {
	width: 98%;
	float:left;
	padding: 0.5% 1% 0.5% 1%;
}

.formElementLabel {
	padding: 0px 0px 2px 0px;
	width: 100%;
}

.formElementValue {
	width: 100%;
}

.formElementInput100 {
	width: 98%;
}

.formElementInput50 {
	width: 48%;
}

.formElementTextarea100 {
	width: 98%;
}

.formElementButtonSubmit {
	float:right;
}


.buttonControlDiv {
	width: 95%;
	float:right;
	margin: 16px 8px 8px 8px;
}

.recordButtonRight {
	float:right;
	margin-left: 12px;
	font-size: 20px;
}

.tblDetails {
	border: 1px solid rgb(120, 111, 98);
	border-collapse: collapse;
	width:100%;
}

.tblDetails th {
	border: 1px solid rgb(120, 111, 98);
	padding: 8px 4px 8px 4px;
	font-weight: bold;
	font-size: 16px;
}

.tblDetails td {
	border: 1px solid rgb(120, 111, 98);
	padding: 2px 1% 2px 1%;
}



.tblDetailsParent {
	border: 1px solid rgb(120, 111, 98);
	border-collapse: collapse;
	width:100%;
	border-spacing: 0px;
}

.tblDetailsParent>thead>tr>th {
	border: 1px solid rgb(120, 111, 98);
	padding: 8px 4px 8px 4px;
	font-weight: bold;
	font-size: 16px;
}


.tblDetailsParent>tbody>tr>td {
	border-width: 3px;
	border-color: rgb(120, 111, 98);
	border-style: solid;
	padding: 4px;
}


.detailsParentContainer {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.detailsParentLabelValueSection {
	width: 80%;
	float: left;
}

.detailsParentElement {
	width: 100%;
	float: left;
}

.detailsParentLabel {
	float: left;
	margin-right: 6px;
}

.detailsParentValue {
	width: 83%;
	float: left;
}

.detailsParentActionSection {
	width: 20%;
	float: left;
	text-align: right;
}

.xDeleteImage {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.detailsChildContainer {
	width: 90%;
	float: left;
	padding: 0% 5% 0% 5%;
	margin-bottom: 26px;
}

.tblDetailsChild {
	border: 1px solid rgb(120, 111, 98);
	border-collapse: collapse;
	width:100%;
}

.tblDetailsChild th {
	border: 1px solid rgb(120, 111, 98);
	font-weight: bold;
	font-size: 16px;
}

.tblDetailsChild td {
	border: 1px solid rgb(120, 111, 98);
	padding: 2px 0.5% 2px 0.5%;
}

.detailElementInput100 {
	width: 98%;
}

.detailElementInput50 {
	width: 48%;
}

.detailsButtonControlDiv {
	width: 100%;
	float:left;
}


.rowDetailsDelete {
	background-color: rgb(150, 0, 0);
}

.rowDetailsInsert {
	background-color: rgb(0, 45, 0);
}

.detailsButtonRight {
	float:right;
	margin-left: 12px;
}

.detailsButtonLeft {
	float:left;
	margin-right: 12px;
}


.pageContainer {
	width:100%;
	height:100%;
	float:left;
}

.pageBackground {
	width:100%;
	min-height:100%;
	float:left;
	background-image: url("../../images/dragon-warrior-title-tile-dark.png");
	background-repeat: repeat;
	background-size: 128px 128px;
	padding:0px 0px 64px 0px
}

.pageContent {
	width:59%;
	margin-left: 20%;
	float:left;
	background-color: black;
	position: relative;
	padding: 0% 0.5% 0% 0.5%;
	min-height: 300px;
}

.pageSection {
	width:100%;
	float:left;
	padding: 0% 0% 64px 0%;
	border-bottom:3px solid #e8e6e3;
	position:relative;
}

.pageSectionTitle {
	width:100%;
	float:left;
	font-size:28px;
	font-weight:bold;
}

.pageSectionBody {
	width:99%;
	float:left;
	padding: 0px 0.5% 0px 0.5%;
}


.blogBody {
	width:100%;
	float:left;
	background-color: black;
}

.blogHeaderContainer {
	width: 100%;
	float:left;
}

.blogHitCount {
	font-size: 18px;
	font-style: italic;
	float:left;
}

h1.blogTitle {
	width:100%;
	float:left;
	margin-bottom:4px;
}

h3.blogPublish {
	width:100%;
	float:left;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
}

.blogCommentTitle {
	width:100%;
	float:left;
	font-size:28px;
	font-weight:bold;
}

.blogCommentContainer {
	width:100%;
	float:left;
	margin-bottom:24px;
}

.blogCommentHead {
	width:100%;
	float:left;
	border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(232, 230, 227);
}

.blogCommentName {
	float:left;
	font-weight: bold;
	text-decoration: underline;
	word-wrap: break-word;
}

.blogCommentDate {
	float:right;
}

.blogCommentBody {
	width:100%;
	float:left;
}

.submitCommentContainer {
	float:left;
	width:100%;
	background-color:#161616;
	position: relative;
}


.blogCommentText {
	margin: 0px 0px 0px 0px;
	display: block;
    font-family: monospace;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.pageCommentPreviewContainer {
	float:left;
	width:100%;
}

.pageCommentPreviewTitle {
	width:100%;
	float:left;
	font-size:18px;
	font-weight:bold;
}

.pagePadding {
	padding: 0px 4px;
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

.spinner::after {
	content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 8px solid #fff;
    border-top-color: #000;
	animation: spinner 1.0s linear infinite;
	z-index: 120;
}

.spinner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 110;
}

.responseMessageCustomElement {
	float:left;
	width:100%;
}

.responseMessageContainer {
	float:left;
	padding:2px;
}

.messageError {
	background-color:crimson;
	border: 3px solid darkred;
}

.messageSuccess {
	background-color:#004646;
	border: 3px solid #1F5567;
}

.hide {
	display:none;
}

.generalPageHeader {
	float:left;
	width:100%;
	font-size: 36px;
	margin-bottom:24px;
}

.generalPageBody {
	float:left;
	width:100%;
	position:relative;
}

.blogListItem {
	float:left;
	width:100%;
	margin:0px 0px 50px 6px;
}

.blogListTitle {
	float:left;
	width:100%;
	font-size: 24px;
}

.blogListHyperlink {
	float:left;
}

.blogListHyperlink:hover {
	cursor: pointer;
	text-decoration: underline;
}

.blogListDate {
	float:left;
	width:100%;
	font-style: italic;
}

.blogListShortSummary {
	float:left;
	width:100%;
	padding-top: 4px;
}


.blogListInfo {
	float:left;
	width: 80%;
	padding-left: 8px;
}


.blogListImageContainer {
	float:left;
	width: 128px;
	height: 128px;
}

.blogListImage {
	float:left;
	width: 100%;
	height: 100%;
}


.homeSubheader {
	padding-bottom:16px;
	float:left;
	width:100%;
	font-size: 22px;
	text-decoration: underline;
}

.simpleFormButtonContainer {
	margin-top: 6px;
}

/* nothing yet...just setting it up */
/* .simpleFormButton {
	
} */


.simpleFormInputContainer {
	margin-bottom:6px;
}

/* nothing yet...just setting it up */
/* .simpleFormInput {
	
} */

.simpleFormSection {
	margin-bottom:32px;
}

.simpleFormSectionHeader {
	margin-bottom:12px;
	font-weight: bold;
	font-size:22px;
}

input.redButton {
	color:white;
	background-color: darkred;
}



@media only screen and (max-width: 600px) {
	.pageContent {
		width:90%;
		float:left;
		margin-left:5%;
		background-color: black;
	}
}