﻿/* darkblue 	(font) */
/* darkgray 	(font) */
/* blue 			(menu) */
/* umbraco pink	(active menu item) */
/* green */
/* orange */
.ums-front-cockpit {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  height: 100%;
  min-width: 360px;
  width: auto;
  max-width: 90vw;
  color: #1a254f;
  z-index: 9999;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  display: none;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Umbraco.Engage/Fonts/Lato-Bold.woff2") format("woff2"), url("/assets/Umbraco.Engage/Fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/assets/Umbraco.Engage/Fonts/Lato-Medium.woff2") format("woff2"), url("/assets/Umbraco.Engage/Fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) svg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) div {
  display: block;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) button {
  font-family: inherit;
  font-weight: 700;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) table {
  display: table;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) thead {
  display: table-header-group;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) tbody {
  display: table-row-group;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) tr {
  display: table-row;
}
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) td,
.ums-front-cockpit *:not(svg):not(path):not(g):not(canvas) th {
  display: table-cell;
}
.ums-front-cockpit *,
.ums-front-cockpit *:before,
.ums-front-cockpit *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ums-front-cockpit.loaded {
  display: block;
}
.ums-front-cockpit[data-cockpit-position="right"] {
  left: auto;
  right: 0;
}
.ums-front-cockpit .vh {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.ums-front-cockpit .ums-front-icon,
.ums-front-cockpit .ums-front-icon svg {
  fill: currentColor;
}
.ums-front-cockpit .ums-front-icon__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ums-front-cockpit .ums-front-icon__wrap > * + * {
  margin-left: 10px;
}
.ums-front-cockpit .ums-front-icon,
.ums-front-cockpit .ums-front-icon--sm {
  width: 14px;
  height: 14px;
}
.ums-front-cockpit .ums-front-icon--xs {
  width: 12px;
  height: 12px;
}
.ums-front-cockpit .ums-front-icon--md {
  width: 18px;
  height: 18px;
}
.ums-front-cockpit .ums-front-icon--rotate-90-neg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ums-front-cockpit .ums-front-icon--flip-x {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ums-front-cockpit .ums-front-icon--flip-y {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.ums-front-cockpit .ums-front-cockpit {
  /* Badge */
  /* Cockpit main */
}
.ums-front-cockpit .ums-front-cockpit__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ums-front-cockpit .ums-front-cockpit__button-container--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ums-front-cockpit .ums-front-cockpit__button-container > button + button {
  margin-left: 2px;
}
.ums-front-cockpit .ums-front-cockpit__button {
  height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
  font-size: 11px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  border-radius: 3px;
  color: #1a254f;
  -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background 0.15s ease-out, color 0.15s ease-out;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  padding: 5px 10px;
  margin: 0;
  outline: 0;
}
.ums-front-cockpit .ums-front-cockpit__button:hover {
  background: #ededed;
}
.ums-front-cockpit .ums-front-cockpit__button:focus {
  background: #fff;
}
.ums-front-cockpit .ums-front-cockpit__button--square {
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ums-front-cockpit .ums-front-cockpit__button--large {
  font-size: 13px;
  padding: 10px 20px;
  height: 40px;
}
.ums-front-cockpit .ums-front-cockpit__button--nobutton {
  padding: 0;
  border: 0;
  background: transparent;
}
.ums-front-cockpit .ums-front-cockpit__button--nobutton > span {
  text-decoration: underline;
}
.ums-front-cockpit .ums-front-cockpit__button--nobutton:hover,
.ums-front-cockpit .ums-front-cockpit__button--nobutton:focus {
  background: transparent;
}
.ums-front-cockpit .ums-front-cockpit__button--nobutton:hover > span,
.ums-front-cockpit .ums-front-cockpit__button--nobutton:focus > span {
  text-decoration: none;
}
.ums-front-cockpit .ums-front-cockpit__button--error {
  color: #fc391c;
}
.ums-front-cockpit .ums-front-cockpit__button--error:hover,
.ums-front-cockpit .ums-front-cockpit__button--error:focus {
  color: #c91c03;
}
.ums-front-cockpit .ums-front-cockpit__button--error-bg {
  background: #fc391c;
  border-color: #fc391c;
  color: #fff;
}
.ums-front-cockpit .ums-front-cockpit__button--error-bg:hover,
.ums-front-cockpit .ums-front-cockpit__button--error-bg:focus {
  background: #c91c03;
  border-color: #c91c03;
}
.ums-front-cockpit .ums-front-cockpit__button--success {
  background: #11bc9b;
  border-color: #11bc9b;
  color: #fff;
}
.ums-front-cockpit .ums-front-cockpit__button--success:hover,
.ums-front-cockpit .ums-front-cockpit__button--success:focus {
  background: #0b7661;
  border-color: #0b7661;
}
.ums-front-cockpit .ums-front-cockpit__button--base {
  background: #1a254f;
  border-color: #1a254f;
  color: #fff;
  cursor: pointer;
}
.ums-front-cockpit .ums-front-cockpit__button--base:hover,
.ums-front-cockpit .ums-front-cockpit__button--base:focus {
  background: #2d4089;
  border-color: #2d4089;
}
.ums-front-cockpit .ums-front-cockpit__button.s-active {
  color: #3444b2;
  border-color: rgba(52, 68, 178, 0.4);
}
.ums-front-cockpit .ums-front-cockpit__button.s-inactive {
  color: #b3b3b3;
}
.ums-front-cockpit .ums-front-cockpit__button[disabled="disabled"] {
  cursor: not-allowed;
}
.ums-front-cockpit .ums-front-cockpit__badge__item {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 55px;
  border: 1px solid #d9d9d9;
  border-left-width: 0px;
  background: #f6f4f4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  top: 40px;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0.15s ease-out;
  transition: background 0.15s ease-out, -webkit-transform 0.15s ease-out;
  -o-transition: background 0.15s ease-out, transform 0.15s ease-out;
  transition: background 0.15s ease-out, transform 0.15s ease-out;
  transition: background 0.15s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  z-index: 0;
  pointer-events: auto;
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__badge__item {
  left: auto;
  right: 0;
  border-left-width: 1px;
  border-right-width: 0px;
  border-radius: 3px 0px 0px 3px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.15);
}
.ums-front-cockpit .ums-front-cockpit__badge__item:hover {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.ums-front-cockpit .ums-front-cockpit__badge__item:hover > *,
.ums-front-cockpit .ums-front-cockpit__badge__item:focus > * {
  background: #fff;
}
.ums-front-cockpit .ums-front-cockpit__badge__item > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
  padding-left: 5px;
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__badge__item > * {
  padding-left: 0px;
  padding-right: 5px;
}
.ums-front-cockpit .ums-front-cockpit__badge__item > * + * {
  border-top: 1px solid #d9d9d9;
}
.ums-front-cockpit .ums-front-cockpit__badge__item > * > * + * {
  margin-top: 5px;
}
.ums-front-cockpit .ums-front-cockpit__badge__logo {
  background: #fff;
  border-top-right-radius: 3px;
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__badge__logo {
  border-top-right-radius: 0px;
  border-top-left-radius: 3px;
}
.ums-front-cockpit .ums-front-cockpit__badge__logo__image {
  width: 30px;
  height: 30px;
}
.ums-front-cockpit .ums-front-cockpit__badge__button {
  border-bottom-right-radius: 3px;
  font-size: 7px;
  text-transform: uppercase;
  outline: 0;
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__badge__button {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
}
.ums-front-cockpit .ums-front-cockpit__main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__main {
  -webkit-box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.15);
          box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.15);
}
.ums-front-cockpit .ums-front-cockpit__header {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ums-front-cockpit .ums-front-cockpit__header > * + * {
  margin-left: 20px;
}
.ums-front-cockpit .ums-front-cockpit__header__logo {
  width: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.ums-front-cockpit .ums-front-cockpit__header__logo * {
  width: 100%;
  height: 100%;
}
.ums-front-cockpit .ums-front-cockpit__header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 11px;
}
.ums-front-cockpit .ums-front-cockpit__header__buttons > * + * {
  margin-left: 5px;
}
.ums-front-cockpit .ums-front-cockpit__nav-list {
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.ums-front-cockpit .ums-front-cockpit__nav-list,
.ums-front-cockpit .ums-front-cockpit__nav-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__list {
  list-style: none;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__item {
  width: 100%;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button {
  border: 0;
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f6f4f4;
  border-top: 1px solid #d9d9d9;
  outline: 0;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button:not([disabled]):not(.s-active):hover {
  background: #ebe6e6;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-noborder {
  border-top: 0;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button[disabled="disabled"],
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-inactive {
  color: #b3b3b3;
  cursor: not-allowed;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button[disabled="disabled"] > [class*="caret"]:not(.s-active),
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-inactive > [class*="caret"]:not(.s-active) {
  color: inherit;
}
[aria-current] > .ums-front-cockpit .ums-front-cockpit__nav-list__button,
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-active {
  color: #fff;
  background: #3444b2;
}
[aria-current] > .ums-front-cockpit .ums-front-cockpit__nav-list__button svg,
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-active svg {
  color: #fff;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button > * + * {
  margin-left: 20px;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-selected {
  background: transparent;
  color: #3444b2;
  border-bottom-color: transparent !important;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button.s-selected > [class*="caret"]:not(.s-active) {
  color: inherit;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  height: 10px;
  color: #68676b;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret svg {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret.s-active svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret.s-active {
  line-height: 1;
  font-size: 11px;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret.s-active:not(.static) {
  color: #11bc9b !important;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret.s-warning {
  line-height: 1;
  font-size: 11px;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__caret.s-warning:not(.static) {
  color: #ff8d00 !important;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__icon--rounded {
  border: 1px solid currentColor;
  border-radius: 50%;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__icon svg {
  color: currentColor;
  fill: currentColor;
}
.ums-front-cockpit .ums-front-cockpit__nav-list__button__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: left;
}
.ums-front-cockpit .ums-front-cockpit__panel {
  display: block;
  padding: 10px 30px 30px;
}
.ums-front-cockpit .ums-front-cockpit__panel__content > * + * {
  margin-top: 30px;
}
.ums-front-cockpit .ums-front-cockpit__panel__section > * + * {
  margin-top: 8px;
}
.ums-front-cockpit .ums-front-cockpit__panel__header {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}
.ums-front-cockpit .ums-front-cockpit__panel__header--blue {
  color: #3444b2;
}
.ums-front-cockpit .ums-front-cockpit__table-holder {
  width: 100%;
  overflow-x: auto;
}
.ums-front-cockpit .ums-front-cockpit__table-simple {
  font-size: 13px;
  border-collapse: collapse;
  color: #000;
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 6px;
  text-align: left;
}
.ums-front-cockpit .ums-front-cockpit__table-simple tbody,
.ums-front-cockpit .ums-front-cockpit__table-simple thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ums-front-cockpit .ums-front-cockpit__table-simple tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ums-front-cockpit .ums-front-cockpit__table-simple tr > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ums-front-cockpit .ums-front-cockpit__table-simple--align-start tr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ums-front-cockpit .ums-front-cockpit__table-simple th {
  font-weight: 500;
  padding-right: 10px;
}
.ums-front-cockpit .ums-front-cockpit__table-simple td {
  padding-top: 0;
  padding-left: 10px;
  font-weight: 700;
}
.ums-front-cockpit .ums-front-cockpit__table-simple tr:not(:last-of-type) > * {
  padding-bottom: 14px;
}
.ums-front-cockpit .ums-front-cockpit__table-extended {
  font-size: 12px;
  border-collapse: collapse;
  color: #000;
  width: 100%;
  text-align: left;
}
.ums-front-cockpit .ums-front-cockpit__table-extended .ums-blue {
  color: #3444b2;
  font-weight: 700;
}
.ums-front-cockpit .ums-front-cockpit__table-extended thead {
  font-size: 10px;
  text-transform: uppercase;
  color: #68676b;
}
.ums-front-cockpit .ums-front-cockpit__table-extended thead th {
  padding: 4px 8px;
  background: #f6f4f4;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__table-extended thead th[class*="__invisible"] {
  display: none;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody tr[class*="--has-floating"] {
  position: relative;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody tr[class*="--has-floating"] > * {
  padding-top: 20px;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody tr.ums-tr-no-border > td {
  border-bottom: 0;
  padding-bottom: 0;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody td {
  padding: 8px;
  max-width: 200px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody td.ums-td-no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody td.ums-bold {
  font-weight: 600;
}
.ums-front-cockpit .ums-front-cockpit__table-extended tbody td.ums-small {
  width: 20px;
}
.ums-front-cockpit .ums-front-cockpit__carrousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 10px 0 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ums-front-cockpit .ums-front-cockpit__carrousel__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin: 0 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  color: black;
  overflow: hidden;
  height: 30px;
  min-width: 30px;
  font-size: 11px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  border-radius: 3px;
  padding: 5px 10px;
}
.ums-front-cockpit .ums-front-cockpit__carrousel__center > * {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__parameter__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-top: 1px solid #d9d9d9;
}
.ums-front-cockpit .ums-front-cockpit__parameter__container.s-inactive {
  opacity: 0.25;
}
.ums-front-cockpit .ums-front-cockpit__parameter__container:first-of-type {
  border-top: 0;
}
.ums-front-cockpit .ums-front-cockpit__parameter__container > .ums-front-cockpit__panel__header {
  margin-bottom: 10px;
}
.ums-front-cockpit .ums-front-cockpit__parameter__box {
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid #d1d4dc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  color: #000;
  min-height: 2rem;
  font-size: 12px;
}
.ums-front-cockpit .ums-front-cockpit__parameter__box.s-inactive {
  background: transparent;
}
.ums-front-cockpit .ums-front-cockpit__parameter__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  color: inherit;
  margin-top: 1px;
}
.ums-front-cockpit .ums-front-cockpit__parameter__icon svg {
  width: 16px;
  height: 16px;
}
.ums-front-cockpit .ums-front-cockpit__parameter__text {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 5px 10px 5px 5px;
  line-height: 1.5;
  font-size: 1em;
  color: inherit;
  font-weight: 600;
}
.ums-front-cockpit .ums-front-cockpit__parameter__text--light {
  opacity: 0.5;
  margin: 0 4px;
}
.ums-front-cockpit .ums-front-cockpit__parameter__negation {
  background: #fc391c;
  color: #fff;
  font-weight: 600;
  padding: 2px 4px;
  line-height: 1;
  border-radius: 5px;
  height: auto;
  margin-top: 6px;
  margin-bottom: auto;
  margin-left: 2px;
  font-size: 1em;
}
.ums-front-cockpit .ums-front-cockpit__parameter__text-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ums-front-cockpit .ums-front-cockpit__balloon {
  background: #e5e5e5;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 0.9em;
  border-left: 4px solid #ff8d00;
}
.ums-front-cockpit .ums-front-cockpit__balloon + [class*="__parameter"] {
  border-top: 0;
}
.ums-front-cockpit .ums-front-cockpit__popup {
  /* hover */
}
.ums-front-cockpit .ums-front-cockpit__popup__enter {
  position: relative;
}
.ums-front-cockpit .ums-front-cockpit__popup__enter--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ums-front-cockpit .ums-front-cockpit__popup__infoicon {
  color: #1a254f;
  position: relative;
  top: 3px;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder {
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  left: -99999px;
  right: -99999px;
  z-index: 10;
  width: auto;
  min-width: 100px;
  max-width: 180px;
  background: #1a254f;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 auto !important;
  padding: 5px 10px;
  border-radius: 6px;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
  background: #1a254f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--left {
  left: -5px;
  right: auto;
  margin: 0 !important;
  text-align: left;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--left:after {
  left: 5px;
  right: auto;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--wide {
  width: 100%;
  max-width: 100%;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--small {
  width: 100px;
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--offset {
  bottom: calc(100% + 7px);
}
.ums-front-cockpit .ums-front-cockpit__popup__holder--no-pointer {
  pointer-events: none;
}
.ums-front-cockpit .ums-front-cockpit__popup__enter:hover .ums-front-cockpit__popup__holder {
  display: block;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__holder {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__holder > *:not([class*="__infobullet__item"]) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__holder > [class*="__infobullet__item"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__item {
  background: rgba(217, 217, 217, 0);
  z-index: 10;
  cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2.5px;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__icon {
  width: 15px;
  height: 15px;
  color: #68676b;
  opacity: 0.5;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__text {
  display: none;
  background: #1a254f;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 0;
  max-width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.ums-front-cockpit .ums-front-cockpit__infobullet__text--normal {
  white-space: normal;
  overflow-wrap: break-word;
  min-width: 250px;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__text:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  width: 18px;
  height: 18px;
  display: block;
  left: auto;
  right: 3px;
  background: #1a254f;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2.5px;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__item:hover {
  background: rgba(217, 217, 217, 0.75);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__item:hover [class*="__infobullet__text"] {
  display: block;
}
.ums-front-cockpit .ums-front-cockpit__infobullet__item:hover [class*="__infobullet__icon"] {
  opacity: 1;
}
.ums-front-cockpit .ums-front-cockpit__message-box {
  background: #3444b2;
  color: #fff;
  padding: 8px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  line-height: 1.2;
}
.ums-front-cockpit .ums-front-cockpit__message-box--clickable {
  cursor: pointer;
}
.ums-front-cockpit .ums-front-cockpit__drag-indicator {
  width: 10px;
  height: 50px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 5px 0px 4px #0000000d;
          box-shadow: 5px 0px 4px #0000000d;
  cursor: e-resize;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
[data-cockpit-position="right"].ums-front-cockpit .ums-front-cockpit__drag-indicator {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: -5px 0px 4px #0000000d;
          box-shadow: -5px 0px 4px #0000000d;
}
.ums-front-cockpit .ums-front-cockpit__drag-indicator::after {
  content: "";
  display: block;
  width: 2px;
  background: #d8d8d8;
  position: absolute;
  top: 6px;
  left: 1px;
  bottom: 6px;
  right: 3px;
  margin: auto;
  border-radius: 2px;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.ums-front-cockpit .ums-front-cockpit__drag-indicator.s-dragging {
  background: -webkit-gradient(linear, right top, left top, from(#eee), to(#fff));
  background: -webkit-linear-gradient(right, #eee, #fff);
  background: -o-linear-gradient(right, #eee, #fff);
  background: linear-gradient(-90deg, #eee, #fff);
}
.ums-front-cockpit .ums-front-cockpit__drag-indicator.s-dragging::after {
  background: #aaa;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__chart {
  margin-left: 41px;
  z-index: 1;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__chart::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 10px;
  right: 12px;
  top: auto;
  border-bottom: 1px solid #d9d9d9;
  z-index: -1;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  pointer-events: none;
  width: 100%;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__image-holder {
  width: 31px;
  height: 31px;
  border: 2px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  position: relative;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__icon-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__line {
  width: 2px;
  height: 31px;
  background: #f00;
  margin-right: 2px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__icon {
  width: 21px;
  height: 21px;
  margin: auto;
  top: 0;
  position: relative;
  border-radius: 2px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__defaulticon {
  width: 17px;
  height: 17px;
  color: #d9d9d9;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__name {
  margin-left: 15px;
  line-height: 1;
  font-weight: 600;
  color: rgba(104, 103, 107, 0.6);
  height: 12px;
  z-index: 1;
  background: #fff;
  padding-right: 6px;
  padding-top: 1px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__name.s-active {
  color: #000;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__empty-bar {
  width: calc(100% - 63px);
  background: #f6f4f4;
  height: 10px;
  display: block;
  position: absolute;
  top: 20px;
  left: 51px;
  z-index: 0;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__description {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__legend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 11px;
  padding: 2px 0px 0px 10px;
  font-weight: 600;
  margin-left: 41px;
  list-style: none;
  color: rgba(104, 103, 107, 0.6);
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__legend-list > * {
  border-left: 1px dashed #1a254f;
  padding-left: 8px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__legend-list > *:not(:last-child) {
  margin-right: 20px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__tooltip {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  padding: 5px 8px;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 10;
  border-radius: 8px;
  font-weight: bold;
  font-size: 13px;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  min-width: 52px;
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 37px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(45deg) translateY(-100%);
      -ms-transform: rotate(45deg) translateY(-100%);
          transform: rotate(45deg) translateY(-100%);
}
.ums-front-cockpit .ums-front-cockpit__chart-persona__tooltip-color {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-width: 2px;
  margin-right: 3px;
  top: 2px;
  position: relative;
}
.ums-front-cockpit .ums-front-cockpit__simulation__select {
  width: 100%;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 5px 20px;
  font-size: 13px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ums-front-cockpit .ums-front-cockpit__simulation__select.s-open {
  border-radius: 3px 3px 0 0;
}
.ums-front-cockpit .ums-front-cockpit__simulation__select.s-disabled,
.ums-front-cockpit .ums-front-cockpit__simulation__select.s-disabled + .ums-front-cockpit__checkboxlist {
  cursor: not-allowed;
  opacity: 0.75;
}
.ums-front-cockpit .ums-front-cockpit__simulation__segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  margin-right: 10px;
}
.ums-front-cockpit .ums-front-cockpit__simulation__segments > span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist > label {
  padding: 8px 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist > label:not(:last-of-type) {
  border-bottom: 1px solid #d9d9d9;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist > label > span {
  margin-left: 20px;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist > label:hover {
  background: #f6f6f7;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist input[type="checkbox"] {
  background-color: #fff;
  border: 1px solid #d1d4dc;
  border-radius: 2.5px;
  width: 16px !important;
  height: 16px !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  outline: 0 !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ums-front-cockpit .ums-front-cockpit__checkboxlist input[type="checkbox"]:checked {
  background-color: #d1d4dc80;
  border-color: #d1d4dc;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzFBMjU0Rjt9PC9zdHlsZT48Zz48Zz48Zz48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjQ0MC4zLDUxLjIgMTc5LjIsMzE0LjkgNzEuNywyMDcuNCAwLDI3OSAxNzkuMiw0NjAuOCA1MTIsMTI1LjQgIi8+PC9nPjwvZz48L2c+PC9zdmc+);
}
.ums-front-cockpit .ums-front-cockpit__bullet-list {
  display: block;
}
.ums-front-cockpit .ums-front-cockpit__bullet-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
.ums-front-cockpit .ums-front-cockpit__bullet-list > li::before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #3444b2;
  border-radius: 50%;
  margin-right: 15px;
}
.ums-front-cockpit .ums-front-cockpit__bullet-list > li > ul {
  padding-left: 20px;
}
.ums-front-cockpit .ums-front-cockpit__banner {
  padding: 7px 14px;
  margin-top: -6px;
  margin-bottom: -6px;
  background: #1a254f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}
.ums-front-cockpit .ums-front-cockpit__banner--success {
  background: #11bc9b;
}
.ums-front-cockpit .ums-front-cockpit__link-holder {
  white-space: nowrap;
  max-width: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ums-front-cockpit .ums-front-cockpit__link-item {
  color: #3444b2;
  text-decoration: underline;
  overflow: hidden;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ums-front-cockpit .ums-front-cockpit__link-item:hover {
  color: #5665ce;
}
.ums-front-cockpit .ums-front-cockpit__accordion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ums-front-cockpit .ums-front-cockpit__accordion-item + [class*="__accordion-item"] {
  margin-top: 5px;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger {
  background: #F6F4F4;
  border-radius: 3px;
  border: 0;
  padding: 15px 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger.s-selected {
  color: inherit;
  background: #F6F4F4;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger > [class*="__button__title"] {
  white-space: normal;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger > [class*="__button__caret"] {
  margin-top: 1px;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ums-front-cockpit .ums-front-cockpit__accordion-trigger:hover + [class*="__accordion-panel"] {
  background: #ebe6e6;
}
.ums-front-cockpit .ums-front-cockpit__accordion-panel {
  padding: 0px 20px 15px;
  border-radius: 0 0 3px 3px;
  background: #F6F4F4;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.ums-front-cockpit .cockpit-left-enter-active,
.ums-front-cockpit .cockpit-right-enter-active,
.ums-front-cockpit .cockpit-left-leave-active,
.ums-front-cockpit .cockpit-right-leave-active {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ums-front-cockpit .cockpit-left-enter,
.ums-front-cockpit .cockpit-left-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.ums-front-cockpit .cockpit-right-enter,
.ums-front-cockpit .cockpit-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.ums-front-cockpit .is-animated {
  opacity: 0;
  -webkit-animation-name: umsCockpitFadeDown;
          animation-name: umsCockpitFadeDown;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: umsCockpitFadeUp !important;
          animation-name: umsCockpitFadeUp !important;
}
.ums-front-cockpit .is-animated:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.ums-front-cockpit .is-animated:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ums-front-cockpit .is-animated:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.ums-front-cockpit .is-animated:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ums-front-cockpit .is-animated:nth-of-type(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ums-front-cockpit .is-animated:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.ums-front-cockpit .is-animated:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.ums-front-cockpit .is-animated:nth-of-type(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ums-front-cockpit .is-animated:nth-of-type(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.ums-front-cockpit .is-animated:nth-of-type(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.ums-front-cockpit .is-animated:nth-of-type(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
@-webkit-keyframes umsCockpitFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes umsCockpitFadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes umsCockpitFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes umsCockpitFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}