
#evolapsloader {
  /*right: 2%;*/
  z-index: 1;
  height: 18px;
  width: 18px;
  opacity:0.8;
  padding:0px;
  border: 0px solid #336699;
/*
  background: linear-gradient(#aaa,#cfd8dc 60% 100%);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; 
*/
	display:   inline;
}
#evolapsloader2 {
  /*right: 2%;*/
  z-index: 1;
  height: 10px;
  width: 10px;
  opacity:0.8;
  padding:0px;
  border: 0px solid #336699;
  transition: width 0.5s ease, height 0.5s ease;
/*
  background: linear-gradient(#aaa,#cfd8dc 60% 100%);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; 
*/
	display:   inline;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}