﻿body {
}

#loader {
    background-image: url(../img/1490.gif);
    background-repeat: no-repeat;
    height: 90px;
    width: 90px;
    top: 38%;
    left: 47%;
    position: absolute;
    background-size: 90px;
}

.loading-mask {
    z-index: 9999999;
    position: absolute;
    width: 100%;
}

    .loading-mask::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#myDiv {
    display: none;
    text-align: center;
}

.SIS_Mask_C {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(133, 133, 133, 0.31);
}


.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

