#elementLoader{
width: 250px;
height: 250px;
left: 50%;
top: 50%;
background: rgba(37, 53, 86, 0.6);
margin: -125px auto auto -125px;
padding: 10px;
position: fixed;
z-index: 1020;
font-weight: bold;
color: #ffffff;
}
.glyphicon-refresh{
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);