<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Update Panel
================================================== */


.updatePanel {
    width: 100%;
    height: 100%;
    position:fixed;
    top:0;
    left:0;
    background: url(/assets/images/trans_background.png) repeat;
    z-index: 2147483647;
}

.updatePanel img {
    margin: 200px auto 0 auto;
}
.updatePanel h1.loading, h2.message {
    text-align:center;
    color: #fff;
}
.updatePanel h1.loading {
    display:block;
    position: absolute;
    top: 50%;
    left: 45%;
    font-family: Arial;
    font-size: 80px;
    color: #f38022;
    margin-top:30px
}
.updatePanel h2.message {
    display:block;
    position: absolute;
    top: 60%;
    left: 45%;
    font-family: sans-serif;
    margin-top:30px;
}

#loader {
    width:155px;
    margin: 200px auto 0 auto;
}

.loader_blockG {
    background-color:#FFFFFF;
    border:4px solid #000000;
    float:left;
    height:110px;
    margin-left:9px;
    width:29px;
    opacity:0.1;
    -moz-animation-name:bounceG;
    -moz-animation-duration:0.6s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-transform:scale(0.7);
    -webkit-animation-name:bounceG;
    -webkit-animation-duration:0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-transform:scale(0.7);
    -ms-animation-name:bounceG;
    -ms-animation-duration:0.6s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-transform:scale(0.7);
    -o-animation-name:bounceG;
    -o-animation-duration:0.6s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-transform:scale(0.7);
    animation-name:bounceG;
    animation-duration:0.6s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    transform:scale(0.7);
}

#blockG_1 {
    -moz-animation-delay:0.18s;
    -webkit-animation-delay:0.18s;
    -ms-animation-delay:0.18s;
    -o-animation-delay:0.18s;
    animation-delay:0.18s;
}

#blockG_2 {
    -moz-animation-delay:0.24s;
    -webkit-animation-delay:0.24s;
    -ms-animation-delay:0.24s;
    -o-animation-delay:0.24s;
    animation-delay:0.24s;
}

#blockG_3 {
    -moz-animation-delay:0.3s;
    -webkit-animation-delay:0.3s;
    -ms-animation-delay:0.3s;
    -o-animation-delay:0.3s;
    animation-delay:0.3s;
}

@-moz-keyframes bounceG{
0% {
-moz-transform:scale(1.2);
opacity:1}

100%{
-moz-transform:scale(0.7);
opacity:0.1}

}

@-webkit-keyframes bounceG{
0%{
-webkit-transform:scale(1.2);
opacity:1}

100%{
-webkit-transform:scale(0.7);
opacity:0.1}

}

@-ms-keyframes bounceG{
0%{
-ms-transform:scale(1.2);
opacity:1}

100%{
-ms-transform:scale(0.7);
opacity:0.1}

}

@-o-keyframes bounceG{
0%{
-o-transform:scale(1.2);
opacity:1}

100%{
-o-transform:scale(0.7);
opacity:0.1}

}

@keyframes bounceG{
0%{
transform:scale(1.2);
opacity:1}

100%{
transform:scale(0.7);
opacity:0.1}

}
</pre></body></html>