@CHARSET "UTF-8";
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	margin:auto;
}

main {
    flex: 1 0 auto;
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
    text-align:left;
}
header{
	width:100%;
}

a {
	text-decoration:none !important;
}

header .top-nav a {
	color:#fff!important;
}

header h1 {
	background:#008080;
	text-align:center;
	padding:1rem;
	color:#fff;
	font-weight:normal;
	font-size:1.5rem;
	margin:0 !important;
}

h2 {
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 8px;
	font-size: 1.2rem;
	border: none;
}

a {
	color:#819FF7;
	text-decoration:none;
}
a:hover {
	color:#b5c7fb;
	text-decoration:underline;
}

.help {
	font-size: 11px;
	font-weight:normal;
}
.minihelp {
	font-size: 9px;
	font-weight:normal;
}

.error {
	color: tomato !important;
}

.clear {
	clear: both;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer15 {
	clear: both;
	height: 15px;
}

.spacer20 {
	clear: both;
	height: 20px;
}

.spacer30 {
	clear: both;
	height: 30px;
}
.spacer50 {
	clear: both;
	height: 50px;
}

.helpbtn{
	display:inline-block;
	text-align: center;
	text-decoration: none;
	padding: 3px;
	font-size: 12px;
	margin: 3px;
	background-color: #ddd;
	border: 1px solid #696969;
	color: #000 !important;
}
.helpbtn:hover{
	color:#828282!important;
	text-decoration: none !important;
}
.helpbtn img{
	width:15px;
	vertical-align:middle;
	margin-left:3px;
	margin-bottom:1px;
}

table.listForm th a.sort{
	color: #d0ffff;
}
table.listForm th a.sort:hover{
	text-decoration: none;
	color: #00ffff;
}

#plan_todo_List h4{
	font-size:1.4rem;
}

main table#calendar th {
	text-align:center;
	border: 1px solid #ccc;
	color: #000;
	background-color: rgb(226,239,218);
}
main table#calendar th.sun {
	text-align:center;
	border: 1px solid #ccc;
	color: #000;
	background-color: tomato;
}
main table#calendar th.sun {
	text-align:center;
	border: 1px solid #ccc;
	color: #000;
	background-color: rgb(248,203,173);
}
main table#calendar th.sat {
	text-align:center;
	border: 1px solid #ccc;
	color: #000;
	background-color: rgb(189,215,238);
}

main table#calendar td {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	vertical-align:top;
	min-height:80px;
	width:14.28% !important;
}

main table#calendar td.today {
	background-color: #ccffcc !important;
}

main table#calendar td ul.m_schedule{
	list-style: none;
	clear: both;
}

main table#calendar td ul.m_schedule li {
	float: left;
}

main div.day_schedule{
}
main div.day_schedule ul.m_schedule{
	list-style: none;
	clear: both;
}
main div.day_schedule ul.m_schedule li {
	background-color:#f3f3f3;
	border:1px dotted #000;
	padding:8px;
	width:70%;
	margin-bottom:15px;
	float: left;
}
.cal_status{
	display:inline-block;
	padding:3px;
	border:1px solid #ccc;
	background:#eee;
}

.comp_status{
	display:inline-block;
	padding:3px;
	border:1px solid #ccc;
	background:#eee;
}
.todo_decomp{
	color:tomato;
	font-weight:bolder;
}
.todo_comp{
	color:#0000ff;
	font-weight:bolder;
}
.calcom{
	padding:5px;
	position:relative;
	width:100%;
	text-align:left;
	border-radius:10px;
}

.calcom:before{
	content:" ";
	position:absolute;
	top:-8px;
	left:20px;
	margin-left:-10px;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}

.badge_plan{
	line-height:18px !important;
	height:18px !important;
	margin-left:5px !important;
	width:70px !important;
}

footer {
	font-size:0.8rem;
	width:100%;
	border-top:1px solid #ddd;
	padding-top:5px ;
	text-align:right;
}
