@charset "UTF-8";
html, body {
  background-color: #F3F5F6; }

header {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background-color: #2B3F54;
  color: white; }
  header h1 {
    font-weight: normal; }
  header .bem-settings {
    position: relative;
    cursor: pointer;
    padding: 0 32px 0 16px;
    border-left: 1px solid white; }
    header .bem-settings:hover ul {
      display: block; }
    header .bem-settings::after {
      position: absolute;
      top: 0;
      right: 0;
      margin: auto;
      text-align: center;
      width: 32px;
      height: 32px;
      content: "\f013";
      font-family: "Font Awesome 6 Free";
      font-weight: 900; }
    header .bem-settings__list {
      position: absolute;
      top: 32px;
      right: 0;
      display: none;
      background-color: #2B3F54;
      border-top: 1px solid white;
      min-width: 240px;
      box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3); }
      header .bem-settings__list__item {
        width: 100%;
        border: 1px solid #2B3F54; }
        header .bem-settings__list__item:hover {
          border: 1px solid #ddd; }
        header .bem-settings__list__item__link {
          width: 100%;
          color: white !important;
          position: relative;
          padding: 0 16px 0 40px;
          line-height: 48px;
          text-decoration: none; }
          header .bem-settings__list__item__link:hover {
            color: #2B3F54 !important;
            background-color: #F3F5F6;
            text-decoration: none; }
          header .bem-settings__list__item__link::before {
            content: "";
            position: absolute;
            top: 0;
            left: 8px;
            width: 32px;
            height: 32px;
            text-align: center;
            font-family: "Font Awesome 6 Free";
            font-weight: 900; }
          header .bem-settings__list__item__link--profile::before {
            content: ""; }
          header .bem-settings__list__item__link--password::before {
            content: ""; }
          header .bem-settings__list__item__link--settings::before {
            content: ""; }
          header .bem-settings__list__item__link--mail::before {
            content: ""; }
          header .bem-settings__list__item__link--line::before {
            content: "\f3c0";
            font-family: "Font Awesome 6 Brands"; }
          header .bem-settings__list__item__link--logout::before {
            content: ""; }

nav {
  z-index: 90;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 32px;
  overflow: visible;
  background-color: #FFF;
  width: 200px;
  border-right: 1px solid #ddd; }
  nav .bem-menu {
    width: 100%;
    overflow: visible; }
    nav .bem-menu__item {
      position: relative;
      width: 100%;
      border-bottom: 1px dashed #ddd; }
      nav .bem-menu__item:first-of-type {
        border-top: 1px dashed #ddd; }
      nav .bem-menu__item:hover ul {
        visibility: visible; }
  nav .bem-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 100;
    margin-left: calc(100% + 1px);
    min-width: 200px;
    background-color: white;
    border: 1px solid #ddd;
    border-left: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }
    nav .bem-sub-menu__item {
      width: 100%;
      border-top: 1px dashed #ddd; }
      nav .bem-sub-menu__item:first-of-type {
        border-top: none; }
  nav .bem-menu__item__link, nav .bem-sub-menu__item__link {
    position: relative;
    padding-left: 48px;
    color: #2B3F54;
    line-height: 48px;
    width: 100%;
    line-height: 40px;
    text-decoration: none; }
    nav .bem-menu__item__link:hover, nav .bem-sub-menu__item__link:hover {
      background-color: #F3F5F6; }
    nav .bem-menu__item__link::before, nav .bem-sub-menu__item__link::before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 20px;
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      text-align: center; }
    nav .bem-menu__item__link--dashboard::before, nav .bem-sub-menu__item__link--dashboard::before {
      content: ""; }
    nav .bem-menu__item__link--inquiries::before, nav .bem-sub-menu__item__link--inquiries::before {
      content: ""; }
    nav .bem-menu__item__link--staffs::before, nav .bem-sub-menu__item__link--staffs::before {
      content: ""; }
    nav .bem-menu__item__link--templates::before, nav .bem-sub-menu__item__link--templates::before {
      content: ""; }
    nav .bem-menu__item__link--affiliations::before, nav .bem-sub-menu__item__link--affiliations::before {
      content: ""; }
    nav .bem-menu__item__link--positions::before, nav .bem-sub-menu__item__link--positions::before {
      content: ""; }
    nav .bem-menu__item__link--register::before, nav .bem-sub-menu__item__link--register::before {
      content: ""; }
    nav .bem-menu__item__link--list::before, nav .bem-sub-menu__item__link--list::before {
      content: ""; }

.bem-breadcrumbs {
  z-index: 80;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  padding-top: 32px;
  padding-left: 200px;
  background-color: #F3F5F6; }
  .bem-breadcrumbs__crumb {
    padding: 0 32px; }

article {
  overflow: auto;
  background-color: #F3F5F6; }
  article.default {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 64px;
    padding-left: 200px; }
  article .bem-table {
    width: 100%; }
    article .bem-table thead tr th {
      background-color: #2B3F54;
      color: white; }
      article .bem-table thead tr th a {
        color: white;
        text-decoration: none; }
        article .bem-table thead tr th a.asc::before, article .bem-table thead tr th a.desc::before {
          content: "";
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          font-size: 18px;
          float: none !important;
          width: 18px;
          height: 18px;
          margin-right: 2px; }
        article .bem-table thead tr th a.asc::before {
          content: ""; }
        article .bem-table thead tr th a.desc::before {
          content: ""; }
    article .bem-table thead th, article .bem-table thead td, article .bem-table tbody th, article .bem-table tbody td {
      padding: 8px;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      border: 1px solid #ddd;
      background-color: white; }
      article .bem-table thead th.w40px, article .bem-table thead th .w40px, article .bem-table thead td.w40px, article .bem-table thead td .w40px, article .bem-table tbody th.w40px, article .bem-table tbody th .w40px, article .bem-table tbody td.w40px, article .bem-table tbody td .w40px {
        width: 40px; }
      article .bem-table thead th.w60px, article .bem-table thead th .w60px, article .bem-table thead td.w60px, article .bem-table thead td .w60px, article .bem-table tbody th.w60px, article .bem-table tbody th .w60px, article .bem-table tbody td.w60px, article .bem-table tbody td .w60px {
        width: 60px; }
      article .bem-table thead th.w80px, article .bem-table thead th .w80px, article .bem-table thead td.w80px, article .bem-table thead td .w80px, article .bem-table tbody th.w80px, article .bem-table tbody th .w80px, article .bem-table tbody td.w80px, article .bem-table tbody td .w80px {
        width: 80px; }
      article .bem-table thead th.w100px, article .bem-table thead th .w100px, article .bem-table thead td.w100px, article .bem-table thead td .w100px, article .bem-table tbody th.w100px, article .bem-table tbody th .w100px, article .bem-table tbody td.w100px, article .bem-table tbody td .w100px {
        width: 100px; }
      article .bem-table thead th.w120px, article .bem-table thead th .w120px, article .bem-table thead td.w120px, article .bem-table thead td .w120px, article .bem-table tbody th.w120px, article .bem-table tbody th .w120px, article .bem-table tbody td.w120px, article .bem-table tbody td .w120px {
        width: 120px; }
      article .bem-table thead th.w140px, article .bem-table thead th .w140px, article .bem-table thead td.w140px, article .bem-table thead td .w140px, article .bem-table tbody th.w140px, article .bem-table tbody th .w140px, article .bem-table tbody td.w140px, article .bem-table tbody td .w140px {
        width: 140px; }
      article .bem-table thead th.w160px, article .bem-table thead th .w160px, article .bem-table thead td.w160px, article .bem-table thead td .w160px, article .bem-table tbody th.w160px, article .bem-table tbody th .w160px, article .bem-table tbody td.w160px, article .bem-table tbody td .w160px {
        width: 160px; }
      article .bem-table thead th.w180px, article .bem-table thead th .w180px, article .bem-table thead td.w180px, article .bem-table thead td .w180px, article .bem-table tbody th.w180px, article .bem-table tbody th .w180px, article .bem-table tbody td.w180px, article .bem-table tbody td .w180px {
        width: 180px; }
      article .bem-table thead th.w200px, article .bem-table thead th .w200px, article .bem-table thead td.w200px, article .bem-table thead td .w200px, article .bem-table tbody th.w200px, article .bem-table tbody th .w200px, article .bem-table tbody td.w200px, article .bem-table tbody td .w200px {
        width: 200px; }
      article .bem-table thead th.w220px, article .bem-table thead th .w220px, article .bem-table thead td.w220px, article .bem-table thead td .w220px, article .bem-table tbody th.w220px, article .bem-table tbody th .w220px, article .bem-table tbody td.w220px, article .bem-table tbody td .w220px {
        width: 220px; }
      article .bem-table thead th.w240px, article .bem-table thead th .w240px, article .bem-table thead td.w240px, article .bem-table thead td .w240px, article .bem-table tbody th.w240px, article .bem-table tbody th .w240px, article .bem-table tbody td.w240px, article .bem-table tbody td .w240px {
        width: 240px; }

/*# sourceMappingURL=d--auth.css.map */
