.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgba(17, 17, 17, 0.67);
  overflow-x: hidden;
  transition: 0.5s;
  overflow: hidden;
  padding-top: 60px;
}

.sidenavContainers {
  height: 11%;
  width: 395px !important;
  position: fixed;
  z-index: 2;
  top: -60px;
  background-color: #104d7d;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

.moveContainer {
  cursor: move;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav .openAppSidebar {
  animation-name: openApps;
  animation-duration: 1s;
  -webkit-animation-name: openApps;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
}

.sidenav ul {
  height: 1000px;
  overflow: auto;
}

ul[dnd-list] .dndPlaceholder {
  background-color: #ddd;
  opacity: 0.5;
  display: block;
  width: 80px;
  height: 80px;
  word-wrap: break-word !important;
  padding: 0;
  float: left;
}

.containersField {
  animation-name: containersFieldAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: containersFieldAnimation;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
}

.addContainersField {
  animation-name: addContainersFieldAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: addContainersFieldAnimation;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
}

.closeContainersField {
  animation-name: closeContainersFieldAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: closeContainersFieldAnimation;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
}

.closeAddContainersField {
  animation-name: closeContainersFieldAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  -webkit-animation-name: closeContainersFieldAnimation;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards;
}

.sidenav .closeAppsAppSidebar {
  animation-name: closeApps;
  animation-duration: 1s;
  -webkit-animation-name: closeApps;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
}

.sidenav ul li {
  margin: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
@keyframes closeContainersFieldAnimation {
  from {
    top: 0;
  }
  to {
    top: -60px;
  }
}
@keyframes addContainersFieldAnimation {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes closeContainersFieldAnimation {
  from {
    margin-top: 55px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes containersFieldAnimation {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 55px;
  }
}
/* The animation code */
@keyframes openApps {
  from {
    margin-left: -75px;
    opacity: 0;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@keyframes closeApps {
  from {
    margin-left: 0px;
    opacity: 1;
  }
  to {
    margin-left: -75px;
    opacity: 0;
  }
}

/*# sourceMappingURL=customApps.css.map */
