@charset "UTF-8";
:root {
  --color-primary: #097f8f;
  --color-primary-light: #09b6c7;
  --color-primary-light-o-010: rgba(9, 182, 199, .10);
  --color-primary-light-o-025: rgba(9, 182, 199, .25);
  --color-primary-light-o-050: rgba(9, 182, 199, .5);
  --color-secondary: #c0213c;
  --color-secondary-light: #f72d52;
  --color-secondary-light-o-050: rgba(245, 45, 82, .5);
  --color-white: #fff;
  --color-black: #000;
  --color-grey-light-1: #ccc;
  --color-grey-light-2: #f5f5f5;
  --color-grey-light-3: #aeaeae;
  --color-grey-light-4: #eee;
  --color-grey-light-5: rgba(206, 212, 215, 0.4);
  --color-grey-dark-1: grey;
  --color-grey-dark-2: #2b2b2b;
  --color-green: #4db162;
  --color-yellow: #f9b634;
  --color-orange: #f1853e;
  --color-red: #f94a34;
  --color-green-border: rgba(77, 177, 98, 0.5);
  --color-yellow-border: rgba(249, 182, 52, 0.5);
  --color-red-border: rgba(249, 74, 52, 0.5);
  --transition-bounce-1: cubic-bezier(.85,.22,.4,1.39);
  --box-shadow-1: 0 0 1rem -.4rem rgba(0, 0, 0, 0.1);
  --box-shadow-red-1: 0 0.5rem 1.5rem rgba(255, 0, 0, 0.25);
  --padding-container: 2rem 3rem;
  --color-monitoring-none: var(--color-grey-light-1);
  --color-monitoring-daily: rgba(255, 0, 0, .75);
  --color-monitoring-weekly: rgba(255, 167, 0, .75);
  --color-monitoring-monthly: rgba(255, 244, 0, .75);
  --color-monitoring-quarterly: rgba(163, 255, 0, .75);
  --color-monitoring-yearly: rgba(44, 186, 0, .75); }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 120em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 90em) {
    html {
      font-size: 37.5%; } }

body {
  font-family: "Ubuntu", "Helvetica", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--color-grey-dark-1);
  background-color: var(--color-grey-light-1);
  box-sizing: border-box; }

.heading-primary {
  font-size: 3.6rem;
  font-weight: 100;
  letter-spacing: .2rem; }

.heading-secondary {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .14rem; }

.heading-tertiary {
  font-size: 1.8rem;
  font-weight: 100; }
  .heading-tertiary--bold {
    font-weight: 700; }

.heading-quarternary {
  font-size: 1.4rem;
  font-weight: 300; }

.placeholder-span {
  margin: auto;
  font-weight: 100;
  font-style: italic;
  color: var(--color-grey-light-1); }

.u-flex-1 {
  flex: 1 !important; }

.u-margin-bottom-big {
  margin-bottom: 4.5rem !important; }

.u-margin-bottom-bigger {
  margin-bottom: 3rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 2rem !important; }

.u-margin-bottom-small {
  margin-bottom: .8rem !important; }

.u-margin-top-big {
  margin-top: 4.5rem !important; }

.u-margin-top-bigger {
  margin-top: 3rem !important; }

.u-margin-top-medium {
  margin-top: 2rem !important; }

.u-margin-top-small {
  margin-top: .8rem !important; }

.u-margin-left-small {
  margin-left: .4rem !important; }

.u-margin-left-medium {
  margin-left: .8rem !important; }

.u-margin-left-big {
  margin-left: 1.2rem !important; }

.u-opacity-0 {
  opacity: 0 !important; }

.u-opacity-05 {
  opacity: 0.5 !important; }

.u-nowrap {
  white-space: nowrap !important; }

.u-uppercase {
  text-transform: uppercase !important; }

.u-text-align-right {
  text-align: right !important; }

.u-text-align-left {
  text-align: left !important; }

.u-text-align-center {
  text-align: center !important; }

.u-display-block {
  display: block !important; }

.u-tint {
  background-blend-mode: multiply; }
  .u-tint--green {
    background-color: rgba(77, 177, 98, 0.25) !important; }
  .u-tint--yellow {
    background-color: rgba(249, 182, 52, 0.25) !important; }
  .u-tint--orange {
    background-color: rgba(241, 133, 62, 0.25) !important; }
  .u-tint--red {
    background-color: rgba(249, 74, 52, 0.25) !important; }

.vcu-wrapper {
  display: flex;
  width: 100%; }

.d-flex {
  display: flex; }

.fd-col {
  flex-direction: column; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.vcu-row {
  display: flex;
  flex: 1; }

.vcu-row > *:not(:last-child) {
  margin-right: 2ex; }

.vcu-col {
  display: flex;
  flex: 1;
  flex-direction: column; }

.vcu-col > *:not(:last-child) {
  margin-bottom: 1em; }

.vcu-box {
  padding: 2rem 3rem;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1; }

.vcu-dt-wrapper {
  display: flex;
  flex-direction: column; }

.vcu-dt-wrapper .dataTables_wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

.vcu-dt-wrapper table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

.vcu-dt-wrapper table.dataTable,
.vcu-dt-wrapper table.dataTable th,
.vcu-dt-wrapper table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.vcu-dt-wrapper .dataTables_wrapper .dataTables_scroll {
  clear: both;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto; }

.vcu-dt-wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -ms-flex: 1 0 0px;
  -webkit-box-flex: 1;
  flex: 1 0 0px;
  -webkit-overflow-scrolling: touch; }

.vcu-dt-wrapper .dataTables_scrollHeadInner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.vcu-dt-wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.vcu-dt-wrapper .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.vcu-dt-wrapper .dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative; }

/*
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

 */
.easy-autocomplete a {
  display: block; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  font-weight: 100;
  font-size: 1.2rem;
  color: inherit; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: var(--color-grey-light-1);
  border-image: none;
  border-style: solid;
  border-width: 0 .1rem;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  padding: .4rem 1.2rem; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  word-break: break-all; }

