

body, html {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  background:#37353a;
}

a {
text-decoration: none;
color:black;
}



.window > .content, .window .toolbar
.item:active, .pop-up .button-group button:active,
.window .footer .content, .pop-up .footer .content {
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #1F1F1F;
  border-left: 1px solid #1F1F1F;
  z-index:2;
}

.pop-up .button-group button, .window .toolbar .item,
.pop-up .toolbar .item, .window, .pop-up,
.menu .start-button, .menu {
  border-bottom: 1px solid #1F1F1F;
  border-right: 1px solid #1F1F1F;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
    z-index:2;
}

* {
  box-sizing: border-box;
}


.splash {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;

}
.splash .loading-bar {
  background: linear-gradient(to right, #5984b2 0%, #b1b9c1 50%, #5984b2 100%);
  height: 20px;
  width: 100vw;
  bottom: 0;
  position: absolute;
  -webkit-animation-name: loading-scroll;
          animation-name: loading-scroll;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes loading-scroll {
  0% {
    background-position: -100vw;
  }
  100% {
    background-position: 100vw;
  }
}

@keyframes loading-scroll {
  0% {
    background-position: -100vw;
  }
  100% {
    background-position: 100vw;
  }
}
.menu {
  position: absolute;
  z-index: 100;
  bottom: 0;
  background-color: #BDBDBD;
  width: 100vw;
  height: 25px;
  border-right: none;
  border-left: none;
  padding: 1px;
  display: flex;
}
.menu .start-button {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

.window, .pop-up {
  font-size: 12px;
  background-color: #BDBDBD;
  position: absolute;
  padding: 3px;
  display: flex;
  flex-direction: column;
}



.window .top-bar, .pop-up .top-bar {
  background: linear-gradient(to right, #2f3988 0%, #3384c8 100%);
  padding: 2px;
  background-color: #BDBDBD;
  cursor: move;
  color: white;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.window .toolbar, .pop-up .toolbar {
  display: flex;
  flex-direction: row;
}
.window .toolbar .item, .pop-up .toolbar .item {
  padding: 0 3px;
  flex-grow: 1;
  cursor: default;
  display: flex;
  background-color: #BDBDBD;
  color: black;
  min-width: 15px;
  justify-content: center;
  align-items: center;
}
.window .footer, .pop-up .footer {
  padding-top: 3px;
}
.window .footer .content, .pop-up .footer .content {
  background-color: #BDBDBD;
  width: 100%;
  padding: 2px;
}

.pop-up {
  top: 40%;
  left: 35%;
  min-width: 200px;
}
.pop-up .toolbar .item {
  color: #8B8B8B;
}
.pop-up .content {
  padding: 5px 10px;
}
.pop-up .button-group {
  width: 100%;
  display: flex;
  padding: 5px 10px 10px 10px;
}
.pop-up .button-group.center {
  justify-content: center;
}
.pop-up .button-group button {
  background: #BDBDBD;
  outline: none;
  padding: 3px 7px;
  margin-right: 7px;
}
.pop-up .button-group button:last-child {
  margin-right: 0;
}

.window {
  width: 300px;
  height: 200px;
  min-width: 100px;
  min-height: 100px;
  top: 60%;
  left: 10%;
}


.window > .content {
  overflow: scroll;
  display: flex;
  flex-grow: 1;
  padding: 5px;
  background-color: white;
}
.window > .content > div {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.window > .content .folder {
  flex-shrink: 0;
  padding: 10px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.window > .content .folder .title {
  min-width: 80%;
  text-align: center;
}
.window .footer .resize {
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: nwse-resize;
}

.icon-folder {
  flex-shrink: 0;
  width: 40px;
  height: 45px;
  background: url("directory_closed_cool-3.png") no-repeat;
  background-size: 40px 40px;
}

.icon-folder:hover {
  flex-shrink: 0;
  width: 40px;
  height: 45px;
  background: url("directory_open_cool-3.png") no-repeat;
    background-size: 40px 40px;
}



/****************** ikony ****************/
.icon {
  top: 65px;
  left: 150px;
  width:80px;
  height:80px;
  float:left;
  position:relative;
  z-index:1;}

/****************** explorer ****************/
.explo {
  background:url(msie1-2.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:50%;
  background-size: 40px 40px;}

.letter:hover{
opacity: 70%;}

/****************** discord ****************/
.discord {
  background:url(users-2.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:50%;
    background-size: 40px 40px;}

.clock:hover{
opacity: 70%;}



/****************** notes ****************/
.notes {
  background:url(help_book_cool-4.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:50%;
    background-size: 40px 40px;}
.news:hover{
opacity: 70%;}

/****************** dtube ****************/
.dtube {
  background:url(network_three_pcs-0.png) no-repeat;
  width:60px;
  height:60px;
  position:absolute;
  left:40%;
  margin-left:-30px;
  top:50%;
    background-size: 40px 40px;
}
.calendar:hover{
opacity: 70%;
}

/****************** spotify ****************/
.spotify {
  background:url(loudspeaker_rays_green-0.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:55%;
  margin-left:-40px;
  top:55%;
}

.file:hover{
opacity: 70%;
}

/****************** spider ****************/
.spider {
  background:url(spider-0.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:50%;}

.comments:hover{
opacity: 70%;
}

/****************** chips ****************/
.chips {
  background:url(overlay_share-1.png) no-repeat;
  width:50px;
  height:50px;
  position:absolute;
  left:50%;
  margin-left:-40px;
  top:35%;
    background-size: 40px 40px;}

.safe:hover{
opacity: 70%;
}

/******************  ****************/

.pepedance {
  position: fixed;
  bottom: 0;
  transform: translateX(-200px);
  -webkit-animation: dance linear 14s infinite alternate;
          animation: dance linear 14s infinite alternate;
}
@-webkit-keyframes dance {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(calc(100vw - (290px)));
  }
}
@keyframes dance {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(calc(100vw - (290px)));
  }
}

/******************  ****************/
.game {
margin: 10%;
  }
