* {
	font-family: sans-serif;
}

html {
	//background-color: #242424;
	background-image: linear-gradient(to right,#242424,#1a1a1a 40%,#242424);
}

body {
	color: #e8e8e8;
}

#versionNumber {
	position: fixed;
	text-align: center;
	right: 50%;
	bottom: 1em;
	color: #3a3a3a;
}

#savingWrapper {
	position: fixed;
	height: 2.5em;
	width: 5em;
	right: 5%;
	top: 5%;
	background-color: #242424;
}

#savingImageWrapper {
	position: relative;
	height: 2.5em;
}

#savingImage {
	position: relative;
	height: 2.5em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
	float: left;
}

#savingTextWrapper {
	float: left;
	font-size: small;
}

#loadingWrapper {
	position: fixed;
	height: 2.5em;
	width: 5em;
	right: 50%;
	top: 20%;
	background-color: #00000090;
}

#loadingImageWrapper {
	position: relative;
	height: 2.5em;
}

#loadingImage {
	position: relative;
	height: 2.5em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
	float: left;
}

#loadingTextWrapper {
	float: left;
	font-size: small;
}

#file_button {
	position: relative;
}

#googleSignInButton {
	position: relative;
	width: 10em;
}

#taskCatWrapper {
	width: 100%;
	height: 100%;
	margin: 0px;
	position: relative;
}

#allTasksWrapper {
	position: relative;
	width: 50%;
	margin: 0px;
	float: left;
}

#tasksWrapper {
	float: left;
	width: 100%;
	min-width: 30em;
	position: relative;
}

#completedTasksWrapper {
	float: left;
	width: 100%;
	min-width: 30em;
	position: relative;
}

#categoriesWrapper {
	float: left;
	width: 50%;
	min-width: 30em;
	position: relative;
}

#tasksHeaderWrapper {
	position: relative;
	width: 60%;
	margin-bottom: 0.5em;
	overflow: auto;
}

#tasksHeader {
	position: relative;
	margin-top: 1em;
	width: 50%;
	float: left;
	font-weight: bold;
	font-size: x-large;
}

#newTaskButton {
	position: relative;
	float: right;
	margin-top: 1.5em;
	font-size: medium;
	font-weight: bold;
	padding: 0.2em;
	border-width: 1px;
	border-radius: 5px;
	background-color: #770000;
}

#newTaskButton img {
	position: relative;
	height: 1em;
	top: 0.1em;
	margin-right: 0.3em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
}

#tasksList {
	position: relative;
}

#completedTasksHeader {
	margin-top: 1em;
	font-weight: bold;
	font-size: x-large;
	color: #888888;
	position: relative;
}

#completedTasksButton {
	position: relative;
	float: left;
	width: 1em;
	text-align: center;
}

#completedTasksList {
	display: none;
}

#categoriesHeaderWrapper {
	position: relative;
	width: 80%;
	margin-bottom: 0.5em;
	overflow: auto;
}

#categoriesHeader {
	position: relative;
	margin-top: 1em;
	width: 7em;
	float: left;
	font-weight: bold;
	font-size: x-large;
}

#newCategoryButton {
	position: relative;
	float: right;
	margin-top: 1.5em;
	font-size: medium;
	font-weight: bold;
	padding: 0.2em;
	border-width: 1px;
	border-radius: 5px;
	background-color: #770000;
}

#newCategoryButton img {
	position: relative;
	height: 1em;
	top: 0.1em;
	margin-right: 0.3em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
}

#manageRewardsButton {
	position: relative;
	float: right;
	margin-top: 1.5em;
	margin-left: 1.5em;
	font-size: medium;
	font-weight: bold;
	padding: 0.2em;
	border-width: 1px;
	border-radius: 5px;
	background-color: #007777;
}

#manageRewardsButton img {
	position: relative;
	height: 1em;
	top: 0.1em;
	margin-right: 0.3em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
}

