html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

input, textarea {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 1rem; }
  input::-webkit-input-placeholder, input:-ms-input-placeholder, input::-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-ms-input-placeholder, textarea::-moz-placeholder {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

.icon-notification {
  position: absolute;
  background-color: #f44335;
  top: 4px;
  right: 4px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 0.651rem;
  border-radius: 50px;
  text-align: center; }

body.grabbing, body.grabbing * {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important; }

body.grab, body.grab * {
  cursor: grab !important;
  cursor: -webkit-grab !important; }

body.w-resize, body.w-resize * {
  cursor: ew-resize !important; }

body.drag, body.drag * {
  cursor: none; }

.blur-background {
  filter: blur(2px); }

[dragging-process] {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 8px;
  background-color: whitesmoke;
  cursor: -webkit-grabbing;
  cursor: grabbing;
  border-radius: 16px;
  display: inline-block;
  white-space: nowrap;
  z-index: 54; }

[draggable-process] {
  cursor: -webkit-grab;
  cursor: grab; }

.circle {
  height: 32px;
  min-height: 32px;
  width: 32px;
  min-width: 32px;
  border-radius: 50%; }
  .circle.circle-small {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px; }
  .circle.circle-large {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px; }

.avatar {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  cursor: pointer;
  position: relative;
  float: left;
  background-color: #e0e0e0;
  margin-right: 16px; }
  .avatar > .card-opener {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.38);
    transition: opacity 300ms;
    opacity: 0; }
    .avatar > .card-opener > i {
      line-height: 40px; }
  .avatar:hover > .card-opener {
    opacity: 1; }
  .avatar.avatar-smaller {
    margin-right: 12px; }
    .avatar.avatar-smaller.avatar-text {
      font-size: 0.875rem;
      line-height: 32px; }
    .avatar.avatar-smaller > .card-opener > i {
      font-size: 1.25rem;
      line-height: 32px; }
  .avatar.avatar-small {
    margin-right: 8px; }
    .avatar.avatar-small.avatar-text {
      font-size: 0.8125rem;
      line-height: 24px; }
    .avatar.avatar-small > .card-opener > i {
      font-size: 1rem;
      line-height: 24px; }

.avatar-multiple {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  overflow: hidden;
  text-align: right; }
  .avatar-multiple .avatar-multiple-more {
    position: absolute;
    right: 0;
    top: 0; }
  .avatar-multiple .avatar {
    display: inline-block;
    float: right; }
    .avatar-multiple .avatar.avatar-smaller {
      margin-right: 8px; }

.user-card card-subtitle {
  display: inline-block; }

.avatar-text {
  font-weight: 300;
  font-size: 1rem;
  background-color: #bdbdbd;
  color: white;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase; }