.easy-autocomplete-container ul li div {
  display: block;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: 400; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.eac-description .eac-item span {
  color: inherit;
  font-style: italic;
  font-size: inherit;
  font-weight: inherit; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

/*# sourceMappingURL=easy-autocomplete.css.map */
.eac-vcu {
  flex: 1; }
  .eac-vcu > input {
    width: 100%; }
  .eac-vcu__item-name {
    display: block;
    color: var(--color-grey-dark-2); }
    .eac-vcu__item-name--terminated,
    .eac-vcu__item-name--terminated ~ * {
      opacity: .4; }
  .eac-vcu__item-no {
    display: block;
    color: var(--color-grey-dark-1); }
  .eac-vcu__item-address {
    display: block;
    color: var(--color-grey-light-3); }
    .eac-vcu__item-address--notavailable {
      font-style: italic; }
  .eac-vcu__item-status {
    margin-left: 1em;
    font-style: italic; }
    .eac-vcu__item-status--terminated {
      color: red; }

.eac-vcu-local {
  background-color: var(--color-primary-light-o-025) !important; }
  .eac-vcu-local:hover {
    background-color: var(--color-primary-light-o-050) !important; }

.btn {
  --btn-font-size: 1.2rem;
  display: inline-block;
  border-radius: .3rem;
  transition: all .2s;
  cursor: pointer; }
  .btn__link, .btn__link:link, .btn__link:visited {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8rem 2rem;
    text-align: center;
    font-size: var(--btn-font-size);
    color: inherit;
    white-space: nowrap;
    width: 100%;
    height: 100%; }
  .btn span {
    cursor: pointer; }
  .btn__icon {
    display: inline-block;
    width: var(--btn-font-size);
    height: var(--btn-font-size);
    margin-right: calc(var(--btn-font-size) / 2); }
  .btn--grey {
    background-color: var(--color-grey-light-4);
    color: var(--color-grey-dark-1); }
    .btn--grey:hover:not(.btn--disabled) {
      background-color: var(--color-grey-light-1); }
    .btn--grey.btn--disabled {
      background-color: var(--color-grey-light-2);
      color: var(--color-grey-light-1); }
      .btn--grey.btn--disabled img {
        filter: saturate(0); }
      .btn--grey.btn--disabled * {
        cursor: not-allowed; }
  .btn--violet {
    background-color: var(--color-secondary);
    color: var(--color-grey-light-2); }
    .btn--violet:hover {
      background-color: var(--color-secondary-light); }
  .btn--primary {
    background-color: var(--color-primary);
    color: var(--color-grey-light-2); }
    .btn--primary:hover {
      background-color: var(--color-primary-light); }
  .btn--grey {
    background-color: var(--color-grey-light-1);
    color: var(--color-white); }
    .btn--grey:hover {
      background-color: var(--color-grey-light-4); }
  .btn--border-green {
    border: 0.1rem solid var(--color-green-border); }
  .btn--border-yellow {
    border: 0.1rem solid var(--color-yellow-border); }
  .btn--border-red {
    border: 0.1rem solid var(--color-red-border); }

.control-link:link, .control-link:visited {
  text-decoration: none; }

.control-link:not(:last-child) {
  margin-right: .6rem; }

.control-link--inactive > svg {
  fill: var(--color-grey-light-1); }

.control-icon {
  fill: var(--color-primary);
  opacity: 0.6;
  transition: all .2s;
  width: auto;
  height: 1.6rem; }
  .control-icon:hover {
    opacity: 1;
    cursor: pointer; }
  .control-icon:not(:last-child) {
    margin-right: .6rem; }

.checklist {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }
  .checklist__content {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative; }
  .checklist__item {
    padding: 1rem 2rem;
    border-radius: .3rem;
    box-shadow: var(--box-shadow-1);
    margin-top: 1rem;
    cursor: pointer;
    transition: all .3s;
    background-color: var(--color-grey-light-4); }
    .checklist__item:not(:last-child) {
      margin-bottom: 1rem; }
    .checklist__item:hover, .checklist__item:focus {
      background-color: var(--color-grey-light-2); }
    .checklist__item--date {
      background-color: var(--color-white); }
    .checklist__item--dr {
      background-color: #ff000015; }
      .checklist__item--dr:hover {
        background-color: #ff000025; }
  .checklist__text {
    display: block; }
    .checklist__text--entity {
      color: var(--color-primary-light); }
    .checklist__text--doc {
      font-weight: 300; }
    .checklist__text--type {
      font-weight: 300; }
  .checklist__heading--todo {
    margin-bottom: 1rem; }
  .checklist__heading--docs-toverify, .checklist__heading--risk-toverify {
    font-weight: 100; }
  .checklist__heading--loading {
    height: 3rem;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    transition: transform .2s ease-in-out;
    cursor: help;
    display: flex;
    align-items: center;
    transform: translateX(calc(100% - 30px)); }
    .checklist__heading--loading > span {
      display: inline-block;
      transform: translateX(calc(100% - 30px));
      opacity: 0;
      margin-left: 1rem;
      transition: transform .2s ease-in-out, opacity .5s .2s; }
    .checklist__heading--loading:hover {
      transform: translateX(0); }
      .checklist__heading--loading:hover > span {
        transform: translateX(0);
        opacity: 1; }
  .checklist__list {
    padding: 0 1rem; }
  .checklist__footer {
    align-self: flex-end; }

table {
  border-spacing: 0; }

th {
  text-align: inherit;
  font-size: inherit; }

:root {
  --dt-color-hover: var(--color-secondary);
  --dt-backgroundColor-row-hover: rgba(243, 246, 246, 0.7);
  --dt-backgroundColor-heading: rgba(243, 246, 246, 1);
  --dt-backgroundColor-sorting: rgb(233, 236, 236);
  --dt-padding-row-vertical: 2rem;
  --dt-padding-row-horizontal: 2rem;
  --dt-borderBottom-heading: .2rem solid var(--color-secondary);
  --dt-borderBottom-row: .2rem solid #e4e4e4;
  --dt-border: .2rem solid rgb(235, 237, 243);
  --dt-color-uiButton-hover: var(--color-secondary); }

.dataTables_scrollHeadInner {
  box-sizing: border-box !important; }

.dataTables_scrollHeadInner {
  border-bottom: var(--dt-borderBottom-heading);
  text-align: left;
  border-top: var(--dt-border);
  border-right: var(--dt-border);
  border-left: var(--dt-border); }

.dataTables_scrollHeadInner .ui-state-default {
  background-color: var(--dt-backgroundColor-heading);
  padding: var(--dt-padding-row-vertical) var(--dt-padding-row-horizontal); }

.dataTables_scrollBody {
  border-right: var(--dt-border);
  border-left: var(--dt-border); }

.odd > * {
  padding: var(--dt-padding-row-vertical) var(--dt-padding-row-horizontal);
  border-bottom: var(--dt-borderBottom-row); }

.even > * {
  padding: var(--dt-padding-row-vertical) var(--dt-padding-row-horizontal);
  border-bottom: var(--dt-borderBottom-row); }

.odd:hover,
.even:hover {
  color: var(--dt-color-hover);
  background-color: var(--dt-backgroundColor-row-hover); }

.dataTables_scrollFootInner .ui-state-default {
  background-color: var(--dt-backgroundColor-heading);
  padding: var(--dt-padding-row-vertical) var(--dt-padding-row-horizontal); }

.fg-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.dataTables_info {
  float: left;
  margin-top: .5rem;
  padding-top: 1rem; }

.dataTables_paginate {
  display: inline-block;
  float: right;
  padding-top: 1rem;
  margin-top: .5rem; }
  .dataTables_paginate a {
    cursor: pointer; }
    .dataTables_paginate a:focus {
      outline: none; }
    .dataTables_paginate a.ui-state-disabled:not(.previous):not(.next) {
      background-color: var(--dt-color-uiButton-hover);
      color: var(--dt-backgroundColor-sorting);
      border-radius: .5rem; }

.ui-button {
  padding: 1rem; }

.ui-button:hover {
  color: var(--dt-color-uiButton-hover);
  background-color: var(--dt-backgroundColor-row-hover);
  border-radius: .5rem; }

.dataTables_filter {
  margin-left: auto;
  top: 0; }
  .dataTables_filter input {
    margin-left: .5rem;
    padding: .5rem;
    outline-color: var(--dt-color-uiButton-hover); }

.sorting_asc,
.sorting_desc {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right .5rem;
  background-color: var(--dt-backgroundColor-sorting) !important; }
  .sorting_asc > *,
  .sorting_desc > * {
    margin-right: .5rem; }

.sorting_desc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E"); }

.sorting_asc {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z'/%3E%3C/svg%3E"); }

.sorting {
  outline: none;
  cursor: pointer; }
  .sorting:hover {
    background-color: var(--dt-backgroundColor-row-hover); }

.sorting_disabled {
  cursor: default !important; }

.dataTables_empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none !important; }

.form-party {
  --form-party-gutter: 1rem;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  transition: opacity .5s;
  --form-party-toggle-duration: .2s;
  --form-party-show-duration: .4s; }
  .form-party__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    .form-party__header > * {
      width: 100%; }
  .form-party__topbar {
    display: flex;
    align-items: center; }
  .form-party__topbar-buttons {
    margin-left: auto;
    white-space: nowrap; }
    .form-party__topbar-buttons > .btn:not(:last-child) {
      margin-right: var(--form-party-gutter); }
  .form-party__party-type {
    margin-top: -.8rem; }
  .form-party__form {
    display: flex;
    flex-direction: column; }
  .form-party__form-row:not(:last-child) {
    margin-bottom: 1.25rem; }
  .form-party__form-row--country-info {
    text-align: center; }
  .form-party__input-box {
    padding: 0 2rem; }
    .form-party__input-box:not(.form-party__input-box--radio) {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .form-party__input-box--radio {
      justify-content: flex-start !important; }
  .form-party__input-label {
    flex: 0 0 20%; }
    .form-party__input-label--required::after {
      content: "*";
      display: inline-block;
      margin-left: .3rem;
      color: var(--color-secondary);
      font-size: 1.8rem;
      user-select: none; }
  .form-party__input {
    flex: 1; }
    .form-party__input--slider {
      flex: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .form-party__input:not(:last-child) {
      margin-right: var(--form-party-gutter); }
    .form-party__input--zipcode {
      flex: 0 0 30%; }
    .form-party__input--cta {
      animation: 1s ease-in-out infinite alternate pulse-shadow; }
  .form-party__select:not(:last-child) {
    margin-right: var(--form-party-gutter); }
  .form-party__select--state {
    margin-right: 0 !important; }
  .form-party__select--reg-court, .form-party__select--source {
    flex: 1; }
  .form-party__input-group {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .form-party__input-group--registry > select {
      flex: 1; }
    .form-party__input-group--registry > input {
      flex: 1; }
  .form-party__country-box {
    padding-left: 2rem;
    margin-top: -1.4rem; }
  .form-party__country-table {
    margin: 2rem 1.2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1.6rem;
    row-gap: 1rem; }
  @media only screen and (max-width: 100em) {
    .form-party__country-table {
      grid-template-columns: repeat(3, 1fr); } }
  .form-party__country {
    display: flex;
    align-items: center; }
    .form-party__country > a {
      transition: all .2s; }
      .form-party__country > a:link, .form-party__country > a:visited {
        text-decoration: none;
        color: inherit; }
      .form-party__country > a:hover {
        color: var(--color-primary); }
  .form-party__country-flag {
    margin-right: 1.2rem; }
  .form-party__link-nature {
    display: inline-block;
    margin-right: 1rem; }
  .form-party--visible {
    visibility: visible;
    opacity: 1;
    transition: opacity var(--form-party-show-duration) linear, transform var(--form-party-show-duration) linear; }
  .form-party--hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s var(--form-party-toggle-duration), opacity var(--form-party-toggle-duration) linear, transform calc(var(--form-party-toggle-duration) / 2) linear; }
  .form-party__linktype-box {
    display: flex;
    align-items: center; }
  .form-party__show-all-slt {
    display: inline-block;
    font-size: .8em;
    font-weight: 100;
    text-align: center;
    line-height: 1.15;
    transition: all .2s; }
    .form-party__show-all-slt:link, .form-party__show-all-slt:visited {
      text-decoration: none;
      color: inherit; }
    .form-party__show-all-slt:hover, .form-party__show-all-slt:focus {
      color: var(--color-secondary); }
  .form-party__form-jurisdiction-info {
    font-weight: 100; }
    .form-party__form-jurisdiction-info--notlive {
      color: var(--color-secondary); }
      .form-party__form-jurisdiction-info--notlive > svg {
        margin-right: .5rem; }
    .form-party__form-jurisdiction-info--live {
      color: var(--color-primary); }

@keyframes pulse-shadow {
  0% {
    box-shadow: none; }
  100% {
    box-shadow: 0 0 1rem -0.3rem var(--color-primary); } }

.graph {
  background-color: var(--color-white);
  position: relative;
  flex: 0 0 30vh;
  transition: all .3s ease-out;
  display: flex;
  flex-direction: column; }
  .graph__header {
    position: relative;
    z-index: 3000;
    display: flex;
    justify-content: space-between; }
  .graph__main, .graph__container {
    height: 100%; }
  .graph__tooltip {
    position: absolute;
    opacity: 0;
    transition: all .3s;
    top: 4rem;
    left: 1rem;
    z-index: 100;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);
    padding: 1rem 2rem;
    font-weight: 100;
    font-size: 1.2rem; }
  .graph__svg-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: grab; }
    .graph__svg-container--dragging {
      cursor: grabbing; }
  .graph--maximized {
    flex: 1;
    margin-top: 0 !important; }
  .graph--hidden {
    flex: 0 0 4rem;
    overflow: hidden !important; }
  .graph__heading {
    margin-top: -.5rem; }

.icon {
  height: 1em;
  width: auto;
  fill: var(--color-primary); }
  .icon--secondary {
    fill: var(--color-secondary); }
  .icon--grey {
    fill: var(--color-grey-light-1); }
  .icon--red {
    fill: var(--color-red); }
  .icon--yellow {
    fill: var(--color-yellow); }
  .icon--green {
    fill: var(--color-green); }
  .icon--small {
    height: .8rem; }
  .icon--circle--yellowred, .icon--circle--greenred {
    fill: transparent;
    height: 100%;
    clip-path: circle(0.5em at center); }
  .icon--circle--yellowred {
    background-image: linear-gradient(45deg, var(--color-yellow) 0%, var(--color-yellow) 50%, var(--color-red) 50%); }
  .icon--circle--greenred {
    background-image: linear-gradient(45deg, var(--color-green) 0%, var(--color-green) 50%, var(--color-red) 50%); }
  .icon--circle--secondary {
    fill: var(--color-secondary); }
  .icon--circle--grey {
    fill: var(--color-grey-light-1); }
  .icon--circle--red {
    fill: var(--color-red); }
  .icon--circle--yellow {
    fill: var(--color-yellow); }
  .icon--circle--green {
    fill: var(--color-green); }

.tr-icon::after,
.vcu-icon::after,
.dir-icon::after {
  display: inline-block;
  position: relative;
  bottom: .2rem;
  min-width: 5ex;
  margin-left: .5rem;
  border-radius: 5rem;
  font-size: .7rem;
  font-weight: 400;
  font-style: normal;
  text-align: center; }

.tr-icon::after {
  content: "TR";
  background-color: var(--color-grey-dark-1);
  color: var(--color-white); }

.vcu-icon::after {
  content: "VCU";
  background-color: var(--color-primary);
  color: var(--color-white); }

.dir-icon::after {
  content: "DIR";
  background-color: var(--color-secondary);
  color: var(--color-white); }

.balloon-icon::after {
  display: inline-block;
  content: attr(data-balloon);
  position: relative;
  bottom: .2rem;
  min-width: 5ex;
  margin-left: .5rem;
  border-radius: 5rem;
  background-color: inherit;
  font-size: .7rem;
  font-weight: 400;
  text-align: center;
  color: inherit; }

.vcu-iframe-aml {
  background-color: var(--color-white);
  padding: 1rem 2rem; }

.info-popup {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  background-color: var(--color-primary);
  opacity: .9;
  font-size: 2rem;
  color: var(--color-white);
  letter-spacing: .7rem;
  text-transform: uppercase;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center; }

.internal-comments {
  min-height: 20vh;
  flex: unset;
  position: relative; }
  .internal-comments__saved {
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: .25em 1ex;
    font-size: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .5s; }
    .internal-comments__saved--show {
      opacity: 1; }

.loading-div {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center; }
  .loading-div--white {
    background-color: white; }
  .loading-div__spinner-container {
    transform: scale(2); }

.pie {
  --size: 1rem;
  --percent: 50;
  --color-1: var(--color-primary);
  --color-2: var(--color-grey-light-1);
  min-width: var(--size);
  height: var(--size);
  position: relative;
  border-radius: 50%;
  background: var(--color-2);
  background-image: linear-gradient(to right, transparent 50%, var(--color-1) 0);
  color: transparent;
  text-align: center;
  animation-delay: calc(var(--percent) * -1s); }

@keyframes spin {
  to {
    transform: rotate(0.5turn); } }

@keyframes bg {
  50% {
    background: var(--color-1); } }

.pie::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  animation: spin 50s linear infinite, bg 100s step-end infinite;
  animation-play-state: paused;
  animation-delay: inherit; }

.radio {
  display: flex;
  justify-content: space-around;
  width: 100%; }
  .radio input {
    display: none; }
  .radio__label {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 1.5rem; }
  .radio__button {
    height: 2rem;
    width: 2rem;
    border: 0.3rem solid var(--color-primary);
    border-radius: 50%;
    margin-right: 0.8rem;
    position: relative; }
    .radio__button::after {
      content: "";
      width: 1rem;
      height: 1rem;
      background-color: var(--color-primary);
      border-radius: 50%;
      transition: all 0.3s var(--transition-bounce-1);
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -50%) scale(0); }
  .radio input:checked + .radio__label .radio__button::after {
    transform: translate(-50%, -50%) scale(1); }

.vcu-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 100;
  color: inherit;
  padding: 1rem 2.8rem 1rem 1.4rem;
  background-color: var(--color-grey-light-2);
  border: 0.1rem solid var(--color-grey-light-2);
  border-radius: .3rem;
  margin-bottom: .2rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22grey%22%20fill%3D%22grey%22%3E%3Cpath%20d%3D%22M0%207.33l2.829-2.83%209.175%209.339%209.167-9.339%202.829%202.83-11.996%2012.17z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .7rem top 50%;
  background-size: 1rem 1rem;
  transition: all .2s;
  width: 100%; }
  .vcu-select:focus {
    outline: none;
    margin-bottom: 0;
    border-top: 0.3rem solid var(--color-secondary); }
  .vcu-select::-ms-expand {
    display: none; }

/* The switch - the box around the slider */
.slider {
  position: relative;
  display: inline-block;
  width: var(--slider-width);
  height: var(--slider-height);
  /* Hide default HTML checkbox */ }
  .slider,
  .slider *,
  .slider *::before {
    --slider-width: 5rem;
    --slider-height: 3rem;
    --slider-toggle-radius: 2.2rem;
    --slider-toggle-offset: calc((var(--slider-height) - var(--slider-toggle-radius)) / 2);
    --slider-toggle-translate: calc(var(--slider-width) - 2 * var(--slider-toggle-offset) - var(--slider-toggle-radius)); }
  .slider > input {
    opacity: 0;
    width: 0;
    height: 0; }
    .slider > input:checked + .slider-toggle {
      background-color: var(--color-secondary); }
    .slider > input:focus + .slider-toggle {
      box-shadow: 0 0 1rem -0.3rem var(--color-primary); }
    .slider > input:checked + .slider-toggle::before {
      -webkit-transform: translateX(var(--slider-toggle-translate));
      -ms-transform: translateX(var(--slider-toggle-translate));
      transform: translateX(var(--slider-toggle-translate)); }

/* The slider */
.slider-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: var(--slider-height); }
  .slider-toggle::before {
    position: absolute;
    content: "";
    height: var(--slider-toggle-radius);
    width: var(--slider-toggle-radius);
    left: var(--slider-toggle-offset);
    bottom: var(--slider-toggle-offset);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%; }

.vcu-text-input {
  font-size: inherit;
  font-family: inherit;
  font-weight: 100;
  color: inherit;
  transition: all .2s;
  padding: 1rem 2rem;
  background-color: var(--color-grey-light-2);
  border: 0.1rem solid var(--color-grey-light-2);
  border-radius: .3rem;
  margin-bottom: .2rem;
  min-width: 0; }
  .vcu-text-input--light {
    background-color: var(--color-white);
    border: 0.1rem solid var(--color-white); }
  .vcu-text-input:focus {
    outline: none;
    border-bottom: 0.3rem solid var(--color-secondary);
    margin-bottom: 0; }
  .vcu-text-input--border-top {
    margin-bottom: 0;
    margin-top: .2rem; }
    .vcu-text-input--border-top:focus {
      border-bottom: 0.1rem solid var(--color-grey-light-2);
      border-top: 0.3rem solid var(--color-secondary);
      margin-top: 0; }
  .vcu-text-input::placeholder {
    color: var(--color-grey-light-1); }

.vcu-textarea {
  font-family: inherit;
  font-weight: 100;
  color: inherit;
  transition: all .2s;
  padding: 1rem 2rem;
  background-color: var(--color-grey-light-2);
  border: 0.1rem solid var(--color-grey-light-2);
  border-radius: .3rem;
  margin-bottom: .2rem;
  min-width: 0; }
  .vcu-textarea:focus {
    outline: none;
    border-bottom: 0.3rem solid var(--color-secondary);
    margin-bottom: 0; }
  .vcu-textarea--border-top {
    margin-bottom: 0;
    margin-top: .2rem; }
    .vcu-textarea--border-top:focus {
      border-bottom: 0.1rem solid var(--color-grey-light-2);
      border-top: 0.3rem solid var(--color-secondary);
      margin-top: 0; }
  .vcu-textarea::placeholder {
    color: var(--color-grey-light-1); }

