@import url("animation.css");

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff")
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../fonts/roboto-mono-v5-latin-300.woff2') format('woff2'), url('../fonts/roboto-mono-v5-latin-300.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../fonts/roboto-mono-v5-latin-regular.woff2') format('woff2'), url('../fonts/roboto-mono-v5-latin-regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'OCR-A';
    src: url('../fonts/OCR-A Regular.woff2') format('woff2'), url('../fonts/OCR-A Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

:root {
    -main-color: #222222;
}

html {
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    min-height: 100%;
    display: -ms-flexbox; display: flex;
    overflow-y: auto;
    overflow-x: hidden;
}

html.unloading {
    opacity: 0.5;
}

html,
html body.ready *,
html body.ready *::after,
html body.ready *::before {
    transition-property: all, font-size;
    transition-duration: 0.5s, 0s;
}

html body.ready .select2-container,
html body.ready .select2-container > * {
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

html body.ready .select2-container,
html body.ready .select2-container .select2-selection--single {
    -webkit-transition: box-shadow 0.5s; -moz-transition: box-shadow 0.5s; -o-transition: box-shadow 0.5s; -ms-transition: box-shadow 0.5s; transition: box-shadow 0.5s;
}

html body.ready .daterangepicker,
html body.ready .daterangepicker * {
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

html body.ready .daterangepicker .calendar-time {
    text-align: center;
}

html body.ready .daterangepicker .calendar-time .hourselect,
html body.ready .daterangepicker .calendar-time .minuteselect {
    width: 50px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2px;
    outline: 0;
    font-size: 12px;
}

html body.ready .daterangepicker .drp-buttons {
    text-align: right;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

html body.ready .daterangepicker .drp-buttons .button {
    margin-right: 15px;
    background-color: transparent;
    border: 0;
    padding: 7px 11px;
    cursor: pointer;
}

html body.ready .daterangepicker .drp-buttons .button:hover {
    opacity: 0.6;
}

html body.ready .no-transition,
html body.ready .no-transition *,
html body.ready .no-transition *::after,
html body.ready .no-transition *::before {
    transition: none
}

body {
    display: -ms-flexbox; display: flex;
    -ms-flex: 0 0 100%; flex: 0 0 100%;
    margin: 0;
    /* 	overflow-x: hidden; */
}

html.ie10 body {
    position: relative;
}

body[data-watermark]::before {
    content: attr(data-watermark);
    height: 100vh;
    width: 100vw;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    font-size: 14vw;
    text-align: center;
    line-height: 100vh;
    transform: rotate(45deg);
    color: rgba(0, 0, 0, 0.0627451);
    text-transform: uppercase;
}

body::after {
    content: '';
    height: 100vh;
    width: 0;
    visibility: hidden;
    display: block;
}

form {
    display: -ms-flexbox; display: flex;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    width: 100%;
    /* 	overflow-x: hidden; */
}

body.onboard form {
    -ms-flex-direction: column; flex-direction: column;
}

aside {
    overflow: hidden;
    width: 240px;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
}

html.large aside,
html.medium body.menu-active aside,
html.small body.menu-active aside {
    overflow: visible;
}

html aside::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
    z-index: -1;
    transition-property: all, font-size, background;
    transition-duration: 0.5s, 0s, 0s;
}

html.medium aside,
html.medium aside::before {
    width: 64px;
}

html.small aside,
html.small aside::before {
    width: 0;
}

html.medium body.menu-active form section {
    margin-right: -176px;
}

html.small body.menu-active form section {
    margin-right: -240px;
}

html body.menu-active aside,
html body.menu-active aside::before {
    width: 240px;
}

aside header {
    width: 100%;
    height: 160px;
    position: relative;
}

aside header div {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

aside header div.logo {
    background-repeat: no-repeat;
    background-position: 32px 24px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

html body.menu-active aside div.logo {
    opacity: 1;
    width: 240px;
}

html.medium body.menu-active aside div.logo,
html.large body aside div.logo {
    opacity: 1;
    width: 240px;
    background-position: center;
}

aside header div.menu {
    width: 64px;
    height: 64px;
    background: center no-repeat url("../img/menu-white.svg");
    position: relative;
}

html.medium aside header div.menu {
    opacity: 1;
    cursor: pointer;
    z-index: 1;
}

html body.menu-active aside header div.menu {
    transform: rotate(90deg);
}

aside header div.settings {
    position: absolute;
    right: 16px;
    top: 24px;
    height: 32px;
    background: center no-repeat url("../img/settings.svg");
}

html.small body.menu-active aside div.settings {
    width: 32px;
    opacity: 1;
    cursor: pointer;
}

aside header div.exit {
    position: absolute;
    right: 16px;
    bottom: 70px;
    width: 0;
    height: 32px;
    background: center no-repeat url("../img/logout-white.svg");
}

html.small body.menu-active aside div.exit {
    width: 32px;
    opacity: 0.5;
    cursor: pointer;
}

aside header div.client {
    position: absolute;
    left: 32px;
    bottom: -5px;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    white-space: nowrap;
    width: auto;
    z-index: -1;
}

aside header div.client span {
    display: inline-block;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
}

aside header div.client::after {
    background: center no-repeat url("../img/arrow-white.svg");
}

body.client-active header div.client::after {
    transform: rotate(180deg);
}

html.small body.menu-active aside div.client {
    opacity: 1;
    z-index: 1;
}

aside nav div.client-switcher {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    background: white;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}

html.large aside nav div.client-switcher,
html.medium body.menu-active aside nav div.client-switcher {
    position: absolute;
    top: 50px;
    left: 300px;
    opacity: 1;
}

html.large.extra-large aside nav div.client-switcher {
    left: calc(300px + ((100% - 1440px) / 2));
}

html.medium body aside nav div.client-switcher {
    position: absolute;
    top: 50px;
    left: 125px;
    opacity: 1;
}

aside nav div.client-switcher span {
    padding: 0 16px;
    line-height: 20px;
    min-height: 0;
    max-height: 0;
    font-size: 16px;
    color: #222222;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    background: white;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    overflow: hidden;
    opacity: 0;
}

body.client-active aside nav div.client-switcher span {
    padding: 10px 16px;
    min-height: 40px;
    max-height: 60px;
    opacity: 1;
}

html.small aside nav div.client-switcher span {
    background: #F4F4F4;
}

aside nav div.client-switcher span:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

html.small aside nav div.client-switcher span:hover {
    background: #E6E6E6;
}

aside nav div.client-switcher span.user,
body.client-active aside nav div.client-switcher span.user,
html.small aside nav div.client-switcher span.user {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
    background: white url("../img/user.svg") no-repeat 16px center;
    padding-left: 48px;
    display: -ms-flexbox; display: flex;
    -ms-flex-pack: center; justify-content: center;
}

aside nav div.client-switcher span.user-operator,
body.client-active aside nav div.client-switcher span.user-operator,
html.small aside nav div.client-switcher span.user-operator {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
    background: white url("../img/user-operator.svg") no-repeat 16px center;
    padding-left: 48px;
}

aside nav div.client-switcher span.user-select,
body.client-active aside nav div.client-switcher span.user-select,
html.small aside nav div.client-switcher span.user-select {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
    background: white url("../img/user-select.svg") no-repeat 16px center;
    padding-left: 48px;
}

aside nav div.client-switcher span.user:hover,
aside nav div.client-switcher span.user-operator:hover {
    cursor: auto;
    color: #222222;
}

aside nav div.client-switcher span.user[data-mode]:hover {
    cursor: pointer;
}

aside nav div.client-switcher span::after {
    content: attr(data-code);
    font-size: 14px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.25);
    display: block;
}

aside nav div.client-switcher span.user::after {
    content: '';
}

aside nav div.menu-section {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    white-space: nowrap;
    width: auto;
    padding: 12px 0 12px 32px;
    margin: 8px 0 0 0;
    cursor: pointer;
}

aside nav div.menu-section::after {
    background: center no-repeat url("../img/arrow-white.svg");
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    margin-top: 0;
}

aside nav.menu-section-active div.menu-section::after {
    transform: rotate(180deg);
}

aside nav div.menu-section-switcher div {
    padding: 0 16px;
    line-height: 20px;
    font-size: 16px;
    color: #222222;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    background: white;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

aside nav.menu-section-active div.menu-section-switcher div {
    padding: 10px 16px;
    overflow: visible;
    height: auto;
    opacity: 1;
}

aside nav {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    overflow: hidden;
    opacity: 1;
    width: 240px;
    -ms-flex: 1 0 auto; flex: 1 0 auto;
}

html.medium body aside nav,
html.small body aside nav {
    width: 0;
}

html body aside nav > div {
    opacity: 0;
}

html.large body aside nav > div {
    opacity: 1;
}

html.medium body.menu-active aside nav,
html.small body.menu-active aside nav {
    width: 240px;
}

html body.menu-active aside nav > div {
    opacity: 1;
}

aside nav div.main div {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    padding: 12px 0 12px 32px;
    margin: 8px 0 0 0;
    cursor: pointer;
    transition-property: all, font-size, opacity;
    transition-duration: 0.5s, 0s, 0.2s;
}

aside nav div.main div > div {
    max-height: 0;
    min-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    visibility: hidden;
}

aside nav div.main div > div.search {
    opacity: 0;
}

aside nav div.main div.selected > div {
    max-height: none;
    min-height: none;
    padding: inherit;
    opacity: 1;
    margin: inherit;
    visibility: visible;
}

aside nav div.main div.hide {
    display: none;
}

aside nav div.links div[data-mode] {
    cursor: pointer;
}

aside nav div.hr {
    height: 1px;
    margin: 40px 32px 2px 32px;
    padding: 0;
}

aside nav div.links {
    -ms-flex: 1 0 auto; flex: 1 0 auto;
}

aside nav div.links div {
    color: white;
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.43;
    margin: 0;
    padding: 6px 0 6px 32px;
}

aside nav div.links div.bright {
    opacity: 1;
}

aside nav div.links div.box {
    height: 48px;
}

section {
    -ms-flex: 1 0 300px; flex: 1 0 300px;
    width: 300px;
    min-width: 300px;
    max-width: 100vw;
}

body.onboard section {
    width: auto;
}

html.medium section {
    padding: 0 0;
}

section header {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 56px;
    overflow: hidden;
    box-sizing: border-box;
}

section header nav {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    height: 72px;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    margin: 0 -20px;
}

html.small section header,
html.medium section header {
    padding: 0 16px;
}

section header div {
    white-space: nowrap;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 32px;
    height: 72px;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    z-index: 2
}

section header div span {
    cursor: pointer;
    min-height: 24px;
    min-width: 32px;
    display: block;
}

section header div.client {
    -ms-flex: 0 1 auto; flex: 0 1 auto;
}

section header div.client span {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

section header div.menu {
    background-image: url("../img/menu.svg");
    display: none;
}

section header div.menu span {
    display: block;
    height: 72px;
    width: 72px;
}

section header div.menu span:active,
section header div.menu span:focus,
section header div.menu span:hover {
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

html.small section header div.menu {
    display: block;
}

html body.menu-active section header div.menu {
    transform: rotate(90deg);
}

header div.client::after {
    content: '';
    display: block;
    width: 24px;
    height: 72px;
    background: center no-repeat url("../img/arrow-black.svg");
    opacity: 0.5;
    margin-top: 0;
}

header div.client.user-select {
    -ms-flex-direction: row-reverse; flex-direction: row-reverse;
}

header div.client.user-select::after {
    background: center no-repeat url("../img/user-select.svg");
    opacity: 1;
}

html.small header div.client.user-select::after {
    background: center no-repeat url("../img/search-white.svg");
}

html.small section header div.client {
    display: none;
}

section header div.space {
    width: 0;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    min-width: 0;
    padding: 0;
}

section header div.user {
    -ms-flex: 0 1 auto; flex: 0 1 auto;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.08);
}

section header div.user span {
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin: 0 20px;
}

html.small section header div.document {
    background-image: url("../img/document.svg");
}

html.small section header div.document span {
    display: none;
}

html.small section header div.message {
    background-image: url("../img/message.svg");
}

html.small section header div.message span {
    display: none;
}

section header div.message::after {
    content: '';
    display: block;
    -ms-grid-row-align: start; align-self: flex-start;
    opacity: 0;
    width: 0;
    margin-top: 22px;
    -ms-flex-align: center; align-items: center;
}

section header div.notice::after {
    width: 16px;
    height: 16px;
    opacity: 1;
}

html.small section header div.notice::after {
    margin-left: 16px;
    -webkit-transition: margin 0s; -moz-transition: margin 0s; -o-transition: margin 0s; -ms-transition: margin 0s; transition: margin 0s;
}

section header div.settings {
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.08);
    opacity: 1;
}

html.small section header div.settings {
    display: none;
}

section header div.language {
    color: rgba(0, 0, 0, 0.5);
}

html.medium section header div.language,
html.large section header div.language {
    padding: 0;
}

section header div.user + div.language {
    padding-left: 20px;
}

section header div.language div.item-switch {
    padding: 0;
    text-align: center;
    height: auto;
}

section header div.language div.items {
    right: 16px;
    height: auto;
    padding: 0;
    text-align: left
}

html.extra-large section header div.language div.items {
    right: unset
}

section header div.exit {
    background-image: url("../img/logout.svg");
    z-index: 1;
}

html.small section header div.exit {
    display: none;
}

section div.header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px;
    padding-bottom: 16px;
    box-sizing: border-box;
}

html.small section div.header {
    padding: 16px;
}

section div.article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px 56px 56px;
    box-sizing: border-box;
}

html.small section div.article {
    padding: 0 0 16px 0;
}

section article span.oval {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    display: -ms-flexbox; display: flex;
    vertical-align: middle;
    text-align: center;
    font-family: FontAwesome;
    color: white;
    font-size: 14px;
    line-height: 1.71;
}

section footer {
    display: none;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    color: #222222;
    margin: 0;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    color: #222222;
    margin: 0;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    color: #222222;
}

h4 {
    min-height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    color: #222222;
    margin: 0;
    padding: 8px 0 24px 0;
}

h4.center-padding {
    padding-top: 24px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    margin: 0;
    padding: 8px 0 0 0;
}

hr {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
    margin: 16px 0 0 0;
    border: 0;
    height: 16px;
}

div.header-hr {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
    margin: 0;
    margin-top: 40px;
    height: 1px;
    padding-bottom: 40px;
    overflow: hidden;
}

div.header + div.header-hr div.shadow {
    height: 20px;
    margin-top: -20px;
}

div.header.show-shadow + div.header-hr div.shadow {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
}

section div.error[data-error] > div,
div.popup div.error[data-error] > div {
    background: url("../img/alert.svg") rgba(242, 63, 63, 0.1) 28px 30px no-repeat;
    font-size: 14px;
    line-height: 1.43;
    color: #d0021b;
    margin: 16px 0;
    padding: 32px 80px;
    box-sizing: border-box;
    max-height: 500px;
}

section div.error[data-error] > div.warning,
div.popup div.error[data-error] > div.warning {
    background: url("../img/warning.svg") rgba(242, 242, 63, 0.1) 28px 30px no-repeat;
    color: #d0d002;
}

section div.error[data-error] > div.info,
div.popup div.error[data-error] > div.info {
    background: url("../img/info.svg") rgba(63, 242, 63, 0.1) 28px 30px no-repeat;
    color: #02d01b;
}

div.error[data-error] > div.removing,
div.error[data-error] > div.adding {
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

div.error[data-error] > div.removing > div,
div.error[data-error] > div.adding > div {
    max-height: 0;
}

section div.error:empty,
div.popup div.error:empty {
    display: none;
}

div.error > div > div {
    max-height: 250px;
    opacity: 1;
}

html.small section div.error > div,
html.small div.popup div.error > div {
    padding: 48px 16px 16px 16px;
    background-position: 12px 16px;
}

html.small section div.error > div.error > div,
html.small div.popup div.error > div.error > div {
    padding: 0;
    background-position: 0;
    margin: 0
}

html.small section div.error > div {
    margin: 16px -16px 16px -16px;
}

article.edit {
    background: rgba(0, 0, 0, 0.05);
    padding: 48px 80px;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    opacity: 0;
    margin-top: 24px;
}

body.ready article.edit {
    opacity: 1;
}

html.ie11 body.ready article.edit {
    opacity: 0.999999;
}

html.small article.edit {
    margin: 0;
    padding: 32px 16px;
}

html.small div.article.transparent-small article.edit {
    background: transparent;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

fieldset.print-only {
    display: none;
}

article.edit div.hidden,
article.grid div.hidden,
article.edit fieldset.hidden,
article.grid fieldset.hidden,
article.list div.hidden,
article.list input.hidden,
article.edit input.hidden,
div.header input.hidden,
li.hidden,
article.edit select.hidden + span,
article.edit apple-pay-button.hidden,
body div.table div.body > div.row div.cell-inline > div > div.hidden {
    display: none;
}

article.edit dl dd div.hidden-child {
    width: 1px;
}

article.edit dl dd div.hidden-child:has(.hidden) {
    display: none;
}

article.edit dl {
    padding: 8px 0;
    overflow: hidden;
    min-height: 40px;
    margin: 0;
    display: -ms-flexbox; display: flex;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

html.small article.edit dl,
html.medium article.edit dl {
    -ms-flex-direction: column; flex-direction: column;
}

html.small article.edit dl.forced-row,
html.medium article.edit dl.forced-row {
    -ms-flex-direction: row; flex-direction: row;
}

html.small article.edit dl.forced-row dd,
html.medium article.edit dl.forced-row dd {
    min-width: 0;
}

article.edit div.hidden.animated {
    display: block;
}

article.edit dl.hidden,
article.edit h4.hidden,
article.edit h5.hidden,
article.edit div.hidden.animated > fieldset > dl,
article.edit div.hidden.animated > h5,
article.edit div.hidden.animated > h4,
article.edit div.hidden.animated > div.repeater,
article.edit div.hidden.animated > hr {
    height: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
}

article.edit dl.hidden- {
    background: red;
}

article.edit hr.hidden {
    height: 0;
    margin: 0;
}

article.edit dl.left-padding {
    padding-left: 30px;
}

article.edit dl dd div.option.left-padding-1, article.edit .left-padding-1 {
    padding-left: 30px;
}

article.edit .left-padding-2 {
    padding-left: 60px;
}

article.edit .left-padding-3 {
    padding-left: 90px;
}

article.edit dl dt {
    width: 300px;
    padding: 10px 8px 0 0;
    line-height: 20px;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.5);
}

article.edit dl.wide-label dt {
    width: 100%;
}

article.edit dl.auto-label dt {
    width: auto;
}

html.small section article.edit dl dt,
html.medium section article.edit dl dt {
    width: auto;
}

article.edit dl dd {
    margin: 0;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    min-width: 250px;
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    min-height: 40px;
    -ms-flex-align: center; align-items: center;
}

article.edit dl.column dd {
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-align: start; align-items: flex-start;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

article.edit dl dd:empty {
    display: none;
}

html.small section article.edit dl dd,
html.medium section article.edit dl dd {
    width: 100%;
}

article.edit dl dd div,
article.list dl dd div,
div.search dl dd div {
    display: -ms-flexbox; display: flex;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    max-height: 500px;
}

article.edit dl dd div.CodeMirror {
    width: 1px;
    margin: 0;
    height: auto;
    max-height: unset;
    display: inline-block;
}

article.edit dl dd div.CodeMirror div.CodeMirror-gutter {
    display: inline-block;
    margin-bottom: -50px
}

article.edit dl dd div.CodeMirror div.CodeMirror-scroll {
    margin-bottom: -50px;
    margin-right: -50px;
}

article.edit dl dd div.CodeMirror div {
    display: block;
    max-height: unset;
}

article.edit dl dd > div,
article.list dl dd > div {
    margin: -5px;
}

article.edit dl dd div > *,
article.list dl dd div > * {
    margin: 5px;
}

article.edit dl dd div > dl {
    margin-top: 0;
    margin-bottom: 0;
}

article.edit dl dd div > div,
article.edit dl dd div > fieldset {
    margin: 0;
}

article.edit dl dd div.column,
div.search dl dd div.column,
article.list dl dd div.column {
    -ms-flex-direction: column; flex-direction: column;
    width: 100%;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    -ms-flex: 1; flex: 1;
}

article.edit dl dd div.no-margin,
div.search dl dd div.no-margin {
    margin-left: 0;
    margin-right: 0;
}

article.edit dl dd div.negate-margin {
    margin-left: -5px;
    margin-right: -5px;
}

article.edit dl dd div.row,
body article.edit dl dd div.row,
body div.search dl dd div.row {
    -ms-flex-align: center; align-items: center;
    -ms-flex-direction: row; flex-direction: row;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

article.edit dl dd div.inline,
article.list dl dd div.inline {
    display: inline;
}

article.edit dl dd div.inline label {
    display: inline;
}

article.edit dl dd div.hint,
article.list dl dd div.hint {
    font-size: 12px;
    line-height: 1.33;
    color: rgba(0, 0, 0, 0.5);
    padding: 4px 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.edit dl dd div.hint.list-item {
    display: list-item;
    margin-left: 20px;
    overflow: visible;
}

article.edit dl dd div.hint.red,
article.list dl dd div.hint.red {
    color: #d0021b;
}

article.edit dl dd div.hidden {
    max-height: 0;
    padding: 0;
    opacity: 0;
}

article.edit dl dd div.hint:empty {
    display: none;
}

article.edit dl dd div.hint[data-label]::before {
    content: attr(data-label) ": ";
}

article.edit dl dd div.hint > * {
    margin: 0;
}

article.edit dl dd div.amount-cur {
    position: relative;
}
article.edit dl dd div.hint>label{
    display: inline-flex;
}

article.edit dl dd div.amount-cur input {
    height: 56px;
    box-sizing: border-box;
    padding-left: 96px;
}

article.edit dl dd div.amount-cur.right input {
    padding-left: 15px;
    padding-right: 96px;
}

article.edit dl dd div.amount-cur > span {
    position: absolute;
    height: 56px;
    min-width: 88px;
    width: 88px;
}

article.edit dl dd div.amount-cur.right > span {
    right: 0;
}

article.edit dl dd div.amount-cur .select2-container--confero .selection {
    -ms-flex-align: center; align-items: center;
}

article.edit dl dd div.amount-cur > span.select2-container--confero .select2-selection--single {
    background: transparent;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.08);
    border: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
    height: 30px;
}

article.edit dl dd div.amount-cur.right > span.select2-container--confero .select2-selection--single {
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.08);
}

article.edit dl.invalid dd div.amount-cur select:invalid + .select2-container--confero .select2-selection--single {
    border: none;
}

article.edit dl dd div.amount-cur2 > span {
    width: 64px;
    margin-left: -64px;
    margin-right: 0;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    -ms-flex-pack: end; justify-content: flex-end;
    padding-right: 16px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.25);
}

article.edit dl dd div.amount-cur2 > input {
    padding-right: 54px;
}

article.edit dl dd span.gray {
    color: rgba(0, 0, 0, 0.5);
}

article.edit dl.error,
body div.search div.body dl.error,
body div.header.show-shadow div.search div.body dl.error {
    padding: 0;
    opacity: 0;
    min-height: 0;
    max-height: 0;
}

article.edit dl.invalid + dl.error,
article.edit fieldset.invalid + dl.error,
body div.search div.body dl.invalid + dl.error,
body div.header.show-shadow div.search div.body dl.invalid + dl.error {
    opacity: 1;
    min-height: 32px;
    max-height: 200px;
}

article.edit dl.error dd,
body div.search div.body dl.error dd,
div.settings-errors div.error-row {
    font-size: 12px;
    line-height: 1.33;
    color: #d0021b;
    min-height: 0;
}

article.edit dl.error dd span,
body div.search div.body dl.error dd span {
    display: block;
    flex-grow: 1
}

body label.link[data-action],
body label.link[data-pageaction] {
    cursor: pointer;
}

dl dd input[type=text],
dl dd input[type=password],
dl dd textarea {
    height: 20px;
    padding: 9px 15px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.22);
    -ms-flex: 1 1 0; flex: 1 1 0;
    width: 1px;
    font-size: 16px;
    line-height: 1.25;
    color: #222222;
    min-width: 30px;
    text-overflow: ellipsis;
    resize: none;
}

dl dd textarea + .print-content {
    display: none;
}

html.print dl dd textarea {
    display: none;
}

body.login dl dd input[type=text],
body.login dl dd input[type=password] {
    -webkit-transition: all 5000000s cubic-bezier(1, 0, 1, -1), color 5000000s cubic-bezier(1, 0, 1, -1); -moz-transition: all 5000000s cubic-bezier(1, 0, 1, -1), color 5000000s cubic-bezier(1, 0, 1, -1); -o-transition: all 5000000s cubic-bezier(1, 0, 1, -1), color 5000000s cubic-bezier(1, 0, 1, -1); -ms-transition: all 5000000s cubic-bezier(1, 0, 1, -1), color 5000000s cubic-bezier(1, 0, 1, -1); transition: all 5000000s cubic-bezier(1, 0, 1, -1), color 5000000s cubic-bezier(1, 0, 1, -1);
}

dl dd input[type=password]::-ms-reveal {
    display: none;
}

input.reveal::-webkit-textfield-decoration-container {
    padding-right: 16px;
}

dl dd input[type=password] + span.reveal,
dl dd input[type=text] + span.reveal {
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 45%;
    background-image: url("../img/eye-slash.svg");
    margin-left: -40px;
    margin-right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    -ms-flex: 0 0 40px; flex: 0 0 40px;
}

dl dd input[type=text] + span.reveal {
    background-image: url("../img/eye.svg");
}

dl dd textarea {
    box-sizing: border-box;
    min-width: 50px;
    min-height: 38px;
    overflow-y: hidden;
}

body.login input[type=text],
body.login input[type=password] {
    font-size: 14px;
    zoom: 1.143;
    padding: 7.9px 13.12px;
    height: 35px;
    box-sizing: border-box;
}

body.login .select2-container--confero .selection {
    height: 33px;
    margin-top: 1px;
}

dl dd input[type=text][readonly],
dl dd input[type=password][readonly],
dl dd textarea[readonly],
input[type=text].readonly {
    background: rgba(255, 255, 255, 0.5);
}

dl dd.column input[type=text],
dl dd.column input[type=password],
dl dd.column textarea {
    width: 100%;
}

dl dd input[type=text]:focus,
dl dd input[type=text]:hover,
dl dd input[type=password]:focus,
dl dd input[type=password]:hover,
dl dd textarea:focus,
dl dd textarea:hover {
    border: solid 1px rgba(0, 0, 0, 0.16);
    outline: none;
}

dl dd textarea.hidden {
    display: none;
}

dl.invalid dd input[type=text].er,
dl.invalid dd input[type=password].er,
dl.invalid dd textarea.er,
dl.invalid dd div.option input[type=radio].er + label,
dl.invalid dd div.optgroup.er div.option input[type=radio] + label,
dl.invalid dd div.option input[type=checkbox].er + label,
dl.invalid dd div.optgroup.er div.option input[type=checkbox] + label,
dl.invalid dd select.er + span.select2 span.selection span.select2-selection,
dl.invalid dd div.formated-text.input.er,
dl.invalid dd input[type=hidden].er + input[type=text].search,
fieldset.invalid input[type=text].er,
fieldset.invalid dd input[type=password].er,
fieldset.invalid dd textarea.er,
fieldset.invalid dd div.option input[type=radio].er + label,
fieldset.invalid dd div.optgroup.er div.option input[type=radio] + label,
fieldset.invalid dd div.option input[type=checkbox].er + label,
fieldset.invalid dd div.optgroup.er div.option input[type=checkbox] + label,
fieldset.invalid dd select.er + span.select2 span.selection span.select2-selection,
fieldset.invalid dd div.formated-text.input.er,
fieldset.invalid dd input[type=hidden].er + input[type=text].search {
    border: solid 1px rgba(255, 0, 0, 0.2);
}

dl dd input[type=text]:disabled,
dl dd input[type=password]:disabled,
textarea:disabled,
dl dd input[type=text]:read-only,
dl dd input[type=password]:read-only,
textarea:read-only,
input[type=text].readonly,
dl dd fieldset[disabled] input[type=text],
dl dd fieldset[disabled] input[type=password],
fieldset[disabled] textarea,
fieldset[disabled] dl dd input[type=text] {
    background: rgba(255, 255, 255, 0.4392157);
    color: rgba(34, 34, 34, 0.7490196);
}

.check-group-no-padding fieldset dl {
    padding: 0;
}

.small .check-group-no-padding fieldset:first-child dt,
.medium .check-group-no-padding fieldset:first-child dt {
    display: block;
}

.small .check-group-no-padding dt,
.medium .check-group-no-padding dt {
    display: none;
}

.ie input[type=text][disabled] {
    background: rgba(255, 255, 255, 0.5019608);
    color: rgba(34, 34, 34, 0.7490196);
}

dl dd div.optgroup div.option fieldset[disabled] textarea:disabled {
    display: none;
}

dl dd input[type=text].auto-width,
dl dd input[type=password].auto-width,
dl dd textarea.auto-width {
    -ms-flex: none; flex: none;
}

dl dd input.tall,
dl dd select.tall + span {
    height: 56px;
    box-sizing: border-box;
}

dl dd input.tall2,
dl dd select.tall2 + span {
    height: 64px;
    box-sizing: border-box;
}

.ie fieldset[disabled] {
    pointer-events: none;
}

dl dd input[type=text].calendar,
body div.search h1.head input[type=text].calendar {
    background-position: right 10px center;
    padding-right: 50px;
    text-overflow: ellipsis;
}

dl dd div.no-clean input[type=text].calendar,
body div.search h1.head div.no-clean input[type=text].calendar {
    padding-right: inherit;
}

body dl dd div.no-clean input[type=text].calendar + span + i,
body div.search h1.head div.no-clean input[type=text].calendar + span + i {
    display: none;
}

article.edit dl dd input[type=text].search + span,
body dl dd input[type=text].search + span,
body dl dd input[type=text].calendar + span,
body div.search h1.head input[type=text].calendar + span,
article.edit dl dd select.search ~ span[data-mode="popup"] {
    background-image: url("../img/search-black.svg");
    background-repeat: no-repeat;
    background-position: right 13px center;
    margin-left: -40px;
    margin-right: 0;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    flex: 0 0 40px
}

article.edit dl dd div.formatted-container-area {
    position: relative;
    max-height: unset;
}

article.edit dl dd div.formatted-container-area div.formated-text {
    margin: 5px;
}

article.edit dl dd textarea ~ span[data-mode="text-preview"] {
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    bottom: 7px;
    right: 7px;
    background-size: 22px;
    background-image: url("../img/preview.svg");
}

article.edit dl dd textarea[disabled] ~ span[data-mode="text-preview"] {
    display: none;
}

article.edit dl dd input[type=text].search,
body dl dd input[type=text].search {
    padding-right: 55px;
}

body dl dd input[type=text].calendar:disabled + span,
body div.search h1.head input[type=text].calendar:disabled + span {
    margin: 0;
    display: none;
}

article.edit dl dd input[type=text].search + span + i,
body dl dd input[type=text].search + span + i,
body dl dd input[type=text].calendar:enabled + span + i,
body div.search h1.head input[type=text].calendar:enabled + span + i {
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 16px 16px;
    margin-left: -60px;
    margin-right: 40px;
    display: block;
    width: 20px;
    height: 40px;
    cursor: pointer;
    position: relative;
    opacity: 0.5;
    -ms-flex: 0 0 20px; flex: 0 0 20px;
}

body dl dd input[type=text].calendar:disabled + span + i,
body div.search h1.head input[type=text].calendar:disabled + span + i {
    margin: 0;
    display: none;
}

body dl dd input[type=text]:placeholder-shown.search + span + i,
body div.search h1.head input[type=text]:placeholder-shown.search + span + i,
body dl dd input[type=text]:placeholder-shown.calendar + span + i,
body div.search h1.head input[type=text]:placeholder-shown.calendar + span + i {
    -ms-flex: 0 0 0; flex: 0 0 0;
    margin-left: -40px;
}

body dl dd input[type=text].calendar + span,
body div.search h1.head input[type=text].calendar + span {
    background-image: url("../img/calendar.svg");
}

body article.edit dl dd input[type=text].search:disabled + span,
body article.edit fieldset:disabled select.search ~ span[data-mode="popup"],
body dl dd input[type=text].calendar:disabled + span,
body div.search h1.head input[type=text].calendar:disabled + span,
body article.edit dl dd input[type=text].search:disabled + span + i,
body dl dd input[type=text].calendar:disabled + span + i,
body div.search h1.head input[type=text].calendar:disabled + span + i {
    opacity: 0;
    cursor: auto;
    height: 0;
}

body dl dd div.calendar {
    display: -ms-flexbox; display: flex;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

div.article.side-list > article div.search dl {
    margin: 0
}

div.article.side-list > article div.search dl.calendar dt {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 24px 24px 4px 24px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

html.small div.article.side-list > article div.search dl.calendar dt {
    background-color: transparent;
}

body div.article.side-list > article div.search dl dd div.calendar input[type=text].calendar {
    font-size: 16px;
}

div.article.side-list > article div.search div.calendar {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0 24px 24px 24px;
    width: 100%;
}

html.small div.article.side-list > article div.search div.calendar {
    background-color: transparent;
    padding: 0 0 24px 0;
}

body dl dd input[type=text].calendar + span + i + div.ranges {
    width: 100%;
    margin-top: 8px;
}

div.article.side-list > article div.search div.calendar input[type=text].calendar {
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    border: solid 1px rgba(0, 0, 0, 0.22);
    color: rgba(34, 34, 34, 0.7490196);
}

body dl dd input[type=text].calendar + span + i + div.ranges ul {
    margin: 0;
    padding: 0;
    display: -ms-grid; display: grid;
    -ms-grid-columns: auto auto; grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto; grid-template-rows: auto auto auto;
}

body dl dd input[type=text].calendar + span + i + div.ranges li {
    list-style: none;
    cursor: pointer;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    margin: 8px 0;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(2n-1) {
    margin-right: 8px;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(1) {
    -ms-grid-row: 1; grid-row: 1;
    -ms-grid-column: 1; grid-column: 1;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(2) {
    -ms-grid-row: 1; grid-row: 1;
    -ms-grid-column: 2; grid-column: 2;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(3) {
    -ms-grid-row: 2; grid-row: 2;
    -ms-grid-column: 1; grid-column: 1;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(4) {
    -ms-grid-row: 2; grid-row: 2;
    -ms-grid-column: 2; grid-column: 2;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(5) {
    -ms-grid-row: 3; grid-row: 3;
    -ms-grid-column: 1; grid-column: 1;
}

body dl dd input[type=text].calendar + span + i + div.ranges li:nth-of-type(6) {
    -ms-grid-row: 3; grid-row: 3;
    -ms-grid-column: 2; grid-column: 2;
}

html.small body dl dd input[type=text].calendar + span + i + div.ranges ul {
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

html.small.touch body dl dd input[type=text].calendar + span + i + div.ranges ul {
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

html.small body dl dd input[type=text].calendar + span + i + div.ranges li {
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    margin-right: 8px;
}

html.touch body dl dd input[type=text].calendar + span + i + div.ranges {
    overflow-x: scroll;
}

dl dd input[type=text].phone-number-field {
    -ms-flex: 4 0 0; flex: 4 0 0;
}

article.edit dl dd div.formated-text {
    opacity: 0.5;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.22);
    padding: 4px 11px;
    margin: 0;
    display: block;
    min-height: 30px;
    max-height: initial;
    word-break: break-word;
}

article.edit dl dd div.formated-text.input {
    opacity: 1;
    padding: 9px 15px;
    min-height: 16px;
    margin: 0 5px;
}

article.edit dl dd div.formated-text.hidden {
    display: none;
}

label span[data-unformatted-text] p {
    display: inline;
    margin: 0;
}

html.small.touch body div.article.side-list > article div.search div.calendar {
    width: 100vw;
    margin: 0 -16px;
    padding: 0 16px 24px 16px;
    box-sizing: border-box;
}

body div.doc-history h4 {
    cursor: pointer;
    display: -ms-flexbox; display: flex;
}

body div.doc-history h4::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: center no-repeat url(../img/arrow-black.svg);
    opacity: 0.5;
}

body div.doc-history > fieldset > dl {
    min-height: 0;
    max-height: 0;
    padding: 0;
}

body div.doc-history.show h4::after {
    transform: rotate(180deg);
}

body div.doc-history.show > fieldset > dl {
    max-height: 140px;
}

article.edit dl dd select {
    -ms-flex: 1 0 50%; flex: 1 0 50%;
    width: 1px;
}

article.edit dl dd label {
    display: -ms-flexbox; display: flex;
    -ms-flex-pack: center; justify-content: center;
    -ms-flex-direction: column; flex-direction: column;
}

article.edit dl dt.required label::after {
    content: "\00a0*";
    white-space: nowrap;
}

article.edit dl dd div.optgroup {
    display: block;
    padding: 4px 5px;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    max-height: none;
}

article.edit dl dd div.optgroup > fieldset > div {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
    max-height: none;
}

article.edit dl dd div.optgroup.horizontal > fieldset > div {
    -ms-flex-direction: row; flex-direction: row;
    margin: 0 -5px;
}

article.edit dl dd div.optgroup.horizontal > fieldset > div > div.option {
    margin: 0 5px;
}

article.edit dl dd div.optgroup.hideable-option-params > fieldset > div > div.option {
    max-height: none;
}

article.edit dl dd div.optgroup.hideable-option-params > fieldset > div > div.option > fieldset {
    max-height: 1500px;
    overflow: hidden;
}

article.edit dl dd div.optgroup.hideable-option-params > fieldset > div > div.option > fieldset > div {
    max-height: none;
}

article.edit dl dd div.optgroup.hideable-option-params > fieldset > div > div.option > fieldset.option-hide {
    max-height: 0;
}

article.edit dl dd div.optgroup.back-image div.option {
    background-position: 24px center;
    background-repeat: no-repeat;
}

article.edit dl dd div.optgroup.back-image div.option input[type=radio] + label {
    margin-right: 34px;
}

article.edit dl dd div.optgroup div.div-group {
    max-height: initial;
    display: block;
}

body div.option,
article.edit dl dd div.option {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    line-height: 20px;
    padding: 4px 0;
    -ms-flex: 0 1 auto; flex: 0 1 auto;
    margin: 0;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

body div.option.hidden,
article.edit dl dd div.option.hidden {
    padding: 0 0;
    overflow: hidden;
}

body div.option.column,
article.edit dl dd div.option.column {
    -ms-flex-align: start; align-items: flex-start;
}

body article.edit dl dd div.div-group div.option.level-2 {
    padding: 0 0 0 32px;
    overflow: hidden;
    max-height: 0;
}

body div.div-group div.option.level-1.selected ~ div.option.level-2 {
    padding: 4px 0 4px 32px;
    max-height: 100px;
}

/* body div.option.level-2 { */
/* 	padding-left: 32px; */
/* } */
body article.edit dl dd div.option > div {
    -ms-flex: 0 1 auto; flex: 0 1 auto;
    -ms-flex-align: center; align-items: center;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

body article.list div.option {
    padding: 0;
    margin: 0 2px;
}

body article.edit dl dd div.option fieldset {
    border: none;
    padding: 0;
    margin: 0;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    width: 100%;
}

body article.edit dl dd div.option.column fieldset {
    width: 100%;
}

body div.option input[type=text],
body div.option input[type=password] {
    padding: 1px 8px;
}

body div.standart-input-height div.option input[type=text],
body div.standart-input-height div.option input[type=password] {
    padding: 9px 15px;
}

body div.option input[type=text].calendar {
    padding: 9px 50px 9px 8px;
}

body div.option input[type=checkbox],
body div.option input[type=radio] {
    display: none;
}

body div.option label,
body dl dd div.option label {
    line-height: 20px;
    padding: 2px 0;
    display: inline-block;
    -ms-flex: 0 1 auto; flex: 0 1 auto;
}

body div.option input[type=checkbox] + label,
body div.option input[type=radio] + label {
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.22);
    height: 12px;
    width: 12px;
    -ms-flex-align: center; align-items: center;
    -ms-flex-pack: center; justify-content: center;
    margin: 5px 10px 5px 0;
    font-size: 10px;
    color: white;
    padding: 0;
    -ms-flex: 0 0 12px; flex: 0 0 12px;
    display: -ms-flexbox; display: flex;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.10);
}

body div.option input[type=checkbox].hide-check + label,
body div.option input[type=radio].hide-check + label {
    display: none;
}

body article.list div.option input[type=checkbox] + label,
body article.list div.option input[type=radio] + label {
    margin: 3px 0;
}

body div.option input[type=checkbox] + label {
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

body div.option input[type=radio] + label {
    -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}

body div.option input[type=checkbox] + label:active,
body div.option input[type=checkbox]:checked + label:active,
body div.option input[type=radio] + label:active,
body div.option input[type=radio]:checked + label:active {
    border: solid 1px rgba(0, 0, 0, 0.16);
}

body div.option input[type=checkbox]:checked + label,
body div.option input[type=radio]:checked + label {
    background-color: #419bf9;
}

body div.option input[type=checkbox]:disabled + label,
body div.option input[type=radio]:disabled + label {
    background-color: rgba(0, 0, 0, 0.05);
}

body div.option input[type=checkbox]:disabled:checked + label,
body div.option input[type=radio]:disabled:checked + label {
    background-color: rgba(0, 0, 0, 0.15);
}

body div.option input[type=checkbox] + label::after {
    content: "\2714";
}

body div.option input[type=radio] + label::after {
    content: "\00a0";
    background: white;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

body div.option input[type=checkbox] + label::after,
body div.option input[type=radio] + label::after {
    opacity: 0;
    display: -ms-flexbox; display: flex;
    width: 6px;
    height: 6px;
    -ms-flex-pack: center; justify-content: center;
    -ms-flex-align: center; align-items: center;
    font-family: Arial Unicode MS;
    font-style: normal;
}

body div.option input[type=checkbox]:checked + label::after,
body div.option input[type=radio]:checked + label::after {
    opacity: 1;
}

body div.option.hide-label input[type=checkbox] + label + label,
body div.option.hide-label input[type=radio] + label + label {
    display: none;
}

article.edit dl dd span.button,
article.edit dl dd a.button,
article.edit dl dd label.button,
article.list dl dd span.button,
article.list dl dd a.button,
article.list dl dd label.button {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    padding: 7px 22px;
    -webkit-border-radius: 31px; -moz-border-radius: 31px; border-radius: 31px;
    border: solid 1px;
    border-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
    display: -ms-flexbox; display: flex;
    white-space: nowrap;
    text-decoration: none;
}

article.edit dl dd span.button > a.button {
    padding: 0;
    border: 0;
}

article.edit dl dd span.button.hidden,
article.list dl dd span.button.hidden,
article.list dl dd a.button.hidden {
    display: none;
}

article.edit dl dd span.button.primary,
article.list dl dd span.button.primary,
article.list dl dd a.button.primary {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    padding-right: 0;
}

article.edit dl dd span.button.primary::after,
article.list dl dd span.button.primary::after,
article.list dl dd a.button.primary::after {
    content: "\00a0";
    width: 24px;
    display: inline-block;
    background: no-repeat center center url(../img/arrow-white.svg);
    transform: rotate(-90deg);
    height: 24px;
    padding: 0 12px;
}

article.edit dl dd span.button.white,
article.list dl dd span.button.white,
article.list dl dd a.button.white {
    border-color: rgba(0, 0, 0, 0);
    background: white;
}

article.edit dl dd span.button.small,
article.list dl dd span.button.small {
    padding: 7px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

article.edit dl dd span.button.small span,
article.list dl dd span.button.small span {
    display: none;
}

article.edit dl dd span.button.small::after,
article.list dl dd span.button.small::after {
    content: "\00a0";
    display: inline-block;
    width: 24px;
    height: 24px;
}

article.edit dl dd span.button.small.back::after,
article.list dl dd span.button.small.back::after {
    display: none;
}

article.edit dl dd span.button.back::before,
article.list dl dd span.button.back::before,
article.edit dl dd span.button.forward::after,
article.list dl dd span.button.forward::after {
    background: no-repeat center center url(../img/arrow-black.svg);
    transform: rotate(90deg);
    opacity: 0.5;
    content: "\00a0";
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0 12px;
}

article.edit dl dd span.button.forward::after,
article.list dl dd span.button.forward::after {
    transform: rotate(-90deg);
}

article.edit dl dd span.button.back,
article.list dl dd span.button.back {
    padding-left: 0;
}

article.edit dl dd span.button.forward,
article.list dl dd span.button.forward {
    padding-right: 0;
}


article.edit dl dd span.button.back.small,
article.list dl dd span.button.back.small,
article.edit dl dd span.button.forward.small,
article.list dl dd span.button.forward.small {
    padding-left: 7px;
}

article.edit dl dd span.button.back.small::before,
article.list dl dd span.button.back.small::before,
article.edit dl dd span.button.forward.small::after,
article.list dl dd span.button.forward.small::after {
    padding: 0;
}

article.edit dl dd span.button.disabled,
article.edit dl dd span.button.disabled:active,
article.edit dl dd span.button.disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
}

article.edit dl dd span.button.primary.disabled,
article.edit dl dd span.button.primary.disabled:hover,
article.edit dl dd span.button.primary.disabled:active,
article.edit fieldset.auto-disable:invalid dl dd span.button.auto-disabled,
article.list dl dd span.button.primary.disabled,
article.list dl dd span.button.primary.disabled:hover,
article.list dl dd span.button.primary.disabled:active,
article.list fieldset.auto-disable:invalid dl dd span.button.auto-disabled {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
}

article.edit dl dd span.button:hover {
    border-color: rgba(0, 0, 0, 0.25);
}

article.edit dl dd span.button:active {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.25);
}

article.edit dl dd span.button.primary:hover,
article.list dl dd span.button.primary:hover,
article.list dl dd a.button.primary:hover {
    border-color: rgba(0, 0, 0, 0);
}

article.edit dl dd span.button.refresh::after {
    background: center no-repeat url("../img/refresh.svg");
}

body.ready article.edit dl dd span.button.refresh.disabled::after {
    background: center no-repeat url("../img/refresh-disabled.svg");
}

article.edit dl dd span.button.refresh.animation::after {
    -webkit-animation: spin 4s linear infinite; -moz-animation: spin 4s linear infinite; animation: spin 4s linear infinite;
}

article.edit dl dd span.button.refresh.animate::after {
    -webkit-animation: spin 1s linear; -moz-animation: spin 1s linear; animation: spin 1s linear;
}

article.edit dl dd span.button a {
    color: inherit;
    text-decoration: none;
}

article.edit dl dd span.button[data-permissions] {
    display: none;
}

article.edit dl dd span.button[data-permissions="[View,Edit,Send]"][data-action-type="edit"],
article.edit dl dd span.button[data-permissions="[View,Edit]"][data-action-type="edit"],
article.edit dl dd span.button[data-permissions="[View,Edit,Cancel,Send]"][data-action-type="edit"] {
    display: -ms-flexbox; display: flex;
}

article.edit dl dd span.button[data-permissions="[View,Edit,Send]"][data-action-type="send"],
article.edit dl dd span.button[data-permissions="[View,Send]"][data-action-type="send"],
article.edit dl dd span.button[data-permissions="[View,Edit,Cancel,Send]"][data-action-type="send"] {
    display: -ms-flexbox; display: flex;
}

article.edit dl dd span.button[data-permissions="[View,Edit,Cancel,Send]"][data-action-type="view"],
article.edit dl dd span.button[data-permissions="[View,Edit,Send]"][data-action-type="view"],
article.edit dl dd span.button[data-permissions="[View,Edit]"][data-action-type="view"],
article.edit dl dd span.button[data-permissions="[View,Send]"][data-action-type="view"],
article.edit dl dd span.button[data-permissions="[View]"][data-action-type="view"] {
    display: -ms-flexbox; display: flex;
}

div.article.wide {
    padding: 0;
}

div.article.wide > article.edit {
    padding: 48px 56px;
}

div.article.no-pading > article.edit {
    padding: 0;
}

div.article.no-background > article.edit {
    background: transparent;
}

body.login {
    -ms-flex-direction: column; flex-direction: column;
    height: 100vh;
    width: 100%;
}

body.login form {
    height: auto;
    overflow: visible;
}

body.login aside {
    background: white;
    -ms-flex: 0 1 auto; flex: 0 1 auto;
    width: 45%;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    overflow: unset;
    min-height: 100vh;
}

html body.login aside::before {
    content: none;
}

html.small body.login aside {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    width: 100%;
}

body.login aside header,
body.onboard section header {
    width: auto;
    background-repeat: no-repeat;
    background-position: 32px bottom;
    height: 88px;
    display: -ms-flexbox; display: flex;
    padding: 0 12px;
    opacity: 1;
    -ms-flex: 0 0 88px; flex: 0 0 88px;
    box-sizing: border-box;
}

body.onboard section header {
    height: 88px;
    padding: 0 56px;
    background-position: 56px bottom;
}

body.login aside header div.logo-small,
body.onboard section header div.logo-small {
    width: 150px;
    height: 88px;
    margin-right: auto;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

html.small body.login aside header,
html.small body.onboard section header {
    background-position: center bottom;
}

article.edit div.fadeout {
    -webkit-animation: fadeOutOpacity 0.5s linear 1; -moz-animation: fadeOutOpacity 0.5s linear 1; animation: fadeOutOpacity 0.5s linear 1;
    opacity: 0;
}

article.edit div.fadein {
    -webkit-animation: fadeInOpacity 0.5s linear 1; -moz-animation: fadeInOpacity 0.5s linear 1; animation: fadeInOpacity 0.5s linear 1;
    opacity: 1;
    background: white;
    z-index: 1;
}

body.login aside article div.animaton {
    -webkit-animation: spin 1s steps(12, end) infinite, fadeOutOpacity 0.5s linear 1; -moz-animation: spin 1s steps(12, end) infinite, fadeOutOpacity 0.5s linear 1; animation: spin 1s steps(12, end) infinite, fadeOutOpacity 0.5s linear 1;
    height: 200px;
    width: 200px;
    margin: 0 auto -200px auto;
    z-index: 0;
}

body header div.languages {
    display: -ms-flexbox; display: flex;
    overflow: visible;
    width: auto;
    opacity: 1;
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.08);
    padding: 0;
}

body header div.languages span:only-child {
    display: none;
}

body.login header div.languages,
body.onboard header div.languages {
    box-shadow: none;
}

body.onboard header div.languages {
    height: 100%;
    -ms-flex-align: start; align-items: flex-start;
    margin-right: -16px;
}

body.onboard header div.languages span {
    min-width: 0;
}

body header div.languages span {
    width: 20px;
    height: 24px;
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    margin: 8px 12px;
    font-weight: normal;
    cursor: pointer;
}

body.login header div.languages span,
body.onboard header div.languages span {
    padding-top: 36px;
}

html.small body.login aside header div.languages span,
html.small body.onboard header div.languages span {
    padding-top: 0;
}

body header div.languages span.selected {
    color: rgba(0, 0, 0, 0.25);
}

body.login aside article {
    width: 100%;
    margin: 0 auto;
    background: transparent;
    -ms-flex: 1 0 auto; flex: 1 0 auto;
    max-width: 368px;
    padding: 0 12px;
    box-sizing: border-box;
}

body.login article.edit dl dt.required label::after {
    content: "";
}

html.small body.login aside article.edit {
    margin: 0 auto;
}

body.login aside div.error[data-error] > div {
    background: url("../img/alert.svg") rgba(242, 63, 63, 0.1) 12px 16px no-repeat;
    font-size: 14px;
    line-height: 1.43;
    color: #d0021b;
    margin: 16px 0 0 0;
    padding: 48px 16px 16px 16px;
    box-sizing: border-box;
}

body.login aside div.error > div.info {
    background: url("../img/info.svg") rgba(63, 242, 63, 0.1) 12px 16px no-repeat;
    color: #02d01b;
}

body.login aside div.error:empty {
    display: none;
}

body.login aside footer {
    margin: 24px 32px;
    font-size: 14px;
    line-height: 1.43;
    color: #b1aea7;
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: row; flex-direction: row;
    width: auto;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    -ms-flex-align: end; align-items: end;
}

body.login aside footer div {
    -ms-flex-direction: column; flex-direction: column;
    display: -ms-flexbox; display: flex;
    -ms-flex: 1000 1 auto; flex: 1000 1 auto;
}

body.login aside footer > span {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    display: -ms-flexbox; display: flex;
    margin-top: 24px;
}

body.login aside footer a {
    -ms-flex: 1 0 auto; flex: 1 0 auto;
    margin: 0 12px;
}

body.login aside footer a img {
    height: 32px;
    margin: 0 auto;
    display: -ms-flexbox; display: flex;
}

html.small body.login aside footer {
    width: auto;
    opacity: 1;
}

body.login aside footer label {
    display: block;
    margin-top: 24px;
}

body.login aside footer label.small {
    opacity: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
}

html.small body.login aside footer label.small {
    opacity: 1;
    height: 20px;
    margin-bottom: 0;
    margin-top: 12px;
}

body.login section {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: end; align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: fadeInOpacity 1s ease-in 1; -moz-animation: fadeInOpacity 1s ease-in 1; animation: fadeInOpacity 1s ease-in 1;
    min-width: 0;
    width: 0;
    min-height: 100vh;
}

body.login aside article.edit h2 {
    margin: 35px 0;
    max-width: 340px;
}

html.small body.login aside article.edit h2 {
    font-size: 24px;
}

body.login aside article.edit dl {
    -ms-flex-direction: column; flex-direction: column;
}

body.login aside article.edit dl dt {
    width: auto;
}

body.login aside article.edit dl.tabs dd {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    -ms-flex-pack: start; justify-content: flex-start;
    margin: 0 -12px;
    -ms-flex: 0; flex: 0;
    min-height: initial;
}

body.login aside article.edit dl.tabs dd label {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 12px;
}

body.login aside article.edit dl.tabs dd label.selected {
    box-shadow: inset 0 -1px 0 0 #222222;
    color: #222222;
}

body.login aside article.edit dl dd label.link {
    font-size: 14px;
    line-height: 1.43;
    cursor: pointer;
    display: block;
}

body.login aside article.edit dl dd label.link[data-shift]:after {
    content: ' (' attr(data-shift) ')';
}

body.login aside article.edit dl dd label.link.disabled {
    color: #b1aea7;
    cursor: auto;
}

body.login aside article.edit dl dd label.link.inactive {
    color: #b1aea7;
    cursor: auto;
}

body.login aside article.edit dl dd div.row label {
    -ms-flex: 1 1 1px; flex: 1 1 1px;
    text-align: right;
}

html.ie body.login aside article.edit dl dd div.row label {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

body.login section footer {
    width: 0;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

body.login section footer,
body.onboard form footer {
    display: -ms-flexbox; display: flex;
    -ms-flex-pack: end; justify-content: flex-end;
    overflow: hidden;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    padding: 24px 0;
}

body.onboard form footer {
    padding: 24px 56px;
}

html.small body.onboard form footer {
    padding: 24px 0;
    -ms-flex-direction: column; flex-direction: column;
}

body.login section footer label.link {
    color: white;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}

body.login section footer label.link,
body.onboard form footer label.link {
    font-size: 14px;
    line-height: 1.43;
    margin: 12px 12px 0 12px;
    white-space: nowrap;
}

body.login div.popup div.modal article.edit dd {
    margin: 0;
}

body.login div.popup div.modal label.login-reset {
    font-weight: bold;
}

body.login div.popup div.modal label.login-reset + article.edit {
    max-height: 0;
    padding: 0 80px;
    overflow: hidden;
}

body.login div.popup div.modal label.login-reset.show + article.edit {
    max-height: 400px;
    padding: 48px 80px;
}

html.small body.login div.popup div.modal label.login-reset + article.edit {
    padding: 0 16px;
}

html.small div.popup div.modal label.login-reset.show + article.edit {
    padding: 48px 16px;
}

body.login div.popup div.modal label.login-reset + article.edit + article.list {
    max-height: 0;
    overflow: hidden;
}

body.login div.popup div.modal label.login-reset.show + article.edit + article.list {
    max-height: 200px;
}

body.onboard form footer label.link.large {
    -ms-flex-order: -1; order: -1;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

html.small body.onboard form footer label.link.large {
    -ms-flex-order: unset; order: unset;
    margin-top: 24px;
}

body div.table {
    overflow: hidden;
}

body div.table.no-overflow {
    overflow: visible;
}

body div.table.empty {
    display: none
}

body div.table div.head {
    display: -ms-grid; display: grid;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
    box-shadow: inset 0 -2px 0 0 #d8d8d8;
}

html.small body div.table div.head {
    padding-left: 16px;
    padding-right: 16px;
}

body article.edit div.table div.head {
    padding: 0;
}

html body div.table div.foot {
    padding: 16px 0;
}

html.small body div.table div.foot {
    padding: 16px 16px;
}

body div.table div.head > div,
body div.table div.foot > div {
    display: none;
    font-size: 12px;
    line-height: 1.33;
    color: rgba(0, 0, 0, 0.5);
    -ms-grid-row-align: center; align-self: center;
    margin: 0 2px;
}

body div.table div.head.vertical > div {
    -ms-grid-row-align: end; align-self: flex-end;
    justify-self: center;
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

body div.table div.head.vertical > div.horizontal {
    -ms-writing-mode: lt-tb;
    writing-mode: horizontal-tb;
    transform: none;
    justify-self: start;
}

body div.table div.head > div.justify > div {
    -ms-flex: 1 1 1%; flex: 1 1 1%;
}

body div.table div.head div.large {
    font-size: 16px;
}

body div.table div.head div span.vertical {
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

body div.table div.head div span.html-extra-small--vertical {
    transform: rotate(0);
    display: block;
}

html.extra-small body div.table div.head div span.html-extra-small--vertical {
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

body div.table div.head div span[data-sort] {
    cursor: pointer;
    position: relative;
}

body div.table div.head div span.sort {
    color: #222;
}

body div.table div.head div span.sort::before {
    content: "";
    height: 17px;
    width: 100%;
    background: no-repeat bottom center/17px url(../img/arrow-black.svg);
    position: absolute;
    bottom: -12px;
    transform: rotate(180deg);
}

body div.table div.head div span.sort.desc::before {
    transform: none;
}

body div.table div.head div span.sort.side-sort::before {
    bottom: 0;
    width: 16px;
    left: -16px;
}

body div.table div.body {
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
    font-size: 16px;
    line-height: 1.5;
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

body div.table div.body > div.row {
    display: -ms-grid; display: grid;
    width: 100%;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    padding: 16px 0;
    max-height: 500px;
    opacity: 1;
    box-sizing: border-box;
}

body div.table div.body > div.row.no-max-height,
body article.edit dl dd div.no-max-height {
    max-height: unset;
}

body div.table div.body > div.row.group-by {
    -ms-flex-align: center; align-items: center;
}

body div.table div.body > div.row.group-by:empty,
html.large body div.table div.body > div.row.group-by:empty,
html.medium body div.table div.body > div.row.group-by:empty {
    padding-top: 0;
    padding-bottom: 0;
}

html.large body div.table div.body > div.row.group-by,
html.medium body div.table div.body > div.row.group-by {
    padding-top: 40px;
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

html.small body div.table div.body > div.row {
    padding-left: 16px;
    padding-right: 16px;
}

body article.edit div.table div.body > div.row {
    padding: 24px 0;
}

div.table div.body > div.row {
    -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; -ms-transition: background 0.5s; transition: background 0.5s;
}

div.table div.body > div.row[data-action] {
    cursor: pointer;
}

html.large div.table div.body > div.row,
html.medium div.table div.body > div.row {
    width: 100%;
    box-sizing: content-box;
}

html.large div.table div.body > div.row:hover,
html.medium div.table div.body > div.row:hover {
    padding-left: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
}

body div.table.no-hover div.body > div.row:hover {
    background-color: transparent;
}

html.large div.table.no-hover div.body > div.row:hover {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

body div.table div.body > div.row:last-of-type,
body div.table div.body > div.row.last {
    box-shadow: none;
}

body div.table div.body > div.row.group-by:last-of-type,
body div.table div.body > div.row.shadow:last-of-type {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
}

body div.table div.body > div.row > div {
    display: none;
    margin: 0 2px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 24px;
}

body div.table div.body > div.row div > span,
body div.table div.body > div.row div > a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body div.table div.body > div.row div.wrap > span,
body div.table div.body > div.row div.wrap > div {
    white-space: normal;
}

body div.table div.body > div.row div.pre-line > span {
    white-space: pre-line;
}

body div.table div.body > div.row div.hidden > span {
    display: none;
}

body div.table div.body > div.row div.red {
    color: #d0021b
}

body div.table div.body > div.row div.italic {
    font-style: italic;
}

body div.table div.body div.row div.red > span[data-mode],
body div.table div.body div.row div.red > a {
    color: #d0021b
}

body div.table div.body > div.row div.oval {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    text-align: center;
    font-family: FontAwesome;
    color: white;
}

html.small body div.table div.body > div.row > div.oval,
html.medium body div.table div.body > div.row > div.oval,
html.large body div.table div.body > div.row > div.oval {
    font-size: 14px;
    line-height: 40px;
}

body div.table div.body > div.row div.bold,
body div.body > div.row div.bold,
body div.table div.body > div.bold {
    font-weight: 600;
}

body div.table div.body > div.row div.light-gray,
html.small body div.table div.body > div.row div.html-small--light-gray,
html.medium body div.table div.body > div.row div.html-medium--light-gray,
body div.body > div.row div.light-gray {
    color: rgba(0, 0, 0, 0.25);
}

body div.table div.body > div.row div.gray,
body div.body > div.row div.gray {
    color: rgba(0, 0, 0, 0.5);
}

body div.table div.body > div.row div.lighter {
    color: #333;
}

body div.table div.body > div.row div.lighter.red {
    color: #d0021b;
}

body div.table div.body > div.row div.image {
    background-repeat: no-repeat;
    background-position: left;
}

body div.table div.body > div.row div.fit-image img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

body div.table div.body > div.row div.middle {
    -ms-grid-row-align: center; align-self: center;
}

html.small body div.table div.body > div.row > div {
    font-size: 14px;
    line-height: 20px;
}

body div.table div.body > div.row div.small,
html.large body div.table div.body > div.row > div.html-large--small {
    font-size: 14px;
    line-height: 20px;
}

html.small body div.table div.body > div.row > div.small,
html.small body div.table div.body > div.row > div.html-small--small {
    font-size: 12px;
    line-height: 16px;
}

body div.table div.body > div.row > div.large,
html.small body div.table div.body > div.row > div.large,
html.medium body div.table div.body > div.row > div.large,
html.large body div.table div.body > div.row > div.large {
    font-size: 16px;
    line-height: 24px;
}

html.small body div.table div.body > div.row div.html-small--display-none {
    display: none
}

body div.table div.body > div.row div.cell-row > div,
html.small body div.table div.body > div.row div.html-small--cell-row > div {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: row; flex-direction: row;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    -ms-flex-align: baseline; align-items: baseline;
}

body div.table div.body > div.row div.cell-row > div > div,
html.small body div.table div.body > div.row div.html-small--cell-row > div > div {
    text-overflow: ellipsis;
    overflow: hidden;
}

body div.table div.body > div.row div.lines {
    margin: 10px 0 -10px 0;
}

body div.table div.body > div.row div.lines > div {
    min-height: 20px;
    padding: 10px 0;
}

body div.table div.body > div.row div.shadow > div {
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.08);
}

body div.table div.body > div.row div.cell-row.margin > div > div {
    margin: 0 5px;
}

body div.table div.body > div.row div.cell-row--end > div {
    -ms-flex-pack: end; justify-content: flex-end;
}

body div.table div.body > div.row div.cell-row--nowrap > div {
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

body div.table div.body > div.row div.cell-row div[data-index='1'] {
    -ms-flex-order: 1; order: 1;
}

body div.table div.body > div.row div.cell-row div[data-index='2'] {
    -ms-flex-order: 2; order: 2;
}

body div.table div.body > div.row div.cell-row div[data-index='3'] {
    -ms-flex-order: 3; order: 3;
}

body div.table div.body > div.row div.cell-row div[data-index='4'] {
    -ms-flex-order: 4; order: 4;
}

body div.table div.body > div.row div.cell-row div[data-index='5'] {
    -ms-flex-order: 5; order: 5;
}

body div.table div.body > div.row div.cell-row div[data-index='6'] {
    -ms-flex-order: 6; order: 6;
}

body div.table div.body > div.row div.cell-row div[data-index='7'] {
    -ms-flex-order: 7; order: 7;
}

body div.table div.body > div.row div.cell-row div[data-index='8'] {
    -ms-flex-order: 8; order: 8;
}

body div.table div.body > div.row div.cell-row div[data-index='9'] {
    -ms-flex-order: 9; order: 9;
}

body div.table div.body > div.row div.cell-column > div {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
}

body div.table div.body > div.row div.cell-inline > div,
body div.table div.body > div.row div.cell-inline > div > div,
body div.table div.body > div.row div.cell-inline > div span {
    display: inline;
}

body div.table div.body > div.row div.cell-inline-list > div span::after {
    content: attr(data-list-delim);
}

body div.table div.body > div.row div.cell-inline-list > div:last-child span::after {
    content: '';
}

body div.table div.body > div.row div.row-repeater > div {
    margin: 0 2px;
    -ms-flex: 1 1 1%; flex: 1 1 1%;
}

body div.table div.body div.row div > span[data-mode],
body div.table div.body div.row div > a {
    cursor: pointer;
    text-decoration: none;
}

body div.table div.body div.href {
    cursor: pointer;
}

body div.table div.row div.state {
    transform: rotate(-90deg);
    opacity: 0.5;
    -webkit-transition: transform 0.5s; -moz-transition: transform 0.5s; -o-transition: transform 0.5s; -ms-transition: transform 0.5s; transition: transform 0.5s;
    background-position: center;
    background-repeat: no-repeat;
}

body div.table div.row.open div.state {
    transform: rotate(0);
}

body div.table div.body > div.row.hideable {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

body div.table div.body > div.row.hideable.show {
    max-height: 500px;
    padding-top: 16px;
    padding-bottom: 16px;
}

body div.table div.body > div.row div[data-name].hideable {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

body div.table div.body > div.row.open div[data-name].hideable {
    max-height: 500px;
}

body div.table div.body > div.row.filled {
    background-color: rgba(0, 0, 0, 0.05);
}

body div.table div.foot {
    display: none;
}

body div.table div.fpaging {
    display: -ms-flexbox; display: flex;
}

body div.table.no-paging div.fpaging {
    display: none;
}

body div.table div.fpaging > span {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

body div.table div.paging {
    padding-top: 40px;
    display: -ms-flexbox; display: flex;
}

body div.table div.paging:empty {
    padding-top: 0;
}

body div.table.no-paging div.paging {
    display: none;
}

body div.table div.paging span {
    padding: 0 4px;
    box-sizing: border-box;
    display: -ms-flexbox; display: flex;
    min-height: 32px;
    min-width: 32px;
    text-align: center;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-pack: center; justify-content: center;
    font-size: 16px;
    line-height: 1.5;
}

body div.table div.paging span[data-page] {
    cursor: pointer;
}

body div.table div.paging span.active {
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #222222;
}

body div.table div.paging span:first-of-type {
    background: no-repeat center center url("../img/arrow-black.svg");
    transform: rotate(90deg);
    opacity: 0.15
}

body div.table div.paging span:first-of-type[data-action] {
    opacity: 0.5;
}

body div.table div.paging span:last-of-type {
    background: no-repeat center center url("../img/arrow-black.svg");
    transform: rotate(-90deg);
    opacity: 0.15
}

body div.table div.paging span:last-of-type[data-action] {
    opacity: 0.5;
}

body div.table div.psize {
    padding-top: 40px;
    display: -ms-flexbox; display: flex;
}

body div.table div.psize:empty {
    padding-top: 0;
}

body div.table div.psize span {
    display: -ms-flexbox; display: flex;
    min-height: 32px;
    min-width: 32px;
    text-align: center;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-pack: center; justify-content: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 4px;
}

body div.table div.psize span[data-size] {
    cursor: pointer;
}

body div.table div.psize span.active {
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #222222;
}

body div.table div.buttons {
    position: fixed;
    bottom: 12px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #f7f7f7;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding: 0 16px;
}

body div.table div.buttons[data-row-count] {
    opacity: 1;
    height: 64px;
}

body div.table div.buttons[data-row-count='0'],
html.small body div.table div.buttons[data-row-count='0'] {
    opacity: 0;
    height: 0;
}

html.small body div.table div.buttons {
    height: auto;
    right: 16px;
    -ms-flex-flow: column-reverse; flex-flow: column-reverse;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

html.large body div.table div.buttons {
    left: 280px;
    right: 40px;
}

html.large body .popup div.table div.buttons {
    left: 40px;
}

html.medium body div.table div.buttons {
    left: 104px;
    right: 40px;
}

html.medium body .popup div.table div.buttons {
    left: 40px;
}

html.medium body.menu-active div.table div.buttons {
    left: 280px;
}

html.extra-large body div.table div.buttons {
    left: auto;
    width: 1088px;
    right: calc(40px + ((100% - 1440px) / 2));
}

html.extra-large body .popup div.table div.buttons {
    right: 50%;
    transform: translate(50%);
    left: auto;
}

html.large body div.table div.buttons::before,
html.medium body div.table div.buttons::before {
    content: attr(data-row-label) ' ' attr(data-row-count);
    white-space: nowrap;
}

html.large body div.table div[data-row-count='0'].buttons::before,
html.medium body div.table div[data-row-count='0'].buttons::before {
    content: '';
}

html.large body div.table div.buttons span.start,
html.medium body div.table div.buttons span.start {
    display: none;
}

html.large body div.table div.buttons span.hr,
html.medium body div.table div.buttons span.hr {
    width: 1px;
    height: 48px;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block;
    overflow: visible;
}

html.large body div.table div.buttons span.hr::before,
html.medium body div.table div.buttons span.hr::before,
html.large body div.table div.buttons span.hr::after,
html.medium body div.table div.buttons span.hr::after {
    content: '';
}

body div.table div.buttons span {
    margin: 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-decoration: none;
    color: black;
}

body div.table div.buttons a {
    text-decoration: none;
    color: black;
}

body div.table div.buttons span::before {
    content: attr(data-icon);
    font-family: FontAwesome;
    padding-right: 16px;
}

html.small body div.table div.buttons span {
    height: 0;
    margin: 0;
    width: 0;
    box-shadow: 0 6px 10px 0 rgba(34, 34, 34, 0.2);
    background-color: #fafafa;
    display: -ms-flexbox; display: flex;
    padding: 0;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    -ms-flex-pack: center; justify-content: center;
    -ms-flex-align: center; align-items: center;
    cursor: pointer;
    opacity: 0;
}

html.small body div.table div.buttons.open span {
    margin: 8px;
    width: 48px;
    height: 48px;
    opacity: 1;
}

html.small body div.table div.buttons span.start {
    width: 64px;
    height: 64px;
    opacity: 1;
    margin: 8px;
}

html.small body div.table div.buttons span.start::before {
    content: "\F0F6";
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

html.small body div.table div.buttons.open span.start::before {
    content: "\d7";
    font-size: 30px;
    font-weight: bold;
}

html.small body div.table div.buttons span::before {
    padding-right: 0;
}

body div.table div.buttons span::after {
    content: attr(data-label);
}

html.small body div.table div.buttons span::after {
    content: '';
}

html.small body div.table div.buttons span.hr {
    display: none;
}

html.large body div.table div.buttons span.primary,
html.medium body div.table div.buttons span.primary {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    padding: 8px 0 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-border-radius: 31px; -moz-border-radius: 31px; border-radius: 31px;
    border: solid 1px;
    cursor: pointer;
    -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
    display: -ms-flexbox; display: flex;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    margin-right: auto;
}

html.large body div.table div.buttons span.primary::after,
html.medium body div.table div.buttons span.primary::after {
    content: "\00a0";
    width: 24px;
    display: inline-block;
    background: no-repeat center center url(../img/arrow-white.svg);
    transform: rotate(-90deg);
    height: 24px;
    padding: 0 12px;
}

html.large body div.table div.buttons span.primary::before,
html.medium body div.table div.buttons span.primary::before {
    content: attr(data-label);
    padding-right: 0;
    font-family: Arial;
}

body.popup {
    overflow: hidden;
}

body div.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    padding: 0 56px;
    z-index: 3;
}

body div.popup.a {
    background: transparent;
}

html.small body div.popup {
    padding: 0;
}

body div.popup div.modal {
    background: white;
    padding: 56px;
    margin-top: 72px;
}

body div.popup div.data form,
body div.popup div.modal form {
    display: block;
    height: auto;
    position: static;
}

body div.popup div.data div.header h3 {
    padding-bottom: 56px;
}

body.small div.popup div.data div.header h3 {
    padding-bottom: 24px;
}

body div.popup div.data div.header h1.head,
body div.popup div.data div.header h1.head input {
    font-size: 18px;
}

body.small div.popup div.data div.header h1.head,
body.small div.popup div.data div.header h1.head input {
    font-size: 16px;
}

body div.popup div.data div.header h1 span.buttons span.close {
    display: none;
}

body div.popup div.modal div.header span,
body div.popup div.data div.header h3:not([class]) span,
body div.popup div.data div.header h3.buttons span.exit {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background: center no-repeat url("../img/close.svg");
    float: right;
    cursor: pointer;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
}

body div.popup div.data div.header h3.buttons span.exit {
    margin-left: 15px;
}

body div.popup.data div.modal div.header h3 {
    padding-bottom: 56px;
}

body div.popup div.modal dd {
    margin: 56px -5px 0 -5px;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

body div.popup.data div.modal dd {
    margin: 0;
}

body div.popup div.modal span.button {
    margin: 5px;
}

body div.popup.session-timeout div.modal div.body i {
    font-style: normal;
}

body .loading {
    transform: translateZ(0);
    -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}

body .loading:after {
    content: '';
    -webkit-animation: spin 1s steps(12, end) infinite; -moz-animation: spin 1s steps(12, end) infinite; animation: spin 1s steps(12, end) infinite;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

body .loading.center-vertical:after {
    bottom: 0;
}

body .loading:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    background-color: #f2f2f2;
    z-index: 1;
}

body .loading.white-background:before {
    background-color: #fff;
}

body section .loading.article:before {
    max-width: calc(100% - 112px);
    max-height: calc(100% - 56px);
}

html.small section .loading.article:before {
    max-width: initial;
    max-height: calc(100% - 16px);
}

body .loading.hide-content:before {
    background-color: transparent;
}

body .loading.hide-content {
    min-height: 40px;
}

body div.table .loading.hide-content div.row {
    padding: 0;
    max-height: 0;
    opacity: 0;
}

body div.table .body.loading {
    min-height: 200px;
}

body .loading.hide-content > * {
    display: none;
}

body.ready div.table div.loading.loading-error:after {
    background: no-repeat center url(../img/loading-error.svg);
}

body div.popup div.data {
    background: white;
    max-width: 928px;
    margin: 56px auto;
    width: 100%;
    box-sizing: border-box;
    padding: 56px;
}

html.small body div.popup div.data,
html.small body div.popup div.modal {
    margin: 0 auto;
    padding: 16px;
}

body div.popup div.data > h3 span {
    display: block;
    height: 32px;
    width: 32px;
    background: center no-repeat url("../img/close.svg");
    float: right;
    cursor: pointer;
}

body div.popup div.data pre {
    overflow: hidden;
}

article.list *,
article.list *::after {
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

article.list div.buttons,
article.list div.buttons * {
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

article.list dl dd {
    display: -ms-flexbox; display: flex;
    margin: 0;
}

article.list dl dd input[type=text] {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    border: none;
    font-size: 18px;
    line-height: 1.33;
    color: #222222;
}

article.list dl dd input[type=text]:focus,
article.list dl dd input[type=text]:hover {
    /*	border: solid 1px rgba(0, 0, 0, 0.16);*/
    outline: none;
}

body div.tabs {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: end; align-items: flex-end;
    margin: 32px 0 -57px -12px;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    box-sizing: border-box;
    min-height: 29px;
}

body div.tabs span {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 12px;
    cursor: pointer;
    padding-bottom: 8px;
}

body div.tabs span.selected {
    box-shadow: inset 0 -1px 0 0 #222222;
    color: #222;
}

body h1.buttons,
body h3.buttons {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
}

body h1.buttons span,
body h3.buttons span {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

body div.item-switch {
    display: inline-block;
}

body div.item-switch span.title {
    display: inline;
    cursor: pointer;
    padding: 0 4px;
}

body .buttons span[data-mode="toggle"]:has(span.title):not(:has(span.items span)):not(.tune) {
    display: none;
}

body h1.buttons span span.title,
body h3.buttons span span.title {
    display: inline;
}

body div.item-switch div.items {
    display: block;
    position: absolute;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    opacity: 0;
    z-index: 2;
    color: #222222;
}

body div.item-switch.show div.items {
    opacity: 1;
}

body div.item-switch div.items span {
    overflow: hidden;
    display: block;
    height: 0;
    padding: 0 16px;
    cursor: pointer;
    min-height: 0;
}

body div.item-switch.show div.items span {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 4px 16px;
}

body h1 span.buttons,
body h3 span.buttons {
    display: -ms-flexbox; display: flex;
    margin: 0 -5px 0 auto;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    -ms-flex-align: center; align-items: center;
    position: relative;
    overflow: visible;
}

body h1 span.buttons > span,
body h3 span.buttons > span,
body h1 span.buttons > a,
body h3 span.buttons > a {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    padding: 7px 22px;
    -webkit-border-radius: 31px; -moz-border-radius: 31px; border-radius: 31px;
    border: solid 1px;
    border-color: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
    display: -ms-flexbox; display: flex;
    white-space: nowrap;
    margin: 0 5px;
    -ms-flex-pack: end; justify-content: flex-end;
    text-decoration: none;
}

html.small body h1 span.buttons > span.smallable,
html.small body h3 span.buttons > span.smallable,
html.small body h1 span.buttons > a.smallable,
html.small body h3 span.buttons > a.smallable {
    padding: 7px;
}

html.small body h1 span.buttons > span.smallable > span.title,
html.small body h3 span.buttons > span.smallable > span.title,
html.small body h1 span.buttons > a.smallable > span.title,
html.small body h3 span.buttons > a.smallable > span.title {
    display: none;
}

html.small body h1 span.buttons > span.smallable::after,
html.small body h3 span.buttons > span.smallable::after,
html.small body h1 span.buttons > a.smallable::after,
html.small body h3 span.buttons > a.smallable::after {
    background-position: center center;
    background-repeat: no-repeat;
    content: "\00a0";
    width: 24px;
    display: inline-block;
    height: 24px;
    opacity: 0.5;
    padding: 0;
}

body h1 span.buttons > span.new-list,
body h3 span.buttons > span.new-list {
    padding-right: 0;
}

body h1 span.buttons > span.new-list::after,
body h3 span.buttons > span.new-list::after {
    content: "\00a0";
    width: 24px;
    display: inline-block;
    background: no-repeat center center url(../img/arrow-black.svg);
    height: 24px;
    padding: 0 8px;
    opacity: 0.5;
}


html.small body h1 span.buttons > a.document::after,
html.small body h3 span.buttons > a.document::after {
    background-image: url(../img/document.svg);
}

html.small body h1 span.buttons > span.new::after,
html.small body h3 span.buttons > span.new::after {
    background-image: url(../img/plus.svg);
}

body h1 span.buttons > span.new.small::after,
body h3 span.buttons > span.new.small::after {
    background-image: url(../img/plus.svg);
}

body h1 span.buttons > span.small,
body h3 span.buttons > span.small,
body h3 span.buttons > a.small {
    padding: 7px;
}

body h1 span.buttons > span.small > span,
body h3 span.buttons > span.small > span,
body h3 span.buttons > a.small > span {
    display: none;
}

body h1 span.buttons > span.small::after,
body h3 span.buttons > span.small::after,
body h3 span.buttons > a.small::after {
    content: "\00a0";
    width: 24px;
    display: inline-block;
    background: no-repeat center center;
    height: 24px;
    padding: 0;
    opacity: 0.5;
}

body h1 span.buttons > span.noborder {
    border: none;
}

body h1 span.buttons > span.noopacy::after {
    opacity: 1;
}

html body h1 span.buttons > span.search::after,
html body h3 span.buttons > span.search::after {
    background-image: url(../img/search-black.svg);
}

html.small body h1 span.buttons > span.search.primary::after,
html.small body h3 span.buttons > span.search.primary::after {
    background-image: url(../img/search-white.svg);
    opacity: 1;
}

body h1 span.buttons > span.close::after,
body h3 span.buttons > span.close::after {
    background-image: url(../img/close.svg);
}

body h1 span.buttons > span.update::after,
body h3 span.buttons > span.update::after {
    background-image: url(../img/update.svg);
}

body h1 span.buttons > span.ext::after,
body h3 span.buttons > span.ext::after {
    background-image: url(../img/img-more.svg);
}

body h1 span.buttons > span > span.items,
body h3 span.buttons > span > span.items {
    display: -ms-flexbox; display: flex;
    position: absolute;
    overflow: hidden;
    margin: 40px 0 0 0;
    -ms-flex-direction: column; flex-direction: column;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    opacity: 0;
    z-index: 1;
    color: #222222;
    min-width: 280px;
    right: 0;
}

html.small body h1 span.buttons,
html.small body h3 span.buttons {
    position: static;
}

html.small body h1 span.buttons > span > span.items,
html.small body h3 span.buttons > span > span.items {
    left: 16px;
    right: 16px;
}

html.small body.menu-active h1 span.buttons > span > span.items,
html.small body.menu-active h3 span.buttons > span > span.items {
    left: 256px;
    right: -234px;
}

body h1 span.buttons > span > span.items > span,
body h3 span.buttons > span > span.items > span,
body h1 span.buttons > span > span.items > a {
    height: 0;
    line-height: 24px;
    padding: 0 16px 0 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    text-decoration: none;
    cursor: auto;
}

body h1 span.buttons > span > span.items > span[data-mode],
body h3 span.buttons > span > span.items > span[data-mode],
body h1 span.buttons > span > span.items > a {
    cursor: pointer;
}

body h1 span.buttons > span > span.items > span[data-mode]:hover,
body h3 span.buttons > span > span.items > span[data-mode]:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

body h1 span.buttons > span.show > span.items,
body h3 span.buttons > span.show > span.items {
    opacity: 1;
}

body h1 span.buttons > span.show > span.items > span,
body h3 span.buttons > span.show > span.items > span,
body h1 span.buttons > span.show > span.items > a {
    height: 24px;
    padding: 8px 16px 8px 40px;
}

body h1 span.buttons > span.show > span.items > span.group,
body h3 span.buttons > span.show > span.items > span.group {
    font-weight: bolder;
}

body div.search h1.head span.buttons > span > span.items > span:first-child {
    -ms-flex: unset; flex: unset;
}

body h1 span.buttons > span > span.items > hr,
body h3 span.buttons > span > span.items > hr {
    margin: 0 0 0 0;
    height: 0;
}

body h1 span.buttons > span.show > span.items > hr,
body h3 span.buttons > span.show > span.items > hr {
    margin: 1px 0 0 0;
    height: 2px;
}

body h1 span.buttons span.primary,
body h3 span.buttons span.primary {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    font-weight: normal;
}

body h1 span.buttons span.hidden {
    display: none;
}

div.search {
    opacity: 0;
}

body.ready div.search {
    opacity: 1;
}

html.ie11 body.ready div.search {
    opacity: 0.999999;
}

body div.search h1.head {
    display: -ms-flexbox; display: flex;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-align: center; align-items: center;
}

body div.search h1.head span:first-child {
    overflow: hidden;
    -ms-flex: 0 1 auto; flex: 0 1 auto;
    text-overflow: ellipsis;
}

body div.search h1.head span.tune {
    width: 24px;
    height: 24px;
    background-image: url("../img/tune.svg");
    margin: 0 12px;
    cursor: pointer;
    opacity: 0.5;
    padding: 0;
    border: 0;
}

body div.search.show h1.head span.tune,
body div.header.show-shadow div.search h1.head span.tune {
    opacity: 1;
}

body div.search h1.head input {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    width: 1px;
    height: 40px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 32px;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    text-overflow: ellipsis;
}

body div.search.show div.shadow {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px
}

body div.search div.body {
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

html.small body div.search div.body {
    padding: 0;
}

body div.search div.body dl dt label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
}

body div.search div.body > fieldset {
    -ms-flex: 3 1 30%; flex: 3 1 30%;
}

body div.search div.body > fieldset.search-one-field {
    -ms-flex: 0 1 33.33%; flex: 0 1 33.33%;
}

body div.search div.body dl {
    min-width: 200px;
    -ms-flex-direction: column; flex-direction: column;
    padding: 0 12px;
    display: -ms-flexbox; display: flex;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
}

body div.header.show-shadow div.search div.body dl,
body div.header div.search div.body dl.static {
    max-height: 200px;
    min-height: 58px;
    margin: 16px 0;
    opacity: 1;
}

body div.header.show-shadow div.search div.body dl.error {
    min-height: 0;
    margin: 0;
}

body div.search div.body dl.flex-4,
body div.search div.body fieldset.flex-4 {
    -ms-flex-positive: 4; flex-grow: 4;
    flex-basis: 64%;
}

body div.search div.body dl.flex-3,
body div.search div.body fieldset.flex-3 {
    -ms-flex-positive: 3; flex-grow: 3;
    flex-basis: 50%;
}

body div.search div.body dl.flex-2,
body div.search div.body fieldset.flex-2 {
    -ms-flex-positive: 2; flex-grow: 2;
    flex-basis: 33%;
}

body div.search div.body dl dd {
    display: -ms-flexbox; display: flex;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    margin: 0;
}

body div.search div.body dl dd > * {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

body div.search div.body dl div.column {
    white-space: nowrap;
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
}

body div.search div.body dl div.column > * {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    width: 100%;
}

div.article.side-list > article {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: row-reverse; flex-direction: row-reverse;
    padding-top: 56px;
}

html.small div.article.side-list > article {
    padding-top: 0;
    -ms-flex-direction: column; flex-direction: column;
}

div.article.side-list > article div.search {
    width: 288px;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    margin-left: 32px
}

div.article.side-list > article > div.body-data {
    -ms-flex: 1 1 1px; flex: 1 1 1px;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.08);
    padding-right: 56px;
}

html.small div.article.side-list > article > div.body-data {
    box-shadow: none;
    padding-right: 0;
}

html.small div.article.side-list > article div.search {
    width: auto;
    margin-left: 0;
    padding: 0 16px;
}

html.small div.article.side-list > article div.table {
    box-shadow: none;
}

div.article.side-list > article div.body-data h3,
div.article.side-list > article div.body-data h4 {
    display: block;
}

html.small div.article.side-list > article div.body-data h3,
html.small div.article.side-list > article div.body-data h4 {
    display: none;
}

div.article.side-list > article div.search h3,
div.article.side-list > article div.search h4 {
    display: none;
}

html.small div.article.side-list > article div.search h3,
html.small div.article.side-list > article div.search h4 {
    display: block;
}

body div.file-upload,
article.edit dl dd div.file-upload {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex: 1 0 0; flex: 1 0 0;
    max-height: unset;
}

body div.file-upload div.file-list {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    max-height: unset;
}

body div.file-upload div.file-list div {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
}

body div.file-upload div.file-list div > span:first-of-type {
    -ms-flex: 1 1 100%; flex: 1 1 100%;
    display: -ms-flexbox; display: flex;
    margin: 0;
    vertical-align: middle;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
}

body div.file-upload div.file-list div span:first-of-type a {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    text-decoration: none;
    pointer-events: all;
    width: 1px;
    -ms-flex: 1 1 1px; flex: 1 1 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

body div.file-upload div.file-list div span:first-of-type a > i {
    font-style: normal;
    padding-left: 4px;
    font-size: 12px;
}

body div.file-upload div.file-list div span:first-of-type a > i::before {
    content: '(';
}

body div.file-upload div.file-list div span:first-of-type a > i::after {
    content: ')';
}

body div.file-upload div.file-list div span:first-of-type a + span {
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-top: 0;
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
}

body div.file-upload div.file-list div.progress span:first-of-type a + span {
    height: 0;
}

body div.file-upload div.file-list div progress {
    margin-top: 0;
    /* 	width: 160px; */
    height: 0;
}

body div.file-upload div.file-list div.progress progress {
    height: 6px;
}

body div.file-upload div.file-list div progress + span {
    background: center no-repeat url("../img/close.svg");
    width: 12px;
    height: 0;
    background-size: cover;
    margin-top: 0;
    display: inline-block;
    cursor: pointer;
}

body div.file-upload div.file-list div.progress progress + span {
    height: 12px;
}

body div.file-upload input[type='file'] {
    display: none;
}

body div.file-upload[data-disabled] div.add-file {
    display: none;
}

body div.file-upload[data-disabled] div.file-list div span:first-of-type a + span {
    display: none;
}

body div.file-upload.limit div.file-list + div.add-file {
    display: none;
}

body div.file-upload.single div.file-list + div.add-file {
    display: none;
}

body div.file-upload.single div.file-list:empty + div.add-file {
    display: -ms-flexbox; display: flex;
}

body .two-columns,
body div.table div.body.two-columns {
    column-count: 2;
    column-gap: 32px;
    display: block;
}

body .two-columns div.block,
body div.table div.body.two-columns div.row {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

body .two-columns.group-head div.row.group-by,
body div.table div.body.two-columns.group-head div.row.group-by {
    column-span: all;
}

html.small .two-columns,
html.small body div.table div.body.two-columns {
    column-count: 1;
}

body .bg-rotate-45 {
    transform: rotate(-45deg);
    background-repeat: no-repeat;
    background-position: center;
}

body .flex {
    display: -ms-flexbox; display: flex;
}

body .none {
    display: none;
}

body .flex-important {
    display: -ms-flexbox  !important; display: flex !important;
}

body div.flex--row-reverse,
body article.edit dl dd div.row.flex--row-reverse {
    -ms-flex-flow: row-reverse; flex-flow: row-reverse;
}

body div.flex--column-reverse,
html.small body div.html-small--flex--column-reverse,
html.medium body div.html-medium--flex--column-reverse {
    -ms-flex-flow: column-reverse; flex-flow: column-reverse;
}

body .flex-direction--column,
html.small body .html-small--flex-direction--column,
html.medium body .html-medium--flex-direction--column {
    -ms-flex-direction: column; flex-direction: column;
}

body .flex-direction--row,
body article.edit dl dd div.flex-direction--row,
html.small body .html-small--flex-direction--row,
html.small body section article.edit dl.html-small--flex-direction--row,
html.medium body .html-medium--flex-direction--row {
    -ms-flex-direction: row; flex-direction: row;
}

body .flex-wrap {
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

body .flex-nowrap,
body article.edit dl dd div.row.flex-nowrap {
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

body .flex-auto {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    min-width: 1px;
}

body .flex-min,
body article.edit dl dd div.row.flex-min {
    -ms-flex: 1 1 0; flex: 1 1 0;
}

body .flex-max,
article.edit dl dd div.flex-max {
    -ms-flex: 1 1 100%; flex: 1 1 100%;
}

body .width-50percent {
    width: 50%;
}

body .min-width-200px,
dl dd input[type=text].min-width-200px {
    min-width: 200px;
}

body .min-width-120px,
dl dd input[type=text].min-width-120px {
    min-width: 120px;
}

body .min-width-50px,
dl dd input[type=text].min-width-50px {
    min-width: 50px;
}

body .white-space--nowrap {
    white-space: nowrap;
}

body .text-align--right {
    text-align: right;
}

body .text-align--center {
    text-align: center;
}

body .flex-align-items--center {
    -ms-flex-align: center; align-items: center;
}

body .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

body.error-404 section {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
}

body.error-404 section header {
    width: 100%;
}

body.error-404 section div.err-404-body {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    -ms-flex-pack: center; justify-content: center;
}

body.error-404 .err-404-small a {
    text-decoration: none;
    cursor: pointer;
}

body .err-404-small {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #222222;
}

body .err-404-large {
    font-size: 120px;
    font-weight: bold;
    text-align: center;
    color: #222222;
}

body .no-margins,
body article.edit dl dd div .no-margins,
body article.edit dl dd div.no-margins {
    margin: 0;
}

body .left-margin,
article.edit dl dd div > div.left-margin {
    margin-left: 30px;
}

body .img-pay-card {
    background-image: url('../img/img-pay-card.svg')
}

body .img-pay-apple {
    background-image: url('../img/img-pay-apple.svg')
}

body .img-pay-google {
    background-image: url('../img/img-pay-google.svg')
}

body .img-consent-rigensis {
    background-image: url('../img/img-consent-rigensis.svg')
}

body .img-consent-swedbank {
    background-image: url('../img/img-consent-swedbank.svg')
}

body .img-consent-seb {
    background-image: url('../img/img-consent-seb.svg')
}

body .img-consent-citadele {
    background-image: url('../img/img-consent-citadele.svg')
}

body .img-consent-luminor {
    background-image: url('../img/img-consent-luminor.svg')
}

body .img-consent-opbank {
    background-image: url('../img/img-consent-opbank.svg')
}

body .img-consent-mtb {
    background-image: url('../img/img-consent-mtb.svg')
}

body .img-consent-privatbank {
    background-image: url('../img/img-consent-privatbank.svg')
}

body .img-consent-lpb {
    background-image: url('../img/img-consent-lpb.svg')
}

body .img-consent-revolut {
    background-image: url('../img/img-consent-revolut.svg')
}

body .img-arrow-white {
    background-image: url('../img/arrow-white.svg')
}

body .img-arrow-black {
    background-image: url('../img/arrow-black.svg')
}

body article.edit div.repeater {
    counter-reset: repeater;
    max-height: none;
    margin-top: -8px;
    margin-bottom: -8px;
}

body article.edit div.repeater div.item {
    counter-increment: repeater;
}

body article.edit div.repeater div.item dl.repeater-counter dt label::after {
    content: counter(repeater);
}

body article.edit div.repeater div.item > fieldset {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    margin: 0;
}

body article.edit div.repeater > fieldset:only-of-type dl dd span.button.repeater-remove-item {
    display: none;
}

body article.edit div.repeater > fieldset:only-of-type div.repeater > fieldset dl dd span.button.repeater-remove-item {
    display: -ms-flexbox; display: flex;
}

body article.edit div.repeater > fieldset:only-of-type div.repeater > fieldset:only-of-type dl dd span.button.repeater-remove-item {
    display: none;
}

body article.edit div.repeater.repeater-limit + fieldset > dl.repeater-add-item {
    display: none
}

body article.edit div.repeater.hide-last-hr fieldset:last-child hr {
    display: none;
}

body article.edit div.repeater > fieldset fieldset:disabled > dl dd span.button.repeater-remove-item {
    display: none;
}

body article.edit div.repeater + fieldset:disabled > dl.repeater-add-item {
    display: none
}

div.link-buttons {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    padding: 16px 0;
}

div.link-buttons:last-of-type {
    box-shadow: none;
}

div.link-buttons > label {
    padding-left: 32px;
    background: left center no-repeat;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    height: 24px;
}

div.link-buttons > label.arrow::after {
    content: '';
    display: inline-block;
    height: 24px;
    width: 24px;
    background: no-repeat center right url("../img/arrow-black.svg");
    opacity: 0.5;
    vertical-align: bottom;
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
}

div.link-buttons.active > label.arrow::after {
    transform: rotate(180deg);
}

div.link-buttons div.link-buttons-body {
    position: absolute;
    background: white;
    z-index: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

div.link-buttons.active div.link-buttons-body {
    padding: 16px 0;
}

div.link-buttons div.link-buttons-body label,
div.link-buttons div.link-buttons-body a {
    height: 0;
    display: block;
    -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;
    overflow: hidden;
    padding: 0 16px;
    cursor: pointer;
    text-decoration: none;
}

div.link-buttons div.link-buttons-body label:hover,
div.link-buttons div.link-buttons-body a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

div.link-buttons.active div.link-buttons-body label,
div.link-buttons.active div.link-buttons-body a {
    height: 24px;
    padding: 16px 16px;
}

div.summary {
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    padding-bottom: 40px;
}

html.small div.summary {
    padding: 16px;
}

div.summary > div:empty {
    display: none;
}

div.summary > div {
    -ms-flex: 1 0 50%; flex: 1 0 50%;
    display: -ms-flexbox; display: flex;
    white-space: nowrap;
    min-width: 250px;
}

div.summary > div::before {
    content: attr(data-label);
    -ms-flex: 0 0 40%; flex: 0 0 40%;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
}

div.summary > div > label {
    line-height: 1.5;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
}

div.summary > div::after {
    content: '';
    -ms-flex: 0 0 50px; flex: 0 0 50px;
}

div.summary > div > div {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    -ms-flex-align: end; align-items: flex-end;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #222222;
}

div.chartjs {
    width: 300px;
    position: relative;
}

html.small div.chartjs {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

html.small article.grid {
    margin: 0;
    padding: 32px 16px;
}

body#start_page article.grid div#grid > div > div.row {
    display: -ms-grid; display: grid;
    width: 100%;
}

html.large body#start_page article.grid div#accounts,
html.medium body#start_page article.grid div#accounts {
    padding-right: 56px;
}

body#start_page article.grid div#accounts div.table div.body > div.row {
    padding-top: 16px;
    padding-bottom: 16px;
}

body#start_page article.grid div#pb_contacts div.row {
    margin-bottom: 12px
}

html.large body#start_page article.grid div#pb_contacts,
html.medium body#start_page article.grid div#pb_contacts {
    padding-left: 32px;
}

body#start_page article.grid div#pb_contacts > div.head {
    display: -ms-grid; display: grid;
}

body#start_page article.grid div#pb_contacts > div.head[data-mode] {
    cursor: pointer;
}

body#start_page article.grid div#pb_contacts div.icon {
    height: 40px;
    width: 40px;
}

body#start_page article.grid div#pb_contacts div.title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
}

body#start_page article.grid div#pb_contacts > div.head[data-mode] div.contact {
    background: no-repeat center right url("../img/arrow-black.svg");
    padding-right: 24px;
}

body#start_page article.grid div#pb_contacts div.body {
    position: absolute;
    opacity: 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    max-height: 500px;
    overflow-y: auto;
}

body#start_page article.grid div#pb_contacts.active div.body {
    opacity: 1;
    z-index: 2;
}

body#start_page article.grid div#pb_contacts div.body > div {
    display: block;
    font-size: 16px;
    color: #222222;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    min-width: 150px;
    line-height: 0;
    padding: 0;
}

body#start_page article.grid div#pb_contacts.active div.body > div {
    padding: 20px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

body#start_page article.grid div#pb_contacts.active div.body span.title {
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 20px;
}

body#start_page article.grid div#pb_contacts span.phone {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

body#start_page article.grid div#pb_contacts span.email {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
    cursor: pointer;
}

body#start_page h1 {
    vertical-align: baseline;
}

body#start_page section h1 span {
    float: right;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.25);
    margin-top: 18px
}

html.small body#start_page section h1 span {
    float: none;
    display: block;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.7529412);
    margin-top: 18px
}

body#start_page div#payment div.acc {
    font-size: 14px;
    line-height: 20px;
    color: rgba(34, 34, 34, 0.7529412);
}

body#start_page div#payment article.edit #exchange dl dd {
    min-width: 0;
}

body#start_page div#payment fieldset#exchange_tab div.hint {
    margin-top: -12px;
}

body#start_page div#news {
    border: 1px rgba(0, 0, 0, 0.08) solid;
}

html.large body#start_page div#news,
html.medium body#start_page div#news {
    margin-left: 32px;
}

html.small body#start_page div#news {
    margin-top: 20px;
}

body#start_page div#news_table {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    min-height: 100%;
}

body#start_page div#news_table div.body {
    -ms-flex: 1 0 auto; flex: 1 0 auto;
}

body#start_page div#news_table div.body div.row {
    display: none;
    box-shadow: none;
    padding: 12px 24px;
    margin: 0;
    max-height: initial;
}

body#start_page div#news_table div.body div.row > div {
    padding: 12px 0;
}

body#start_page div#news_table div.foot {
    padding: 0 24px 24px 24px;
}

body#start_page div#news_table div.foot div[data-name='paging'] > span {
    display: -ms-flexbox; display: flex;
}

body#start_page div#news_table div.foot div[data-name='paging'] > span span {
    display: -ms-flexbox; display: flex;
    min-height: 24px;
    min-width: 16px;
    text-align: center;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-pack: center; justify-content: center;
    -ms-flex-align: center; align-items: center;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.25;
    color: black;
    cursor: pointer;
}

body#start_page div#news_table div.foot div[data-name='paging'] > span span[data-page]::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: black;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
}

body#start_page div#news_table div.foot div[data-name='paging'] span span:first-of-type {
    background: no-repeat center center url("../img/arrow-black.svg");
    transform: rotate(90deg);
    opacity: 0.5;
    min-width: 24px;
}

body#start_page div#news_table div.foot div[data-name='paging'] span span:last-of-type {
    background: no-repeat center center url("../img/arrow-black.svg");
    transform: rotate(-90deg);
    opacity: 0.5;
    min-width: 24px;
}

