:root {
	--Hcolor: #F5A623;
	--Lcolor: #410789;
	--LDcolor: #2D0362;
}
* {
	-ms-scroll-chaining: none;
}
body {
	transition: opacity .35s;
	font-size: 20px;
	font-family: regular;
}
.bar {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0px;
	height: 0px;
	background-color: rgb(20,20,20);
	z-index: 10;
}
.add {
	z-index: 500;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 620px;
	max-width: 100%;
	height: 100%;
	border: 0px;
	border-right: 1px solid rgba(132,147,168,.5);
	transform: translate(-800px,0px);
	transition: transform .35s;
	box-shadow: 10px 0px 100px rgba(0,0,0,.15);
}
.settings {
	z-index: 9;
	position: fixed;
	right: 60px;
	top: auto;
	bottom: 2px;
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 400px;
	display: none;
	border: 0px;
}
.layer {
	z-index: 3;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
}
.tasks {
	z-index: 2;
	position: absolute;
	display: none;
	width: calc(100% - 60px);
	height: 100%;
}
.app {
	z-index: 2;
	/*display: none; */
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	/*width: calc(100% - 60px);*/
	width: 100%;
	height: 100%;
	border: 0px;
}
.grid {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	border: 0px;
}
.bt_home {
	position: absolute;
	width: 36px;
	height: 36px;
	transition: transform .3s;
	cursor: pointer;
	z-index: 1000;
	color: rgb(255,255,255);
	background-color: rgba(255,255,255,.15);
	xxborder-radius: 50%;
}
.bt_settings {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 36px;
	height: 36px;
	transition: transform .35s;
	cursor: pointer;
	z-index: 1000;
	color: #FFFFFF;
	background-color: rgba(255,255,255,.15);
	xxborder-radius: 50%;
}
.bt_share {
	display: none;
	position: absolute;
	right: 45px;
	top: 2px;
	width: 36px;
	height: 36px;
	transition: transform .35s;
	cursor: pointer;
	z-index: 2000;
	color: #FFFFFF;
	background-color: rgba(255,255,255,.15);
	border-radius: 50%;
}
.task_v {
	width: 40px;
	padding: 8px 0px 5px 10px;
	margin: 6px 0px 6px 7px;
	cursor: pointer;
}
.task_v_focus {
	width: 40px;
	padding: 8px 0px 5px 10px;
	margin: 6px 0px 6px 7px;
	color: #FFF;
	border-radius: 6px;
	cursor: pointer;
}
.task_v_close {
	width: 26px;
	padding: 8px 0px 7px 20px;
	margin: 0px 0px 6px 9px;
	transform: translate(0px, -6px);
	color: #FFF;
	border-radius: 0px 0px 6px 6px;
	cursor: pointer;
	box-shadow: inset 0px 10px 20px rgba(0,0,0,.4);
}
.task_h {
	width: 40px;
	padding: 8px 0px 5px 10px;
	margin: 6px 0px 6px 7px;
	cursor: pointer;
	float: left;
}
.task_h_focus {
	width: 40px;
	padding: 8px 0px 5px 10px;
	margin: 6px 0px 6px 7px;
	color: #FFF;
	border-radius: 6px;
	cursor: pointer;
	float: left;
}
.task_h_close {
	width: 24px;
	padding: 12px 0px 11px 14px;
	margin: 8px 0px 0px 0px;
	color: #FFF;
	border-radius: 0px 6px 6px 0px;
	cursor: pointer;
	float: left;
	box-shadow: inset 10px 0px 20px rgba(0,0,0,.4);
}