.process-progress-bar {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  margin-bottom: 16px;
  display: flex; }
  .process-progress-bar > .progress {
    max-width: 256px;
    position: relative;
    flex: 1;
    padding: 16px 8px 16px 40px;
    margin-left: 6px;
    transition: background-color 150ms;
    background-color: #ffe97c;
    min-height: 16px; }
    .process-progress-bar > .progress > * {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      cursor: default; }
    .process-progress-bar > .progress::after {
      content: '';
      position: absolute;
      top: 0;
      right: -24px;
      width: 0;
      height: 0;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
      border-left: 24px solid #ffe97c;
      transition: border-left-color 150ms;
      z-index: 1; }
    .process-progress-bar > .progress:last-of-type {
      margin-right: 24px; }
    .process-progress-bar > .progress:first-of-type {
      margin-left: 0;
      padding-left: 16px; }
    .process-progress-bar > .progress:not(:first-of-type)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-top: 24px solid transparent;
      border-bottom: 24px solid transparent;
      border-left: 24px solid white; }
    .process-progress-bar > .progress.hidden, .process-progress-bar > .progress.decision {
      flex: 0.25;
      max-width: 96px; }
    .process-progress-bar > .progress.decision {
      background-color: #ac70ac;
      color: white; }
      .process-progress-bar > .progress.decision::after {
        border-left-color: #ac70ac; }
    .process-progress-bar > .progress.grey {
      background-color: #e0e0e0;
      color: rgba(0, 0, 0, 0.87); }
      .process-progress-bar > .progress.grey::after {
        border-left-color: #e0e0e0; }

.overflow-x {
  overflow-x: auto;
  width: 100%; }

.overflow-y {
  overflow-y: auto;
  height: 100%; }

.process-progress {
  background-color: #e0e0e0; }
  .process-progress.material-icons, accordion pane-header .process-progress.pane-header-icon {
    line-height: 32px;
    width: 32px;
    font-size: 1.5rem;
    text-align: center;
    cursor: default;
    color: white; }
    .process-progress.material-icons.circle-small, accordion pane-header .process-progress.circle-small.pane-header-icon {
      line-height: 24px;
      width: 24px; }
    .process-progress.material-icons.write, accordion pane-header .process-progress.write.pane-header-icon, .process-progress.material-icons.active, accordion pane-header .process-progress.active.pane-header-icon, .process-progress.material-icons.red, accordion pane-header .process-progress.red.pane-header-icon, .process-progress.material-icons.accent-1, accordion pane-header .process-progress.accent-1.pane-header-icon, .process-progress.material-icons.accent-2, accordion pane-header .process-progress.accent-2.pane-header-icon, .process-progress.material-icons.yellow, accordion pane-header .process-progress.yellow.pane-header-icon, .process-progress.material-icons.green, accordion pane-header .process-progress.green.pane-header-icon, .process-progress.material-icons.black, accordion pane-header .process-progress.black.pane-header-icon {
      color: white; }
  .process-progress.write {
    background-color: rgba(255, 233, 124, 0.54); }
  .process-progress.active {
    background-color: #ffe97c; }
  .process-progress.accent-1 {
    background-color: #ffe97c; }
  .process-progress.accent-2 {
    background-color: #ac70ac; }
  .process-progress.green {
    background-color: #4caf50; }
  .process-progress.yellow {
    background-color: #ffeb3b; }
  .process-progress.red {
    background-color: #f44335; }
  .process-progress.black {
    background-color: #212121; }

.no-animation * {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important; }

content-header, container-header {
  display: flex;
  background-color: #616161;
  color: white;
  line-height: 52px;
  height: 52px;
  max-height: 52px;
  min-height: 52px;
  padding: 0 8px 0 16px; }
  content-header .material-icons, container-header .material-icons, content-header accordion pane-header .pane-header-icon, accordion pane-header content-header .pane-header-icon, container-header accordion pane-header .pane-header-icon, accordion pane-header container-header .pane-header-icon {
    color: white; }

content-background {
  display: block;
  height: 158px;
  margin: -32px -16px 32px -16px; }

content-notification {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: absolute;
  display: block;
  min-width: 192px;
  max-width: 30%;
  bottom: 0;
  z-index: 2;
  border-radius: 2px;
  background-color: #424242;
  transform: translateY(24px);
  color: white;
  opacity: 0;
  transition: opacity 300ms, transform 300ms; }
  content-notification > content-notification-content {
    display: block;
    padding: 20px 48px 20px 16px; }
  content-notification > .close-notification {
    position: absolute;
    top: 0;
    right: 0; }
    content-notification > .close-notification > i {
      color: white; }
  content-notification.transition-in {
    transform: translateY(0);
    opacity: 1; }

content-description {
  display: block;
  width: 100%;
  padding-bottom: 16px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  margin-bottom: 8px; }
  content-description.alert {
    color: #f44335;
    border-left: 5px solid #f44335;
    padding-left: 10px; }
  content-description > a {
    color: #2196f3;
    text-decoration: none; }
    content-description > a:visited {
      color: #673ab7; }
    content-description > a:active {
      text-shadow: 0 0 0 #212121; }
    content-description > a:hover {
      text-decoration: underline; }

content {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  padding: 8px; }

content-footbar-pusher {
  display: block;
  height: 58px;
  width: 100%; }

content-footbar {
  display: block;
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  z-index: 1; }
  content-footbar > divider {
    margin: 0; }
  content-footbar > div {
    height: 56px;
    padding: 0 16px; }
  content-footbar.floating-footbar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0; }

container-header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 0; }
  container-header .material-icons, container-header accordion pane-header .pane-header-icon, accordion pane-header container-header .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.process-value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .process-value > i {
    vertical-align: middle;
    margin: 0 4px 4px 0;
    font-size: 1rem; }
    .process-value > i:not(:first-child) {
      margin-left: 4px; }
  .process-value > span {
    line-height: 29px; }

tooltip {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  white-space: pre-wrap;
  border-radius: 2px;
  cursor: default;
  padding: 8px;
  display: block;
  position: absolute;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
  z-index: 60;
  opacity: 0;
  transition: opacity 150ms;
  max-width: 460px; }
  tooltip.transition-in {
    opacity: 1; }

whiteframe {
  background-color: #fafafa;
  width: 100%; }

.white {
  color: white; }
  .white.material-icons, accordion pane-header .white.pane-header-icon {
    color: white; }

.pointer {
  cursor: pointer; }

.italic {
  font-style: italic; }

.bold {
  font-weight: 500; }

.flex {
  flex: 1; }

.align-row, content-footbar > div, .user-contact {
  display: flex;
  align-items: center; }
  .align-row.stretch, content-footbar > div.stretch, .stretch.user-contact {
    align-items: stretch; }
  .align-row.start, content-footbar > div.start, .list content-footbar > div.list-item-text, .start.user-contact, .list .user-contact.list-item-text, .list .align-row.list-item-text {
    justify-content: flex-start; }
  .align-row.center, content-footbar > div.center, .user-contact {
    justify-content: center; }
  .align-row.end, content-footbar > div.end, .end.user-contact {
    justify-content: flex-end; }
  .align-row.space-around, content-footbar > div.space-around, .space-around.user-contact {
    justify-content: space-around; }
  .align-row.space-between, content-footbar > div, .space-between.user-contact, content-footbar > div.user-contact {
    justify-content: space-between; }

.align-column, .list .list-item-text {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .align-column.start, .list .list-item-text {
    align-items: flex-start; }
  .align-column.center, .align-column.user-contact, .list .user-contact.list-item-text, .list .center.list-item-text {
    align-items: center; }
  .align-column.stretch, .list .stretch.list-item-text {
    align-items: stretch; }
  .align-column.end, .list .end.list-item-text {
    align-items: flex-end; }

.align-item-start {
  align-self: flex-start; }

.align-item-center {
  align-self: center; }

.align-item-end {
  align-self: flex-end; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.align-left {
  text-align: left !important; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.simple-padding {
  padding: 8px; }

.simple-margin {
  margin: 16px; }

.capitalize {
  text-transform: uppercase; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */ }

.stretch {
  box-sizing: border-box;
  width: 100%; }

.accent-1, .accent-1.material-icons, accordion pane-header .accent-1.pane-header-icon {
  color: #ffe97c; }

.accent-1-opaque, .accent-1-opaque.material-icons, accordion pane-header .accent-1-opaque.pane-header-icon {
  color: rgba(255, 233, 124, 0.54); }

.accent-2, .accent-2.material-icons, accordion pane-header .accent-2.pane-header-icon {
  color: #ac70ac; }

.accent-2-opaque, .accent-2-opaque.material-icons, accordion pane-header .accent-2-opaque.pane-header-icon {
  color: rgba(172, 112, 172, 0.54); }

.warn, .warn.material-icons, accordion pane-header .warn.pane-header-icon {
  color: #f3bd3f; }

.warn-opaque, .warn-opaque.material-icons, accordion pane-header .warn-opaque.pane-header-icon {
  color: rgba(243, 189, 63, 0.54); }

.alert, .alert.material-icons, accordion pane-header .alert.pane-header-icon {
  color: #f48a60; }

.alert-opaque, .alert-opaque.material-icons, accordion pane-header .alert-opaque.pane-header-icon {
  color: rgba(244, 138, 96, 0.54); }

.red, .red.material-icons, accordion pane-header .red.pane-header-icon {
  color: #f44335; }

.red-opaque, .red-opaque.material-icons, accordion pane-header .red-opaque.pane-header-icon {
  color: rgba(244, 67, 53, 0.54); }

.pink, .pink.material-icons, accordion pane-header .pink.pane-header-icon {
  color: #e91e63; }

.pink-opaque, .pink-opaque.material-icons, accordion pane-header .pink-opaque.pane-header-icon {
  color: rgba(233, 30, 99, 0.54); }

.purple, .purple.material-icons, accordion pane-header .purple.pane-header-icon {
  color: #9c27b0; }

.purple-opaque, .purple-opaque.material-icons, accordion pane-header .purple-opaque.pane-header-icon {
  color: rgba(156, 39, 176, 0.54); }

.deepPurple, .deepPurple.material-icons, accordion pane-header .deepPurple.pane-header-icon {
  color: #673ab7; }

.deepPurple-opaque, .deepPurple-opaque.material-icons, accordion pane-header .deepPurple-opaque.pane-header-icon {
  color: rgba(103, 58, 183, 0.54); }

.indigo, .indigo.material-icons, accordion pane-header .indigo.pane-header-icon {
  color: #3f51b5; }

.indigo-opaque, .indigo-opaque.material-icons, accordion pane-header .indigo-opaque.pane-header-icon {
  color: rgba(63, 81, 181, 0.54); }

.blue, .blue.material-icons, accordion pane-header .blue.pane-header-icon {
  color: #2196f3; }

.blue-opaque, .blue-opaque.material-icons, accordion pane-header .blue-opaque.pane-header-icon {
  color: rgba(33, 150, 243, 0.54); }

.lightBlue, .lightBlue.material-icons, accordion pane-header .lightBlue.pane-header-icon {
  color: #03a9f4; }

.lightBlue-opaque, .lightBlue-opaque.material-icons, accordion pane-header .lightBlue-opaque.pane-header-icon {
  color: rgba(3, 169, 244, 0.54); }

.cyan, .cyan.material-icons, accordion pane-header .cyan.pane-header-icon {
  color: #00bcd4; }

.cyan-opaque, .cyan-opaque.material-icons, accordion pane-header .cyan-opaque.pane-header-icon {
  color: rgba(0, 188, 212, 0.54); }

.teal, .teal.material-icons, accordion pane-header .teal.pane-header-icon {
  color: #4db6ac; }

.teal-opaque, .teal-opaque.material-icons, accordion pane-header .teal-opaque.pane-header-icon {
  color: rgba(77, 182, 172, 0.54); }

.green, .green.material-icons, accordion pane-header .green.pane-header-icon {
  color: #4caf50; }

.green-opaque, .green-opaque.material-icons, accordion pane-header .green-opaque.pane-header-icon {
  color: rgba(76, 175, 80, 0.54); }

.lightGreen, .lightGreen.material-icons, accordion pane-header .lightGreen.pane-header-icon {
  color: #8bc34a; }

.lightGreen-opaque, .lightGreen-opaque.material-icons, accordion pane-header .lightGreen-opaque.pane-header-icon {
  color: rgba(139, 195, 74, 0.54); }

.lime, .lime.material-icons, accordion pane-header .lime.pane-header-icon {
  color: #cddc39; }

.lime-opaque, .lime-opaque.material-icons, accordion pane-header .lime-opaque.pane-header-icon {
  color: rgba(205, 220, 57, 0.54); }

.yellow, .yellow.material-icons, accordion pane-header .yellow.pane-header-icon {
  color: #ffeb3b; }

.yellow-opaque, .yellow-opaque.material-icons, accordion pane-header .yellow-opaque.pane-header-icon {
  color: rgba(255, 235, 59, 0.54); }

.amber, .amber.material-icons, accordion pane-header .amber.pane-header-icon {
  color: #ffc107; }

.amber-opaque, .amber-opaque.material-icons, accordion pane-header .amber-opaque.pane-header-icon {
  color: rgba(255, 193, 7, 0.54); }

.orange, .orange.material-icons, accordion pane-header .orange.pane-header-icon {
  color: #ff9800; }

.orange-opaque, .orange-opaque.material-icons, accordion pane-header .orange-opaque.pane-header-icon {
  color: rgba(255, 152, 0, 0.54); }

.brown, .brown.material-icons, accordion pane-header .brown.pane-header-icon {
  color: #795548; }

.brown-opaque, .brown-opaque.material-icons, accordion pane-header .brown-opaque.pane-header-icon {
  color: rgba(121, 85, 72, 0.54); }

.background-red {
  background-color: #f44335; }
  .background-red > td, .background-red {
    color: white !important; }
  .background-red .material-icons, .background-red accordion pane-header .pane-header-icon, accordion pane-header .background-red .pane-header-icon {
    color: white; }

.background-red-opaque {
  background-color: rgba(244, 67, 53, 0.54); }
  .background-red-opaque > td, .background-red-opaque {
    color: white !important; }
  .background-red-opaque .material-icons, .background-red-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-red-opaque .pane-header-icon {
    color: white; }

.background-pink {
  background-color: #e91e63; }
  .background-pink > td, .background-pink {
    color: white !important; }
  .background-pink .material-icons, .background-pink accordion pane-header .pane-header-icon, accordion pane-header .background-pink .pane-header-icon {
    color: white; }

.background-pink-opaque {
  background-color: rgba(233, 30, 99, 0.54); }
  .background-pink-opaque > td, .background-pink-opaque {
    color: white !important; }
  .background-pink-opaque .material-icons, .background-pink-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-pink-opaque .pane-header-icon {
    color: white; }

.background-purple {
  background-color: #9c27b0; }
  .background-purple > td, .background-purple {
    color: white !important; }
  .background-purple .material-icons, .background-purple accordion pane-header .pane-header-icon, accordion pane-header .background-purple .pane-header-icon {
    color: white; }

.background-purple-opaque {
  background-color: rgba(156, 39, 176, 0.54); }
  .background-purple-opaque > td, .background-purple-opaque {
    color: white !important; }
  .background-purple-opaque .material-icons, .background-purple-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-purple-opaque .pane-header-icon {
    color: white; }

.background-deepPurple {
  background-color: #673ab7; }
  .background-deepPurple > td, .background-deepPurple {
    color: white !important; }
  .background-deepPurple .material-icons, .background-deepPurple accordion pane-header .pane-header-icon, accordion pane-header .background-deepPurple .pane-header-icon {
    color: white; }

.background-deepPurple-opaque {
  background-color: rgba(103, 58, 183, 0.54); }
  .background-deepPurple-opaque > td, .background-deepPurple-opaque {
    color: white !important; }
  .background-deepPurple-opaque .material-icons, .background-deepPurple-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-deepPurple-opaque .pane-header-icon {
    color: white; }

.background-indigo {
  background-color: #3f51b5; }
  .background-indigo > td, .background-indigo {
    color: white !important; }
  .background-indigo .material-icons, .background-indigo accordion pane-header .pane-header-icon, accordion pane-header .background-indigo .pane-header-icon {
    color: white; }

.background-indigo-opaque {
  background-color: rgba(63, 81, 181, 0.54); }
  .background-indigo-opaque > td, .background-indigo-opaque {
    color: white !important; }
  .background-indigo-opaque .material-icons, .background-indigo-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-indigo-opaque .pane-header-icon {
    color: white; }

.background-blue {
  background-color: #2196f3; }
  .background-blue > td, .background-blue {
    color: white !important; }
  .background-blue .material-icons, .background-blue accordion pane-header .pane-header-icon, accordion pane-header .background-blue .pane-header-icon {
    color: white; }

.background-blue-opaque {
  background-color: rgba(33, 150, 243, 0.54); }
  .background-blue-opaque > td, .background-blue-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-blue-opaque .material-icons, .background-blue-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-blue-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lightBlue {
  background-color: #03a9f4; }
  .background-lightBlue > td, .background-lightBlue {
    color: white !important; }
  .background-lightBlue .material-icons, .background-lightBlue accordion pane-header .pane-header-icon, accordion pane-header .background-lightBlue .pane-header-icon {
    color: white; }

.background-lightBlue-opaque {
  background-color: rgba(3, 169, 244, 0.54); }
  .background-lightBlue-opaque > td, .background-lightBlue-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lightBlue-opaque .material-icons, .background-lightBlue-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-lightBlue-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-cyan {
  background-color: #00bcd4; }
  .background-cyan > td, .background-cyan {
    color: white !important; }
  .background-cyan .material-icons, .background-cyan accordion pane-header .pane-header-icon, accordion pane-header .background-cyan .pane-header-icon {
    color: white; }

.background-cyan-opaque {
  background-color: rgba(0, 188, 212, 0.54); }
  .background-cyan-opaque > td, .background-cyan-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-cyan-opaque .material-icons, .background-cyan-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-cyan-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-teal {
  background-color: #4db6ac; }
  .background-teal > td, .background-teal {
    color: white !important; }
  .background-teal .material-icons, .background-teal accordion pane-header .pane-header-icon, accordion pane-header .background-teal .pane-header-icon {
    color: white; }

.background-teal-opaque {
  background-color: rgba(77, 182, 172, 0.54); }
  .background-teal-opaque > td, .background-teal-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-teal-opaque .material-icons, .background-teal-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-teal-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-green {
  background-color: #4caf50; }
  .background-green > td, .background-green {
    color: white !important; }
  .background-green .material-icons, .background-green accordion pane-header .pane-header-icon, accordion pane-header .background-green .pane-header-icon {
    color: white; }

.background-green-opaque {
  background-color: rgba(76, 175, 80, 0.54); }
  .background-green-opaque > td, .background-green-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-green-opaque .material-icons, .background-green-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-green-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lightGreen {
  background-color: #8bc34a; }
  .background-lightGreen > td, .background-lightGreen {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lightGreen .material-icons, .background-lightGreen accordion pane-header .pane-header-icon, accordion pane-header .background-lightGreen .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lightGreen-opaque {
  background-color: rgba(139, 195, 74, 0.54); }
  .background-lightGreen-opaque > td, .background-lightGreen-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lightGreen-opaque .material-icons, .background-lightGreen-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-lightGreen-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lime {
  background-color: #cddc39; }
  .background-lime > td, .background-lime {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lime .material-icons, .background-lime accordion pane-header .pane-header-icon, accordion pane-header .background-lime .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lime-opaque {
  background-color: rgba(205, 220, 57, 0.54); }
  .background-lime-opaque > td, .background-lime-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lime-opaque .material-icons, .background-lime-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-lime-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-yellow {
  background-color: #ffeb3b; }
  .background-yellow > td, .background-yellow {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-yellow .material-icons, .background-yellow accordion pane-header .pane-header-icon, accordion pane-header .background-yellow .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-yellow-opaque {
  background-color: rgba(255, 235, 59, 0.54); }
  .background-yellow-opaque > td, .background-yellow-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-yellow-opaque .material-icons, .background-yellow-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-yellow-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-amber {
  background-color: #ffc107; }
  .background-amber > td, .background-amber {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-amber .material-icons, .background-amber accordion pane-header .pane-header-icon, accordion pane-header .background-amber .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-amber-opaque {
  background-color: rgba(255, 193, 7, 0.54); }
  .background-amber-opaque > td, .background-amber-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-amber-opaque .material-icons, .background-amber-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-amber-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-orange {
  background-color: #ff9800; }
  .background-orange > td, .background-orange {
    color: white !important; }
  .background-orange .material-icons, .background-orange accordion pane-header .pane-header-icon, accordion pane-header .background-orange .pane-header-icon {
    color: white; }

.background-orange-opaque {
  background-color: rgba(255, 152, 0, 0.54); }
  .background-orange-opaque > td, .background-orange-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-orange-opaque .material-icons, .background-orange-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-orange-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-brown {
  background-color: #795548; }
  .background-brown > td, .background-brown {
    color: white !important; }
  .background-brown .material-icons, .background-brown accordion pane-header .pane-header-icon, accordion pane-header .background-brown .pane-header-icon {
    color: white; }

.background-brown-opaque {
  background-color: rgba(121, 85, 72, 0.54); }
  .background-brown-opaque > td, .background-brown-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-brown-opaque .material-icons, .background-brown-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-brown-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-lightGrey {
  background-color: #eeeeee; }
  .background-lightGrey > td, .background-lightGrey {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-lightGrey .material-icons, .background-lightGrey accordion pane-header .pane-header-icon, accordion pane-header .background-lightGrey .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-grey {
  background-color: #bdbdbd; }
  .background-grey > td, .background-grey {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-grey .material-icons, .background-grey accordion pane-header .pane-header-icon, accordion pane-header .background-grey .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-darkGrey {
  background-color: #757575; }
  .background-darkGrey > td, .background-darkGrey {
    color: white !important; }
  .background-darkGrey .material-icons, .background-darkGrey accordion pane-header .pane-header-icon, accordion pane-header .background-darkGrey .pane-header-icon {
    color: white; }

.background-red {
  background-color: #f44335; }
  .background-red > td, .background-red {
    color: white !important; }
  .background-red .material-icons, .background-red accordion pane-header .pane-header-icon, accordion pane-header .background-red .pane-header-icon {
    color: white; }

.background-accent {
  background-color: #ffe97c; }
  .background-accent > td, .background-accent {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-accent .material-icons, .background-accent accordion pane-header .pane-header-icon, accordion pane-header .background-accent .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-accent-opaque {
  background-color: rgba(255, 233, 124, 0.54); }
  .background-accent-opaque > td, .background-accent-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-accent-opaque .material-icons, .background-accent-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-accent-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-accent-2 {
  background-color: #ac70ac; }
  .background-accent-2 > td, .background-accent-2 {
    color: white !important; }
  .background-accent-2 .material-icons, .background-accent-2 accordion pane-header .pane-header-icon, accordion pane-header .background-accent-2 .pane-header-icon {
    color: white; }

.background-accent-2-opaque {
  background-color: rgba(172, 112, 172, 0.54); }
  .background-accent-2-opaque > td, .background-accent-2-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-accent-2-opaque .material-icons, .background-accent-2-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-accent-2-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-warn {
  background-color: #f3bd3f; }
  .background-warn > td, .background-warn {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-warn .material-icons, .background-warn accordion pane-header .pane-header-icon, accordion pane-header .background-warn .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-warn-opaque {
  background-color: rgba(243, 189, 63, 0.54); }
  .background-warn-opaque > td, .background-warn-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-warn-opaque .material-icons, .background-warn-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-warn-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

.background-alert {
  background-color: #f48a60; }
  .background-alert > td, .background-alert {
    color: white !important; }
  .background-alert .material-icons, .background-alert accordion pane-header .pane-header-icon, accordion pane-header .background-alert .pane-header-icon {
    color: white; }

.background-alert-opaque {
  background-color: rgba(244, 138, 96, 0.54); }
  .background-alert-opaque > td, .background-alert-opaque {
    color: rgba(0, 0, 0, 0.87) !important; }
  .background-alert-opaque .material-icons, .background-alert-opaque accordion pane-header .pane-header-icon, accordion pane-header .background-alert-opaque .pane-header-icon {
    color: rgba(0, 0, 0, 0.54); }

loader {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  margin: 16px;
  display: block;
  border: 5px solid #eeeeee;
  position: relative;
  -webkit-animation: spin 4496ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  animation: spin 4496ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite; }
  loader.contrast {
    border-color: #757575; }
    loader.contrast .outer.outer-top {
      border-top-color: #fafafa;
      animation: top-spinner-contrast 2504ms ease infinite;
      -webkit-animation: top-spinner-contrast 2504ms ease infinite; }
    loader.contrast .outer.outer-right {
      border-right-color: #fafafa;
      animation: right-spinner-contrast 2504ms ease infinite;
      -webkit-animation: right-spinner-contrast 2504ms ease infinite; }
    loader.contrast .outer.outer-bottom {
      border-bottom-color: #fafafa;
      animation: bottom-spinner-contrast 2504ms ease infinite;
      -webkit-animation: bottom-spinner-contrast 2504ms ease infinite; }
    loader.contrast .outer.outer-left {
      border-left-color: #fafafa;
      animation: left-spinner-contrast 2504ms ease infinite;
      -webkit-animation: left-spinner-contrast 2504ms ease infinite; }
  loader.simple {
    animation-duration: 1314ms;
    -webkit-animation-duration: 1314ms; }
    loader.simple .outer.outer-top {
      border-top-color: #757575;
      animation: none;
      -webkit-animation: none; }
    loader.simple .outer.outer-right {
      border-right-color: #e0e0e0;
      animation: none;
      -webkit-animation: none; }
    loader.simple .outer.outer-bottom {
      border-bottom-color: #757575;
      animation: none;
      -webkit-animation: none; }
    loader.simple .outer.outer-left {
      border-left-color: #e0e0e0;
      animation: none;
      -webkit-animation: none; }
  loader.tiny {
    border-width: 3px; }
    loader.tiny .outer {
      width: 24px;
      height: 24px;
      border-width: 3px;
      right: -3px; }
      loader.tiny .outer.outer-top {
        border-top-width: 3px; }
      loader.tiny .outer.outer-right {
        border-right-width: 3px; }
      loader.tiny .outer.outer-bottom {
        border-bottom-width: 3px; }
      loader.tiny .outer.outer-left {
        border-left-width: 3px; }
  loader.small {
    border-width: 4px; }
    loader.small .outer {
      width: 32px;
      height: 32px;
      border-width: 4px;
      right: -4px; }
      loader.small .outer.outer-top {
        border-top-width: 4px; }
      loader.small .outer.outer-right {
        border-right-width: 4px; }
      loader.small .outer.outer-bottom {
        border-bottom-width: 4px; }
      loader.small .outer.outer-left {
        border-left-width: 4px; }
  loader.large {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    border-width: 7px; }
    loader.large .outer {
      width: 56px;
      height: 56px;
      border-width: 7px;
      right: -7px; }
      loader.large .outer.outer-top {
        border-top-width: 7px; }
      loader.large .outer.outer-right {
        border-right-width: 7px; }
      loader.large .outer.outer-bottom {
        border-bottom-width: 7px; }
      loader.large .outer.outer-left {
        border-left-width: 7px; }
  loader .outer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    border-radius: 50%;
    border: 5px solid transparent; }
    loader .outer.outer-top {
      border-top: 5px solid #9e9e9e;
      animation: top-spinner 2504ms ease infinite;
      -webkit-animation: top-spinner 2504ms ease infinite; }
    loader .outer.outer-right {
      border-right: 5px solid #9e9e9e;
      animation: right-spinner 2504ms ease infinite;
      -webkit-animation: right-spinner 2504ms ease infinite; }
    loader .outer.outer-bottom {
      border-bottom: 5px solid #9e9e9e;
      animation: bottom-spinner 2504ms ease infinite;
      -webkit-animation: bottom-spinner 2504ms ease infinite; }
    loader .outer.outer-left {
      border-left: 5px solid #9e9e9e;
      animation: left-spinner 2504ms ease infinite;
      -webkit-animation: left-spinner 2504ms ease infinite; }

transition {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
  overflow: hidden; }
  transition.transition-in {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes top-spinner {
  0%, 12.5%, 62.5%, 100% {
    opacity: 0; }
  25%, 37.5%, 50% {
    opacity: 1; }
  25% {
    border-top-color: #ffe97c; }
  12.5%, 37.5% {
    border-top-color: #9e9e9e; } }
@-webkit-keyframes top-spinner {
  0%, 12.5%, 62.5%, 100% {
    opacity: 0; }
  25%, 37.5%, 50% {
    opacity: 1; }
  25% {
    border-top-color: #ffe97c; }
  12.5%, 37.5% {
    border-top-color: #9e9e9e; } }
@keyframes right-spinner {
  0%, 25%, 75%, 100% {
    opacity: 0; }
  37.5%, 50%, 62.5% {
    opacity: 1; }
  37.5% {
    border-right-color: #ffe97c; }
  25%, 50% {
    border-right-color: #9e9e9e; } }
@-webkit-keyframes right-spinner {
  0%, 25%, 75%, 100% {
    opacity: 0; }
  37.5%, 50%, 62.5% {
    opacity: 1; }
  37.5% {
    border-right-color: #ffe97c; }
  25%, 50% {
    border-right-color: #9e9e9e; } }
@keyframes bottom-spinner {
  0%, 37.5%, 87.5%, 100% {
    opacity: 0; }
  50%, 62.5%, 75% {
    opacity: 1; }
  50% {
    border-bottom-color: #ffe97c; }
  37.5%, 62.5% {
    border-bottom-color: #9e9e9e; } }
@-webkit-keyframes bottom-spinner {
  0%, 37.5%, 87.5%, 100% {
    opacity: 0; }
  50%, 62.5%, 75% {
    opacity: 1; }
  50% {
    border-bottom-color: #ffe97c; }
  37.5%, 62.5% {
    border-bottom-color: #9e9e9e; } }
@keyframes left-spinner {
  0%, 50%, 100% {
    border-left-color: #9e9e9e;
    opacity: 0; }
  62.5%, 75%, 87.5% {
    opacity: 1; }
  62.5%, 75%, 87.5% {
    border-left-color: #ffe97c; } }
@-webkit-keyframes left-spinner {
  0%, 50%, 100% {
    border-left-color: #9e9e9e;
    opacity: 0; }
  62.5%, 75%, 87.5% {
    opacity: 1; }
  62.5%, 75%, 87.5% {
    border-left-color: #ffe97c; } }
@keyframes top-spinner-contrast {
  0%, 12.5%, 62.5%, 100% {
    opacity: 0; }
  25%, 37.5%, 50% {
    opacity: 1; }
  25% {
    border-top-color: #ffe97c; }
  12.5%, 37.5% {
    border-top-color: #fafafa; } }
@-webkit-keyframes top-spinner-contrast {
  0%, 12.5%, 62.5%, 100% {
    opacity: 0; }
  25%, 37.5%, 50% {
    opacity: 1; }
  25% {
    border-top-color: #ffe97c; }
  12.5%, 37.5% {
    border-top-color: #fafafa; } }
@keyframes right-spinner-contrast {
  0%, 25%, 75%, 100% {
    opacity: 0; }
  37.5%, 50%, 62.5% {
    opacity: 1; }
  37.5% {
    border-right-color: #ffe97c; }
  25%, 50% {
    border-right-color: #fafafa; } }
@-webkit-keyframes right-spinner-contrast {
  0%, 25%, 75%, 100% {
    opacity: 0; }
  37.5%, 50%, 62.5% {
    opacity: 1; }
  37.5% {
    border-right-color: #ffe97c; }
  25%, 50% {
    border-right-color: #fafafa; } }
@keyframes bottom-spinner-contrast {
  0%, 37.5%, 87.5%, 100% {
    opacity: 0; }
  50%, 62.5%, 75% {
    opacity: 1; }
  50% {
    border-bottom-color: #ffe97c; }
  37.5%, 62.5% {
    border-bottom-color: #fafafa; } }
@-webkit-keyframes bottom-spinner-contrast {
  0%, 37.5%, 87.5%, 100% {
    opacity: 0; }
  50%, 62.5%, 75% {
    opacity: 1; }
  50% {
    border-bottom-color: #ffe97c; }
  37.5%, 62.5% {
    border-bottom-color: #fafafa; } }
@keyframes left-spinner-contrast {
  0%, 50%, 100% {
    border-left-color: #fafafa;
    opacity: 0; }
  62.5%, 75%, 87.5% {
    opacity: 1; }
  62.5%, 75%, 87.5% {
    border-left-color: #ffe97c; } }
@-webkit-keyframes left-spinner-contrast {
  0%, 50%, 100% {
    border-left-color: #fafafa;
    opacity: 0; }
  62.5%, 75%, 87.5% {
    opacity: 1; }
  62.5%, 75%, 87.5% {
    border-left-color: #ffe97c; } }
div.calendar-date-hyphen {
  padding-top: 11px;
  padding-right: 15px; }

.mobile-hide {
  display: inherit; }

.mobile-show {
  display: none; }

.portfolio-spent td:first-child {
  width: 400px !important; }

.portfolio-spent-indent-1 td:first-child {
  width: 376px !important; }

.portfolio-spent-indent-2 td:first-child {
  width: 336px !important; }

#navigation-static {
  margin-bottom: 30px; }
  #navigation-static pane-header {
    font-size: 0.8125rem; }
    #navigation-static pane-header::after {
      top: 8px; }
    #navigation-static pane-header:focus {
      color: #e5d16f; }
  #navigation-static pane.expanded > pane-header {
    background-color: white;
    color: rgba(0, 0, 0, 0.87); }
    #navigation-static pane.expanded > pane-header::after {
      color: rgba(0, 0, 0, 0.54); }
  #navigation-static content {
    padding: 0;
    position: relative;
    background-color: #424242;
    overflow: clip; }
    #navigation-static content pane-header {
      padding-left: 44px;
      background-color: transparent !important;
      color: #FFF !important; }
      #navigation-static content pane-header:hover {
        color: #e5d16f !important; }
        #navigation-static content pane-header:hover i.pane-header-icon {
          color: #000 !important; }
      #navigation-static content pane-header::after {
        color: #FFF !important; }
    #navigation-static content .content-div {
      font-size: 0.8125rem;
      padding-right: 56px;
      min-height: 36px;
      line-height: 36px;
      position: relative;
      display: flex;
      color: #fff;
      transition: color 150ms; }
      #navigation-static content .content-div.active {
        color: #ffe97c; }
      #navigation-static content .content-div:focus {
        color: #e5d16f; }
      #navigation-static content .content-div:hover {
        color: #ffe97c !important; }
        #navigation-static content .content-div:hover > .btn {
          display: block; }
        #navigation-static content .content-div:hover i {
          fill: #ffe97c;
          color: #ffe97c; }
      #navigation-static content .content-div > i {
        position: absolute;
        left: 16px;
        line-height: 36px; }
    #navigation-static content .level-1 {
      padding-left: 44px;
      justify-content: space-between; }
    #navigation-static content .level-2 {
      padding-left: 64px; }
    #navigation-static content .second-icon {
      font-size: 20px;
      margin-right: 10px;
      top: 5px;
      position: relative; }
    #navigation-static content .btn {
      display: none;
      padding: 0 16px;
      position: absolute;
      top: 10px;
      right: 0;
      height: 20px;
      min-width: 24px;
      width: 24px; }
      #navigation-static content .btn > i {
        font-size: 18px; }
  #navigation-static .pane-header-icon {
    color: white;
    padding: 0 16px;
    top: 8px;
    right: 0; }
  #navigation-static .expanded .pane-header-icon {
    color: rgba(0, 0, 0, 0.54);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }

#navigation-dynamic {
  margin-bottom: 30px; }
  #navigation-dynamic > pane-mockup {
    display: block;
    position: relative; }
    #navigation-dynamic > pane-mockup > pane-header {
      display: flex; }
      #navigation-dynamic > pane-mockup > pane-header::after {
        display: none; }
      #navigation-dynamic > pane-mockup > pane-header.active {
        color: #ffe97c; }
        #navigation-dynamic > pane-mockup > pane-header.active i {
          color: #e5d16f;
          fill: #e5d16f; }
    #navigation-dynamic > pane-mockup:hover > .btn {
      display: block; }
  #navigation-dynamic > pane, #navigation-dynamic pane-mockup {
    background-color: #424242; }
  #navigation-dynamic > pane.subtitle {
    background-color: #212121; }
  #navigation-dynamic pane-sub-header {
    font-size: 0.625rem;
    min-height: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.09375rem;
    line-height: 50px;
    padding-left: 48px;
    color: white;
    transition: color 150ms; }
  #navigation-dynamic pane-header {
    font-size: 0.8125rem;
    padding-left: 48px;
    color: white;
    transition: color 150ms; }
    #navigation-dynamic pane-header.aria-detect {
      cursor: pointer; }
      #navigation-dynamic pane-header.aria-detect:focus {
        color: #e5d16f !important; }
        #navigation-dynamic pane-header.aria-detect:focus i {
          color: #e5d16f !important; }
        #navigation-dynamic pane-header.aria-detect:focus i.pane-header-icon,
        #navigation-dynamic pane-header.aria-detect:focus i.navigation-back {
          color: #fff !important; }
    #navigation-dynamic pane-header:hover {
      color: #ffe97c !important;
      background-color: #424242; }
      #navigation-dynamic pane-header:hover i {
        color: #e5d16f;
        fill: #e5d16f; }
    #navigation-dynamic pane-header .material-icons, #navigation-dynamic accordion pane-header .pane-header-icon, accordion #navigation-dynamic pane-header .pane-header-icon {
      position: absolute;
      left: 12px;
      line-height: 40px; }
    #navigation-dynamic pane-header::after {
      color: white; }
  #navigation-dynamic .process-progress {
    margin-top: 8px; }
    #navigation-dynamic .process-progress.material-icons, #navigation-dynamic accordion pane-header .process-progress.pane-header-icon, accordion pane-header #navigation-dynamic .process-progress.pane-header-icon {
      font-size: 1rem;
      line-height: 24px;
      color: rgba(0, 0, 0, 0.87); }
  #navigation-dynamic content {
    padding: 0;
    background-color: #616161;
    color: white; }
    #navigation-dynamic content > div > div {
      font-size: 0.8125rem;
      position: relative;
      padding-right: 56px;
      padding-left: 60px;
      height: 36px;
      line-height: 36px;
      display: flex; }
      #navigation-dynamic content > div > div.active {
        color: #ffe97c; }
        #navigation-dynamic content > div > div.active i {
          color: #e5d16f;
          fill: #e5d16f; }
      #navigation-dynamic content > div > div > .material-icons, #navigation-dynamic accordion pane-header content > div > div > .pane-header-icon, accordion pane-header #navigation-dynamic content > div > div > .pane-header-icon {
        position: absolute;
        left: 32px;
        line-height: 36px; }
      #navigation-dynamic content > div > div:hover {
        background-color: #ffe97c;
        color: rgba(0, 0, 0, 0.87) !important; }
        #navigation-dynamic content > div > div:hover > .btn {
          display: block; }
        #navigation-dynamic content > div > div:hover > .material-icons, #navigation-dynamic accordion pane-header content > div > div:hover > .pane-header-icon, accordion pane-header #navigation-dynamic content > div > div:hover > .pane-header-icon {
          color: rgba(0, 0, 0, 0.54); }
  #navigation-dynamic .btn {
    display: none;
    padding: 0 16px;
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    min-width: 24px;
    width: 24px; }
    #navigation-dynamic .btn > i {
      font-size: 18px; }
  #navigation-dynamic .pane-header-icon {
    color: white !important;
    top: 8px;
    left: auto !important; }
  #navigation-dynamic .expanded .pane-header-icon {
    color: white !important;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: auto !important; }

accordion {
  display: block; }
  accordion.contrast > pane > content {
    color: white; }
  accordion.contrast pane-header {
    color: white;
    transition: unset; }
    accordion.contrast pane-header .aria-detect {
      cursor: pointer; }
      accordion.contrast pane-header .aria-detect:focus {
        color: #e5d16f !important; }
        accordion.contrast pane-header .aria-detect:focus i {
          color: rgba(0, 0, 0, 0.54) !important; }
    accordion.contrast pane-header:hover {
      background-color: white;
      color: rgba(0, 0, 0, 0.87) !important; }
      accordion.contrast pane-header:hover i.pane-header-icon {
        color: rgba(0, 0, 0, 0.54) !important; }
      accordion.contrast pane-header:hover::after {
        color: rgba(0, 0, 0, 0.54); }
    accordion.contrast pane-header::after {
      color: white; }
  accordion pane {
    display: block;
    position: relative;
    overflow: hidden; }
    accordion pane.expanded > pane-header::after {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
    accordion pane.expanded > content {
      max-height: none;
      opacity: 1; }
    accordion pane.expanded .aria-detect {
      cursor: pointer; }
      accordion pane.expanded .aria-detect:focus {
        color: #e5d16f !important; }
        accordion pane.expanded .aria-detect:focus #navigation-dynamic i {
          color: rgba(0, 0, 0, 0.54) !important; }
    accordion pane > content {
      overflow: hidden;
      background-color: inherit;
      padding: 0 8px 0 16px;
      max-height: 0;
      opacity: 0;
      transition: height 300ms, opacity 300ms 150ms; }
      accordion pane > content > div {
        overflow: auto; }
  accordion pane-header {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    height: 40px;
    padding: 0 56px 0 16px;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.87);
    transition: background-color 150ms; }
    accordion pane-header:hover {
      background-color: whitesmoke; }
    accordion pane-header .pane-header-icon {
      color: white;
      position: absolute;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -webkit-transition: -webkit-transform 300ms;
      transition: transform 300ms;
      width: 24px;
      height: 24px;
      padding: 0 16px;
      top: 8px;
      right: 0;
      line-height: 1 !important; }
    accordion pane-header .expanded .pane-header-icon {
      color: rgba(0, 0, 0, 0.54);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }

.list-link {
  text-align: center;
  margin: 20px 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-style: italic; }
  .list-link a {
    cursor: pointer;
    font-style: normal; }
  .list-link a:hover {
    text-decoration: underline;
    color: #ac70ac; }

input-hidden input, input-hidden textarea, input-number input, input-number textarea, input-process input, input-process textarea, input-select input, input-select textarea, input-date input, input-date textarea, input-text input, input-text textarea, input-string input, input-string textarea, input-comment input, input-comment textarea, input-chip input, input-chip textarea, input-chart input, input-chart textarea, input-file input, input-file textarea, input-link input, input-link textarea {
  border: none;
  padding-bottom: 6px;
  border-bottom: 1px solid #BDBDBD;
  background-color: transparent;
  line-height: 1.25rem;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: border-bottom 300ms, box-shadow 300ms;
  transition: border-bottom 300ms, box-shadow 300ms; }
  input-hidden input:not([readonly]), input-hidden textarea:not([readonly]), input-number input:not([readonly]), input-number textarea:not([readonly]), input-process input:not([readonly]), input-process textarea:not([readonly]), input-select input:not([readonly]), input-select textarea:not([readonly]), input-date input:not([readonly]), input-date textarea:not([readonly]), input-text input:not([readonly]), input-text textarea:not([readonly]), input-string input:not([readonly]), input-string textarea:not([readonly]), input-comment input:not([readonly]), input-comment textarea:not([readonly]), input-chip input:not([readonly]), input-chip textarea:not([readonly]), input-chart input:not([readonly]), input-chart textarea:not([readonly]), input-file input:not([readonly]), input-file textarea:not([readonly]), input-link input:not([readonly]), input-link textarea:not([readonly]) {
    border: none; }
  input-hidden input[readonly], input-hidden textarea[readonly], input-number input[readonly], input-number textarea[readonly], input-process input[readonly], input-process textarea[readonly], input-select input[readonly], input-select textarea[readonly], input-date input[readonly], input-date textarea[readonly], input-text input[readonly], input-text textarea[readonly], input-string input[readonly], input-string textarea[readonly], input-comment input[readonly], input-comment textarea[readonly], input-chip input[readonly], input-chip textarea[readonly], input-chart input[readonly], input-chart textarea[readonly], input-file input[readonly], input-file textarea[readonly], input-link input[readonly], input-link textarea[readonly] {
    border-bottom-style: dashed; }
    input-hidden input[readonly].ng-empty, input-hidden textarea[readonly].ng-empty, input-number input[readonly].ng-empty, input-number textarea[readonly].ng-empty, input-process input[readonly].ng-empty, input-process textarea[readonly].ng-empty, input-select input[readonly].ng-empty, input-select textarea[readonly].ng-empty, input-date input[readonly].ng-empty, input-date textarea[readonly].ng-empty, input-text input[readonly].ng-empty, input-text textarea[readonly].ng-empty, input-string input[readonly].ng-empty, input-string textarea[readonly].ng-empty, input-comment input[readonly].ng-empty, input-comment textarea[readonly].ng-empty, input-chip input[readonly].ng-empty, input-chip textarea[readonly].ng-empty, input-chart input[readonly].ng-empty, input-chart textarea[readonly].ng-empty, input-file input[readonly].ng-empty, input-file textarea[readonly].ng-empty, input-link input[readonly].ng-empty, input-link textarea[readonly].ng-empty {
      cursor: default; }
    input-hidden input[readonly][type=number], input-hidden textarea[readonly][type=number], input-number input[readonly][type=number], input-number textarea[readonly][type=number], input-process input[readonly][type=number], input-process textarea[readonly][type=number], input-select input[readonly][type=number], input-select textarea[readonly][type=number], input-date input[readonly][type=number], input-date textarea[readonly][type=number], input-text input[readonly][type=number], input-text textarea[readonly][type=number], input-string input[readonly][type=number], input-string textarea[readonly][type=number], input-comment input[readonly][type=number], input-comment textarea[readonly][type=number], input-chip input[readonly][type=number], input-chip textarea[readonly][type=number], input-chart input[readonly][type=number], input-chart textarea[readonly][type=number], input-file input[readonly][type=number], input-file textarea[readonly][type=number], input-link input[readonly][type=number], input-link textarea[readonly][type=number] {
      -moz-appearance: textfield; }
    input-hidden input[readonly]::-webkit-input-placeholder, input-hidden textarea[readonly]::-webkit-input-placeholder, input-number input[readonly]::-webkit-input-placeholder, input-number textarea[readonly]::-webkit-input-placeholder, input-process input[readonly]::-webkit-input-placeholder, input-process textarea[readonly]::-webkit-input-placeholder, input-select input[readonly]::-webkit-input-placeholder, input-select textarea[readonly]::-webkit-input-placeholder, input-date input[readonly]::-webkit-input-placeholder, input-date textarea[readonly]::-webkit-input-placeholder, input-text input[readonly]::-webkit-input-placeholder, input-text textarea[readonly]::-webkit-input-placeholder, input-string input[readonly]::-webkit-input-placeholder, input-string textarea[readonly]::-webkit-input-placeholder, input-comment input[readonly]::-webkit-input-placeholder, input-comment textarea[readonly]::-webkit-input-placeholder, input-chip input[readonly]::-webkit-input-placeholder, input-chip textarea[readonly]::-webkit-input-placeholder, input-chart input[readonly]::-webkit-input-placeholder, input-chart textarea[readonly]::-webkit-input-placeholder, input-file input[readonly]::-webkit-input-placeholder, input-file textarea[readonly]::-webkit-input-placeholder, input-link input[readonly]::-webkit-input-placeholder, input-link textarea[readonly]::-webkit-input-placeholder {
      color: transparent; }
    input-hidden input[readonly]:-ms-input-placeholder, input-hidden textarea[readonly]:-ms-input-placeholder, input-number input[readonly]:-ms-input-placeholder, input-number textarea[readonly]:-ms-input-placeholder, input-process input[readonly]:-ms-input-placeholder, input-process textarea[readonly]:-ms-input-placeholder, input-select input[readonly]:-ms-input-placeholder, input-select textarea[readonly]:-ms-input-placeholder, input-date input[readonly]:-ms-input-placeholder, input-date textarea[readonly]:-ms-input-placeholder, input-text input[readonly]:-ms-input-placeholder, input-text textarea[readonly]:-ms-input-placeholder, input-string input[readonly]:-ms-input-placeholder, input-string textarea[readonly]:-ms-input-placeholder, input-comment input[readonly]:-ms-input-placeholder, input-comment textarea[readonly]:-ms-input-placeholder, input-chip input[readonly]:-ms-input-placeholder, input-chip textarea[readonly]:-ms-input-placeholder, input-chart input[readonly]:-ms-input-placeholder, input-chart textarea[readonly]:-ms-input-placeholder, input-file input[readonly]:-ms-input-placeholder, input-file textarea[readonly]:-ms-input-placeholder, input-link input[readonly]:-ms-input-placeholder, input-link textarea[readonly]:-ms-input-placeholder {
      color: transparent; }
    input-hidden input[readonly]::-moz-placeholder, input-hidden textarea[readonly]::-moz-placeholder, input-number input[readonly]::-moz-placeholder, input-number textarea[readonly]::-moz-placeholder, input-process input[readonly]::-moz-placeholder, input-process textarea[readonly]::-moz-placeholder, input-select input[readonly]::-moz-placeholder, input-select textarea[readonly]::-moz-placeholder, input-date input[readonly]::-moz-placeholder, input-date textarea[readonly]::-moz-placeholder, input-text input[readonly]::-moz-placeholder, input-text textarea[readonly]::-moz-placeholder, input-string input[readonly]::-moz-placeholder, input-string textarea[readonly]::-moz-placeholder, input-comment input[readonly]::-moz-placeholder, input-comment textarea[readonly]::-moz-placeholder, input-chip input[readonly]::-moz-placeholder, input-chip textarea[readonly]::-moz-placeholder, input-chart input[readonly]::-moz-placeholder, input-chart textarea[readonly]::-moz-placeholder, input-file input[readonly]::-moz-placeholder, input-file textarea[readonly]::-moz-placeholder, input-link input[readonly]::-moz-placeholder, input-link textarea[readonly]::-moz-placeholder {
      color: transparent; }
  input-hidden input[required] ~ label:after, input-hidden textarea[required] ~ label:after, input-number input[required] ~ label:after, input-number textarea[required] ~ label:after, input-process input[required] ~ label:after, input-process textarea[required] ~ label:after, input-select input[required] ~ label:after, input-select textarea[required] ~ label:after, input-date input[required] ~ label:after, input-date textarea[required] ~ label:after, input-text input[required] ~ label:after, input-text textarea[required] ~ label:after, input-string input[required] ~ label:after, input-string textarea[required] ~ label:after, input-comment input[required] ~ label:after, input-comment textarea[required] ~ label:after, input-chip input[required] ~ label:after, input-chip textarea[required] ~ label:after, input-chart input[required] ~ label:after, input-chart textarea[required] ~ label:after, input-file input[required] ~ label:after, input-file textarea[required] ~ label:after, input-link input[required] ~ label:after, input-link textarea[required] ~ label:after {
    content: ' *';
    display: inline; }
  input-hidden input::-webkit-input-placeholder, input-hidden textarea::-webkit-input-placeholder, input-number input::-webkit-input-placeholder, input-number textarea::-webkit-input-placeholder, input-process input::-webkit-input-placeholder, input-process textarea::-webkit-input-placeholder, input-select input::-webkit-input-placeholder, input-select textarea::-webkit-input-placeholder, input-date input::-webkit-input-placeholder, input-date textarea::-webkit-input-placeholder, input-text input::-webkit-input-placeholder, input-text textarea::-webkit-input-placeholder, input-string input::-webkit-input-placeholder, input-string textarea::-webkit-input-placeholder, input-comment input::-webkit-input-placeholder, input-comment textarea::-webkit-input-placeholder, input-chip input::-webkit-input-placeholder, input-chip textarea::-webkit-input-placeholder, input-chart input::-webkit-input-placeholder, input-chart textarea::-webkit-input-placeholder, input-file input::-webkit-input-placeholder, input-file textarea::-webkit-input-placeholder, input-link input::-webkit-input-placeholder, input-link textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  input-hidden input:-ms-input-placeholder, input-hidden textarea:-ms-input-placeholder, input-number input:-ms-input-placeholder, input-number textarea:-ms-input-placeholder, input-process input:-ms-input-placeholder, input-process textarea:-ms-input-placeholder, input-select input:-ms-input-placeholder, input-select textarea:-ms-input-placeholder, input-date input:-ms-input-placeholder, input-date textarea:-ms-input-placeholder, input-text input:-ms-input-placeholder, input-text textarea:-ms-input-placeholder, input-string input:-ms-input-placeholder, input-string textarea:-ms-input-placeholder, input-comment input:-ms-input-placeholder, input-comment textarea:-ms-input-placeholder, input-chip input:-ms-input-placeholder, input-chip textarea:-ms-input-placeholder, input-chart input:-ms-input-placeholder, input-chart textarea:-ms-input-placeholder, input-file input:-ms-input-placeholder, input-file textarea:-ms-input-placeholder, input-link input:-ms-input-placeholder, input-link textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54); }
  input-hidden input::-moz-placeholder, input-hidden textarea::-moz-placeholder, input-number input::-moz-placeholder, input-number textarea::-moz-placeholder, input-process input::-moz-placeholder, input-process textarea::-moz-placeholder, input-select input::-moz-placeholder, input-select textarea::-moz-placeholder, input-date input::-moz-placeholder, input-date textarea::-moz-placeholder, input-text input::-moz-placeholder, input-text textarea::-moz-placeholder, input-string input::-moz-placeholder, input-string textarea::-moz-placeholder, input-comment input::-moz-placeholder, input-comment textarea::-moz-placeholder, input-chip input::-moz-placeholder, input-chip textarea::-moz-placeholder, input-chart input::-moz-placeholder, input-chart textarea::-moz-placeholder, input-file input::-moz-placeholder, input-file textarea::-moz-placeholder, input-link input::-moz-placeholder, input-link textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.54); }

input-check, input-date, input-file, input-link, input-number, input-process, input-radio, input-select,
input-string, input-text, input-rich, input-translation, input-comment, input-chip, input-portfolio, input-rating,
input-matrix, input-hidden, input-chart {
  max-width: 800px;
  display: block; }

input-matrix meta-helper {
  top: -4px; }

input-date > input-container, input-select > input-container, input-process > input-container {
  min-width: 62px; }

.tab input-container:not(.readonly) {
  background-color: #f5f5f5; }

.tab table input-container:not(.readonly) {
  background-color: transparent; }

table input-container {
  border-bottom: 2px solid transparent !important; }
  table input-container:not(.readonly):hover {
    border-bottom: 2px solid #ffe97c !important; }
  table input-container:not(.readonly):focus-within {
    border-bottom: 2px solid #ac70ac !important; }
  table input-container i {
    bottom: 4px !important;
    padding: 0 !important; }

input-check input-container:not(.readonly):hover {
  border-bottom: none !important; }

process-grid input-container, .process-grid input-container {
  margin-top: 0; }
  process-grid input-container:not(.max-many), .process-grid input-container:not(.max-many) {
    margin-bottom: 24px; }
  process-grid input-container > .input-value i, .process-grid input-container > .input-value i {
    margin-top: -3px !important; }
  process-grid input-container:not(.readonly), .process-grid input-container:not(.readonly) {
    padding-left: 10px; }
    process-grid input-container:not(.readonly) input, process-grid input-container:not(.readonly) .input-value, process-grid input-container:not(.readonly) .two-line, .process-grid input-container:not(.readonly) input, .process-grid input-container:not(.readonly) .input-value, .process-grid input-container:not(.readonly) .two-line {
      left: 10px; }
    process-grid input-container:not(.readonly) .comment-section, process-grid input-container:not(.readonly) .input-section, .process-grid input-container:not(.readonly) .comment-section, .process-grid input-container:not(.readonly) .input-section {
      margin-left: -10px; }
  process-grid input-container .ql-editor p, .process-grid input-container .ql-editor p {
    margin-top: 0 !important; }
  process-grid input-container.readonly .rich-container, .process-grid input-container.readonly .rich-container {
    border-bottom-style: dashed; }
process-grid input-select > input-container > .btn.btn-icon, process-grid input-select > input-container > i, process-grid input-date > input-container > .btn.btn-icon, process-grid input-date > input-container > i, process-grid input-process > input-container > .btn.btn-icon, process-grid input-process > input-container > i, .process-grid input-select > input-container > .btn.btn-icon, .process-grid input-select > input-container > i, .process-grid input-date > input-container > .btn.btn-icon, .process-grid input-date > input-container > i, .process-grid input-process > input-container > .btn.btn-icon, .process-grid input-process > input-container > i {
  bottom: 8px; }

input-container {
  display: block;
  position: relative;
  height: 62px;
  min-width: 56px;
  margin-top: 24px; }
  input-container.readonly {
    height: 63px; }
  input-container + .two-line.max-many {
    margin-top: -36px;
    margin-bottom: 24px;
    border-bottom: solid 1px #BDBDBD; }
    input-container + .two-line.max-many .list-item {
      margin-left: 0;
      padding-left: 0; }
    input-container + .two-line.max-many .list-item:hover {
      background-color: transparent; }
    input-container + .two-line.max-many.readonly {
      border-bottom-style: dashed; }
  input-container:not(.readonly) {
    border-radius: 4px 4px 0 0;
    border-bottom: solid 1px #BDBDBD;
    box-shadow: none; }
    input-container:not(.readonly) .ql-snow.ql-container {
      border: none !important;
      box-shadow: none !important; }
    input-container:not(.readonly) input, input-container:not(.readonly) .input-value, input-container:not(.readonly) .two-line {
      left: 0;
      width: calc(100% - 10px);
      margin-bottom: 0;
      border: none; }
    input-container:not(.readonly).one-process > .list.dense.two-line {
      width: 100%;
      position: absolute;
      bottom: 8px; }
    input-container:not(.readonly) + .two-line.max-1 {
      left: 10px;
      width: calc(100% - 10px) !important;
      margin-bottom: 0;
      border: none;
      bottom: 0 !important; }
      input-container:not(.readonly) + .two-line.max-1 > .list-item {
        border: none; }
    input-container:not(.readonly) + .two-line {
      margin-bottom: 24px; }
      input-container:not(.readonly) + .two-line .list-item {
        border-bottom: solid 1px #BDBDBD; }
    input-container:not(.readonly) .input-value {
      bottom: 6px; }
    input-container:not(.readonly) input:focus {
      border: none;
      box-shadow: none; }
    input-container:not(.readonly):hover {
      border-bottom: solid 1px #FFE97C;
      box-shadow: 0 1px 0 0 #FFE97C; }
      input-container:not(.readonly):hover input {
        border: none !important;
        box-shadow: none !important; }
    input-container:not(.readonly):focus-within {
      border-bottom: solid 1px #ac70ac;
      box-shadow: 0 1px 0 0 #ac70ac; }
  input-container.readonly .input-value {
    bottom: 6px; }
  input-container > textarea {
    padding: 0 12px !important; }
  input-container > input, input-container > textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    resize: none; }
    input-container > input:not([readonly]):focus + label, input-container > textarea:not([readonly]):focus + label {
      color: #ac70ac; }
    input-container > input:not([readonly]).ng-invalid + label, input-container > textarea:not([readonly]).ng-invalid + label {
      color: #f48a60; }
  input-container > label {
    font-size: 0.75rem;
    line-height: 2.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #616161;
    cursor: text; }

.smart-table input-text input-container {
  margin-bottom: 0;
  display: table; }
  .smart-table input-text input-container.readonly span {
    padding-top: 0; }
  .smart-table input-text input-container span {
    white-space: normal;
    display: table-cell;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.24;
    padding-top: 1px; }

.form-label {
  font-size: 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #616161;
  cursor: text; }

input-select[minimal] > input-container, input-hidden[minimal] > input-container, input-number[minimal] > input-container, input-string[minimal] > input-container, input-date[minimal] > input-container, input-process[minimal] > input-container, input-chip[minimal] > input-container, input-check[minimal] > input-container {
  margin: 0;
  height: 33px;
  min-height: 33px; }

input-select[minimal] label, input-hidden[minimal] label, input-number[minimal] label, input-string[minimal] label, input-date[minimal] label, input-process[minimal] label, input-chip[minimal] label, input-text[minimal] label {
  display: none; }

input-radio[minimal] > input-container {
  padding-top: 11px;
  padding-bottom: 13px; }
  input-radio[minimal] > input-container > div:not(:last-of-type) {
    margin-bottom: 8px; }
input-radio[minimal] label {
  height: 20px;
  line-height: 20px;
  padding-left: 28px; }
  input-radio[minimal] label:after {
    content: '';
    height: 20px;
    width: 20px; }
  input-radio[minimal] label:before {
    content: '';
    height: 16px;
    width: 16px; }

input-smart {
  display: block; }

.pivot-table td.title {
  text-align: left !important;
  width: 300px; }
.pivot-table th, .pivot-table td {
  text-align: right !important;
  font-family: 'Roboto'; }
  .pivot-table th.grey-cell, .pivot-table td.grey-cell {
    background-color: #F5F5F5; }
  .pivot-table th.white-cell, .pivot-table td.white-cell {
    background-color: white; }
  .pivot-table th.border-right-zero, .pivot-table td.border-right-zero {
    border-right-width: 0px; }
  .pivot-table th.border-right-wide, .pivot-table td.border-right-wide {
    border-right-width: 3px;
    border-right-color: white;
    border-right-style: solid; }
  .pivot-table th.border-left-zero, .pivot-table td.border-left-zero {
    border-left-width: 0px; }
  .pivot-table th.border-left-wide, .pivot-table td.border-left-wide {
    border-left-width: 3px;
    border-left-color: white;
    border-left-style: solid; }
  .pivot-table th.sticky, .pivot-table td.sticky {
    position: sticky;
    left: 0;
    background-color: white; }
  .pivot-table th.sum, .pivot-table td.sum {
    font-weight: 500;
    border-top: 0px;
    height: 40px;
    color: black; }
.pivot-table tr.header th {
  height: 40px !important;
  text-align: center !important;
  border-style: solid;
  border-color: white;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 2px;
  border-bottom-width: 2px; }
  .pivot-table tr.header th div {
    overflow: hidden; }

.pivot-bottom-sum {
  background-color: #ac70ac !important; }
  .pivot-bottom-sum td {
    text-align: right !important;
    font-family: 'Roboto';
    color: white !important;
    border-color: #AC70AC; }
    .pivot-bottom-sum td.title {
      text-align: left !important;
      width: 300px; }
    .pivot-bottom-sum td.sticky {
      position: sticky;
      left: 0;
      background-color: #ac70ac; }
  .pivot-bottom-sum th {
    text-align: right !important;
    font-family: 'Roboto';
    color: white !important; }

.smart-table {
  position: relative;
  display: block;
  width: 100%;
  min-height: 33px;
  overflow: hidden; }
  .smart-table > input-date[minimal] input-container.readonly {
    margin-top: 3px; }
  .smart-table > input-check[minimal] > input-container {
    max-width: 40px; }
  .smart-table > input-check[minimal] label {
    width: 20px;
    padding-left: 0;
    font-size: 0; }
  .smart-table > input-hidden[minimal] input, .smart-table > input-select[minimal] input, .smart-table > input-date[minimal] input, .smart-table > input-string[minimal] input, .smart-table > input-number[minimal] input, .smart-table > input-translation > input-string[minimal] input {
    font-size: 0.8125rem;
    border-bottom-color: transparent;
    box-shadow: none; }
  .smart-table > input-text[minimal] textarea {
    box-shadow: none; }
  .smart-table > input-text[minimal] p.body-1, .smart-table > input-text[minimal] .rich-container p, .rich-container .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] input-rich .ql-snow .ql-editor p, input-rich .ql-snow .ql-editor .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] tooltip p, tooltip .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] content-description p, content-description .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] input-rich .ql-snow.ql-toolbar .ql-header p.ql-picker-item::before, input-rich .ql-snow.ql-toolbar .ql-header .smart-table > input-text[minimal] p.ql-picker-item::before {
    line-height: 1.0156rem; }
  .smart-table > input-text[minimal] textarea, .smart-table > input-text[minimal] p.body-1, .smart-table > input-text[minimal] .rich-container p, .rich-container .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] input-rich .ql-snow .ql-editor p, input-rich .ql-snow .ql-editor .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] tooltip p, tooltip .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] content-description p, content-description .smart-table > input-text[minimal] p, .smart-table > input-text[minimal] input-rich .ql-snow.ql-toolbar .ql-header p.ql-picker-item::before, input-rich .ql-snow.ql-toolbar .ql-header .smart-table > input-text[minimal] p.ql-picker-item::before {
    border-bottom-color: transparent;
    font-size: 0.8125rem; }
  .smart-table > input-text[minimal] p.body-1.table, .smart-table > input-text[minimal] .rich-container p.table, .rich-container .smart-table > input-text[minimal] p.table, .smart-table > input-text[minimal] input-rich .ql-snow .ql-editor p.table, input-rich .ql-snow .ql-editor .smart-table > input-text[minimal] p.table, .smart-table > input-text[minimal] tooltip p.table, tooltip .smart-table > input-text[minimal] p.table, .smart-table > input-text[minimal] content-description p.table, content-description .smart-table > input-text[minimal] p.table, .smart-table > input-text[minimal] input-rich .ql-snow.ql-toolbar .ql-header p.table.ql-picker-item::before, input-rich .ql-snow.ql-toolbar .ql-header .smart-table > input-text[minimal] p.table.ql-picker-item::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline;
    vertical-align: middle;
    padding-top: 2px;
    min-height: 12px;
    padding-bottom: 6px; }
    .smart-table > input-text[minimal] p.body-1.table.modify:hover, .smart-table > input-text[minimal] .rich-container p.table.modify:hover, .rich-container .smart-table > input-text[minimal] p.table.modify:hover, .smart-table > input-text[minimal] input-rich .ql-snow .ql-editor p.table.modify:hover, input-rich .ql-snow .ql-editor .smart-table > input-text[minimal] p.table.modify:hover, .smart-table > input-text[minimal] tooltip p.table.modify:hover, tooltip .smart-table > input-text[minimal] p.table.modify:hover, .smart-table > input-text[minimal] content-description p.table.modify:hover, content-description .smart-table > input-text[minimal] p.table.modify:hover, .smart-table > input-text[minimal] input-rich .ql-snow.ql-toolbar .ql-header p.table.modify.ql-picker-item:hover::before, input-rich .ql-snow.ql-toolbar .ql-header .smart-table > input-text[minimal] p.table.modify.ql-picker-item:hover::before {
      border-bottom: solid 2px rgba(0, 0, 0, 0.54); }
  .smart-table > input-number input, .smart-table > input-number .input-value {
    text-align: right;
    margin-left: 0px; }
  .smart-table > input-radio label {
    vertical-align: middle; }
  .smart-table[underline] > input-number[minimal] input {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .smart-table > input-number[minimal] .input-value, .smart-table > input-select[minimal] .input-value {
    font-size: 0.8125rem; }
  .smart-table > input-select[minimal] .input-value > .material-icons, .smart-table > input-select[minimal] accordion pane-header .input-value > .pane-header-icon, accordion pane-header .smart-table > input-select[minimal] .input-value > .pane-header-icon {
    font-size: 19px; }
  .smart-table > input-select[minimal] input {
    font-size: 0; }
  .smart-table > input-date[minimal] .btn.btn-icon {
    bottom: 0; }

input[type="password"] {
  border: none;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: transparent;
  margin-bottom: 8px;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: border-bottom 300ms, box-shadow 300ms;
  transition: border-bottom 300ms, box-shadow 300ms; }
  input[type="password"]:not([readonly]):hover {
    border-bottom-color: rgba(0, 0, 0, 0.54);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.54); }
  input[type="password"]:not([readonly]):focus {
    border-bottom: 1px solid #ac70ac;
    box-shadow: 0 1px 0 0 #ac70ac; }
  input[type="password"]:not([readonly]).ng-invalid {
    border-bottom: 1px solid #f48a60;
    box-shadow: 0 1px 0 0 #f48a60; }
    input[type="password"]:not([readonly]).ng-invalid::-webkit-input-placeholder {
      color: #f48a60; }
    input[type="password"]:not([readonly]).ng-invalid::-moz-placeholder {
      color: #f48a60; }
    input[type="password"]:not([readonly]).ng-invalid:-ms-input-placeholder {
      color: #f48a60; }
  input[type="password"][readonly] {
    border-bottom-style: dashed; }
    input[type="password"][readonly].ng-empty {
      cursor: default; }
    input[type="password"][readonly][type=number] {
      -moz-appearance: textfield; }
  input[type="password"][required] ~ label:after {
    content: ' *';
    display: inline; }
  input[type="password"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38); }
  input[type="password"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38); }
  input[type="password"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
    opacity: 1; }

input-check[minimal] > input-container {
  min-width: 40px; }
input-check[minimal] label {
  height: 20px;
  padding-left: 30px; }
  input-check[minimal] label:before {
    content: '';
    width: 16px;
    height: 16px; }
  input-check[minimal] label:after {
    content: '';
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px; }
input-check[minimal] input.ng-not-empty + label, input-check[minimal] input + label {
  margin-bottom: 0;
  -webkit-transform: translate(10px, 11px);
  transform: translate(10px, 11px); }

input-hidden > input-container {
  cursor: pointer; }
  input-hidden > input-container input {
    border: none !important; }
  input-hidden > input-container.readonly {
    cursor: default; }
    input-hidden > input-container.readonly > label {
      cursor: default; }
    input-hidden > input-container.readonly > input[readonly] {
      cursor: default;
      border-bottom-style: dashed; }
input-hidden input[readonly] {
  border-bottom-style: dashed; }
input-hidden input, input-hidden label {
  cursor: pointer; }

input-string textarea:not([readonly]):focus ~ validator, input-string input:not([readonly]):focus ~ validator, input-text textarea:not([readonly]):focus ~ validator, input-text input:not([readonly]):focus ~ validator, input-date textarea:not([readonly]):focus ~ validator, input-date input:not([readonly]):focus ~ validator {
  opacity: 1; }
input-string textarea.ng-invalid ~ validator, input-string input.ng-invalid ~ validator, input-text textarea.ng-invalid ~ validator, input-text input.ng-invalid ~ validator, input-date textarea.ng-invalid ~ validator, input-date input.ng-invalid ~ validator {
  color: #f48a60; }
input-string validator, input-text validator, input-date validator {
  opacity: 0;
  transition: opacity 150ms;
  position: absolute;
  right: 0;
  bottom: -16px; }

input-text textarea {
  white-space: pre-line;
  bottom: 12px;
  padding: 0 0 6px 0;
  overflow: auto; }
  input-text textarea[readonly] {
    display: none; }
    input-text textarea[readonly] ~ p {
      display: block;
      border-bottom-style: dashed; }
input-text[minimal] p.body-1, input-text[minimal] .rich-container p, .rich-container input-text[minimal] p, input-text[minimal] input-rich .ql-snow .ql-editor p, input-rich .ql-snow .ql-editor input-text[minimal] p, input-text[minimal] tooltip p, tooltip input-text[minimal] p, input-text[minimal] content-description p, content-description input-text[minimal] p, input-text[minimal] input-rich .ql-snow.ql-toolbar .ql-header p.ql-picker-item::before, input-rich .ql-snow.ql-toolbar .ql-header input-text[minimal] p.ql-picker-item::before {
  padding-top: 10px;
  min-height: 56px; }
input-text p.body-1, input-text .rich-container p, .rich-container input-text p, input-text input-rich .ql-snow .ql-editor p, input-rich .ql-snow .ql-editor input-text p, input-text tooltip p, tooltip input-text p, input-text content-description p, content-description input-text p, input-text input-rich .ql-snow.ql-toolbar .ql-header p.ql-picker-item::before, input-rich .ql-snow.ql-toolbar .ql-header input-text p.ql-picker-item::before {
  cursor: text;
  display: none;
  white-space: pre-line;
  padding-bottom: 5px;
  margin-bottom: 8px;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 92px;
  border-bottom: 1px solid #BDBDBD; }

input-text textarea {
  overflow: hidden; }

.process-filter-content ~ dialog-actions .legend {
  margin-right: 32px;
  white-space: nowrap;
  overflow: hidden; }
  .process-filter-content ~ dialog-actions .legend > .colour-block {
    display: inline-block;
    width: 14px;
    min-width: 8px;
    height: 14px;
    margin: 0 8px 0 16px;
    border-radius: 50px; }
.process-filter-content .process-filter-area {
  min-height: 264px; }
.process-filter-content row-manager .process-progress {
  display: inline-block;
  vertical-align: middle; }
.process-filter-content row-manager > table .rowmanager-header > th:first-of-type > div {
  padding-left: 16px; }
.process-filter-content row-manager > table tr td:first-of-type > .data-column {
  padding-left: 16px; }
.process-filter-content allocation-manager tr .cell {
  cursor: grab; }
.process-filter-content allocation-manager tr:not(.rowmanager-header) {
  cursor: pointer; }
.process-filter-content .process-filter-controls i {
  transition: color 225ms; }
.process-filter-content .process-filter-area {
  overflow: auto; }
.process-filter-content .openRow {
  display: none; }
.process-filter-content allocation-manager th:first-of-type .data-column, .process-filter-content allocation-manager td:first-of-type .data-column {
  padding-left: 16px; }

input-process .process-remove {
  left: -2px;
  position: relative;
  bottom: 0; }
input-process .process-change {
  left: -2px;
  position: relative;
  bottom: 13px; }
input-process .process-add, input-process .process-remove {
  cursor: pointer; }
  input-process .process-add > i, input-process .process-remove > i {
    padding: 8px; }
input-process > .readonly .process-add, input-process > .readonly ~ .list .process-remove, input-process > .readonly .process-remove {
  display: none; }
input-process.one-process {
  position: relative; }
  input-process.one-process > .has-content .process-add {
    display: none; }
  input-process.one-process > input-container.readonly {
    min-height: 62px; }
  input-process.one-process > .readonly ~ .list.dense.two-line .list-item {
    border-bottom-style: dashed; }
  input-process.one-process > .list.dense.two-line {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0; }
    input-process.one-process > .list.dense.two-line > .list-item {
      height: 24px;
      padding: 0 0 4px 0; }
      input-process.one-process > .list.dense.two-line > .list-item:hover {
        background-color: inherit; }
      input-process.one-process > .list.dense.two-line > .list-item i {
        padding: 0 8px 0 0; }
    input-process.one-process > .list.dense.two-line .primary {
      height: 1.0625rem;
      font-size: 1rem;
      margin-bottom: 0; }
    input-process.one-process > .list.dense.two-line .secondary {
      display: none; }
input-process > .backdrop {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 800px;
  position: absolute;
  display: flex;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38); }
  input-process > .backdrop > loader {
    margin: auto; }
input-process > .dropzone {
  max-width: 800px;
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38); }
input-process > .has-content .empty-row {
  display: none; }
input-process[table] {
  max-width: 800px; }
  input-process[table] > div > input {
    display: none; }
    input-process[table] > div > input[required] + table th:first-child > div:after {
      content: ' *'; }
  input-process[table] :not(.has-content) > input[required] + table th:first-child > div {
    color: #f48a60; }
  input-process[table] :not(.has-content) > input[required] + table tbody > tr:first-of-type > td {
    border-top-color: #f48a60;
    box-shadow: 0 -1px 0 0 #f48a60; }
  input-process[table] tr.empty-row td {
    color: rgba(0, 0, 0, 0.54);
    cursor: default; }
  input-process[table] table {
    overflow-x: auto;
    margin: 6px 0 14px 0; }
    input-process[table] table th {
      vertical-align: bottom;
      padding-bottom: 6px;
      height: 51px; }
      input-process[table] table th.process-add {
        padding-bottom: 0; }
        input-process[table] table th.process-add > i {
          position: relative;
          top: 4px; }
      input-process[table] table th:first-of-type {
        min-width: 56px;
        width: 15%;
        padding-bottom: 6px; }
    input-process[table] table th, input-process[table] table td {
      max-width: 112px; }
      input-process[table] table th > div, input-process[table] table td > div {
        line-height: 1.0625rem;
        width: 100%; }
      input-process[table] table th.icon, input-process[table] table td.icon {
        padding-right: 0;
        text-align: center; }
input-process > .list {
  max-width: 800px; }
  input-process > .list .process-remove {
    padding: 8px; }

input-container.minimal-chip {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex-wrap: wrap; }

input-chip input-mockup, input-process[chip] input-mockup {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%; }
input-chip chip, input-process[chip] chip {
  margin: -2px 6px 4px 0;
  height: 26px;
  min-width: 14px;
  transition: background 300ms;
  padding-right: 8px; }
  input-chip chip.minimal-chip, input-process[chip] chip.minimal-chip {
    display: inline-block;
    background-color: transparent; }
  input-chip chip:hover, input-process[chip] chip:hover {
    background-color: #bdbdbd; }
  input-chip chip > chip-name, input-process[chip] chip > chip-name {
    padding-right: 26px;
    line-height: 26px;
    height: 26px;
    font-size: 0.8125rem;
    overflow-x: hidden; }
  input-chip chip > .process-remove, input-chip chip > i.material-icons, input-chip accordion pane-header chip > i.pane-header-icon, accordion pane-header input-chip chip > i.pane-header-icon, input-process[chip] chip > .process-remove, input-process[chip] chip > i.material-icons, input-process[chip] accordion pane-header chip > i.pane-header-icon, accordion pane-header input-process[chip] chip > i.pane-header-icon {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 18px;
    left: auto; }
input-chip[minimal] > input-container, input-process[chip][minimal] > input-container {
  min-height: 44px;
  height: auto;
  padding: 10px 40px 0 0; }
  input-chip[minimal] > input-container > input-mockup, input-process[chip][minimal] > input-container > input-mockup {
    display: none; }
  input-chip[minimal] > input-container > .process-add, input-chip[minimal] > input-container > i, input-process[chip][minimal] > input-container > .process-add, input-process[chip][minimal] > input-container > i {
    bottom: 4px; }
  input-chip[minimal] > input-container.readonly, input-process[chip][minimal] > input-container.readonly {
    padding-right: 0; }
input-chip > .readonly, input-process[chip] > .readonly {
  padding-right: 0; }
  input-chip > .readonly chip-name, input-process[chip] > .readonly chip-name {
    padding-right: 0; }
input-chip :not(.readonly) > .ng-invalid ~ input-mockup::-webkit-input-placeholder, input-process[chip] :not(.readonly) > .ng-invalid ~ input-mockup::-webkit-input-placeholder {
  color: #f48a60; }
input-chip :not(.readonly) > .ng-invalid ~ input-mockup::-moz-placeholder, input-process[chip] :not(.readonly) > .ng-invalid ~ input-mockup::-moz-placeholder {
  color: #f48a60; }
input-chip :not(.readonly) > .ng-invalid ~ input-mockup:-ms-input-placeholder, input-process[chip] :not(.readonly) > .ng-invalid ~ input-mockup:-ms-input-placeholder {
  color: #f48a60; }
input-chip :not(.readonly) > .ng-invalid ~ input-mockup + label, input-process[chip] :not(.readonly) > .ng-invalid ~ input-mockup + label {
  color: #f48a60; }
input-chip input, input-process[chip] input {
  display: none; }
input-chip > input-container, input-process[chip] > input-container {
  min-height: 64px;
  height: auto;
  padding: 0 10px 0 0;
  box-sizing: border-box; }
  input-chip > input-container.readonly, input-process[chip] > input-container.readonly {
    border-bottom: dashed 1px #BDBDBD; }
  input-chip > input-container.readonly, input-process[chip] > input-container.readonly {
    border-bottom: dashed 1px #BDBDBD; }
  input-chip > input-container > .process-add, input-chip > input-container > i, input-process[chip] > input-container > .process-add, input-process[chip] > input-container > i {
    display: inline-block;
    position: absolute;
    right: -2px;
    bottom: 3px;
    cursor: pointer; }

input-chip, input-process {
  position: relative; }
  input-chip > input-container > input, input-chip > input-container > label, input-process > input-container > input, input-process > input-container > label {
    cursor: pointer; }
  input-chip > input-container > input.ng-not-empty, input-process > input-container > input.ng-not-empty {
    color: transparent; }
  input-chip > input-container > i, input-process > input-container > i {
    padding: 8px; }
  input-chip .readonly > input, input-chip .readonly > label, input-process .readonly > input, input-process .readonly > label {
    cursor: text; }

input-chip > chip > i, input-chip > i {
  cursor: pointer;
  padding: 8px; }
input-chip .readonly > chip > i, input-chip .readonly > i {
  display: none; }

input-radio > input-container {
  padding-top: 37px;
  padding-bottom: 13px;
  height: auto; }
  input-radio > input-container > div:not(:last-of-type) {
    margin-bottom: 22px; }
input-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  height: 22px;
  line-height: 22px; }
  input-radio label:before {
    content: "";
    color: transparent;
    display: inline-block;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    border: 2px solid #9e9e9e; }
  input-radio label:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #ac70ac;
    -webkit-transition: -webkit-transform 300ms, background-color 300ms;
    transition: transform 300ms, background-color 300ms;
    -webkit-transform: scale(0);
    transform: scale(0); }
input-radio input {
  display: none; }
  input-radio input[readonly]:checked + label:before {
    content: "";
    border-color: #bdbdbd; }
  input-radio input[readonly] + label {
    color: rgba(0, 0, 0, 0.38);
    cursor: default; }
    input-radio input[readonly] + label:before {
      content: "";
      border-style: dashed;
      border-color: #bdbdbd; }
    input-radio input[readonly] + label:after {
      content: "";
      background-color: #bdbdbd; }
  input-radio input:checked + label:after {
    content: "";
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  input-radio input:checked + label:before {
    content: "";
    border-color: #ac70ac; }
input-radio[minimal] input-container {
  padding-top: 12px;
  padding-bottom: 12px; }

input-check > input-container {
  border: none !important;
  box-shadow: none !important;
  margin-top: 0; }
input-check input {
  display: none; }
  input-check input:not(:focus).ng-valid[disabled] + label {
    color: rgba(0, 0, 0, 0.38);
    cursor: default; }
  input-check input:not(:focus).ng-valid + label {
    color: rgba(0, 0, 0, 0.87); }
  input-check input.ng-not-empty + label {
    transform: translateY(37px); }
  input-check input:checked + label:after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  input-check input:checked + label:before {
    content: "";
    background-color: #ac70ac;
    border-color: #ac70ac; }
  input-check input.indeterminate + label:after {
    content: "";
    width: 6px;
    border: solid #9e9e9e;
    border-width: 0 2px 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  input-check input:not([disabled]):checked + label:hover::before {
    background-color: #9a649a; }
  input-check input:not([disabled]) + label:hover::before {
    background-color: #eeeeee; }
  input-check input[disabled]:checked + label:after {
    content: ""; }
  input-check input[disabled]:checked + label:before {
    content: "";
    background-color: #bdbdbd; }
  input-check input[disabled] + label:before {
    content: "";
    border-color: #bdbdbd;
    border-style: dashed; }
input-check label {
  box-sizing: border-box;
  text-align: left;
  width: auto;
  max-width: 100%;
  color: #616161;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  height: 22px;
  line-height: 22px;
  transform: translateY(37px);
  -webkit-transform: translateY(37px); }
  input-check label:before {
    content: "";
    position: absolute;
    color: transparent;
    display: inline-block;
    -webkit-transition: background-color 300ms, border-color 300ms;
    transition: background-color 300ms, border-color 300ms;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    left: 0;
    background-color: transparent;
    border: 2px solid #9e9e9e; }
  input-check label:after {
    display: block;
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 6px;
    height: 12px;
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms; }

input-comment[note] chip {
  position: relative;
  margin-bottom: 12px;
  min-width: 48%;
  max-width: 96%;
  border-radius: 2px; }
  input-comment[note] chip.transition-in {
    background-color: #ffe97c; }
input-comment[note][infinite] .comment-section {
  max-height: none; }
input-comment[note] .comment-section {
  min-height: 136px;
  max-height: 520px; }
input-comment[note] .chip-input {
  padding: 13px 44px 0 16px;
  background-color: #ffe97c;
  width: 48%; }
  input-comment[note] .chip-input.wider {
    width: 80%; }
  input-comment[note] .chip-input textarea {
    overflow: auto;
    padding-right: 28px;
    resize: none;
    width: 100%;
    box-sizing: border-box; }
  input-comment[note] .chip-input .new-comment {
    position: absolute;
    right: 4px;
    bottom: 4px; }
input-comment[note] .comment-date {
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 6px; }
input-comment[note] .is-sender {
  background-color: #e0e0e0;
  align-self: flex-start; }
  input-comment[note] .is-sender .comment-date {
    color: rgba(0, 0, 0, 0.87); }
input-comment > input-container {
  height: auto; }
  input-comment > input-container.readonly {
    height: auto; }
    input-comment > input-container.readonly .comment-section {
      min-height: 103px;
      max-height: 463px; }
    input-comment > input-container.readonly h1 ~ .comment-section {
      min-height: 80px;
      max-height: 440px; }
    input-comment > input-container.readonly .input-section, input-comment > input-container.readonly .chip-input {
      display: none; }
input-comment .empty {
  margin-top: 16px; }
input-comment .date {
  margin: 8px 0; }
input-comment .comment-file {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.12); }
input-comment img {
  display: block;
  height: auto;
  width: auto;
  max-height: 512px;
  max-width: 100%;
  border-radius: 2px; }
  input-comment img ~ chip-name {
    margin-top: 8px; }
input-comment chip {
  height: auto;
  display: block;
  padding: 6px 12px;
  margin-bottom: 24px;
  max-width: 80%;
  align-self: flex-start;
  transition: background-color 600ms;
  border-radius: 4px; }
  input-comment chip chip-name {
    white-space: pre-line;
    cursor: text;
    height: auto; }
    input-comment chip chip-name > a {
      color: #2196f3;
      text-decoration: none; }
      input-comment chip chip-name > a:visited {
        color: #673ab7; }
      input-comment chip chip-name > a:active {
        text-shadow: 0 0 0 #212121; }
      input-comment chip chip-name > a:hover {
        text-decoration: underline; }
  input-comment chip.transition-in {
    background-color: #eeeeee; }
input-comment .remove-comment {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 50%;
  background-color: #eeeeee;
  opacity: 0;
  transition: opacity 150ms; }
  input-comment .remove-comment.transition-in {
    opacity: 1; }
input-comment .is-sender {
  background-color: #ffe97c;
  align-self: flex-end; }
  input-comment .is-sender .comment-date {
    color: rgba(0, 0, 0, 0.87);
    right: 8px;
    left: auto;
    text-align: right; }
input-comment .comment-section {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 343px;
  overflow-y: auto;
  min-height: 103px;
  padding: 16px 8px 0 8px;
  background-color: #fafafa; }
input-comment h1 ~ .comment-section {
  margin-top: 6px;
  min-height: 80px;
  max-height: 392px; }
input-comment loader {
  align-self: center;
  margin: 16px 0 0 0; }
input-comment .input-section {
  position: relative;
  padding: 13px 16px 0 16px;
  background-color: #eeeeee; }
  input-comment .input-section > input {
    padding-right: 28px;
    resize: none;
    width: 100%;
    box-sizing: border-box; }
  input-comment .input-section > .btn {
    position: absolute;
    right: 4px;
    bottom: 0px; }
input-comment .comment-date {
  position: absolute;
  bottom: -18px;
  left: 8px;
  min-width: 40px; }
input-comment .comment-sender {
  height: 18px;
  line-height: 24px; }

input-matrix {
  display: block; }
  input-matrix input[readonly] ~ table > tbody .selected {
    background-color: #e0e0e0; }
  input-matrix input[readonly] ~ table > tbody td {
    cursor: default; }
  input-matrix input[readonly] ~ table > tbody td:not(:first-of-type):not(.selected) {
    color: rgba(0, 0, 0, 0.38); }
  input-matrix input:not([readonly]) ~ table > tbody td {
    transition: background-color 150ms; }
    input-matrix input:not([readonly]) ~ table > tbody td:not(:first-of-type):hover {
      background-color: #e0e0e0; }
      input-matrix input:not([readonly]) ~ table > tbody td:not(:first-of-type):hover.selected {
        background-color: #e5d16f; }
  input-matrix input-container {
    height: auto; }
  input-matrix table[materialize] {
    table-layout: fixed; }
    input-matrix table[materialize] td {
      padding: 8px 16px; }
      input-matrix table[materialize] td:first-of-type {
        cursor: text;
        max-width: 384px;
        width: 30%; }
  input-matrix .selected {
    background-color: #ffe97c; }

input-file > input-container.has-attachments, input-link > input-container.has-attachments {
  margin-bottom: 0; }

input-portfolio h1 {
  padding-top: 10px; }
  input-portfolio h1 > div {
    display: inline;
    margin-left: 24px;
    position: relative;
    top: 6px;
    margin-left: 24px; }
    input-portfolio h1 > div span {
      font-size: 0.8125rem;
      position: relative;
      top: -8px; }
    input-portfolio h1 > div i {
      font-size: 22px; }
    input-portfolio h1 > div > div {
      padding: 0 !important; }
input-portfolio input-container {
  padding-left: 0 !important; }
input-portfolio .input-value, input-portfolio input {
  left: 0 !important; }
input-portfolio .header-grp {
  background-color: whitesmoke;
  z-index: 12;
  position: relative;
  line-height: 24px;
  height: 24px;
  left: 0;
  text-align: center;
  top: 8px; }
input-portfolio .header-grp-tr {
  vertical-align: bottom;
  height: 24px; }
input-portfolio .header-grp-tr th {
  height: 24px !important; }
input-portfolio table[materialize] td, input-portfolio table[materialize] th {
  padding: 0 4px; }
input-portfolio .pivot-header {
  height: 48px;
  line-height: 3.6;
  overflow: hidden; }
  input-portfolio .pivot-header div {
    padding-right: 2px; }
input-portfolio .pivot-header-first {
  border-left: solid 2px white; }
input-portfolio .pivot-header-last {
  border-right: solid 2px white; }
input-portfolio th.table-white {
  width: 100px;
  vertical-align: bottom;
  padding: 0;
  background-color: white; }
input-portfolio th.table-grey {
  width: 100px;
  vertical-align: bottom;
  padding: 0;
  background-color: #F5F5F5; }
input-portfolio td.table-white {
  width: 100px !important;
  background-color: white;
  text-align: right !important;
  padding: 0 !important; }
input-portfolio td.table-grey {
  width: 100px !important;
  background-color: #F5F5F5;
  text-align: right !important;
  padding: 0 !important; }
input-portfolio .pivot-body-first {
  border-left: solid 2px white; }
input-portfolio .pivot-body-last {
  border-right: solid 2px white; }
input-portfolio .pivot-over-header {
  padding: 0 0 3px 0 !important; }
  input-portfolio .pivot-over-header div {
    background-color: #E6E6E6;
    height: 40px;
    line-height: 3.4;
    margin: 0 2px; }

input-rich h1 {
  padding-top: 14px; }
input-rich input-container.readonly {
  height: auto !important; }

input-file input[required].ng-invalid:not([readonly]) ~ h1, input-link input[required].ng-invalid:not([readonly]) ~ h1, input-rating input[required].ng-invalid:not([readonly]) ~ h1, input-portfolio input[required].ng-invalid:not([readonly]) ~ h1, input-matrix input[required].ng-invalid:not([readonly]) ~ h1 {
  color: #f48a60; }
input-file input[required] ~ h1:after, input-link input[required] ~ h1:after, input-rating input[required] ~ h1:after, input-portfolio input[required] ~ h1:after, input-matrix input[required] ~ h1:after {
  content: ' *';
  display: inline; }

.rich-container, input-rich .ql-snow .ql-editor, tooltip, content-description {
  line-height: normal; }
  .rich-container img, input-rich .ql-snow .ql-editor img, tooltip img, content-description img {
    max-width: 100%;
    max-height: 512px; }
  .rich-container p, input-rich .ql-snow .ql-editor p, tooltip p, content-description p {
    margin-top: 12px; }
  .rich-container li::before, input-rich .ql-snow .ql-editor li::before, tooltip li::before, content-description li::before {
    display: inline-block;
    margin-right: 0.6em;
    white-space: nowrap;
    text-align: left;
    width: auto;
    margin-left: 0; }
  .rich-container ol > li, input-rich .ql-snow .ql-editor ol > li, tooltip ol > li, content-description ol > li {
    counter-increment: list-num; }
    .rich-container ol > li::before, input-rich .ql-snow .ql-editor ol > li::before, tooltip ol > li::before, content-description ol > li::before {
      content: counter(list-num,decimal) ". "; }
  .rich-container ul > li::before, input-rich .ql-snow .ql-editor ul > li::before, tooltip ul > li::before, content-description ul > li::before {
    content: '\25A0';
    top: -1px;
    position: relative; }
  .rich-container ol, .rich-container ul, input-rich .ql-snow .ql-editor ol, input-rich .ql-snow .ql-editor ul, tooltip ol, tooltip ul, content-description ol, content-description ul {
    padding-left: 1.5em; }
    .rich-container ol > li, .rich-container ul > li, input-rich .ql-snow .ql-editor ol > li, input-rich .ql-snow .ql-editor ul > li, tooltip ol > li, tooltip ul > li, content-description ol > li, content-description ul > li {
      padding-left: 0; }
  .rich-container .ql-indent-1, input-rich .ql-snow .ql-editor .ql-indent-1, tooltip .ql-indent-1, content-description .ql-indent-1 {
    padding-left: 1.5em; }
  .rich-container .ql-indent-2, input-rich .ql-snow .ql-editor .ql-indent-2, tooltip .ql-indent-2, content-description .ql-indent-2 {
    padding-left: 3em; }
  .rich-container .ql-indent-3, input-rich .ql-snow .ql-editor .ql-indent-3, tooltip .ql-indent-3, content-description .ql-indent-3 {
    padding-left: 4.5em; }
  .rich-container .ql-indent-4, input-rich .ql-snow .ql-editor .ql-indent-4, tooltip .ql-indent-4, content-description .ql-indent-4 {
    padding-left: 6em; }
  .rich-container .ql-indent-5, input-rich .ql-snow .ql-editor .ql-indent-5, tooltip .ql-indent-5, content-description .ql-indent-5 {
    padding-left: 7.5em; }
  .rich-container .ql-indent-6, input-rich .ql-snow .ql-editor .ql-indent-6, tooltip .ql-indent-6, content-description .ql-indent-6 {
    padding-left: 9em; }
  .rich-container .ql-indent-7, input-rich .ql-snow .ql-editor .ql-indent-7, tooltip .ql-indent-7, content-description .ql-indent-7 {
    padding-left: 10.5em; }
  .rich-container .ql-indent-8, input-rich .ql-snow .ql-editor .ql-indent-8, tooltip .ql-indent-8, content-description .ql-indent-8 {
    padding-left: 12em; }

tooltip li {
  font-size: 0.625rem !important; }

content-description {
  background-color: #F5F5F5;
  padding: 10px 20px 10px 0px;
  box-sizing: border-box;
  display: flex; }
  content-description i {
    font-size: 16px !important;
    padding: 12px 16px !important;
    color: #000 !important; }
  content-description p {
    line-height: 1.5; }

.ql-container {
  position: initial !important; }

.quill-container .ql-toolbar {
  position: absolute;
  z-index: 10;
  top: 6px;
  right: 0px;
  display: flex;
  justify-content: flex-end;
  padding: 0 !important; }

.ql-1-toolbar .ql-toolbar {
  right: 32px !important; }

.ql-2-toolbar .ql-toolbar {
  right: 64px !important; }

.ql-toolbar button {
  width: 20px !important;
  height: 20px !important; }

input-rich .ql-active .ql-stroke, input-rich .ql-active ql-fill, input-rich .ql-active ql-stroke.ql-fill {
  stroke: #555555 !important; }
input-rich .ql-stroke, input-rich ql-fill, input-rich ql-stroke.ql-fill {
  stroke: #929292 !important; }
input-rich .ql-snow .ql-fill, input-rich .ql-snow .ql-stroke.ql-fill {
  fill: #929292 !important; }
input-rich .quill-container, input-rich .rich-container {
  margin-bottom: 8px; }
input-rich .ql-snow .ql-picker {
  font-weight: 400;
  color: #929292; }
input-rich .ql-snow.ql-toolbar {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  border: none;
  background-color: whitesmoke; }
  input-rich .ql-snow.ql-toolbar button {
    padding-right: 18px; }
  input-rich .ql-snow.ql-toolbar .ql-active {
    color: #2196f3; }
  input-rich .ql-snow.ql-toolbar .ql-picker-item, input-rich .ql-snow.ql-toolbar .ql-active {
    transition: color 150ms;
    background-color: #ccc; }
    input-rich .ql-snow.ql-toolbar .ql-picker-item:hover, input-rich .ql-snow.ql-toolbar .ql-active:hover {
      color: #2196f3; }
input-rich .ql-snow.ql-container {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  overflow-y: auto;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: border-bottom 300ms, box-shadow 300ms;
  transition: border-bottom 300ms, box-shadow 300ms; }
  input-rich .ql-snow.ql-container:hover {
    border-bottom-color: rgba(0, 0, 0, 0.54);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.54); }
  input-rich .ql-snow.ql-container.focused {
    border-bottom: 1px solid #ac70ac;
    box-shadow: 0 1px 0 0 #ac70ac; }
input-rich .ql-editor {
  padding: 16px 8px 6px 8px; }
input-rich input-container {
  height: auto; }
input-rich .quill-container {
  margin-top: -10px; }
  input-rich .quill-container > .quill-editor {
    max-height: 446px;
    min-height: 50px;
    width: calc(100% - 10px); }
input-rich .rich-container {
  min-height: 56px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BDBDBD; }
input-rich .rich-template {
  position: absolute;
  right: 0;
  top: -2px; }
input-rich h1 ~ .rich-container {
  margin-top: 6px;
  max-height: none;
  min-height: 53px; }
input-rich h1 ~ .quill-container {
  margin-top: 6px; }
  input-rich h1 ~ .quill-container > .quill-editor {
    min-height: 125px;
    max-height: 450px; }
    input-rich h1 ~ .quill-container > .quill-editor > .ql-editor {
      min-height: 124px;
      max-height: 449px; }
    input-rich h1 ~ .quill-container > .quill-editor > .ql-tooltip {
      margin-left: 140px; }

input-file .dropzone, input-link .dropzone {
  cursor: pointer;
  margin-top: 6px;
  height: 110px; }
  input-file .dropzone > .circle, input-link .dropzone > .circle {
    margin-top: 22px;
    margin-bottom: 10px;
    background-color: #757575; }
  input-file .dropzone i, input-link .dropzone i {
    text-align: center;
    color: #f5f5f5;
    width: 40px;
    line-height: 40px;
    font-size: 1.75rem; }
input-file .list, input-link .list {
  margin-bottom: 24px;
  padding: 0; }
  input-file .list .primary, input-link .list .primary {
    white-space: normal; }
  input-file .list .list-item, input-link .list .list-item {
    background-color: #fff;
    border-bottom: solid 1px #BDBDBD; }
    input-file .list .list-item:nth-child(even), input-link .list .list-item:nth-child(even) {
      background-color: #fff !important; }
input-file file-icon > img, input-file file-icon > i, input-link file-icon > img, input-link file-icon > i {
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 50%; }
input-file file-icon > i.material-icons, input-file accordion pane-header file-icon > i.pane-header-icon, accordion pane-header input-file file-icon > i.pane-header-icon, input-link file-icon > i.material-icons, input-link accordion pane-header file-icon > i.pane-header-icon, accordion pane-header input-link file-icon > i.pane-header-icon {
  cursor: default;
  text-align: center;
  line-height: 40px; }
input-file file-icon > div, input-link file-icon > div {
  border-radius: 50%;
  background-color: #e0e0e0;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px; }
input-file file-icon > img, input-file file-icon > div, input-link file-icon > img, input-link file-icon > div {
  cursor: pointer; }
input-file > input-container, input-link > input-container {
  height: auto;
  margin-bottom: 15px;
  min-height: 93px; }
input-file .empty-input, input-link .empty-input {
  height: 48px;
  line-height: 48px;
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.54);
  cursor: default; }
input-file > input-container.readonly, input-link > input-container.readonly {
  height: auto;
  min-height: auto; }

table input-number i.suffix {
  right: 0;
  line-height: 26px; }

input-number i.suffix {
  cursor: default;
  position: absolute;
  height: 24px;
  line-height: 24px;
  text-align: center;
  padding: 8px;
  color: rgba(0, 0, 0, 0.54);
  bottom: 4px;
  z-index: 1;
  right: 0;
  width: 26px; }
input-number div.input-value {
  margin-left: 1px; }
  input-number div.input-value.align-right {
    margin-left: 0px; }
input-number input {
  -moz-appearance: textfield; }
  input-number input::-webkit-outer-spin-button, input-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input-number input[readonly] ~ .input-value {
    cursor: text; }
input-number .input-value {
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  box-sizing: border-box;
  cursor: text;
  font-size: 1rem;
  height: 19px;
  line-height: 19px; }
  input-number .input-value.placeholder {
    color: rgba(0, 0, 0, 0.54); }
input-number > input-container.has-suffix input, input-number > input-container.has-suffix .input-value {
  padding-right: 40px; }

input-select > input-container > .btn.btn-icon, input-select > input-container > i, input-date > input-container > .btn.btn-icon, input-date > input-container > i, input-process > input-container > .btn.btn-icon, input-process > input-container > i {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1; }
input-select .process-add, input-date .process-add, input-process .process-add {
  position: absolute;
  right: 10px;
  bottom: 16px;
  cursor: pointer;
  z-index: 1; }
input-select table .process-add, input-date table .process-add, input-process table .process-add {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 18px;
  cursor: pointer;
  z-index: 1; }
input-select label, input-date label, input-process label {
  box-sizing: border-box; }

input-date input {
  padding-right: 40px;
  box-sizing: border-box; }
  input-date input[readonly] {
    padding-right: 0; }
    input-date input[readonly] ~ .btn-icon {
      display: none;
      padding-right: 0; }

input-process input-container.active-focus {
  border-bottom: solid 1px #FFE97C;
  box-shadow: 0 1px 0 0 #FFE97C; }
input-process input {
  user-select: none; }

input-select {
  position: relative; }
  input-select input {
    font-size: 0;
    height: 19px;
    line-height: 16px;
    cursor: pointer; }
    input-select input[readonly] {
      cursor: default; }
      input-select input[readonly] ~ i {
        display: none; }
      input-select input[readonly] ~ .input-value {
        padding-right: 0;
        cursor: text; }
      input-select input[readonly] + label {
        cursor: text; }
  input-select input-container > i {
    padding: 8px; }
  input-select label {
    cursor: pointer; }
  input-select > input-container:hover > input:not([readonly]).ng-valid {
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.54);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.54); }
  input-select .input-value {
    display: inline-block;
    left: 0;
    text-align: left;
    position: absolute;
    width: 100%;
    padding-right: 40px;
    bottom: 7px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1rem;
    height: 19px;
    line-height: 19px; }
    input-select .input-value.placeholder {
      color: rgba(0, 0, 0, 0.54); }
    input-select .input-value > .material-icons, input-select accordion pane-header .input-value > .pane-header-icon, accordion pane-header input-select .input-value > .pane-header-icon {
      vertical-align: middle;
      margin: 0 6px;
      font-size: 19px; }
    input-select .input-value > .flag-icon {
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently */
      height: 20px;
      width: 20px;
      margin: 0 2px;
      top: -2px;
      display: inline-block; }

input-portfolio tbody > tr td > .btn.btn-icon {
  display: none; }
input-portfolio tbody > tr:hover td > .btn.btn-icon {
  display: block; }

input-portfolio, input-matrix {
  width: 100%;
  min-height: 108px;
  overflow-x: auto;
  position: relative; }
  input-portfolio loader, input-matrix loader {
    top: 8px; }
  input-portfolio .backdrop, input-matrix .backdrop {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38); }
  input-portfolio h1 ~ table[materialize], input-matrix h1 ~ table[materialize] {
    margin: 6px 0 7px 0; }
  input-portfolio table[materialize], input-matrix table[materialize] {
    margin: 0 0 14px 0; }
    input-portfolio table[materialize] td, input-matrix table[materialize] td {
      height: 47px; }

input-translation {
  min-width: 112px;
  position: relative; }
  input-translation > input-select {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 2; }
    input-translation > input-select > input-container {
      min-width: 24px;
      width: 24px;
      border-bottom-color: transparent !important;
      box-shadow: none !important; }
      input-translation > input-select > input-container > .material-icons, accordion pane-header input-translation > input-select > input-container > .pane-header-icon {
        display: none; }
    input-translation > input-select input {
      border-bottom-color: transparent !important;
      box-shadow: none !important; }
      input-translation > input-select input:focus {
        box-shadow: none;
        border-bottom-color: transparent; }
    input-translation > input-select .input-value {
      display: block;
      padding-right: 24px;
      width: 0;
      text-overflow: clip; }
  input-translation[minimal] > input-select {
    top: 0; }
  input-translation > input-string input {
    box-sizing: border-box; }

input-chart {
  max-width: 1600px; }
  input-chart > input-container {
    height: auto; }
    input-chart > input-container.readonly {
      height: auto; }
    input-chart > input-container h1 {
      margin-bottom: 28px; }
  input-chart chart-header {
    display: none; }
  input-chart meta-helper {
    top: -4px; }

dashboard-chart .chart-legend-container, .dashboard-chart .chart-legend-container {
  padding-top: 10px;
  padding-bottom: 20px; }
dashboard-chart ul, .dashboard-chart ul {
  max-width: 500px;
  margin-left: 6px;
  display: grid;
  grid-template-rows: repeat(2, min-content);
  grid-auto-flow: column; }
  dashboard-chart ul li, .dashboard-chart ul li {
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 13px;
    margin-left: 12px; }
    dashboard-chart ul li div, .dashboard-chart ul li div {
      border-radius: 10px;
      width: 12px;
      height: 12px; }
    dashboard-chart ul li span, .dashboard-chart ul li span {
      left: 20px;
      position: relative;
      top: -12px; }

input-chart, input-portfolio {
  margin-top: 25px; }
  input-chart validator, input-portfolio validator {
    display: none; }

.h1 {
  font-weight: 300;
  font-size: 6rem;
  min-height: 6.0625rem;
  letter-spacing: -0.09375rem; }

.h2 {
  font-weight: 300;
  font-size: 3.75rem;
  min-height: 3.8125rem;
  letter-spacing: -0.03125rem; }

.h3 {
  font-size: 3rem;
  min-height: 3.0625rem; }

.h4 {
  font-size: 2.125rem;
  min-height: 2.1875rem;
  letter-spacing: 0.015625rem; }

.h5, container-header, card card-title, table-header, chart-header {
  font-size: 1.5rem;
  min-height: 1.5625rem; }

.h6, .rich-container h2, input-rich .ql-snow .ql-editor h2, tooltip h2, content-description h2, input-rich .ql-snow.ql-toolbar .ql-header .ql-picker-item[data-value="2"]::before, tz-dialog dialog-title > h2 {
  font-size: 1.25rem;
  min-height: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.009375rem; }

.subtitle-1 {
  font-size: 1rem;
  min-height: 1.0625rem;
  letter-spacing: 0.009375rem; }

input-container > .subtitle-1 {
  color: rgba(0, 0, 0, 0.54); }

.subtitle-2, .rich-container h3, input-rich .ql-snow .ql-editor h3, tooltip h3, content-description h3, input-rich .ql-snow.ql-toolbar .ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 0.875rem;
  min-height: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.00625rem; }

.body-1, content-description, .rich-container p, input-rich .ql-snow .ql-editor p, tooltip p, content-description p, input-rich .ql-snow.ql-toolbar .ql-header .ql-picker-item::before {
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 1.0625rem;
  letter-spacing: 0.03125rem; }

.body-2, .rich-container li, input-rich .ql-snow .ql-editor li, tooltip li, content-description li, content-description p {
  font-size: 0.875rem;
  line-height: 1.09375rem;
  min-height: 0.9375rem;
  letter-spacing: 0.015625rem; }

.caption {
  font-size: 0.625rem;
  min-height: 0.8125rem;
  letter-spacing: 0.025rem; }

tooltip.caption {
  background-color: #424242;
  color: white;
  border-radius: 4px; }

.overline {
  font-size: 0.625rem;
  min-height: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.09375rem; }

.btn {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  min-width: 88px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 8px;
  text-transform: uppercase;
  margin: 6px 8px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.046875rem;
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms; }
  .btn[minimal] {
    margin: 0; }
  .btn[disabled] {
    cursor: default; }
  .btn.btn-raised {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
    .btn.btn-raised[disabled] {
      background-color: #f9c4af;
      color: rgba(255, 255, 255, 0.5); }
  .btn.btn-link {
    color: rgba(0, 0, 0, 0.87); }
    .btn.btn-link:not([disabled]):active {
      text-shadow: 0 0 0 #212121; }
    .btn.btn-link:not([disabled]):hover {
      text-decoration: underline; }
    .btn.btn-link[disabled] {
      color: rgba(0, 0, 0, 0.38); }
  .btn.btn-primary {
    background-color: #ffe97c; }
    .btn.btn-primary:not([disabled]):hover {
      background-color: #e5d16f; }
    .btn.btn-primary[disabled] {
      background-color: #fff4bd;
      color: rgba(0, 0, 0, 0.38); }
  .btn.btn-warn {
    background-color: #f48a60;
    color: white; }
    .btn.btn-warn:not([disabled]):hover {
      background-color: #db7c56; }
    .btn.btn-warn[disabled] {
      background-color: #f9c4af;
      color: rgba(255, 255, 255, 0.5); }
  .btn.btn-secondary {
    color: rgba(0, 0, 0, 0.87); }
    .btn.btn-secondary:not(.btn-raised) {
      background-color: inherit; }
    .btn.btn-secondary:hover, .btn.btn-secondary.btn-raised:not([disabled]):hover {
      background-color: rgba(158, 158, 158, 0.12); }
    .btn.btn-secondary[disabled] {
      background-color: rgba(206, 206, 206, 0.26);
      color: rgba(0, 0, 0, 0.38); }
  .btn.btn-secondary-warn {
    color: #f48a60; }
    .btn.btn-secondary-warn.waves-effect .waves-ripple {
      background: rgba(244, 138, 96, 0.54); }
    .btn.btn-secondary-warn:hover, .btn.btn-secondary-warn .btn-raised:not([disabled]):hover {
      background-color: rgba(158, 158, 158, 0.12); }
    .btn.btn-secondary-warn[disabled] {
      background-color: rgba(206, 206, 206, 0.26);
      color: rgba(0, 0, 0, 0.38); }
  .btn.btn-icon {
    padding: 8px;
    height: 24px;
    width: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: transparent;
    margin: 6px; }
    .btn.btn-icon.white > i {
      color: white; }
    .btn.btn-icon.white[disabled] > i {
      color: rgba(255, 255, 255, 0.3); }
    .btn.btn-icon[minimal] {
      margin: 0; }
    .btn.btn-icon[disabled] > i {
      color: rgba(0, 0, 0, 0.26); }
  .btn.btn-fab {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1;
    padding: 16px;
    margin: 24px;
    height: 24px;
    min-height: 24px;
    width: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: white;
    transition: transform 300ms, background-color 300ms;
    transform: scale(0); }
    .btn.btn-fab[minimal] {
      padding: 8px; }
    .btn.btn-fab:hover {
      background-color: #eeeeee; }
    .btn.btn-fab.transition-in {
      transform: scale(1); }
  .btn > click-catcher {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .btn > loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 4px auto; }

.user-contact .avatar {
  margin: auto 16px auto auto; }

toast {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  right: 5%;
  top: -48px;
  position: absolute;
  z-index: 56;
  height: 48px;
  max-width: 568px;
  border-radius: 2px;
  padding: 0 16px 0 0;
  background: #424242;
  -webkit-transition: -webkit-transform 225ms;
  -webkit-transform: translateY(-100%);
  transition: transform 225ms;
  transform: translateY(-100%); }
  toast > div {
    width: 16px;
    height: 100%;
    background-color: #e0e0e0; }
  toast.slide-down {
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transform: translateY(52px);
    transition: transform 300ms ease-out;
    transform: translateY(52px); }
  toast > .body-2, .rich-container toast > li, input-rich .ql-snow .ql-editor toast > li, tooltip toast > li, content-description toast > li, content-description toast > p {
    padding-left: 16px;
    line-height: 48px;
    height: 100%;
    color: white; }
  toast > a {
    margin-left: 24px;
    text-transform: uppercase;
    color: #ffe97c; }

body > .backdrop {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 55;
  top: 0;
  opacity: 0;
  background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 87%);
  background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 87%);
  background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 87%);
  background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.54) 87%);
  -webkit-transition: opacity 225ms;
  transition: opacity 225ms; }
  body > .backdrop.transition-in {
    opacity: 1; }

tz-dialog {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: block;
  position: fixed;
  border-radius: 2px;
  max-width: 80%;
  width: 640px;
  z-index: 56;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  background-color: white;
  transition: opacity 225ms, transform 225ms;
  max-height: 85%; }
  tz-dialog.dialog-content-small dialog-content p {
    font-size: 12px;
    line-height: 14px; }
  tz-dialog.dialog-small {
    width: 440px; }
  tz-dialog.dialog-large {
    width: 1280px; }
  tz-dialog.transition-in {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    opacity: 1; }
  tz-dialog dialog-title {
    display: flex;
    margin-bottom: 5px;
    height: 40px; }
  tz-dialog dialog-background {
    display: block;
    height: 162px;
    margin: 44px -24px 12px -24px; }
    tz-dialog dialog-background.conserve {
      height: 64px;
      background: none; }
    tz-dialog dialog-background + dialog-title {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 64px;
      line-height: 64px;
      padding: 0 24px;
      box-sizing: border-box;
      background: #616161;
      color: white;
      margin-bottom: 0;
      z-index: 2; }
      tz-dialog dialog-background + dialog-title > h2 {
        font-weight: 400; }
  tz-dialog > dialog-content {
    max-height: calc(85vh - 100px);
    overflow: auto;
    display: block;
    padding: 20px 24px 28px 24px; }
  tz-dialog dialog-container {
    display: block; }
    tz-dialog dialog-container > p {
      word-break: break-word;
      white-space: pre-wrap; }
  tz-dialog .add-field-dialog .field-column {
    width: 20%;
    cursor: pointer; }
  tz-dialog .add-field-dialog .field-column-title {
    margin-left: 11px; }
  tz-dialog .add-field-dialog .field-description {
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 5px;
    min-height: 80px;
    padding: 10px; }
    tz-dialog .add-field-dialog .field-description .field-title {
      font-size: 16px;
      display: block;
      margin-bottom: 4px; }
    tz-dialog .add-field-dialog .field-description .field-desc {
      font-size: 13px; }
  tz-dialog .loading-screen {
    height: 33vh;
    justify-content: center; }
    tz-dialog .loading-screen > h2 {
      margin-top: 16px; }
  tz-dialog > dialog-actions {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-left: auto;
    padding: 8px 0 8px 24px;
    height: 36px; }
    tz-dialog > dialog-actions .btn {
      margin: 0 8px 0 0; }

process-menu .list-item-icon {
  margin-right: 16px !important; }

process-menu, chip-menu {
  display: block; }
  process-menu .remove-selection, chip-menu .remove-selection {
    padding: 16px; }
    process-menu .remove-selection:hover, chip-menu .remove-selection:hover {
      background-color: #ffe97c; }
  process-menu input, chip-menu input {
    padding-left: 16px;
    box-sizing: border-box; }
  process-menu .list-item, chip-menu .list-item {
    cursor: pointer; }
  process-menu .loader, chip-menu .loader {
    overflow: hidden; }

select-menu {
  display: block;
  min-width: 96px;
  white-space: nowrap;
  transition: height 225ms; }
  select-menu.has-search > input-string > input-container {
    min-height: 36px;
    max-height: 36px; }
    select-menu.has-search > input-string > input-container > input {
      padding-left: 16px;
      box-sizing: border-box;
      margin-bottom: 0; }
  select-menu.has-search > .list {
    padding-top: 0;
    top: 37px;
    max-height: 268px; }
  select-menu .depth > .previous {
    padding-left: 32px; }
    select-menu .depth > .previous > .material-icons, select-menu accordion pane-header .depth > .previous > .pane-header-icon, accordion pane-header select-menu .depth > .previous > .pane-header-icon {
      position: absolute;
      top: 0;
      left: 0; }
  select-menu .has-children.list-item {
    padding-right: 32px; }
  select-menu .has-children .material-icons, select-menu .has-children accordion pane-header .pane-header-icon, accordion pane-header select-menu .has-children .pane-header-icon {
    position: absolute;
    top: 0;
    right: 0; }
  select-menu > .list {
    position: absolute;
    top: 0;
    max-height: 301px;
    min-width: 96px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    left: 0;
    transition: transform 225ms; }
    select-menu > .list.shift-left {
      transform: translateX(-100%); }
    select-menu > .list.shift-right {
      transform: translateX(100%); }
    select-menu > .list.depth .list-item:not(:first-of-type) {
      padding-left: 32px; }
    select-menu > .list > .list-item {
      position: relative;
      cursor: pointer; }
  select-menu .global-select {
    font-style: italic; }
  select-menu .selected {
    background-color: #ffe97c !important; }
    select-menu .selected:hover {
      background-color: #e5d16f !important; }
    select-menu .selected:focus {
      color: #000 !important; }
  select-menu .disabled {
    color: rgba(0, 0, 0, 0.38); }
  select-menu .flag-icon {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
    font-size: 20px;
    margin-right: 6px; }
  select-menu .material-icons, select-menu accordion pane-header .pane-header-icon, accordion pane-header select-menu .pane-header-icon {
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 4px; }
  select-menu input-check > input-container {
    min-width: 40px;
    height: 22px; }
    select-menu input-check > input-container.readonly {
      height: auto; }
    select-menu input-check > input-container input:checked + label:before {
      content: "";
      border-color: #ac70ac !important;
      border-style: solid;
      background-color: #ac70ac !important; }
    select-menu input-check > input-container input + label:before {
      content: "";
      border-color: #9e9e9e !important;
      border-style: solid !important; }
    select-menu input-check > input-container > label {
      transform: none !important; }

tz-menu, input-select-menu, input-process-menu, input-chip-menu, datepicker {
  display: block;
  position: absolute;
  background: white;
  padding: 8px 0;
  opacity: 0;
  -webkit-transition: opacity 225ms;
  transition: opacity 225ms;
  z-index: 57;
  border-radius: 2px; }
  tz-menu .hovered, input-select-menu .hovered, input-process-menu .hovered, input-chip-menu .hovered, datepicker .hovered {
    background-color: #ffe97c !important; }
  tz-menu.transition-in, input-select-menu.transition-in, input-process-menu.transition-in, input-chip-menu.transition-in, datepicker.transition-in {
    opacity: 1; }

input-process-menu, input-chip-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 262px;
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 192px;
  padding: 0; }

input-select-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-width: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 192px;
  padding: 0; }

datepicker {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden !important;
  padding: 0; }
  datepicker .title-section {
    background-color: #ac70ac;
    padding: 24px 24px 20px 24px; }
    datepicker .title-section > .top {
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 6px; }
    datepicker .title-section span {
      display: inline-block; }
    datepicker .title-section .small-titles {
      font-size: 13px;
      line-height: 1.24; }
    datepicker .title-section .formatted-date {
      padding-top: 3px;
      padding-bottom: 2px; }
  datepicker .month-block {
    display: flex;
    position: absolute;
    top: 20px;
    min-height: 312px;
    max-height: 312px;
    left: 0;
    width: 100%;
    transition: transform 300ms; }
    datepicker .month-block span {
      display: inline-block;
      width: 100%;
      text-align: center;
      font-weight: 500; }
    datepicker .month-block.shift-left {
      transform: translateX(-100%); }
    datepicker .month-block.shift-right {
      transform: translateX(100%); }
    datepicker .month-block > div {
      margin-right: 24px; }
      datepicker .month-block > div:first-of-type {
        margin-left: 24px; }
    datepicker .month-block loader {
      margin: auto; }
  datepicker .actions-section {
    display: flex;
    height: 36px;
    padding: 8px 0 8px 24px; }
    datepicker .actions-section .btn {
      margin-right: 8px; }
  datepicker .content-section {
    position: relative;
    padding-top: 8px;
    min-height: 332px;
    max-height: 332px; }
  datepicker .week {
    display: flex; }
  datepicker .week-number {
    width: 24px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: rgba(0, 0, 0, 0.38);
    margin-right: 8px; }
  datepicker .controller {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 1; }
    datepicker .controller > div {
      display: flex;
      justify-content: center;
      height: 42px;
      width: 64px;
      background-color: white; }
    datepicker .controller > .month-click {
      width: 100%;
      background-color: transparent; }
  datepicker .day-container {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px; }
  datepicker .notWork {
    background-color: whitesmoke; }
  datepicker .dayOff > .day {
    color: rgba(0, 0, 0, 0.54); }
  datepicker .holiday > .day {
    color: #f44335; }
  datepicker .today > .day {
    border: 2px solid #ac70ac;
    border-radius: 50%;
    line-height: 36px !important;
    height: 36px !important; }
  datepicker .start-date > .day, datepicker .end-date > .day, datepicker .gap-date > .day, datepicker .circle-date > .day {
    /*border: none;*/
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    background-color: #ffe97c;
    transition: background-color 150ms; }
  datepicker .circle-date > .day {
    border-radius: 50%; }
  datepicker .start-date > .day {
    border-top-left-radius: 50%;
    transition: border-radius 150ms; }
  datepicker .end-date > .day {
    border-bottom-right-radius: 50%;
    transition: border-radius 150ms; }
  datepicker .year-picker, datepicker .month-picker {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 24px;
    width: 100%;
    max-width: 568px;
    margin: auto;
    box-sizing: border-box; }
    datepicker .year-picker > .year, datepicker .year-picker > .month, datepicker .month-picker > .year, datepicker .month-picker > .month {
      flex: 0 1 33%;
      margin-top: 8px;
      text-align: center;
      background-color: white;
      transition: background-color 225ms; }
      datepicker .year-picker > .year:hover, datepicker .year-picker > .month:hover, datepicker .month-picker > .year:hover, datepicker .month-picker > .month:hover {
        background-color: rgba(158, 158, 158, 0.12); }
    datepicker .year-picker > .year, datepicker .month-picker > .year {
      height: 56px;
      line-height: 56px; }
      datepicker .year-picker > .year:nth-of-type(8), datepicker .month-picker > .year:nth-of-type(8) {
        background-color: #ffe97c; }
        datepicker .year-picker > .year:nth-of-type(8):hover, datepicker .month-picker > .year:nth-of-type(8):hover {
          background-color: #e5d16f; }
    datepicker .year-picker > .month, datepicker .month-picker > .month {
      height: 72px;
      line-height: 72px; }
      datepicker .year-picker > .month.current, datepicker .month-picker > .month.current {
        background-color: #ffe97c; }
        datepicker .year-picker > .month.current:hover, datepicker .month-picker > .month.current:hover {
          background-color: #e5d16f; }
  datepicker .month-view, datepicker .year-picker, datepicker .month-picker {
    opacity: 0; }
    datepicker .month-view.transition-in, datepicker .year-picker.transition-in, datepicker .month-picker.transition-in {
      transition: opacity 300ms;
      opacity: 1; }
  datepicker .time-picker input {
    width: 41px;
    border: none;
    border-bottom: 2px solid white;
    background-color: transparent;
    color: white; }
  datepicker .week-day {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 32px;
    color: rgba(0, 0, 0, 0.38); }
    datepicker .week-day + .week-day {
      width: 40px; }

input-checks .control-checkbox .material-icons, input-checks .control-checkbox accordion pane-header .pane-header-icon, accordion pane-header input-checks .control-checkbox .pane-header-icon {
  transition: transform 300ms;
  transform: rotate(-90deg); }
  input-checks .control-checkbox .material-icons.flip, input-checks .control-checkbox accordion pane-header .flip.pane-header-icon, accordion pane-header input-checks .control-checkbox .flip.pane-header-icon {
    transform: rotate(90deg); }
input-checks .checkboxes {
  padding-left: 16px; }

input-rating .btn.btn-icon {
  margin: 0; }
input-rating .material-icons, input-rating accordion pane-header .pane-header-icon, accordion pane-header input-rating .pane-header-icon {
  transition: color 150ms; }
input-rating input[readonly] ~ div .btn {
  cursor: default; }
input-rating input-container {
  min-height: 62px;
  height: auto;
  margin-bottom: 12px; }
input-rating div {
  margin-top: 6px; }
input-rating span {
  padding-left: 8px;
  margin-bottom: 8px; }

tz-menu {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-width: 128px;
  max-width: 192px; }
  tz-menu > div {
    font-size: 0.875rem;
    display: block;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    text-transform: lowercase;
    padding: 0 16px;
    text-align: left;
    height: 40px;
    line-height: 40px; }
    tz-menu > div i {
      font-size: 18px !important;
      top: 4px;
      position: relative;
      left: 4px; }
    tz-menu > div.disabled {
      color: rgba(0, 0, 0, 0.38);
      cursor: default; }
      tz-menu > div.disabled:hover {
        background-color: inherit; }
    tz-menu > div:first-letter {
      text-transform: capitalize; }
    tz-menu > div:hover {
      background-color: #ffe97c; }
  tz-menu > div {
    display: block; }

input-dialog {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  padding: 8px 16px 16px;
  background-color: #fafafa;
  opacity: 0;
  max-width: 640px;
  min-width: 64px;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  left: 0;
  z-index: 57; }
  input-dialog.transition-in {
    opacity: 1; }

divider {
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 8px 0; }
  divider.vertical {
    height: auto;
    min-width: 2px;
    width: 2px;
    max-width: 2px;
    align-self: stretch;
    margin: 0 8px; }

tabs {
  overflow: hidden;
  display: block;
  position: relative; }
  tabs.vertical > div {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: relative;
    z-index: 999999999;
    left: 352px; }
  tabs.vertical .navigation-arrow {
    top: 0;
    position: fixed;
    transform-origin: 0 0;
    transform: rotate(90deg); }
    tabs.vertical .navigation-arrow.left {
      right: -25px;
      top: 32px;
      left: auto; }
    tabs.vertical .navigation-arrow.right {
      right: -25px;
      top: calc(100vh - 86px); }
  tabs.vertical > tab {
    width: calc(100% - 36px);
    margin-top: -42px;
    padding-right: 20px; }
  tabs > .tab-navigation {
    color: rgba(0, 0, 0, 0.38);
    white-space: nowrap;
    overflow: hidden;
    height: 48px; }
    tabs > .tab-navigation > div.btn.btn-secondary {
      position: relative;
      padding: 0 16px;
      height: 46px;
      line-height: 48px;
      text-transform: none;
      min-width: 90px;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.54);
      border-bottom: 2px solid #eeeeee; }
      tabs > .tab-navigation > div.btn.btn-secondary .icon-notification {
        background-color: #f44335;
        color: white; }
      tabs > .tab-navigation > div.btn.btn-secondary.has-color {
        padding-right: 24px; }
      tabs > .tab-navigation > div.btn.btn-secondary i.left {
        display: inline-block;
        position: relative;
        top: 6px;
        margin-right: 14px;
        visibility: hidden; }
      tabs > .tab-navigation > div.btn.btn-secondary i.right {
        display: inline-block;
        position: relative;
        top: 6px;
        margin-left: 14px;
        visibility: hidden; }
      tabs > .tab-navigation > div.btn.btn-secondary i.remove {
        position: absolute;
        top: 15px;
        font-size: 18px;
        display: none; }
      tabs > .tab-navigation > div.btn.btn-secondary:hover {
        background-color: rgba(158, 158, 158, 0.12); }
        tabs > .tab-navigation > div.btn.btn-secondary:hover i.left {
          visibility: visible;
          color: rgba(0, 0, 0, 0.87) !important; }
        tabs > .tab-navigation > div.btn.btn-secondary:hover i.right {
          visibility: visible;
          color: rgba(0, 0, 0, 0.87) !important; }
        tabs > .tab-navigation > div.btn.btn-secondary:hover i.remove {
          display: inline-block;
          color: rgba(0, 0, 0, 0.87) !important; }
      tabs > .tab-navigation > div.btn.btn-secondary.active-tab {
        color: rgba(0, 0, 0, 0.87);
        -webkit-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        border-bottom-color: #ffe97c; }
  tabs .tab-navigation-disabled {
    display: none; }
  tabs .create {
    display: inline;
    position: relative;
    top: -8px;
    height: 48px;
    margin-left: 16px; }
  tabs .navigation-arrow {
    display: flex;
    position: absolute;
    top: 8px;
    height: 48px;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms; }
    tabs .navigation-arrow:hover {
      background-color: rgba(158, 158, 158, 0.12); }
    tabs .navigation-arrow.left {
      left: 6px; }
    tabs .navigation-arrow.right {
      right: 6px; }
    tabs .navigation-arrow > .material-icons, tabs accordion pane-header .navigation-arrow > .pane-header-icon, accordion pane-header tabs .navigation-arrow > .pane-header-icon {
      line-height: 48px; }
  tabs > tab {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin-top: 8px;
    opacity: 0;
    padding: 8px;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms; }
    tabs > tab.transition-in {
      opacity: 1; }
    tabs > tab > content {
      padding: 0;
      background-color: inherit; }

.tabs-disabled {
  margin-top: -16px; }

.list {
  display: block;
  padding: 8px 0; }
  .list .btn-icon {
    margin: 0; }
  .list.dense {
    padding: 0; }
    .list.dense.one-line .list-item {
      height: 40px; }
    .list.dense.two-line .list-item {
      height: 56px; }
      .list.dense.two-line .list-item.selected {
        background-color: #ffe97c;
        color: black; }
  .list .list-item-icon {
    margin-right: 32px; }
  .list .primary {
    font-size: 1rem;
    height: 1.0625rem; }
  .list .secondary {
    color: rgba(0, 0, 0, 0.54);
    height: 0.9375rem;
    font-size: 0.875rem; }
  .list .primary, .list .secondary {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%; }
  .list.one-line .list-item-text {
    width: 100%; }
  .list.one-line .list-item {
    height: 48px; }
    .list.one-line .list-item:nth-child(even) {
      background-color: whitesmoke; }
      .list.one-line .list-item:nth-child(even):hover {
        background-color: #ffe97c; }
  .list.two-line .list-item {
    height: 64px; }
  .list.two-line .list-item-text {
    width: 100%; }
  .list.two-line .primary {
    margin-bottom: 3px; }
  .list .list-item {
    display: flex;
    align-items: center;
    padding: 0 0 0 16px; }
    .list .list-item:hover {
      background-color: #ffe97c; }
    .list .list-item:hover:focus {
      color: #000 !important; }
  .list .list-item-text {
    overflow: hidden; }
    .list .list-item-text + .list-item-icon {
      margin-right: 0; }

card {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-width: 344px;
  max-width: 344px;
  min-height: 96px;
  display: block;
  opacity: 0;
  border-radius: 4px;
  position: absolute;
  background-color: white;
  transition: opacity 300ms;
  z-index: 57; }
  card.big {
    min-width: 500px;
    max-width: 500px; }
  card.dynamic {
    min-width: 250px;
    max-width: 1000px; }
  card.transition-in {
    opacity: 1; }
  card card-title {
    line-height: 40px;
    min-height: 40px;
    display: block; }
  card > card-content {
    display: block;
    padding: 16px 16px 8px 16px; }
  card card-subtitle {
    margin-top: 12px;
    display: block; }
  card > card-actions {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 36px;
    padding: 0 16px 8px 16px; }
    card > card-actions > .btn {
      margin: 0 8px 0 0;
      padding: 0; }
  card .failure > i {
    color: #f44335;
    margin-bottom: 12px;
    font-size: 48px; }
  card loader {
    margin: auto; }

chip {
  padding: 0 12px;
  height: 32px;
  display: inline-block;
  background-color: #e0e0e0;
  border-radius: 8px;
  position: relative; }
  chip.minimal {
    font-size: 10px;
    height: 16px;
    padding: 0 6px;
    margin: 0px 2px; }
  chip chip-name {
    cursor: default;
    display: block;
    line-height: 32px;
    height: 32px; }
    chip chip-name.minimal {
      overflow: auto;
      height: 16px;
      line-height: 16px; }

table-container {
  display: block;
  width: 100%;
  overflow: auto;
  position: relative; }

table-header, chart-header {
  display: block;
  height: 64px;
  line-height: 64px;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden; }

table-container table.floating-header {
  top: 0;
  padding-bottom: 0; }
  table-container table.floating-header > thead {
    background-color: white; }
table-container table.floating-footer, table-container table.floating-header {
  transition: box-shadow 225ms;
  position: absolute;
  z-index: 5;
  table-layout: fixed;
  width: auto; }
table-container table.floating-footer {
  bottom: 0;
  padding-bottom: 14px; }
  table-container table.floating-footer > tfoot {
    background-color: white; }

table[materialize] {
  background-color: white;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 64px;
  padding-bottom: 14px; }
  table[materialize]:not(.has-stripes) tbody > tr:hover {
    background-color: #E6E6E6; }
    table[materialize]:not(.has-stripes) tbody > tr:hover td {
      background-color: #E6E6E6;
      border-left-color: #E6E6E6;
      border-right-color: #E6E6E6; }
    table[materialize]:not(.has-stripes) tbody > tr:hover div {
      background-color: #E6E6E6; }
  table[materialize] tr.indent td:first-of-type, table[materialize] tr.indent td:first-of-type {
    padding-left: 40px; }
  table[materialize] tr.indent-2 td:first-of-type, table[materialize] tr.indent-2 td:first-of-type {
    padding-left: 80px; }
  table[materialize] tr.indent-3 td:first-of-type, table[materialize] tr.indent-3 td:first-of-type {
    padding-left: 120px; }
  table[materialize] tr.indent-4 td:first-of-type, table[materialize] tr.indent-4 td:first-of-type {
    padding-left: 160px; }
  table[materialize] td {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87);
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  table[materialize] th {
    color: rgba(0, 0, 0, 0.54); }
  table[materialize] td, table[materialize] th {
    height: 48px;
    font-size: 0.8125rem;
    text-align: left;
    vertical-align: middle;
    padding: 0 8px; }
    table[materialize] td:first-of-type, table[materialize] th:first-of-type {
      padding: 0 4px 0 16px; }
    table[materialize] td.icon, table[materialize] th.icon {
      min-width: 40px;
      width: 40px;
      max-width: 40px; }
    table[materialize] td .btn, table[materialize] th .btn {
      margin: 6px 0 0; }
    table[materialize] td input-check, table[materialize] th input-check {
      margin-top: -4px; }
  table[materialize] tfoot td {
    height: 47px; }

table-pager {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  table-pager > span {
    margin-right: 16px;
    font-size: 0.8125rem; }
  table-pager .smart-table {
    width: 64px;
    margin: 1px 30px 0 8px; }
  table-pager > .count {
    cursor: default;
    min-width: 64px;
    margin-right: 32px; }
  table-pager .btn.btn-icon {
    margin: 0 12px; }

.integration-settings input-smart > input-string > input-container {
  height: 44px !important;
  min-height: 44px !important; }
  .integration-settings input-smart > input-string > input-container input {
    font-size: 0.8125rem; }

.textarea-card {
  border-style: none;
  border-color: Transparent;
  overflow: auto;
  font-size: 12px; }

.ai-btn {
  display: inline; }
  .ai-btn i {
    color: #ac70ac;
    top: 1px;
    position: relative;
    font-size: 16px; }

.textarea-toolbar {
  position: absolute;
  right: 8px;
  top: 2px; }
  .textarea-toolbar div.btn {
    width: 12px;
    height: 12px;
    min-width: 12px; }
    .textarea-toolbar div.btn i {
      top: -3px;
      position: relative;
      left: -2px;
      font-size: 16px; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"); }
.material-icons, accordion pane-header .pane-header-icon {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  color: rgba(0, 0, 0, 0.54);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'; }

.frontpage-layout #frontpage-background {
  width: 100%;
  height: 220px;
  max-width: 1424px;
  margin: 0 auto 16px auto; }
.frontpage-layout #main-container-transition {
  overflow-y: auto;
  background-size: cover; }
  .frontpage-layout #main-container-transition > div {
    overflow-y: auto; }
    .frontpage-layout #main-container-transition > div > div {
      position: relative; }
  .frontpage-layout #main-container-transition .custom-banner {
    background-repeat: no-repeat;
    background-position: left center !important; }
  .frontpage-layout #main-container-transition .frontpage-image-left {
    width: 100%;
    max-width: 50%;
    height: 220px;
    background-color: #FFE97C;
    background-position: center bottom;
    background-size: auto; }
  .frontpage-layout #main-container-transition .frontpage-text-right {
    max-height: 252px;
    display: flex;
    align-items: center;
    max-width: calc(50% - 114px);
    width: 100%;
    padding: 0 40px;
    line-height: 1.5; }
    .frontpage-layout #main-container-transition .frontpage-text-right strong {
      font-size: 20px; }
  .frontpage-layout #main-container-transition .full-banner .frontpage-image-left {
    width: 100%;
    max-width: calc(100% - 32px);
    background-position: center bottom;
    background-size: cover; }
  .frontpage-layout #main-container-transition .full-banner .frontpage-text-right {
    display: none; }
  .frontpage-layout #main-container-transition .frontpage-banner {
    margin: -110px auto 16px auto;
    left: 0;
    right: 0;
    max-width: 1424px; }
    .frontpage-layout #main-container-transition .frontpage-banner .frontpage-logo {
      margin: 20px 20px 20px 30px;
      width: 100%;
      height: 55px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center; }
    .frontpage-layout #main-container-transition .frontpage-banner divider {
      margin-left: 8px;
      width: 100%; }
    .frontpage-layout #main-container-transition .frontpage-banner p {
      width: 100%;
      padding-left: 8px; }
    .frontpage-layout #main-container-transition .frontpage-banner #frontpage-banner-portfolio > div > tabs {
      min-height: 174px; }
    .frontpage-layout #main-container-transition .frontpage-banner content > div > div > .align-column, .frontpage-layout #main-container-transition .frontpage-banner .list content > div > div > .list-item-text, .list .frontpage-layout #main-container-transition .frontpage-banner content > div > div > .list-item-text {
      max-width: 49%;
      margin: 0 8px; }
    .frontpage-layout #main-container-transition .frontpage-banner > div {
      background-color: #eeeeee; }
  .frontpage-layout #main-container-transition .frontpage-widgets {
    max-width: 1440px;
    margin: 0 auto 10% auto; }
    .frontpage-layout #main-container-transition .frontpage-widgets > div {
      margin-bottom: 16px; }
      .frontpage-layout #main-container-transition .frontpage-widgets > div whiteframe {
        height: 100%; }
  .frontpage-layout #main-container-transition whiteframe {
    background-color: transparent;
    display: flex;
    flex-direction: column; }
    .frontpage-layout #main-container-transition whiteframe > content {
      padding: 16px;
      flex: 1 0 auto;
      background-color: white;
      overflow-y: hidden; }
    .frontpage-layout #main-container-transition whiteframe.additional-banner {
      display: flex;
      margin-top: 20px;
      flex-direction: row; }
  .frontpage-layout #main-container-transition .widget-buttons > .background {
    margin: -16px -16px 0 -16px;
    height: 160px; }
  .frontpage-layout #main-container-transition .widget-buttons > p {
    max-width: 560px;
    margin-top: 8px;
    padding: 16px;
    margin-bottom: 48px; }
  .frontpage-layout #main-container-transition .widget-buttons > a {
    position: absolute;
    right: 6px;
    bottom: 6px;
    float: right; }
  .frontpage-layout #main-container-transition .widget-kpis .kpi-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 20%; }
  .frontpage-layout #main-container-transition .widget-kpis .title {
    font-size: 1rem;
    margin-bottom: 8px; }
  .frontpage-layout #main-container-transition .widget-kpis .value {
    font-size: 46px; }
  .frontpage-layout #main-container-transition .widget-kpis ul {
    display: grid;
    grid-template-rows: repeat(2, min-content);
    grid-auto-flow: column;
    margin-left: 32px;
    margin-top: 26px;
    box-sizing: content-box; }
  .frontpage-layout #main-container-transition .widget-kpis .main-item {
    padding-top: 54px;
    padding-left: 46px; }
  .frontpage-layout #main-container-transition .widget-kpis .main-item .title {
    font-size: 24px;
    margin-bottom: 2px; }
  .frontpage-layout #main-container-transition .widget-kpis .main-item .title, .frontpage-layout #main-container-transition .widget-kpis .main-item .value {
    color: rgba(0, 0, 0, 0.87); }
  .frontpage-layout #main-container-transition .widget-kpis > .background {
    margin: -16px -16px 0 -16px;
    height: 160px; }
  .frontpage-layout #main-container-transition .widget-kpis > p {
    max-width: 560px;
    margin-top: 8px;
    padding: 16px; }
  .frontpage-layout #main-container-transition .widget-kpis > a {
    position: absolute;
    right: 6px;
    bottom: 6px;
    float: right; }
@media only screen and (max-width: 800px) {
  .frontpage-layout .frontpage-text-right {
    font-size: 12px; }
    .frontpage-layout .frontpage-text-right strong {
      font-size: 14px !important; } }

.containers-compact {
  justify-content: space-between; }
  .containers-compact .grid-lines {
    border: dashed 3px rgba(0, 0, 0, 0.12);
    margin: 0 0 64px 0;
    box-sizing: border-box;
    position: relative; }
  .containers-compact .add-buttons {
    display: flex;
    justify-content: space-around; }
  .containers-compact .grid-lines > div {
    margin: 20px; }
  .containers-compact .grid-lines.left, .containers-compact .grid-lines.right {
    width: 50%;
    position: relative; }
  .containers-compact .grid-lines.right {
    border-left: none; }
  .containers-compact .grid-title {
    font-size: 16px;
    color: #c0c0c1;
    top: -44px;
    left: -24px;
    position: absolute; }
  .containers-compact .dropzone-container {
    height: 64px;
    border: dashed 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.025);
    line-height: 3.4;
    text-align: center;
    font-style: italic;
    color: rgba(0, 0, 0, 0.75);
    margin-top: -44px; }
  .containers-compact .primary {
    color: #000; }
  .containers-compact .secondary {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    margin-top: 3px; }

.phase-menu {
  width: 30%; }

.phase-content {
  width: 65%;
  margin-top: 44px; }

@media screen and (max-width: 1248px) {
  .phase-menu {
    width: 100%; }

  .phase-content {
    width: 100%;
    margin: auto; }

  .containers-compact .grid-lines.left {
    width: 100%; }

  .containers-compact .grid-lines.right {
    width: 100%;
    border-left: dashed 3px rgba(0, 0, 0, 0.12); } }
.documentation-layout input-date .btn {
  top: 20px;
  right: 2px;
  width: 40px;
  height: 40px; }
.documentation-layout #frontpage-background {
  width: 100%;
  height: 220px;
  max-width: 1424px;
  margin: 0 auto 16px auto; }
.documentation-layout #main-container-transition {
  padding: 0;
  margin: 0;
  overflow-y: auto;
  background-size: cover; }
  .documentation-layout #main-container-transition > div {
    margin-left: 0;
    overflow-y: auto; }
    .documentation-layout #main-container-transition > div > div {
      position: relative; }
  .documentation-layout #main-container-transition whiteframe {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box; }
    .documentation-layout #main-container-transition whiteframe > content {
      padding: 16px;
      flex: 1 0 auto;
      background-color: white;
      overflow-y: hidden; }
    .documentation-layout #main-container-transition whiteframe.additional-banner {
      display: flex;
      margin-top: 20px;
      flex-direction: row; }
  .documentation-layout #main-container-transition .documentation-banner {
    margin: 30px auto 16px auto;
    left: 0;
    right: 0;
    max-width: 1424px; }
    .documentation-layout #main-container-transition .documentation-banner .frontpage-logo {
      margin: 20px 20px 20px 30px;
      width: 100%;
      height: 55px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left center; }
    .documentation-layout #main-container-transition .documentation-banner divider {
      margin-left: 8px;
      width: 100%; }
    .documentation-layout #main-container-transition .documentation-banner p {
      padding-left: 8px; }
    .documentation-layout #main-container-transition .documentation-banner #frontpage-banner-portfolio > div > tabs {
      min-height: 174px; }
    .documentation-layout #main-container-transition .documentation-banner content > div > div > .align-column, .documentation-layout #main-container-transition .documentation-banner .list content > div > div > .list-item-text, .list .documentation-layout #main-container-transition .documentation-banner content > div > div > .list-item-text {
      max-width: 49%;
      margin: 0 8px; }
    .documentation-layout #main-container-transition .documentation-banner > div {
      background-color: #eeeeee; }
.documentation-layout .documentation-banner content {
  box-sizing: border-box; }
  .documentation-layout .documentation-banner content * {
    box-sizing: border-box; }
  .documentation-layout .documentation-banner content h1 {
    font-size: 40px;
    line-height: 80px;
    display: block; }
  .documentation-layout .documentation-banner content h2 {
    font-size: 32px;
    line-height: 64px;
    display: block;
    margin-top: 34px; }
  .documentation-layout .documentation-banner content h3 {
    font-size: 24px;
    line-height: 48px;
    display: block;
    margin-top: 48px;
    margin-left: 20px; }
  .documentation-layout .documentation-banner content p {
    line-height: 1.48;
    color: rgba(0, 0, 0, 0.87);
    padding: 0 !important;
    margin-left: 40px; }
  .documentation-layout .documentation-banner content pre {
    padding: 24px;
    background-color: #efefef;
    margin: 20px 0;
    line-height: 1.24;
    font-family: Verdana, Roboto, "Helvetica Neue", sans-serif; }
  .documentation-layout .documentation-banner content ul {
    margin: 24px 0 24px 54px; }
  .documentation-layout .documentation-banner content ul li {
    list-style: square;
    line-height: 1.4; }
  .documentation-layout .documentation-banner content table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 24px 0; }
  .documentation-layout .documentation-banner content table tr th {
    padding: 0 4px 0 16px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: middle;
    height: 48px;
    font-size: 0.8125rem; }
  .documentation-layout .documentation-banner content table tr td {
    padding: 0 4px 0 16px;
    height: 48px;
    color: rgba(0, 0, 0, 0.87);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.8125rem;
    vertical-align: middle; }
  .documentation-layout .documentation-banner content img {
    max-height: 400px;
    object-fit: cover;
    display: block;
    max-width: 100%;
    border: dashed 1px #ccc;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 28px;
    margin-top: 5px; }
  .documentation-layout .documentation-banner content img[alt^="small"] {
    max-height: 200px; }
  .documentation-layout .documentation-banner content img[alt^="medium"] {
    max-height: 400px; }
  .documentation-layout .documentation-banner content img[alt^="large"] {
    max-height: 600px; }
  .documentation-layout .documentation-banner content a:visited {
    color: #ac70ac;
    text-decoration: none; }
  .documentation-layout .documentation-banner content a {
    color: #ac70ac;
    text-decoration: none; }
.documentation-layout .rest-documentation .body-filters-button {
  top: 8px; }

html {
  width: 100%;
  height: 100%; }

body.login.loaded {
  opacity: 1; }

/* <REMOVE AUTOFILL COLOURS> */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s; }

input[data-autocompleted] {
  background-color: transparent !important; }

input:autofill {
  background: #fff;
  /* or any other */ }

/* </REMOVE AUTOFILL COLOURS> */
.fade.ng-enter {
  transition: 0.15s linear all;
  opacity: 0; }

.fade.ng-enter.ng-enter-active {
  opacity: 1; }

body.login {
  opacity: 0;
  transition: opacity 0.75s;
  display: block;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  background: whitesmoke url("../images/keto_bg.png") no-repeat fixed left bottom;
  width: 100%;
  height: 100%; }
  body.login .keto-logo {
    position: fixed;
    top: 24px;
    left: 64px;
    width: 180px; }
  body.login #keto-login {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: none;
    right: 10%;
    min-width: 440px;
    max-width: 440px; }
    body.login #keto-login form {
      padding: 32px 32px 0 32px; }
      body.login #keto-login form > div {
        height: 223px; }
    body.login #keto-login .align-row, body.login #keto-login content-footbar > div, body.login #keto-login .user-contact {
      box-sizing: border-box;
      width: 100%; }
  body.login input-string {
    width: 100%;
    display: block; }
  body.login input-container input {
    width: 100%; }
  body.login button, body.login a {
    flex: 1;
    border: none;
    font-family: inherit; }
  body.login #sso-login {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 360px;
    max-width: 360px;
    box-shadow: none; }
    body.login #sso-login .align-row, body.login #sso-login content-footbar > div, body.login #sso-login .user-contact {
      width: 290px; }
  body.login #add-login {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 360px;
    max-width: 360px;
    box-shadow: none;
    overflow: hidden;
    height: 420px; }
    body.login #add-login .align-row, body.login #add-login content-footbar > div, body.login #add-login .user-contact {
      width: 290px; }
    body.login #add-login .align-row, body.login #add-login content-footbar > div, body.login #add-login .user-contact {
      width: 290px; }
  body.login whiteframe {
    position: absolute;
    overflow: auto;
    top: 25%;
    display: block;
    background-color: white;
    max-height: 85vh;
    height: 430px; }
    body.login whiteframe .align-row, body.login whiteframe content-footbar > div, body.login whiteframe .user-contact {
      position: absolute;
      padding: 16px 32px;
      bottom: 0;
      left: 0; }
    body.login whiteframe .login-title {
      background-color: #616161;
      color: white;
      padding: 16px; }
    body.login whiteframe img {
      margin-left: 32px;
      margin-top: 56px;
      height: 42px; }

body.login.intra {
  background: whitesmoke url("../images/backgrounds/keto-w-2.svg") no-repeat fixed left bottom;
  background-size: 800px; }

#add-login {
  line-height: 1.24; }
  #add-login img {
    margin-left: 0;
    margin-top: 0;
    height: auto; }

body.login.bc1 #keto-login, body.login.bc1 #sso-login, body.login.bc1 #add-login {
  right: 10%; }

body.login.bc2 #add-login {
  right: calc(10% + 504px); }
  body.login.bc2 #add-login ~ #sso-login {
    right: 10%; }
body.login.bc2 #sso-login {
  right: calc(10% + 504px); }
  body.login.bc2 #sso-login ~ #add-login {
    right: 10%; }

body.login.bc3 #sso-login {
  right: calc(10% + 504px); }
body.login.bc3 #add-login {
  right: calc(10% + 926px); }

.domain-container {
  background-color: transparent;
  min-width: 600px;
  width: 45vw;
  height: 33vh;
  margin: 20vh auto;
  display: flex;
  flex-direction: column; }
  .domain-container > div {
    text-align: center;
    font-size: 32px;
    padding-bottom: 24px; }
  .domain-container .domain-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .domain-container .domain-card-row .domain-card {
      background-color: white;
      text-align: center;
      line-height: 88px;
      font-size: 24px;
      width: 45%;
      max-width: 300px;
      height: 22vh;
      max-height: 300px;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      margin: 20px auto;
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      box-sizing: border-box;
      border: inset 40px transparent; }

body.login .domain-change {
  width: 150px;
  height: 40px;
  right: 20px;
  bottom: 10vh;
  top: 26px;
  padding: 8px;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  line-height: 1.34;
  font-size: 13px; }
  body.login .domain-change span {
    color: RGB(172, 112, 172); }

@media screen and (max-width: 1426px) {
  body.login.bc3 {
    overflow: auto; }
    body.login.bc3 #add-login {
      top: 10px;
      right: 10%;
      width: 864px;
      min-width: 864px;
      max-width: 864px; }
    body.login.bc3 #sso-login, body.login.bc3 #keto-login {
      top: 440px; } }
@media screen and (max-width: 1024px) {
  body.login.bc1 {
    overflow: auto; }
    body.login.bc1 .keto-logo {
      position: relative;
      left: 24px; }
    body.login.bc1 #keto-login, body.login.bc1 #sso-login, body.login.bc1 #add-login {
      top: 128px;
      right: 2.5% !important;
      width: 95%;
      min-width: 95%;
      max-width: 95%; }

  body.login.bc2 {
    overflow: auto; }
    body.login.bc2 .keto-logo {
      position: relative;
      left: 24px; }
    body.login.bc2 #keto-login, body.login.bc2 #sso-login, body.login.bc2 #add-login {
      top: 440px;
      right: 2.5% !important;
      width: 95%;
      min-width: 95%;
      max-width: 95%; }
    body.login.bc2 #sso-login {
      top: 128px; }
      body.login.bc2 #sso-login .align-row, body.login.bc2 #sso-login content-footbar > div, body.login.bc2 #sso-login .user-contact {
        box-sizing: border-box;
        width: 95%; }
      body.login.bc2 #sso-login ~ #keto-login {
        top: 648px;
        margin-bottom: 128px; }
    body.login.bc2 #add-login {
      top: 128px; }
      body.login.bc2 #add-login .align-row, body.login.bc2 #add-login content-footbar > div, body.login.bc2 #add-login .user-contact {
        box-sizing: border-box;
        width: 95%; }
      body.login.bc2 #add-login ~ #keto-login {
        top: 648px;
        margin-bottom: 128px; }
      body.login.bc2 #add-login ~ #sso-login {
        top: 648px;
        margin-bottom: 128px; }

  body.login.bc3 {
    overflow: auto; }
    body.login.bc3 .keto-logo {
      position: relative;
      left: 24px; }
    body.login.bc3 #keto-login, body.login.bc3 #sso-login, body.login.bc3 #add-login {
      top: 440px;
      right: 2.5%;
      width: 95%;
      min-width: 95%;
      max-width: 95%; }
    body.login.bc3 #add-login {
      top: 0; }
      body.login.bc3 #add-login .align-row, body.login.bc3 #add-login content-footbar > div, body.login.bc3 #add-login .user-contact {
        box-sizing: border-box;
        width: 95%; }
      body.login.bc3 #add-login ~ #sso-login {
        top: 444px;
        margin-bottom: 128px; }
      body.login.bc3 #add-login ~ #keto-login {
        top: 888px;
        margin-bottom: 128px; } }
@media screen and (max-width: 600px) {
  body.login.bc2 #sso-login ~ #keto-login {
    top: 440px; }

  body.login whiteframe {
    height: 260px; }

  body.login #keto-login {
    height: 320px; }
    body.login #keto-login input-container {
      margin-top: 0; }
    body.login #keto-login img {
      display: none; }

  .domain-container {
    min-width: 100vw; }
    .domain-container .domain-card-row {
      flex-direction: column; }
      .domain-container .domain-card-row .domain-card {
        width: 50%;
        font-size: 16px; } }
body {
  background-color: #e0e0e0;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  height: 100%;
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden; }
  body:focus {
    outline-color: transparent; }
  body > scroll-catcher {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 57; }
  body > launch-screen {
    justify-content: center;
    background-color: #fafafa;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0; }
    body > launch-screen > img {
      height: 296px; }
    body > launch-screen.transition-out {
      opacity: 0;
      -webkit-transition: opacity 600ms;
      transition: opacity 600ms; }
  body #nav-logo {
    display: flex;
    align-items: center; }
    body #nav-logo > img {
      left: 24px;
      height: auto;
      width: 88px;
      margin-left: 16px; }
  body #nav-icons {
    display: flex; }
    body #nav-icons > div {
      position: relative; }
    body #nav-icons > .user-contact {
      margin: 0 32px; }
    body #nav-icons .icon-notification {
      color: white;
      background-color: #f44335;
      height: 16px;
      width: 16px;
      line-height: 16px;
      right: 4px;
      top: 4px; }
  body #nav-path {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 140px;
    line-height: 52px; }
    body #nav-path.highlight {
      white-space: nowrap; }
    body #nav-path #main-delete-button {
      float: right;
      top: 5px; }
    body #nav-path:hover #main-delete-button {
      display: inline; }
    body #nav-path + p {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      margin-left: 4px;
      line-height: 52px; }
      body #nav-path + p > span {
        border-bottom: 2px solid #eeeeee; }
@keyframes completed {
  0% {
    color: #ac70ac; }
  100% {
    color: rgba(0, 0, 0, 0.54); } }
@keyframes saving {
  0% {
    transform: scale(0.85); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(0.85); } }
  body #nav-save {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 52px;
    margin: 0 36px; }
    body #nav-save i {
      margin-top: 14px;
      color: #ac70ac; }
    body #nav-save #cloud_done {
      color: #ac70ac; }
    body #nav-save #cloud_off {
      color: #ac70ac; }
    body #nav-save #cloud_error {
      color: #f44335; }
    body #nav-save #cloud_queue {
      animation-name: completed;
      animation-duration: 6s;
      animation-iteration-count: 1;
      color: rgba(0, 0, 0, 0.54); }
    body #nav-save #cloud_upload {
      animation: saving 1000ms infinite; }
  body #nav-top {
    display: flex;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 51;
    background-color: white;
    height: 52px;
    position: relative;
    color: rgba(0, 0, 0, 0.87); }
  body #navBarSearch {
    background-color: #fff;
    width: 350px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    overflow-y: auto;
    max-height: 75px;
    position: absolute;
    z-index: 10; }
  body .nav-environment {
    background-color: #f44335;
    color: white;
    position: fixed;
    padding: 3px;
    bottom: 0;
    left: 0;
    min-width: 60px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    width: 258px; }
  body #sidenav-left {
    width: 264px;
    max-width: 264px;
    background-color: #212121;
    left: 0;
    letter-spacing: 1px;
    overflow: hidden; }
    body #sidenav-left.show-dynamic > content {
      transform: translate(-100%); }
    body #sidenav-left > content {
      width: 100%;
      padding-top: 24px;
      height: calc(100% - 24px);
      color: white;
      transition: transform 225ms; }
    body #sidenav-left:not(.sidenav-show) {
      -webkit-transform: translateX(-100%);
      -webkit-transition: -webkit-transform 225ms cubic-bezier(0.4, 0, 0.6, 1);
      transform: translateX(-100%);
      transition: transform 225ms cubic-bezier(0.4, 0, 0.6, 1); }
    body #sidenav-left.sidenav-show {
      -webkit-transform: translateX(0);
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
      transform: translateX(0);
      transition-property: transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }
  body #navigation-menu-static {
    position: absolute;
    left: 0;
    top: 0; }
  body #navigation-menu-dynamic {
    position: absolute;
    left: 100%;
    top: 0; }
    body #navigation-menu-dynamic .shroud {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.38); }
    body #navigation-menu-dynamic .menu-child {
      margin-left: 14px; }
  body #sidenav-title-static, body #sidenav-title-dynamic {
    display: flex;
    text-align: center;
    padding: 0 24px 16px 0; }
    body #sidenav-title-static > span, body #sidenav-title-dynamic > span {
      width: 100%; }
    body #sidenav-title-static > a, body #sidenav-title-dynamic > a {
      position: absolute;
      right: 8px;
      top: 8px;
      margin: 0;
      padding: 8px;
      cursor: pointer; }
      body #sidenav-title-static > a:hover > .material-icons, body accordion pane-header #sidenav-title-static > a:hover > .pane-header-icon, accordion pane-header body #sidenav-title-static > a:hover > .pane-header-icon, body #sidenav-title-dynamic > a:hover > .material-icons, body accordion pane-header #sidenav-title-dynamic > a:hover > .pane-header-icon, accordion pane-header body #sidenav-title-dynamic > a:hover > .pane-header-icon {
        color: #ffe97c; }
    body #sidenav-title-static .material-icons, body #sidenav-title-static accordion pane-header .pane-header-icon, accordion pane-header body #sidenav-title-static .pane-header-icon, body #sidenav-title-dynamic .material-icons, body #sidenav-title-dynamic accordion pane-header .pane-header-icon, accordion pane-header body #sidenav-title-dynamic .pane-header-icon {
      transition: color 150ms;
      color: white; }
    body #sidenav-title-static .close-sidenav, body #sidenav-title-dynamic .close-sidenav {
      left: 0;
      right: auto;
      display: none; }
  body #sidenav-version {
    position: absolute;
    bottom: 0;
    right: 32px;
    z-index: 1;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.54); }
    body #sidenav-version .errors {
      cursor: pointer;
      left: 12px;
      position: relative;
      color: #f44335; }
      body #sidenav-version .errors span {
        top: -3px; }
      body #sidenav-version .errors i {
        color: #f44335;
        font-size: 16px;
        position: relative;
        top: 4px; }
  body #sidenav-home {
    font-size: 0.8125rem;
    padding-left: 16px;
    line-height: 40px;
    color: white; }
    body #sidenav-home:hover, body #sidenav-home.active-tab {
      background-color: white;
      color: rgba(0, 0, 0, 0.87); }
  body sidenav {
    height: calc(100% - 52px);
    max-height: calc(100% - 52px);
    white-space: nowrap;
    position: fixed;
    z-index: 50;
    top: 52px; }
    body sidenav > content {
      padding: 0;
      height: 100%;
      overflow-x: hidden;
      background-color: inherit; }
  body .sidenav-quick-navigation {
    color: #212121;
    height: 30px;
    width: 264px;
    display: inline-flex;
    justify-content: center;
    position: relative;
    top: 6px; }
    body .sidenav-quick-navigation .btn {
      padding: 0; }
    body .sidenav-quick-navigation i {
      color: #212121; }
  body #sidenav-user-search {
    display: flex;
    align-items: center;
    margin: 0 8px 8px 0;
    padding: 12px 0 8px 16px; }
    body #sidenav-user-search > input-string {
      width: 100%; }
    body #sidenav-user-search > .btn.btn-icon {
      margin-left: 2px; }
  body #sidenav-right {
    width: 360px;
    max-width: 360px;
    background-color: white;
    color: rgba(0, 0, 0, 0.87);
    right: 0; }
    body #sidenav-right content > a {
      position: absolute;
      left: 0;
      margin: 0; }
    body #sidenav-right:not(.sidenav-show) {
      -webkit-transform: translateX(100%);
      -webkit-transition: -webkit-transform 225ms cubic-bezier(0.4, 0, 0.6, 1);
      transform: translateX(100%);
      transition: transform 225ms cubic-bezier(0.4, 0, 0.6, 1); }
    body #sidenav-right.sidenav-show {
      -webkit-transform: translateX(0);
      -webkit-transition: -webkit-transform 300ms cubic-bezier(0.4, 0, 0.6, 1);
      transform: translateX(0);
      transition: transform 300ms cubic-bezier(0.4, 0, 0.6, 1); }
    body #sidenav-right .tab-navigation {
      margin-top: 8px; }
    body #sidenav-right .process-search-result {
      overflow-y: scroll;
      height: calc(100vh - 420px); }
    body #sidenav-right .process-search-result h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-left: 16px;
      margin-top: 16px; }
    body #sidenav-right input-comment > input-container .comment-section {
      max-height: calc(100vh - 232px); }
  body > div[view] {
    height: 100%; }
    body > div[view] > div {
      height: 100%; }
  body #main-container {
    display: flex;
    height: calc(100% - 52px);
    align-items: stretch;
    background-color: #bdbdbd;
    max-width: 100%; }
    body #main-container > pusher {
      display: block;
      width: 0; }
  body #main-container-transition {
    display: flex;
    position: relative;
    flex: 1;
    align-items: stretch;
    padding: 16px 16px 22px 0;
    overflow: hidden;
    background-color: whitesmoke; }
    body #main-container-transition .swap-position {
      display: none;
      cursor: pointer;
      overflow: hidden;
      width: 8px;
      height: 52px;
      background-color: #ffe97c;
      transition: width 300ms; }
      body #main-container-transition .swap-position.visible {
        display: block; }
      body #main-container-transition .swap-position > i {
        padding: 8px;
        line-height: 36px;
        color: rgba(0, 0, 0, 0.54); }
      body #main-container-transition .swap-position:hover {
        width: 40px; }
    body #main-container-transition > tools-catcher {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
      left: 0;
      height: 22px;
      transition: background-color 300ms;
      text-align: center; }
      body #main-container-transition > tools-catcher:hover {
        background-color: #e0e0e0; }
      body #main-container-transition > tools-catcher > i {
        font-size: 22px; }
    body #main-container-transition > div {
      box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
      flex: 2;
      position: relative;
      margin-left: 16px;
      overflow: hidden; }
      body #main-container-transition > div.transition-in {
        transition: transform 300ms, opacity 300ms, box-shadow 1800ms;
        opacity: 1;
        box-shadow: 0 0 0 0 transparent; }
        body #main-container-transition > div.transition-in.transition-out {
          opacity: 0;
          transform: translateY(24px); }
      body #main-container-transition > div.narrowest {
        flex: 0.6;
        flex-basis: 7.5%; }
      body #main-container-transition > div.narrower {
        flex: 1;
        flex-basis: 7.5%; }
      body #main-container-transition > div.wider {
        flex: 3; }
      body #main-container-transition > div [view] {
        opacity: 0;
        transition: opacity 300ms 150ms; }
        body #main-container-transition > div [view].transition-in {
          opacity: 1; }
      body #main-container-transition > div .advanced-loading-screen {
        position: absolute;
        left: 0;
        padding: 23px 0;
        opacity: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        background-color: white;
        transition: opacity 225ms; }
        body #main-container-transition > div .advanced-loading-screen.transition-out {
          opacity: 0; }
      body #main-container-transition > div > .loading-screen {
        position: absolute;
        background-color: white;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: opacity 225ms; }
        body #main-container-transition > div > .loading-screen.transition-out {
          opacity: 0; }
      body #main-container-transition > div > content-header, body #main-container-transition > div > container-header {
        padding-left: 0;
        transition: background-color 225ms; }
        body #main-container-transition > div > content-header.swap-highlight, body #main-container-transition > div > container-header.swap-highlight {
          background-color: #ffe97c;
          color: rgba(0, 0, 0, 0.87); }
          body #main-container-transition > div > content-header.swap-highlight .material-icons, body #main-container-transition > div > container-header.swap-highlight .material-icons, body #main-container-transition > div > content-header.swap-highlight accordion pane-header .pane-header-icon, accordion pane-header body #main-container-transition > div > content-header.swap-highlight .pane-header-icon, body #main-container-transition > div > container-header.swap-highlight accordion pane-header .pane-header-icon, accordion pane-header body #main-container-transition > div > container-header.swap-highlight .pane-header-icon {
            color: rgba(0, 0, 0, 0.54); }
        body #main-container-transition > div > content-header > h1, body #main-container-transition > div > container-header > h1 {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          margin-left: 16px;
          font-size: 1.25rem; }
      body #main-container-transition > div > content {
        padding: 32px 16px 0 16px;
        overflow: auto;
        background-color: white;
        min-height: calc(100% - 84px);
        height: calc(100% - 84px);
        max-height: calc(100% - 84px);
        min-height: calc(100vh - 174px);
        height: calc(100vh - 174px);
        max-height: calc(100vh - 174px); }
        body #main-container-transition > div > content.backdropped {
          overflow: hidden; }
        body #main-container-transition > div > content > content-footbar {
          padding: 0; }
      body #main-container-transition > div > .backdrop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.54);
        z-index: 51; }
        body #main-container-transition > div > .backdrop > .view-lock {
          margin-top: 96px; }
      body #main-container-transition > div > content.view-extended {
        transform: translateX(100%);
        transition: transform 300ms, opacity 300ms; }
        body #main-container-transition > div > content.view-extended.transition-in {
          transform: translateX(0); }
          body #main-container-transition > div > content.view-extended.transition-in ~ content-footbar {
            opacity: 1; }
        body #main-container-transition > div > content.view-extended.transition-out {
          opacity: 0;
          transform: translateY(24px); }
          body #main-container-transition > div > content.view-extended.transition-out ~ content-footbar {
            opacity: 0; }
        body #main-container-transition > div > content.view-extended ~ content-footbar {
          opacity: 0;
          transition: opacity 300ms; }
        body #main-container-transition > div > content.view-extended > .view-extended-close {
          position: absolute;
          top: 16px;
          right: 24px;
          font-size: 32px; }
      body #main-container-transition > div > .btn-fab {
        position: absolute;
        right: 8px;
        z-index: 49;
        bottom: 0; }
  body swipe-detector-left {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: calc(100% - 52px); }
  body swipe-detector-right {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: calc(100% - 52px); }
  body tools {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    z-index: 56;
    bottom: -48px;
    height: 48px;
    right: 0;
    left: 0;
    margin: auto 16px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #fafafa;
    padding: 0 24px;
    -webkit-transition: -webkit-transform 300ms;
    -webkit-transform: translateY(100%);
    transition: transform 300ms ease-out;
    transform: translateY(100%); }
    body tools.slide-up {
      -webkit-transition: -webkit-transform 225ms;
      -webkit-transform: translateY(-52px);
      transition: transform 225ms;
      transform: translateY(-52px); }
  body .loading-screen {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
    padding: 48px 0 32px 0; }
  body .loading-failure {
    max-width: 1248px;
    margin: 32px 0 16px 0;
    padding: 0 16px; }
    body .loading-failure > i {
      color: #f44335;
      margin-bottom: 12px;
      font-size: 48px; }
    body .loading-failure .url {
      margin-top: 48px;
      margin-bottom: 8px; }
    body .loading-failure .description {
      padding: 0 16px 0 24px; }
    body .loading-failure .description, body .loading-failure .url {
      overflow: hidden;
      text-overflow: ellipsis;
      word-wrap: break-word; }

