@font-face {
	font-family: 'MilaadesignFont';
	src: local('MilaadesignFont'),
	url('font/Marcellus-Regular.ttf') format('truetype'); 
}
@font-face {
	font-family: 'MilaadesignBFont';
	src: local('MilaadesignBFont'),
	url('font/Kanit-Medium.ttf') format('truetype'); 
}
html {
	font-family: 'MilaadesignFont';
	overflow-x: hidden;
	padding: 0px;
}
body {
	background-color: #fff;
	padding: 20px;
	position: relative;
	padding-bottom: 80px;
	margin-top: 70px;
}
.site-main {
	max-width: 1000px;
	margin: 10px auto;
	border: 1px solid #eee;
	box-shadow: 0 0 20px #eee;
	border-radius: 20px;
	padding: 10px 30px;
	background-color: #fff;
	padding-bottom: 200px;
	min-height: 400px;
	background-image: url('assets/background.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}
.krue-logo {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 200px;
	height: 50px;
	background-image: url('https://www.krue.online/wp-content/uploads/favicon.png');
	background-size: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 55px;
	font-size: 32px;
}
.footer {
	position: fixed;
	bottom: 0px;
	background-color: #333;
	color: #fff;
	width: 100%;
	left: 0px;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	padding: 0 10px;
}
.navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #eee;
	display: flex;
	flex-flow: row wrap;
}
.navigation .header-menu {
	position: absolute;
	right: 20px;
}
.navigation .header-menu a {
	text-decoration: none;
	margin: 0 10px;
	color: #000;
	font-size: 14px;
}
.navigation .logo {
	margin-right: 20px;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	background-image: url('assets/favicon.png');
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 18px;
}

.krue-upload-form {
	background-color: #def;
	border-color: #9cf !important;
	padding: 10px 30px !important;
	border-radius: 15px !important;
}
.krue-upload-form button {
	background-color: #69c;
	color: #fff;
	border: none;
	border-radius: 7px;
	padding: 10px 15px;
	cursor: pointer;
	width: 100%;
}
.krue-upload-form button:hover {
	background-color: #369;
}
ul.krue-tasks a {
	text-decoration: none !important;
}
.tasks-sort a {
	text-decoration: none !important;
	background-color: #aaa;
	padding: 3px 7px;
	border-radius: 5px;
	color: #fff;
	margin-right: 5px; 
}
.krue-tasks li {
	background-color: #dee;
	margin-bottom: 20px !important;
}
.krue-tasks li.task-done strong {
	color: #393;
}
.krue-tasks li.task-open strong {
	color: #c00;
}
.task-actions a {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 5px;
}
.task-status {
	text-align: right;
}
.krue-tasks li strong {
	margin-bottom: 15px !important;
	display: block;
	font-size: 18px;
}
.krue-tasks li .task-date {
	margin-bottom: 5px !important;
	display: block;
}
.task-open .task-actions a:first-of-type {
  background-color: #393;
}
.task-done .task-actions a:first-of-type {
  background-color: #900;
}
.task-actions a:last-of-type {
  background-color: #369;
}
.task-desc {
	margin-bottom: 30px;
}
.notice {
	background-color: #393;
	padding: 5px 15px;
	border-radius: 10px;
	color: #fff;
}