﻿#LoadingData {
    /*background-color: rgba(0, 0, 0, 0.4);*/
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
}

#CleanLoadingData {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1055;
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
}

.LoadingH1 {
    margin-top: 15%;
    font-family: "Roboto", "sans-serif","Arial";
}

#spinner {
    width: 30px;
    height: 30px;
}

#select2-PresenceROYearsList-results {
    text-align: right;
}

#wait > i {
    font-style: normal;
}




@keyframes lds-blocks_1 {
    0% {
        top: 44px;
        height: 112px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-blocks_1 {
    0% {
        top: 44px;
        height: 112px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-blocks_2 {
    0% {
        top: 48.00000000000001px;
        height: 103.99999999999999px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-blocks_2 {
    0% {
        top: 48.00000000000001px;
        height: 103.99999999999999px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@keyframes lds-blocks_3 {
    0% {
        top: 52px;
        height: 96px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

@-webkit-keyframes lds-blocks_3 {
    0% {
        top: 52px;
        height: 96px;
    }

    50% {
        top: 60px;
        height: 80px;
    }

    100% {
        top: 60px;
        height: 80px;
    }
}

.lds-blocks {
    position: relative;
}

    .lds-blocks div {
        position: absolute;
        width: 30px;
    }

        .lds-blocks div:nth-child(1) {
            left: 35px;
            background: #5a84a2;
            -webkit-animation: lds-blocks_1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-blocks_1 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            -webkit-animation-delay: -0.24s;
            animation-delay: -0.24s;
        }

        .lds-blocks div:nth-child(2) {
            left: 85px;
            background: #99b7cc;
            -webkit-animation: lds-blocks_2 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-blocks_2 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            -webkit-animation-delay: -0.12s;
            animation-delay: -0.12s;
        }

        .lds-blocks div:nth-child(3) {
            left: 135px;
            background: #d5dfe6;
            -webkit-animation: lds-blocks_3 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
            animation: lds-blocks_3 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
        }

.lds-blocks {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
