@import "darkmode.css";

@font-face {
    font-family: icomoon;
    src: url(fonts/icomoon.eot?e6cfxg);
    src: url(fonts/icomoon.eot?e6cfxg#iefix) format("mbedded-opentype"), url(fonts/icomoon.woff2?e6cfxg) format("woff2"), url(fonts/icomoon.ttf?e6cfxg) format("truetype"), url(fonts/icomoon.woff?e6cfxg) format("woff"), url(fonts/icomoon.svg?e6cfxg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important
}

.icon-arrow-down:before {
    content: "\e91a"
}

.icon-domain:before {
    content: "\e919"
}

.icon-info:before {
    content: "\e916"
}

.icon-available:before {
    content: "\e917"
}

.icon-download:before {
    content: "\e918"
}

.icon-mail-certificate:before {
    content: "\e900"
}

.icon-certificate:before {
    content: "\e901"
}

.icon-filter:before {
    content: "\e902"
}

.icon-phone:before {
    content: "\e903"
}

.icon-system:before {
    content: "\e904"
}

.icon-statistic:before {
    content: "\e905"
}

.icon-block-applications:before {
    content: "\e906"
}

.icon-products:before {
    content: "\e907"
}

.icon-pre-validated-data:before {
    content: "\e908"
}

.icon-organization:before {
    content: "\e909"
}

.icon-operator:before {
    content: "\e90a"
}

.icon-new-certificate:before {
    content: "\e90b"
}

.icon-logout:before {
    content: "\e90c"
}

.icon-account-information:before {
    content: "\e90d"
}

.icon-check-small:before {
    content: "\e90e"
}

.icon-settings:before {
    content: "\e90f"
}

.icon-email:before {
    content: "\e910"
}

.icon-check:before {
    content: "\e911"
}

.icon-user:before {
    content: "\e912"
}

.icon-employee:before {
    content: "\e913"
}

.icon-megaphone:before {
    content: "\e914"
}

.icon-activities:before {
    content: "\e915"
}

@font-face {
    font-family: BdrText;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/bdrText-Regular.woff2) format("woff2"), url(fonts/bdrText-Regular.woff) format("woff");
}

@font-face {
    font-family: BdrText;
    font-style: italic;
    font-weight: 500;
    src: url(fonts/bdrText-RegularItalic.woff2) format("woff2"), url(fonts/bdrText-RegularItalic.woff) format("woff");
}

@font-face {
    font-family: BdrText;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/bdrText-SemiBold.woff2) format("woff2"), url(fonts/bdrText-Semibold.woff) format("woff");
}

