/*
 * Copyright (c) 2019. The code listed in this file cannot be used in part or whole.
 */

/* colors:  
	#f0e047	(240,224,71)
	#ecc03a	(236,192,58)
	#e541a5	(229,65,165)
	#5b2fb2	(91,47,178)
	#45a6cc	(69,166,204)
	#0770b5	(7,112,181)
*/



/* hide old site content */

#leftcontent-hide {
	display: none;
}

#leftcontent {
	display: none;
}

#navbar1 {
	display: none;
}

#iremit {
	display: none;
}

.iremit {
	display: none;
}

#content {
	padding: 0;
}

#tag {
	padding: 0;
}

.noDisplay {
	display: none !important;
}

/* End hide old site content */

/* --- 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;
}

.fledRowItem {
	justify-content: flex-start;
}

.flex-dir-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.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 --- */

.card {
	margin: 1rem;
}

.parallax-container {
	height: 600px;
	z-index: 1;
}

/* --- END Materialize --- */

/* Page Settings */

html {
	margin-left: 300px;
	min-height: 800px;
	overflow-y: scroll;
}

select {
	display: inline-block;
}

body {
	margin: 0;
}

#tourButtons {
	text-align: center;
	padding: 20px;
	margin: 0;
}

.page-wrapper {
	padding: 20px;
}

#header {
	display: none;
}


@media only screen and (max-width: 992px) {
	html {
		margin-left: 0px;
	}
}

#checkoff label {
	font-size: 1rem;
}

#checkoff label input {
	width: 18px;
	height: 18px;
}

/* Page Settings */

/* Naivigation Settings */

.sidenav-dropdown {
	float: right !important;
	margin-right: 10px !important;
	font-size: 12pt !important;
	transform: rotateZ(0deg);
	transition: 0.3s;
}

.sidenav-dropdown.open {
	transform: rotateZ(45deg);
	transition: 0.3s;
}

nav .brand-logo {
	font-size: 1rem;
	width: 150px;
	padding-left: 5px;
	text-align: center;
}

.userView {
	text-align: center;
}

.userView img {
	max-width: 100px;
	text-align: center;
}

.sidenav li>a {
	color: white;
}

/* End Naivigation Settings */

/* Begin Public page styles */

.collection a.collection-item.avatar .title {

	transition: background-color .7s ease-out;
	transition: box-shadow .7s ease-out;
}

/* End Public page styles */

/* 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: #fff;
}

.overlayMask {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	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 --- */

thead {
	background-color: #45a6cc;
	color: white;
	font-weight: bold;
}

#totalTable thead tr td {
	text-align: right;
}

#stTotal,
#otTotal,
#contTotal {
	text-align: right;
}

/* --- Data Table overrides --- */