
/* -----------------------------------------------------*/
/*Common Elements*/
/* -----------------------------------------------------*/
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:11px;
    color:#fff;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.xRefreshProgressBarBox{
    display: block;
    height:320px;
    width:324px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.xRefreshTextBuildNotes{
    display: block;
    height:auto;
    font-size:11px;
    color:#fff;
    width:100%;
    padding:4px;
    text-align: center;
    margin-top:4px;
}
.xRefereshBkg {
    height: 100vh;
    width: 100%;
    background-image: url("../Images/sysUpdate_bkg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.xAnimationLoadingSpace{
    display: block;
    height:250px;
    width:324px;
}
.xShadowBox{
    display: block;
    height:1px;
    width:200px;
    margin:auto;
    margin-top:120px;
    background-color: black;
    box-shadow: 5px 5px 5px 5px black;
    opacity: 0.2;
}