.vcu-container {
  margin: 0 auto;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 90em) {
    .vcu-container {
      max-width: 100vw; } }

.header {
  background-color: var(--color-white);
  --header-padding-topbottom: 1.5rem;
  flex: 0 0 5vh;
  display: flex;
  padding: 0 3rem;
  align-items: stretch; }
  .header__logo-box {
    display: flex;
    align-items: center;
    margin-right: 3rem; }
    .header__logo-box > a:link, .header__logo-box > a:visited {
      text-decoration: none; }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__menu {
    margin-right: auto;
    flex: 1;
    overflow-x: auto; }
    .header__menu ul {
      height: 100%;
      display: flex;
      text-align: center; }
  .header__menu-item {
    list-style: none;
    transition: all .2s;
    cursor: pointer;
    border-bottom: .3rem solid transparent; }
    .header__menu-item:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
    .header__menu-item--active {
      border-bottom: 0.3rem solid var(--color-primary); }
    .header__menu-item--invert {
      background-color: var(--color-primary);
      color: var(--color-white); }
      .header__menu-item--invert:hover {
        background-color: var(--color-primary-light); }
      .header__menu-item--invert--active {
        border-bottom: 0.3rem solid var(--color-white); }
      .header__menu-item--invert > a > span {
        color: var(--color-white) !important; }
  .header__menu-link {
    height: 100%;
    width: 100%;
    padding: var(--header-padding-topbottom) 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 300; }
    .header__menu-link:link, .header__menu-link:visited {
      text-decoration: none;
      color: currentColor; }
  .header__user-box {
    display: flex;
    align-items: center; }
  .header__user-lang {
    padding: var(--header-padding-topbottom) 1rem;
    opacity: 0.4;
    display: flex;
    align-items: center; }
    .header__user-lang--active {
      opacity: 0.9; }
  .header__lang-flag {
    width: 2rem;
    height: 2rem;
    background-size: cover;
    position: relative;
    z-index: auto; }
    .header__lang-flag--germany {
      background-image: url("/images/icons/flags/germany.svg"); }
    .header__lang-flag--uk {
      background-image: url("/images/icons/flags/united-kingdom.svg"); }
    .header__lang-flag::before {
      content: "";
      display: inline-block;
      background-color: var(--color-primary);
      border-radius: 50%;
      transition: all 0.2s var(--transition-bounce-1);
      width: 1rem;
      height: 1rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transform: translate(-50%, -50%) scale(0);
      z-index: -1; }
    .header__lang-flag:hover, .header__lang-flag:focus {
      cursor: pointer; }
      .header__lang-flag:hover::before, .header__lang-flag:focus::before {
        transform: translate(-50%, -50%) scale(2.7); }
  .header__logout, .header__tour {
    opacity: 0.6;
    transition: all .2s; }
    .header__logout:hover, .header__tour:hover {
      cursor: pointer;
      opacity: 1; }
  .header__logout {
    padding: var(--header-padding-topbottom) 1rem; }
  .header__logout-icon, .header__notification-icon {
    width: 2.4rem;
    height: 2.4rem;
    fill: var(--color-primary); }
  .header__notification-icon--hidden {
    display: none; }
  .header__notification-icon--filled {
    fill: var(--color-white); }
  .header__notification--filled {
    background-color: var(--color-primary); }
  .header__tour {
    padding: var(--header-padding-topbottom) 0.8rem; }
  .header__tour-icon {
    background-image: url("/images/icons/help.svg");
    width: 2.2rem;
    height: 2.2rem; }

.main {
  padding: 2rem 3rem;
  background-color: var(--color-grey-light-2);
  display: flex;
  justify-content: space-between;
  height: 95vh;
  order: 3;
  margin: 0 auto;
  width: 100%;
  /*
  width: 147rem;
  @media only screen and (max-width: 120em) {
    width: 131rem;
  }
   */ }
  .main--flex-column {
    flex-direction: column; }
  .main--smaller {
    height: calc(95vh - 9rem); }

.vcu-table-mask__container {
  flex: 1;
  padding: var(--padding-container);
  background-color: var(--color-white); }

.vcu-table-mask__table-container {
  height: 100%;
  width: 100%; }
  .vcu-table-mask__table-container > .dataTables_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .vcu-table-mask__table-container > .dataTables_wrapper .dataTables_scroll {
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-bottom: 0.1rem solid var(--color-grey-light-4); }
    .vcu-table-mask__table-container > .dataTables_wrapper .dt_top,
    .vcu-table-mask__table-container > .dataTables_wrapper .dt_bottom {
      display: flex;
      justify-content: space-between;
      font-weight: 100;
      align-items: center; }
    .vcu-table-mask__table-container > .dataTables_wrapper a {
      transition: all .2s; }
      .vcu-table-mask__table-container > .dataTables_wrapper a:link, .vcu-table-mask__table-container > .dataTables_wrapper a:visited {
        color: inherit;
        text-decoration: none; }
      .vcu-table-mask__table-container > .dataTables_wrapper a:hover {
        color: var(--color-secondary-light); }
  .vcu-table-mask__table-container tbody tr {
    cursor: pointer; }

