.uc_certificates {
    position: fixed;
    z-index: 1000;
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
}

    .uc_certificates .inner-element {
        position: fixed;
        z-index: 1001;
        background: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px;
        width: 90%;
        max-width: 600px;
    }

    .uc_certificates h2 {
        margin-top: 0;
    }

    .uc_certificates td {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin-bottom: 10px;
    }

    .uc_certificates input {
        margin: 0 10px 0 0;
    }

    .uc_certificates label {
        margin: 0;
        font-weight: bold;
        font-size: 14px;
    }

    .uc_certificates .btn-u {
        line-height: 35px;
        color: #fff !important;
        padding: 0 15px;
        width: 160px;
    }

    .uc_certificates a.btn-u {
        background-color: #bbb !important;
    }

    .uc_certificates table {
        margin-bottom: 15px;
    }

div.insert_progress {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    height: 100vh;
}

.inputbutton.active {
    background-image: url('/DefaultImages/loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: -40px center !important;
    background-size: 125px !important;
}

.uc_certificates .btn-r {
    float: right;
}
