/*
* ICONOS PERSONALIZADOS PARA MODALES: SOLO CSS
* Ver archivo txt para los ejemplos HTML
*/
.mco-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: auto;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  width: 80px;
}
.mco-modal-icon.mco-modal-success, 
.mco-modal-alert .mco-modal-icon.mco-modal-error {
  border-color: #a5dc86;
}
.mco-modal-icon.mco-modal-success:after, 
.mco-modal-icon.mco-modal-success:before, 
.mco-modal-icon.mco-modal-error:after, 
.mco-modal-icon.mco-modal-error:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60px;
}
.mco-modal-icon.mco-modal-success:before, 
.mco-modal-icon.mco-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mco-modal-icon.mco-modal-success:after, 
.mco-modal-icon.mco-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mco-modal-icon.mco-modal-success .mco-modal-placeholder, 
.mco-modal-icon.mco-modal-error .mco-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.mco-modal-icon.mco-modal-success .mco-modal-fix, 
.mco-modal-icon.mco-modal-error .mco-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.mco-modal-icon.mco-modal-success .mco-modal-line, 
.mco-modal-icon.mco-modal-error .mco-modal-line {
  background-color: #a5dc86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.mco-modal-icon.mco-modal-success .mco-modal-line.mco-modal-tip, 
.mco-modal-icon.mco-modal-error .mco-modal-line.mco-modal-tip {
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25px;
}
.mco-modal-icon.mco-modal-success .mco-modal-line.mco-modal-long, 
.mco-modal-icon.mco-modal-error .mco-modal-line.mco-modal-long {
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 47px;
}
.mco-modal-icon.mco-modal-error {
  border-color: #f27474;
}
.mco-modal-icon.mco-modal-error .mco-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.mco-modal-icon.mco-modal-error .mco-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.mco-modal-icon.mco-modal-error .mco-modal-line {
  background-color: #f27474;
  top: 37px;
  width: 47px;
}
.mco-modal-icon.mco-modal-error .mco-modal-line.mco-modal-left {
  left: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mco-modal-icon.mco-modal-error .mco-modal-line.mco-modal-right {
  right: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mco-modal-icon.mco-modal-warning {
  border-color: #f8bb86;
}
.mco-modal-icon.mco-modal-warning:before {
  -webkit-animation: mco-pulseWarning 2s linear infinite;
          animation: mco-pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.mco-modal-icon.mco-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mco-modal-icon.mco-modal-warning .mco-modal-body {
  background-color: #f8bb86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.mco-modal-icon.mco-modal-warning .mco-modal-dot {
  background-color: #f8bb86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.mco-modal-icon + .mco-modal-icon {
  margin-top: 50px;
}

.mco-animateSuccessTip {
  -webkit-animation: mco-animateSuccessTip 0.75s;
          animation: mco-animateSuccessTip 0.75s;
}

.mco-animateSuccessLong {
  -webkit-animation: mco-animateSuccessLong 0.75s;
          animation: mco-animateSuccessLong 0.75s;
}

.mco-modal-icon.mco-modal-success.mco-animate:after {
  -webkit-animation: mco-rotatePlaceholder 4.25s ease-in;
          animation: mco-rotatePlaceholder 4.25s ease-in;
}

.mco-modal-icon.mco-modal-error.mco-animate:after {
  -webkit-animation: mco-rotatePlaceholder 4.25s ease-in;
          animation: mco-rotatePlaceholder 4.25s ease-in;
}

.mco-animateErrorIcon {
  -webkit-animation: mco-animateErrorIcon 0.5s;
          animation: mco-animateErrorIcon 0.5s;
}

.mco-animateXLeft {
  -webkit-animation: mco-animateXLeft 0.75s;
          animation: mco-animateXLeft 0.75s;
}

.mco-animateXRight {
  -webkit-animation: mco-animateXRight 0.75s;
          animation: mco-animateXRight 0.75s;
}

.mco-scaleWarning {
  -webkit-animation: mco-scaleWarning 0.75s infinite alternate;
          animation: mco-scaleWarning 0.75s infinite alternate;
}

.mco-pulseWarningIns {
  -webkit-animation: mco-pulseWarningIns 0.75s infinite alternate;
          animation: mco-pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes mco-animateSuccessTip {
  0%,
	54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes mco-animateSuccessTip {
  0%,
	54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes mco-animateSuccessLong {
  0%,
	65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes mco-animateSuccessLong {
  0%,
	65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes mco-rotatePlaceholder {
  0%,
	5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,
	12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@keyframes mco-rotatePlaceholder {
  0%,
	5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100%,
	12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}
@-webkit-keyframes mco-animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes mco-animateErrorIcon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes mco-animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes mco-animateXLeft {
  0%,
	65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes mco-animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes mco-animateXRight {
  0%,
	65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@-webkit-keyframes mco-scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mco-scaleWarning {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mco-pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #f8bb86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes mco-pulseWarning {
  0% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #f8bb86;
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes mco-pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes mco-pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
