body {
  display: block;
  width: 100%;
  height: 100vh;
  font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
  font-size: 9pt;
  color: #fff;
  background-image: url(https://i.imgur.com/yMv5b23.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover
}
#desktop {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 40px;
  left: 5px;
  z-index: 1;
}
#desktop > .icon {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: top center;
  border: solid 1px transparent;
  border-radius: 2px;
  z-index: 2;
}
#desktop > .icon:hover, #desktop > .icon.dragging, #desktop > .icon.drop-hover, #desktop > .icon.clicked {
  background-color: rgba(255,255,255,.3);
  border-color:rgba(255,255,255,.3);
}
#desktop > .icon:after {
  display: block;
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
  content: attr(data-label);
  text-shadow: 0 2px 2px #000;
}
#desktop > .icon.ui-draggable-dragging:hover {
  background-color: transparent;
  border: none;
}
#task-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 40px;
  border-top: solid 1px rgba(255, 255, 255, .5);
  -webkit-box-shadow: 0 -1px 0 0 #00506b;
  box-shadow: 0 -1px 0 0 #00506b;
  z-index: 1;
}
#task-bar > #blur-overlay {
  position: absolute;
  top: 0;
  right: -150px;
  bottom: -150px;
  left: -150px;
  background-image: url(https://imyourman.dk/codepen/windows/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  z-index: 2;
}
#task-bar > #blur-overlay:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000', GradientType=1);
  content: '';
  z-index: 3;
}
#menu-button {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 10px;
  display: block;
  width: 32px;
  height: 32px;
  z-index: 3;
  background-image: url(https://imyourman.dk/codepen/windows/start-button.png);
  background-size: 100%;
}

#pined-items {
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  display: block;
}

#pined-items > .pined-icon {
  position: relative;
  display: block;
  width: 60px;
  height: 40px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  border: solid 1px transparent;
  border-radius: 2px;
  z-index: 3;
}

#datetime {
  position: absolute;
  top: 5px;
  right: 30px;
  z-index: 3;
  text-align: center;
}

#datetime > span {
  display: block;
  margin: 0;
}

#show-desktop {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 15px;
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 30%, rgba(0,0,0,0.2) 31%, rgba(0,0,0,0.2) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 30%,rgba(0,0,0,0.2) 31%,rgba(0,0,0,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
  border: solid 1px rgba(255,255,255,.2);
  z-index: 3;
  -webkit-box-shadow: -1px 0 0 0 #000;
  box-shadow: -1px 0 0 0 #000;
}

#show-desktop:hover {
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.2) 30%, rgba(255,255,255,0.2) 31%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,255.2) 31%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.2) 30%,rgba(255,255,255,0.2) 31%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33000000',GradientType=1 );
  border: solid 1px rgba(255,255,255,.2);
}

/* Program Placements */
#computer {
  top: 0;
  left: 0;
}

#trash {
  bottom: 0;
  right: 0;
}

#test-file {
  top: 80px;
  left: 0;
}

/* Icons */
.computer { background-image: url(https://imyourman.dk/codepen/windows/computer.ico); }
.trash { background-image: url(https://imyourman.dk/codepen/windows/trash.ico); }
.trash-empty { background-image: url(https://imyourman.dk/codepen/windows/trash-empty.ico); }
.test-file { background-image: url(https://imyourman.dk/codepen/windows/text-file.ico) }

/* Pined Icons */
#pined-items > .iexplore { background-image: url(https://imyourman.dk/codepen/windows/iexplore.ico);}

