*{
	box-sizing: border-box;
}
.desktop {
	/*background: url('../../Style/Bakground/bg1.jpg');*/
	background-size: 100% 100%;
}
.desktop-wall{
	background: transparent;
	position: relative;	
}
.desktop-taskbar {
	background: transparent;
	background-size: 100% 100%;
	padding: 4px 5px;
	height: 50px;
	display: flex;
	position: relative;
}
.desktop-taskbar-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000050;
	backdrop-filter: blur(5px);
	border-top: 1px solid rgba(255,255,255,0.5);
	z-index: 0;
}
.desktop-start {
	background: url('/Style/Icons/MMenu32.png') no-repeat center center;
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin: 3px 5px;
	z-index: 2;
	filter: invert(0%);
	transition: filter 0.2s ease-in-out;
}
	.desktop-start:hover {
		filter:invert(100%);
	}

.desktop-timer {
	cursor: pointer;
	line-height: 32px;
	padding: 0 5px;
	color: #fff;
	z-index: 2;
	padding: 4px;
}
.desktop-tasks{
	flex: 1;
	z-index: 2;
	padding: 0 5px;
	margin: 4px 0px;
}
.desktop-task {
	max-width: 150px;
	height: 100%;
	padding: 0 5px;
	margin: 0 0px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
}
.desktop-task-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.desktop-task-name {
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	width: 100%;
	padding: 6px 5px;
}
.desktop-app {
	position: absolute;
	width: 90px;
	height: 90px;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
}
.desktop-app:hover .desktop-app-mask,
.desktop-task:hover .desktop-task-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.12;
	background: #fff;
	border-radius: 5px;
}
.desktop-app-icon{
	width: 48px;
	height: 48px;
	margin: 0;
	vertical-align: top;
}
.desktop-default-icon {
	background: url('/Style/Icons/M48.png') center center;
	background-size: 100% 100%;
}
.desktop-app-name{
	color: #fff;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	width: 100%;
	padding: 0 4px;
}
.desktop-window,.menu-shadow{
	box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
}
.desktop-window-header .panel-icon img {
	width: 16px;
	height: 16px;
}
.desktop-task-tooltip{
	width: 200px;
	height: 100px;
	position: relative;
}
.desktop-buttons {
	padding: 1px 100px;
}
.desktop-buttons .l-btn{
	color: #fff;
}
