.admin-console {
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #CCC;
  overflow-y: hidden;
}

a.admin-btn-console {
  display: block;
  position: absolute;
  z-index: 20;
  top: 4px;
  color: #666;
  background-color: #F5F5F5;
  text-align: center;
  width: 50px;
  height: 25px;
  line-height: 25px;
  border-radius: 0 4px 4px 0;
  font-size: 0.7rem;
}

.admin-container-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.admin-iframe {
  position: fixed;
  width: 49.5vw;
  height: 100vh;
}

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

/*                              off canvas                            */

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

.admin-row-offcanvas {
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.admin-row-offcanvas-right {
  right: 0;
}

.admin-row-offcanvas-left {
  left: 0;
}

.admin-row-offcanvas-right .admin-sidebar-offcanvas {
  right: -100%;
  /* 12 columns */
}

.admin-row-offcanvas-right.active .admin-sidebar-offcanvas {
  right: -100%;
  /* 6 columns */
}

.admin-row-offcanvas-left .admin-sidebar-offcanvas {
  left: -100%;
  /* 12 columns */
}

.admin-row-offcanvas-left.active .admin-sidebar-offcanvas {
  left: -50%;
  /* 6 columns */
}

.admin-row-offcanvas-right.active {
  right: 50%;
  /* 6 columns */
}

.admin-row-offcanvas-left.active {
  left: 50%;
  /* 6 columns */
}

.admin-sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 50%;
  background-color: #333;
  height: 100%;
}


/*# sourceMappingURL=front-style.css.map*/