﻿/*loader*/
.NoDisplay {
    display: none;
}

.LightBoxWrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22,22,22,0.8);
    z-index: 100000;
    bottom: 0;
}

.spinner {
    margin: 5px;
    height: 58px;
    width: 58px;
    animation: rotate 1.5s infinite linear;
    border: 8px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#tdSpinner .content {
    
    display: block;
    text-align: center;
    position: relative;
}

#tblSpinner {
    width: 100%;
    position: fixed;
    top: 45%;
    right: 45%;
    text-align: center;
    background: transparent;
    border: 0;
}

#trSpinner {
    vertical-align: middle;
    background: transparent;
    border: 0;
}

#tdSpinner {
    text-align: center;
    color: white;
    background: transparent;
    border: 0;
}
.form-container .form-group.captcha-panel .LBD_CaptchaDiv {
    margin-top: 2rem !important;
}

