nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 48px;
  font-size: 14px;
  box-shadow: 0 0 5px 0 #666;
  z-index: 10;
  flex-direction: row;
  box-shadow: 0px 1px 2px 0px #1d1d1d; }
  nav i {
    font-size: 20px; }
  nav, nav > div {
    display: flex; }
  nav > div {
    flex: 1;
    flex-direction: row; }
    nav > div > * {
      height: 100%;
      display: flex;
      padding: 0 15px;
      flex-direction: column;
      justify-content: center;
      border-style: solid;
      transition: background-color 300ms ease; }
      nav > div > *:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  nav .dropdown-menu {
    text-align: justify;
    color: #333; }
  nav .title > * {
    border-width: 0 1px 0 0; }
  nav .title .dropdown-menu {
    right: initial;
    left: 0; }
  nav .title #module li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px; }
    nav .title #module li > a span {
      flex: 1; }
    nav .title #module li > a i {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      margin: 0 5px;
      color: #444;
      font-size: 20px;
      border-radius: 50%;
      border: 1px solid #ccc; }
  nav .option {
    direction: rtl; }
    nav .option > * {
      border-width: 0 0 0 1px; }
    nav .option .dropdown-menu {
      right: 0;
      left: initial; }
    nav .option .datetime .qulon {
      animation: ticktok 1s linear infinite; }
@keyframes ticktok {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
  @media print {
    nav {
      display: none; } }

aside {
  position: absolute;
  font-size: 13px;
  top: 48px;
  width: 200px;
  box-shadow: 0 0 5px 0 #666;
  display: flex;
  z-index: 5;
  flex-direction: column;
  height: calc(100% - 48px);
  transition: transform 300ms ease; }
  aside .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05); }
    aside .user-info .image {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      margin: 10px auto;
      background-image: url(../../images/user.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
      aside .user-info .image img {
        width: 100%;
        height: 100%; }
    aside .user-info > * {
      display: block; }
    aside .user-info span {
      font-size: 14px;
      color: #ccc;
      padding: 5px; }
    aside .user-info small {
      font-size: 10px;
      color: #aaa;
      padding: 5px; }
  aside .menu {
    flex: 1;
    overflow-y: auto; }
    aside .menu ul, aside .menu li, aside .menu a {
      display: block; }
    aside .menu ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      aside .menu ul ul {
        height: 0;
        opacity: 0;
        transform: translateX(-100%);
        transition: transform 200ms ease,opacity 500ms ease; }
    aside .menu li {
      transition: background-color 300ms ease; }
      aside .menu li.open {
        background-color: rgba(0, 0, 0, 0.08); }
        aside .menu li.open > ul {
          height: auto;
          opacity: 1;
          transform: translateX(0) !important; }
        aside .menu li.open > a.menu-toggle::after {
          transform: rotate(45deg); }
    aside .menu a {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 12px 0;
      color: #dfdfdf;
      transition: background-color 300ms ease, color 300ms ease; }
      aside .menu a:hover {
        background-color: rgba(0, 0, 0, 0.08);
        color: #fff; }
      aside .menu a i {
        padding: 0 10px;
        font-size: 24px;
        display: inline-block;
        height: 24px; }
      aside .menu a.menu-toggle {
        position: relative; }
        aside .menu a.menu-toggle::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 20px;
          width: 5px;
          height: 5px;
          display: block;
          margin-top: -2px;
          transform: rotate(-45deg);
          border-width: 0 1px 1px 0;
          border-style: solid;
          transition: transform 200ms ease; }
    aside .menu ul ul a {
      padding-left: 50px; }
    aside .menu ul ul ul a {
      padding-left: 75px; }
  aside .footer {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    aside .footer > * {
      flex: 1;
      text-align: center;
      padding: 15px 0;
      line-height: 10px;
      font-size: 18px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      aside .footer > *:hover {
        background-color: rgba(0, 0, 0, 0.08); }
  @media print {
    aside {
      display: none; } }

main {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  top: 48px;
  width: calc(100% - 200px);
  height: calc(100% - 48px);
  transition: width 300ms ease;
  background-color: #f9f9f9; }
  main /deep/ router-outlet + * {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f7f7f7; }
  @media print {
    main {
      position: relative;
      top: initial;
      width: 100%;
      height: 100%; } }

aside.toggle {
  transform: translateX(-100%); }

main.toggle {
  width: 100%; }

@media (max-width: 1024px) {
  aside {
    transform: translateX(-100%); }

  main {
    width: 100% !important; }

  aside.toggle {
    transform: translateX(0) !important; } }
:host-context([dir="rtl"]) nav .title > * {
  border-width: 0 0 0 1px; }
  :host-context([dir="rtl"]) nav .title > * .dropdown-menu {
    right: 0;
    left: initial; }
:host-context([dir="rtl"]) nav .option {
  direction: ltr; }
  :host-context([dir="rtl"]) nav .option > * {
    border-width: 0 1px 0 0; }
    :host-context([dir="rtl"]) nav .option > * .dropdown-menu {
      right: initial;
      left: 0; }
:host-context([dir="rtl"]) aside .menu ul ul {
  transform: translateX(100%); }
:host-context([dir="rtl"]) aside .menu a.menu-toggle:after {
  right: initial;
  left: 20px;
  transform: rotate(135deg); }
:host-context([dir="rtl"]) aside .menu ul a {
  padding-left: 0; }
:host-context([dir="rtl"]) aside .menu ul ul a {
  padding-right: 50px; }
:host-context([dir="rtl"]) aside .menu ul ul ul a {
  padding-right: 75px; }
:host-context([dir="rtl"]) main {
  right: initial;
  left: 0; }
:host-context([dir="rtl"]) aside.toggle {
  transform: translateX(100%); }
@media (max-width: 1024px) {
  :host-context([dir="rtl"]) aside {
    transform: translateX(100%); } }

:host-context(.dark-red) nav {
  background-color: #962247;
  color: #fff; }
  :host-context(.dark-red) nav > div > * {
    border-color: #811d3d; }
:host-context(.dark-red) aside {
  background-color: #252525;
  color: #fff; }
  :host-context(.dark-red) aside .user-info {
    border-bottom: 1px solid #323232; }
  :host-context(.dark-red) aside .footer {
    border-top: 1px solid #323232; }

:host-context(.dark-green) nav {
  background-color: #1E9E13;
  color: #fff; }
  :host-context(.dark-green) nav > div > * {
    border-color: #1a8710; }
:host-context(.dark-green) aside {
  background-color: #303841;
  color: #fff; }
  :host-context(.dark-green) aside .user-info {
    border-bottom: 1px solid #3b4550; }
  :host-context(.dark-green) aside .footer {
    border-top: 1px solid #3b4550; }

.notification {
  position: absolute;
  left: 0;
  bottom: 0; }

/*# sourceMappingURL=panel.component.css.map */