@font-face {
    font-family: BdrText;
    font-style: italic;
    font-weight: 700;
    src: url(fonts/bdrText-SemiBoldItalic.woff2) format("woff2"), url(fonts/bdrText-SemiBoldItalic.woff) format("woff");
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

@media screen and (max-width: 768px) {
    .space-between {
        flex-direction: column !important
    }
}

.space-between > * {
    width: 48% !important
}

@media screen and (max-width: 768px) {
    .space-between > * {
        width: 100px !important
    }
}

.flex-start {
    justify-content: flex-start !important
}

.flex-end, .flex-start {
    display: flex !important
}

.flex-end {
    justify-content: flex-end !important
}

@media screen and (max-width: 768px) {
    .flex-end {
        justify-content: flex-start !important
    }
}

.flex-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.small-width {
    width: 100%;
    max-width: 990px
}

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

.is-visible {
    clip: auto;
    overflow: auto;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    position: static
}

.row {
    display: flex;
}

.column {
    padding: 10px;
}

.totp-registration .row {
    .column.left {
        width: 26%;
    }

    .column.right {
        width: 74%
    }
}

.second-factor .row {
    .column.left {
        width: 70%;
    }

    .column.right {
        width: 30%
    }

    .column.left .button-link {
        font-size: 16px;
        font-weight: bold;
        background: none !important;
        border: none;
        padding: 0 !important;
        color: #1f75cc;
        text-decoration: underline;
        cursor: pointer;
        text-transform: none;
        min-width: 0px;
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.p-0 {
    margin: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mr-1 {
    margin-right: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.ml-1 {
    margin-left: 1rem !important
}

.pt-1 {
    padding-top: 1rem !important
}

.pr-1 {
    padding-right: 1rem !important
}

.pb-1 {
    padding-bottom: 1rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mr-2 {
    margin-right: 2rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.ml-2 {
    margin-left: 2rem !important
}

.pt-2 {
    padding-top: 2rem !important
}

.pr-2 {
    padding-right: 2rem !important
}

.pb-2 {
    padding-bottom: 2rem !important
}

.pl-2 {
    padding-left: 2rem !important
}

.t-big {
    font-size: 22px
}

.t-center {
    text-align: center !important
}

.t-left {
    text-align: left !important
}

.t-right {
    text-align: right !important
}

.t-color-black {
    color: #000
}

.t-color-white {
    color: #fff
}

.t-color-red {
    color: red
}

.t-bold-italic {
    font-weight: bold;
    font-style: italic;
}

.t-bold-color-red {
    font-weight: bold;
    color: red;
}

.t-color-yellow {
    color: #ffbc00
}

.t-bold-color-yellow {
    font-weight: bold;
    color: #ffbc00;
}

.t-color-green {
    color: #29cc7a
}

.t-bold-color-green {
    font-weight: bold;
    color: #29cc7a;
}

.t-color-blue {
    color: #1f75cc
}

.t-background-blue-uppercase {
    background-color: #1f75cc;
    color: #fff;
    text-transform: uppercase;
}

.t-background-red-uppercase {
    background-color: red;
    color: #fff;
    text-transform: uppercase;
}

.link-row-wrapper {
    display: block;
    text-decoration: none;
    color: #fff;
}

.link-row-wrapper:hover {
    text-decoration: none;
    color: #fff;
}

.border-t {
    border-top: 1px solid #e6e6e6
}

.border-r {
    border-right: 1px solid #e6e6e6
}

.border-l {
    border-left: 1px solid #e6e6e6
}

.border-b {
    border-bottom: 1px solid #e6e6e6
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

*, :after, :before, html {
    box-sizing: border-box
}

body {
    margin: 0
}

figcaption, figure, main {
    display: block
}

img, picture, video {
    border: 0;
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

svg:not(:root) {
    overflow: hidden
}

button {
    border: 0;
    padding: 0;
    text-align: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-font-smoothing: inherit;
    outline: none
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: BdrText, Arial, sans-serif;
}

button, select {
    text-transform: none
}

input.hidden-field {
    display: none;
}

input[type=email], input[type=password], input[type=phone], input[type=search], input[type=text], select {
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

.is-h2, h2 {
    color: #1f75cc
}

.page-title {
    margin-top: 0
}

.page-title .page-sub-title {
    text-transform: none;
    font-weight: 400;
}

html {
    font-family: BdrText, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-feature-settings: none;
    font-feature-settings: none;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none
}

body {
    color: #000
}

.main-content {
    width: 100%;
    display: flex
}

.main-content.full-height {
    min-height: calc(100vh - 179px)
}

.main-content .wrapper {
    width: calc(100% - 295px)
}

.main-content.space-for-footer {
    justify-content: center;
    position: relative;
    min-height: calc(100vh - 179px);
}

.main-content .container {
    width: 100%;
    max-width: 1440px;
    padding: 0 2rem;
    margin: 0 auto
}

.main-content main {
    width: 100%;
    padding: 1rem 4rem
}

.external-content.full-height {
    min-height: calc(100vh - 211px)
}

.external-content .small-width {
    margin: auto;
}

.login {
    background-image: url('../images/registry-bg.jpg');
}

#login-lang-switch, #login-wrapper-lang-en, #login-wrapper-lang-en .main-content, #login-wrapper-lang-en .footer,
#logout-lang-switch, #logout-wrapper-lang-en, #logout-wrapper-lang-en .main-content, #logout-wrapper-lang-en .footer {
    display: none;
}

.grid {
    display: flex
}

.grid-cell {
    flex: 1 1
}

.grid-wrap {
    flex-wrap: wrap
}

.grid--flexCells > .grid-cell {
    display: flex
}

.grid--gutters {
    margin: -1rem 0 1rem -1rem
}

.grid--gutters > .grid-cell {
    padding: 1rem 0 0 1rem
}

.grid-cell.c-4of4 {
    flex: 0 0 100%
}

.grid-cell.c-3of4 {
    flex: 0 0 75%
}

.grid-cell.c-2of3 {
    flex: 0 0 66.6666%
}

.grid-cell.c-1of2 {
    flex: 0 0 50%
}

.grid-cell.c-1of3 {
    flex: 0 0 33.3333%
}

.grid-cell.c-1of4 {
    flex: 0 0 25%
}

.grid--fit > .grid-cell {
    flex: 1 1
}

.grid--full > .grid-cell {
    flex: 0 0 100%
}

.grid--3of4 > .grid-cell {
    flex: 0 0 75%
}

.grid--2of3 > .grid-cell {
    flex: 0 0 66.6666%
}

.grid--1of2 > .grid-cell {
    flex: 0 0 50%
}

.grid--1of3 > .grid-cell {
    flex: 0 0 33.3333%
}

.grid--1of4 > .grid-cell {
    flex: 0 0 25%
}

.grid--top {
    align-items: flex-start
}

.grid--bottom {
    align-items: flex-end
}

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

.grid-cell--top {
    align-self: flex-start
}

.grid-cell--bottom {
    align-self: flex-end
}

.grid-cell--center {
    align-self: center
}

.styleguide {
    background-color: #f8f8f8;
    margin: 2rem
}

.styleguide-container {
    width: 100%;
    max-width: 992px;
    margin: 0 auto
}

.styleguide-panel {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 16px #e4e4e4
}

.styleguide .ico {
    justify-content: space-between
}

.styleguide .ico i {
    font-size: 30px;
    color: #1f75cc;
    margin-right: 1rem
}

.styleguide .ico p {
    margin: 0;
    padding-right: 1rem;
    border-right: 1px solid #ddd;
    text-align: right
}

.styleguide .color-cell {
    width: 100%;
    padding: 1rem;
    border-radius: 3px
}

.styleguide .color-cell.green {
    color: #fff;
    background-color: #29cc7a
}

.styleguide .color-cell.blue {
    color: #fff;
    background-color: #1f75cc
}

.styleguide .color-cell.red {
    color: #fff;
    background-color: #eb0033
}

.styleguide .color-cell.yellow {
    color: #fff;
    background-color: #ffbc00
}

.styleguide .color-cell.blue-night {
    color: #fff;
    background-color: #84d8e6
}

.styleguide .color-cell.red-night {
    color: #fff;
    background-color: #ff557a
}

.styleguide .color-cell.black {
    color: #fff;
    background-color: #000
}

.styleguide .color-cell.white {
    color: #000;
    background-color: #fff
}

.styleguide .color-cell.gray {
    color: #000;
    background-color: #e6e6e6
}

.styleguide .color-cell.gray-light {
    color: #000;
    background-color: #f7f7f7
}

.styleguide .color-cell.gray-dark {
    color: #fff;
    background-color: #585658
}

.styleguide .color-cell.alert-red {
    color: #fff;
    background-color: red
}

.button, button {
    font-family: BdrText, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    min-width: 130px;
    display: inline-block;
    padding: .8rem 1rem;
    background-color: #1f75cc;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.button .disabled, .button[disabled], button .disabled, button[disabled] {
    color: #000;
    background-color: #e6e6e6;
    opacity: .5;
    cursor: not-allowed
}

.button .disabled:focus, .button .disabled:hover, .button[disabled]:focus, .button[disabled]:hover, button .disabled:focus, button .disabled:hover, button[disabled]:focus, button[disabled]:hover {
    color: #000;
    text-decoration: none;
    background-color: #e6e6e6
}

.button:focus, .button:hover, button:focus, button:hover, .buttonWithLoadingAnimation.loading {
    color: #fff;
    text-decoration: none;
    background-color: #3ab3e6
}

.button.btn-light, button.btn-light {
    background-color: #8fa7bf
}

.button.btn-light:focus, .button.btn-light:hover, button.btn-light:focus, button.btn-light:hover {
    color: #fff;
    text-decoration: none;
    background-color: #778b9f
}

a {
    text-decoration: none;
    color: inherit;
    color: #1f75cc;
}

a:focus, a:hover {
    color: #3ab3e6
}

button.btn-link {
    text-decoration: none;
    color: #1f75cc;
    background: none;
    cursor: pointer;
    padding: 0 0.3em 0 0;
    border-radius: 0;
    min-width: 0;
    transition: none;
}

button.btn-link:focus, button.btn-link:hover {
    color: #3ab3e6
}

input[type=email], input[type=number], input[type=password], input[type=phone], input[type=search], input[type=text] {
    font-size: 20px;
    padding: .5rem 1rem;
    width: 100%;
    min-height: 50px;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative
}

input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=phone]:active, input[type=phone]:focus, input[type=search]:active, input[type=search]:focus, input[type=text]:active, input[type=text]:focus {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

input[disabled], input[readonly] {
    border: 1px solid #585658;
    background-color: #f7f7f7
}

input[disabled]:active, input[disabled]:focus, input[readonly]:active, input[readonly]:focus {
    border: 1px solid #1f75cc;
    background-color: #f7f7f7
}

input[type=submit] {
    border: none;
    cursor: pointer
}

input.small-input {
    width: 100px
}

select {
    font-size: 20px;
    padding: .7rem 3rem .7rem 1rem;
    width: 100%;
    min-height: 50px;
    background: none;
    border: 1px solid #000;
    border-radius: 4px;
    position: relative
}

select::-ms-expand {
    display: none
}

select:active, select:focus {
    border: 1px solid #1f75cc
}

select[disabled], select[readonly] {
    border: 1px solid #585658;
    background-color: #f7f7f7
}

select[multiple] {
    padding-right: 1rem
}

textarea {
    overflow: auto;
    resize: vertical;
    font-family: BdrText, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 200px;
    min-height: 50px;
    padding: 1rem;
    border: 1px solid #000;
    border-radius: 4px
}

textarea:active, textarea:focus {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

textarea[disabled], textarea[readonly] {
    border: none;
    background-color: #f7f7f7
}

form {
    margin: 2rem 0
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 990px;
    margin-bottom: 1rem
}

.form-group.full-width {
    max-width: inherit
}

.form-group.column {
    flex-direction: column;
    align-items: flex-start
}

.form-group.column .select, .form-group.column label, .form-group.column legend {
    max-width: inherit
}

.form-group.align-start {
    align-items: flex-start
}

.form-group.required .form-control:not(.select):before {
    content: "*";
    font-size: 30px;
    font-weight: 700;
    color: red;
    position: absolute;
    top: 0;
    right: .2rem;
    z-index: 1
}

.form-group.required-left .form-control:not(.select):before {
    content: "*";
    font-size: 30px;
    font-weight: 700;
    color: red;
    position: absolute;
    top: 0;
    left: .4rem;
    z-index: 1
}

.form-group.double.required .form-control:after {
    content: "*";
    font-size: 30px;
    font-weight: 700;
    color: red;
    position: absolute;
    top: 0;
    right: 125px;
    z-index: 1
}

.form-group.select.multiple, .form-group.textarea {
    align-items: flex-start
}

.form-group .select.form-control {
    position: relative
}

.form-group .select.form-control:focus:before, .form-group .select.form-control[focus-within]:before {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

.form-group .select.form-control:focus-within:before, .form-group .select.form-control:focus:before {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

.form-group .select.form-control:focus select, .form-group .select.form-control[focus-within] select {
    border: 1px solid #1f75cc
}

.form-group .select.form-control:focus-within select, .form-group .select.form-control:focus select {
    border: 1px solid #1f75cc
}

.form-group .select.form-control:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px
}

.form-group .select.form-control:after {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91a";
    font-size: 10px;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    pointer-events: none
}

.form-group.checkbox, .form-group.radio {
    flex-direction: column;
    align-items: flex-start
}

.form-group.checkbox > div, .form-group.radio > div {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.form-group.checkbox label, .form-group.checkbox legend, .form-group.radio label, .form-group.radio legend {
    max-width: inherit
}

.form-group.checkbox input[type=checkbox], .form-group.checkbox input[type=radio], .form-group.radio input[type=checkbox], .form-group.radio input[type=radio] {
    margin-top: 15px
}

.form-group.checkbox:not(.activator) .form-control, .form-group.radio:not(.activator) .form-control {
    max-width: 100%
}

.form-group.checkbox .help, .form-group.radio .help {
    left: inherit;
    right: 0
}

.form-group.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute
}

.form-group.checkbox input[type=checkbox]:checked ~ .form-control .checkmark {
    background-color: #7e7e7e
}

.form-group.checkbox input[type=checkbox]:checked ~ .form-control .checkmark:after {
    display: block
}

.form-group.checkbox .checkmark {
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #7e7e7e;
    border-radius: 5px;
    position: relative;
    top: 3px
}

.form-group.checkbox .checkmark:after {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    font-size: 11px;
    line-height: 0;
    color: #fff;
    display: none;
    position: absolute;
    top: 8px;
    left: 3px
}

.form-group.radio input[type=radio] {
    opacity: 0;
    position: absolute
}

.form-group.radio input[type=radio]:checked ~ .form-control .checkmark {
    background-color: #7e7e7e
}

.form-group.radio input[type=radio]:checked ~ .form-control .checkmark:after {
    display: block
}

.form-group.radio .checkmark {
    text-align: center;
    width: 20px;
    height: 20px;
    margin-right: .5rem;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #7e7e7e;
    border-radius: 50%;
    position: relative;
    top: 3px
}

.form-group.radio .checkmark:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px)
}

.form-group.activator {
    flex-direction: row
}

.form-group.activator.column {
    flex-direction: column
}

.form-group.activator > div:first-child {
    padding-top: .3rem
}

.form-group.file label {
    display: flex;
    align-items: center;
    max-width: inherit;
    padding: 0
}

.form-group.file .text {
    font-size: 14px;
    font-weight: 700;
    color: #585658;
    margin-left: 1rem;
    cursor: pointer
}

.form-group.error input, .form-group .error input, .form-group.error select, .form-group.error textarea {
    border: 2px solid #eb0033
}

.form-group.error .error-message, .form-group .error .error-message {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.form-group.error .error-message.absolute, .form-group .error .error-message.absolute {
    position: absolute;
    z-index: 2
}

.form-group.error .error-message.relative, .form-group .error .error-message.relative {
    position: relative;
    z-index: 2
}

.form-group.double .form-control.flex-start :first-child {
    flex-grow: 4;
}

.form-group.error .error-message span, .form-group .error .error-message span {
    padding: .5rem 20px;
    display: block;
    border: 2px solid #eb0033;
    border-left-width: 16px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(76, 76, 76, .5)
}

.form-group.error .error-message:before, .form-group .error .error-message:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #eb0033;
    margin-left: 2rem
}

.form-group.error .select.form-control:after {
    top: 20px;
}

.form-group.clone .form-control {
    display: flex
}

@media screen and (max-width: 992px) {
    .form-group.clone .form-control {
        flex-direction: column;
        align-items: flex-end
    }
}

@media screen and (min-width: 993px) {
    .form-group.clone .form-control:before {
        right: 150px
    }
}

.form-group.clone .form-control .clone-btn {
    margin-left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 992px) {
    .form-group.clone .form-control .clone-btn {
        margin-top: 1rem;
        margin-left: 0
    }
}

.form-group.clone.is-clone {
    justify-content: flex-end
}

.form-group.clone.is-clone input {
    margin-right: 145px
}

.form-group label, .form-group legend {
    font-size: 20px;
    width: 100%;
    max-width: 220px;
    padding-right: 1rem;
    margin: .5rem 0;
    display: inline-block;
    flex: 1 0 auto
}

.form-group-compact .form-group label, .form-group-compact .form-group legend {
    font-size: 16px;
}

.form-group-compact .form-group.checkbox {
    margin-bottom: 0;
}

.form-group-compact .form-group.checkbox .checkmark {
    width: 16px;
    height: 16px;
}

.form-group-compact .form-group.checkbox .checkmark:after {
    top: 7px;
    left: 1px;
}

.form-group.radio label span:not([class]) {
    display: inline-flex;
}

.form-group .form-control {
    width: 100%;
    max-width: 550px;
    position: relative
}

.form-group .form-control.full-width {
    max-width: inherit
}

.form-group .help {
    display: block;
    position: absolute;
    top: 0;
    left: -20px
}

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

.commentary {
    font-size: 14px;
    margin: .25rem 0 0 1rem;
    display: block
}

.help {
    display: inline-block;
    position: relative;
    cursor: default
}

.help:hover .info-text {
    display: flex
}

.help .icon-info {
    color: #1f75cc;
    position: relative
}

.help .info-text {
    display: none;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    min-width: 250px;
    max-width: 450px;
    padding: 12px 20px 11px 7px;
    background-color: #fff;
    white-space: normal;
    position: absolute;
    top: -15px;
    left: -8px;
    z-index: 2;
    box-shadow: 0 0 15px -10px #000;
    border: 1px solid #1f75cc
}

.help .info-text.info-text-opposite {
    left: -225px;
}

.help .info-text:before {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    font-size: 16px;
    color: #1f75cc;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.help .info-text.info-text-opposite:before {
    left: 217px;
}

.organisation-select .form-group {
    display: block;
    margin-bottom: .5rem
}

.organisation-select .form-group label {
    font-size: 15px
}

.organisation-select .form-group select {
    font-size: 16px;
    min-height: 40px;
    padding: 7px 10px;
    border: 2px solid #29cc7a;
    border-radius: 0
}

.is-h1, h1 {
    font-family: BdrText, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 2.25rem;
    margin-bottom: 1.8rem;
    line-height: 40px
}

.is-h2, h2 {
    font-size: 24px
}

.is-h2, .is-h3, h2, h3 {
    font-family: BdrText, Arial, sans-serif;
    font-weight: 700;
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
    line-height: 25px
}

.is-h3, h3 {
    font-size: 22px
}

.is-h4, h4 {
    font-family: BdrText, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 2.25rem;
    margin-bottom: 1.2rem;
    line-height: 20px
}

.success-box {
    padding: 1rem;
    margin: 2rem 0;
    background-color: #fff;
    border: 10px solid #29cc7a;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.success-box.center {
    font-size: 20px;
    text-align: center;
    padding: 3rem 1rem
}

.success-box .success-title {
    font-size: 32px;
    font-weight: 700;
    color: #29cc7a;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.success-box .success-title i {
    font-size: 80px;
    margin: 0 1rem
}

.success-box .highlight {
    font-size: 32px;
    display: block;
    margin: 2rem 0 1.5rem
}

.success-box .space-center {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

@media screen and (max-width: 768px) {
    .success-box .space-center {
        flex-direction: column
    }
}

.success-box .space-center .button {
    margin: 0 2rem
}

@media screen and (max-width: 768px) {
    .success-box .space-center .button {
        margin: 1rem 0
    }
}


.error-box {
    padding: 1rem;
    margin: 2rem 0;
    background-color: #fff;
    border: 10px solid red;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.error-box.center {
    font-size: 20px;
    text-align: center;
    padding: 3rem 1rem
}

.error-box .success-title {
    font-size: 32px;
    font-weight: 700;
    color: red;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-box .success-title i {
    font-size: 80px;
    margin: 0 1rem
}

.error-box .highlight {
    font-size: 32px;
    display: block;
    margin: 2rem 0 1.5rem
}

.error-box .space-center {
    display: flex;
    justify-content: center;
    margin-top: 2rem
}

@media screen and (max-width: 768px) {
    .error-box .space-center {
        flex-direction: column
    }
}

.error-box .space-center .button {
    margin: 0 2rem
}

@media screen and (max-width: 768px) {
    .success-box .space-center .button {
        margin: 1rem 0
    }
}

@media screen and (max-width: 768px) {
    .error-box .space-center .button {
        margin: 1rem 0
    }
}

.tabs {
    margin: 2rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e6e6e6
}

.tabs.only-header {
    border-bottom: 0px
}

.tabs.is-building {
    opacity: 0;
    transition: all .3s ease-out
}

.tabs.is-active {
    opacity: 1
}

.tabs .tablist {
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    align-items: flex-end;
    position: relative
}

.tabs .tablist:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    right: 0
}

.tabs .tablist .tab-toggle {
    font-weight: 400;
    font-size: 16px;
    color: #585658;
    text-transform: inherit;
    min-width: inherit;
    padding: .25rem 0;
    background: none;
    border-radius: 0;
    position: relative;
    top: 2px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #e6e6e6;
    margin-right: 2rem;
    transition: inherit
}

.tabs .tablist .tab-toggle:focus, .tabs .tablist .tab-toggle:hover {
    color: #1f75cc
}

.tabs .tablist .tab-toggle:first-child {
    margin-left: 0
}

.tabs .tablist .tab-toggle:first-child[aria-selected=true]:after {
    width: calc(100% + 24px);
    left: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tabs .tablist .tab-toggle:first-child[aria-selected=true]:after {
        width: calc(100% + 22px)
    }
}

.tabs .tablist .tab-toggle:first-child .before-skew {
    display: none
}

.tabs .tablist .tab-toggle[aria-selected=true] {
    color: #1f75cc;
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #fff
}

.tabs .tablist .tab-toggle[aria-selected=true]:after {
    content: "";
    width: calc(100% + 48px);
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: -24px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .tabs .tablist .tab-toggle[aria-selected=true]:after {
        width: calc(100% + 44px);
        left: -22px
    }
}

.tabs .tablist .tab-toggle[aria-selected=true] .after-skew, .tabs .tablist .tab-toggle[aria-selected=true] .before-skew {
    opacity: 1
}

.tabs .tablist .tab-toggle[data-error=true] {
    color: #eb0033
}

.tabs .tablist .tab-toggle span {
    margin-right: .5rem
}

.tabs .tablist .before-skew {
    left: -16px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.tabs .tablist .after-skew, .tabs .tablist .before-skew {
    width: 0;
    height: 46px;
    border-right: 2px solid #e6e6e6;
    opacity: 0;
    position: absolute;
    top: -7px
}

.tabs .tablist .after-skew {
    right: -14px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.tabs .tab-item[aria-hidden=true] {
    display: none
}

.tabs .tab-item[aria-hidden=false] {
    display: block
}

.description-list {
    font-family: BdrText, Arial, sans-serif;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0
}

.description-text {
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .description-list {
        font-size: 16px;
        flex-direction: column
    }
}

.description-list dt {
    font-weight: 700;
    width: 100%;
    max-width: 460px;
    padding-right: 2rem
}

@media screen and (max-width: 992px) {
    .description-list dt {
        max-width: inherit;
        padding-right: 0
    }
}

.description-list dd {
    width: calc(100% - 460px);
    margin: 0 0 1.5rem
}

@media screen and (max-width: 992px) {
    .description-list dd {
        width: 100%
    }
}

.description-list dd:last-child {
    margin-bottom: 0
}

.description-list dd + dd {
    margin-left: 460px
}

@media screen and (max-width: 992px) {
    .description-list dd + dd {
        margin-left: 0
    }
}

.sidebar {
    width: 100%;
    max-width: 295px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    box-shadow: 7px -2px 5px 0 rgba(64, 64, 64, .2);
    min-height: calc(100vh - 179px);
}

.sidebar .navigation {
    width: 100%;
    display: flex;
    flex: 1 1 auto
}

.sidebar .navi {
    font-size: 20px;
    width: 100%;
    padding: .5rem 0;
    margin: 0;
    list-style: none
}

.create-organisation {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-bottom: 3px solid #e6e6e6;
    color: #000000;
    margin-bottom: -8px;
    font-weight: 400;
    font-size: 18px;
}

.create-organisation:hover {
    color: #1f75cc;
}

.sidebar .navi .first-navi--item {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    padding: 1rem 1rem 1rem 1.5rem;
    display: block;
    position: relative
}

.sidebar .navi .first-navi--item.is-active, .sidebar .navi .first-navi--item.is-current, .sidebar .navi .first-navi--item:focus, .sidebar .navi .first-navi--item:hover {
    background-color: #f7f7f7
}

.sidebar .navi .first-navi--item.is-active:before, .sidebar .navi .first-navi--item.is-current:before, .sidebar .navi .first-navi--item:focus:before, .sidebar .navi .first-navi--item:hover:before {
    content: "";
    width: 8px;
    height: 100%;
    background-color: #1f75cc;
    position: absolute;
    top: 0;
    left: 0
}

.sidebar .navi .first-navi--item.is-active + .sub-navi, .sidebar .navi .first-navi--item.is-current + .sub-navi {
    display: block
}

.sidebar .navi .sub-navi {
    padding: .7rem 0 0;
    list-style: none;
    display: none
}

.sidebar .navi .sub-navi .sub-navi--item {
    font-size: 18px;
    color: #3c3c3c;
    padding: .7rem 1rem .7rem 3rem;
    display: block;
    position: relative
}

.sidebar .navi .sub-navi .sub-navi--item.is-active, .sidebar .navi .sub-navi .sub-navi--item.is-current, .sidebar .navi .first-navi--item.is-active, .sidebar .navi .first-navi--item.is-current, .sidebar .navi .third-navi--item .is-current, .sidebar .navi .third-navi--item.is-active {
    color: #1f75cc;
    font-weight: 800;
}

.sidebar .navi .sub-navi .sub-navi--item:focus, .sidebar .navi .sub-navi .sub-navi--item:hover {
    color: #1f75cc;
}

.sidebar .navi .sub-navi .sub-navi--item.is-active + .third-navi, .sidebar .navi .sub-navi .sub-navi--item.is-current + .third-navi, .sidebar .navi .sub-navi .sub-navi--item.is-current i:not(.navLoadingIndicator) {
    display: block
}

.sidebar .navi .sub-navi .sub-navi--item i:not(.navLoadingIndicator) {
    font-size: 25px;
    color: #1f75cc;
    display: none;
    position: absolute;
    top: calc(50% - 13px);
    right: .5rem
}

.sidebar .navi .sub-navi .sub-navi--item i.icon-mail-certificate {
    right: 0
}

.sidebar .navi .third-navi {
    padding: 0;
    list-style: none;
    display: none
}

.sidebar .navi .third-navi .third-navi--item {
    font-size: 18px;
    color: #3c3c3c;
    padding: .7rem 1rem .7rem 5rem;
    display: block;
    position: relative
}

.sidebar .navi .third-navi .third-navi--item.is-active, .sidebar .navi .third-navi .third-navi--item.is-current, .sidebar .navi .third-navi .third-navi--item:focus, .sidebar .navi .third-navi .third-navi--item:hover {
    color: #1f75cc;
    font-weight: 600;
}

.sidebar .navi .third-navi .third-navi--item.is-active i, .sidebar .navi .third-navi .third-navi--item.is-current i:not(.navLoadingIndicator) {
    display: block
}

.sidebar .navi .third-navi .third-navi--item i:not(.navLoadingIndicator) {
    font-size: 25px;
    color: #1f75cc;
    display: none;
    position: absolute;
    top: calc(50% - 13px);
    right: .5rem
}

.sidebar .navi .nav-entry-wrapper {
    display: flex;
    align-items: center;
}

.sidebar .navi .nav-entry-wrapper i.navLoadingIndicator {
    display: none;
    font-size: 18px;
    position: unset;
    top: auto;
    right: auto;
    margin-left: 5px;
}

.sidebar .organisation-select-form {
    padding: 0 15px;
    margin: 0
}

.sidebar .organisation-select-form .button {
    width: 100%;
    padding: .5rem 1rem;
    margin-bottom: .5rem
}

.progress {
    height: 50px;
    margin: 2rem 0;
    display: flex;
    background-color: #e6e6e6;
    overflow: hidden
}

.progress, .progress .progress-bar {
    width: 100%
}

.progress ol {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
}

.progress ol li {
    flex-basis: 100%
}

@media screen and (max-width: 768px) {
    .progress ol li:not(.is-active) {
        display: none
    }

    .progress ol li.is-active {
        width: 100%
    }
}

.progress ol li.is-active ~ * {
    opacity: 0
}

.progress ol li.is-active .bar {
    opacity: 1
}

.progress ol li.is-active span {
    -webkit-animation: showMe .4s forwards;
    animation: showMe .4s forwards
}

@-webkit-keyframes showMe {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showMe {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.progress ol li:not(.is-active) span {
    display: none
}

.progress ol li .bar {
    color: #fff;
    font-weight: 700;
    width: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f75cc;
    position: relative;
    overflow: hidden;
    -webkit-animation: fadeIn .4s forwards;
    animation: fadeIn .4s forwards
}

.progress ol li .bar.skip {
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes fadeIn {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.progress ol li .bar-1 {
    opacity: .3;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.progress ol li .bar-1 span, .progress ol li .bar-2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.progress ol li .bar-2 {
    opacity: .4
}

.progress ol li .bar-2 span, .progress ol li .bar-3 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.progress ol li .bar-3 {
    opacity: .5
}

.progress ol li .bar-3 span, .progress ol li .bar-4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.progress ol li .bar-4 {
    opacity: .6
}

.progress ol li .bar-4 span, .progress ol li .bar-5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.progress ol li .bar-5 {
    opacity: .7
}

.progress ol li .bar-5 span, .progress ol li .bar-6 {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.progress ol li .bar-6 {
    opacity: .8
}

.progress ol li .bar-6 span, .progress ol li .bar-7 {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.progress ol li .bar-7 span {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.progress ol li .bar span {
    opacity: 0
}

.alert {
    font-weight: 500;
    width: 100%;
    max-width: 810px;
    padding: 1.5rem;
    margin: 2rem 0;
    background-color: #fff;
    border: 2px solid #1f75cc;
    border-left-width: 16px;
    box-shadow: 0 2px 5px 0 rgba(89, 89, 89, .5)
}

.alert.full-width {
    max-width: inherit
}

.alert.small-width {
    max-width: 990px
}

.alert.small-margin {
    margin: 0.5rem 0;
}

.alert-primary {
    border-color: #1f75cc
}

.alert-success {
    border-color: #29cc7a
}

.alert-danger {
    border-color: red
}

.alert-warning {
    border-color: #ffbc00
}

.alert a {
    text-decoration: underline
}

.alert a.button {
    text-decoration: none;
}

.alert p:first-child {
    margin-top: 0
}

.alert p:last-child {
    margin-bottom: 0
}

.alert > ul {
    padding-left: 1rem;
    margin: 0
}

.alert.alert-toggle {
    padding-bottom: 2rem;
    position: relative
}

.alert.alert-toggle .inner {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.alert.alert-toggle .inner > :first-child {
    margin-top: 0
}

.alert.alert-toggle .inner > :last-child {
    margin-bottom: 0
}

.alert.alert-toggle .inner.is-active + .toggler .arrow {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.alert.alert-toggle .toggler {
    color: #000;
    text-transform: inherit;
    min-width: inherit;
    display: flex;
    justify-content: center;
    padding: 0;
    background: none;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1
}

.alert.alert-toggle .toggler:focus, .alert.alert-toggle .toggler:hover {
    background: none
}

.alert.alert-toggle .toggler span {
    display: block;
    margin-right: 1rem
}

.alert.alert-toggle .toggler .arrow {
    width: 10px;
    height: 10px;
    padding: 3px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 2px;
    right: 9px
}

.footer {
    background-color: #f7f7f7;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 992px) {
    .footer {
        height: auto
    }
}

.footer > div {
    font-size: 14px;
    width: 100%;
    max-width: 1440px;
    padding: 0.5rem 4rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 992px) {
    .footer > div {
        flex-direction: column
    }
}

.footer .copyright {
    margin: 0
}

.footer ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

@media screen and (max-width: 992px) {
    .footer ul {
        text-align: center;
        flex-direction: column;
        margin: 1rem 0
    }
}

.footer ul li {
    margin: 0 .5rem
}

@media screen and (max-width: 992px) {
    .footer ul li {
        margin: .5rem 0
    }
}

.footer ul a {
    color: #000;
    font-weight: 700
}

.footer ul a:focus, .footer ul a:hover {
    color: #1f75cc
}

.footer .footer-logo img {
    width: 160px;
    height: auto;
    margin: .875rem 0 .875rem 0;
}

.header {
    position: relative;
    z-index: 2;
    caret-color: transparent;
}

.header .container {
    width: 100%;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header .main-header {
    padding: .75rem 0
}

.header .main-header .lang-switch {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
}

.header .main-header .lang-switch > li {
    margin-left: .5rem
}

.header .main-header .lang-switch .flag {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.header .main-header .lang-switch .flag.is-active {
    box-shadow: 0 0 5px -2px #000
}

.header .main-header .logo img {
    width: 169px;
    height: auto
}

.header .sub-header {
    color: #fff;
    padding: 0 .25rem;
    min-height: 40px;
    background-color: #29cc7a;
    display: flex;
    align-items: center
}

.header .sub-header > .container {
    justify-content: center
}

.header .sub-header p {
    margin: 0
}

.header .sub-header .title {
    color: #fff;
    font-size: 28px;
    font-family: BdrText, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: 1px
}

.header .sub-header .title abbr {
    text-decoration: none
}

.header .sub-header .hub {
    font-family: BdrText, Arial, sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    right: 4rem;
    bottom: 5px
}

.header .sub-header .hub li {
    margin-left: .5rem
}

.header .sub-header .hub a {
    color: #fff
}

.header .sub-header .hub a.logout, .header .sub-header .hub a.settings {
    margin-left: .5rem;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    top: -1px
}

.header .sub-header .hub a .icon-logout, .header .sub-header .hub a .icon-settings {
    font-size: 28px
}

.header.registry-header .main-header .container {
    justify-content: center;
    position: relative
}

.header.registry-header .main-header .container .lang-switch {
    position: absolute;
    top: calc(50% - 12px);
    right: 4rem;
    flex-wrap: wrap;
    justify-content: flex-end
}

.header.registry-header .main-header .container .contact {
    font-size: 12px;
    margin: 0 1rem 0 0
}

.header.registry-header .main-header .container .contact .contact-list {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

header.registry-header .main-header .container .contact .contact-list.reset-list {
    display: block;
    padding: 0;
    margin-left: 1rem;
    list-style: none;
}

.header.registry-header .main-header .container .contact .contact-list p {
    margin: 0
}

.header.registry-header .main-header .container .contact .contact-list p a {
    margin-left: .5rem
}

.breadcrumb ol {
    text-transform: uppercase;
    list-style: none;
    width: 100%;
    padding: 1rem 1rem .5rem 4rem;
    margin: 0;
    max-height: none;
    display: flex;
    border-bottom: 2px solid #e6e6e6
}

.breadcrumb ol li {
    font-size: 14px
}

.breadcrumb ol li:not(:last-child):after {
    content: "/";
    margin: 0 .5rem
}

.breadcrumb ol a {
    color: #585658
}

.breadcrumb ol .current, .breadcrumb ol a:focus, .breadcrumb ol a:hover {
    color: #1f75cc
}

.pagination {
    width: 100%;
    margin: 2rem 0
}

.pagination ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.pagination ol .page-item {
    font-size: 20px;
    font-weight: 700;
    margin: .25rem
}

.pagination ol .page-item.next i, .pagination ol .page-item.prev i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: relative
}

.pagination ol .page-item.prev i {
    left: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pagination ol .page-item.next i {
    left: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination ol .page-link {
    width: 40px;
    height: 40px;
    background-color: #1f75cc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.pagination ol .page-link:hover {
    background-color: #3ab3e6
}

.pagination ol .page-link.item {
    color: #000;
    background-color: #e6e6e6;
    border-radius: 0
}

.pagination ol .page-link.item:not(.is-current):focus, .pagination ol .page-link.item:not(.is-current):hover {
    color: #1f75cc
}

.pagination ol .page-link.is-current {
    color: #fff;
    background-color: #1f75cc
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch
}

@media screen and (max-width: 1440px) {
    table:not(.no-scroll) {
        display: block;
        overflow: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        background-position: 0, 100%, 0, 100%;
        background-repeat: no-repeat;
        background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
        background-attachment: local, local, scroll, scroll
    }
}

table + .space-between {
    margin-top: 3rem
}

table .sort-row, table .sort-row:focus, table .sort-row:hover {
    color: #585658
}

table .sort-row.desc .icon-sort {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 2px
}

table .sort-row .icon-sort {
    height: 18px;
    width: 10px;
    display: inline-block;
    position: relative;
    top: 8px
}

table .sort-row .icon-sort:after, table .sort-row .icon-sort:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 0
}

table .sort-row .icon-sort:before {
    border-bottom: 5px solid #585658;
    top: 0
}

table .sort-row .icon-sort:after {
    border-bottom: 5px solid #e6e6e6;
    bottom: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

table caption {
    margin-bottom: 1rem;
    padding-left: 1rem
}

table caption, td, th {
    text-align: left
}

th {
    font-size: 14px;
    font-weight: 700;
    color: #585658;
    padding: 0 1rem 0 0
}

tr:focus td, tr:focus th[scope=row], tr:hover td, tr:hover th[scope=row] {
    background-color: #e6e6e6
}

tr[data-href] {
    cursor: pointer
}

th[scope=row] {
    color: #000;
    font-weight: 400
}

td, th[scope=row] {
    font-family: BdrText, Arial, sans-serif;
    font-size: 18px;
    padding: .8rem;
    background-color: #f7f7f7;
    border-right: 10px solid #fff;
    position: relative
}

td:first-child, th[scope=row]:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

td:last-child, th[scope=row]:last-child {
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

td.center, th[scope=row].center {
    text-align: center
}

td .link-row:after, th[scope=row] .link-row:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.rtable {
    display: block;
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    background-position: 0, 100%, 0, 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll
}

.rtable .rtable-button {
    padding: 0;
    background-color: transparent;
}

.rtable .rtable-button .button {
    width: 100%;
    padding: 1.5rem;
    border-radius: 0;
}

.nowrap {
    white-space: nowrap
}

.registry .main-content {
    min-height: calc(100vh - 179px);
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

.registry .main-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(8deg, rgba(0, 0, 0, .3), transparent), linear-gradient(234deg, rgba(0, 0, 0, .25), transparent), radial-gradient(circle 556px at 50%, at 47.6%, transparent 0, rgba(0, 0, 0, .25) 100%);
    background-image: linear-gradient(8deg, rgba(0, 0, 0, .3), transparent), linear-gradient(234deg, rgba(0, 0, 0, .25), transparent), radial-gradient(circle 556px at 50% 47.6%, transparent 0, rgba(0, 0, 0, .25) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2
}

.registry .registry-box {
    text-align: center;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 40px;
    padding: 2rem;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .7);
    position: relative;
    z-index: 1
}

.registry .registry-box h2 {
    color: #000;
    font-size: 20px;
    margin-top: 0
}

.registry .registry-box .type-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

.registry .registry-box .type-list li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.6rem
}

.registry .registry-box .type-list .button {
    width: 100%;
    max-width: 220px;
    padding-right: .5rem;
    padding-left: .5rem
}

.registry .registry-box .contact-list {
    padding: 0;
    list-style: none;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.registry .registry-box .contact-list a {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #000;
    display: block;
    margin: 0.5rem 0;
    position: relative
}

.registry .registry-box .contact-list a:focus, .registry .registry-box .contact-list a:hover {
    color: #1f75cc
}

.registry .registry-box .contact-list a span {
    margin-left: 3rem
}

.registry .registry-box .contact-list a .icon-phone {
    font-size: 22px;
    color: #29cc7a;
    position: absolute;
    left: .5rem
}

.registry .registry-box .contact-list a .icon-email {
    font-size: 22px;
    color: #1f75cc;
    position: absolute;
    left: .5rem
}

.org-choose-input {
    font-size: 20px;
    width: 100%;
    min-height: 50px;
    position: relative;
    padding: 0.7rem 3rem 0.7rem 1rem;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-radius: 4px
}

.org-choose-input {
    font-size: 20px;
    width: 100%;
    min-height: 50px;
    position: relative;
    padding: 0.7rem 3rem 0.7rem 1rem;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-radius: 4px
}

.form-group .input.form-control.org-choose {
    position: relative
}

.form-group .input.form-control.org-choose:focus:before, .form-group .input.form-control[focus-within]:before {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

.form-group .input.form-control.org-choose:focus-within:before, .form-group .input.form-control:focus:before {
    border: 2px solid #1f75cc;
    background-color: #f7f7f7
}

.form-group .input.form-control.org-choose:focus input, .form-group .input.form-control[focus-within] input {
    border: 1px solid #1f75cc
}

.form-group .input.form-control.org-choose:focus-within input, .form-group .input.form-control:focus input {
    border: 1px solid #1f75cc
}

.form-group .input.form-control.org-choose:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px
}

.form-group .input.form-control.org-choose:after {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91a";
    font-size: 10px;
    position: absolute;
    top: calc(50% - 6px);
    right: 55px;
    pointer-events: none
}

a[disabled], a.disabled {
    pointer-events: none;
}

.keeptogether {
    white-space: nowrap;
}

.twofactor-img {
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-top: 2.5em;
    width: 100%;
}

.alert-primary-hyperlink {
    font-weight: bold;
    text-decoration: underline;
    color: #1f75cc;
}

.pw-eye {
    position: absolute;
    top: 15%;
    right: 2.5%;
}

.pw-eye-pointer {
    cursor: pointer;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.createRequest-form-SAN {
    background-color: #FFFFFF;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.width-100 {
    width: 100% !important;
}

.width-130px {
    width: 130px !important;
}

.width-200px {
    width: 200px !important;
}

.width-360px {
    width: 360px !important;
}

.height-50px {
    height: 50px !important;
}

.availability {
    .complete {
        font-weight: bold;
    }

    .sum {
        background-color: #aaaaaa;
    }
}

.background-white {
    background-color: #FFFFFF;
}

.rev-pw-requirements {
    padding-inline-start: 0;
}

.flex {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}

#sessionTimeoutIndicatorWrapper {
    margin-right: 10px;
    display: none;
    align-items: center;
}

#sessionTimeoutIndicator {
    margin-right: 5px;
}

.accordion-wrapper .accordion-header {
    display: flex;
    align-items: center;
}

.accordion-wrapper .accordion-header h3 {
    flex-grow: 1;
}

.accordion-wrapper .accordion-header .accordion-toggle {
    cursor: pointer;
    display: none;
    font-size: 22px;
    margin-top: 2.25rem;
    margin-bottom: 1.5rem;
}

.accordion-wrapper .accordion-content {
    overflow: hidden;
    transition: height 0.25s;
    transition-timing-function: ease-in-out;
}

.checkmark-text {
    position: relative;
    margin-left: 32px;
    margin-top: -25px;
}