body#start_page div#news[data-active='1'] div.body div.row:nth-of-type(1) {
    display: -ms-grid; display: grid;
}

body#start_page div#news[data-active='1'] div.foot div[data-name='paging'] span span:nth-of-type(2) {
    opacity: 0.5;
    cursor: auto;
}

body#start_page div#news[data-active='2'] div.body div.row:nth-of-type(2) {
    display: -ms-grid; display: grid;
}

body#start_page div#news[data-active='2'] div.foot div[data-name='paging'] span span:nth-of-type(3) {
    opacity: 0.5;
    cursor: auto;
}

body#start_page div#news[data-active='3'] div.body div.row:nth-of-type(3) {
    display: -ms-grid; display: grid;
}

body#start_page div#news[data-active='3'] div.foot div[data-name='paging'] span span:nth-of-type(4) {
    opacity: 0.5;
    cursor: auto;
}

body#start_page div#news[data-active='4'] div.body div.row:nth-of-type(4) {
    display: -ms-grid; display: grid;
}

body#start_page div#news[data-active='4'] div.foot div[data-name='paging'] span span:nth-of-type(5) {
    opacity: 0.5;
    cursor: auto;
}

body#start_page div#news[data-active='5'] div.body div.row:nth-of-type(5) {
    display: -ms-grid; display: grid;
}

