/*!
 * Ladda including the default theme.
 */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/* line 15, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button {
  position: relative;
}

/* line 19, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}

/* line 31, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

/* line 36, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}

/* line 52, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

/* line 57, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

/* line 67, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  -webkit-transition: 0.3s ease all !important;
  -moz-transition: 0.3s ease all !important;
  -ms-transition: 0.3s ease all !important;
  -o-transition: 0.3s ease all !important;
  transition: 0.3s ease all !important;
}

/* line 80, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px;
}

/* line 84, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px;
}

/* line 89, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

/* line 93, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 97, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-right][data-loading][data-size="s"],
.ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px;
}

/* line 102, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px;
}

/* line 106, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px;
}

/* line 111, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

/* line 115, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 119, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-left][data-loading][data-size="s"],
.ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px;
}

/* line 124, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

/* line 128, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0;
}

/* line 134, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

/* line 138, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0;
}

/* line 144, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up][data-loading][data-size="s"],
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px;
}

/* line 149, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px;
}

/* line 154, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

/* line 158, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0;
}

/* line 164, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px;
}

/* line 169, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

/* line 173, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 177, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=expand-down][data-loading][data-size="s"],
.ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px;
}

/* line 182, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

/* line 186, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

/* line 190, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}

/* line 195, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

/* line 200, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/* line 205, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

/* line 209, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

/* line 213, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px;
}

/* line 219, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

/* line 224, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

/* line 229, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

/* line 233, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

/* line 237, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em;
}

/* line 243, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

/* line 248, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/* line 253, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

/* line 257, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

/* line 261, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em;
}

/* line 267, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

/* line 272, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0;
}

/* line 277, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

/* line 281, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  -webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}

/* line 291, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 296, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

/* line 305, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* line 315, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

/* line 319, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

/* line 329, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

/* line 334, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}

/* line 343, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/* line 353, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

/* line 358, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 363, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

/* line 368, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

/* line 372, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 376, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px transparent;
}

/* line 382, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0;
}

/* line 387, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8);
}

/* line 393, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

/* line 397, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

/* line 401, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button {
  background: #666;
  border: 0;
  padding: 14px 18px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/* line 415, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button:hover {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}

/* line 420, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=green] {
  background: #009999;
}

/* line 424, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=green]:hover {
  background-color: #10c8a5;
}

/* line 428, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=blue] {
  background: #53b5e6;
}

/* line 432, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=blue]:hover {
  background-color: #69bfe9;
}

/* line 436, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=red] {
  background: #ea8557;
}

/* line 440, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=red]:hover {
  background-color: #ed956e;
}

/* line 444, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=purple] {
  background: #9973C2;
}

/* line 448, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=purple]:hover {
  background-color: #a685ca;
}

/* line 452, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=mint] {
  background: #16a085;
}

/* line 456, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=mint]:hover {
  background-color: #19b698;
}

/* line 460, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[disabled],
.ladda-button[data-loading] {
  border-color: rgba(0, 0, 0, 0.07);
}

/* line 465, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[disabled],
.ladda-button[disabled]:hover,
.ladda-button[data-loading],
.ladda-button[data-loading]:hover {
  cursor: default;
  background-color: #009999;
}

/* line 473, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=xs] {
  padding: 4px 8px;
}

/* line 477, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=xs] .ladda-label {
  font-size: 0.7em;
}

/* line 481, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=s] {
  padding: 4px 4px;
}

/* line 485, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=s] .ladda-label {
  font-size: 0.9em;
}

/* line 489, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=l] .ladda-label {
  font-size: 1.2em;
}

/* line 493, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-size=xl] .ladda-label {
  font-size: 1.5em;
}

/* line 497, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button:focus {
  border-color: rgba(0, 0, 0, 0.07);
  background-color: #888;
}

/* line 502, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=green]:focus {
  background-color: #10c8a5;
}

/* line 509, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freecen] {
  background: #825da8;
  border-radius: 4px;
  font-weight: normal;
}

/* line 515, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freecen]:hover {
  background: #fff;
  color: #825da8;
  border-color: #825da8;
}

/* line 520, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freecen]:focus {
  background: #fff;
  color: #825da8;
  border-color: #825da8;
}

/* line 525, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freebmd] {
  background: #C84182;
  border-radius: 4px;
  font-weight: normal;
}

/* line 531, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freebmd]:hover {
  background: #fff;
  color: #C84182;
  border-color: #C84182;
}

/* line 536, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freebmd]:focus {
  background: #fff;
  color: #C84182;
  border-color: #C84182;
}

/* line 542, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freereg] {
  background: #007fad;
  border-radius: 4px;
  font-weight: normal;
}

/* line 548, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freereg]:hover {
  background: #fff;
  color: #007fad;
  border-color: #007fad;
}

/* line 553, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freereg]:focus {
  background: #fff;
  color: #007fad;
  border-color: #007fad;
}

/* line 558, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freeukgen] {
  background: #00857E;
  border-radius: 4px;
  font-weight: normal;
}

/* line 564, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freeukgen]:hover {
  background: #fff;
  color: #00857E;
  border-color: #00857E;
}

/* line 569, /home/apache/hosts/freereg2/production/app/assets/stylesheets/styles/scss/ladda.scss.erb */
.ladda-button[data-color=freeukgen]:focus {
  background: #fff;
  color: #00857E;
  border-color: #00857E;
}
