﻿.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 99998;
    width: 100%;
    height: 100%;
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
}

#SpinnercircularG {
    position: relative;
    width: 75px;
    height: 75px;
    margin: auto;
}

.spinnercircularG {
    position: absolute;
    background-color: rgb(177,207,34);
    width: 18px;
    height: 18px;
    border-radius: 11px;
    -o-border-radius: 11px;
    -ms-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    animation-name: bounce_spinnercircularG;
    -o-animation-name: bounce_spinnercircularG;
    -ms-animation-name: bounce_spinnercircularG;
    -webkit-animation-name: bounce_spinnercircularG;
    -moz-animation-name: bounce_spinnercircularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#SpinnercircularG_1 {
    left: 0;
    top: 30px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}

#SpinnercircularG_2 {
    left: 8px;
    top: 8px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}

#SpinnercircularG_3 {
    top: 0;
    left: 30px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

#SpinnercircularG_4 {
    right: 8px;
    top: 8px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}

#SpinnercircularG_5 {
    right: 0;
    top: 30px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}

#SpinnercircularG_6 {
    right: 8px;
    bottom: 8px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}

#SpinnercircularG_7 {
    left: 30px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}

#SpinnercircularG_8 {
    left: 8px;
    bottom: 8px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}