body#start_page div#news[data-active='5'] div.foot div[data-name='paging'] span span:nth-of-type(6) {
    opacity: 0.5;
    cursor: auto;
}

body#start_page article.grid article.edit {
    padding: 0 32px 32px 32px;
    margin: 40px 0;
    overflow: hidden;
}

html.small body#start_page article.grid article.edit {
    margin: 40px -16px;
}

html body#start_page article.grid article.edit hr.header {
    margin-top: 56px;
}

body#start_page article.grid article.edit div#arrow {
    transform: rotate(-90deg);
    z-index: -1;
}

body#start_page article.grid article.edit div#button dd {
    min-width: initial;
}

html.large body#start_page article.grid div#transactions,
html.medium body#start_page article.grid div#transactions {
    padding-right: 56px;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.08);
}

body#start_page div#banner {
    padding: 0;
    margin-left: 32px;
}

body#start_page div#banner > div {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

body#start_page div#banner img {
    width: 100%;
}

body#start_page div#banner a,
body#start_page div#banner div[data-mode] {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: inline;
}

body#start_page div#banner a::after,
body#start_page div#banner div[data-mode]::after {
    content: '';
    background: no-repeat center center;
    display: inline-block;
    width: 24px;
    height: 24px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

div#balances div.client div[data-name='CURRENCY'] {
    border-left: 1px solid #ebebeb;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    overflow: visible;
}

