.glyphicon-refresh-animate {
    -animation: spin 1.0s infinite linear;
    -webkit-animation: spin2 1.0s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

/* .loadingSpinner{ */
/* 	font-size: 2em; */
/* 	background-color: #FFF; */
/* 	border-radius: 100px; */
/* 	border: solid 5px #FFF; */
/* 	color: #004c99; */
/* 	box-shadow: 0px 0px 10px #004c99; */
/* 	-moz-box-shadow:    0px 0px 10px #004c99; */
/*    	-webkit-box-shadow: 0px 0px 10px #004c99; */
/* } */

.loadingSpinner{
    font-size: 3em;
    -webkit-animation: spin2 1.0s infinite linear !important;
}