body.capture input-process label {
  top: 18px !important; }
body.capture input-process input-container {
  height: 24px; }
body.capture input-process #input-process-2 {
  display: none; }
body.capture input-process .process-add, body.capture input-process .process-remove {
  display: none !important; }
body.capture meta-helper {
  display: none; }
body.capture input-string label, body.capture input-number label, body.capture input-select label, body.capture input-date label, body.capture input-text label, body.capture input-process label {
  transform: none !important;
  -webkit-transform: none !important;
  font-size: 0.75rem !important; }
body.capture input-string input, body.capture input-number input, body.capture input-select input, body.capture input-date input, body.capture input-text input, body.capture input-process input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: none !important; }
body.capture input-process.one-process input-container {
  height: 74px; }
body.capture input-process.one-process label {
  top: 18px !important; }
body.capture input-text input-container {
  height: auto !important; }
body.capture input-text textarea {
  display: none !important; }
  body.capture input-text textarea ~ p {
    display: block !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; }
body.capture input-select input-container > .material-icons, body.capture input-select accordion pane-header input-container > .pane-header-icon, accordion pane-header body.capture input-select input-container > .pane-header-icon, body.capture input-date input-container > .material-icons, body.capture input-date accordion pane-header input-container > .pane-header-icon, accordion pane-header body.capture input-date input-container > .pane-header-icon {
  display: none !important; }