div#balances div.client div[data-name='CURRENCY'] div {
    display: none;
}

div#balances div.client div[data-name='CURRENCY'].show div {
    display: -ms-flexbox; display: flex;
    position: absolute;
    -ms-flex-direction: column; flex-direction: column;
    background: white;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
    margin-left: -16px;
    z-index: 1;
}

div#balances div.client div[data-name='CURRENCY'].show div label {
    padding: 8px 16px;
}

div#balances div.client div[data-name='CURRENCY'].show div label:hover {
    background: #E6E6E6;
    color: rgba(0, 0, 0, 0.25);
}

div#balances div.client div[data-name='CURRBALANCE'],
div#balances div.client div[data-name='LIMITAMOUNT'],
div#balances div.client div[data-name='BLK'],
div#balances div.client div[data-name='AVAILAMOUNT'],
div#balances div.client div[data-name='CURRENCY'] {
    font-weight: bolder;
}

div#balances {
    overflow: visible;
}

div#balances div.cards div[data-name='card_image'] {
    width: 40px;
    display: -ms-flexbox; display: flex;
}

body#balance div[data-name=card_image] img {
    display: block;
}

body#customer_cards section div.customer-card {
    width: 288px;
    height: 184px;
    box-shadow: none;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    margin: 10px;
    padding: 0;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

