﻿.XPortal_UserControls_UpdateProgress {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    background: #007ac3;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.XPortal_UserControls_UpdateProgress .WaitScreen
{
    opacity:1.3 !important;
    color: Black;
    width: 300px;
    height: 150px;
    padding: 10px;
    background-color: White;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #007ac3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.XPortal_UserControls_UpdateProgress .WaitScreen .WaitText
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.XPortal_UserControls_UpdateProgress .WaitScreen .WaitImage
{
    background-image: url('loading.gif');

    width: 18px;
    height: 18px;
}
.XPortal_UserControls_UpdateProgressTable {
    width: 100%;
    height: 100%;
}

 

.XPortal_UserControls_UpdateProgressTd {
    width: 100%;
    height: 100%;
    vertical-align: middle !important;
}

 

.XPortal_UserControls_WachtwoordWijzigenTd-400 {
    width: 400px
}

 

.XPortal_UserControls_WachtwoordWijzigenTd-200 {
    width: 200px
}