[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important;}

/*  COMPONENTS  */
.loader {
    position: absolute;
    z-index: 100;
}

.loader > img {
    display: inline-block;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75);
    overflow: auto;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
