﻿/* region General */
input, select, textarea {
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    display: inline-block;
}

body {
    padding-right: 0px !important;
}

input:not([type="image"]):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
select {
    height: 20px;
}

textarea {
    border: 1px solid #D5D5D5;
}

.fieldset {
    border: 1px solid #D5D5D5;
    min-height: 50px;
    padding: 20px;
}

label.warning {
    color: orange;
}

.clear {
    height: 0px;
    line-height: 0px;
}

.popupbox {
    position: absolute;
    display: none;
    width: 340px;
    height: 120px;
    border: 2px solid #686868;
    background: #ffffff;
    margin-left: 5px;
}

    .popupbox .head {
        color: #ffffff;
        background-color: #686868;
        font-weight: 600;
        padding: 5px 10px 5px 10px;
    }

    .popupbox .content {
        padding: 5px 10px 5px 10px;
    }

.popexplanation {
    background: rgba(0, 0, 0, 0) url("../images/info.png") repeat scroll 0 0;
    background-size: 16px 16px;
    cursor: pointer;
    float: left;
    height: 16px;
    margin: 0 0 0 7px;
    padding: 0;
    width: 16px;
}

#docviewer {
    width: 0px;
    height: 0px;
}

.ucs_help_popup {
    padding: 20px;
}

    .ucs_help_popup, .ucs_help_popup ul, .ucs_help_popup li {
        margin: auto !important;
        padding-left: 20px;
        font-weight: normal;
        font-style: initial;
        text-decoration: none;
    }

        .ucs_help_popup ul {
            padding-left: 20px;
        }

        .ucs_help_popup li {
            padding-left: 40px;
        }

        .ucs_help_popup strong {
            font-weight: bold;
        }

img.ui-datepicker-trigger {
    cursor: pointer;
}

.autocomplete, .single_dropdown {
    border: 1px solid #aaaaaa;
    float: left;
    width: 300px;
}

div.ui-tooltip.tooltip-image-overview {
    max-width: 360px;
    width: 100%;
}

div.ui-tooltip.tooltip-image-app {
    /* image as it is*/    
}

div.ui-tooltip.tooltip-image-detail {
    max-width: 720px;
    width: auto;
}

div.ui-tooltip.tooltip-image-icon {
    max-width: 60px;
    width: 100%;
}

    div.ui-tooltip.tooltip-image-detail img,
    div.ui-tooltip.tooltip-image-overview img,
    div.ui-tooltip.tooltip-image-app img,
    div.ui-tooltip.tooltip-image-icon img {
        width: 100%;
    }

a.ajax__tab_disabled span,
.ajax__tab_xp .ajax__tab_header .ajax__tab_outer span.ajax__tab_inner a, .ajax__tab_xp .ajax__tab_header
.ajax__tab_outer span.ajax__tab_inner a.ajax__tab_disabled span {
    color: #a0a0a0 !important;
}

.EntityItem input:not([type="image"]):disabled,
.EntityItem select:disabled,
.EntityItem textarea:disabled,
.EntityItem textarea:read-only,
div.overview_filter_row input:not([type="image"]):disabled,
div.overview_filter_row select:disabled {
    background-color: #EEEEEE;
}

.declinedialog .uk-modal-dialog,
.reopendialog .uk-modal-dialog {
    width: 400px;
}

.selectiondialog .uk-modal-dialog {
    width: 600px;
}

.confirmdialog .uk-modal-dialog,
.rejectdialog .uk-modal-dialog {
    width: 750px;
}

span.dialog_notification {
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

a.clickable {
    cursor: pointer;
}

a.none_clickable {
    cursor: default !important;
}

.float_left {
    float: left;
}

.uk-modal.searchdialog .uk-modal-dialog {
    width: 500px;
}

.uk-modal.extendedsearchdialog .uk-modal-dialog {
    width: 750px;
}

.uk-modal.excludedialog .uk-modal-dialog {
    width: 380px;
}

.uk-modal.extendeddeletedialog .uk-modal-dialog {
    width: 425px;
}

/* endregion General */

/* region header */
#headerlogo {
    float: left;
    height: 34px;
    width: 190px;
    margin: 5px 0px 0px 30px;
    cursor: pointer;
}