#taskDialog {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 2em;
	padding-bottom: 1.5em;
	min-width: 40%;
	max-width: 50%;
	//min-height: 40%;
	width: max-content;
	height: max-content;
	border: 10px;
	border-radius: 5px;
	border-color: #000000;
	background-color: #404040;
}

#taskDialogCategoryWrapper {
	padding: 0.5em;
	margin-top: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#taskDialogErrorMessage {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 0em;
	font-size: small;
	color: #ff0000;
	float: left;
}

#taskDialogButtonWrapper {
	width: max-content;
	position: relative;
	height: 100%;
	margin-top: 1.5em;
	margin-bottom: 0em;
	bottom: 0;
	float: right;
}

#taskDialogButtonWrapper button {
	margin-left: 0.5em;
	//float: right;
}

#categoryDialog {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 2em;
	padding-bottom: 1.5em;
	min-width: 40%;
	max-width: 50%;
	//min-height: 40%;
	width: max-content;
	height: max-content;
	border: 10px;
	border-radius: 5px;
	border-color: #000000;
	background-color: #404040;
}

#categoryDialogErrorMessage {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 0em;
	font-size: small;
	color: #ff0000;
	float: left;
}

#categoryDialogButtonWrapper {
	width: max-content;
	position: relative;
	height: 100%;
	margin-top: 1.5em;
	margin-bottom: 0em;
	bottom: 0;
	float: right;
}

#categoryDialogButtonWrapper button {
	margin-left: 0.5em;
	//float: right;
}

#rewardDialog {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 2em;
	padding-bottom: 1.5em;
	min-width: 40%;
	max-width: 50%;
	//min-height: 40%;
	width: max-content;
	height: max-content;
	border: 10px;
	border-radius: 5px;
	border-color: #000000;
	background-color: #404040;
}