body#customer_cards section div.customer-card:hover {
    background-color: transparent;
}

body#card_event_history section div.customer-card > div.customer-card-image {
    width: 288px;
    height: 184px;
    box-shadow: none;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
    line-height: 24px;
}

body section div.customer-card > div.customer-card-image.blocked {
    opacity: 0.67;
}

body section div.customer-card > div.customer-card-image {
    background-size: 100% 100%;
}

body section div.customer-card > div.customer-card-image > div {
    height: 100%;
    background-size: 100% 100%;
    position: relative;
    font-family: Roboto Mono;
}

body section div.customer-card > div.customer-card-image > div > div[data-name=PAN1] {
    position: absolute;
    top: 102px;
    left: 20px;
    font-size: 14px;
}

body section div.customer-card > div.customer-card-image > div > div[data-name=HOLDER] {
    position: absolute;
    top: 152px;
    left: 20px;
    font-size: 12px;
}

body section div.customer-card > div.customer-card-image > div > div[data-name=COMPANY_NAME] {
    position: absolute;
    top: 200px;
    left: 20px;
    font-size: 12px;
}

body section div.customer-card > div.customer-card-image > div > div[data-name=VALID] {
    position: absolute;
    top: 126px;
    left: 124px;
    font-size: 8px;
}

body section div.customer-card > div.customer-card-image > div > div[data-name=CVC] {
    position: absolute;
    top: 126px;
    left: 144px;
    font-size: 8px;
    display: none;
}