body.capture input-select input-container > a, body.capture input-date input-container > a {
  display: none !important; }
body.capture input-file .dropzone, body.capture input-file .btn, body.capture input-link .dropzone, body.capture input-link .btn {
  display: none !important; }

@media screen and (max-width: 1280px) {
  tz-dialog .add-field-dialog .field-description {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    min-height: 80px;
    padding: 8px; }
    tz-dialog .add-field-dialog .field-description .field-title {
      font-size: 14px; }
    tz-dialog .add-field-dialog .field-description .field-desc {
      font-size: 12px; } }
@media screen and (max-width: 1024px) {
  body.frontpage-layout {
    overflow-y: visible; }
    body.frontpage-layout #frontpage-background {
      margin-bottom: 118px; }
      body.frontpage-layout #frontpage-background > .background {
        display: none !important; }
      body.frontpage-layout #frontpage-background .align-column:last-of-type, body.frontpage-layout #frontpage-background .list .list-item-text:last-of-type, .list body.frontpage-layout #frontpage-background .list-item-text:last-of-type {
        display: none; }
      body.frontpage-layout #frontpage-background img {
        position: absolute;
        right: 16px;
        top: 16px;
        max-width: 40%; }
    body.frontpage-layout #main-container-transition .widget-buttons > .background {
      height: 160px; }
  body #portfolio-footbar .RMCalendarResolution {
    display: none; }
  body #sidenav-title-static > a.close-sidenav, body #sidenav-title-dynamic > a.close-sidenav {
    display: block; }
  body input-select-menu, body datepicker {
    max-width: 100vw;
    margin: auto;
    left: 0 !important;
    right: 0; }
  body #nav-logo {
    min-width: 88px; }
    body #nav-logo > img {
      min-width: 88px; }
  body #nav-icons {
    min-width: 52px; }
    body #nav-icons > a, body #nav-icons .notification {
      display: none; }
    body #nav-icons > .user-contact {
      margin: 0; }
      body #nav-icons > .user-contact > .avatar {
        display: none; }
      body #nav-icons > .user-contact > h3 {
        display: none; }
  body #nav-save {
    display: none; }
  body #nav-top .process-progress {
    display: none; }
  body sidenav {
    height: 100%;
    max-height: 100%;
    z-index: 56;
    width: 60vw;
    max-width: 320px; }
    body sidenav > content {
      height: calc(100% - 36px); }
  body #sidenav-left {
    top: 0; }
  body #sidenav-right {
    top: 0; }
  body #sidenav-user-search {
    padding: 8px 8px 0 8px; }
    body #sidenav-user-search > .material-icons, body accordion pane-header #sidenav-user-search > .pane-header-icon, accordion pane-header body #sidenav-user-search > .pane-header-icon {
      display: none; }
    body #sidenav-user-search > input-string {
      margin-left: 0; }
  body swipe-detector-right, body swipe-detector-left {
    display: block; }
  body #main-container {
    height: auto; } }