#headerusercontent {
    color: #3A3A3A;
    font-weight: 600;
    margin-top: 3px;
    float: right;
}

    #headerusercontent * {
        display: inline-block;
        vertical-align: middle;
    }

    #headerusercontent .logout {
        background-color: #E2E5ED;
        color: #5F5F5F;
        padding: 5px;
    }

    #headerusercontent .logoutbutton {
        margin-top: -3px;
    }
/* endregion header */

/* region admin selection */
.administration_label {
    font-size: 25px
}

.administration_span {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.administration_button {
    height: 40px !important;
    font-size: 35px;
    background: #1fbaeb !important;
}
/* endregion admin selection */

/* region overview filter */
div.overview_filter_row {
    margin-bottom: 8px;
}

    div.overview_filter_row > div:not(.clear) {
        height: 22px;
    }

div.overview_filter_label {
    float: left;
    width: 100px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
}

    div.overview_filter_label:first-child {
        margin-left: 0px;
    }

div.overview_filter_dropdown {
    float: left;
    width: 200px;
}

    div.overview_filter_dropdown select {
        border: 1px solid #aaaaaa;
        width: 200px;
    }

div.overview_filter_datepicker {
    float: left;
    width: 106px;
}

    div.overview_filter_datepicker input {
        width: 75px;
        border: 1px solid #aaaaaa;
        padding-left: 4px;
        padding-right: 4px;
    }

    div.overview_filter_datepicker img {
        margin-left: 5px;
        position: relative;
        top: 3px;
        vertical-align: top;
    }

div.overview_filter_checkbox {
    float: left;
    width: 50px;
}

    div.overview_filter_checkbox input[type="checkbox"] {
        margin-top: 3px;
    }

div.overview_filter_button {
    float: left;
    width: 20px;
    margin-left: 10px;
}

    div.overview_filter_button input[type="image"] {
        position: relative;
        top: 3px;
        vertical-align: top;
    }

/* endregion overview filter */

/* region EntityItem */

.EntityItem .RowItem .DropDownList {
    width: 300px;
}

span.field_notification {
    color: #0097D8;
    margin-left: 3px;
}

div.item_footer {
    margin-top: 3px;
}

    div.item_footer span {
        font-size: 9px;
    }

        div.item_footer span.field_notification {
            margin-left: 0px;
        }

div.entity_item_box {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}

    div.entity_item_box.top_margin {
        margin-top: 8px;
    }

    div.entity_item_box fieldset {
        border: solid 1px #d5d5d5;
        padding: 0px;
        margin: 0px;
    }

        div.entity_item_box fieldset legend {
            margin-left: 5px;
            font-weight: 600;
            padding-left: 3px;
            padding-right: 3px;
        }

div.entity_item_buttons {
    float: left;
    margin-top: 10px;
}

    div.entity_item_buttons > input[type="submit"],
    div.entity_item_buttons > input[type="button"] {
        margin-top: 0px;
    }

div.entity_item_box_inner {
    margin: 5px;
}

div.EntityItem.LeftItem {
    width: 525px;
    float: left;
    margin-right: 10px;
}

div.EntityItem.RightItem {
    float: left;
}

.EntityItem .RowItem .LabelItem, .EntityItem .RowItem label.house_number_addition {
    width: 100px;
    margin-left: 40px;
}

.EntityItem .RowItem .TextBoxItem.house_number {
    width: 80px;
}

.EntityItem .RowItem .TextBoxItem.house_number_addition {
    width: 80px;
}

.EntityItem .RowItem .TextBoxItem.half_width,
.EntityItem .RowItem .DropDownList.half_width {
    width: 140px;
}

    .EntityItem .RowItem .TextBoxItem.half_width.space_before,
    .EntityItem .RowItem .DropDownList.half_width.space_before {
        margin-left: 20px;
    }

.EntityItem .RowItem .TextBoxItem.text_area {
    resize: none;
}

.EntityItem .RowItem div.row_label,
.EntityItem .RowItem div.row_field {
    float: left;
}

.EntityItem .RowItem div.row_label {
    vertical-align: top;
}

.EntityItem .RowItem.extra_margin {
    margin-top: 7px;
}

.EntityItem .RowItem.extra_image_margin {
    margin-top: 14px;
}

.EntityItem.sub_item {
    margin-top: 20px;
}

.EntityItem .RowItem span.file_name {
    float: left;
    width: 279px;
}

.EntityItem .RowItem div.current_image {
    float: left;
    width: 279px;
}

.EntityItem .RowItem input.clear_icon[type="image"] {
    margin-left: 7px;
    margin-top: 5px;
}

.EntityItem .RowItem div.file_upload {
    float: left;
    width: 300px;
}

    .EntityItem .RowItem div.file_upload > div {
        background: url('../images/button-select.png') 100% 0px no-repeat !important;
        background-size: contain !important;
        padding-top: 1px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .EntityItem .RowItem div.file_upload input[type=file] {
        cursor: pointer;
        width: 70px;
    }

    .EntityItem .RowItem div.file_upload input[type="text"] {
        width: 200px !important;
        background: transparent !important;
    }

    .EntityItem .RowItem div.file_upload div {
        width: 100% !important;
    }

.EntityItem .RowItem div.row_label.for_button {
    width: 200px;
}

    .EntityItem .RowItem div.row_label.for_button label {
        width: 175px;
        margin-right: 5px;
    }

.EntityItem div.notification_block {
    float: left;
    margin-bottom: 5px;
}

    .EntityItem div.notification_block span {
        font-style: italic;
    }

div.RowItem.ignore_row span.empty_label {
    float: left;
    width: 200px;
}

div.RowItem.ignore_row span.CheckBoxItem {
    float: left;
    width: 20px;
}

div.RowItem.ignore_row label.warning {
    float: left;
    width: 280px;
}

a.search_button {
    margin-left: 5px;
}

    a.search_button i {
        font-size: 14px;
        margin-top: 2px;
    }

div.inner_overview {
    margin-top: 10px;
    float: left;
}

.EntityItem .RowItem table.CheckBoxList input[type="checkbox"] {
    margin-right: 10px;
}

.EntityItem .RowItem table.CheckBoxList label {
    width: 100px;
    float: right;
}

span.confimation-text-label {
    display: block;
    margin-bottom: 15px;
}
/* endregion EntityItem */
/* region Grid */
table.GridViewOverview tbody tr.GridViewSelectedRowStyle td {
    border: none;
}

table.GridViewOverview thead tr th.weekday_field,
table.GridViewOverview tbody tr th.weekday_field,
table.GridViewOverview tbody tr td.weekday_field {
    width: 100px;
}

table.GridViewOverview thead tr th.time_field,
table.GridViewOverview tbody tr th.time_field,
table.GridViewOverview tbody tr td.time_field {
    width: 75px;
}

table.GridViewOverview thead tr th.full_day_field,
table.GridViewOverview tbody tr th.full_day_field,
table.GridViewOverview tbody tr td.full_day_field {
    width: 125px;
}

table.GridViewOverview thead tr th.date_filter_field,
table.GridViewOverview tbody tr th.date_filter_field,
table.GridViewOverview tbody tr td.date_filter_field {
    width: 80px;
}

    table.GridViewOverview thead tr th.date_filter_field input[type="text"],
    table.GridViewOverview tbody tr th.date_filter_field input[type="text"] {
        width: 63px;
    }

    table.GridViewOverview thead tr th.date_filter_field.ext,
    table.GridViewOverview tbody tr th.date_filter_field.ext,
    table.GridViewOverview tbody tr td.date_filter_field.ext {
        width: 150px;
    }

        table.GridViewOverview thead tr th.date_filter_field.ext input[type="text"],
        table.GridViewOverview tbody tr th.date_filter_field.ext input[type="text"] {
            width: 133px;
        }

table.GridViewOverview thead tr th.time_period_field,
table.GridViewOverview tbody tr th.time_period_field,
table.GridViewOverview tbody tr td.time_period_field {
    width: 70px;
}

table.GridViewOverview thead tr th.subscription_count_field,
table.GridViewOverview tbody tr th.subscription_count_field,
table.GridViewOverview tbody tr td.subscription_count_field {
    width: 50px;
}

table.GridViewOverview thead tr th.active_state_field,
table.GridViewOverview tbody tr th.active_state_field,
table.GridViewOverview tbody tr td.active_state_field {
    width: 30px;
}

table.GridViewOverview thead tr th.infix_short_field,
table.GridViewOverview tbody tr th.infix_short_field,
table.GridViewOverview tbody tr td.infix_short_field {
    width: 50px;
}

table.GridViewOverview thead tr th.price_field,
table.GridViewOverview tbody tr th.price_field,
table.GridViewOverview tbody tr td.price_field {
    width: 55px;
}

table.GridViewOverview thead tr th.city_name_field,
table.GridViewOverview tbody tr th.city_name_field,
table.GridViewOverview tbody tr td.city_name_field {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.location_name_field,
table.GridViewOverview tbody tr th.location_name_field,
table.GridViewOverview tbody tr td.location_name_field {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.category_name_field,
table.GridViewOverview tbody tr th.category_name_field,
table.GridViewOverview tbody tr td.category_name_field {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.group_list_field,
table.GridViewOverview tbody tr th.group_list_field,
table.GridViewOverview tbody tr td.group_list_field {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.employee_list_field,
table.GridViewOverview tbody tr th.employee_list_field,
table.GridViewOverview tbody tr td.employee_list_field {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.category_list_field,
table.GridViewOverview tbody tr th.category_list_field,
table.GridViewOverview tbody tr td.category_list_field {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.availabilitydays_list_field,
table.GridViewOverview tbody tr th.availabilitydays_list_field,
table.GridViewOverview tbody tr td.availabilitydays_list_field {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

table.GridViewOverview thead tr th.checkbox_field,
table.GridViewOverview tbody tr th.checkbox_field,
table.GridViewOverview tbody tr td.checkbox_field {
    width: 20px;
    text-align: center;
}

    table.GridViewOverview tbody tr th.checkbox_field input[type="checkbox"] {
        margin-top: 4px;
    }

table.GridViewOverview .GridViewSelectedRowStyle td.checkbox_field {
    border-right: solid 1px #1fb9eb;
}

table.GridViewOverview thead tr th.delete_field,
table.GridViewOverview tbody tr th.delete_field,
table.GridViewOverview tbody tr td.delete_field {
    width: 20px;
    text-align: center;
}

table.GridViewOverview thead tr th.short_status_field,
table.GridViewOverview tbody tr th.short_status_field,
table.GridViewOverview tbody tr td.short_status_field {
    width: 40px;
}

table.GridViewOverview.full_width {
    width: 100%;
    table-layout: fixed;
}

table.GridViewOverview th.status_icon_cell,
table.GridViewOverview td.status_icon_cell {
    width: 30px;
    text-align: center;
}

table.GridViewOverview th.ext_status_icon_cell,
table.GridViewOverview td.ext_status_icon_cell {
    width: 90px;
    text-align: center;
}

div.grid_list_panel {
    width: 300px;
}

    div.grid_list_panel table.GridViewOverview {
        width: 300px;
    }

table.GridViewOverview.employee_search {
    width: 450px;
}

table.GridViewOverview td.maximum_exceeded,
table.GridViewOverview td.none_payed_registrations {
    color: #DA122F;
}

table.GridViewOverview .GridViewPagerStyle table {
    margin-top: 4px;
}

table.GridViewOverview .GridViewPagerStyle td:first-child {
    padding-right: 1px;
}

table.GridViewOverview tr.GridViewPagerStyle span {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    padding: 2px 5px;
}

table.GridViewOverview .GridViewPagerStyle td a {
    vertical-align: top;
    height: 16px;
    padding: 2px 5px;
}

table.GridViewOverview tr.GridViewPagerStyle select {
    border: 1px solid #aaaaaa;
    margin-left: 4px;
    margin-right: 4px;
    width: 50px;
    height: 20px !important;
    box-sizing: border-box;
}

table.GridViewOverview th input[type="text"] {
    height: 17px !important;
}

/* endregion Grid*/
/* region CheckBoxSelectionItem */
div.checkbox_selection_item {
    float: left;
    width: 300px;
    margin-bottom: 3px;
}

div.checkbox_selection_box {
    float: left;
    width: 20px;
}

div.checkbox_selection_text {
    float: left;
    width: 270px;
    vertical-align: top;
    overflow: hidden;
    word-wrap: break-word;
}

    div.checkbox_selection_text label {
        width: 270px !important;
    }

        div.checkbox_selection_text label.inactive {
            color: #da122f;
        }

div.checkbox_selection_half_item {
    float: left;
    width: 150px;
    margin-bottom: 3px;
}

div.checkbox_selection_half_text {
    float: left;
    width: 125px;
    vertical-align: top;
    overflow: hidden;
}

    div.checkbox_selection_half_text label {
        max-width: 125px !important;
        width: 125px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

div.checkbox_list_panel {
    width: 300px;
}

/* endregion CheckBoxSelectionItem */

/* region ActivityPlanningDateEmployeeTable */

table.apd_employee_table {
    border-collapse: collapse;
    width: 715px;
}

    table.apd_employee_table thead tr {
        background-color: #dcdcdc;
        color: #3a3a3a;
    }

    table.apd_employee_table th {
        background-color: #dcdcdc;
        border: 1px solid #dcdcdc;
        color: #3a3a3a;
        font-weight: 600;
        padding: 1px 3px;
        text-align: left;
    }

        table.apd_employee_table th.employee_header {
            padding: 1px 6px;
            text-align: center;
        }

    table.apd_employee_table tbody tr {
        background-color: #ffffff;
    }

        table.apd_employee_table tbody tr.alt_row {
            background-color: #f5f5f5;
        }

    table.apd_employee_table tbody td {
        border: 1px solid #dcdcdc;
        padding: 1px 3px;
    }

        table.apd_employee_table tbody td.datetime_cell {
            width: 140px;
        }

        table.apd_employee_table tbody td.check_cell {
            text-align: center;
        }

            table.apd_employee_table tbody td.check_cell input[type="checkbox"] {
                margin-top: 3px;
            }

/* endregion ActivityPlanningDateEmployeeTable */

/* region login / forgotpw */

.login.header .fa-user:before,
.forgotpw.header .fa-user:before {
    content: '' !important;
}

.login.user input,
.login.password input,
.login.verificationcode input,
.login.resetcode input,
.forgotpw input {
    height: 27px !important;
    box-sizing: unset;
}

.forgotpw .button input[type="submit"] {
    height: 35px !important;
    font-weight: 600;
    box-sizing: border-box;
}

.forgotpw.container .forgotpw.request input[type="password"],
.forgotpw.container .forgotpw.request input[type="submit"] {
    width: 275px;
}

    .forgotpw.container .forgotpw.request input[type="submit"]
    {
        margin-left: -13px;
    }

    .login.header, .forgotpw.header {
        color: #1fbaeb;
    }

.login.verificationcode input,
.login.resetcode input {
    width: 100%;
    height: 27px;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 5px solid #1fbaeb;
    font: 14px 'Open Sans', sans-serif;
    font-weight: normal;
    font-weight: normal;
    margin-bottom: 20px;
}

.login.button input[type="submit"].step2_cancel,
.login.button input[type="submit"].step2_reset,
.login.button input[type="submit"].step3_cancel {
    margin-top: 5px;
}

.forgotpw.container .popupbox{
    text-align: left;
}
/* endregion login / forgotpw */
#footer .top_footer.left {
    background-position: 30px center;
}

/* #region TwoFactorAuthentication */

.twofactorauth span {
    font-size: 1.0rem;
    font-weight: 400;
    font-family: Roboto,'Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
}

.twofactorauth .default-button-style {
    float: left;
    font-size: 0.75rem;
    line-height: 2.0rem;
    position: relative;
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    background-color: #7E8C8D;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 10px 10px 0px;
    border: none;
    font-weight: 600;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 11px;
}

.twofactorauth .divButtons {
    margin-top: 1.5rem;
}

.twofactorauth .navigation {
    float: right;
}

.twofactorauth .header {
    color: #1FBAEB;
    font-size: 1.5rem;
    font-weight: 600;
}

.twofactorauth .instructions {
    margin: 20px 40px 20px 40px;
    line-height: 27px;
}

.twofactorauth .optionscontainer {
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.twofactorauth .appcontainer {
    float: left;
    width: 25%;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

    .twofactorauth .appcontainer:not(:first-child) {
        padding-left: 20px;
    }

    .twofactorauth .appcontainer:not(.last):after {
        content: '';
        width: 1px;
        height: 80%;
        background: #c1c1c1;
        position: absolute;
        left: 100%;
        top: 10%;
    }

.twofactorauth span.headertext, .twofactorauth .authname {
    font-size: 16px;
    font-weight: bold;
    color: #1FBAEB;
}

.twofactorauth .step-2-left, .twofactorauth .step-2-right {
    float: left;
    position: relative;
    padding-bottom: 2rem;
}

.twofactorauth .step-2-left {
    padding-right: 5rem;
}

.twofactorauth .step-2-right {
    padding-left: 1.25rem;
}

.twofactorauth .step-2-left:after {
    content: '';
    width: 1px;
    height: 80%;
    background: #c1c1c1;
    position: absolute;
    left: 100%;
    top: 10%;
}

.twofactorauth .step-2-content {
    margin-top: 2rem;
}

.twofactorauth .step-2-content {
    padding-bottom: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.twofactorauth input[type=text] {
    border: 1px solid #C2C2C2;
    width: 300px;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
}

.twofactorauth .verificationcode,
.twofactorauth .resetcode {
    font-weight: bold;
}

.twofactorauth .verification-input {
    margin-left: 10px;
    margin-top: 0.75rem;
}

div.step-2-qr-code img.no_qr_code {
    width: 150px;
    height: 150px;
}

.progressbar {
    counter-reset: step;
    margin: 0;
    padding: 0;
}

    .progressbar li {
        list-style-type: none;
        width: 33.33%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        z-index: 0;
        padding-top: 60px;
        color: #00b1fd;
    }

        .progressbar li span {
            position: absolute;
            font-weight: 600;
            top: 10px;
            left: 0;
            right: 0;
        }

        .progressbar li.step-1 span {
            left: 5px;
            right: auto;
        }

        .progressbar li.active {
            color: #1FBAEB;
        }

            .progressbar li.active span {
                background: #1FBAEB;
                color: #fff;
                padding: 12px 12px;
                top: 0;
            }

                .progressbar li.active span:after {
                    top: 100%;
                    left: 50%;
                    border: solid transparent;
                    content: '';
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(136, 183, 213, 0);
                    border-width: 10px;
                    margin-left: -10px;
                    border-top-color: #1FBAEB;
                }

            .progressbar li.active:before {
                border-color: #1FBAEB;
            }

            .progressbar li.active:after {
                background-color: #1FBAEB;
            }

        .progressbar li.step-1 {
            text-align: left;
        }

            .progressbar li.step-1:before {
                margin-left: 45px;
            }

        .progressbar li.step-2 span {
            left: -2px;
        }

        .progressbar li.step-3 {
            text-align: right;
        }

            .progressbar li.step-3 span {
                right: 40px;
            }

            .progressbar li.step-3:before {
                margin-left: calc(100% - 80px);
            }

        .progressbar li:before {
            width: 40px;
            height: 40px;
            content: '';
            line-height: 30px;
            border: 8px solid #cccccc;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
            top: 60px;
            box-sizing: border-box;
        }

        .progressbar li:after {
            height: 10px;
            content: '';
            position: absolute;
            background-color: #cccccc;
            top: 75px;
            right: 50%;
            left: -50%;
            transform: translateX(20px);
            z-index: -1;
        }

        .progressbar li.step-2:after {
            left: -98.7%;
            transform: translateX(79px);
        }

        .progressbar li.step-3:after {
            right: 65px;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.step-1.done span {
            left: 10px;
        }

        .progressbar li.done:before {
            border-color: #1FBAEB;
        }

        .progressbar li.done:after {
            background-color: #1FBAEB;
        }

        .progressbar li.step-3.active span {
            width: 100px;
            text-align: center;
            left: auto;
            right: 0px;
        }

/* #éndregion TwoFactorAuthentication */