html.large body#customer_cards section div.table div.body > div.row.client:hover {
    width: 100%;
}

html.large body#customer_cards section div.table div.body > div.row.client,
html.medium body#customer_cards section div.table div.body > div.row.client,
html.small body#customer_cards section div.table div.body > div.row.client {
    margin: 0;
    height: 56px;
}

body#customer_cards.ready section div.table div.body > div.client,
html.large body#customer_cards.ready section div.table div.body > div.row.client,
html.medium body#customer_cards.ready section div.table div.body > div.row.client,
html.small body#customer_cards.ready section div.table div.body > div.row.client {
    background: none;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
    padding: 0;
    height: 56px;
    width: 100%;
    margin: 10px;
    font-weight: bold;
    min-width: 99%;
}

body#customer_cards section div.table div.body > div.row.client {
    background-color: transparent;
    cursor: auto;
    -ms-flex: 0 0 100%; flex: 0 0 100%;
    box-shadow: none;
}

body#card_event_history div#card-info article.edit dl {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
    margin-right: 32px;
}

body#card_event_history div#card-info article.edit dl:nth-last-child(-n+2) {
    box-shadow: none;
}

body#card_event_history div#card-info article.edit dl dt {
    width: 100%;
}

html.small body#card_event_history div#card-info article.edit {
    padding: 48px 16px
}