@media screen and (max-width: 900px) {
  tz-dialog .add-field-dialog .field-description {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0;
    min-height: 100px;
    padding: 8px; }
    tz-dialog .add-field-dialog .field-description .field-title {
      font-size: 13px; }
    tz-dialog .add-field-dialog .field-description .field-desc {
      font-size: 10px; } }
@media screen and (max-width: 1280px) {
  body #nav-path .not-last-path-part {
    display: none; } }
@media screen and (max-width: 1024px) {
  body #nav-path {
    margin-left: 0; } }
@media screen and (min-width: 1440px) {
  pusher.sidenav-right-pusher {
    min-width: 360px;
    width: 360px; } }
@media screen and (min-width: 1024px) {
  #main-container > pusher.sidenav-left-pusher {
    min-width: 264px;
    width: 264px; } }
@media only screen and (max-height: 600px) {
  tz-dialog {
    max-width: 100vw;
    height: 100%;
    max-height: 100%;
    width: 100vw;
    top: 24px; }
    tz-dialog dialog-content {
      padding: 18px 14px 18px 14px; }
    tz-dialog dialog-background {
      height: 22px;
      background-image: unset !important; }
    tz-dialog dialog-actions {
      bottom: 0;
      position: absolute;
      width: 100%;
      padding-left: 0; }

  datepicker {
    width: 100vw !important;
    top: 0 !important;
    max-height: 100% !important;
    height: 100% !important;
    display: flex; }
    datepicker .actions-section {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-left: 0;
      justify-content: end; }
      datepicker .actions-section .flex {
        display: none; }
    datepicker .title-section {
      padding: 12px 12px 16px 12px; }

  .mobile-hide {
    display: none !important; }

  .mobile-show {
    display: inherit !important; } }
