.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(67, 142, 185, 0.5);
}

.pace.pace-inactive,
.pace.pace-inactive .pace-activity {
  display: none;
}

/*spiderpig run*/

.pig-loader {
   margin-top: 10px;
   line-height: 30px;
}
.pig-loader img {
   float: left;
   margin-right: 10px;
}


.pig-loader-xxs {

}
.pig-loader-xxs img {
   float: left;
   margin-right: 10px;
}

.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 50px);
  height: 130px;
  width: 200px;
  display: block;

  background: url('../images/spiderpig_logo_piconly_run_small4.gif');

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background-position: 0 30px;
  background-repeat: no-repeat;

  color: #ffc6ad;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}


/*spin*/
/*
.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 75px);
  height: 90px;
  width: 90px;
  display: block;
  border-width: 30px;
  border-style: double;
  border-color: #438EB9 transparent transparent;
  border-radius: 50%;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;

  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.pace .pace-activity:before {
  content: ' ';
  position: absolute;
  top: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  display: block;
  border-width: 10px;
  border-style: solid;
  border-color: #438EB9 transparent transparent;
  border-radius: 50%;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
  100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
  100% { -moz-transform: rotate(359deg); }
}

@keyframes spin {
  100% {  transform: rotate(359deg); }
}
*/