body#card_event_history article.edit {
    overflow: hidden;
}

html.large body#card_event_history article.edit {
    margin: 0;
}

body#card_event_history div.card-content h3 {
    display: inline-block;
    width: 100%;
}

body#card_event_history div.card-content h3 span {
    float: right;
    color: rgba(0, 0, 0, 0.25);
}

body#card_event_history div.side-list h4 {
    color: rgba(0, 0, 0, 0.5);
}

html.large body#card_event_history section article.edit div.card fieldset {
    width: calc(50% - 32px);
}

body#card_event_history div.card {
    display: -ms-flexbox; display: flex;
}

html.small body#card_event_history div.card {
    -ms-flex-flow: column-reverse; flex-flow: column-reverse;
}

body#card_event_history div.card div.data {
    width: 100%;
}

body#card_event_history article.edit div.card-content div.customer-card > div.data {
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

html.small body#card_event_history article.edit div.card-content div.customer-card > div.data,
html.medium body#card_event_history article.edit div.card-content div.customer-card > div.data {
    -ms-flex-direction: column; flex-direction: column;
}

body#card_event_history article.edit div.card-content div.customer-card dl {
    -ms-flex-direction: column; flex-direction: column;
}

body#card_event_history div.toggle-buttons {
    display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
}

body#card_event_history div.toggle-buttons div.link-buttons {
    padding: 0;
}

body#card_event_history div.toggle-buttons label {
    padding-left: 30px;
    padding-right: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 26px;
}

html.small body#card_event_history article.edit div.card-content {
    max-height: 200px;
    overflow: hidden;
}

html.small body#card_event_history article.edit.expand div.card-content {
    max-height: 2000px;
}

html.small body#card_event_history div.article.wide > article.edit {
    padding-bottom: 0;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

body#card_event_history div.card-collapse {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -80px;
    padding: 0 80px;
    line-height: 56px;
    display: none
}

html.small body#card_event_history div.card-collapse {
    display: -ms-flexbox; display: flex;
}

html.small body#card_event_history article.edit.expand div.card-collapse,
html.medium body#card_event_history article.edit.expand div.card-collapse {
    box-shadow: none;
}

body#card_event_history article.edit div.card-collapse::after {
    content: '';
    display: inline-block;
    height: 56px;
    width: 24px;
    background: center no-repeat url("../img/arrow-black.svg");
    opacity: 0.5;
}

body#card_event_history article.edit.expand div.card-collapse::after {
    transform: rotate(180deg);
}

body#card_event_history article.edit div.card-collapse label.collapse {
    display: none;
}

body#card_event_history article.edit div.card-collapse label.expand {
    display: inherit;
}

body#card_event_history article.edit.expand div.card-collapse label.collapse {
    display: inherit;
}

body#card_event_history article.edit.expand div.card-collapse label.expand {
    display: none;
}

article.edit dl dd div > input.input-label + span {
    margin: 5px 0 5px -50px;
    display: -ms-flexbox; display: flex;
    height: 40px;
    width: 50px;
    position: relative;
    -ms-flex-align: center; align-items: center;
    -ms-flex-pack: end; justify-content: flex-end;
    padding-right: 16px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.25);
}

fieldset.input-disabling {
    -ms-flex: 1 1 1%; flex: 1 1 1%;
}

dl dd fieldset.input-disabling input[type=text],
dl dd fieldset.input-disabling input[type=password],
dl dd fieldset.input-disabling textarea {
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

article.edit dl dd div > fieldset.input-disabling + span,
body dl.toggle-switch div.option input[type=checkbox] + label {
    content: '';
    width: 32px;
    height: 16px;
    -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: block;
    margin: 17px 9px;
    cursor: pointer;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
}

fieldset.input-disabling + span::after,
body dl.toggle-switch div.option input[type=checkbox] + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    margin: 2px;
    margin-left: 18px;
}

body dl.toggle-switch div.option label {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    margin: 0;
}

body dl.toggle-switch div.option input[type=checkbox] + label {
    -ms-flex: initial; flex: initial;
    margin: 0;
}

body dl.toggle-switch div.option input[type=checkbox] + label::after {
    opacity: 1;
}

body dl.toggle-switch div.option input[type=checkbox]:disabled + label {
    opacity: 0.4;
}

body dl.toggle-switch div.option input[type=checkbox]:checked + label::after {
    margin-left: 18px;
}

body article.edit dl.toggle-switch dd div.option {
    -ms-flex-direction: row-reverse; flex-direction: row-reverse;
    -ms-flex: 1 1 auto; flex: 1 1 auto;
}

article.edit dl dd div > fieldset.input-disabling:disabled + span,
body dl.toggle-switch div.option input[type=checkbox] + label,
.ie article.edit dl dd div > fieldset.input-disabling[disabled] + span,
.ie body dl.toggle-switch div.option input[type=checkbox] + label {
    background-color: rgba(0, 0, 0, 0.08);
}

fieldset.input-disabling:disabled + span::after,
body dl.toggle-switch div.option input[type=checkbox] + label::after,
.ie fieldset.input-disabling[disabled] + span::after {
    margin-left: 2px;
}

div.input-add-remove div.row:last-of-type {
    display: none;
}

div.input-add-remove.expand div.row:last-of-type {
    display: -ms-flexbox; display: flex;
}

div.input-add-remove div.row > span:last-of-type {
    background: center center no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;
    border: solid 1px;
    border-color: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    cursor: pointer;
}

div.input-add-remove.expand div.row > span:last-of-type {
    border: none;
}

div.wizard {
    width: 100%;
    display: -ms-flexbox; display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    box-sizing: border-box;
    counter-reset: wizard;
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

div.wizard.hidden {
    display: none;
}

html.small div.wizard {
    margin: 0;
    padding: 32px 16px 0 16px;
    display: block;
    column-count: 2;
    column-gap: 32px;
}

div.wizard span {
    display: -ms-flexbox; display: flex;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-align: center; align-items: center;
    text-align: center;
    -ms-flex: 1 1 0; flex: 1 1 0;
    position: relative;
    pointer-events: none;
}

div.wizard span::before {
    counter-increment: wizard;
    content: counter(wizard);
    display: -ms-flexbox; display: flex;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
    -ms-flex-align: center; align-items: center;
    -ms-flex-pack: center; justify-content: center;
    position: relative;
    border: solid 1px;
    border-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    color: white;
    -ms-flex: 0 0 40px; flex: 0 0 40px;
}

div.wizard.form span::before {
    cursor: pointer;
    pointer-events: auto;
}

div.wizard span.active ~ span::before {
    color: black;
}

div.wizard span::after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.15);
    height: 2px;
    width: 100%;
    position: absolute;
    top: 21px;
    left: 50%;
    z-index: 0;
}

div.wizard span:last-child::after {
    display: none;
}