@media only screen and (max-width: 600px) {
  body #main-container-transition {
    padding: 10px 8px 22px 0; }
    body #main-container-transition > div {
      margin-left: 8px; }
      body #main-container-transition > div > content {
        padding: 8px 16px 0 16px; }

  table[materialize] td:first-of-type, table[materialize] th:first-of-type {
    padding: 0 4px 0 8px; }

  html {
    font-size: 85%; }

  .material-icons, accordion pane-header .pane-header-icon {
    font-size: 1.65rem !important; }

  meta-helper .material-icons, meta-helper accordion pane-header .pane-header-icon, accordion pane-header meta-helper .pane-header-icon {
    font-size: 1.35rem !important; }

  datepicker {
    width: 100vw !important;
    top: 0 !important;
    max-height: 100% !important;
    height: 100% !important; }
    datepicker .actions-section {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-left: 0; }

  #nav-logo {
    min-width: 76px !important; }
    #nav-logo img {
      min-width: 70px !important;
      width: 70px !important; }

  tz-dialog {
    max-width: 100vw;
    height: 100%;
    top: 24px;
    max-height: 100%; }
    tz-dialog dialog-content {
      padding: 18px 14px 18px 14px; }
    tz-dialog dialog-actions {
      bottom: 0;
      position: absolute;
      width: 100%;
      padding-left: 0; }

  .mobile-hide {
    display: none !important; }

  .mobile-show {
    display: inherit !important; } }
/*@media only screen and (max-width: 600px) {
  table[materialize] {
    table, thead, tbody, th, td, tr {
      display: block;
    }

    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      display: none;
    }

    tr {
      border: 1px solid rgba(0, 0, 0, 0.12);
      margin-top: 46px;
    }
    
    tr:hover {
      background-color: transparent!important;
    }

    td {
      !* Behave  like a "row" *!
      border: none;
      position: relative;
      padding-left: 50%;
      line-height: 3.6;
    }

    td:before {
      !* Now like a table header *!
      position: absolute;
      content: attr(mobile-label);
      
      !* Top/left values mimic padding *!
      top: 2px;
      left: 28px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }

  }
}*/
.circular-chart .clickable:hover {
  cursor: pointer; }

circular-visualization ul {
  max-width: 100%;
  margin-left: 6px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 300px); }
  circular-visualization ul li {
    width: 200px;
    height: 200px; }

horizontal-cells .title {
  font-size: 14px;
  margin-bottom: 4px; }
horizontal-cells .cells, horizontal-cells .footer, horizontal-cells .footer-item {
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 25px;
  margin-bottom: 10px;
  padding-top: 25px; }
  horizontal-cells .cells.minimal, horizontal-cells .footer.minimal, horizontal-cells .footer-item.minimal {
    padding-top: 10px; }
  horizontal-cells .cells .monday, horizontal-cells .footer .monday, horizontal-cells .footer-item .monday {
    font-size: 11px;
    position: absolute;
    background-color: transparent;
    padding-top: 16px;
    padding-left: 2px;
    margin-left: 0;
    margin-top: 0;
    border: none; }
horizontal-cells .footer, horizontal-cells .footer-item {
  padding: 0;
  margin: 0;
  margin-top: -10px;
  font-size: 11px;
  justify-content: space-evenly; }
  horizontal-cells .footer span, horizontal-cells .footer-item span {
    padding-left: 2px; }
horizontal-cells .cells div {
  border: solid 1px white; }
horizontal-cells .footer-item div {
  width: 10px;
  height: 10px; }
