/*
 * Created by PhpStorm.
 * By: Hassan Rashdan
 * Date: 2020/12/6.
 * Time:  8:13
 * xPear Team
 * xpear.cloud
 */

*{
	box-sizing: border-box;
}
.desktop{
	background: url('https://cdn.xmed.cloud/imgs/bg.webp');
	background-size: 100% 100%;
/*	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(87,0,63,1) 35%, rgba(245,116,83,1) 100%);*/
}
.desktop-wall{
	background: transparent;
	position: relative;
}
.desktop-taskbar{
	background: transparent;
	background-size: 100% 100%;
	padding: 4px 5px;
	height: 40px;
	display: flex;
	position: relative;
}
.desktop-taskbar-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #575765a1;
	opacity: 0.45;
	z-index: 0;
}
.desktop-start{
	background: url('/assets/images/iconsD/apps/preferences-management-service.png') no-repeat center center;
	background-size: 100% 100%;
	width: 32px;
	height: 32px;
	cursor: pointer;
	margin: 0 5px;
	z-index: 2;
}
.desktop-timer{
	line-height: 32px;
	padding: 0 5px;
	color: #fff;
	z-index: 2;
}
.desktop-tasks{
	flex: 1;
	z-index: 2;
	padding: 0 5px;
}
.desktop-task{
	width1: 150px;
	height: 100%;
	padding: 0 10px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.desktop-task-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.desktop-task-name{
	line-height: 30px;
	color: #fff;
	padding: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.desktop-app{
	position: absolute;
	width: 90px;
	height: 90px;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.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;
}
.desktop-app-icon{
	width: 48px;
	height: 48px;
	margin: 0;
	vertical-align: top;
}
.desktop-default-icon{
	background:url('/assets/images/iconsD/apps/preferences-management-service.png') no-repeat 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 10px;
}
.desktop-buttons .l-btn{
	color: #fff;
}

.desktop-subapp-name {
	color: #000000;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	width: 100%;
	padding: 0 4px;
}

.sub-apps-icons{
	width:90px;
	height:90px;
	display: inline-grid;
	padding: 10px;
	text-shadow: 0.5px 0.05px white;
	min-width: 90px;
	min-height: 90px;
	align-items: end;
	text-decoration: none;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
	outline: none;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	justify-items: center;
}



