Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

.cg-busy{
position:absolute;
top:50%;
left:50%;
/*right:0px;*/
/*bottom:0px;*/
}

.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
-webkit-transition:all .3s ease;
-moz-transition:all .3s ease;
-o-transition:all .3s ease;
transition:all .3s ease;
display:block !important;
}
.cg-busy-animation.ng-hide-remove {
opacity:0;
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
opacity:1;
}
.cg-busy-animation.ng-hide-add {
opacity:1;
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
opacity:0;
}

.cg-busy-backdrop {
background-color:white;
opacity:.7;
}

/* Custom Spinner */


/* whole page load */
body[cg-busy] > div.cg-busy div.cg-busy-default-sign{
position: fixed;
}

/* isolated loading inside div wrapper */
div[cg-busy] > div.cg-busy div.cg-busy-default-sign{
position: relative;
}

.cg-busy-default-sign{
/* JQM .ui-loader-verbose */
background: none repeat scroll 0 center rgba(0, 0, 0, 0);
/* height: 2.875em; */
margin-left: -6em;
margin-top: -3em;
opacity: 1;
width: 12.5em;

/* JQM .ui-loader */
/* position: fixed; */
/*top: 50%;*/
/*left: 50%;*/
border: 0 none;
z-index: 999999;
}

.cg-busy-default-spinner {
/* JQM .ui-icon-loading */
display: block;
border-radius: 46px;
height: 46px;
width: 46px;
margin: 0;
padding: 0.0625em;
background: url("../images/ajax-loader.gif") no-repeat scroll rgba(0, 0, 0, 0);
background-size: 46px 46px; /* forward slash for position/size for Android Chrome */

/* JQM .ui-loader-verbose .ui-icon-loading */
margin: 0 auto 0.625em;
opacity: 0.18;
}

.cg-busy-default-text{
font-size: 1em;
text-align: center;
}