horizontal-cells .footer {
  padding-top: 20px;
  padding-bottom: 20px; }
  horizontal-cells .footer.minimal {
    padding-bottom: 10px; }
  horizontal-cells .footer.vague {
    padding-top: 0;
    padding-bottom: 0;
    top: 28px;
    position: relative;
    background-color: #FFFFFF; }
    horizontal-cells .footer.vague > .footer-item {
      background-color: #FFFFFF; }
horizontal-cells .minimal .footer {
  padding-bottom: 10px; }

.tree-hierarchy {
  /*
  #tooltip {
    pointer-events: none;
  }
  #tooltip.hidden {
    display: none;
  }
  #tooltip p {
    margin: 0;
  }
  */ }
  .tree-hierarchy .node:hover {
    fill: #ac70ac;
    font-size: 12px; }
  .tree-hierarchy .node circle {
    fill: #e0e0e0;
    stroke: #e0e0e0;
    stroke-width: 2px; }
  .tree-hierarchy .node circle:hover {
    stroke: #ac70ac;
    fill: #ac70ac; }
  .tree-hierarchy .node {
    cursor: pointer; }
  .tree-hierarchy .node text {
    font-size: 12px; }
  .tree-hierarchy .link {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 1px; }
  .tree-hierarchy .node--leaf {
    fill: #ffe97c; }
  .tree-hierarchy .label {
    font-size: 12px;
    text-anchor: middle;
    text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff; }
  .tree-hierarchy .label, .tree-hierarchy .node--root, .tree-hierarchy .node--leaf {
    pointer-events: none; }
  .tree-hierarchy circle:hover {
    stroke: #ac70ac;
    stroke-width: 2px; }
  .tree-hierarchy .svg-container {
    width: 100%;
    overflow: hidden; }

.color-matrix table[materialize] td.colorCell {
  width: 100px;
  text-align: center;
  height: 80px; }
.color-matrix table[materialize] td.titleCell {
  text-align: left;
  width: 150px; }
.color-matrix table[materialize] td.headerCell {
  font-weight: bold; }
.color-matrix table[materialize] td {
  border: none; }
.color-matrix table[materialize] .horizontalTittleCell {
  background-color: white !important; }

.sankey-label div {
  color: white;
  background-color: rgba(124, 124, 124, 0.8);
  text-align: center;
  padding: 10px;
  border-radius: 14px;
  font-family: Roboto; }

.sankey-label-hidden div {
  visibility: hidden; }

.portfolio-analysis {
  margin: 0px auto;
  max-width: 1200px;
  margin-bottom: 100px; }
  .portfolio-analysis mixed-chart {
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
  .portfolio-analysis .analysis-cell p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 10px; }
  .portfolio-analysis .h3 {
    font-size: 2.2rem;
    min-height: 2.4rem; }
  .portfolio-analysis .h4 {
    font-size: 1.6rem; }
  .portfolio-analysis .h5, .portfolio-analysis container-header, .portfolio-analysis card card-title, card .portfolio-analysis card-title, .portfolio-analysis table-header, .portfolio-analysis chart-header {
    font-size: 1.2rem; }
  .portfolio-analysis .generated {
    font-size: 16px;
    display: flex; }
  .portfolio-analysis .recycle-button div {
    top: -16px;
    left: -10px; }
    .portfolio-analysis .recycle-button div i {
      font-size: 18px; }
  .portfolio-analysis div h1 {
    margin-top: 20px;
    margin-bottom: 12px; }
  .portfolio-analysis div p {
    margin-top: 12px; }

.rest-documentation .rest-header {
  padding: 10px;
  width: 160px; }
.rest-documentation .rest-value {
  padding: 10px;
  background-color: whitesmoke;
  width: 800px;
  font-family: Consolas, "courier new";
  font-size: 14px;
  white-space: pre; }
.rest-documentation .rest-value-input {
  font-family: 'Roboto', 'Helvetica Neue', sans-serif; }
.rest-documentation input-container {
  margin-top: 0px;
  margin-bottom: 24px; }
.rest-documentation .content-wrapper {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px; }
.rest-documentation .content-header-wrapper {
  display: flex;
  margin-bottom: 32px; }
.rest-documentation .body-filters-button {
  position: relative;
  top: 23px; }
.rest-documentation .body-filters-button i {
  font-size: 16px; }

workday-range {
  margin-top: 8px;
  display: block;
  font-size: 12px; }

board {
  display: block;
  position: relative;
  width: 100%;
  min-height: 256px;
  height: 100%;
  overflow-x: hidden;
  cursor: grab;
  cursor: -webkit-grab; }
  board .header {
    height: 40px;
    line-height: 40px; }
  board .sub-headers {
    margin-bottom: 8px; }
    board .sub-headers > div {
      display: inline-block; }
  board .board-header {
    position: absolute;
    top: 0;
    z-index: 5;
    background-color: white; }
    board .board-header, board .board-header > .column-block {
      transition: box-shadow 225ms; }
  board .card-pointer {
    position: absolute;
    top: 0; }
    board .card-pointer > .pointer {
      width: 8px;
      height: 8px;
      border-radius: 4px; }
    board .card-pointer > .line {
      height: 8px;
      width: 2px;
      margin-left: 3px;
      background-color: rgba(0, 0, 0, 0.87); }
  board .board-content {
    padding-top: 64px;
    height: 100%;
    background-color: white; }
    board .board-content > .column-block {
      overflow: hidden;
      padding-bottom: 128px; }
  board .column-block {
    background-color: white;
    padding: 0 3px; }
    board .column-block.striped {
      background-color: whitesmoke; }
  board .board-card {
    position: relative;
    padding-top: 16px;
    margin-bottom: 12px;
    flex-shrink: 0; }
  board .card-content {
    min-height: 64px;
    padding: 16px 16px 8px 16px; }
  board .card-description {
    white-space: pre-wrap;
    margin-top: 12px; }
  board .card-chips {
    margin-top: 8px; }
  board chip {
    margin: 4px 6px 0 0;
    height: 26px; }
    board chip > chip-name {
      line-height: 26px;
      height: 26px;
      font-size: 0.8125rem;
      cursor: grab;
      cursor: -webkit-grab;
      color: rgba(0, 0, 0, 0.87) !important; }

.cropper-modal {
  background-color: white; }

.cropper-line, .cropper-point {
  background-color: rgba(0, 0, 0, 0.87); }

.cropper-view-box {
  outline-color: rgba(0, 0, 0, 0.87); }

cropper {
  display: block; }
  cropper > img {
    max-width: 100%;
    max-height: 55vh; }

div.flex-time-directive {
  max-width: 672px; }
  div.flex-time-directive input-container {
    margin-top: 0; }
  div.flex-time-directive table {
    box-sizing: border-box; }

div.flex-time-report {
  width: 1600px; }

div.flex-time-corrections {
  width: 1015px; }

div.flex-time:not(.has-stripes) tbody > tr:hover {
  background-color: transparent !important; }
  div.flex-time:not(.has-stripes) tbody > tr:hover td {
    background-color: transparent !important; }
  div.flex-time:not(.has-stripes) tbody > tr:hover td.not_work {
    background-color: whitesmoke !important; }
  div.flex-time:not(.has-stripes) tbody > tr:hover div {
    background-color: transparent !important; }
  div.flex-time:not(.has-stripes) tbody > tr:hover div.selected {
    background-color: #ffe97c !important; }
div.flex-time:not(.has-stripes) tbody > tr.grey:hover {
  background-color: whitesmoke !important; }
div.flex-time:not(.has-stripes) tbody > tr.correction:hover {
  background-color: #e0e0e0 !important; }
div.flex-time table.time-week {
  width: auto;
  margin-bottom: 0px; }
  div.flex-time table.time-week td {
    border-top: 0px;
    text-align: center;
    cursor: pointer !important;
    width: 79px; }
  div.flex-time table.time-week td:first-child {
    padding-left: 15px;
    padding-right: 8px; }
  div.flex-time table.time-week tr.low > td:first-child:not(.today) {
    width: 115px !important; }
  div.flex-time table.time-week tr.low > td:first-child.today {
    width: 111px !important; }
  div.flex-time table.time-week tr.low > td.today:not(.today) {
    width: 111px !important; }
  div.flex-time table.time-week tr.low > td.today {
    width: 107px !important; }
  div.flex-time table.time-week tr.low > td {
    height: 24px; }
    div.flex-time table.time-week tr.low > td i.material-icons, div.flex-time table.time-week tr.low > td accordion pane-header i.pane-header-icon, accordion pane-header div.flex-time table.time-week tr.low > td i.pane-header-icon {
      font-size: 16px;
      display: contents; }
  div.flex-time table.time-week tr.high > td:first-child:not(.today) {
    width: 115px !important; }
  div.flex-time table.time-week tr.high > td:first-child.today {
    width: 111px !important; }
  div.flex-time table.time-week tr.high > td.today:not(.today) {
    width: 111px !important; }
  div.flex-time table.time-week tr.high > td.today {
    width: 107px !important; }
  div.flex-time table.time-week tr.high > td {
    height: 36px; }
    div.flex-time table.time-week tr.high > td i.material-icons, div.flex-time table.time-week tr.high > td accordion pane-header i.pane-header-icon, accordion pane-header div.flex-time table.time-week tr.high > td i.pane-header-icon {
      font-size: 20px; }
  div.flex-time table.time-week td.row1, div.flex-time table.time-week td.row2, div.flex-time table.time-week td.row3 {
    padding: 0px; }
  div.flex-time table.time-week td > div.row1 {
    height: 36px;
    line-height: 36px; }
  div.flex-time table.time-week td > div.row2 {
    height: 36px;
    line-height: 36px; }
  div.flex-time table.time-week td > div.row3 {
    height: auto;
    line-height: 38px; }
    div.flex-time table.time-week td > div.row3 div.icon {
      padding-top: 5px; }
  div.flex-time table.time-week td > div.today1 {
    border-top: 2px solid #ac70ac;
    border-left: 2px solid #ac70ac;
    border-right: 2px solid #ac70ac;
    height: 34px !important;
    line-height: 32px !important; }
  div.flex-time table.time-week td > div.today2 {
    border-left: 2px solid #ac70ac;
    border-right: 2px solid #ac70ac; }
  div.flex-time table.time-week td > div.today3 {
    border-left: 2px solid #ac70ac;
    border-right: 2px solid #ac70ac;
    border-bottom: 2px solid #ac70ac;
    line-height: 36px !important; }
  div.flex-time table.time-week td.not_work {
    background-color: whitesmoke; }
  div.flex-time table.time-week td > div.selected {
    background-color: #ffe97c !important;
    cursor: default !important; }
  div.flex-time table.time-week td.holiday, div.flex-time table.time-week td.holiday i {
    color: #f44335; }
div.flex-time table.time-controls {
  width: auto;
  margin: 0px auto; }
  div.flex-time table.time-controls td {
    border-top: 0px; }
  div.flex-time table.time-controls td.arrows {
    cursor: pointer !important;
    padding: 0px;
    width: 40px; }
  div.flex-time table.time-controls td.date {
    width: 132px;
    padding-right: 18px; }
  div.flex-time table.time-controls input-container {
    margin-top: 0; }
  div.flex-time table.time-controls td.user {
    width: 250px; }
  div.flex-time table.time-controls td.year {
    width: 80px; }
  div.flex-time table.time-controls td.month {
    width: 120px; }
div.flex-time table.time-inputs {
  width: auto;
  margin-bottom: 0px; }
  div.flex-time table.time-inputs th.day {
    width: 130px; }
  div.flex-time table.time-inputs td.day {
    width: 130px;
    padding-top: 5px;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1rem; }
  div.flex-time table.time-inputs td.hours {
    padding-left: 4px;
    padding-right: 4px; }
    div.flex-time table.time-inputs td.hours input {
      width: 30px;
      text-align: right; }
    div.flex-time table.time-inputs td.hours div.input-value {
      width: 30px;
      text-align: right;
      margin-left: 0px !important;
      padding-right: 1px; }
    div.flex-time table.time-inputs td.hours input-container {
      min-width: 30px;
      height: 52px;
      bottom: 11px; }
  div.flex-time table.time-inputs td.minutes {
    padding-left: 4px;
    padding-right: 4px; }
    div.flex-time table.time-inputs td.minutes input {
      width: 30px; }
    div.flex-time table.time-inputs td.minutes div.input-value {
      width: 30px;
      margin-left: 0px !important;
      padding-left: 1px; }
    div.flex-time table.time-inputs td.minutes input-container {
      min-width: 30px;
      height: 52px;
      bottom: 11px; }
  div.flex-time table.time-inputs td.lunch-hours, div.flex-time table.time-inputs td.lunch-minutes {
    padding-left: 4px;
    padding-right: 0px; }
    div.flex-time table.time-inputs td.lunch-hours input, div.flex-time table.time-inputs td.lunch-minutes input {
      width: 25px;
      text-align: right; }
    div.flex-time table.time-inputs td.lunch-hours div.input-value, div.flex-time table.time-inputs td.lunch-minutes div.input-value {
      width: 25px;
      text-align: right;
      margin-left: 0px !important;
      padding-right: 1px; }
    div.flex-time table.time-inputs td.lunch-hours input-container, div.flex-time table.time-inputs td.lunch-minutes input-container {
      min-width: 30px;
      height: 52px;
      bottom: 11px;
      margin-top: 0; }
  div.flex-time table.time-inputs td.work-hours, div.flex-time table.time-inputs td.work-minutes {
    padding-left: 4px;
    padding-right: 0px; }
    div.flex-time table.time-inputs td.work-hours input, div.flex-time table.time-inputs td.work-minutes input {
      width: 25px;
      text-align: right; }
    div.flex-time table.time-inputs td.work-hours div.input-value, div.flex-time table.time-inputs td.work-minutes div.input-value {
      width: 25px;
      text-align: right;
      margin-left: 0px !important;
      padding-right: 1px; }
    div.flex-time table.time-inputs td.work-hours input-container, div.flex-time table.time-inputs td.work-minutes input-container {
      min-width: 30px;
      height: 52px;
      bottom: 10px;
      margin-top: 0; }
  div.flex-time table.time-inputs td.colon {
    width: 3px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 4px; }
  div.flex-time table.time-inputs th.dash {
    width: 4px; }
  div.flex-time table.time-inputs td.dash {
    width: 4px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 4px; }
  div.flex-time table.time-inputs td.h, div.flex-time table.time-inputs td.m {
    width: 4px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 0px; }
  div.flex-time table.time-inputs td.space, div.flex-time table.time-inputs th.space {
    width: 29px; }
  div.flex-time table.time-inputs td.delete, div.flex-time table.time-inputs th.add {
    width: 24px;
    padding-top: 7px; }
    div.flex-time table.time-inputs td.delete div.btn, div.flex-time table.time-inputs th.add div.btn {
      bottom: 6px; }
  div.flex-time table.time-inputs td.add {
    width: 24px;
    padding-top: 9px; }
    div.flex-time table.time-inputs td.add div.btn {
      bottom: 7px; }
  div.flex-time table.time-inputs td.start_conflict, div.flex-time table.time-inputs td.start_conflict input, div.flex-time table.time-inputs td.end_conflict, div.flex-time table.time-inputs td.end_conflict input, div.flex-time table.time-inputs td.order_conflict, div.flex-time table.time-inputs td.order_conflict input, div.flex-time table.time-inputs td.lunch_conflict, div.flex-time table.time-inputs td.lunch_conflict input {
    color: #f44335; }
  div.flex-time table.time-inputs td.day_hours {
    text-align: right; }
  div.flex-time table.time-inputs th.day_hours_diff_report {
    width: 80px; }
  div.flex-time table.time-inputs td.day_hours_diff_report {
    width: 80px;
    padding-top: 5px;
    font-size: 1rem; }
    div.flex-time table.time-inputs td.day_hours_diff_report span {
      font-size: 0.8125rem; }
  div.flex-time table.time-inputs th.calendar_events {
    width: 150px; }
  div.flex-time table.time-inputs td.calendar_events {
    width: 150px;
    padding-top: 18px;
    padding-bottom: 14px;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    white-space: pre-wrap;
    word-wrap: anywhere; }
  div.flex-time table.time-inputs td.balance, div.flex-time table.time-inputs td.balance-total, div.flex-time table.time-inputs td.day_hours, div.flex-time table.time-inputs td.day_hours_diff {
    padding: 0px;
    font-size: 1rem; }
    div.flex-time table.time-inputs td.balance span, div.flex-time table.time-inputs td.balance-total span, div.flex-time table.time-inputs td.day_hours span, div.flex-time table.time-inputs td.day_hours_diff span {
      font-size: 0.8125rem; }
  div.flex-time table.time-inputs td.balance {
    width: 25px;
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: right;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1rem; }
  div.flex-time table.time-inputs td.balance-total {
    padding-left: 16px; }
  div.flex-time table.time-inputs td.comment {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    cursor: pointer !important; }
  div.flex-time table.time-inputs tr.grey td {
    background-color: whitesmoke; }
  div.flex-time table.time-inputs tr.correction {
    background-color: #e0e0e0 !important; }
    div.flex-time table.time-inputs tr.correction td.title {
      font-size: 1rem;
      padding-bottom: 2px; }
    div.flex-time table.time-inputs tr.correction td.work-hours {
      padding-bottom: 1px; }
  div.flex-time table.time-inputs tr.comment p {
    border-bottom: 1px solid transparent !important; }
  div.flex-time table.time-inputs tr.comment td {
    padding-bottom: 8px;
    min-height: 88px; }
    div.flex-time table.time-inputs tr.comment td input-smart {
      min-height: 96px; }
      div.flex-time table.time-inputs tr.comment td input-smart input-text {
        min-height: 96px; }
        div.flex-time table.time-inputs tr.comment td input-smart input-text input-container {
          min-height: 94px; }
          div.flex-time table.time-inputs tr.comment td input-smart input-text input-container textarea {
            min-height: 47px; }
  div.flex-time table.time-inputs td.report_comment {
    width: 650px;
    padding-top: 18px;
    padding-bottom: 14px;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    white-space: pre-wrap;
    word-wrap: anywhere; }
  div.flex-time table.time-inputs th.corrections-work-hours {
    width: 80px; }
  div.flex-time table.time-inputs th.corrections-comment {
    width: 650px; }
  div.flex-time table.time-inputs td.corrections-comment {
    width: 650px;
    padding-top: 18px;
    padding-bottom: 14px;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1rem;
    white-space: pre-wrap;
    word-wrap: anywhere; }
  div.flex-time table.time-inputs td.special input-container {
    height: 54px;
    bottom: 15px;
    margin-top: 0; }
  div.flex-time table.time-inputs td.special i.material-icons, div.flex-time table.time-inputs td.special accordion pane-header i.pane-header-icon, accordion pane-header div.flex-time table.time-inputs td.special i.pane-header-icon {
    top: 17px; }
  div.flex-time table.time-inputs td.reporting_special {
    width: 31px;
    padding-left: 8px;
    padding-right: 8px; }
    div.flex-time table.time-inputs td.reporting_special input-container {
      min-width: 19px;
      height: 52px;
      bottom: 10px;
      margin-top: 0; }
div.flex-time td {
  cursor: default !important; }
div.flex-time input[readonly] {
  border-bottom: 1px solid transparent !important; }

div.flex-time-report table.time-controls input-smart, div.flex-time-report table.time-controls input-select, div.flex-time-report table.time-controls input-container, div.flex-time-corrections table.time-controls input-smart, div.flex-time-corrections table.time-controls input-select, div.flex-time-corrections table.time-controls input-container {
  height: 30px !important; }
div.flex-time-report table.time-inputs td.hours input-container, div.flex-time-report table.time-inputs td.minutes input-container, div.flex-time-corrections table.time-inputs td.hours input-container, div.flex-time-corrections table.time-inputs td.minutes input-container {
  bottom: 7px !important; }
div.flex-time-report table.time-inputs td.colon, div.flex-time-report table.time-inputs td.dash, div.flex-time-corrections table.time-inputs td.colon, div.flex-time-corrections table.time-inputs td.dash {
  padding-top: 7px !important; }
div.flex-time-report table.time-inputs td.h, div.flex-time-report table.time-inputs td.m, div.flex-time-corrections table.time-inputs td.h, div.flex-time-corrections table.time-inputs td.m {
  padding-top: 9px !important; }
div.flex-time-report table.time-inputs td.hours > input-smart, div.flex-time-report table.time-inputs td.minutes > input-smart, div.flex-time-corrections table.time-inputs td.hours > input-smart, div.flex-time-corrections table.time-inputs td.minutes > input-smart {
  margin-top: -22px !important; }
div.flex-time-report table.time-inputs td.corrections-comment, div.flex-time-corrections table.time-inputs td.corrections-comment {
  padding-top: 5px !important;
  padding-bottom: 0px !important; }

.allocation-legend-footbar {
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 32px; }
  .allocation-legend-footbar .colour-block {
    display: inline-block;
    width: 10px;
    min-width: 8px;
    height: 10px;
    margin: 0 8px 0 0;
    border-radius: 50px;
    transition: background-color 225ms; }
    .allocation-legend-footbar .colour-block.inactive + span {
      color: rgba(0, 0, 0, 0.38); }
  .allocation-legend-footbar i {
    font-size: 14px;
    margin: 0 8px 0 0; }
  .allocation-legend-footbar span {
    font-size: 13px;
    transition: color 225ms;
    margin-right: 8px; }

.allocation-legend-instruction {
  font-size: 13px;
  margin-bottom: 2px; }

#allocation-backdrop {
  height: 100%;
  display: flex;
  justify-content: center; }
  #allocation-backdrop > div {
    justify-content: center; }
  #allocation-backdrop .material-icons, #allocation-backdrop accordion pane-header .pane-header-icon, accordion pane-header #allocation-backdrop .pane-header-icon {
    border: 2px solid white;
    border-radius: 50%;
    font-size: 72px;
    margin-bottom: 16px; }
  #allocation-backdrop h1 {
    color: white; }

body.preventSelection {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
  overflow: hidden; }

.slack-controller {
  width: 128px; }

row-manager > table, allocation-manager > table, .rmDragged {
  table-layout: fixed;
  width: 100%; }
  row-manager > table.margin-group, allocation-manager > table.margin-group, .margin-group.rmDragged {
    padding-top: 16px; }
  row-manager > table .btn.btn-icon.openRow, allocation-manager > table .btn.btn-icon.openRow, .rmDragged .btn.btn-icon.openRow {
    float: left;
    margin: 6px 0 0 0; }
  row-manager > table .inlineMenu, allocation-manager > table .inlineMenu, .rmDragged .inlineMenu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    background: #757575;
    color: white;
    height: 32px;
    overflow: hidden;
    transition: width 225ms, opacity 225ms 150ms;
    opacity: 0;
    z-index: 10;
    padding: 8px 0; }
    row-manager > table .inlineMenu > a, allocation-manager > table .inlineMenu > a, .rmDragged .inlineMenu > a {
      font-weight: 400;
      padding: 0 16px;
      height: 32px;
      line-height: 32px;
      display: block;
      float: left;
      transition: color 150ms; }
      row-manager > table .inlineMenu > a:hover, allocation-manager > table .inlineMenu > a:hover, .rmDragged .inlineMenu > a:hover {
        color: #ffe97c; }
      row-manager > table .inlineMenu > a:not(:first-of-type), allocation-manager > table .inlineMenu > a:not(:first-of-type), .rmDragged .inlineMenu > a:not(:first-of-type) {
        border-left: 1px solid white; }
  row-manager > table .hidden, allocation-manager > table .hidden, .rmDragged .hidden {
    display: none; }
  row-manager > table .highlight-permanent td, allocation-manager > table .highlight-permanent td, .rmDragged .highlight-permanent td {
    background-color: #ffe97c !important;
    transition-property: background-color;
    transition-duration: 0.5s; }
  row-manager > table .highlight-permanent-remove td, allocation-manager > table .highlight-permanent-remove td, .rmDragged .highlight-permanent-remove td {
    background-color: inherit;
    transition-property: background-color;
    transition-duration: 2s; }
  row-manager > table .highlight-bar, allocation-manager > table .highlight-bar, .rmDragged .highlight-bar {
    float: left;
    height: 48px;
    width: 6px;
    position: absolute; }
    row-manager > table .highlight-bar.red, allocation-manager > table .highlight-bar.red, .rmDragged .highlight-bar.red {
      background-color: #f44335; }
    row-manager > table .highlight-bar.teal, allocation-manager > table .highlight-bar.teal, .rmDragged .highlight-bar.teal {
      background-color: #4db6ac; }
    row-manager > table .highlight-bar.purple, allocation-manager > table .highlight-bar.purple, .rmDragged .highlight-bar.purple {
      background-color: #9c27b0; }
    row-manager > table .highlight-bar.orange, allocation-manager > table .highlight-bar.orange, .rmDragged .highlight-bar.orange {
      background-color: #ff9800; }
    row-manager > table .highlight-bar.yellow, allocation-manager > table .highlight-bar.yellow, .rmDragged .highlight-bar.yellow {
      background-color: #ffeb3b; }
    row-manager > table .highlight-bar.green, allocation-manager > table .highlight-bar.green, .rmDragged .highlight-bar.green {
      background-color: #4caf50; }
    row-manager > table .highlight-bar.grey, allocation-manager > table .highlight-bar.grey, .rmDragged .highlight-bar.grey {
      background-color: #bdbdbd; }
    row-manager > table .highlight-bar.cyan, allocation-manager > table .highlight-bar.cyan, .rmDragged .highlight-bar.cyan {
      background-color: #00bcd4; }
  row-manager > table tr, allocation-manager > table tr, .rmDragged tr {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */
    cursor: pointer;
    vertical-align: middle; }
    row-manager > table tr.selected td, allocation-manager > table tr.selected td, .rmDragged tr.selected td {
      background-color: #ffe97c !important; }
    row-manager > table tr.flat-col-group .flat-row-group, allocation-manager > table tr.flat-col-group .flat-row-group, .rmDragged tr.flat-col-group .flat-row-group {
      background-color: #f9f9f9;
      border-top-width: 0; }
    row-manager > table tr.flat-col-group.first .flat-row-group, allocation-manager > table tr.flat-col-group.first .flat-row-group, .rmDragged tr.flat-col-group.first .flat-row-group {
      border-top-width: 1px; }
    row-manager > table tr.addrow, allocation-manager > table tr.addrow, .rmDragged tr.addrow {
      height: 48px;
      line-height: 48px; }
      row-manager > table tr.addrow > td, allocation-manager > table tr.addrow > td, .rmDragged tr.addrow > td {
        padding-left: 24px;
        text-align: left;
        font-size: 13px; }
        row-manager > table tr.addrow > td > span, allocation-manager > table tr.addrow > td > span, .rmDragged tr.addrow > td > span {
          font-size: 13px;
          color: rgba(0, 0, 0, 0.87); }
        row-manager > table tr.addrow > td .addNewItem, allocation-manager > table tr.addrow > td .addNewItem, .rmDragged tr.addrow > td .addNewItem {
          cursor: pointer;
          color: #ac70ac; }
          row-manager > table tr.addrow > td .addNewItem:hover, allocation-manager > table tr.addrow > td .addNewItem:hover, .rmDragged tr.addrow > td .addNewItem:hover {
            color: rgba(172, 112, 172, 0.54); }
    row-manager > table tr.empty, allocation-manager > table tr.empty, .rmDragged tr.empty {
      display: none;
      height: 48px;
      line-height: 48px; }
      row-manager > table tr.empty > td, allocation-manager > table tr.empty > td, .rmDragged tr.empty > td {
        padding-left: 24px;
        text-align: center; }
        row-manager > table tr.empty > td > span, allocation-manager > table tr.empty > td > span, .rmDragged tr.empty > td > span {
          font-size: 13px;
          color: rgba(0, 0, 0, 0.87); }
    row-manager > table tr.cutted, allocation-manager > table tr.cutted, .rmDragged tr.cutted {
      color: #bdbdbd;
      text-decoration: line-through; }
    row-manager > table tr .data-column, allocation-manager > table tr .data-column, .rmDragged tr .data-column {
      height: 48px;
      line-height: 48px;
      padding: 0 8px; }
    row-manager > table tr .two-rows, allocation-manager > table tr .two-rows, .rmDragged tr .two-rows {
      padding-top: 0;
      height: 48px;
      width: 100%; }
    row-manager > table tr .td-flex, allocation-manager > table tr .td-flex, .rmDragged tr .td-flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    row-manager > table tr .allocation_total, allocation-manager > table tr .allocation_total, .rmDragged tr .allocation_total {
      width: 75px;
      text-align: right;
      font-size: 12px; }
    row-manager > table tr .allocation_total_th, allocation-manager > table tr .allocation_total_th, .rmDragged tr .allocation_total_th {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      row-manager > table tr .allocation_total_th span, allocation-manager > table tr .allocation_total_th span, .rmDragged tr .allocation_total_th span {
        padding-top: 18px;
        padding-right: 6px; }
    row-manager > table tr .first-row, allocation-manager > table tr .first-row, .rmDragged tr .first-row, row-manager > table tr .second-row, allocation-manager > table tr .second-row, .rmDragged tr .second-row {
      height: 24px; }
      row-manager > table tr .first-row .data-column, allocation-manager > table tr .first-row .data-column, .rmDragged tr .first-row .data-column, row-manager > table tr .second-row .data-column, allocation-manager > table tr .second-row .data-column, .rmDragged tr .second-row .data-column {
        padding: 0 16px 0 0;
        line-height: 32px;
        height: 24px; }
    row-manager > table tr .header51, allocation-manager > table tr .header51, .rmDragged tr .header51 {
      background-color: whitesmoke !important; }
    row-manager > table tr .header51:hover, allocation-manager > table tr .header51:hover, .rmDragged tr .header51:hover {
      background-color: #e0e0e0 !important; }
    row-manager > table tr .header50, allocation-manager > table tr .header50, .rmDragged tr .header50 {
      background-color: white !important; }
    row-manager > table tr .header50:hover, allocation-manager > table tr .header50:hover, .rmDragged tr .header50:hover {
      background-color: #e0e0e0 !important; }
    row-manager > table tr .first-row, allocation-manager > table tr .first-row, .rmDragged tr .first-row {
      font-weight: 500; }
    row-manager > table tr .second-row .data-column, allocation-manager > table tr .second-row .data-column, .rmDragged tr .second-row .data-column {
      line-height: 32px;
      height: 24px;
      padding: 0;
      margin-top: -8px; }
      row-manager > table tr .second-row .data-column.organisation div span::after, allocation-manager > table tr .second-row .data-column.organisation div span::after, .rmDragged tr .second-row .data-column.organisation div span::after {
        content: ", ";
        white-space: pre; }
    row-manager > table tr:not(.rowmanager-header), allocation-manager > table tr:not(.rowmanager-header), .rmDragged tr:not(.rowmanager-header) {
      cursor: grab; }
      row-manager > table tr:not(.rowmanager-header):hover > td, allocation-manager > table tr:not(.rowmanager-header):hover > td, .rmDragged tr:not(.rowmanager-header):hover > td, row-manager > table tr:not(.rowmanager-header).hover > td, allocation-manager > table tr:not(.rowmanager-header).hover > td, .rmDragged tr:not(.rowmanager-header).hover > td {
        background-color: #e0e0e0; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).type2 > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type2 > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type2 > td {
        background-color: whitesmoke; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).type2:hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type2:hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type2:hover > td, row-manager > table tr:not(.rowmanager-header):not(.addRow).type2.hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type2.hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type2.hover > td {
        background-color: #e0e0e0; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).adv-row > td {
        background-color: var(--adv-row-color); }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row:hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row:hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).adv-row:hover > td, row-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row.hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).adv-row.hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).adv-row.hover > td {
        background-color: #e0e0e0; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).type21 > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type21 > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type21 > td {
        background-color: #f5f9ff; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).type21:hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type21:hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type21:hover > td, row-manager > table tr:not(.rowmanager-header):not(.addRow).type21.hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).type21.hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).type21.hover > td {
        background-color: #f5f9ff; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).typea > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).typea > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).typea > td {
        background-color: #ffe97c; }
      row-manager > table tr:not(.rowmanager-header):not(.addRow).typea:hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).typea:hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).typea:hover > td, row-manager > table tr:not(.rowmanager-header):not(.addRow).typea.hover > td, allocation-manager > table tr:not(.rowmanager-header):not(.addRow).typea.hover > td, .rmDragged tr:not(.rowmanager-header):not(.addRow).typea.hover > td {
        background-color: #e5d16f; }
    row-manager > table tr > td, allocation-manager > table tr > td, .rmDragged tr > td {
      background-color: white;
      overflow: hidden;
      vertical-align: middle;
      border-top: 1px solid rgba(0, 0, 0, 0.12); }
      row-manager > table tr > td.flat-group, allocation-manager > table tr > td.flat-group, .rmDragged tr > td.flat-group {
        border-top: none; }
      row-manager > table tr > td .btn.btn-icon, allocation-manager > table tr > td .btn.btn-icon, .rmDragged tr > td .btn.btn-icon {
        margin: 0; }
        row-manager > table tr > td .btn.btn-icon > i, allocation-manager > table tr > td .btn.btn-icon > i, .rmDragged tr > td .btn.btn-icon > i {
          transition: transform 300ms; }
        row-manager > table tr > td .btn.btn-icon.flip > i, allocation-manager > table tr > td .btn.btn-icon.flip > i, .rmDragged tr > td .btn.btn-icon.flip > i {
          transform: rotate(-90deg); }
      row-manager > table tr > td > div, allocation-manager > table tr > td > div, .rmDragged tr > td > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.8125rem; }
        row-manager > table tr > td > div.btn.btn-icon, allocation-manager > table tr > td > div.btn.btn-icon, .rmDragged tr > td > div.btn.btn-icon {
          font-size: 24px; }
        row-manager > table tr > td > div .avatar-multiple, allocation-manager > table tr > td > div .avatar-multiple, .rmDragged tr > td > div .avatar-multiple {
          margin-top: 8px; }
      row-manager > table tr > td.placeholder div, allocation-manager > table tr > td.placeholder div, .rmDragged tr > td.placeholder div {
        width: 100%;
        height: 42px;
        border: 3px dashed rgba(0, 0, 0, 0.12);
        padding-right: 0;
        background-color: #fafafa; }
    row-manager > table tr > th, allocation-manager > table tr > th, .rmDragged tr > th {
      position: relative;
      color: rgba(0, 0, 0, 0.54);
      font-size: 0.8125rem;
      text-align: left; }
      row-manager > table tr > th > div, allocation-manager > table tr > th > div, .rmDragged tr > th > div {
        height: 56px; }
        row-manager > table tr > th > div.header-group, allocation-manager > table tr > th > div.header-group, .rmDragged tr > th > div.header-group {
          background-color: whitesmoke;
          z-index: 12;
          position: absolute;
          line-height: 24px;
          height: 24px;
          left: 4px;
          text-align: center;
          top: -16px; }
  row-manager > table .rowmanager-header > th > div, allocation-manager > table .rowmanager-header > th > div, .rmDragged .rowmanager-header > th > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  row-manager > table .rowmanager-header > th .openAll.btn.btn-icon, allocation-manager > table .rowmanager-header > th .openAll.btn.btn-icon, .rmDragged .rowmanager-header > th .openAll.btn.btn-icon {
    float: left;
    margin: 6px 0 0 0; }
    row-manager > table .rowmanager-header > th .openAll.btn.btn-icon > i, allocation-manager > table .rowmanager-header > th .openAll.btn.btn-icon > i, .rmDragged .rowmanager-header > th .openAll.btn.btn-icon > i {
      transition: transform 300ms; }
    row-manager > table .rowmanager-header > th .openAll.btn.btn-icon.flip > i, allocation-manager > table .rowmanager-header > th .openAll.btn.btn-icon.flip > i, .rmDragged .rowmanager-header > th .openAll.btn.btn-icon.flip > i {
      transform: rotate(-90deg); }
    row-manager > table .rowmanager-header > th .openAll.btn.btn-icon.hide > i, allocation-manager > table .rowmanager-header > th .openAll.btn.btn-icon.hide > i, .rmDragged .rowmanager-header > th .openAll.btn.btn-icon.hide > i {
      display: none; }
  row-manager > table.has-calendar .rmTarget > td:last-child, allocation-manager > table.has-calendar .rmTarget > td:last-child, .has-calendar.rmDragged .rmTarget > td:last-child, row-manager > table.has-calendar .rmTarget > th:last-child, allocation-manager > table.has-calendar .rmTarget > th:last-child, .has-calendar.rmDragged .rmTarget > th:last-child, row-manager > table.has-calendar .rowmanager-header > td:last-child, allocation-manager > table.has-calendar .rowmanager-header > td:last-child, .has-calendar.rmDragged .rowmanager-header > td:last-child, row-manager > table.has-calendar .rowmanager-header > th:last-child, allocation-manager > table.has-calendar .rowmanager-header > th:last-child, .has-calendar.rmDragged .rowmanager-header > th:last-child {
    border-left: 2px solid rgba(0, 0, 0, 0.12); }

lite-manager {
  display: block;
  max-width: 800px;
  width: 100%;
  position: relative; }
  lite-manager .backdrop {
    position: absolute;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12); }
  lite-manager table {
    max-width: 100%; }
  lite-manager row-manager {
    margin: 10px 0 13px 0; }
  lite-manager loader {
    top: 6px; }
  lite-manager h1 {
    padding-top: 10px; }
    lite-manager h1 ~ row-manager {
      margin: 6px 0; }

allocation-manager tr.highlight > td {
  background-color: #ffe97c; }
allocation-manager tr > .allocation-filters {
  z-index: 10;
  height: 256px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid transparent; }
  allocation-manager tr > .allocation-filters > div {
    font-size: 1rem;
    display: flex;
    align-items: center;
    cursor: default;
    height: 48px;
    line-height: 48px;
    background-color: #ac70ac;
    color: white;
    padding: 0 24px;
    transition: transform 300ms; }
    allocation-manager tr > .allocation-filters > div > .flip {
      transform: rotate(-90deg); }
allocation-manager tr:hover > .allocation-filters {
  cursor: default;
  background-color: white !important; }
allocation-manager tr .calendar-element-date {
  text-align: center; }
allocation-manager tr:not(.rowmanager-header):not(.addRow).type2 > td:not(.header51) {
  background-color: transparent !important; }

row-manager, allocation-manager {
  display: block;
  position: relative; }
  row-manager .rowmanager-floating-header, allocation-manager .rowmanager-floating-header {
    position: absolute;
    overflow: hidden;
    top: 0;
    z-index: 12;
    background: white;
    transition: box-shadow 300ms; }
  row-manager > table, allocation-manager > table {
    border-collapse: separate; }
    row-manager > table > div, allocation-manager > table > div {
      position: absolute;
      top: 0;
      background: white;
      width: 100%;
      height: inherit;
      z-index: 49; }
  row-manager .calendarFixedHead, allocation-manager .calendarFixedHead {
    position: absolute;
    left: 6px;
    top: 0; }
  row-manager .users, allocation-manager .users {
    border: 2px dashed transparent; }
  row-manager .placeholder-user, allocation-manager .placeholder-user {
    border: 2px dashed #e0e0e0; }
  row-manager .calendarWrapper, allocation-manager .calendarWrapper {
    padding-top: 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    cursor: -webkit-grab; }
    row-manager .calendarWrapper > .calendarAnchor, allocation-manager .calendarWrapper > .calendarAnchor {
      position: absolute;
      height: inherit; }
      row-manager .calendarWrapper > .calendarAnchor .leadtime, allocation-manager .calendarWrapper > .calendarAnchor .leadtime {
        z-index: 10;
        top: 16px;
        height: 16px;
        position: absolute;
        opacity: .5;
        background: #4caf50;
        border-radius: 8px; }
      row-manager .calendarWrapper > .calendarAnchor .arrow, allocation-manager .calendarWrapper > .calendarAnchor .arrow {
        z-index: 10;
        position: absolute;
        /* ___                      __               __  
          / _ | ___________ _    __/ /  ___ ___ ____/ /__
         / __ |/ __/ __/ _ \ |/|/ / _ \/ -_) _ `/ _  (_-<
        /_/ |_/_/ /_/  \___/__,__/_//_/\__/\_,_/\_,_/__*/ }
        row-manager .calendarWrapper > .calendarAnchor .arrow.hidden, allocation-manager .calendarWrapper > .calendarAnchor .arrow.hidden {
          display: none; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeNES, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeNES {
          border-top: 2px solid #757575;
          border-top-right-radius: 3px;
          border-right: 2px solid #757575;
          border-bottom-right-radius: 3px;
          border-bottom: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeNWS, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeNWS {
          border-top: 2px solid #757575;
          border-top-left-radius: 3px;
          border-left: 2px solid #757575;
          border-bottom-left-radius: 3px;
          border-bottom: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeNW, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeNW {
          border-top-left-radius: 3px;
          border-left: 2px solid #757575;
          border-top: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeNE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeNE {
          border-top-right-radius: 3px;
          border-right: 2px solid #757575;
          border-top: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeSW, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeSW {
          border-bottom-left-radius: 3px;
          border-left: 2px solid #757575;
          border-bottom: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeSE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeSE {
          border-bottom-right-radius: 3px;
          border-right: 2px solid #757575;
          border-bottom: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeE {
          border-right: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.edgeN, allocation-manager .calendarWrapper > .calendarAnchor .arrow.edgeN {
          border-top: 2px solid #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedNES, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedNES {
          border-top: 2px dashed #757575;
          border-top-right-radius: 3px;
          border-right: 2px dashed #757575;
          border-bottom-right-radius: 3px;
          border-bottom: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedNWS, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedNWS {
          border-top: 2px dashed #757575;
          border-top-left-radius: 3px;
          border-left: 2px dashed #757575;
          border-bottom-left-radius: 3px;
          border-bottom: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedNW, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedNW {
          border-top-left-radius: 3px;
          border-left: 2px dashed #757575;
          border-top: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedNE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedNE {
          border-top-right-radius: 3px;
          border-right: 2px dashed #757575;
          border-top: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedSW, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedSW {
          border-bottom-left-radius: 3px;
          border-left: 2px dashed #757575;
          border-bottom: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedSE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedSE {
          border-bottom-right-radius: 3px;
          border-right: 2px dashed #757575;
          border-bottom: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedE, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedE {
          border-right: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.dottedN, allocation-manager .calendarWrapper > .calendarAnchor .arrow.dottedN {
          border-top: 2px dashed #757575; }
        row-manager .calendarWrapper > .calendarAnchor .arrow i, allocation-manager .calendarWrapper > .calendarAnchor .arrow i {
          z-index: 5;
          position: absolute;
          display: block;
          color: #757575; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.headNE, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.headNE {
            top: -8px;
            right: -13px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.headNW, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.headNW {
            top: -8px;
            left: -13px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.headSE, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.headSE {
            bottom: -11px;
            right: -13px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.headSW, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.headSW {
            bottom: -9px;
            left: -13px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.rootNE, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.rootNE {
            top: -12px;
            right: -12px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.rootNW, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.rootNW {
            top: -12px;
            left: -12px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.rootSE, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.rootSE {
            bottom: -12px;
            right: -12px; }
          row-manager .calendarWrapper > .calendarAnchor .arrow i.rootSW, allocation-manager .calendarWrapper > .calendarAnchor .arrow i.rootSW {
            bottom: -12px;
            left: -12px; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.red, allocation-manager .calendarWrapper > .calendarAnchor .arrow.red {
          border-color: #f44335 !important; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.green, allocation-manager .calendarWrapper > .calendarAnchor .arrow.green {
          border-color: #4caf50 !important; }
        row-manager .calendarWrapper > .calendarAnchor .arrow.critical, allocation-manager .calendarWrapper > .calendarAnchor .arrow.critical {
          border-color: #f44335 !important; }
          row-manager .calendarWrapper > .calendarAnchor .arrow.critical i, allocation-manager .calendarWrapper > .calendarAnchor .arrow.critical i {
            color: #f44335 !important; }
      row-manager .calendarWrapper > .calendarAnchor > .today, allocation-manager .calendarWrapper > .calendarAnchor > .today {
        z-index: 10;
        border-left: 3px solid #f44335;
        left: 7680px; }
      row-manager .calendarWrapper > .calendarAnchor > .today, row-manager .calendarWrapper > .calendarAnchor > .day, row-manager .calendarWrapper > .calendarAnchor > .week, row-manager .calendarWrapper > .calendarAnchor > .month, row-manager .calendarWrapper > .calendarAnchor > .quartal, row-manager .calendarWrapper > .calendarAnchor > .year, allocation-manager .calendarWrapper > .calendarAnchor > .today, allocation-manager .calendarWrapper > .calendarAnchor > .day, allocation-manager .calendarWrapper > .calendarAnchor > .week, allocation-manager .calendarWrapper > .calendarAnchor > .month, allocation-manager .calendarWrapper > .calendarAnchor > .quartal, allocation-manager .calendarWrapper > .calendarAnchor > .year {
        height: 100%;
        position: absolute;
        top: 0;
        margin-top: 20px;
        color: rgba(0, 0, 0, 0.87);
        pointer-events: none;
        text-align: left; }
        row-manager .calendarWrapper > .calendarAnchor > .today > .upper, row-manager .calendarWrapper > .calendarAnchor > .day > .upper, row-manager .calendarWrapper > .calendarAnchor > .week > .upper, row-manager .calendarWrapper > .calendarAnchor > .month > .upper, row-manager .calendarWrapper > .calendarAnchor > .quartal > .upper, row-manager .calendarWrapper > .calendarAnchor > .year > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .today > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .day > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .week > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .month > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .quartal > .upper, allocation-manager .calendarWrapper > .calendarAnchor > .year > .upper {
          white-space: nowrap;
          position: absolute;
          top: -36px;
          width: 100%; }
        row-manager .calendarWrapper > .calendarAnchor > .today.is-weekend, row-manager .calendarWrapper > .calendarAnchor > .day.is-weekend, row-manager .calendarWrapper > .calendarAnchor > .week.is-weekend, row-manager .calendarWrapper > .calendarAnchor > .month.is-weekend, row-manager .calendarWrapper > .calendarAnchor > .quartal.is-weekend, row-manager .calendarWrapper > .calendarAnchor > .year.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .today.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .day.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .week.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .month.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .quartal.is-weekend, allocation-manager .calendarWrapper > .calendarAnchor > .year.is-weekend {
          background-color: rgba(158, 158, 158, 0.12); }
        row-manager .calendarWrapper > .calendarAnchor > .today > .calendar-element-date, row-manager .calendarWrapper > .calendarAnchor > .day > .calendar-element-date, row-manager .calendarWrapper > .calendarAnchor > .week > .calendar-element-date, row-manager .calendarWrapper > .calendarAnchor > .month > .calendar-element-date, row-manager .calendarWrapper > .calendarAnchor > .quartal > .calendar-element-date, row-manager .calendarWrapper > .calendarAnchor > .year > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .today > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .day > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .week > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .month > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .quartal > .calendar-element-date, allocation-manager .calendarWrapper > .calendarAnchor > .year > .calendar-element-date {
          position: absolute;
          top: -20px;
          left: 0;
          right: 0; }
      row-manager .calendarWrapper > .calendarAnchor > .barTable, allocation-manager .calendarWrapper > .calendarAnchor > .barTable {
        border-collapse: separate; }
        row-manager .calendarWrapper > .calendarAnchor > .barTable tr:hover td > .cell > div.heightBar, allocation-manager .calendarWrapper > .calendarAnchor > .barTable tr:hover td > .cell > div.heightBar {
          background-color: rgba(0, 0, 0, 0.145); }
        row-manager .calendarWrapper > .calendarAnchor > .barTable th, allocation-manager .calendarWrapper > .calendarAnchor > .barTable th {
          height: 20px;
          border-top-color: transparent; }
        row-manager .calendarWrapper > .calendarAnchor > .barTable td, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td {
          overflow: visible;
          height: 48px;
          position: relative;
          border-top: 1px solid transparent; }
          row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell {
            position: absolute;
            height: 46px;
            top: 2px;
            overflow: hidden;
      /*      > .allocation-holiday-overflow {
              background-color: $primary-hover;
              height: 46px;
            }
*/ }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.request, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.request {
              border-bottom-color: #3f51b5; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.addRow, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.addRow {
              border-bottom-color: transparent; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.empty, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell.empty {
              border-bottom-color: transparent; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-warning, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-warning, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow {
              position: relative;
              background-color: rgba(158, 158, 158, 0.12);
              width: 100%;
              height: 100%; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow > i, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-warning > i, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-warning > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow > i {
                position: absolute;
                top: 0;
                right: 0; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-warning > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-warning > i {
              color: #ffc107; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-overflow > i {
              color: #f44335; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow > i, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell .allocation-holiday-overflow > i {
              color: #ac70ac; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-total, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-total {
              font-weight: 500;
              position: absolute;
              text-align: center;
              color: rgba(0, 0, 0, 0.87);
              width: 100%;
              line-height: 48px;
              z-index: 10;
              top: 0; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-holiday-total, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > .allocation-holiday-total {
              font-weight: 500;
              position: absolute;
              text-align: center;
              color: rgba(0, 0, 0, 0.87);
              width: 100%;
              display: none;
              height: 46px;
              opacity: 0.5;
              line-height: 48px;
              background-color: green;
              z-index: 10;
              top: 0; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > div.bottomBar, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > div.bottomBar {
              position: absolute;
              width: inherit;
              border-top: 1px solid #E0E0E0;
              top: 37px;
              height: 8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > div.heightBar, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .cell > div.heightBar {
              position: absolute;
              width: inherit;
              background-color: RGBA(0, 0, 0, 0.1);
              bottom: 0;
              left: 4px; }
          row-manager .calendarWrapper > .calendarAnchor > .barTable td .icon, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td .icon {
            position: absolute;
            top: 2px;
            z-index: 11; }
          row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar {
            z-index: 11;
            top: 16px;
            height: 16px;
            position: absolute;
            opacity: 1;
            overflow: visible; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar:hover, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar:hover {
              opacity: .6; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w-caret, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e-caret {
              position: absolute;
              top: -4px;
              width: 0;
              height: 0;
              border-top: 6px solid transparent;
              border-left: 6px solid transparent;
              border-bottom: 6px solid transparent; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e {
              position: absolute;
              z-index: 11;
              top: -4px;
              width: 16px;
              height: 24px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .w {
              left: -8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar > .e {
              right: -8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.selected, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.selected {
              border: 1px solid #f44335; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable.task, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable.sprint, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable.task, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable.sprint {
              cursor: pointer; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable > .w, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable > .e, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable > .w, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.editable > .e {
              cursor: ew-resize; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.task, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.task {
              background: #4caf50;
              border-radius: 8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.sprint, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.sprint {
              background: #3f51b5;
              border-radius: 8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.process, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.process {
              background: #4db6ac;
              border-radius: 8px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation {
              top: 29px;
              border-bottom: 4px solid #4caf50; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w-caret, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e-caret {
                top: 8px;
                border-left-color: #4caf50; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w-caret {
                left: -1px;
                transform: rotate(135deg); }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e-caret {
                right: -1px;
                transform: rotate(45deg); }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e {
                top: 4px;
                height: 16px;
                width: 20px; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .w {
                left: -6px; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.allocation > .e {
                right: -6px; }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase {
              top: 16px;
              border-top: 4px solid #757575; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .w-caret, row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .e-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .w-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .e-caret {
                top: -4px;
                border-left-color: #757575; }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .w-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .w-caret {
                left: -1px;
                transform: rotate(-135deg); }
              row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .e-caret, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar.phase > .e-caret {
                right: -1px;
                transform: rotate(-45deg); }
            row-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar .icon, allocation-manager .calendarWrapper > .calendarAnchor > .barTable td > .bar .icon {
              top: -12px;
              right: -10px; }
      row-manager .calendarWrapper > .calendarAnchor .calendarLimitter, allocation-manager .calendarWrapper > .calendarAnchor .calendarLimitter {
        background-color: #bdbdbd;
        height: 100%;
        position: absolute;
        top: 0;
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: .25;
        z-index: 1;
        display: none; }

#portfolio-view .progress-slider {
  display: flex;
  margin-top: 20px; }
  #portfolio-view .progress-slider .in-coming {
    background-color: #ac70ac;
    height: 10px; }
  #portfolio-view .progress-slider .out-going {
    background-color: #bdbdbd;
    height: 10px; }
  #portfolio-view .progress-slider .alert {
    background-color: #f44335; }
#portfolio-view .calendarWrapper > .calendarAnchor .arrow {
  z-index: 11; }

.rmDragged {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 20;
  position: absolute;
  cursor: none; }

.calendar-control {
  display: flex;
  align-items: center;
  font-size: 0.8175rem;
  color: rgba(0, 0, 0, 0.54); }
  .calendar-control .RMWarnings {
    color: #f48a60; }
  .calendar-control > .RMCalendarResolution {
    display: flex; }
    .calendar-control > .RMCalendarResolution > p {
      cursor: default;
      font-size: 0.8175rem;
      margin-right: 14px; }
  .calendar-control > .RMCalendarZoomIn > .btn.btn-icon, .calendar-control > .RMCalendarZoomOut > .btn.btn-icon {
    margin: 0 2px; }
  .calendar-control > .RMCalendarZoomIn > p, .calendar-control > .RMCalendarZoomOut > p {
    cursor: default; }
  .calendar-control > .RMCalendarZoomIn.disabled .material-icons, .calendar-control > .RMCalendarZoomIn.disabled accordion pane-header .pane-header-icon, accordion pane-header .calendar-control > .RMCalendarZoomIn.disabled .pane-header-icon, .calendar-control > .RMCalendarZoomIn.disabled p, .calendar-control > .RMCalendarZoomOut.disabled .material-icons, .calendar-control > .RMCalendarZoomOut.disabled accordion pane-header .pane-header-icon, accordion pane-header .calendar-control > .RMCalendarZoomOut.disabled .pane-header-icon, .calendar-control > .RMCalendarZoomOut.disabled p {
    color: rgba(0, 0, 0, 0.38); }

.kanbanRowDrag, .kanbanColumnDrag {
  position: absolute;
  cursor: none;
  z-index: 2; }
  .kanbanRowDrag td, .kanbanColumnDrag td {
    background-color: whitesmoke; }
    .kanbanRowDrag td.backlog, .kanbanColumnDrag td.backlog {
      width: 192px; }

kanban .kanbanFloatingHeader, kanban .kanbanBody, .kanbanRowDrag, .kanbanColumnDrag {
  border-collapse: separate;
  border-spacing: 0 16px;
  table-layout: fixed;
  width: 100%;
  background-color: white; }

kanban .kanbanFloatingHeader tr, kanban .kanbanBody tr, .kanbanRowDrag tr, .kanbanColumnDrag tr {
  transition: background-color 225ms; }
kanban .kanbanFloatingHeader th, kanban .kanbanBody th, .kanbanRowDrag th, .kanbanColumnDrag th {
  vertical-align: middle;
  padding-right: 32px; }
  kanban .kanbanFloatingHeader th.backlog, kanban .kanbanBody th.backlog, .kanbanRowDrag th.backlog, .kanbanColumnDrag th.backlog {
    width: 192px; }
  kanban .kanbanFloatingHeader th.mode1, kanban .kanbanBody th.mode1, .kanbanRowDrag th.mode1, .kanbanColumnDrag th.mode1 {
    width: 0px; }
  kanban .kanbanFloatingHeader th > p, kanban .kanbanBody th > p, .kanbanRowDrag th > p, .kanbanColumnDrag th > p {
    max-width: calc(100% - 40px);
    line-height: 40px;
    float: left;
    display: inline; }
  kanban .kanbanFloatingHeader th > .btn.btn-icon, kanban .kanbanBody th > .btn.btn-icon, .kanbanRowDrag th > .btn.btn-icon, .kanbanColumnDrag th > .btn.btn-icon {
    float: right;
    margin: 0;
    display: inline; }
kanban .kanbanFloatingHeader .type1, kanban .kanbanBody .type1, .kanbanRowDrag .type1, .kanbanColumnDrag .type1 {
  background-color: whitesmoke; }
  kanban .kanbanFloatingHeader .type1 > td, kanban .kanbanBody .type1 > td, .kanbanRowDrag .type1 > td, .kanbanColumnDrag .type1 > td {
    vertical-align: top;
    padding: 16px 0 8px 0; }
kanban .kanbanFloatingHeader .type0, kanban .kanbanBody .type0, .kanbanRowDrag .type0, .kanbanColumnDrag .type0 {
  position: relative;
  height: 58px;
  margin-bottom: 8px;
  padding: 16px 48px 48px 16px;
  margin-right: 32px;
  transition: background-color 300ms;
  cursor: grab;
  cursor: -webkit-grab; }
  kanban .kanbanFloatingHeader .type0 > .btn.btn-icon, kanban .kanbanBody .type0 > .btn.btn-icon, .kanbanRowDrag .type0 > .btn.btn-icon, .kanbanColumnDrag .type0 > .btn.btn-icon {
    position: absolute;
    top: 0;
    right: 0; }
  kanban .kanbanFloatingHeader .type0 > .title, kanban .kanbanBody .type0 > .title, .kanbanRowDrag .type0 > .title, .kanbanColumnDrag .type0 > .title {
    margin-bottom: 6px; }
  kanban .kanbanFloatingHeader .type0 > .description, kanban .kanbanBody .type0 > .description, .kanbanRowDrag .type0 > .description, .kanbanColumnDrag .type0 > .description {
    height: 62px;
    line-height: 1.02; }
  kanban .kanbanFloatingHeader .type0 > .avatar-multiple, kanban .kanbanBody .type0 > .avatar-multiple, .kanbanRowDrag .type0 > .avatar-multiple, .kanbanColumnDrag .type0 > .avatar-multiple {
    position: absolute;
    bottom: 8px; }
kanban .kanbanFloatingHeader .description, kanban .kanbanBody .description, .kanbanRowDrag .description, .kanbanColumnDrag .description {
  overflow: hidden;
  word-wrap: break-word;
  white-space: pre-wrap; }
kanban .kanbanFloatingHeader td.mode1, kanban .kanbanBody td.mode1, .kanbanRowDrag td.mode1, .kanbanColumnDrag td.mode1 {
  width: 0px; }
kanban .kanbanFloatingHeader td.backlog, kanban .kanbanBody td.backlog, .kanbanRowDrag td.backlog, .kanbanColumnDrag td.backlog {
  padding: 16px 48px 16px 16px;
  position: relative;
  cursor: grab;
  cursor: -webkit-grab; }
  kanban .kanbanFloatingHeader td.backlog > .title, kanban .kanbanBody td.backlog > .title, .kanbanRowDrag td.backlog > .title, .kanbanColumnDrag td.backlog > .title {
    line-height: 40px; }
  kanban .kanbanFloatingHeader td.backlog > .description, kanban .kanbanBody td.backlog > .description, .kanbanRowDrag td.backlog > .description, .kanbanColumnDrag td.backlog > .description {
    min-height: 68px; }
  kanban .kanbanFloatingHeader td.backlog > .btn.btn-icon, kanban .kanbanBody td.backlog > .btn.btn-icon, .kanbanRowDrag td.backlog > .btn.btn-icon, .kanbanColumnDrag td.backlog > .btn.btn-icon {
    position: absolute;
    top: 12px;
    right: 0; }
kanban .kanbanFloatingHeader td .placeholder, kanban .kanbanBody td .placeholder, .kanbanRowDrag td .placeholder, .kanbanColumnDrag td .placeholder {
  margin-right: 32px;
  height: 126px;
  border: 3px dashed rgba(0, 0, 0, 0.12);
  margin-bottom: 8px; }

body.compactKanban div.placeholder {
  height: 46px; }
body.compactKanban div.type0 {
  height: 20px;
  padding: 16px; }
  body.compactKanban div.type0 p.description {
    display: none; }
  body.compactKanban div.type0 div.avatar-multiple {
    display: none; }

kanban {
  position: relative;
  display: block; }
  kanban .kanbanFloatingHeader {
    position: absolute;
    top: 0;
    background-color: white;
    z-index: 1;
    transition: box-shadow 300ms; }
  kanban .kanbanBody .placeholder {
    background: white; }
  kanban .addRow, kanban .empty {
    padding-left: 16px;
    height: 56px;
    line-height: 56px; }
    kanban .addRow .addNewRow, kanban .empty .addNewRow {
      cursor: pointer;
      color: #ac70ac; }
      kanban .addRow .addNewRow:hover, kanban .empty .addNewRow:hover {
        color: rgba(172, 112, 172, 0.54); }
  kanban table tr td div.limiter {
    font-size: 13px; }
    kanban table tr td div.limiter span.toggleCards {
      cursor: pointer;
      text-decoration: underline; }

.kanbanRowDrag {
  border-spacing: 0; }

.kanbanColumnDrag td, .kanbanColumnDrag th {
  padding-left: 32px; }
.kanbanColumnDrag td {
  padding-top: 16px;
  padding-bottom: 8px; }

.kanbanCardDrag {
  padding: 16px 48px 48px 16px;
  position: absolute;
  cursor: none;
  height: 72px;
  z-index: 2; }
  .kanbanCardDrag > .btn.btn-icon {
    position: absolute;
    top: 0;
    right: 0; }
  .kanbanCardDrag > .avatar-multiple {
    position: absolute;
    bottom: 8px; }
  .kanbanCardDrag > .description {
    height: 62px;
    line-height: 1.02;
    overflow: hidden;
    word-wrap: break-word;
    white-space: pre-wrap; }
  .kanbanCardDrag > .title {
    margin-bottom: 6px; }

tz-menu div {
  display: inline-block;
  padding: 0; }
tz-menu .aria-detect {
  display: block;
  padding: 0 16px; }
tz-menu .kCircle {
  display: inline-block;
  cursor: pointer;
  margin: 2px 4px 4px 10px; }

#businesscase table {
  width: 100%; }
#businesscase table tr:hover {
  background-color: white; }
#businesscase table tr th {
  text-align: right; }

#businesscase2 table {
  max-width: 896px; }
#businesscase2 table a {
  display: inline-block;
  border-radius: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  background-color: white;
  text-align: center;
  box-sizing: border-box; }
  #businesscase2 table a.active {
    background-color: #ffe97c; }
#businesscase2 td:first-child {
  width: 35%; }
#businesscase2 td:last-child {
  width: 65%; }
#businesscase2 th {
  text-align: left; }
#businesscase2 thead:not(:first-of-type) h2 {
  padding-top: 48px; }
#businesscase2 h2 {
  padding: 0 0 24px 24px; }

#businesscase3 table {
  table-layout: fixed;
  min-width: 920px;
  max-width: 1920px; }
#businesscase3 th:first-of-type {
  width: 25%;
  min-width: 256px; }
#businesscase3 th:nth-last-child(-n+3) {
  width: 150px; }

.processProgress {
  text-align: center;
  width: 100%; }
  .processProgress ul {
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed; }
  .processProgress ul li {
    display: table-cell; }
  .processProgress ul li .active {
    float: left;
    height: 38px;
    background: #ffe97c;
    text-align: center;
    padding: 16px 0px 0 0px;
    position: relative;
    margin: 0 1px 0 -1px;
    font-size: 20px;
    text-decoration: none;
    color: black;
    width: 99%; }
  .processProgress ul li .active:after {
    content: "";
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 23px solid #ffe97c;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1; }
  .processProgress ul li .inactive {
    float: left;
    height: 38px;
    background: #e0e0e0;
    text-align: center;
    padding: 16px 0px 0 0px;
    position: relative;
    margin: 0 1px 0 -1px;
    font-size: 20px;
    text-decoration: none;
    color: black;
    width: 99%; }
  .processProgress ul li .inactive:after {
    content: "";
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 23px solid #e0e0e0;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1; }
  .processProgress ul li .active:before, .processProgress ul li .inactive:before {
    content: "";
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 23px solid white;
    position: absolute;
    left: 0;
    top: 0; }
  .processProgress ul li:first-child .active, .processProgress ul li:first-child .inactive {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .processProgress ul li:first-child .active:before, .processProgress ul li:first-child .inactive:before {
    display: none; }
  .processProgress ul li:last-child .active, .processProgress ul li:last-child .inactive {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .processProgress ul li:last-child .active:after, .processProgress ul li:last-child .inactive:after {
    display: none; }
  .processProgress ul li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#page-dashboard h2 {
  padding-bottom: 24px; }
#page-dashboard .columns {
  display: none; }

.dashboard-chart > div {
  padding: 32px; }

.dashboard-chart > div > div > div, .dashboard-chart > div > div > div > mixed-chart {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.dashboard-chart-container > div:not(:last-child) {
  border-bottom: solid 3px #f0f1f4; }

.mixed-normal-row td.mixed-table-header {
  background-color: white; }

.mixed-sub-row {
  background-color: #f0f1f4; }
  .mixed-sub-row td.mixed-table-header {
    background-color: #f0f1f4; }

.mixed-grand-row, .mixed-grand-row:hover {
  background-color: RGB(172, 112, 172) !important; }
  .mixed-grand-row td, .mixed-grand-row:hover td {
    color: white !important; }
    .mixed-grand-row td.mixed-table-header, .mixed-grand-row:hover td.mixed-table-header {
      background-color: RGB(172, 112, 172); }

.mixed-table-row-disabled {
  display: none; }

.mixed-table-legend-row-disabled td {
  text-decoration: line-through; }

.chart-filter-toggle {
  position: relative;
  margin-top: -56px;
  text-align: right; }

process-grid .chart-filter-toggle {
  margin-top: -64px; }

#chart-filters {
  margin-left: 28px; }
  #chart-filters .col {
    width: 220px;
    padding-right: 10px; }
  #chart-filters input-process {
    margin-right: 0 !important; }
  #chart-filters .btn {
    float: right;
    margin-top: -50px; }

#deliverablesFeatureView .deliverablesBox {
  padding: 6px 0 6px 0;
  margin: 6px 0 6px 0; }
#deliverablesFeatureView .dependenciesBox {
  padding: 6px 0 6px 0;
  margin: 6px 0 6px 0; }

#project-worktime-approval .highlight {
  background-color: #ac70ac; }
  #project-worktime-approval .highlight td {
    color: white; }
#project-worktime-approval th .btn {
  margin: 0; }
#project-worktime-approval th span {
  margin: 0 16px; }
#project-worktime-approval .show-user-week {
  color: white; }
#project-worktime-approval td:first-child, #project-worktime-approval th:first-child {
  width: 120px; }
#project-worktime-approval td:nth-last-child(-n+7), #project-worktime-approval th:nth-last-child(-n+7) {
  width: 24px;
  text-align: end; }
#project-worktime-approval td .btn {
  display: inline-block; }
#project-worktime-approval td:nth-last-child(-n+2) {
  background-color: rgba(158, 158, 158, 0.12); }
#project-worktime-approval tfoot td {
  background-color: #e0e0e0 !important; }
#project-worktime-approval .approved {
  color: #4caf50;
  font-weight: 500; }
#project-worktime-approval .rejected {
  color: #f44335;
  font-weight: 500; }

#evaluationmatrix table a {
  display: inline-block;
  border-radius: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.54);
  background-color: white; }
  #evaluationmatrix table a.active {
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffe97c; }
  #evaluationmatrix table a:hover {
    color: rgba(0, 0, 0, 0.87); }

#budgetPage .right {
  text-align: right; }
#budgetPage .sum {
  font-weight: 500;
  font-size: 1rem; }
#budgetPage .left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }
#budgetPage .year-header {
  font-weight: 500;
  font-size: 1.4rem; }
#budgetPage .value-column {
  padding-right: 16px; }
#budgetPage tr.hide-checkbox td input-check {
  visibility: hidden; }
#budgetPage th.icon-column {
  width: 25px; }

.tab > form > div.row > div {
  width: 100%;
  max-width: 912px;
  margin-bottom: 64px; }
  .tab > form > div.row > div.col-md-6 {
    max-width: 50%; }
  .tab > form > div.row > div > div:not(:first-of-type) container-header {
    margin-top: 48px; }

.tab > tabs tab {
  padding-left: 0; }
.tab .top-container, .tab .bottom-container {
  margin-bottom: 64px; }
  .tab .top-container .has-help, .tab .bottom-container .has-help {
    max-width: 1636px; }
  .tab .top-container input-portfolio, .tab .top-container input-matrix, .tab .top-container lite-manager, .tab .bottom-container input-portfolio, .tab .bottom-container input-matrix, .tab .bottom-container lite-manager {
    max-width: 1600px; }
  .tab .top-container process-field.hasHelp, .tab .bottom-container process-field.hasHelp {
    max-width: 1636px; }
.tab .edit-tab > div {
  border: dashed 3px rgba(0, 0, 0, 0.12);
  padding: 24px; }
.tab .edit-top, .tab .edit-bottom {
  border: dashed 3px rgba(0, 0, 0, 0.12);
  padding: 24px;
  margin-left: -8px;
  max-width: 1826px;
  margin-bottom: 64px; }

process-field {
  position: relative;
  display: block; }
  process-field.has-help {
    max-width: 836px; }

input-file + meta-helper, input-link + meta-helper {
  top: 8px; }

meta-helper {
  position: absolute;
  top: 6px; }
  meta-helper > .btn.btn-icon {
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 0; }
  meta-helper .material-icons, meta-helper accordion pane-header .pane-header-icon, accordion pane-header meta-helper .pane-header-icon {
    font-size: 13px;
    transition: color 225ms;
    color: rgba(0, 0, 0, 0.54); }
  meta-helper.is-empty .material-icons, meta-helper.is-empty accordion pane-header .pane-header-icon, accordion pane-header meta-helper.is-empty .pane-header-icon {
    color: rgba(0, 0, 0, 0.26); }

@media only screen and (min-width: 64em) {
  .tab .col-md-6:first-of-type {
    padding-right: 24px; }
  .tab .col-md-6:last-of-type {
    padding-left: 24px; } }
.change-table .change-item {
  background-color: #e2e2e2;
  padding: 4px 8px;
  border-radius: 8px;
  display: inline;
  text-align: center; }
.change-table .deleted {
  background-color: red;
  color: white;
  margin-top: 6px;
  display: inline-block; }
.change-table .created {
  background-color: #0097A7;
  color: white;
  margin-top: 2px;
  display: inline-block; }
.change-table .change-from {
  display: inline; }
.change-table .change-to {
  display: inline;
  margin-left: 28px; }
.change-table .change-arrow {
  position: absolute; }
.change-table .old-highlight {
  color: red;
  display: inline; }
.change-table .new-highlight {
  color: #0097A7;
  display: inline; }
.change-table .change-container {
  display: inline-block;
  line-height: 1.9;
  padding: 4px 0; }
.change-table .change-container-text {
  margin-bottom: 12px;
  display: block;
  margin-top: 4px;
  padding-top: 4px; }
.change-table + table[materialize] td {
  padding-bottom: 8px; }
.change-table + table[materialize]:not(.has-stripes) tbody > tr:hover td {
  background-color: white !important; }
.change-table + table tr:hover div {
  background-color: white !important; }
.change-table + table tr:hover {
  background-color: white !important; }
.change-table + table td:hover {
  background-color: white !important; }

div.financials table.main {
  padding-right: 16px; }
div.financials tr.main {
  background-color: #eeeeee; }
div.financials tr.main:hover td {
  background-color: #e0e0e0 !important; }
div.financials tr.total {
  background-color: #ac70ac; }
  div.financials tr.total td {
    color: #fff; }
div.financials tr.total:hover td {
  background-color: #9a649a !important; }
div.financials tr.cumulative:hover td {
  background-color: whitesmoke !important; }
div.financials .name {
  min-width: 140px; }
div.financials tr.hide-checkbox > td:first-child > input-check {
  visibility: hidden; }
div.financials tr.top-border td {
  border-top: 2px solid rgba(0, 0, 0, 0.12) !important; }
div.financials th {
  height: 28px; }
div.financials th.center, div.financials th.user-contact {
  text-align: center; }
div.financials td.right, div.financials th.right {
  text-align: right; }
div.financials td.border-left, div.financials th.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.12); }
div.financials th.width-40 {
  width: 40px !important; }
div.financials div.chart_left {
  width: 50%;
  float: left; }
div.financials div.chart_right {
  width: 50%;
  float: right; }
div.financials div.chart_full {
  clear: both; }
div.financials tr.last-modified td {
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
  border-top: 0; }
div.financials tr.last-modified td:hover, div.financials tr.access-denied td:hover, div.financials tr.process-title td:hover, div.financials tr.title:hover {
  background-color: white !important;
  cursor: default !important; }
div.financials tr.process-title td {
  border-top: 0;
  padding-top: 32px; }
div.financials td.no-rights, div.financials th.no-rights {
  background-color: rgba(0, 0, 0, 0.06); }

.worktime-tracking .highlight {
  background-color: #ac70ac !important; }
  .worktime-tracking .highlight td {
    color: white; }
.worktime-tracking .removed {
  font-style: italic; }
.worktime-tracking .today {
  background-color: #ffe97c; }
.worktime-tracking .weekend {
  background-color: whitesmoke; }
.worktime-tracking .daterange-title {
  margin-left: 48px; }
.worktime-tracking .upper-header th {
  padding-top: 16px; }
.worktime-tracking .lower-header th {
  padding-bottom: 8px; }
.worktime-tracking .middle-header > th {
  height: 40px; }
  .worktime-tracking .middle-header > th div {
    margin: 0 8px; }
.worktime-tracking .upper-header > th, .worktime-tracking .lower-header > th {
  height: 16px; }
.worktime-tracking .vacation {
  background-color: #eeeeee; }
.worktime-tracking .first-row, .worktime-tracking .second-row {
  height: 14px;
  overflow: hidden; }
.worktime-tracking .first-row {
  font-weight: 500; }
.worktime-tracking .error {
  color: #f44335; }
.worktime-tracking input, .worktime-tracking .input-value {
  width: 100% !important; }

@media only screen and (max-width: 600px) {
  .worktime-tracking {
    margin-left: -10px;
    margin-right: -10px; } }
#worktime-backdrop {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  #worktime-backdrop .material-icons, #worktime-backdrop accordion pane-header .pane-header-icon, accordion pane-header #worktime-backdrop .pane-header-icon {
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    font-size: 72px;
    margin-bottom: 16px; }
  #worktime-backdrop > h1 {
    font-size: 1.5rem;
    color: white; }

#worktime-approval .highlight {
  background-color: #ac70ac; }
  #worktime-approval .highlight td {
    color: white; }
#worktime-approval th .btn {
  margin: 0; }
#worktime-approval th span {
  margin: 0 16px; }
#worktime-approval .show-user-week {
  color: white; }
#worktime-approval td:first-child, #worktime-approval th:first-child {
  width: 120px; }
#worktime-approval td:nth-last-child(-n+7), #worktime-approval th:nth-last-child(-n+7) {
  width: 24px;
  text-align: end; }
#worktime-approval td .btn {
  display: inline-block; }
#worktime-approval td:nth-last-child(-n+2) {
  background-color: rgba(158, 158, 158, 0.12); }
#worktime-approval tfoot td {
  background-color: #e0e0e0 !important; }
#worktime-approval .approved {
  color: #4caf50;
  font-weight: bold; }
#worktime-approval .rejected {
  color: #f44335;
  font-weight: bold; }

.worktime-status .inprogress {
  color: rgba(0, 0, 0, 0.26); }
.worktime-status .partial {
  color: #616161; }
.worktime-status .submitted {
  color: #ffeb3b; }
.worktime-status .approved {
  color: #4caf50; }
.worktime-status .rejected {
  color: #f44335; }
.worktime-status .save-button {
  display: none; }
.worktime-status .filter-button {
  display: none; }

#WorkTimeReportFeatureOptionsArea {
  padding-left: 0; }
  #WorkTimeReportFeatureOptionsArea #WorkTimeReportFeatureOptionsAreaChild {
    padding-left: 0;
    opacity: 0;
    -webkit-transition: opacity 150ms, height 300ms;
    transition: opacity 150ms, height 300ms;
    overflow: hidden; }
    #WorkTimeReportFeatureOptionsArea #WorkTimeReportFeatureOptionsAreaChild.transition-in {
      opacity: 1; }

#WorkTimeReportFeatureDataArea .wtrCaretRow > i {
  transition: transform 300ms; }
  #WorkTimeReportFeatureDataArea .wtrCaretRow > i.revertRowCaret {
    transform: rotate(180deg); }

#workload-report .red {
  color: #f44335; }

#menu-navigation {
  margin-bottom: 64px; }
  #menu-navigation .sort-handler {
    margin-right: 48px; }
  #menu-navigation pane-header {
    background-color: whitesmoke;
    height: 60px;
    padding: 8px;
    line-height: normal; }
    #menu-navigation pane-header:focus {
      color: #e5d16f; }
    #menu-navigation pane-header::after {
      top: 16px;
      right: 16px; }
    #menu-navigation pane-header > div {
      width: 256px; }
  #menu-navigation table {
    margin-bottom: 48px; }

#portfolio-view, #portfolio-view > div, #portfolio-view > div > div {
  height: 100%; }
#portfolio-view row-manager .sum-row:hover > td, #portfolio-view row-manager .sum-row.hovered > td {
  background-color: inherit;
  cursor: default; }
#portfolio-view row-manager .sum-row div {
  font-weight: 500; }
#portfolio-view row-manager .process-progress {
  display: inline-block;
  vertical-align: middle; }
#portfolio-view row-manager .process-milestone {
  line-height: 48px; }
#portfolio-view portfolio-group table {
  width: 100%;
  table-layout: fixed; }
#portfolio-view portfolio-group thead th {
  width: 256px;
  background-color: white; }
  #portfolio-view portfolio-group thead th:first-of-type {
    width: 192px; }
  #portfolio-view portfolio-group thead th > div {
    max-width: 240px;
    line-height: 40px;
    height: 40px; }
#portfolio-view portfolio-group tbody tr {
  border-bottom: 16px solid white; }
#portfolio-view portfolio-group tbody th, #portfolio-view portfolio-group tbody td {
  background-color: whitesmoke; }
#portfolio-view portfolio-group tbody th {
  padding: 16px 24px 0 16px; }
  #portfolio-view portfolio-group tbody th > div {
    min-height: 116px; }
#portfolio-view portfolio-group tbody td {
  padding: 0 3px; }
#portfolio-view portfolio-group .card {
  max-width: 240px;
  min-width: 128px;
  min-height: 64px;
  padding: 16px 16px 8px 16px;
  margin: 16px 0 12px 0; }
#portfolio-view portfolio-group .card-chips {
  margin-top: 8px; }
