

body, html {
	width: 100vw;
	height: 100vh;
  overflow: hidden;
	background: #FFF;
	margin:0;
	-webkit-user-select: none;
  background-size: cover;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: var(--text-primary);
}
/*
.select-dropdown-input, a, abbr, address, article, aside, audio, blockquote, body, button, canvas, caption, dd, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, iframe, img, input, label, legend, li, mark, menu, nav, object, ol, output, p, pre, section, select, small, span, strong, sub, sup, table, td, textarea, th, time, tr, ul, video {
    /*margin: 0;
    padding: 0;
    border: none;
    outline: none;
    color: inherit;
    font: inherit;
    text-decoration: none;
    cursor: default;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    box-sizing: border-box;
}
*/











button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
a.h-button-primary, .h-button-primary {
    --color: var(--white);
    --bg-color: var(--primary);
    --border-color: var(--primary);
    --hover-color: var(--primary);
}
.h-button-md {
    font-size: 14px !important;
    padding: 8px 24px !important;
    line-height: 24px !important;
}
@media (min-width: 576px) {
    a.h-button, .h-button {
        width: auto;
        margin: 0;
    }
}
a.h-button, .h-button {
    color: var(--white);
    background: var(--primary);
    border-color: var(--primary);
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 8px;
    align-self: center;
    border-radius: 8px !important;
}
h4, .h4, .h-button, .btn, button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

a.h-button span, .h-button span {
    pointer-events: none !important;
}


#menu {
  width: 240px;
  height: calc(100vh - 56px);
  border-right: 1px solid var(--borders);
  position: fixed;
    left: 0;
    top: 0px;
    padding: 0 8px;
}

#menu_logo {
  font-size: 1.4em;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 8px;
  padding: 16px 0;
}

#menu_logo img {
  width: 28px;
  margin-right: 4px;
}

.menu_section {
    display: flex;
    width: 100%;
    min-width: 240px;
    position: relative;
    flex-direction: column;
    color: var(--text-tertiary);
    overflow: hidden;
    margin-bottom: 8px;
    margin-top: 16px;
}

.menu_section_heading {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.45455;
  text-transform: uppercase;
  margin-left: 8px;
}

.menu_section_item {
  position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    margin: 0
    -webkit-box-align: center;
    align-items: center;
    border: 0px;
    font-size: 14px;
    outline: 0px;
    text-decoration: none;
    user-select: none;
    color: currentcolor;
    cursor: pointer;
    padding-block: 8px;
    padding-inline: 8px;
    border-radius: 3px;
    background-color: transparent;
    color: var(--text-secondary);
}

.menu_section_item_icon {
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  background-color: var(--text-secondary);
  margin-right: 8px;
}

.menu_section_item_icon.book {
  mask-image: url('/assets/icons/book.svg');
}

.menu_section_item_icon.skills {
  mask-image: url('/assets/icons/skill.svg');
}

.menu_section_item_icon.departments {
  mask-image: url('/assets/icons/department.svg');
}

.menu_section_item_icon.users {
  mask-image: url('/assets/icons/users.svg');
}


.menu_section_item.selected {
  color: var(--primary);
}

.menu_section_item.selected .menu_section_item_icon {
  background-color: var(--primary);
}

#main {
  position: fixed;
  left: 240px;
  right: 0;
  bottom: 0;
  top: 0;
}

#header {
  width: 100%;
  height: 56px;
  font-size: 2.4em;
  font-weight: 600;
  padding: 24px;
}

#content {
	height: calc(100vh - 63px);
	overflow: scroll;
}

.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*border-bottom: 1px solid var(--borders);*/
}

.row:hover {
  background: #FAFAFA;
}

.row .row-actions {
  display: none;
  cursor: pointer;
}

.row .col-actions {
  cursor: pointer;
}

.row:hover .row-actions {
  display: block;
}

.row-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  padding: 20px 8px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}

.col.inactive {
	color: var(--text-tertiary);
}

.col_07 {
  flex: 0.7;
}

.col_w24 {
  max-width: 24px;
}

.col_w32 {
  max-width: 32px;
}

.col_w48 {
  max-width: 48px;
}

.col_w56 {
  max-width: 56px;
}

.row.header {
  color: var(--text-tertiary);
  font-weight: 600;
	border-bottom: 1px solid var(--grey-100);
	font-size: 12px;
}

.row.header:hover {
	background: transparent;
}

.ident {
  width: 16px;
  display: inline-block;
}

.department_item.row {
  font-weight: 700;
  color: var(--text-secondary);
}

.department_icon {
  width: 24px;
  height: 24px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  display: inline-block;
  background-color: var(--text-secondary);
  margin-right: 8px;
}

.department_icon.folder {
  mask-image: url('/assets/icons/department.svg');
}

.department_icon.role {
  mask-image: url('/assets/icons/skill.svg');
}

.department_icon.user {
  mask-image: url('/assets/icons/users.svg');
}

.expand-icon {
  width: 16px;
  height: 16px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--text-secondary);
  mask-image: url('/assets/icons/chevron_right.svg');
}

.expand-icon.expanded {
  mask-image: url('/assets/icons/chevron_down.svg');
}

.expand-icon.empty {
  mask-image: url('');
}




.full-height {
      height: 100vh;
    }
