﻿/* MASTER UPDATING V1 */

/*------------------ OBJECT UPDATING --------------*/
.SM_C_Obj_Updating_BodyCenter
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 100000;
}
.SM_C_Obj_Updating
{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}
.SM_C_Obj_Updating .SSign
{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1;
}
.SM_C_Obj_Updating .SRotate_C, .SM_C_Obj_Updating .SRotate_CC
{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    z-index: 20;
    

    -moz-transform-origin: 15px 15px;
    -ms-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    -webkit-transform-origin: 15px 15px;
    transform-origin: 15px 15px;

    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);

    animation-name: anim_rotate_obj;
    
    animation-delay: 0s;
    
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
.SM_C_Obj_Updating .SRotate_C
{
    filter: alpha(opacity=100);
    opacity: 1.0;
    animation-direction: normal;
    animation-duration: 0.7s;
}
@keyframes anim_rotate_obj {
    0%
    {
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100%
    {
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
/*------------------ OBJECT UPDATING --------------*/





@media screen and (min-width:0px) and (max-width:1300px)
{
    
}

@media screen and (min-width:0px) and (max-width:600px)
{
    
}