#portfolio-view portfolio-group chip {
  margin: 4px 6px 0 0;
  height: 26px; }
  #portfolio-view portfolio-group chip > chip-name {
    line-height: 26px;
    height: 26px;
    font-size: 0.8125rem;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.87) !important; }
#portfolio-view portfolio-group .card-description {
  margin-top: 12px;
  white-space: pre-wrap; }
#portfolio-view .prioritized-items .visibility {
  opacity: 0;
  transition: opacity 150ms; }
#portfolio-view .prioritized-items tr:hover .visibility {
  opacity: 1; }
#portfolio-view .prioritized-items .green {
  color: #4caf50; }
#portfolio-view .prioritized-items .red {
  color: #f44335; }
#portfolio-view .prioritized-items .grey {
  color: rgba(0, 0, 0, 0.38); }

portfolio-filters {
  display: block; }
  portfolio-filters .divided-left {
    width: 48%;
    display: inline-block; }
  portfolio-filters .divided-right {
    width: 48%;
    display: inline-block;
    float: right; }
  portfolio-filters input-process[chip] {
    margin-right: 0px; }
  portfolio-filters .h6, portfolio-filters .rich-container h2, .rich-container portfolio-filters h2, portfolio-filters input-rich .ql-snow .ql-editor h2, input-rich .ql-snow .ql-editor portfolio-filters h2, portfolio-filters tooltip h2, tooltip portfolio-filters h2, portfolio-filters content-description h2, content-description portfolio-filters h2, portfolio-filters input-rich .ql-snow.ql-toolbar .ql-header .ql-picker-item[data-value="2"]::before, input-rich .ql-snow.ql-toolbar .ql-header portfolio-filters .ql-picker-item[data-value="2"]::before, portfolio-filters tz-dialog dialog-title > h2, tz-dialog portfolio-filters dialog-title > h2 {
    margin-bottom: 8px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    background-color: #eeeeee; }
  portfolio-filters .process-progress-bar {
    margin-bottom: 0; }
    portfolio-filters .process-progress-bar .progress:hover {
      background-color: #e5d16f; }
      portfolio-filters .process-progress-bar .progress:hover::after {
        border-left-color: #e5d16f; }
    portfolio-filters .process-progress-bar .grey:hover {
      background-color: rgba(158, 158, 158, 0.12); }
      portfolio-filters .process-progress-bar .grey:hover::after {
        border-left-color: rgba(158, 158, 158, 0.12); }
  portfolio-filters .sort-column {
    margin-bottom: 16px;
    background-color: #fafafa; }
  portfolio-filters .sort-column-header {
    margin-bottom: 8px;
    height: 40px; }

.dependencies svg {
  top: 0;
  position: absolute;
  left: 0; }
.dependencies svg circle + foreignObject div {
  padding: 4px;
  background-color: transparent;
  color: RGBA(0, 0, 0, 0.45);
  line-height: 1.24;
  font-family: "Roboto";
  text-align: center; }
.dependencies svg circle + foreignObject div:hover {
  background-color: #424242;
  color: white;
  border-radius: 4px;
  font-size: 0.625rem;
  min-height: 0.8125rem;
  letter-spacing: 0.025rem;
  max-height: 1.45rem; }
.dependencies svg circle + foreignObject.right div {
  text-align: right; }
.dependencies svg circle + foreignObject.left div {
  text-align: left; }
.dependencies svg circle.active {
  fill: green; }
  .dependencies svg circle.active + foreignObject div {
    background-color: #424242;
    color: white;
    border-radius: 4px;
    font-size: 0.625rem;
    min-height: 0.8125rem;
    letter-spacing: 0.025rem;
    max-height: 1.45rem; }

#portfolio-footbar {
  display: flex; }
  #portfolio-footbar .board-legend-footbar {
    align-items: center;
    display: flex;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 32px; }
    #portfolio-footbar .board-legend-footbar > .colour-block {
      display: inline-block;
      width: 8px;
      min-width: 8px;
      height: 24px;
      margin: 0 8px 0 16px; }
  #portfolio-footbar .RMCalendarResolution {
    margin-left: 14px; }
  #portfolio-footbar .calendar-control {
    display: flex; }
    #portfolio-footbar .calendar-control > div {
      align-items: center;
      display: flex; }

div.page-simple-allocations th.resource_name chip-name {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.046875rem !important; }

div.user-group-info table {
  margin-bottom: 0px; }
div.user-group-info th.states {
  width: 70%; }
div.user-group-info content {
  padding-left: 32px;
  padding-right: 0px; }
div.user-group-info accordion pane-header::after {
  top: 16px; }
div.user-group-info .level1 {
  font-size: 16px; }
  div.user-group-info .level1 > pane-header {
    background-color: #EEEEEE;
    height: 56px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
div.user-group-info .level2 > pane-header {
  background-color: #ffffff;
  height: 56px;
  padding-top: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
div.user-group-info .level3 > pane-header {
  background-color: #ffffff;
  height: 56px;
  padding-top: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

#chart-settings .review {
  width: 150px;
  height: 150px;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center 26px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  cursor: pointer; }
#chart-settings .disabled {
  filter: grayscale(1) opacity(0.3);
  cursor: default; }

.widget-bulletins .bulletin {
  margin-bottom: 32px; }
.widget-bulletins h1 {
  margin: 8px 0 16px 0; }
.widget-bulletins .rich-container {
  padding: 16px;
  background-color: #fafafa; }
.widget-bulletins .bulletin-info {
  margin-top: 8px;
  min-width: 128px;
  width: 128px;
  max-width: 128px; }
.widget-bulletins divider.vertical {
  margin: 0 16px; }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype"); }
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype"); }
.background-keto-1 {
  background: url(../images/backgrounds/keto-1.svg) no-repeat center center;
  background-color: #FFE97C;
  background-size: cover; }

.background-keto-w-1 {
  background: url(../images/backgrounds/keto-w-1.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 85%; }

.background-keto-w-2 {
  background: url(../images/backgrounds/keto-w-2.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 75%; }

.background-keto-w-3 {
  background: url(../images/backgrounds/keto-w-3.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 75%; }

.background-keto-w-4 {
  background: url(../images/backgrounds/keto-w-4.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 65%; }

.background-keto-w-5 {
  background: url(../images/backgrounds/keto-w-5.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 85%; }

.background-keto-w-6 {
  background: url(../images/backgrounds/keto-w-6.svg) no-repeat center center;
  background-color: #fff;
  background-size: 100% 80%; }

.background-keto-y-1 {
  background: url(../images/backgrounds/keto-y-1.svg) no-repeat;
  background-color: #FFE97C;
  background-position-y: bottom;
  background-position-x: 90%; }

.background-keto-y-2 {
  background: url(../images/backgrounds/keto-y-2.svg) no-repeat;
  background-color: #FFE97C;
  background-position-y: bottom;
  background-position-x: 90%; }

.background-keto-y-3 {
  background: url(../images/backgrounds/keto-y-3.svg) no-repeat;
  background-color: #FFE97C;
  background-position-y: bottom;
  background-position-x: 64px; }

.aria-detect {
  cursor: pointer; }
  .aria-detect:focus {
    color: #e5d16f !important; }
    .aria-detect:focus i {
      color: #e5d16f !important; }
    .aria-detect:focus tr {
      color: #ffe97c !important;
      background-color: #e5d16f !important; }

.btn.aria-detect:focus {
  color: #000 !important;
  background-color: #e5d16f !important; }
  .btn.aria-detect:focus i {
    color: #000 !important; }

tabs .btn.aria-detect:focus {
  color: #000 !important;
  background-color: #e5d16f !important; }
  tabs .btn.aria-detect:focus i {
    color: #fff !important; }
tabs.aria-detect:focus {
  color: #000 !important;
  background-color: #e5d16f !important; }
