/* display application logo until angular is ready */
.app-loading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6600+0,ffffff+75,ff6600+76,ff6600+100 */
    background: #ff6600; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff6600 0%, #ffffff 75%, #ff6600 76%, #ff6600 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff6600 0%,#ffffff 75%,#ff6600 76%,#ff6600 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff6600 0%,#ffffff 75%,#ff6600 76%,#ff6600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */

    width: 6em;
    height: 6em;
    border-radius: 3em;
    text-align: center;
    font-size: 3em;
    line-height: 6em;

	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	
	margin: auto;
}
.app-loading span { font-size: 2em; }
