﻿
.ajax-progress.ajax-progress-fullscreen {
    background-color: none;
    z-index: 11000;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-three-bounce .sk-child {
    background-color: #006892
}

.ajax-progress.ajax-progress-fullscreen .sk-three-bounce {
    width: 80px;
    text-align: center;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}


.ajax-progress.ajax-progress-fullscreen {
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 11000;
    position: fixed;
    height: 100vh;
    width: 100vw;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ajax-progress .ajax-loading {
    width: 40px;
    height: 40px;
    position: relative
}

.ajax-progress .ajax-loading.bounce {
    width: 80px;
    text-align: center;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ajax-progress .ajax-loading.bounce>div {
    width: 20px;
    height: 20px;
    background-color: #006892;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bounce 1.4s ease-in-out 0s infinite both;
    animation: bounce 1.4s ease-in-out 0s infinite both
}

.ajax-progress .ajax-loading.bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.ajax-progress .ajax-loading.bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
