/* colors */

/*
header/footer: #527D97
primary: #a32929
secondary: #2e3c56
accent: #d72e38 
*/

/* 
Dark Mode 
background: #221f17

*/


/* end colors */


/* hide old site content */
#leftcontent-hide {
	display: none;
}

#leftcontent {
	display: none;
}

#navbar1 {
	display: none;
}

#iremit {
	display: none;
}

/* End hide old site content */


/* Header */
TD#header {
	background-color: #f5f5f5;
	text-align: center;
}

TD#header a img {
	display: inline;
	padding: 0px;
}

#member-error,
.success,
.warning,
.errormsg,
.importantMessage,
.redirect {
	font-weight: normal;
	border: 1px solid #d84b4b;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	width: 45%;
	color: #FFFFFF;
}

.importantMessage,
.warning {
	background-color: #f44336;
}

/* End Header */

/* --- Footer ---*/

TD#tag {
	/* background-color: #dbb34d; */
	background-color: #ebebea;
	border-top: 2px solid #a32929;
}

footer .card-content {
	color: #221f17;
}

footer .card-content a {
	color: #2e3c56;
}

/* --- END Footer ---*/

/* html and body edits */

html {
	margin-left: 300px;
	background-color: #221f17;
	color: #ebebea;
}

TD#content {
	background-color: #221f17;
}

.dark.surface-1 {
	background-color: #36332c;
}

.dark.surface-2 {
	background-color: #3a3830;
}

.dark.surface-3 {
	background-color: #413f38;
}

.dark.accent {
	background-color: #cc9200;
}

.sidenav.dark {
	background-color: #46433c;
}

.error {
	color: #ff8077;
}

input {
	color: #ebebea;
}

input[type=password]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #ebebea;
}

input[type=email]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #ebebea;
}

input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #ebebea;
}

input[type=tel]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #ebebea;
}

.input-field>label {
	color: #ebebea;
}

label.active {
	color: #ebebea !important;
}

#loading {
	color: #ebebea;
}

.btn {
	color: #ebebea;
}

#page-wrapper {
	padding: 20px;
}

@media only screen and (max-width: 992px) {
	html {
		margin-left: 0px;
	}
}

/* END html and body edits */

/* --- Flex Box --- */

.dashContainer {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.dashCardWrapper {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex: 1 1 auto;
}

.dashCardWrapper .card {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
}

.flexContainer {
	height: 100%;
}

.flexWrapper {
	height: 100%;
}

.flexItem {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-end;
}

.flex-dir-row {
	display: flex;
	flex-direction: row;
}

.flex-dir-col {
	display: flex;
	flex-direction: column;
}

@media (min-width: 900px) and (max-width: 1100px) {
	.dashContainer {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
}

@media (max-width: 1100px) {
	#desktopTour {
		display: none;
	}

	#mobileTour {
		display: inline-block;
	}
}

@media (max-width: 899px) {

	.dashContainer {
		display: block;
		flex-direction: column;
		-webkit-flex-direction: column;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}

	.dashContainer {
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
	}

	.dashCardWrapper {
		display: block;
		flex-direction: column;
		-webkit-flex-direction: column;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
	}

	.flex-dir-col {
		flex: 0 1 100%;
		-webkit-flex: 0 1 100%;
		display: -webkit-flex;
		display: flex;
	}
}

@media only screen and (max-width: 600px) {
	TD#header img {
		width: 100%;
	}

	#page-wrapper {
		padding: 20px 0 20px 0;
	}

	.card {
		margin: 1px !important;
	}
}

/* --- END Flex Box --- */


/* --- Materialize Cards --- */

.card {
	margin: 1rem;
}

.card-title {
	background-color: #a32929;
}

.swal2-input {
	color: black;
}

/* --- END Materialize Cards --- */

/* --- Navigation --- */


.sidenav.dark ul {
	background-color: #3c3c3c;
}

.sidenav li>a {
	color: #ebebea;
}

.sidenav li>a:hover {
	background-color: #2e3c56;
}

.sidenav .collapsible-header:hover {
	background-color: #2e3c56;
}

nav .brand-logo {
	font-size: 1.1rem;
	padding-left: 5px;
	width: 300px;
}

/* --- END Navigation --- */

/* Begin custom hopscotch tour CSS overrides */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1000;
}

.overlay-relative {
	position: relative;
	z-index: 1005;
	background-color: lightgray;
}

.overlayMask {
	position: absolute;
	top: 0;
	left: 0;
	background: lightgray;
	background-color: transparent;
	z-index: 1001;
}

div.hopscotch-bubble {
	border: none;
	box-shadow: 5px 0 13px rgba(49, 49, 49, 0.61), -5px 0 13px rgba(49, 49, 49, 0.61);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-bottom: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
	border-left: 17px solid transparent;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
	border-top: 17px solid transparent;
}

blockquote {
	border-left: none;
}

#tourButtons {
	text-align: center;
}

/* End custom hopscotch tour CSS overrides */

/* --- Data Table overrides --- */

#disclaimer {
	color: #ebebea;
}

#disclaimer2 {
	color: #ebebea;
}

.active {
	color: #ebebea;
}

thead {
	background-color: #a32929;
	color: #ebebea;
	font-weight: bold;
}

.dataTables_info {
	color: #ebebea !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #ebebea !important;
}

.ellipsis {
	color: #ebebea;
}

table.dataTable.display tbody tr.odd {
	background-color: #3a3830;
}

table.dataTable tbody tr {
	background-color: #413f38;
}

table.dataTable.display tbody tr:hover {
	background-color: #46433c;
}

table.dataTable.display tbody tr.even>.sorting_1 {
	background-color: #413f38;
}

table.dataTable.display tbody tr.odd>.sorting_1 {
	background-color: #3a3830;
}

table.dataTable.display tbody tr:hover>.sorting_1 {
	background-color: #46433c;
}

/* --- Data Table overrides --- */