/*#0000ff;*/
body, html, body > div.ember-view, .application, .pusher, .main, .main-menu, .pusher > .column {
  height: 100%;
}

.waiting {
  height: 100%;
}

.application {
  background-color: #ffffff;
}
.application .pusher {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s;
}

.ui.menu.main-menu {
  border-radius: 0;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.menu.main-menu .ui.icon.button {
  color: #ffffff;
}

.main {
  display: flex;
  flex-direction: row;
  flex: 1;
  position: relative;
  min-width: 0;
}
.main .messages {
  position: absolute;
  right: 5px;
  top: 5px;
}
.main .ui.message {
  z-index: 3;
}

.hidden {
  display: none !important;
}

.no-visibility {
  visibility: hidden;
}

.CodeMirror {
  min-height: 100px;
  height: 100px;
}

.CodeMirror-scroll {
  min-height: auto;
}

.main .ui[class*="top attached"].menu {
  margin: 0;
  border-radius: 0;
}
.main .ui[class*="top attached"].menu.tabular {
  border-bottom-width: 0;
  padding-left: 5px;
}
.main .ui[class*="top attached"].menu.tabular .item {
  padding-top: 0.528571em;
  margin-top: 0.4em;
  cursor: pointer;
  color: #777777;
}
.main .ui[class*="top attached"].menu.tabular .item.active {
  background-color: #F9FAFB;
}
.main .ui[class*="top attached"].menu.tabular .item.active.production, .main .ui[class*="top attached"].menu.tabular .item.active.workbench {
  color: #dbbd17;
}
.main .menu.skill-mode .ui[class*="top attached"].menu.tabular .item.active.production, .main .menu.skill-mode .ui[class*="top attached"].menu.tabular .item.active.workbench {
  color: #444488;
}
.main .ui[class*="bottom attached"].menu {
  margin: 0;
  border-radius: 0;
}
.main .ui.attached.menu:not(.tabular) {
  border: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  background-color: #F9FAFB;
}
.main .ui.attached .ui.button.item.left.first {
  margin-right: 0 !important;
}
.main .ui.attached + .ui.attached.menu:not(.top) {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  display: flex;
}
.main .ui.attached + .ui.attached.menu:not(.top) .item.competence-info {
  flex: 1;
  flex-direction: row;
  justify-content: space-evenly;
}
.main .ui.attached.segment {
  margin: 0;
  border: none;
  padding: 0;
}
.main .main-left,
.main .main-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 0;
  border-left: 10px solid #dfe1e4;
}

