.fixed {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -100%;
  left: 0;
  z-index: 11;
  transition: all 250ms;
  padding: 10px;
}
.fixed .table-center {
  width: 100%;
  height: 100%;
  display: table;
}
.fixed .table-center > .cell-center {
  display: table-cell;
  vertical-align: middle;
  max-width: 600px;
  margin: 0 auto;
}
.fixed .submitting, .fixed .submitted {
  max-width: 100%;
  text-align: center;
}
.submitting-modal.display {
  top: 0;
}
.submitting-modal.hide {
  top: -100%;
}
.submitted-modal.show {
  top: 0;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
 }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
 }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
 }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
 }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
 }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
 }
}
.checkmark-circle {
  width: 130px;
  height: 130px;
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0 auto;
  margin-bottom: 15px;
}
.checkmark-circle .background {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #2eb150;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  opacity: 0;
}
.start {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  opacity: 0;
  height: 60px;
  width: 23.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 25px;
  top: 75px;
  position: absolute;
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
 }
  20% {
    height: 0;
    width: 23.5px;
    opacity: 1;
 }
  40% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
  100% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
 }
  20% {
    height: 0;
    width: 23.5px;
    opacity: 1;
 }
  40% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
  100% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
 }
  20% {
    height: 0;
    width: 23.5px;
    opacity: 1;
 }
  40% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
  100% {
    height: 60px;
    width: 23.5px;
    opacity: 1;
 }
}