.add-case {
  margin: 0 auto;
  height: 100%; }
  .add-case__container {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    box-shadow: var(--box-shadow-1);
    width: 120rem; }
    .add-case__container > div:not(:last-of-type) {
      margin-bottom: 4rem; }
  .add-case__header, .add-case__button-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .add-case__type-box {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .add-case__type-box > *:not(:last-child) {
      margin-bottom: 4rem; }
  .add-case__type-container {
    display: flex;
    justify-content: center; }
    .add-case__type-container > *:not(:last-child) {
      margin-right: 2rem; }
  .add-case__invoice {
    display: none; }
  .add-case__type {
    padding: 3rem;
    min-height: 15vh;
    width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: opacity .5s;
    opacity: .5;
    border-radius: .6rem; }
    .add-case__type--regular {
      border: 0.2rem dashed var(--color-primary); }
    .add-case__type--serviced {
      border: 0.2rem dashed var(--color-secondary); }
    .add-case__type--trial {
      border: 0.2rem dashed var(--color-orange); }
      .add-case__type--trial > h2 {
        color: var(--color-orange); }
    .add-case__type--selected {
      border-style: solid !important;
      opacity: 1; }
    .add-case__type:link, .add-case__type:visited {
      text-decoration: none;
      color: inherit; }
    .add-case__type:hover, .add-case__type:focus {
      opacity: 1; }
  .add-case__type-heading--regular {
    color: var(--color-primary); }
  .add-case__type-heading--serviced {
    color: var(--color-secondary); }
  .add-case__type-description {
    margin-top: 3rem;
    text-align: justify;
    line-height: 1.15;
    font-weight: 100; }
  .add-case__heading {
    margin-right: auto; }
  .add-case__input-row > label {
    display: block; }
  .add-case__input-row > input,
  .add-case__input-row > textarea,
  .add-case__input-row > select {
    display: block;
    width: 100%; }
  .add-case__input-row:not(:last-child) {
    margin-bottom: 1rem; }
  .add-case__newfeature-box {
    margin-top: 4rem;
    padding: 1.5rem 2.5rem;
    border: 0.2rem dashed var(--color-secondary);
    align-self: flex-start; }
  .add-case__newfeature-text {
    display: inline-block;
    margin-top: .8rem;
    line-height: 2.0; }
  .add-case__save-box {
    display: flex;
    justify-content: center; }
    .add-case__save-box > div {
      width: 30%;
      text-transform: uppercase;
      letter-spacing: .3rem;
      transition: opacity .5s; }
    .add-case__save-box--faded > div {
      opacity: .3; }
  .add-case__dialog-list {
    display: inline-block;
    width: auto;
    max-width: 20vw;
    list-style: none;
    background: var(--color-grey-light-2);
    padding: .5em 1ex;
    margin-top: 1em;
    max-height: 50vh;
    overflow: auto; }
    .add-case__dialog-list li:not(:last-of-type) {
      margin-bottom: .5em; }
    .add-case__dialog-list li {
      transition: all .3s; }
    .add-case__dialog-list li:hover {
      background: var(--color-grey-light-1); }
    .add-case__dialog-list a {
      width: 100%;
      height: 100%;
      display: block;
      text-overflow: ellipsis; }
      .add-case__dialog-list a:link, .add-case__dialog-list a:visited {
        text-decoration: none;
        color: var(--color-grey-dark-2); }

@media only screen and (min-width: 120em) {
  .add-case__container {
    width: 144rem; } }

.aml {
  height: 100%; }
  .aml__table-container {
    height: 100%;
    overflow-y: auto; }
  .aml__table-tr--viewed {
    opacity: .35; }
  .aml__table-tr--results {
    height: 20rem; }
  .aml__table-tr--hidden {
    height: 0 !important; }
    .aml__table-tr--hidden > td > div {
      margin: 0; }
      .aml__table-tr--hidden > td > div > div {
        padding: 0; }
        .aml__table-tr--hidden > td > div > div > svg {
          height: 0; }
  .aml__table-tr--adverse > td {
    color: var(--color-grey-light-1); }
  .aml__main {
    height: calc(100% - 3.2rem);
    display: flex;
    flex-direction: column; }
    .aml__main--results-visible {
      float: left;
      width: 50%; }
  .aml__table thead tr {
    border-collapse: collapse; }
    .aml__table thead tr th {
      border-bottom: var(--dt-borderBottom-heading);
      border-top: var(--dt-border); }
      .aml__table thead tr th:first-child {
        border-left: var(--dt-border); }
      .aml__table thead tr th:last-child {
        border-right: var(--dt-border); }
  .aml__table-th {
    position: sticky;
    top: 0;
    background-color: var(--dt-backgroundColor-heading);
    padding: .4rem .8rem; }
  .aml__table-td {
    padding: .3rem .5rem;
    transition: all .3s;
    box-sizing: border-box; }
    .aml__table-td--category, .aml__table-td--country {
      text-align: center; }
    .aml__table-td > a {
      transition: all .3s; }
      .aml__table-td > a:link, .aml__table-td > a:visited {
        color: inherit;
        text-decoration: none; }
      .aml__table-td > a:hover {
        color: var(--color-secondary); }
  .aml__result-box {
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);
    margin: 1rem 0; }
  .aml__result-header {
    display: flex;
    padding: .4rem .6rem; }
  .aml__result-close-icon {
    margin-left: auto;
    max-width: 1.2rem;
    max-height: 1.2rem;
    fill: var(--color-primary);
    cursor: pointer; }
  .aml__header {
    display: flex;
    padding: .5rem 0; }
  .aml__header-icons {
    margin-left: auto; }
  .aml__bottom {
    flex: 1;
    max-height: 20%;
    margin-top: auto;
    display: flex;
    justify-content: space-between; }
    .aml__bottom > div {
      padding: .6rem 1rem; }
  .aml__textarea-box {
    flex: 0 0 70%; }
  .aml__textarea {
    width: 100%;
    height: 100%; }
  .aml__buttons {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .aml__buttons > div:not(:last-child) {
      margin-bottom: .5rem; }
  .aml__save-btn > a > span, .aml__save-comment-btn > a > span {
    transition: all .3s;
    transform: translateX(0); }
  .aml__save-btn--done > a > span, .aml__save-comment-btn--done > a > span {
    transform: translateX(-0.3rem); }
  .aml__save-btn > a::after, .aml__save-comment-btn > a::after {
    transition: all .3s;
    content: "✔";
    display: inline-block;
    opacity: 0;
    width: 0;
    transform: translateX(0); }
  .aml__save-btn--done > a::after, .aml__save-comment-btn--done > a::after {
    opacity: 1;
    width: auto;
    transform: translateX(0.3rem); }
  .aml__side-results {
    width: calc(50% - 2rem);
    padding: 1rem 2rem;
    margin-left: 2rem;
    box-shadow: var(--box-shadow-1);
    float: left;
    min-height: calc(100% - 3.2rem);
    max-height: calc(100% - 3.2rem);
    overflow: auto; }
    .aml__side-results::after {
      content: "";
      clear: both;
      display: table; }
    .aml__side-results--hidden {
      width: 0 !important; }
  .aml__form {
    overflow: auto; }
  .aml__monitoring {
    display: flex;
    padding: .6rem 1rem; }

.bridger__container {
  padding: .5rem;
  width: 100%;
  height: 100%;
  overflow: auto; }

.bridger__table-td--header {
  color: var(--color-primary);
  font-weight: 400 !important;
  padding-right: 1rem;
  vertical-align: top; }

.bridger__table-td--value {
  word-break: break-all; }

.aml-alert__container {
  width: 100%;
  height: 100%;
  padding: .8rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.aml-alert__select-box {
  display: flex;
  align-items: center; }

.aml-alert__type-label {
  margin-right: 1rem; }

.aml-alert__type-select {
  flex: 1; }

.aml-dashboard {
  display: flex;
  width: 100%;
  height: 100%; }
  .aml-dashboard > * {
    transition: all .3s ease-in-out; }
    .aml-dashboard > *:not(:last-child) {
      margin-right: 3rem; }
  .aml-dashboard__content, .aml-dashboard__results, .aml-dashboard__import {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);
    padding: 2rem 3rem; }
  .aml-dashboard__header {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .aml-dashboard__help-icon {
    align-self: center;
    cursor: pointer; }
  .aml-dashboard__content {
    flex: 1; }
    .aml-dashboard__content--narrow {
      max-width: 65%; }
  .aml-dashboard__results {
    display: flex;
    justify-content: center;
    overflow: auto; }
    .aml-dashboard__results--wide {
      flex: 1;
      min-width: 35%; }
  .aml-dashboard__placeholder {
    align-self: center; }
  .aml-dashboard__import {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column; }
    .aml-dashboard__import--hidden {
      padding: 0;
      margin: 0 !important;
      width: 0;
      flex: 0;
      visibility: collapse;
      opacity: 0; }
  .aml-dashboard__import-form, .aml-dashboard__import-top, .aml-dashboard__file-contents {
    display: flex;
    flex-direction: column; }
  .aml-dashboard__import-form, .aml-dashboard__file-contents {
    min-height: 0; }
  .aml-dashboard__import-top {
    height: 100%; }
  .aml-dashboard__file-setup {
    display: flex;
    align-items: center; }
  .aml-dashboard__file-setup-headers {
    margin-right: .6rem; }
    .aml-dashboard__file-setup-headers + label {
      font-weight: 100; }
  .aml-dashboard__tooltip {
    position: absolute;
    right: 1rem;
    top: 3rem;
    background-color: var(--color-white);
    padding: 1.4rem;
    box-shadow: var(--box-shadow-1);
    z-index: 2; }
  .aml-dashboard__file-box {
    display: flex;
    flex-direction: column; }
    .aml-dashboard__file-box > *:not(:last-child) {
      margin-bottom: .5rem; }
  .aml-dashboard__upload-file-btn--nofile {
    opacity: 0.5; }
    .aml-dashboard__upload-file-btn--nofile > a,
    .aml-dashboard__upload-file-btn--nofile span {
      cursor: not-allowed; }
  .aml-dashboard__spinner-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .aml-dashboard__spinner-percent {
    margin-left: 1rem; }
  .aml-dashboard__aml-dashboard__file-contents {
    flex: 1; }
  .aml-dashboard__content-list {
    list-style: none;
    margin-top: 1rem;
    height: 100%;
    overflow: auto;
    border-top: 0.1rem solid var(--color-grey-light-4);
    border-bottom: 0.1rem solid var(--color-grey-light-4);
    border-radius: .3rem; }
  .aml-dashboard__content-list-item {
    display: flex;
    justify-content: space-between;
    padding: .6rem 1.2rem;
    border-left: 0.1rem solid var(--color-grey-light-4);
    border-right: 0.1rem solid var(--color-grey-light-4); }
  .aml-dashboard__file-setup-text--col {
    font-weight: 100;
    font-style: italic;
    display: block; }
  .aml-dashboard__error-heading {
    align-self: center;
    margin: 1.5rem 3rem;
    color: var(--color-red); }

.audit-trail__container {
  flex: 1;
  padding: var(--padding-container);
  background-color: var(--color-white); }

.audit-trail__table-container {
  height: 100%;
  width: 100%; }
  .audit-trail__table-container > .dataTables_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .audit-trail__table-container > .dataTables_wrapper .dataTables_scroll {
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-bottom: 0.1rem solid var(--color-grey-light-4); }
    .audit-trail__table-container > .dataTables_wrapper .dt_top,
    .audit-trail__table-container > .dataTables_wrapper .dt_bottom {
      display: flex;
      justify-content: space-between;
      font-weight: 100;
      align-items: center; }
    .audit-trail__table-container > .dataTables_wrapper a {
      transition: all .2s; }
      .audit-trail__table-container > .dataTables_wrapper a:link, .audit-trail__table-container > .dataTables_wrapper a:visited {
        color: inherit;
        text-decoration: none; }
      .audit-trail__table-container > .dataTables_wrapper a:hover {
        color: var(--color-secondary-light); }
  .audit-trail__table-container tbody tr {
    cursor: pointer; }

.billing-detail {
  padding: var(--padding-container);
  box-shadow: var(--box-shadow-1);
  margin: 0 auto;
  max-width: 144rem;
  background-color: var(--color-white); }
  .billing-detail__table {
    width: 100%;
    border-collapse: collapse; }
    .billing-detail__table th {
      padding: .8rem;
      border-bottom: 0.2rem solid var(--color-secondary); }
    .billing-detail__table tr:not(:last-child) {
      border-bottom: 0.1rem solid var(--color-grey-light-2); }
    .billing-detail__table td {
      padding: .4rem .8rem;
      font-weight: 100; }

.billing-view {
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  /*
  ####################################################################################

      CURRENT PLAN

  ####################################################################################
   */
  /*
  ####################################################################################

      USAGE

  ####################################################################################
   */
  /*
  ####################################################################################

      INVOICES

  ####################################################################################
   */ }
  .billing-view__column {
    display: flex;
    flex-direction: column; }
    .billing-view__column--1 {
      width: 40%; }
    .billing-view__column--2 {
      width: calc(60% - 3rem); }
    .billing-view__column:not(:last-child) {
      margin-right: auto; }
  .billing-view__container {
    background-color: var(--color-white);
    padding: var(--padding-container); }
    .billing-view__container:not(:last-child) {
      margin-bottom: 2rem; }
  .billing-view__container-heading {
    margin-bottom: 2.4rem; }
    .billing-view__container-heading--current {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .billing-view__container-heading--current > h1 {
        display: inline-block; }
  .billing-view__current-plan {
    display: flex;
    flex-direction: column; }
  .billing-view__plan-info {
    display: flex; }
  .billing-view__plan-name {
    color: var(--color-primary);
    display: inline-block;
    width: auto; }
  .billing-view__plan-info-table-box {
    display: inline-block;
    margin-left: auto; }
  .billing-view__plan-info-table {
    width: 100%; }
  .billing-view__plan-info-table-td {
    padding: .4rem .8rem; }
    .billing-view__plan-info-table-td--title {
      text-align: right; }
    .billing-view__plan-info-table-td--value {
      font-weight: 100; }
  .billing-view__usage-info {
    display: flex; }
    .billing-view__usage-info:not(:last-child) {
      margin-bottom: 1.6rem; }
    .billing-view__usage-info > *:not(:last-child) {
      margin-right: 1rem; }
    .billing-view__usage-info--overall {
      align-items: baseline; }
  .billing-view__usage-percent {
    align-self: flex-end;
    display: flex;
    flex-direction: column; }
  .billing-view__usage-percent-text--title {
    margin-left: 1rem; }
  .billing-view__usage-percent-text--value {
    margin-top: -1rem;
    font-size: 4.8rem;
    font-weight: 100;
    color: var(--color-primary); }
  .billing-view__usage-data {
    margin-left: auto; }
  .billing-view__usage-text {
    display: block;
    text-align: right; }
    .billing-view__usage-text--title {
      font-weight: 100; }
    .billing-view__usage-text--value {
      font-size: 2.4rem; }
    .billing-view__usage-text--left {
      color: var(--color-secondary); }
  .billing-view__usage-header {
    margin-bottom: 1.6rem; }
  .billing-view__usage-overview-text--value {
    font-size: 4.8rem;
    font-weight: 100;
    color: var(--color-primary); }
  .billing-view__usage-overview-text--tax {
    margin-left: auto;
    font-weight: 100;
    font-style: italic;
    font-size: .8em; }
  .billing-view__usage-table-box {
    width: 100%;
    padding: .4rem .4rem;
    border: 0.1rem solid var(--color-grey-light-2);
    border-radius: .3rem; }
  .billing-view__usage-table {
    width: 100%; }
  .billing-view__usage-table-td {
    text-align: center; }
    .billing-view__usage-table-td--count {
      font-weight: 100; }
    .billing-view__usage-table-td--amount {
      font-size: 2.4rem; }
    .billing-view__usage-table-td--total {
      color: var(--color-secondary); }
  .billing-view__link:not(:last-child) {
    margin-right: .5rem; }

.blacklist {
  display: flex;
  width: 100%;
  height: 100%; }
  .blacklist > * {
    transition: all .3s ease-in-out; }
    .blacklist > *:not(:last-child) {
      margin-right: 3rem; }
  .blacklist__content, .blacklist__results, .blacklist__import {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);
    padding: 2rem 3rem; }
  .blacklist__header {
    display: flex;
    justify-content: space-between;
    position: relative; }
  .blacklist__help-icon {
    align-self: center;
    cursor: pointer; }
  .blacklist__content {
    flex: 1; }
    .blacklist__content--narrow {
      max-width: 65%; }
  .blacklist__results {
    display: flex;
    justify-content: center;
    overflow: auto; }
    .blacklist__results--wide {
      flex: 1;
      min-width: 35%; }
  .blacklist__placeholder {
    align-self: center; }
  .blacklist__import {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column; }
    .blacklist__import--hidden {
      padding: 0;
      margin: 0 !important;
      width: 0;
      flex: 0;
      visibility: collapse;
      opacity: 0; }
  .blacklist__import-form, .blacklist__import-top, .blacklist__file-contents {
    display: flex;
    flex-direction: column; }
  .blacklist__import-form, .blacklist__file-contents {
    min-height: 0; }
  .blacklist__import-top {
    height: 100%; }
  .blacklist__file-setup {
    display: flex;
    align-items: center; }
  .blacklist__file-setup-headers {
    margin-right: .6rem; }
    .blacklist__file-setup-headers + label {
      font-weight: 100; }
  .blacklist__tooltip {
    position: absolute;
    right: 1rem;
    top: 3rem;
    background-color: var(--color-white);
    padding: 1.4rem;
    box-shadow: var(--box-shadow-1);
    z-index: 2; }
  .blacklist__file-box {
    display: flex;
    flex-direction: column; }
    .blacklist__file-box > *:not(:last-child) {
      margin-bottom: .5rem; }
  .blacklist__upload-file-btn--nofile {
    opacity: 0.5; }
    .blacklist__upload-file-btn--nofile > a,
    .blacklist__upload-file-btn--nofile span {
      cursor: not-allowed; }
  .blacklist__spinner-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .blacklist__spinner-percent {
    margin-left: 1rem; }
  .blacklist__blacklist__file-contents {
    flex: 1; }
  .blacklist__content-list {
    list-style: none;
    margin-top: 1rem;
    height: 100%;
    overflow: auto;
    border-top: 0.1rem solid var(--color-grey-light-4);
    border-bottom: 0.1rem solid var(--color-grey-light-4);
    border-radius: .3rem; }
  .blacklist__content-list-item {
    display: flex;
    justify-content: space-between;
    padding: .6rem 1.2rem;
    border-left: 0.1rem solid var(--color-grey-light-4);
    border-right: 0.1rem solid var(--color-grey-light-4); }
  .blacklist__file-setup-text--col {
    font-weight: 100;
    font-style: italic;
    display: block; }
  .blacklist__error-heading {
    align-self: center;
    margin: 1.5rem 3rem;
    color: var(--color-red); }
  .blacklist__person, .blacklist__entity {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .blacklist__menu {
    list-style: none;
    display: flex;
    min-height: 3rem; }
  .blacklist__menu-item {
    background-color: var(--color-grey-light-2);
    list-style: none;
    transition: all .2s;
    cursor: pointer;
    border-bottom: .3rem solid transparent;
    padding: 1rem 3rem;
    border-radius: .3rem;
    flex: 1;
    text-align: center; }
    .blacklist__menu-item:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
    .blacklist__menu-item--active {
      border-bottom: 0.3rem solid var(--color-primary);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .blacklist__menu-item:not(:last-child) {
      margin-right: 1rem; }
  .blacklist__menu-link {
    height: 100%;
    width: 100%;
    padding: var(--header-padding-topbottom) 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 300; }
    .blacklist__menu-link:link, .blacklist__menu-link:visited {
      text-decoration: none;
      color: currentColor; }
  .blacklist__inner-content {
    padding: 1rem 2rem;
    box-shadow: var(--box-shadow-1);
    display: flex;
    flex-direction: column;
    overflow: auto; }
  .blacklist__inner-content-header {
    display: flex; }
  .blacklist__inner-content-main {
    display: flex;
    flex-direction: column;
    min-height: 0; }
    .blacklist__inner-content-main > div {
      height: 100%;
      display: flex;
      flex-direction: column; }
  .blacklist__filter-box {
    margin-left: auto; }
  .blacklist__filter-label {
    margin-left: .6rem;
    cursor: pointer; }
  .blacklist__filter-checkbox {
    margin-left: 1rem;
    cursor: pointer; }
  .blacklist__tfoot-search {
    width: 100%; }
  .blacklist__import-box, .blacklist__add-box {
    padding: 2rem 3rem;
    box-shadow: var(--box-shadow-1);
    margin-bottom: 2rem;
    visibility: visible;
    transition: all .5s; }
    .blacklist__import-box > *, .blacklist__add-box > * {
      transition: opacity .1s; }
    .blacklist__import-box--hidden, .blacklist__add-box--hidden {
      padding: 0;
      margin: 0;
      height: 0;
      visibility: hidden; }
      .blacklist__import-box--hidden > *, .blacklist__add-box--hidden > * {
        opacity: 0; }
  .blacklist__import-top {
    display: flex; }
  .blacklist__add-box {
    display: flex;
    align-items: center; }
  .blacklist__add-input {
    flex: 3; }
    .blacklist__add-input:not(:last-of-type) {
      margin-right: .8rem; }
    .blacklist__add-input--yob {
      flex: 1; }
    .blacklist__add-input--comment {
      flex: 5; }
  .blacklist__monitoring-box {
    margin-left: 1rem; }
    .blacklist__monitoring-box > label {
      font-weight: 100; }
  .blacklist__add-save-btn {
    align-self: flex-start;
    margin-left: 1rem;
    margin-bottom: .15rem; }
  .blacklist__file-box {
    margin-left: auto; }
  .blacklist__table--person thead th, .blacklist__table--entity thead th {
    position: sticky;
    top: 0; }
  .blacklist__table-td {
    text-align: center;
    padding: .6rem 1.2rem; }
    .blacklist__table-td > *:not(:last-child) {
      margin-right: .5rem; }
  .blacklist__table-icon {
    height: 1em; }
  .blacklist__table-container {
    min-height: 0;
    overflow: auto; }
  .blacklist__table thead th {
    position: sticky;
    top: 0;
    z-index: 10; }
  .blacklist__table tfoot th {
    position: sticky;
    bottom: 0;
    background-color: var(--color-white); }
  .blacklist__table-link:link, .blacklist__table-link:visited {
    text-decoration: none;
    color: inherit; }
  .blacklist__table-bottom {
    display: flex;
    justify-content: space-between; }

.client-overview__table-top {
  margin-bottom: 1rem; }

.client-overview__table-controls {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .client-overview__table-controls > div:not(:last-child) {
    margin-right: 5rem; }
  .client-overview__table-controls > div > input:not(:last-child) {
    margin-right: 2.5rem; }
  .client-overview__table-controls > div > label:not(:last-child) {
    margin-right: .5rem; }

.client-overview__controls-label--client {
  margin-left: auto; }

.doc-center {
  background-color: var(--color-white);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* ######################## */
  /* # DOCUMENTS LIST TABLE # */
  /* ######################## */
  /*
  &__doc-list-box {
    & .dataTables_wrapper {
      overflow: auto;
    }
  }
   */
  /* ######################### */
  /* # DOCUMENTS RESULT LIST # */
  /* ######################### */
  /* ######################### */
  /* #    DOCUMENTS   LIST   # */
  /* ######################### */
  /* ######################### */
  /* #         HEADER        # */
  /* ######################### */ }
  .doc-center__heading {
    margin-top: -.5rem; }
  .doc-center--maximized {
    flex: 1;
    margin-top: 0 !important; }
  .doc-center--hidden {
    flex: 0 0 4rem;
    overflow: hidden !important; }
  .doc-center__pdf {
    flex: 1 0 60%; }
  .doc-center__pdf-iframe {
    margin: 1rem 2rem;
    border: none;
    width: calc(100% - 4rem);
    height: calc(100% - 2rem);
    box-shadow: var(--box-shadow-1); }
  .doc-center__pdf-placeholder {
    background-color: var(--color-grey-light-4);
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center; }
  .doc-center__pdf-placeholder-text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .15rem; }
  .doc-center__content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 1rem 2rem;
    min-height: 12rem; }
  .doc-center__doc-list-box, .doc-center__doc-results {
    display: flex;
    padding: .8rem;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--box-shadow-1); }
  .doc-center__doc-list-box {
    flex: 1; }
  .doc-center__doc-results {
    width: 49%;
    margin-left: 1rem;
    transition: all .5s ease-in-out;
    overflow: auto;
    overflow-x: hidden; }
    .doc-center__doc-results--hidden {
      margin-left: 0;
      width: 0;
      padding: 0; }
  .doc-center__list-table {
    width: 100%;
    height: 100%;
    overflow: auto; }
    .doc-center__list-table thead tr {
      border-bottom: 0.1rem solid var(--color-grey-light-1);
      background-color: var(--color-grey-light-2); }
    .doc-center__list-table td:not(:last-child) {
      border-right: 0.1rem solid var(--color-grey-light-4); }
    .doc-center__list-table tr:nth-of-type(even) > td {
      background-color: var(--color-grey-light-2); }
  .doc-center__list-table-filter {
    float: none; }
    .doc-center__list-table-filter > * {
      margin-bottom: .8rem; }
  .doc-center__list-table-th-1 {
    width: 98%;
    text-align: left; }
  .doc-center__list-table-th-2 {
    width: 2%;
    border-right: none !important; }
  .doc-center__list-table-td {
    padding: .4rem .8rem;
    cursor: pointer; }
    .doc-center__list-table-td--right {
      text-align: right; }
    .doc-center__list-table-td--center {
      text-align: center; }
  .doc-center__doc-results-list {
    text-align: center;
    list-style: none; }
  .doc-center__doc-results-item {
    display: flex;
    align-items: baseline;
    padding: 1rem 2rem;
    border-left: 1px solid var(--color-grey-light-4);
    border-right: 1px solid var(--color-grey-light-4);
    border-bottom: 1px solid var(--color-grey-light-4);
    transition: all .2s;
    cursor: pointer; }
    .doc-center__doc-results-item:first-child {
      border-top: 1px solid var(--color-grey-light-4);
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem; }
    .doc-center__doc-results-item:last-child {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem; }
    .doc-center__doc-results-item:hover {
      background-color: var(--color-grey-light-2); }
      .doc-center__doc-results-item:hover .doc-center__doc-results-name {
        color: var(--color-primary-light); }
  .doc-center__doc-results-action::before {
    display: inline-block;
    user-select: none;
    cursor: pointer; }
  .doc-center__doc-results-action--add::before {
    content: "+";
    color: var(--color-primary);
    margin-right: .7rem;
    font-size: 1.8rem; }
  .doc-center__doc-results-action--uarr::before {
    content: "⤒";
    color: var(--color-primary);
    margin-right: .7rem;
    font-size: 1.8rem; }
  .doc-center__doc-results-action--ignore::before {
    content: "⤽";
    color: var(--color-secondary);
    transform: scale(1, -1);
    margin-left: .5rem;
    font-size: 1.4rem; }
  .doc-center__doc-results-action--skipped::before {
    content: "×";
    color: var(--color-grey-light-1);
    margin-right: .7rem;
    font-size: 1.8rem;
    cursor: not-allowed; }
  .doc-center__doc-results-action--added::before {
    content: "✓";
    color: var(--color-primary);
    margin-right: .7rem;
    font-size: 1.8rem;
    cursor: default; }
  .doc-center__doc-results-action--duplicate::before {
    content: "!";
    color: var(--color-secondary);
    margin-left: .5rem;
    font-size: 1.8rem; }
  .doc-center__doc-results-name {
    margin-right: auto;
    transition: all .2s;
    cursor: pointer;
    text-align: left;
    color: var(--color-primary); }
    .doc-center__doc-results-name:hover {
      color: var(--color-primary-light); }
    .doc-center__doc-results-name--additional {
      display: block;
      color: var(--color-grey-dark-1);
      font-weight: 100; }
  .doc-center__doc-results-button {
    margin-top: 1rem; }
  .doc-center__doc-list {
    list-style: none;
    overflow: auto; }
  .doc-center__doc-list-item {
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid var(--color-grey-light-4);
    border-right: 1px solid var(--color-grey-light-4);
    border-bottom: 1px solid var(--color-grey-light-4);
    transition: all .2s;
    cursor: pointer; }
    .doc-center__doc-list-item:first-child {
      border-top: 1px solid var(--color-grey-light-4);
      border-top-left-radius: .3rem;
      border-top-right-radius: .3rem; }
    .doc-center__doc-list-item:not(.doc-center__doc-list-item--placeholder):last-child {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem; }
    .doc-center__doc-list-item:hover {
      background-color: var(--color-grey-light-2); }
      .doc-center__doc-list-item:hover .doc-center__doc-party {
        color: var(--color-primary-light); }
    .doc-center__doc-list-item--active {
      background-color: var(--color-primary-light-o-025); }
      .doc-center__doc-list-item--active:hover {
        background-color: var(--color-primary-light-o-050); }
    .doc-center__doc-list-item--placeholder {
      display: flex;
      pointer-events: none;
      border: none;
      border-top: none !important; }
      .doc-center__doc-list-item--placeholder > span {
        font-weight: 100;
        color: var(--color-grey-light-1);
        font-style: italic;
        display: inline-block;
        margin: auto; }
  .doc-center__doc-party, .doc-center__doc-docname {
    display: block; }
  .doc-center__doc-party {
    font-weight: 400;
    color: var(--color-primary); }
  .doc-center__doc-docname {
    font-weight: 100; }
  .doc-center__doc-list-doc {
    flex: 1; }
  .doc-center__doc-list-hits {
    text-align: center;
    align-self: flex-start; }
    .doc-center__doc-list-hits > * {
      display: block; }
  .doc-center__doc-hits {
    font-weight: 400;
    font-size: 1rem; }
  .doc-center__doc-hits-count {
    font-weight: 100;
    font-size: 2.8rem;
    line-height: 0.85; }
  .doc-center__doc-nohits {
    font-weight: 100;
    font-size: 1.2rem;
    color: var(--color-grey-light-1);
    margin-left: .5rem; }
  .doc-center__header {
    display: flex;
    justify-content: space-between; }
  .doc-center__header-icons {
    margin-left: auto;
    display: flex;
    align-items: center; }

.doc-queue__container {
  flex: 1;
  padding: var(--padding-container);
  background-color: var(--color-white); }

.doc-queue__table-container {
  height: 100%;
  width: 100%; }
  .doc-queue__table-container > .dataTables_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .doc-queue__table-container > .dataTables_wrapper .dataTables_scroll {
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-bottom: 0.1rem solid var(--color-grey-light-4); }
    .doc-queue__table-container > .dataTables_wrapper .dt_top,
    .doc-queue__table-container > .dataTables_wrapper .dt_bottom {
      display: flex;
      justify-content: space-between;
      font-weight: 100;
      align-items: center; }
    .doc-queue__table-container > .dataTables_wrapper a {
      transition: all .2s; }
      .doc-queue__table-container > .dataTables_wrapper a:link, .doc-queue__table-container > .dataTables_wrapper a:visited {
        color: inherit;
        text-decoration: none; }
      .doc-queue__table-container > .dataTables_wrapper a:not(.btn__link):hover {
        color: var(--color-secondary-light); }
  .doc-queue__table-container tbody tr {
    cursor: pointer; }

.case-container-wrapper {
  flex: 1;
  display: flex;
  justify-content: center; }

.case-container {
  --case-gutter: 0px;
  margin-right: var(--case-gutter);
  /*
  &--1 { flex: 0 0 19.5% }
  &--2 { flex: 0 0 29.5% }
  &--3 { flex: 0 0 29.5% }
  &--4 { flex: 0 0 19.5% }

   */ }
  .case-container:not(:last-child) {
    --case-gutter: 2rem; }
  .case-container > * {
    padding: 1rem 2rem;
    box-shadow: var(--box-shadow-1);
    border-radius: .3rem;
    overflow: auto; }
    .case-container > *:not(:first-child) {
      margin-top: 2rem; }
  .case-container--1, .case-container--2, .case-container--3, .case-container--4 {
    display: flex;
    flex-direction: column; }
  .case-container--1 {
    width: calc(20% - var(--case-gutter)); }
  .case-container--2 {
    width: calc(30% - var(--case-gutter)); }
  .case-container--3 {
    width: calc(30% - var(--case-gutter)); }
  .case-container--4 {
    width: calc(20% - var(--case-gutter)); }
  .case-container__item--hidden {
    flex: 0 1 !important;
    height: 0;
    margin: 0 !important;
    padding: 0;
    overflow: hidden; }

.case-info {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .case-info > *:not(:last-child) {
    margin-bottom: 1.3rem; }
  .case-info__status {
    display: flex;
    justify-content: space-between; }
  .case-info__process-id {
    position: relative; }
    .case-info__process-id > * {
      font-size: 1.4rem; }
    .case-info__process-id--label {
      display: inline-block;
      font-weight: 400; }
    .case-info__process-id--id {
      display: inline-block;
      font-weight: 400; }
  .case-info__delete-link {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem; }
  .case-info__name:link, .case-info__name:visited {
    text-decoration: none;
    letter-spacing: 1px; }
  .case-info__name > * {
    font-size: 3rem;
    font-weight: 300; }
  .case-info__button-box {
    display: flex;
    justify-content: space-between; }
    .case-info__button-box > * {
      flex: 1; }
  .case-info__button {
    display: flex;
    align-items: center; }
    .case-info__button:not(:last-child) {
      margin-right: .5rem; }

.case-info-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  order: 2;
  border-top: 2px solid var(--color-grey-light-2);
  padding: 1rem 2rem;
  height: 9rem; }
  .case-info-top__score {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-right: 2rem;
    border-radius: .5rem;
    opacity: .7;
    transition: opacity .3s; }
    .case-info-top__score:hover, .case-info-top__score:focus {
      opacity: 1;
      cursor: pointer; }
  .case-info-top__score-value {
    font-size: 2em;
    font-weight: 100;
    color: var(--color-white); }
  .case-info-top__info-box {
    display: flex;
    flex-direction: column;
    max-width: 50vw;
    overflow-x: auto;
    white-space: nowrap; }
    .case-info-top__info-box > * {
      line-height: 1.2; }
  .case-info-top__info-box-2 {
    margin-left: auto;
    margin-right: 2.5rem;
    align-self: center; }
  .case-info-top__name:link, .case-info-top__name:visited {
    text-decoration: none;
    color: inherit; }
  .case-info-top__button-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .case-info-top__button-box > * {
      flex: 1; }
      .case-info-top__button-box > *:not(:last-child) {
        margin-right: .5rem; }
  .case-info-top__service-controls {
    margin-right: 1.5rem !important; }
    .case-info-top__service-controls > * {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .case-info-top__service-limit {
    white-space: nowrap; }
    .case-info-top__service-limit > select {
      margin-left: .8rem;
      padding: .7rem 2.2rem .7rem .8rem; }
  .case-info-top__button {
    display: flex;
    align-items: center; }
  .case-info-top__request-info-box {
    background-color: var(--color-primary-light-o-025);
    padding: .8rem 1.6rem;
    border-radius: .4rem; }
    .case-info-top__request-info-box > span {
      display: block;
      white-space: nowrap; }
  .case-info-top__status-box {
    display: flex;
    align-items: center; }
  .case-info-top__status-radio {
    flex-direction: column; }
  .case-info-top__status-name {
    margin-right: 1.2rem;
    margin-left: auto; }
  .case-info-top__status-longterm {
    display: flex;
    align-items: center;
    margin-right: 1.2rem;
    transition: width .3s;
    /*
    &:hover {
      width: 100%;

      & > span {
        z-index: initial;
        opacity: 1;
        transform: translateX(0);
      }
    }

     */ }
  .case-info-top__longterm-spinner {
    margin-right: 1rem;
    position: relative; }
  .case-info-top__longterm-caption {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer; }
  .case-info-top__longterm-tooltip {
    background-color: var(--color-grey-light-2);
    position: absolute;
    top: 3rem;
    left: 0;
    box-shadow: var(--box-shadow-1);
    z-index: 101;
    min-width: 30rem;
    padding: 1rem 2rem; }
  .case-info-top__longterm-tooltip-arrow {
    width: 2rem;
    height: 2rem;
    transform: rotate(45deg);
    background-color: var(--color-grey-light-2);
    position: absolute;
    top: -.5rem;
    left: .5rem;
    z-index: 100; }
  .case-info-top__longterm-heading {
    font-style: italic;
    font-size: .8em;
    margin-bottom: .4rem; }
  .case-info-top__longterm-tooltip-content {
    display: flex;
    flex-direction: column; }
  .case-info-top__longterm-item {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: .4rem .8rem; }
    .case-info-top__longterm-item:not(:last-child) {
      border-bottom: 0.1rem solid var(--color-grey-light-1); }
  .case-info-top__longterm-entity {
    color: var(--color-primary);
    margin-right: 3rem; }
  .case-info-top__longterm-date {
    font-weight: 100;
    white-space: nowrap; }
  .case-info-top__cost {
    display: flex;
    flex-direction: column; }
  .case-info-top__cost-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .4rem .8rem;
    border-radius: .2rem;
    color: var(--color-white); }
    .case-info-top__cost-row--value {
      background-color: var(--color-primary-light-o-050); }
    .case-info-top__cost-row--request {
      background-color: var(--color-secondary-light-o-050);
      transition: .3s all; }
      .case-info-top__cost-row--request, .case-info-top__cost-row--request > * {
        cursor: pointer; }
      .case-info-top__cost-row--request:hover {
        background-color: var(--color-secondary-light); }

.case-comment {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  order: 2;
  background-color: var(--color-grey-light-4);
  padding: 8px 16px; }
  .case-comment > input {
    flex: 1; }

.parties-box {
  background-color: var(--color-white);
  flex: 1; }
  .parties-box__top {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .parties-box__radio {
    justify-content: flex-start;
    margin-top: .5rem; }
  .parties-box__table {
    margin-top: 2.4rem; }
  .parties-box__list {
    list-style: none; }
  .parties-box__datatable:not(#parties-datatable) th {
    padding: .4rem .8rem !important; }
  .parties-box__datatable td {
    padding: .4rem .8rem; }
  .parties-box__datatable a:link, .parties-box__datatable a:visited {
    color: inherit;
    text-decoration: none; }
  .parties-box__datatable a:hover {
    color: var(--color-secondary-light); }
  .parties-box__datatable-search {
    margin-bottom: 1rem; }
    .parties-box__datatable-search label {
      position: relative; }
      .parties-box__datatable-search label > input {
        width: 100%;
        padding-left: 1rem;
        margin-left: 0;
        font: inherit;
        border-radius: 1.5rem;
        border: 0.1rem solid var(--color-primary);
        transition: border .1s; }
        .parties-box__datatable-search label > input:focus {
          outline: none;
          border: 0.2rem solid var(--color-primary); }
  .parties-box__list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 0 .8rem; }
    .parties-box__list-item--divider:not(:first-child):not(:last-child) {
      display: block;
      margin: 1rem 0;
      height: .2rem;
      background-color: var(--color-grey-light-3); }
    .parties-box__list-item--placeholder {
      align-self: center; }
    .parties-box__list-item--active {
      background-color: var(--color-grey-light-4); }
    .parties-box__list-item:not(.parties-box__list-item--divider):not([style="--list-level:0"]) > a::before {
      display: inline-block;
      content: "";
      position: absolute;
      width: .2rem;
      height: 100%;
      left: -.8rem;
      background-color: var(--color-grey-light-4); }
  .parties-box__party-link {
    position: relative; }
    .parties-box__party-link:link, .parties-box__party-link:visited {
      display: inline-block;
      text-decoration: none;
      color: var(--color-grey-dark-2);
      transition: all .2s;
      margin-left: calc(var(--list-level) * 1.2rem);
      margin-right: auto;
      position: relative; }
      .parties-box__party-link:link:hover, .parties-box__party-link:link:focus, .parties-box__party-link:visited:hover, .parties-box__party-link:visited:focus {
        color: var(--color-primary); }
  .parties-box__party-status {
    margin-left: 1rem;
    cursor: pointer; }

.party-info {
  background-color: var(--color-white);
  flex: 1;
  display: flex;
  transition: all .5s ease-in-out; }
  .party-info--hidden {
    flex: 0 1 !important;
    height: 0;
    margin: 0 !important;
    padding: 0; }
  .party-info--linked {
    overflow-x: hidden; }

.party-footer__container {
  background-color: var(--color-white); }

.party-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -.8rem;
  /* https://stackoverflow.com/a/30891910 */ }
  .party-footer > *:not(:last-child) {
    margin-right: .5rem; }
  .party-footer > .btn {
    flex: 1;
    margin-top: .8rem; }
  .party-footer__icon {
    fill: currentColor;
    height: 100%; }
    .party-footer__icon--sh, .party-footer__icon--magnifier, .party-footer__icon--address, .party-footer__icon--aml {
      transform: translateX(-25%); }

.party-info-dynamic {
  background-color: var(--color-white);
  flex: 1;
  transition: all .5s; }
  .party-info-dynamic--maximized {
    margin-top: 0 !important;
    height: 100%; }
    .party-info-dynamic--maximized .aml__form {
      height: 85%; }
    .party-info-dynamic--maximized .aml_bottom {
      width: 50%; }

.window-title {
  margin-top: -.5rem; }

.ubo-box {
  background-color: var(--color-white);
  max-height: 25%;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .ubo-box__table-box {
    overflow-y: auto;
    overflow-x: hidden; }
  .ubo-box__table {
    width: 100%;
    table-layout: fixed;
    border-spacing: .5rem;
    border-collapse: collapse; }
    .ubo-box__table tr:not(:last-child) > td {
      border-bottom: 0.1rem solid var(--color-grey-light-2); }
  .ubo-box__table-td {
    max-width: 50%;
    vertical-align: top; }
    .ubo-box__table-td--1 > a {
      transition: color .3s; }
      .ubo-box__table-td--1 > a:link, .ubo-box__table-td--1 > a:visited {
        color: var(--color-primary);
        text-decoration: none; }
      .ubo-box__table-td--1 > a:hover {
        color: var(--color-primary-light); }
    .ubo-box__table-td--2 {
      font-weight: 100; }
  .ubo-box__placeholder {
    display: block;
    text-align: right;
    hyphens: auto; }
  .ubo-box__ubo-list {
    list-style: none; }
  .ubo-box__ubo-list-item {
    text-align: right; }
    .ubo-box__ubo-list-item > a {
      transition: color .3s; }
      .ubo-box__ubo-list-item > a:link, .ubo-box__ubo-list-item > a:visited {
        color: inherit;
        text-decoration: none; }
      .ubo-box__ubo-list-item > a:hover {
        color: var(--color-secondary); }

.faq {
  height: 100%;
  width: 100%;
  padding: 2rem 3rem;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-1);
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .faq__header {
    display: flex;
    justify-content: space-between; }
  .faq__content {
    overflow: auto; }
  .faq__ordinal, .faq__question {
    font-size: 1.4em; }
  .faq__ordinal {
    display: inline-block;
    margin-right: .8rem; }
  .faq__element {
    max-width: 128rem; }
    .faq__element:not(:last-child) {
      margin-bottom: 1.4rem; }
    .faq__element--not-found {
      display: none; }
  .faq__link {
    transition: all .2s; }
    .faq__link:link, .faq__link:visited {
      text-decoration: none;
      color: var(--color-primary); }
    .faq__link:hover {
      color: var(--color-primary-light); }
  .faq__answer {
    font-weight: 100;
    display: none; }
  .faq__to-search--not-found {
    opacity: 0.55; }
  .faq__p {
    display: block; }
    .faq__p:not(:last-child) {
      margin-bottom: 1rem; }

.home {
  display: flex;
  height: 100%;
  width: 100%; }
  .home__container {
    display: flex;
    flex-direction: column; }
    .home__container:not(:last-child) {
      margin-right: auto; }
    .home__container--1 {
      width: 40%; }
    .home__container--2 {
      width: calc(60% - 3rem); }
  .home__button-box {
    height: 10%;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column; }
  .home__add-btn, .home__list-btn {
    display: flex;
    justify-content: center; }
    .home__add-btn > a > span, .home__list-btn > a > span {
      text-transform: uppercase;
      font-weight: 100; }
  .home__add-btn > a > span {
    font-size: 2.2rem;
    letter-spacing: .4rem; }
  .home__list-btn > a > span {
    font-size: 1.8rem;
    letter-spacing: .32rem; }
  .home__subcontainer {
    background-color: var(--color-white);
    padding: 1.5rem 3rem;
    box-shadow: var(--box-shadow-1);
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow: auto;
    border-radius: .5rem; }
    .home__subcontainer:not(:last-child) {
      margin-bottom: 3rem; }
  .home__stats-box {
    display: flex;
    justify-content: space-between; }
  .home__stats {
    flex: 1; }
    .home__stats:not(:last-child) {
      margin-right: 5rem; }
  .home__stat-header {
    display: flex;
    justify-content: space-between;
    max-width: 70%;
    margin: 0 auto; }
  .home__stat--value {
    margin-left: auto; }
  .home__pie-box {
    display: flex;
    position: relative;
    margin: 0 auto;
    max-width: 70%; }
  .home__pie-stats {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
  .home__pie-stat-box {
    margin-right: 5rem;
    margin-bottom: .5rem; }
    .home__pie-stat-box--completed {
      top: 1rem;
      right: 25%;
      color: var(--color-primary); }
    .home__pie-stat-box--open {
      bottom: 1rem;
      left: 25%;
      color: var(--color-grey-light-1); }
    .home__pie-stat-box--amlhits {
      color: var(--color-secondary); }
    .home__pie-stat-box--amlopen {
      color: var(--color-grey-light-1); }
    .home__pie-stat-box > span {
      display: block; }
  .home__pie-stat-percent {
    font-weight: 100;
    font-size: 3.6rem;
    line-height: 1; }
  .home__news-box {
    flex: 1; }
  .home__news-list {
    list-style: none; }
  .home__news-item:not(:last-child) {
    margin-bottom: 2rem; }
  .home__news-top {
    display: flex;
    justify-content: space-between; }
  .home__news-header {
    display: flex;
    flex-direction: column;
    margin-bottom: .5rem; }
  .home__news-heading {
    font-size: 2rem;
    display: inline-block; }
  .home__juri-btn {
    margin-left: auto;
    align-self: center; }
  .home__news-heading, .home__news-date {
    color: var(--color-primary); }
  .home__news-date {
    font-weight: 100;
    font-style: italic;
    margin-bottom: -.5rem; }
  .home__recent-cases {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    --dt-border: .1rem solid var(--color-grey-light-4);
    --dt-borderBottom-row: .1rem solid var(--color-grey-light-4);
    --dt-padding-row-vertical: 1.4rem;
    --dt-padding-row-horizontal: 1.6rem; }
    .home__recent-cases > .dataTables_wrapper {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .home__recent-cases > .dataTables_wrapper .dataTables_scroll {
        overflow: hidden;
        height: 100%;
        width: 100%; }
  .home__table-recent-td {
    cursor: pointer;
    font-weight: 100; }
  .home__firststeps-list {
    list-style: none;
    margin: 2.5rem 3rem; }
    .home__firststeps-list > li {
      position: relative; }
      .home__firststeps-list > li:not(:last-of-type) {
        padding-bottom: 2rem; }
      .home__firststeps-list > li > a {
        transition: color .4s; }
        .home__firststeps-list > li > a:link, .home__firststeps-list > li > a:visited {
          color: var(--color-grey-dark-1);
          text-decoration: none; }
        .home__firststeps-list > li > a:hover {
          color: var(--color-primary); }
        .home__firststeps-list > li > a > span {
          color: var(--color-primary); }
      .home__firststeps-list > li:first-of-type::before {
        background: var(--color-grey-light-4);
        content: "";
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 1px;
        height: 75%; }
      .home__firststeps-list > li:last-of-type::before {
        background: var(--color-grey-light-4);
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 1px;
        height: 75%; }
      .home__firststeps-list > li::before {
        background: var(--color-grey-light-4);
        content: "";
        position: absolute;
        left: -15px;
        width: 1px;
        height: 100%; }
  .home__firststeps-icon {
    position: absolute;
    left: calc(-15px - .5em);
    top: .3em; }
  .home__firststeps-contact {
    margin-right: 2rem; }
  .home__firststeps-bottom a {
    color: var(--color-primary); }

.jurisdictions__container {
  flex: 1;
  padding: var(--padding-container);
  background-color: var(--color-white); }

.jurisdictions__flag {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: .2rem; }

.jurisdictions__table-container {
  height: 100%;
  width: 100%; }
  .jurisdictions__table-container > * {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .jurisdictions__table-container > * > .dataTables_scroll {
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .jurisdictions__table-container > * > .dataTables_scroll > .dataTables_scrollHead {
        flex: 0 0 auto; }
      .jurisdictions__table-container > * > .dataTables_scroll > .dataTables_scrollBody {
        flex: 1; }

.jurisdictions__table thead {
  position: sticky;
  top: 0; }

.jurisdictions__cost {
  display: block;
  margin-top: .4rem;
  font-weight: 100; }
  .jurisdictions__cost--free {
    font-style: italic; }

.jurisdictions__offline * {
  background-color: var(--color-grey-light-2) !important;
  color: var(--color-grey-light-3) !important; }

.list__container {
  flex: 1;
  padding: var(--padding-container);
  background-color: var(--color-white); }

.list__table-container {
  height: 100%;
  width: 100%; }
  .list__table-container > .dataTables_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .list__table-container > .dataTables_wrapper .dataTables_scroll {
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      height: 100%;
      width: 100%;
      border-bottom: 0.1rem solid var(--color-grey-light-4); }
      .list__table-container > .dataTables_wrapper .dataTables_scroll > .dataTables_scrollHead {
        flex: 1;
        overflow: initial !important; }
      .list__table-container > .dataTables_wrapper .dataTables_scroll > .dataTables_scrollBody {
        overflow: auto; }
    .list__table-container > .dataTables_wrapper .dt_top,
    .list__table-container > .dataTables_wrapper .dt_bottom {
      display: flex;
      justify-content: space-between;
      font-weight: 100;
      align-items: center; }

.list__table {
  font-weight: 100; }
  .list__table thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    cursor: pointer; }
  .list__table tbody tr {
    cursor: pointer; }
  .list__table tbody td {
    background-color: var(--color-white);
    border: none;
    border-bottom: 0.1rem solid var(--color-grey-light-4); }

.list__spinner {
  margin-left: -.3rem; }
  .list__spinner > .spinner-double-ring {
    width: 1.8rem;
    height: 1.8rem; }
    .list__spinner > .spinner-double-ring > .spinner-inner {
      transform: translateZ(0) scale(0.18); }

.login {
  width: 100%;
  height: 100%;
  position: absolute; }
  .login__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);
    padding: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .login__logo {
    height: 6rem; }
    .login__logo > img {
      height: 100%; }
  .login__form-container {
    min-width: 15vw; }
  .login__form {
    display: flex;
    flex-direction: column; }
    .login__form > button {
      font-family: inherit;
      outline: none;
      border: none; }
  .login__form-row * {
    font-weight: 100; }
  .login__form-row > label {
    display: block; }
  .login__form-row > input {
    display: block;
    width: 100%; }
  .login__ssl {
    display: block;
    align-self: center;
    text-transform: uppercase; }
  .login__error {
    text-align: center;
    color: var(--color-red); }

.pc {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white); }
  .pc__container {
    background-color: var(--color-white); }
  .pc__header {
    display: flex; }
  .pc__header-icons {
    margin-left: auto; }
  .pc__main {
    margin-top: .5rem;
    flex: 1 1;
    overflow: auto; }
  .pc__table {
    min-height: 3rem; }
  .pc__table-th {
    position: sticky;
    top: 0;
    text-align: left; }
  .pc__table-tr--added > td {
    color: var(--color-grey-light-4) !important; }
  .pc__table-tr--added > td.pc__table-td--inputs > input {
    display: none; }
  .pc__table-td {
    padding: .4rem .8rem !important;
    text-align: left;
    font-weight: 100; }
  .pc__person-name {
    display: block;
    white-space: nowrap; }
  .pc__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding: 1rem 0; }
  .pc__add-btn {
    margin-left: .5rem; }
    .pc__add-btn--nodocs {
      margin-left: auto; }
    .pc__add-btn--done > a > span {
      transform: translateX(-0.3rem); }
    .pc__add-btn > a::after {
      transition: all .3s;
      content: "✔";
      display: inline-block;
      opacity: 0;
      width: 0;
      transform: translateX(0); }
    .pc__add-btn--done > a::after {
      opacity: 1;
      width: auto;
      transform: translateX(0.3rem); }
  .pc__add-link:link, .pc__add-link:visited {
    color: inherit;
    text-decoration: none; }

.pdf {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 1rem;
  width: 100%;
  height: 100%; }
  .pdf > *:not(:last-child) {
    margin-bottom: .5rem; }
  .pdf__button > a {
    height: auto !important;
    /* safari height fix */ }
  .pdf__preliminary {
    text-align: center; }

.payment {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .payment__link-box {
    margin: 0 auto;
    padding: .8rem 1.6rem;
    transition: background-color .3s;
    background-color: var(--color-grey-light-2);
    box-shadow: var(--box-shadow-1); }
    .payment__link-box:hover {
      background-color: var(--color-grey-light-4); }
  .payment__link {
    display: block; }
    .payment__link:link, .payment__link:visited {
      color: inherit;
      text-decoration: none; }
    .payment__link:not(:last-child) {
      margin-bottom: 2rem; }
  .payment__title {
    font-size: 1.2em;
    display: block; }
  .payment__description {
    margin-top: 1rem;
    display: block;
    font-weight: 100; }
  .payment__pending {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .payment__pending-heading {
    text-align: center; }
  .payment__spinner-box {
    display: flex;
    justify-content: center;
    align-items: center; }
  .payment__back {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: .8rem; }
    .payment__back:link, .payment__back:visited {
      color: var(--color-secondary);
      text-decoration: none; }
    .payment__back:hover, .payment__back:focus {
      color: var(--color-secondary-light); }
      .payment__back:hover::before, .payment__back:focus::before {
        background-image: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23f72d52%22%3E%3Cpath%20d%3D%22M16.67%200l2.83%202.829-9.339%209.175%209.339%209.167-2.83%202.829-12.17-11.996z%22%2F%3E%3C%2Fsvg%3E");
        background-size: cover; }
    .payment__back:focus {
      outline: none; }
    .payment__back::before {
      content: "";
      display: inline-block;
      background-image: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23c0213c%22%3E%3Cpath%20d%3D%22M16.67%200l2.83%202.829-9.339%209.175%209.339%209.167-2.83%202.829-12.17-11.996z%22%2F%3E%3C%2Fsvg%3E");
      background-size: cover;
      height: 1em;
      width: 1em;
      margin-right: .5rem;
      position: relative;
      top: .2rem; }
  .payment__container {
    padding: var(--padding-container);
    background-color: var(--color-grey-light-2);
    box-shadow: var(--box-shadow-1); }
  .payment__success, .payment__failure {
    margin: 3rem 0;
    text-align: center; }
  .payment__result-description {
    font-size: 1.4rem;
    font-weight: 100; }
    .payment__result-description--failure {
      font-size: 1rem; }
  .payment__icon-box {
    margin: 3rem 0;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: center; }
    .payment__icon-box > svg {
      width: 100%;
      height: 100%; }
  .payment__manual-table {
    width: 100%; }
  .payment__manual-table-td {
    padding: .4rem .8rem; }
    .payment__manual-table-td--value {
      font-weight: 100;
      text-align: right; }
    .payment__manual-table-td--field {
      color: var(--color-primary); }
  .payment__manual-description {
    font-weight: 100; }
  .payment__top {
    padding: var(--padding-container);
    width: 100%; }

.research__table-td {
  padding: .6rem 1.2rem; }
  .research__table-td--link {
    word-break: break-all; }
    .research__table-td--link > a:link, .research__table-td--link > a:visited {
      text-decoration: none;
      color: inherit; }
    .research__table-td--link > a:hover {
      color: var(--color-secondary-light); }
  .research__table-td--keyword, .research__table-td--action, .research__table-td--placeholder {
    text-align: center; }
  .research__table-td--action {
    white-space: nowrap; }

.research__bottom {
  display: flex; }

.research__disclaimer-box {
  font-weight: 100;
  font-style: italic; }

.research__save-btn {
  align-self: flex-start; }
  .research__save-btn > a > span {
    transition: all .3s;
    transform: translateX(0); }
  .research__save-btn--done > a > span {
    transform: translateX(-0.3rem); }
  .research__save-btn > a::after {
    transition: all .3s;
    content: "✔";
    display: inline-block;
    opacity: 0;
    width: 0;
    transform: translateX(0); }
  .research__save-btn--done > a::after {
    opacity: 1;
    width: auto;
    transform: translateX(0.3rem); }

.research__delete-btn {
  color: red;
  cursor: pointer; }

.research__header {
  display: flex;
  padding: .5rem 0; }

.research__header-icons {
  margin-left: auto; }

.risk--hidden + .party-info {
  margin-top: 0; }

.risk {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  min-height: 25%;
  max-height: 50%; }
  .risk__list-box {
    overflow: auto; }
  .risk__party-name {
    margin-top: -1rem; }
  .risk__topbar {
    display: flex;
    align-items: center; }
  .risk__topbar-buttons {
    margin-left: auto; }
  .risk__title {
    display: inline-block; }
  .risk__close {
    margin-left: auto; }
  .risk__heading {
    margin-bottom: .8rem; }
  .risk__hide-icon-strikethrough {
    position: relative;
    margin-left: 1rem;
    display: flex;
    opacity: .7;
    transition: all .3s; }
    .risk__hide-icon-strikethrough:hover {
      opacity: 1;
      cursor: pointer; }
    .risk__hide-icon-strikethrough::before {
      position: absolute;
      content: "";
      left: 0;
      top: 48.5%;
      right: 0;
      border-top: .2rem solid;
      border-color: var(--color-grey-light-3);
      -webkit-transform: rotate(-45deg) scale(1.3);
      -moz-transform: rotate(-45deg) scale(1.3);
      -ms-transform: rotate(-45deg) scale(1.3);
      -o-transform: rotate(-45deg) scale(1.3);
      transform: rotate(-45deg) scale(1.3); }
  .risk__table {
    table-layout: fixed;
    width: 100%; }
    .risk__table--preview {
      table-layout: auto; }
    .risk__table tr:not(:last-child) td {
      border-bottom: 0.1rem solid var(--color-grey-light-4); }
    .risk__table thead th {
      position: sticky;
      top: 0;
      background-color: var(--color-white); }
  .risk__table-td {
    font-weight: 100; }
    .risk__table-td--icon {
      width: 3%; }
    .risk__table-td--indicator {
      width: 40%; }
    .risk__table-td--comment {
      width: 30%; }
    .risk__table-td--value {
      width: 5%; }
    .risk__table-td--preview, .risk__table-td--entity {
      width: auto; }
    .risk__table-td--party {
      width: 65%; }
    .risk__table-td--input {
      width: auto;
      text-align: center; }
    .risk__table-td--actions {
      width: 3%; }
      .risk__table-td--actions > * {
        opacity: .7;
        transition: all .3s; }
        .risk__table-td--actions > *:hover, .risk__table-td--actions > *:focus {
          opacity: 1;
          cursor: pointer; }
  .risk__table-span {
    display: block; }
    .risk__table-span--party {
      color: var(--color-grey-light-3);
      transition: all .3s; }
      .risk__table-span--party:hover {
        cursor: pointer;
        color: var(--color-secondary-light); }
  .risk__table-preview {
    display: flex;
    justify-content: space-between; }
  .risk__table-preview-span {
    display: inline-block;
    cursor: pointer; }
  .risk__old-score {
    display: flex;
    justify-content: center; }
  .risk__old-score-msg {
    font-size: .7em;
    font-weight: 100;
    color: var(--color-secondary);
    text-align: center; }
  .risk__rescore:link, .risk__rescore:visited {
    color: var(--color-secondary-light); }

.sa-aml {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .sa-aml__person, .sa-aml__entity {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  .sa-aml__menu {
    list-style: none;
    display: flex;
    min-height: 3rem; }
  .sa-aml__menu-item {
    background-color: var(--color-grey-light-2);
    list-style: none;
    transition: all .2s;
    cursor: pointer;
    border-bottom: .3rem solid transparent;
    padding: 1rem 3rem;
    border-radius: .3rem;
    flex: 1;
    text-align: center; }
    .sa-aml__menu-item:hover {
      background-color: var(--color-primary);
      color: var(--color-white); }
    .sa-aml__menu-item--active {
      border-bottom: 0.3rem solid var(--color-primary);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .sa-aml__menu-item:not(:last-child) {
      margin-right: 1rem; }
  .sa-aml__menu-link {
    height: 100%;
    width: 100%;
    padding: var(--header-padding-topbottom) 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 300; }
    .sa-aml__menu-link:link, .sa-aml__menu-link:visited {
      text-decoration: none;
      color: currentColor; }
  .sa-aml__content {
    padding: 1rem 2rem;
    box-shadow: var(--box-shadow-1);
    display: flex;
    flex-direction: column;
    overflow: auto; }
  .sa-aml__content-header {
    display: flex; }
  .sa-aml__content-main {
    display: flex;
    flex-direction: column;
    min-height: 0; }
    .sa-aml__content-main > div {
      height: 100%;
      display: flex;
      flex-direction: column; }
  .sa-aml__filter-box {
    margin-left: auto; }
  .sa-aml__filter-label {
    margin-left: .6rem;
    cursor: pointer; }
  .sa-aml__filter-checkbox {
    margin-left: 1rem;
    cursor: pointer; }
  .sa-aml__tfoot-search {
    width: 100%; }
  .sa-aml__import-box, .sa-aml__add-box {
    padding: 2rem 3rem;
    box-shadow: var(--box-shadow-1);
    margin-bottom: 2rem;
    visibility: visible;
    transition: all .5s; }
    .sa-aml__import-box > *, .sa-aml__add-box > * {
      transition: opacity .1s; }
    .sa-aml__import-box--hidden, .sa-aml__add-box--hidden {
      padding: 0;
      margin: 0;
      height: 0;
      visibility: hidden; }
      .sa-aml__import-box--hidden > *, .sa-aml__add-box--hidden > * {
        opacity: 0; }
  .sa-aml__import-top {
    display: flex; }
  .sa-aml__add-box {
    display: flex;
    align-items: center; }
  .sa-aml__add-input {
    flex: 3; }
    .sa-aml__add-input:not(:last-of-type) {
      margin-right: .8rem; }
    .sa-aml__add-input--yob {
      flex: 1; }
    .sa-aml__add-input--comment {
      flex: 5; }
  .sa-aml__monitoring-box {
    margin-left: 1rem; }
    .sa-aml__monitoring-box > label {
      font-weight: 100; }
  .sa-aml__add-save-btn {
    align-self: flex-start;
    margin-left: 1rem;
    margin-bottom: .15rem; }
  .sa-aml__file-box {
    margin-left: auto; }
  .sa-aml__table--person thead th, .sa-aml__table--entity thead th {
    position: sticky;
    top: 0; }
  .sa-aml__table-td {
    text-align: center;
    padding: .6rem 1.2rem; }
    .sa-aml__table-td > *:not(:last-child) {
      margin-right: .5rem; }
  .sa-aml__table-icon {
    height: 1em; }
  .sa-aml__table-container {
    min-height: 0;
    overflow: auto; }
  .sa-aml__table thead th {
    position: sticky;
    top: 0;
    z-index: 10; }
  .sa-aml__table tfoot th {
    position: sticky;
    bottom: 0;
    background-color: var(--color-white); }
  .sa-aml__table-link:link, .sa-aml__table-link:visited {
    text-decoration: none;
    color: inherit; }
  .sa-aml__table-bottom {
    display: flex;
    justify-content: space-between; }

.search-page {
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-1);
  width: 100%;
  height: 100%;
  padding: var(--padding-container);
  display: flex;
  flex-direction: column; }
  .search-page__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
  .search-page__table-container {
    flex: 1;
    overflow: auto; }
    .search-page__table-container > .dataTables_wrapper {
      height: 100%;
      display: flex;
      flex-direction: column; }
      .search-page__table-container > .dataTables_wrapper .dataTables_scroll {
        overflow: hidden;
        height: 100%;
        width: 100%;
        border-bottom: 0.1rem solid var(--color-grey-light-4); }
      .search-page__table-container > .dataTables_wrapper .dt_top,
      .search-page__table-container > .dataTables_wrapper .dt_bottom {
        display: flex;
        justify-content: space-between;
        font-weight: 100;
        align-items: center; }
    .search-page__table-container thead th {
      position: sticky;
      top: 0; }
  .search-page__table-td {
    padding: .7rem 1rem; }
    .search-page__table-td--name {
      width: 80%; }
      .search-page__table-td--name > a:link, .search-page__table-td--name > a:visited {
        color: inherit;
        text-decoration: none; }
    .search-page__table-td--center {
      text-align: center; }

.settings-sector, .settings-score, .settings-network {
  padding: var(--padding-container);
  width: 100%; }

.settings-sector__table-container .dt_top, .settings-score__table-container .dt_top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .settings-sector__table-container .dt_top .dt_title, .settings-score__table-container .dt_top .dt_title {
    display: flex;
    align-items: center; }
    .settings-sector__table-container .dt_top .dt_title > *:not(:last-child), .settings-score__table-container .dt_top .dt_title > *:not(:last-child) {
      margin-right: 2rem; }

.settings-sector__table-tr--changed > td, .settings-score__table-tr--changed > td {
  color: var(--color-secondary); }

.settings-score__menu {
  box-shadow: var(--box-shadow-1);
  background-color: vaR(--color-grey-light-2); }

.settings-score__top {
  padding: var(--padding-container);
  display: flex;
  align-items: center; }
  .settings-score__top > *:not(:last-child) {
    margin-right: 3rem; }

.settings-score__main {
  display: flex;
  flex-direction: row; }

.settings-score__table-td--subtable {
  width: 60%; }

.settings-score__subtable {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%; }

.settings-score__subtable-td {
  padding-bottom: .3rem; }
  .settings-score__subtable-td--comment {
    width: 60%; }
  .settings-score__subtable-td--current, .settings-score__subtable-td--default, .settings-score__subtable-td--newscore, .settings-score__subtable-td--newlight {
    text-align: center;
    line-height: 1.15; }

.settings-score__newscore-input {
  max-width: 100%;
  font-family: inherit;
  padding: .1rem .3rem; }

.settings-score__span {
  padding: .4rem 1rem; }

.settings-score__light-select {
  font-family: inherit; }

.settings-score__main-container {
  display: flex;
  justify-content: space-between; }
  .settings-score__main-container > div:not(:last-child) {
    margin-right: 3rem; }

.settings-score__preview {
  padding: var(--padding-container); }

.settings-score__preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.settings-score__preview-heading {
  display: inline-block; }

.settings-score__preview-case {
  width: 40%; }

.settings-score__div-compare {
  display: flex;
  justify-content: space-between; }

.settings-network__header {
  display: flex;
  align-items: center; }
  .settings-network__header > *:not(:last-child) {
    margin-right: 3rem; }

.settings-network__heading {
  display: inline-block; }

.settings-network__note {
  display: block; }

.settings-network__options-table td {
  padding: .4rem .8rem; }

.settings-network__options-table-td--label {
  width: 20%; }

.sh {
  height: 100%; }
  .sh__header {
    display: flex;
    padding: .5rem 0; }
  .sh__header-icons {
    margin-left: auto; }
  .sh__form {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .sh__radio-container {
    margin-bottom: 1rem; }
  .sh__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    padding: 1rem 0; }
  .sh__save-btn {
    margin-left: auto; }
    .sh__save-btn--done > a > span {
      transform: translateX(-0.3rem); }
    .sh__save-btn > a::after {
      transition: all .3s;
      content: "✔";
      display: inline-block;
      opacity: 0;
      width: 0;
      transform: translateX(0); }
    .sh__save-btn--done > a::after {
      opacity: 1;
      width: auto;
      transform: translateX(0.3rem); }
  .sh__table {
    min-height: 3rem; }
  .sh__table-th {
    position: sticky;
    top: 0;
    text-align: left; }
    .sh__table-th--percent, .sh__table-th--shares {
      text-align: right; }
  .sh__table-td {
    padding: .4rem .8rem !important;
    text-align: left; }
    .sh__table-td--percent, .sh__table-td--shares {
      text-align: right; }
  .sh__error {
    color: var(--color-secondary); }

.system__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .system__container > *:not(:last-child) {
    margin-bottom: 1rem; }

.system__content {
  width: 80vw;
  max-width: 120rem;
  overflow: auto; }
  @media only screen and (min-width: 120em) {
    .system__content {
      max-width: 144rem; } }

.system__menu-box {
  width: 100%; }

.system__menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none; }

.system__menu-item {
  flex: 1;
  background-color: var(--color-white);
  text-align: center;
  font-weight: 100;
  transition: all .3s; }
  .system__menu-item:not(:last-child) {
    margin-right: .5rem; }
  .system__menu-item:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    cursor: pointer; }
  .system__menu-item--active {
    border-bottom: 0.3rem solid var(--color-primary); }

.system__menu-link {
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 1.6rem 2rem; }
  .system__menu-link:link, .system__menu-link:visited {
    color: inherit;
    text-decoration: none; }

.mail-template-edit__container, .mail-template-edit__form {
  padding: var(--padding-container);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .mail-template-edit__container > *:not(:last-child), .mail-template-edit__form > *:not(:last-child) {
    margin-bottom: 1rem; }

.mail-template-edit__container {
  flex: 1; }
  .mail-template-edit__container > * {
    box-shadow: var(--box-shadow-1); }

.mail-template-edit__top {
  display: flex;
  align-items: center;
  padding: var(--padding-container); }

.mail-template-edit__bottom {
  display: flex;
  justify-content: center; }
  .mail-template-edit__bottom > * {
    flex: 1;
    max-width: 60%; }

.mail-template-edit__input-box--content {
  flex: 1; }
  .mail-template-edit__input-box--content > textarea {
    height: 100%; }
  .mail-template-edit__input-box--content > label {
    align-self: flex-start; }

.mail-template-edit__input-label {
  flex: 0 0 10%; }

.system-score__span-lang {
  display: block; }

.system-score__span-lang-name {
  font-weight: 100;
  font-style: italic; }

.system-edit {
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  background-color: var(--color-white);
  display: flex; }
  .system-edit__column {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%; }
    .system-edit__column--left {
      margin-right: 1.5rem; }
    .system-edit__column--right {
      margin-left: 1.5rem; }
  .system-edit__row {
    display: flex;
    flex: 1;
    justify-content: space-between; }
  .system-edit__input-group {
    display: flex; }
    .system-edit__input-group--column {
      flex-direction: column;
      margin-bottom: 2rem; }
      .system-edit__input-group--column:not(:last-child) {
        margin-right: 1.5rem; }
    .system-edit__input-group:not(:last-child) {
      margin-bottom: 2rem; }
    .system-edit__input-group--slider {
      align-items: center; }
      .system-edit__input-group--slider > *:not(:last-child) {
        margin-right: 1.5rem; }
    .system-edit__input-group--disabled {
      opacity: .5; }
  .system-edit__input {
    flex: 1; }
    .system-edit__input--disable-opacity[disabled] {
      opacity: .5; }
  .system-edit__input-label {
    flex: 0 0 20%;
    display: flex;
    align-items: center; }
  .system-edit__options-list {
    flex: 1;
    list-style: none; }
  .system-edit__user-option {
    display: flex;
    align-items: center; }
    .system-edit__user-option:not(:last-child) {
      margin-bottom: .5rem;
      padding-bottom: .5rem;
      border-bottom: 0.1rem solid var(--color-grey-light-3); }
    .system-edit__user-option > *:not(:last-child) {
      margin-right: 1rem; }

.system-score-edit__row-input {
  flex: initial !important; }

.tickets__container {
  flex: 1;
  margin: 0 auto;
  padding: var(--padding-container);
  background-color: var(--color-white);
  max-width: 120rem;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 120em) {
    .tickets__container {
      max-width: 144rem; } }

.tickets__top {
  display: flex;
  justify-content: space-between; }

.tickets__content {
  display: flex;
  overflow: hidden; }
  .tickets__content > * {
    transition: width .5s ease-in-out; }

.tickets__dashboard {
  height: 100%;
  opacity: 0;
  transition: opacity .25s;
  display: flex;
  flex-direction: column; }

.tickets__table-container {
  width: 100%;
  flex: 1 1; }

.tickets__form {
  width: 0; }

.tickets__table-td {
  cursor: pointer; }

.tickets__halfwidth {
  width: 50% !important; }

.tickets__ticket-details {
  display: flex;
  flex-direction: column; }
  .tickets__ticket-details > div:not(:last-of-type) {
    margin-bottom: 2rem; }

.tickets__ticket-history {
  overflow: auto;
  margin-top: 4rem; }

.tickets__history-entry:not(:last-of-type) {
  margin-bottom: .8rem; }

.tickets__history-entry--admin {
  text-align: right; }

.tickets__history-block {
  display: block; }

.tickets__history-username {
  margin-left: 2rem; }

.tickets__history-timestamp {
  font-weight: bold;
  color: var(--color-primary); }
  .tickets__history-timestamp--admin {
    color: var(--color-secondary); }

.tickets__history-statuschange, .tickets__history-newstatus {
  color: var(--color-grey-light-3);
  font-weight: 100; }

.tickets__history-newstatus {
  margin-left: 2rem; }

.tickets__history-message {
  font-weight: 100; }

.tickets-view__top {
  display: flex;
  align-items: center; }
  .tickets-view__top > *:not(:last-child) {
    margin-right: 1rem; }

.tickets-view__ticket-title, .tickets-view__ticket-content {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tickets-view__ticket-title-label, .tickets-view__textarea-label, .tickets-view__status-label {
  margin-right: 2rem; }

.tickets-view__ticket-title-input, .tickets-view__textarea {
  flex: 1; }

.tickets-view__textarea {
  min-height: 8em; }

.tickets-view__ticket-title-value {
  display: inline-block;
  margin-left: 3rem;
  font-weight: 100; }

.tickets-view__status-value {
  font-weight: 100; }

.tickets-view__type-container {
  display: flex; }

.view-party {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .view-party__container {
    width: 100%;
    height: 100%; }
  .view-party__header, .view-party__row {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .view-party__content {
    overflow: auto; }
  .view-party__header {
    justify-content: space-between; }
  .view-party__delete-button {
    align-self: center; }
  .view-party__row:not(:last-child) {
    margin-bottom: 1.8rem; }
  .view-party__row:last-child {
    margin-bottom: 3rem; }
  .view-party__label {
    color: var(--color-primary);
    margin-right: 1.4rem;
    font-weight: 400; }
  .view-party__value {
    font-weight: 100; }
    .view-party__value--placeholder {
      font-style: italic;
      color: var(--color-grey-light-3); }
  .view-party__box {
    flex: 1;
    padding: .8rem 1.8rem;
    box-shadow: var(--box-shadow-1);
    display: flex;
    flex-direction: column;
    background-color: var(--color-grey-light-4); }
  .view-party__box-row {
    display: block; }
  .view-party__address-row {
    display: block;
    font-weight: 100; }
    .view-party__address-row--country {
      font-weight: 400; }
  .view-party__list {
    list-style: none; }
  .view-party__list-item {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between; }
  .view-party__party-linktype {
    color: var(--color-primary); }
    .view-party__party-linktype--owner {
      color: var(--color-secondary); }
    .view-party__party-linktype--tr {
      color: var(--color-grey-dark-1); }
  .view-party__party-link {
    text-align: right;
    font-weight: 100;
    transition: all .2s; }
    .view-party__party-link:link, .view-party__party-link:visited {
      text-decoration: none;
      color: inherit; }
    .view-party__party-link:hover {
      color: var(--color-primary); }
  .view-party__pull-docs {
    margin: 0 auto;
    text-align: center;
    font-weight: 100; }
    .view-party__pull-docs > a:link, .view-party__pull-docs > a:visited {
      color: var(--color-primary); }
  .view-party__locked-spinner {
    margin: 4rem auto; }

@keyframes spinner-inner {
  0% {
    top: 43px;
    left: 43px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 1.5px;
    left: 1.5px;
    width: 83px;
    height: 83px;
    opacity: 0; } }

.spinner-inner {
  --spinner-color-primary: var(--color-secondary);
  --spinner-color-secondary: var(--color-secondary-light);
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.3);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */ }
  .spinner-inner--primary {
    --spinner-color-primary: var(--color-primary);
    --spinner-color-secondary: var(--color-primary-light); }
  .spinner-inner div {
    position: absolute;
    box-sizing: content-box;
    border-width: 7px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: spinner-inner 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  .spinner-inner div:nth-child(1) {
    border-color: var(--spinner-color-primary); }
  .spinner-inner div:nth-child(2) {
    border-color: var(--spinner-color-secondary);
    animation-delay: -0.5s; }

.spinner-double-ring {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  background: transparent; }

/* generated by https://loading.io/ */