.main-title {
  box-sizing: border-box;
  padding: 0 10px;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  background-color: #3498db;
}
.main-title.lite {
  background-color: #7C0E6A;
}
.main-title h1.ui.header {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 6px 0;
  color: #FFFFFF;
}
.main-title h1.ui.header .ui.right.floated.menu {
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: 0;
}
.main-title h1.ui.header .ui.right.floated.menu .ui.button {
  padding-top: 7px;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.main-title h1.ui.header .ui.right.floated.menu .ui.button i {
  color: #ffffff;
}
.main-title .ui.selection.dropdown {
  min-height: 0;
  height: auto;
  margin: 2px 0;
  padding: 8px 40px 8px 8px;
  min-width: 0;
  width: 150px;
}

.ui.inverted.menu {
  background-color: #3498db;
}
.ui.inverted.menu.lite {
  background-color: #7C0E6A;
}
.ui.inverted.menu.main-menu {
  margin-bottom: 0;
}
.ui.inverted.menu .item {
  color: #ffffff;
}

.ui.disabled.dropdown {
  opacity: 1;
}
.ui.disabled.dropdown i.icon {
  display: none;
}

.elephant {
  width: 100%;
  height: 100%;
  background: url("/assets/images/elephant_v2.png") center center no-repeat;
  background-size: contain;
}

footer.ui.attached.header {
  background: rgb(52, 152, 219) !important;
  color: white;
}
footer.ui.attached.header p {
  position: relative;
  left: -198px;
}

.ui.button {
  font-weight: normal;
  background-color: transparent;
  color: #000000;
}
.ui.button:hover, .ui.button:focus {
  background-color: rgba(0, 0, 0, 0.03);
}

.ui.page.dimmer.inverted.active {
  z-index: 10000;
}

.rotate-90 {
  transform: rotate(90deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.main-sidebar {
  /*.title.AccordionToggle {
    display: flex;

    &:hover {
      background: rgba(0, 0, 0, 0.08);
    }

    span {
      display: block;
    }
  }

  .accordion {
    .is-active {
      .liquid-container {
        background: #2c90d2;
        margin-bottom: 8px;
      }

      a.item {
        white-space: nowrap;
        border: none;

        &:hover, &.active, &.active:hover {
          background: rgba(0, 0, 0, 0.08);
        }
      }
    }
  }*/
}
.main-sidebar.ui.sidebar {
  transition: transform 0.5s, visibility 0.5s;
  z-index: 99;
}
.main-sidebar h1.header {
  height: 50px;
  padding: 15px 5px;
  margin: 0;
  font-size: 25px;
  color: #ffffff;
}
.main-sidebar .legal-mention {
  color: #00DBFF;
  margin: 0;
  padding: 0 5px 7px 5px;
}
.main-sidebar .sidebar-search .ember-basic-dropdown-trigger {
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.main-sidebar .sidebar-search .ember-basic-dropdown-trigger .ember-power-select-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.main-sidebar .sidebar-search .ember-basic-dropdown-trigger .custom-trigger {
  color: rgba(255, 255, 255, 0.9);
}
.main-sidebar .sidebar-search .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: auto;
  left: 5px;
  right: 5px;
}
.main-sidebar .sidebar-search .ember-power-select-option {
  display: flex;
  align-items: center;
}
.main-sidebar .sidebar-search .ember-power-select-option .skill-result-status {
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.main-sidebar .sidebar-search .ember-power-select-option .skill-result-status.validated {
  background: #00ff00;
}
.main-sidebar .sidebar-search .ember-power-select-option .skill-result-status.suggested {
  background: #9ceaf7;
}
.main-sidebar .sidebar-search .ember-power-select-option .skill-result-status.archived {
  background: #6b686d;
}
.main-sidebar .sidebar-search .ember-power-select-option .skill-result-status.deleted {
  background: #c13b3b;
}
.main-sidebar #select-framework .ember-power-select-trigger {
  margin: 10px 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  cursor: pointer;
}
.main-sidebar .a11y-accordion-list {
  font-size: 0.9rem;
}
.main-sidebar .a11y-accordion-list .a11y-accordion-header__trigger {
  cursor: pointer;
  padding: 0.5rem 0;
  color: white;
}
.main-sidebar .a11y-accordion-list .a11y-accordion-header__trigger:hover {
  background: rgba(0, 0, 0, 0.08);
}
.main-sidebar .a11y-accordion-list .a11y-accordion-panel-content {
  background: rgba(0, 0, 0, 0.08);
}
.main-sidebar .a11y-accordion-list .a11y-accordion-panel-content .item {
  padding: 0.8rem;
}
.main-sidebar .a11y-accordion-list .a11y-accordion-panel-content .item:hover, .main-sidebar .a11y-accordion-list .a11y-accordion-panel-content .item.active, .main-sidebar .a11y-accordion-list .a11y-accordion-panel-content .item.active:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}
.main-sidebar .ui.menu {
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-sidebar .ui.vertical.inverted.menu .menu .item {
  padding: 10px;
  color: #ffffff;
  align-items: initial;
}
.main-sidebar .ui.vertical.inverted.menu .menu .item i.icon {
  font-size: 12px;
  float: none;
  margin-right: 5px;
}
.main-sidebar .ui.search {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 5px;
}
.main-sidebar .ui.search .prompt {
  border-radius: 0;
}
.main-sidebar .ui.search .ui.input {
  width: 100%;
}
.main-sidebar .ui.search .ui.input input {
  padding: 4px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.8);
}
.main-sidebar .ui.search .ui.input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.main-sidebar .ui.search .ui.input i.icon {
  color: #ffffff;
}
.main-sidebar .ui.search.loading .input > i.icon::after {
  border-color: #ffffff transparent transparent;
}
.main-sidebar .ui.search .results .message .header {
  display: none;
}
.main-sidebar .secondary-links {
  border-top: solid 1px rgba(255, 255, 255, 0.08);
  margin-top: 40px;
}
.main-sidebar .secondary-links i, .main-sidebar .secondary-links a, .main-sidebar .secondary-links p {
  color: rgba(255, 255, 255, 0.9);
}
.main-sidebar .secondary-links a, .main-sidebar .secondary-links p {
  display: block;
  padding: 13px 5px;
  margin-bottom: 0;
}
.main-sidebar .secondary-links a:hover, .main-sidebar .secondary-links p:hover {
  background-color: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.ui.small.floated.select-section {
  min-width: 150px;
  margin-bottom: 0;
}

.ui.small.floated.language-filter {
  min-width: 180px;
  margin-bottom: 0;
  font-weight: normal;
}
.ui.small.floated.language-filter .ember-power-select-trigger {
  color: white;
  border-color: white;
  background: transparent;
}
.ui.small.floated.language-filter .ember-power-select-trigger .ember-power-select-status-icon {
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

.select-section-dropdown li, .language-filter-dropdown li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.competence-management-link {
  color: white;
}
.competence-management-link:hover {
  color: white;
  text-decoration: underline;
}

.competence {
  flex: 1 1 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.competence.half {
  max-height: 30%;
}
.competence .table {
  margin: 0;
  box-sizing: border-box;
  border: none;
}

.competence-grid {
  height: 100%;
  overflow: scroll;
  min-height: 0;
}

.ui.table.tubes.definition {
  font-size: 15px;
  border-radius: 0;
  margin-top: -1px;
}
.ui.table.tubes.definition td {
  box-sizing: border-box;
  padding: 5px;
}
.ui.table.tubes.definition td.theme-cell {
  width: 200px;
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.01);
}
.ui.table.tubes.definition td.theme-cell.create-tube {
  position: relative;
  text-align: center;
}
.ui.table.tubes.definition td.theme-cell.create-tube a {
  display: block;
  margin-bottom: 30px;
}
.ui.table.tubes.definition td.theme-cell.create-tube .tube-management {
  position: absolute;
  display: flex;
  width: calc(100% - 15px);
  bottom: 5px;
  border: none;
}
.ui.table.tubes.definition td.tube-cell {
  width: 160px;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  padding-left: 10px;
  background: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}
.ui.table.tubes.definition td.empty-row {
  background: rgba(0, 0, 0, 0.03);
}
.ui.table.tubes.definition td.skill-cell {
  text-align: center;
}
.ui.table.tubes.definition td.skill-cell .skill-cell__link {
  color: black;
  cursor: pointer;
}
.ui.table.tubes.definition td.skill-cell.production.warning {
  background: #fdc59f !important;
}
.ui.table.tubes.definition td.skill-cell.production.danger {
  background: #FF5E5E !important;
}
.ui.table.tubes.definition td.skill-cell.production, .ui.table.tubes.definition td.skill-cell.workbench {
  background-color: #fcfd9f !important;
}
.ui.table.tubes.definition td.skill-cell.production.active, .ui.table.tubes.definition td.skill-cell.workbench.active {
  position: relative;
  color: red !important;
}
.ui.table.tubes.definition td.skill-cell.production.active::after, .ui.table.tubes.definition td.skill-cell.workbench.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(146, 146, 55, 0.3);
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status span.draft-prototype, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status span.draft-prototype {
  background: #9ceaf7;
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status span.validated-prototype, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status span.validated-prototype {
  background: #00ff00;
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status span.archived-prototype, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status span.archived-prototype {
  background: #6b686d;
  color: white;
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status span.obsolete-prototype, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status span.obsolete-prototype {
  background: #c13b3b;
  color: white;
}
.ui.table.tubes.definition td.skill-cell.production .workbench__status span.not-declinable, .ui.table.tubes.definition td.skill-cell.workbench .workbench__status span.not-declinable {
  background: white;
  color: black;
}
.ui.table.tubes.definition td.skill-cell.skill-mode.warning {
  background: #b5b3ff !important;
}
.ui.table.tubes.definition td.skill-cell.skill-mode.danger {
  background: #c496ff !important;
}
.ui.table.tubes.definition td.skill-cell.skill-mode, .ui.table.tubes.definition td.skill-cell.skill-workbench {
  background-color: #d5e8fd !important;
}
.ui.table.tubes.definition td.skill-cell.skill-mode.active, .ui.table.tubes.definition td.skill-cell.skill-workbench.active {
  position: relative;
  color: red !important;
}
.ui.table.tubes.definition td.skill-cell.skill-mode.active::after, .ui.table.tubes.definition td.skill-cell.skill-workbench.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 144, 167, 0.3);
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.validated, .ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.prevalidated, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.validated, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.prevalidated {
  color: #00ff00;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.to-be-submitted, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.to-be-submitted {
  color: #ffc851;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.need-work, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.need-work {
  color: #ff51e8;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.suggested, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.suggested {
  color: #9ceaf7;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.archived, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.archived {
  color: #6b686d;
  text-shadow: none;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.na, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.na {
  color: #3e7726;
  text-shadow: none;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .idea.icon.empty, .ui.table.tubes.definition td.skill-cell.skill-workbench .idea.icon.empty {
  color: #c13b3b;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .tuto-count, .ui.table.tubes.definition td.skill-cell.skill-workbench .tuto-count {
  font-size: 12px;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .skill-workbench__status, .ui.table.tubes.definition td.skill-cell.skill-workbench .skill-workbench__status {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .skill-workbench__status .workbench-status.active-skill, .ui.table.tubes.definition td.skill-cell.skill-workbench .skill-workbench__status .workbench-status.active-skill {
  background: #00ff00;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .skill-workbench__status .workbench-status.draft-skill, .ui.table.tubes.definition td.skill-cell.skill-workbench .skill-workbench__status .workbench-status.draft-skill {
  background: #9ceaf7;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .skill-workbench__status .workbench-status.archive-skill, .ui.table.tubes.definition td.skill-cell.skill-workbench .skill-workbench__status .workbench-status.archive-skill {
  background: #6b686d;
  color: white;
}
.ui.table.tubes.definition td.skill-cell.skill-mode .skill-workbench__status .workbench-status.obsolete-skill, .ui.table.tubes.definition td.skill-cell.skill-workbench .skill-workbench__status .workbench-status.obsolete-skill {
  background: #c13b3b;
  color: white;
}
.ui.table.tubes.definition td.skill-cell.i18n {
  height: 45px;
  background-color: #6223b6;
}
.ui.table.tubes.definition td.skill-cell.i18n.active {
  background-color: #8e2dff !important;
}
.ui.table.tubes.definition td.skill-cell.i18n .skill-i18n-name {
  color: white;
}
.ui.table.tubes.definition td.skill-cell.i18n .flags {
  background: rgba(255, 255, 255, 0.7);
  margin: 5px;
}
.ui.table.tubes.definition td.skill-cell.i18n .flags > i.flag {
  box-shadow: grey 0 0 2px;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell {
  padding: 0;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell .quality {
  padding: 5px;
  height: 100%;
  cursor: pointer;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell .quality.bad-quality {
  background: #EA2700;
  color: white;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell .quality.medium-quality {
  background: #F3AC0B;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell .quality.good-quality {
  background: #0DC600;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell .quality .half-tutorial {
  color: #aaa;
}
.ui.table.tubes.definition td.skill-cell.quality-skill-cell.active .quality {
  box-shadow: #000 0 0 7px;
  opacity: 0.8;
}
.ui.table.tubes.definition td .add-skill {
  display: block;
  width: 100%;
  text-align: center;
}
.ui.table.tubes.definition td .add-skill:not(:hover) i {
  visibility: hidden;
}
.ui.table.tubes.definition td .add-skill:hover i {
  visibility: visible;
}
.ui.table.tubes.definition td .quality-indication {
  display: flex;
  justify-content: space-between;
}
.ui.table.tubes.definition td .quality-indication span:nth-child(2) {
  margin-left: 10px;
  font-weight: bold;
}

.prototype-list,
.alternative-list {
  height: 100%;
}

.quality-indication-details tr:nth-child(even) {
  background: #FFA300;
  color: white;
}
.quality-indication-details tr:nth-child(odd) {
  background: #FFCE4D;
}
.quality-indication-details tr td {
  padding: 5px;
  background: transparent !important;
  color: inherit !important;
}
.quality-indication-details tr td:nth-child(2) {
  text-align: center;
}

.language-filter-info {
  max-width: 400px;
}
.language-filter-info .table {
  width: 330px;
}
.language-filter-info .table.skillSection .color {
  width: 80px;
}
.language-filter-info .table.skillSection .color.warning {
  background: #b5b3ff !important;
}
.language-filter-info .table.skillSection .color.danger {
  background: #c496ff;
}
.language-filter-info .table.challengeSection {
  width: 380px;
}
.language-filter-info .table.challengeSection .color {
  width: 80px;
}
.language-filter-info .table.challengeSection .color.warning {
  background: #fdc59f !important;
}
.language-filter-info .table.challengeSection .color.danger {
  background: #FF5E5E;
}

.quality-tooltip {
  max-width: 350px;
}

.flag.fr-fr {
  position: relative;
}
.flag.fr-fr::after {
  content: ".fr";
  position: absolute;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  top: 0;
  left: 3px;
  color: black;
}

.ui.icon.menu .item > .icon:not(.dropdown) {
  margin-right: 0.5em;
}

.main-title .target-profile-filter {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.main-title .target-profile-filter.active {
  color: rgba(255, 255, 255, 0.9);
}
.main-title .target-profile-filter .ui.toggle.checkbox {
  margin-left: 10px;
}

.target-profile-title {
  background: black;
  color: white;
}
.target-profile-title .trigger-menu {
  cursor: pointer;
}
.target-profile-title .ember-power-select-trigger {
  font-size: 14px;
  padding: 0.1em 16px 0.1em 0.3em;
}
.target-profile-title .ember-power-select-multiple-option {
  background-color: #ffffff;
}

.target-profile {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
.target-profile #target-profile__open-file {
  display: none;
}
.target-profile .ui.grid {
  margin: 0;
}
.target-profile .competence-profile {
  color: white;
  margin-bottom: 0;
  background-color: #000044;
}
.target-profile .competence-profile.area-profile-1 {
  background: #F1A141;
}
.target-profile .competence-profile.area-profile-2 {
  background: #57C884;
}
.target-profile .competence-profile.area-profile-3 {
  background: #12A3FF;
}
.target-profile .competence-profile.area-profile-4 {
  background: #FF3F94;
}
.target-profile .competence-profile.area-profile-5 {
  background: #574DA6;
}
.target-profile .competence-profile .competence-info .ui.basic.button {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: none;
}
.target-profile .competence-profile .competence-info .ui.basic.button i {
  color: white;
}
.target-profile .competence-profile .competence-info .ui.basic.button:hover i {
  color: black;
}
.target-profile .theme-profile {
  padding: 0 !important;
  background: #F3F3F3;
}
.target-profile .theme-profile:not(:nth-last-child(2)) {
  border-bottom: #d4d4d4 solid 1px;
}
.target-profile .theme-profile .theme-name {
  display: flex !important;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
}
.target-profile .theme-profile .twelve.wide.column {
  padding: 0;
}
.target-profile .theme-profile .tube-profile {
  display: flex;
}
.target-profile .theme-profile .tube-profile:hover {
  cursor: pointer;
  background: rgba(50, 170, 220, 0.1);
}
.target-profile .theme-profile .tube-profile > div {
  display: flex;
  align-items: center;
  width: 35%;
}
.target-profile .theme-profile .tube-profile > div .icon {
  position: relative;
  margin: 0 10px;
  font-size: 1.8rem !important;
  transform: translateY(0.2rem);
}
.target-profile .theme-profile .tube-profile > div .icon.active {
  color: #57C884;
}
.target-profile .theme-profile .tube-profile > div .max-skill-level {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 30px;
  margin-right: 10px;
}
.target-profile .theme-profile .tube-profile > div p {
  font-weight: bold;
  padding: 10px 5px;
}
.target-profile .theme-profile .tube-profile > div .practicalTitle-profile {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}
.target-profile .theme-profile .tube-profile > div .practicalTitle-profile.active {
  background-color: rgba(87, 200, 130, 0.3);
}
.target-profile .theme-profile .tube-profile > div .practicalTitle-profile__color-red {
  color: #7f0101;
}
.target-profile .theme-profile .tube-profile .practicalDescription-profile {
  width: 65%;
  padding: 10px 50px 10px 5px;
}
.target-profile .theme-profile .tube-profile .practicalDescription-profile.active {
  background-color: rgba(87, 200, 130, 0.3);
}
.target-profile .theme-profile .tube-profile.thematicResult .icon.active {
  color: #3f7bc4;
}
.target-profile .theme-profile .tube-profile.thematicResult .practicalTitle-profile.active {
  background-color: rgba(63, 123, 196, 0.3);
}
.target-profile .theme-profile .tube-profile.thematicResult .practicalDescription-profile.active {
  background-color: rgba(63, 123, 196, 0.3);
}

.popin-tube-level .levels {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 60px;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0 0 1px;
}
.popin-tube-level .levels.loading {
  border-width: 0;
}
.popin-tube-level .levels .level {
  cursor: pointer;
  flex: 0 1 12.5%;
  text-align: center;
  padding: 20px;
  border-color: #000000;
  border-width: 0 1px 1px 0;
  border-style: solid;
  font-size: 16px;
}
.popin-tube-level .levels .level.selected {
  background-color: rgba(87, 200, 130, 0.5);
}
.popin-tube-level .levels .level.disabled {
  background-color: #dddddd;
  cursor: default;
}
.popin-tube-level.thematicResult .levels .level.selected {
  background-color: rgba(63, 123, 196, 0.3);
}

.alternative {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
}
.alternative .production {
  color: #085508;
}
.alternative .draft {
  color: #1083ce;
}
.alternative .not-declinable {
  font-weight: bold;
}
.alternative .alternative-count {
  color: #c48807;
}

.challenge, .tube-details, .skill-details, .competence-management__details, .area-management__details {
  flex: 1 1 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.challenge .ui.labeled.icon.menu .item, .tube-details .ui.labeled.icon.menu .item, .skill-details .ui.labeled.icon.menu .item, .competence-management__details .ui.labeled.icon.menu .item, .area-management__details .ui.labeled.icon.menu .item {
  text-align: left;
}
.challenge .ui.labeled.icon.menu .item > .icon:not(.dropdown), .tube-details .ui.labeled.icon.menu .item > .icon:not(.dropdown), .skill-details .ui.labeled.icon.menu .item > .icon:not(.dropdown), .competence-management__details .ui.labeled.icon.menu .item > .icon:not(.dropdown), .area-management__details .ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  display: inline;
  margin-right: 10px !important;
}
.challenge label .ui.icon.right, .tube-details label .ui.icon.right, .skill-details label .ui.icon.right, .competence-management__details label .ui.icon.right, .area-management__details label .ui.icon.right {
  border: none;
  box-shadow: none;
}
.challenge .ui.cards > .card .header .ui.button > .icon, .tube-details .ui.cards > .card .header .ui.button > .icon, .skill-details .ui.cards > .card .header .ui.button > .icon, .competence-management__details .ui.cards > .card .header .ui.button > .icon, .area-management__details .ui.cards > .card .header .ui.button > .icon {
  margin-right: 0;
}
.challenge .ui.cards > .card > .content, .tube-details .ui.cards > .card > .content, .skill-details .ui.cards > .card > .content, .competence-management__details .ui.cards > .card > .content, .area-management__details .ui.cards > .card > .content,
.challenge .ui.cards > .card > .content > .header,
.tube-details .ui.cards > .card > .content > .header,
.skill-details .ui.cards > .card > .content > .header,
.competence-management__details .ui.cards > .card > .content > .header,
.area-management__details .ui.cards > .card > .content > .header {
  font-size: 14px;
}

img.clickable {
  max-height: 80px;
  max-width: 400px;
  cursor: pointer;
}

.modal img {
  max-height: 500px;
  margin: auto;
}

.dropdown-content-challenge > .item {
  font-size: 16px !important;
  padding: 0.7em 1.4em;
  margin: 0;
  border-radius: 0;
}
.dropdown-content-challenge > .item.validate {
  color: #000000 !important;
  background-color: #00ff00 !important;
}
.dropdown-content-challenge > .item.archive {
  color: #ffffff !important;
  background-color: #6b686d !important;
}

.challenge-header, .tube-header, .i18n-header, .skill-header {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.challenge-header .creation, .tube-header .creation, .i18n-header .creation, .skill-header .creation {
  font-style: italic;
}
.challenge-header .ui.menu .ui.dropdown i, .tube-header .ui.menu .ui.dropdown i, .i18n-header .ui.menu .ui.dropdown i, .skill-header .ui.menu .ui.dropdown i {
  font-size: 14px;
}
.challenge-header .ui.menu, .tube-header .ui.menu, .i18n-header .ui.menu, .skill-header .ui.menu {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  color: inherit;
}
.challenge-header .ui.menu .circular.validated, .tube-header .ui.menu .circular.validated, .i18n-header .ui.menu .circular.validated, .skill-header .ui.menu .circular.validated {
  background: #00ff00 !important;
  color: #2f2f2f !important;
}
.challenge-header .ui.menu .circular.suggested, .tube-header .ui.menu .circular.suggested, .i18n-header .ui.menu .circular.suggested, .skill-header .ui.menu .circular.suggested {
  background: #9ceaf7 !important;
  color: #2f2f2f !important;
}
.challenge-header .ui.menu .circular.archived, .tube-header .ui.menu .circular.archived, .i18n-header .ui.menu .circular.archived, .skill-header .ui.menu .circular.archived {
  background: #6b686d !important;
}
.challenge-header .ui.menu .circular.deleted, .tube-header .ui.menu .circular.deleted, .i18n-header .ui.menu .circular.deleted, .skill-header .ui.menu .circular.deleted {
  background: #c13b3b !important;
}
.challenge-header .ui.menu .item, .tube-header .ui.menu .item, .i18n-header .ui.menu .item, .skill-header .ui.menu .item {
  color: inherit;
}
.challenge-header .ui.menu .item.header, .tube-header .ui.menu .item.header, .i18n-header .ui.menu .item.header, .skill-header .ui.menu .item.header {
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
  justify-content: center;
  font-size: 20px;
  font-weight: normal;
}
.challenge-header .ui.menu > .item:first-child, .tube-header .ui.menu > .item:first-child, .i18n-header .ui.menu > .item:first-child, .skill-header .ui.menu > .item:first-child {
  border-radius: 0;
}
.challenge-header .ui.menu .item::before, .tube-header .ui.menu .item::before, .i18n-header .ui.menu .item::before, .skill-header .ui.menu .item::before {
  display: none;
}
.challenge-header .ui.menu .ember-basic-dropdown-trigger, .tube-header .ui.menu .ember-basic-dropdown-trigger, .i18n-header .ui.menu .ember-basic-dropdown-trigger, .skill-header .ui.menu .ember-basic-dropdown-trigger, .challenge-header .ui.menu .ember-basic-dropdown-trigger .item, .tube-header .ui.menu .ember-basic-dropdown-trigger .item, .i18n-header .ui.menu .ember-basic-dropdown-trigger .item, .skill-header .ui.menu .ember-basic-dropdown-trigger .item {
  height: 100%;
}
.challenge-header .ui.menu .ember-basic-dropdown-content .ui.button, .tube-header .ui.menu .ember-basic-dropdown-content .ui.button, .i18n-header .ui.menu .ember-basic-dropdown-content .ui.button, .skill-header .ui.menu .ember-basic-dropdown-content .ui.button {
  margin: 0;
}
.challenge-header.prevalidated, .prevalidated.tube-header, .prevalidated.i18n-header, .prevalidated.skill-header, .challenge-header.validated_no_test, .validated_no_test.tube-header, .validated_no_test.i18n-header, .validated_no_test.skill-header, .challenge-header.validated, .validated.tube-header, .validated.i18n-header, .validated.skill-header, .challenge-header.suggested, .suggested.tube-header, .suggested.i18n-header, .suggested.skill-header, .challenge-header.archived, .archived.tube-header, .archived.i18n-header, .archived.skill-header, .challenge-header.deleted, .deleted.tube-header, .deleted.i18n-header, .deleted.skill-header, .challenge-header.to-be-submitted, .to-be-submitted.tube-header, .to-be-submitted.i18n-header, .to-be-submitted.skill-header, .challenge-header.need-work, .need-work.tube-header, .need-work.i18n-header, .need-work.skill-header {
  background-color: #fcfd9f !important;
}

.challenge-data, .tube-data, .skill-data, .competence-management__data, .area-management__data {
  padding: 10px 20px;
  box-sizing: border-box;
  flex: 1;
  overflow: scroll;
}
.challenge-data .ui.form, .tube-data .ui.form, .skill-data .ui.form, .competence-management__data .ui.form, .area-management__data .ui.form {
  margin-bottom: 20px;
}
.challenge-data .ui.form .label-input, .tube-data .ui.form .label-input, .skill-data .ui.form .label-input, .competence-management__data .ui.form .label-input, .area-management__data .ui.form .label-input {
  min-width: 70px;
  padding: 9px 5px;
  text-align: left;
}
.challenge-data .ui.form .disabled.field, .tube-data .ui.form .disabled.field, .skill-data .ui.form .disabled.field, .competence-management__data .ui.form .disabled.field, .area-management__data .ui.form .disabled.field {
  pointer-events: auto;
  opacity: 1;
}
.challenge-data .ui.form .disabled.field > label, .tube-data .ui.form .disabled.field > label, .skill-data .ui.form .disabled.field > label, .competence-management__data .ui.form .disabled.field > label, .area-management__data .ui.form .disabled.field > label {
  opacity: 1;
}
.challenge-data .ui.form .mde-preview, .tube-data .ui.form .mde-preview, .skill-data .ui.form .mde-preview, .competence-management__data .ui.form .mde-preview, .area-management__data .ui.form .mde-preview {
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0.78571429em 1em;
  height: 95px;
  overflow: scroll;
  background-color: #f9f9f9;
}
.challenge-data .ui.form .field.disabled textarea, .tube-data .ui.form .field.disabled textarea, .skill-data .ui.form .field.disabled textarea, .competence-management__data .ui.form .field.disabled textarea, .area-management__data .ui.form .field.disabled textarea,
.challenge-data .ui.form .field.disabled input[type=text],
.tube-data .ui.form .field.disabled input[type=text],
.skill-data .ui.form .field.disabled input[type=text],
.competence-management__data .ui.form .field.disabled input[type=text],
.area-management__data .ui.form .field.disabled input[type=text],
.challenge-data .ui.form .field.disabled .selection,
.tube-data .ui.form .field.disabled .selection,
.skill-data .ui.form .field.disabled .selection,
.competence-management__data .ui.form .field.disabled .selection,
.area-management__data .ui.form .field.disabled .selection {
  background-color: #f9f9f9;
}
.challenge-data .ui.form .field.textArea.maximized, .tube-data .ui.form .field.textArea.maximized, .skill-data .ui.form .field.textArea.maximized, .competence-management__data .ui.form .field.textArea.maximized, .area-management__data .ui.form .field.textArea.maximized {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  padding: 10px;
}
.challenge-data .ui.form .field.textArea.maximized label, .tube-data .ui.form .field.textArea.maximized label, .skill-data .ui.form .field.textArea.maximized label, .competence-management__data .ui.form .field.textArea.maximized label, .area-management__data .ui.form .field.textArea.maximized label {
  margin-top: 5px;
}
.challenge-data .ui.form .field.textArea.maximized textarea, .tube-data .ui.form .field.textArea.maximized textarea, .skill-data .ui.form .field.textArea.maximized textarea, .competence-management__data .ui.form .field.textArea.maximized textarea, .area-management__data .ui.form .field.textArea.maximized textarea {
  display: block;
  flex-grow: 1;
  margin-bottom: 20px;
}

.ui.menu.tube-menu, .ui.menu.skill-menu, .ui.menu.challenge-menu, .competence-management__menu, .area-management__menu {
  border: none;
  box-shadow: none;
  margin-top: 0;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.menu.tube-menu div.item::before, .ui.menu.skill-menu div.item::before, .ui.menu.challenge-menu div.item::before, .competence-management__menu div.item::before, .area-management__menu div.item::before {
  display: none;
}
.ui.menu.tube-menu .item.alternatives, .ui.menu.skill-menu .item.alternatives, .ui.menu.challenge-menu .item.alternatives, .competence-management__menu .item.alternatives, .area-management__menu .item.alternatives {
  color: #2185d0;
}

#copyZone {
  position: absolute;
  color: #ffffff;
  background: transparent;
  right: 0;
  bottom: 0;
  border: none;
  outline: none;
}

.file-remove {
  cursor: pointer;
}

.file-remove i {
  vertical-align: top;
}

.ui.form .field > label.file-upload {
  margin-top: 5px;
}

.ui.icon.menu .item.important-action,
.ui.icon.menu .item.important-action:hover {
  color: #d02181;
}

.challenge_languages {
  display: flex;
  justify-content: center;
}

.main-title .skill-mode {
  float: right;
  margin-top: 2px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.main-title .skill-mode.active {
  color: #ffffff;
}
.main-title .skill-mode .checkbox {
  margin-left: 10px;
}

.skill-header.validated, .skill-header.suggested, .skill-header.archived, .skill-header.deleted {
  background: #d5e8fd !important;
  color: #2f2f2f !important;
}
.skill-header .circular.validated {
  background: #00ff00 !important;
  color: #2f2f2f !important;
}
.skill-header .circular.suggested {
  background: #9ceaf7 !important;
  color: #2f2f2f !important;
}
.skill-header .circular.archived {
  background: #6b686d !important;
}
.skill-header .circular.deleted {
  background: #c13b3b !important;
}
.skill-header .ui.button {
  color: black !important;
}
.skill-header .ember-basic-dropdown-content .ui.button {
  color: #000000 !important;
  margin: 0;
}

.search-result {
  border-radius: 5px;
}
.search-result li {
  padding: 0.8em 1.14em;
  border-bottom: solid 1px rgba(34, 36, 38, 0.1);
}
.search-result li.ember-power-select-option[aria-current=true] .search-description {
  color: lightgrey;
}
.search-result li .search-title {
  font-weight: bold;
}
.search-result li .search-description {
  color: grey;
}

.serch-tuto-more .results, .search-tuto-solution .results {
  max-height: 350px;
  overflow-y: scroll;
}

.popin-create-tuto .btn-selected-tag {
  margin-bottom: 5px;
}
.popin-create-tuto .crush {
  color: red;
}
.popin-create-tuto .crush:hover {
  color: red;
}

.i18n-header {
  background-color: #684AB6 !important;
  color: #ffffff !important;
}
.i18n-header .ui.button {
  color: #ffffff !important;
}

.i18n.single .et-cell-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i18n.single .language {
  margin-right: 0.8em;
}

.tube-header.suggested, .tube-header.prevalidated, .tube-header.validated_no_test, .tube-header.validated, .tube-header.archived, .tube-header.need-work, .tube-header.to-be-submitted {
  background-color: #444488 !important;
}

.popin-prototype-log .tab.segment,
.popin-alternative-log .tab.segment {
  min-height: 400px;
  max-height: 400px;
  padding: 0;
}
.popin-prototype-log .tab.segment.ui.bottom.attached:last-child,
.popin-alternative-log .tab.segment.ui.bottom.attached:last-child {
  margin-bottom: 1rem;
}
.popin-prototype-log .tab.segment.active,
.popin-alternative-log .tab.segment.active {
  display: flex;
  flex-direction: column;
}
.popin-prototype-log .own-note-list,
.popin-prototype-log .changelog-entry-list,
.popin-prototype-log .note-list,
.popin-alternative-log .own-note-list,
.popin-alternative-log .changelog-entry-list,
.popin-alternative-log .note-list {
  flex: 1;
}
.popin-prototype-log .own-note-list .list-row .list-item:first-child,
.popin-prototype-log .changelog-entry-list .list-row .list-item:first-child,
.popin-prototype-log .note-list .list-row .list-item:first-child,
.popin-alternative-log .own-note-list .list-row .list-item:first-child,
.popin-alternative-log .changelog-entry-list .list-row .list-item:first-child,
.popin-alternative-log .note-list .list-row .list-item:first-child {
  border-left: none;
}
.popin-prototype-log .note-list .list-row .list-item:first-child, .popin-prototype-log .note-list .list-row .list-item:nth-child(2), .popin-prototype-log .note-list .list-row .list-item:nth-child(4),
.popin-alternative-log .note-list .list-row .list-item:first-child,
.popin-alternative-log .note-list .list-row .list-item:nth-child(2),
.popin-alternative-log .note-list .list-row .list-item:nth-child(4) {
  width: 15%;
}
.popin-prototype-log .note-list .list-row .list-item:nth-child(3),
.popin-alternative-log .note-list .list-row .list-item:nth-child(3) {
  width: 55%;
}
.popin-prototype-log .own-note-list .list-row .list-item:first-child, .popin-prototype-log .own-note-list .list-row .list-item:nth-child(3),
.popin-alternative-log .own-note-list .list-row .list-item:first-child,
.popin-alternative-log .own-note-list .list-row .list-item:nth-child(3) {
  width: 20%;
}
.popin-prototype-log .own-note-list .list-row .list-item:nth-child(2),
.popin-alternative-log .own-note-list .list-row .list-item:nth-child(2) {
  width: 60%;
}
.popin-prototype-log .changelog-entry-list .list-row .list-item:first-child,
.popin-alternative-log .changelog-entry-list .list-row .list-item:first-child {
  border-left: none;
}
.popin-prototype-log .changelog-entry-list .list-row .list-item:first-child, .popin-prototype-log .changelog-entry-list .list-row .list-item:nth-child(2),
.popin-alternative-log .changelog-entry-list .list-row .list-item:first-child,
.popin-alternative-log .changelog-entry-list .list-row .list-item:nth-child(2) {
  width: 20%;
}
.popin-prototype-log .changelog-entry-list .list-row .list-item:nth-child(3),
.popin-alternative-log .changelog-entry-list .list-row .list-item:nth-child(3) {
  width: 60%;
}
.popin-prototype-log .ui.menu.note-menu,
.popin-alternative-log .ui.menu.note-menu {
  justify-content: center;
}
.popin-prototype-log .ui.menu.note-menu .item,
.popin-alternative-log .ui.menu.note-menu .item {
  color: #2185d0;
}
.popin-prototype-log .ui.form .field.disabled, .popin-prototype-log .ui.form .field.disabled label,
.popin-alternative-log .ui.form .field.disabled,
.popin-alternative-log .ui.form .field.disabled label {
  pointer-events: auto;
  opacity: 1;
}
.popin-prototype-log .ui.form .field.disabled textarea, .popin-prototype-log .ui.form .field.disabled .selection,
.popin-alternative-log .ui.form .field.disabled textarea,
.popin-alternative-log .ui.form .field.disabled .selection {
  background-color: #f9f9f9;
}

.checkbox-layout {
  padding-top: 1rem;
}

.changelog-layout {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
.changelog-layout .changelog-textarea {
  margin-top: 0.3rem;
  padding: 0.5rem;
}

.a11y-accordion-item .a11y-accordion-header__trigger > i {
  transform: rotate(-90deg);
}
.a11y-accordion-item--is-expanded .a11y-accordion-header__trigger > i {
  transform: rotate(0);
  transition: all 0.3s;
}

.custom-tooltip {
  background-color: white;
  color: black;
  text-align: left;
  text-shadow: none;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
  z-index: 10;
}
.custom-tooltip.large {
  width: 75vw;
  max-width: 1050px;
  min-width: 150px;
}
.custom-tooltip .ember-tooltip-arrow {
  display: none;
}
.custom-tooltip .custom-arrow {
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  transform: rotate(45deg);
  z-index: -1;
  border: none;
}

.sortable-content ul {
  list-style: none;
  width: 75%;
  margin: 50px auto;
  padding: 0;
}
.sortable-content ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 5px;
  padding: 10px 0;
  background: #d5e8fd;
  z-index: 1;
  cursor: grab;
}
.sortable-content ul li.is-dragging {
  z-index: 100;
  box-shadow: #2f2f2f 0 0 30px;
  cursor: grabbing;
}
.sortable-content ul li i {
  opacity: 0.3;
}

.ember-tabs .ember-tabs__tab-list {
  position: relative;
  top: 1px;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ember-tabs .ember-tabs__tab-list li {
  padding: 0.5em 1em;
  cursor: pointer;
}
.ember-tabs .ember-tabs__tab-list li.ember-tabs__tab--selected {
  border-radius: 5px 5px 0 0;
  border: 1px solid rgb(212, 212, 213);
  border-bottom-color: white;
}

.skill-tab__status {
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.skill-tab__status.validated {
  background: #00ff00;
}
.skill-tab__status.suggested {
  background: #9ceaf7;
}
.skill-tab__status.archived {
  background: #6b686d;
}
.skill-tab__status.deleted {
  background: #c13b3b;
}

.ember-table {
  height: 100%;
}
.ember-table table th {
  background-color: #F9FAFB;
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  padding: 10px;
  text-align: left;
}
.ember-table table th .et-sort-indicator:before {
  font-family: Icons;
  display: inline-block;
  border: none;
  line-height: 1;
  color: #b9b9b9;
  content: "\f0d7";
}
.ember-table table th .et-sort-indicator.is-ascending:before {
  content: "\f0d8";
}
.ember-table table td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.ember-table table td.suggested {
  background-color: #9ceaf7 !important;
  color: #0a1b53;
}
.ember-table table td.validated {
  background-color: #00ff00 !important;
  color: #000000;
}
.ember-table table td.archived {
  background-color: #6b686d !important;
  color: #ffffff;
}
.ember-table table td.deleted {
  background-color: #c13b3b !important;
  color: #1f0101;
}
.ember-table table tr.is-selected td {
  background-color: #ffc;
}

.statistics {
  overflow: auto;
}
.statistics .statistics-table.ui.grid > .column:not(.row) {
  padding-top: 7px;
  padding-bottom: 7px;
}

.list-log .create-log td:first-child {
  border-left: #0AC963 solid 5px;
}
.list-log .delete-log td:first-child {
  border-left: #D41B0B solid 5px;
}
.list-log .archive-log td:first-child {
  border-left: #CC8506 solid 5px;
}
.list-log .modify-log td:first-child {
  border-left: #0F69D6 solid 5px;
}
.list-log .move-log td:first-child {
  border-left: #7C12BD solid 5px;
}

.mde.maximized > div:nth-child(2) {
  height: 100% !important;
}

.image-modal {
  width: 100%;
  height: auto;
}

.pix-modal__overlay {
  z-index: 100;
}

.ember-basic-dropdown-content {
  z-index: 1002 !important;
}

.ember-power-select-multiple-options .ember-power-select-multiple-option {
  background: none;
  border-color: #ddd;
}

.field .ember-power-select-trigger {
  padding: 0;
  display: flex;
  align-items: center;
  height: 37px;
}

@keyframes drop-effect {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: scale(1, 0);
  }
  100% {
    opacity: 1;
    transform-origin: top center;
    transform: scale(1);
  }
}
.slide-fade {
  background-color: red;
  will-change: transform, opacity;
}
.slide-fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-effect 0.2s;
}
.slide-fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-effect 0.15s reverse;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(34, 36, 38, 0.4);
}
.dropdown-content.rounded {
  border-radius: 5px;
}
.dropdown-content .item:hover {
  background: rgba(50, 170, 220, 0.1);
  cursor: pointer;
}

.dropdown-multi {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(34, 36, 38, 0.4);
}
.dropdown-multi .sub-trigger {
  display: flex;
  justify-content: space-between;
}
.dropdown-multi .sub-trigger, .dropdown-multi .item {
  font-size: 16px;
  padding: 5px;
}
.dropdown-multi .sub-trigger:hover, .dropdown-multi .item:hover {
  background: rgba(50, 170, 220, 0.1);
  cursor: pointer;
}
.dropdown-multi .sub-trigger > i, .dropdown-multi .item > i {
  transform: rotate(-90deg);
}

.custom-trigger {
  position: absolute;
  right: 2px;
  top: 4px;
  color: grey;
}

.ember-power-select-option .skill-list, .ember-power-select-selected-item .skill-list {
  display: inline-flex;
  align-items: center;
}
.ember-power-select-option .skill-list__status, .ember-power-select-selected-item .skill-list__status {
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
}
.ember-power-select-option .skill-list__status.active, .ember-power-select-selected-item .skill-list__status.active {
  background: #00ff00;
}
.ember-power-select-option .skill-list__status.draft, .ember-power-select-selected-item .skill-list__status.draft {
  background: #9ceaf7;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: rgba(34, 36, 38, 0.15) transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #f9f9f9;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(34, 36, 38, 0.4);
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #f9f9f9;
}

.ember-power-select-trigger {
  padding: 0.3em 16px 0.3em 0.3em;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-modal-overlay {
  z-index: 1001 !important;
}
.ember-modal-overlay.custom-overlay-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.ember-modal-overlay .ember-modal-dialog {
  width: 100vw;
  background-color: transparent;
  box-shadow: none;
}
.ember-modal-overlay .ember-modal-dialog .ui.modal {
  margin: 0 auto;
  position: static !important;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

.ember-basic-dropdown-content {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.ember-basic-dropdown-content .ui.item {
  width: 100%;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}