html.small div.wizard span {
    -ms-flex-direction: row; flex-direction: row;
    position: static;
    padding: 3px 0;
    text-align: left;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

html.small div.wizard span::before {
    margin-right: 5px;
}

html.small div.wizard span::after {
    display: none;
}

section div.article.subscription-plan-wrapper {
    padding: 0;
    max-width: initial;
    background-color: rgba(0, 0, 0, 0.05)
}

div.article.subscription-plan-wrapper .choose-plan {
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
}

section div.article.subscription-plan-wrapper .edit {
    background-color: transparent;
}

body article.edit dl dd div.slider {
    display: -ms-flexbox; display: flex;
}

body article.edit dl dd div.slider > fieldset > div {
    -ms-flex-direction: row; flex-direction: row;
}

div.slider fieldset {
    -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
    position: relative;
}

div.slider fieldset > div {
    -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}

div.slider.centered {
    -ms-flex-pack: center; justify-content: center;
}

body div.slider input[type=radio] {
    display: none;
}

body div.slider label {
    cursor: pointer;
    width: 131px;
    height: 30px;
    text-align: center;
    z-index: 1;
}

body div.slider .toggle-option-slider {
    position: absolute;
    width: 141px;
    height: 40px;
    top: -3px;
    left: -3px;
    -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
    -webkit-transition: all, .4s ease; -moz-transition: all, .4s ease; -o-transition: all, .4s ease; -ms-transition: all, .4s ease; transition: all, .4s ease;
}

body div.slider input[type="radio"]:checked + label {
    font-weight: 600;
}

body div.slider input[type="radio"]:checked:nth-child(3) ~ .toggle-option-slider {
    left: 50%;
}

body div.slider.small.optgroup fieldset {
    font-size: 14px;
}

body div.slider.small.optgroup .toggle-option-slider {
    height: 34px;
    width: 117px;
    top: -2px;
    left: -2px;
}

body div.slider.small.optgroup label {
    width: 109px;
    height: 24px;
}

article.edit dl dd div.optgroup.tiles {
    margin-top: 10px;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

article.edit dl dd div.tiles div[disabled] div.option {
    opacity: 0.5;
}

article.edit dl dd div.tiles div.option {
    width: 212px;
    margin: 15px 12px;
    -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;
    -ms-flex-direction: column; flex-direction: column;
    -ms-flex-align: start; align-items: flex-start;
    padding: 23px 23px 30px 12px;
    position: relative;
}

article.edit dl dd div.tiles div.option.selected {
    background-color: #FFFFFF;
    border-color: white;
}

article.edit dl dd div.optgroup.tiles > fieldset > div {
    -ms-flex-direction: row; flex-direction: row;
    -ms-flex-pack: center; justify-content: center;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin: 0 -12px;
    width: 100%;
}

body div.tiles div.option input[type=radio] + label {
    background-color: transparent;
    box-shadow: none;
    -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;
    width: 17px;
    height: 17px;
    -ms-flex: 0 0 17px; flex: 0 0 17px;
}

body div.tiles div.option input[type=radio] + label::after {
    -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;
    width: 13px;
    height: 13px;
}

body dl dd div.tiles div.option label {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;
    cursor: pointer;
}

body dl dd div.tiles div.option .description {
    -ms-flex-direction: column; flex-direction: column;
    margin-left: 30px;
}

body dl dd div.tiles div.option .description .monthly-price {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 5px 15px 5px;
}

body dl dd div.tiles div.option .description .plan-description-items {
    font-size: 13px;
}

body dl dd div.tiles div.option .description .plan-description-items span {
    margin: 2px 5px;
}

body dl dd div.tiles div.option .description .plan-description-items .plan-description-item {
    -ms-flex-wrap: nowrap; flex-wrap: nowrap;
}

div.option .img-subscription-check {
    width: 10px;
    height: 8px;
    -ms-flex: 0 0 10px; flex: 0 0 10px;
    background-image: url("../img/check.svg");
}

body dl dd div.tiles div.option .description .plan-description-items .img-subscription-check {
    margin: 8px 3px 0 7px;
}

article.edit dl.terms-and-conditions dd {
    -ms-flex-pack: center; justify-content: center;
}

article.edit dl.terms-and-conditions dd label {
    max-width: 1110px;
}

body dl dd div.tiles div.option .description .best-choice {
    color: #FFFFFF;
    position: absolute;
    top: -11px;
    right: 30px;
    -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 10px 0 8px;
}

body dl dd div.tiles div.option .description .best-choice .img-subscription-check {
    margin: 6px 4px 0 0;
    background-image: url("../img/check_white.svg");
}

article.edit dl dd > div.subs-plan-continue-btn {
    -ms-flex-pack: center; justify-content: center;
    position: relative;
    max-width: 1100px;
}

article.edit dl.subs-plan-continue-btn-wrapper {
    overflow: unset;
}

article.edit dl.subs-plan-continue-btn-wrapper > dd {
    -ms-flex-pack: center; justify-content: center;
}

body article.edit dl dd > div.subs-plan-continue-btn span.button.primary.disabled {
    background-color: rgba(0, 0, 0, 0.15);
}

article.edit dl dd > div.subs-plan-continue-btn .primary.button:after {
    background: none;
    width: 0;
    height: 0;
}

body div.subscription-plan-wrapper.legal article.edit dl dd > div.subs-plan-continue-btn span.button.primary.disabled {
    background-color: rgba(0, 0, 0, 0.15);
}

article.edit dl dd div.helper-wrapper,
article.list dl dd div.helper-wrapper,
div.search dl dd div.helper-wrapper {
    position: absolute;
    right: 1%;
    top: 6px;
}

article.edit dl dd div.helper-wrapper.open,
article.list dl dd div.helper-wrapper.open,
div.search dl dd div.helper-wrapper.open {
    width: 100%;
}

article.edit dl dd div.helper-icon,
article.list dl dd div.helper-icon,
div.search dl dd div.helper-icon {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 27px; -moz-border-radius: 27px; border-radius: 27px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none;
}

article.edit dl dd div.helper-wrapper.open div.helper-icon,
article.list dl dd div.helper-wrapper.open div.helper-icon,
div.search dl dd div.helper-wrapper.open div.helper-icon {
    background-color: transparent !important;
}

article.edit dl dd div.helper-wrapper.open div.helper-icon:before,
article.list dl dd div.helper-wrapper.open div.helper-icon:before,
div.search dl dd div.helper-wrapper.open div.helper-icon:before {
    content: '';
}

article.edit dl dd div.helper-icon:before,
article.list dl dd div.helper-icon:before,
div.search dl dd div.helper-icon:before {
    content: '?';
    display: -ms-flexbox; display: flex;
    -ms-flex: 0 0 45px; flex: 0 0 45px;
    -ms-flex-align: center; align-items: center;
    -ms-flex-pack: center; justify-content: center;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
}

article.edit dl dd div.helper-content,
article.list dl dd div.helper-content,
div.search dl dd div.helper-content {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 1000px;
    bottom: 0;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    -ms-flex-direction: column; flex-direction: column;
    z-index: 1;
    right: -27px;
    padding: 40px 5px 40px 40px;
}

article.edit dl dd div.helper-content.hidden,
article.list dl dd div.helper-content.hidden,
div.search dl dd div.helper-content.hidden {
    width: 0;
}

article.edit dl dd div.helper-content.animate,
article.list dl dd div.helper-content.animate,
div.search dl dd div.helper-content.animate {
    display: -ms-flexbox; display: flex;
    overflow: hidden;
    -webkit-transition: ease-out 0.3s; -moz-transition: ease-out 0.3s; -o-transition: ease-out 0.3s; -ms-transition: ease-out 0.3s; transition: ease-out 0.3s;
}

article.edit dl dd div.helper-content .helper-title,
article.list dl dd div.helper-content .helper-title,
div.search dl dd div.helper-content .helper-title {
    font-size: 16px;
    padding-bottom: 15px;
    margin-top: 20px;
}

article.edit dl dd div.helper-content ol,
article.list dl dd div.helper-content ol,
div.search dl dd div.helper-content ol {
    line-height: 30px;
    list-style-position: inside;
    padding-left: 0;
}

article.edit dl dd div.helper-content .help-option::marker,
article.list dl dd div.helper-content .help-option::marker,
div.search dl dd div.helper-content .help-option::marker {
    font-weight: 600;
}

article.edit dl dd div.helper-content .help-option,
article.list dl dd div.helper-content .help-option,
div.search dl dd div.helper-content .help-option {
    font-size: 13px;
}

article.edit dl dd div.helper-content .help-option span,
article.list dl dd div.helper-content .help-option span,
div.search dl dd div.helper-content .help-option span {
    margin-left: 10px;
}

article.edit dl dd div.helper-content .close-helper,
article.list dl dd div.helper-content .close-helper,
div.search dl dd div.helper-content .close-helper {
    background-image: url(../img/close_white.svg);
    width: 32px;
    height: 32px;
    text-align: right;
    transform: scale(0.4);
    -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

div.subscription-plan-wrapper.legal article.edit dl dd > div.subs-plan-continue-btn div.helper-content .button.primary.button,
div.subscription-plan-wrapper.legal article.list dl dd > div.subs-plan-continue-btn div.helper-content .button.primary.button,
div.subscription-plan-wrapper.legal div.search dl dd > div.subs-plan-continue-btn div.helper-content .button.primary.button {
    margin: 25px auto auto auto;
}

article.edit dl.helper-row dd div.helper-wrapper,
article.list dl.helper-row dd div.helper-wrapper,
div.search dl.helper-row dd div.helper-wrapper {
    right: 3%;
    top: 10px;
    position: absolute;
}

html.small article.edit dl.helper-row dd div.helper-wrapper,
html.small article.list dl.helper-row dd div.helper-wrapper,
html.small div.search dl.helper-row dd div.helper-wrapper {
    right: 3%;
    bottom: 0;
    top: 10px;
    position: absolute;
    z-index: initial;
}

article.edit dl.helper-row {
    overflow: unset;
}

body div.option,
article.edit dl.helper-row dd div.option {
    padding-right: 40px;
}

article.edit dl dd div.helper-row-div {
    position: relative;
}

article.edit dl.helper-row dd div.helper-icon,
article.list dl.helper-row dd div.helper-icon,
div.search dl.helper-row dd div.helper-icon {
    width: 30px;
    height: 30px;
    opacity: 1;
}

article.edit dl.helper-row dd div.helper-icon:before,
article.list dl.helper-row dd div.helper-icon:before,
div.search dl.helper-row dd div.helper-icon:before {
    font-size: 20px;
    -ms-flex: 0 0 30px; flex: 0 0 30px;
    font-weight: 300;
}

article.edit dl.helper-row dd div.helper-content.hidden,
article.list dl.helper-row dd div.helper-content.hidden,
div.search dl.helper-row dd div.helper-content.hidden {
    width: 300px;
}

html.large article.edit dl dd div.helper-content,
html.large article.list dl dd div.helper-content,
html.large div.search dl dd div.helper-content {
    padding: 40px 70px;
}

html.small section div.article.subscription-plan-wrapper {
    margin-top: 55px;
    position: relative;
}

html.small section div.article.subscription-plan-wrapper .edit {
    padding: 15px 16px;
}

html.small div.article.subscription-plan-wrapper .choose-plan {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 16px;
}

html.small article.edit dl dd div.optgroup.tiles {
    margin-bottom: 0;
}

html.small article.edit dl dd div.helper-content,
html.small article.list dl dd div.helper-content,
html.small div.search dl dd div.helper-content {
    padding: 40px 0;
    position: fixed;
    right: 0;
}

html.small article.edit dl dd div.helper-content .close-helper,
html.small article.list dl dd div.helper-content .close-helper,
html.small div.search dl dd div.helper-content .close-helper {
    right: 5px;
    top: 25px;
}

html.small article.edit dl dd div.helper-content .helper-title,
html.small article.list dl dd div.helper-content .helper-title,
html.small div.search dl dd div.helper-content .helper-title {
    text-align: center;
    margin-top: 0;
}

html.small article.edit dl dd div.helper-content .helper-text,
html.small article.list dl dd div.helper-content .helper-text,
html.small div.search dl dd div.helper-content .helper-text {
    margin: 5px 30px;
}

html.small article.edit dl dd div.helper-wrapper,
html.small article.list dl dd div.helper-wrapper,
html.small div.search dl dd div.helper-wrapper {
    position: fixed;
    bottom: 25px;
    right: 20px;
    top: initial;
    z-index: 1;
}

html.small article.edit dl dd div.helper-wrapper.open div.helper-icon,
html.small article.list dl dd div.helper-wrapper.open div.helper-icon,
html.small div.search dl dd div.helper-wrapper.open div.helper-icon {
    opacity: 1;
}

html.small article.edit dl dd div.helper-content ol,
html.small article.list dl dd div.helper-content ol,
html.small div.search dl dd div.helper-content ol {
    padding: 0 17px;
}

html.small article.edit dl.helper-row dd div.helper-content,
html.small article.list dl.helper-row dd div.helper-content,
html.small div.search dl.helper-row dd div.helper-content {
    position: absolute;
    right: -16px;
}

body p.cookie {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 1;
    margin: 0;
    width: 100%;
    color: white;
}

body p.cookie div {
    max-width: 1024px;
    margin: 0 auto;
    display: -ms-flexbox; display: flex;
    padding: 16px;
    font-size: 14px;
}

body p.cookie div > span {
    -ms-flex: 1 1 auto; flex: 1 1 auto;
    display: block;
    margin-right: 16px;
}

body p.cookie div > span a {
    color: white;
}

body p.cookie div article {
    display: -ms-flexbox; display: flex;
    -ms-flex-align: center; align-items: center;
    -ms-flex: 0 0 auto; flex: 0 0 auto;
}

body p.cookie div article dl {
    margin: 0;
}

html.small body p.cookie div {
    -ms-flex-direction: column; flex-direction: column;
}

html.small body p.cookie div > span {
    margin-right: 0;
    margin-bottom: 16px;
}

h2.accordion,
h3.accordion,
h4.accordion {
    display: -ms-flexbox; display: flex;
    cursor: pointer;
}

h2.accordion::after,
h3.accordion::after,
h4.accordion::after {
    content: '';
    height: 4 0px;
    width: 20px;
    display: block;
    -ms-flex: 0 0 20px; flex: 0 0 20px;
    background: center right no-repeat url("../img/arrow-black.svg");
    -ms-flex-order: 3; order: 3;
}

h2.accordion.expand::after,
h3.accordion.expand::after,
h4.accordion.expand::after {
    transform: rotate(180deg);
    background-position: center left;
}

h2.accordion::before,
h3.accordion::before,
h4.accordion::before {
    content: '';
    -ms-flex: 1 0 auto; flex: 1 0 auto;
    display: block;
    -ms-flex-order: 2; order: 2;
}

h2.accordion + div fieldset,
h2.accordion + div h3,
h3.accordion + div h3,
h2.accordion + div h4,
h2.accordion + div h5,
h3.accordion + div h4,
h3.accordion + div h5,
h3.accordion + div fieldset,
h4.accordion + div fieldset,
h4.accordion + div hr,
h3.accordion:not([data-mode="wizard"]) + div hr {
    max-height: 0;
    overflow: hidden;
    min-height: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
}

h2.accordion.expand + div fieldset,
h2.accordion.expand + div h3,
h3.accordion.expand + div h3,
h2.accordion.expand + div h4,
h2.accordion.expand + div h5,
h3.accordion.expand + div h4,
h3.accordion.expand + div h5,
h3.accordion.expand + div fieldset,
h4.accordion.expand + div fieldset,
h4.accordion.expand + div hr,
h3.accordion.expand:not([data-mode="wizard"]) + div hr {
    max-height: 1500px;
    opacity: 1
}

h4.accordion.expand + div hr,
h3.accordion.expand:not([data-mode="wizard"]) + div hr {
    margin: 16px 0 0 0;
}

h3.accordion.expand + div > fieldset,
h4.accordion.expand + div > fieldset,
h3.accordion.expand + div > fieldset .repeater > fieldset {
    max-height: 100%;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #cecece;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    width: 100%;
    -ms-flex: 1 1 0; flex: 1 1 0;
}
progress::-webkit-progress-bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: #cecece;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    width: 100%;
    -ms-flex: 1 1 0; flex: 1 1 0;
}

body progress {
    height: 6px;
}

progress::-webkit-progress-value {
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border: none;
}
progress::-moz-progress-bar {
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border: none;
}
progress::-ms-fill {
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    border: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

::selection {
    color: white;
}
::placeholder {
    color: rgba(34, 34, 34, 0.5019608);
    opacity: 1;
    -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; transition: opacity 0.5s;
}
:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5019608);
    opacity: 1;
    -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; transition: opacity 0.5s;
}
::-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.5019608);
    opacity: 1;
    -webkit-transition: opacity 0.5s; -moz-transition: opacity 0.5s; -o-transition: opacity 0.5s; -ms-transition: opacity 0.5s; transition: opacity 0.5s;
}
input:disabled::placeholder {
    opacity: 0;
}
input:disabled:-ms-input-placeholder {
    opacity: 0;
}
input:disabled::-ms-input-placeholder {
    opacity: 0;
}
input.show-placeholder:disabled::placeholder {
    opacity: 1;
}
input.show-placeholder:disabled:-ms-input-placeholder {
    opacity: 1;
}
input.show-placeholder:disabled::-ms-input-placeholder {
    opacity: 1;
}

html body form div.article article div.table div.body > div.row div[class*="line-clamp-"] span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
}

html .line-clamp-1 span {
    -webkit-line-clamp: 1;
}

html .line-clamp-2 span {
    -webkit-line-clamp: 2;
}

html .line-clamp-3 span {
    -webkit-line-clamp: 3;
}

html .line-clamp-4 span {
    -webkit-line-clamp: 4;
}

html.small .html-small--line-clamp-1 span {
    -webkit-line-clamp: 1;
}

html.small .html-small--line-clamp-2 span {
    -webkit-line-clamp: 2;
}

html.small .html-small--line-clamp-3 span {
    -webkit-line-clamp: 3;
}

html.small .html-small--line-clamp-4 span {
    -webkit-line-clamp: 4;
}

html.medium .html-medium--line-clamp-1 span {
    -webkit-line-clamp: 1;
}

html.medium .html-medium--line-clamp-2 span {
    -webkit-line-clamp: 2;
}

html.medium .html-medium--line-clamp-3 span {
    -webkit-line-clamp: 3;
}

html.medium .html-medium--line-clamp-4 span {
    -webkit-line-clamp: 4;
}

html.large .html-large--line-clamp-1 span {
    -webkit-line-clamp: 1;
}

html.large .html-large--line-clamp-2 span {
    -webkit-line-clamp: 2;
}

html.large .html-large--line-clamp-3 span {
    -webkit-line-clamp: 3;
}

html.large .html-large--line-clamp-4 span {
    -webkit-line-clamp: 4;
}

div.g-recaptcha,
div #obRecaptcha {
    margin-left: auto;
    margin-right: 0;
}

div.g-recaptcha > div {
    color-scheme: initial;
}

ul.h li:empty {
    display: none;
}

div.nace-selector div.column.no-max-height {
    width: unset;
}