@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
/* line 13, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea > .vex-content {
  background: #fff;
  padding: 0;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 100%;
  width: 560px;
  /*font-size: 1.1em;*/
  line-height: 1.5em;
  border: 10px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.vex.vex-theme-exante-clientsarea.vex-exante-clientcard > .vex-content {
  margin-top: 0;
  border: none;
  box-shadow: none;
  width: auto;
}

.vex.vex-theme-exante-clientsarea.vex-exante-common-modal > .vex-content {
  border: none;
  box-shadow: none;
  width: 720px;
}

.vex.vex-theme-exante-clientsarea.vex-exante-message > .vex-content {
  width: 680px;
}
/* line 28, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 5px;
  top: 0;
  right: 20px;
  cursor: pointer;
  z-index: 10000;
}
/* line 45, ../sass/_mixins.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close:before,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close:after,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close:before,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close:after {
  position: absolute;
  top: 16.5px;
  left: 5px;
  display: block;
  width: 25px;
  height: 2px;
  content: "";
  background: #000;
}
/* line 60, ../sass/_mixins.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close:before,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close:before {
  transform: rotate(45deg);
}
/* line 63, ../sass/_mixins.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close:after,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close:after {
  transform: rotate(-45deg);
}
/* line 34, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-close:hover,
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content > .vex-close:hover {
  opacity: 0.7;
}
/* line 38, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea > .vex-content > .vex-inner-content .ajax-loader {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  width: 20px;
}
/* line 44, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea .vex-modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 51, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea .vex-modal-header h3 {
  margin: 0;
  line-height: 30px;
}
/* line 58, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea .vex-modal-content {
  padding: 15px;
}
/* line 61, ../sass/vex-theme-exante-clientsarea.sass */
.vex.vex-theme-exante-clientsarea .vex-modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #fff;
  text-align: right;
}

/* line 70, ../sass/vex-theme-exante-clientsarea.sass */
.vex-loading-spinner.vex-theme-exante-clientsarea {
  height: 2.5em;
  width: 2.5em;
}

/*body.vex-open {*/
  /*width: auto;*/
  /*overflow: hidden;*/
/*}*/
