﻿body {
    overflow-y: auto !important;
    background-color: #f4f5f8;
}

.enable-new-user {
}

    .enable-new-user .content-viewer {
        width: 600px;
        margin: auto;
        background-color: #ffffff;
        box-shadow: 0 1px 15px rgba(0,0,0,0.25);
        border-radius: 10px;
        overflow: hidden;
        padding: 24px;
        position: relative;
    }

    .enable-new-user .i-close {
        background-position: -1px -317px;
    }

    .enable-new-user .btn-close-icon {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .enable-new-user .started-title {
        font-size: 20px;
        text-align: center;
    }

    .enable-new-user .form-item {
        padding: 0px;
    }

    .enable-new-user .user-use {
        background-color: #f5f6f7;
        padding: 15px;
        border-radius: 6px;
    }

    .enable-new-user .btn {
        cursor: pointer;
    }

    .enable-new-user .btn-active-user {
        color: #ffffff;
        background-color: #c1c1c1;
        border: 1px solid #dcdcdc;
        font-weight: 600;
        width: 116px;
    }

    .enable-new-user .btn-change-user {
        color: #041847;
        background-color: #f0f2f5;
        border: 1px solid #f0f2f5;
        margin-top: 8px;
    }

    .enable-new-user .i-logo-meinvoice-active-user {
        width: 170px;
        height: 40px;
        margin: 16px;
    }

    .enable-new-user .avatar-icon {
        height: 36px;
        width: 36px;
        background-position: -192px -312px;
    }

    .enable-new-user .i-change-user {
        background-position: -383px -54px;
    }

    .enable-new-user .user-info-txt {
        font-size: 12px;
    }

    .enable-new-user .change-user-txt {
        color: #007bff
    }

    .enable-new-user .btn-active-user.btn-primary {
        color: #fff;
        background-color: #1877f2;
        border-color: transparent !important;
    }

    .enable-new-user .valid-icon {
        height: 36px;
        width: 36px;
        background-position: -42px -833px;
        position: absolute;
        top: 122px;
        right: 25px;
        display: none;
    }

    .enable-new-user .invalid-icon {
        height: 36px;
        width: 36px;
        background-position: -42px -713px;
        position: absolute;
        top: 122px;
        right: 25px;
        display: none;
    }

    .enable-new-user .row-line {
        height: 0px;
        margin: 8px 0px 8px 8px;
        border: 1px solid #ced4da;
        border-top: none;
    }

    .enable-new-user .row-line-title {
        height: 0px;
        margin: 8px auto;
        width: 120px;
        /* margin: 8px 0px 8px 8px; */
        border: 1px solid #51a4ff;
        background-color: #51a4ff;
    }

    .enable-new-user .user-info-param {
        display: none;
    }

    .enable-new-user .required {
        color: red;
    }

    .enable-new-user .border-red {
        border: 1px solid #ff0000 !important;
    }

    .enable-new-user .active-success-content {
        margin-top: calc(50vh - 250px);
        display:none;
    }

    .enable-new-user .active-user-logo {
        margin: auto;
        height: 150px;
        width: 350px;
    }

.ui-dialog-titlebar-close{
    display:none;
}
.ui-button-icon {
    display: none;
}