.taskContainer {
	//border-style: solid;
	//border-width: 1px;
	//border-radius: 15px;
	background-image: linear-gradient(to right,#ffffff00,1em,#404040,#ffffff00);
	width: 50%;
	height: 1em;
	padding: 1em;
	padding-top: 0.7em;
	//padding-left: 0.5em;
	margin-bottom: 0.7em;
	position: relative;
}

.completedTaskContainer {
	//border-style: solid;
	//border-width: 1px;
	//border-radius: 15px;
	background-image: linear-gradient(to right,#acacac00,1em,#00000055,#acacac00);
	width: 50%;
	height: 1em;
	padding: 1em 1em;
	//padding-left: 0.5em;
	margin-bottom: 0.7em;
	position: relative;
}

.taskName {
	float: left;
	width: 70%;
}

.taskLeftBar {
	height: 3em;
	width: 2px;
	background-color: #e8e8e8;
	float: left;
	position: absolute;
	top: 0;
	left: 0.5em;
	border-radius: 5px;
}

.taskRecurringText {
	position: absolute;
	top: 0;
	font-size: x-small;
	color: #5DE54A;
	font-style: italic;
}

.completedTaskLeftBar {
	height: 3em;
	width: 2px;
	background-color: #888888;
	float: left;
	position: absolute;
	top: 0;
	left: 0.5em;
	border-radius: 5px;
}

.completedTaskCompletedDate {
	position: absolute;
	top: 0;
	font-size: small;
	float: left;
	color: #898989;
	font-style: italic;
}

.completedTaskName {
	float: left;
	width: 70%;
	color: #9a9a9a;
}

.taskActionButtonsContainer {
	max-height: 1em;
	position: relative;
	bottom: -0.1em;
	left: 1em;
	clear: left;
}

.taskActionButtonsContainer img {
	max-height: 1em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
	margin-right: 0.3em;
}

.categoryActionButtonsContainer {
	max-height: 1em;
	position: relative;
	bottom: -0.1em;
	left: 1em;
	clear: left;
}

.categoryActionButtonsContainer img {
	max-height: 1em;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(235deg) brightness(102%) contrast(101%);
	margin-right: 0.3em;
}

.categoryActionButtonsContainer img:hover {
	filter: invert(76%) sepia(98%) saturate(824%) hue-rotate(324deg) brightness(101%) contrast(101%);
}

.completedTaskActionButtonsContainer {
	max-height: 1em;
	position: relative;
	bottom: -0.1em;
	left: 1em;
	clear: left;
}

.completedTaskActionButtonsContainer img {
	max-height: 1em;
	filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(92%) contrast(90%);
	margin-right: 0.3em;
}

.taskActionButtonsContainer img:hover, .completedTaskActionButtonsContainer img:hover {
	filter: invert(76%) sepia(98%) saturate(824%) hue-rotate(324deg) brightness(101%) contrast(101%);
}

.taskPointsContainer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	float: right;
	max-height: 4em;
	position: relative;
}

.taskPoints {
	float: left;
	text-align: right;
	position: relative;
	top: -1em;
	width: max-content;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	padding-right: 0.2em;
}

.taskPointsLeftBar {
	height: 1.2em;
	width: 4px;
	background-color: #e8e8e8;
	float: left;
	position: absolute;
	top: 0;
	left: 0.1em;
	border-radius: 5px;
}

.categoryContainer {
	border-radius: 15px;
	width: 70%;
	height: 1em;
	padding: 1em 1em;
	margin-bottom: 0.7em;
	position: relative;
}

.categoryProgressContainer {
	width: 75%;
	height: 100%;
	position: relative;
	bottom: -0.75em;
}

.categoryUnderline {
	width: 100%;
	height: 0.5em;
	background-image: linear-gradient(to top,#404040 50%,#40404000);
	position: absolute;
	bottom: 0;
}

.categoryHighlight {
	width: 20%;
	height: 0.75em;
	//background-image: linear-gradient(to top,#E2EF44 80%,#ffffff00);
	position: absolute;
	bottom: 0;
	z-index: -5;
	transition-duration: 1s;
}

.categoryPoints {
	position: absolute;
	right: 0;
	bottom: -1.2em;
}

.categoryMinPoints {
	position: absolute;
	width: 3.8em;
	text-align: right;
	left: -4em;
	bottom: -0.5em;
	color: #e8e8e840;
}

.categoryMaxPoints {
	position: absolute;
	width: 1em;
	right: -1.3em;
	bottom: -0.5em;
	color: #e8e8e840;
}

.categoryName {
	float: right;
	text-align: right;
	font-weight: bold;
}

.categoryLevelText {
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-left: 1em;
	font-size: small;
}

.categoryLevelNumber {
	position: relative;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-left: 0.4em;
	font-size: medium;
}

.dialogBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #ffffff99;
}

.dialogHeader {
	text-align: center;
	font-size: 25;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.dialogSubHeader {
	text-align: left;
	font-size: 20;
	font-weight: bold;
	margin-bottom: 0.5em;
	width: max-content;
}

.categoryPointsWrapper {
	width: max-content;
}

.categoryPointsSelectorWrapper {
	margin-bottom: 0.5em;
	width: 100%;
}

.categoryPointsSelector {
	width: 4em;
	float: right;
	margin-left: 0.5em;
}

.taskDialogField {
	margin-bottom: 0.5em;
}

.categoryDialogFieldWrapper {
	width: max-content;
}

.categoryDialogFieldLineWrapper {
	margin-bottom: 0.5em;
	width: 100%;
}

.categoryDialogFieldLong {
	width: 10em;
	float: right;
	//margin-bottom: 1em;
	margin-left: 0.5em;
}

.categoryDialogFieldShort {
	width: 4em;
	float: right;
	//margin-bottom: 1em;
	margin-left: 6.5em;
	//max-height: 100%;
}

.taskDialogInfo {
	position: relative;
	float: right;
	right: 0;
	color: #888888;
}

.categoryDialogInfo {
	position: relative;
	float: right;
	right: 0;
	color: #888888;
}

.dialogCategoryPointsLeftBar {
	position: relative;
	height: 1.2em;
	width: 4px;
	margin-right: 0.3em;
	float: left;
	border-radius: 5px;
}

.loadingBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #00000090;
	z-index: 10;
}