* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

body.wait {
  cursor: wait;
}

#mkto_gen_video {
  margin-bottom: 15px;
}

#sortcode {
  width: 120px !important;
  margin-right: 20px;
}

@keyframes waiting_anim {
  0% {
    background-image: url("https://go.citizengo.org/rs/907-ODY-051/images/donate_loading.gif"),
      linear-gradient(to bottom, #62c462, #51a351);
  }
  50% {
    background-image: url("https://go.citizengo.org/rs/907-ODY-051/images/donate_loading.gif"),
      linear-gradient(to top, #62c462, #51a351);
  }
  100% {
    background-image: url("https://go.citizengo.org/rs/907-ODY-051/images/donate_loading.gif"),
      linear-gradient(to bottom, #62c462, #51a351);
  }
}

#donate-btn button.wait,
.carousel #donate-btn .btn-large2.wait:hover {
  background: #5bb75b
    url("https://go.citizengo.org/rs/907-ODY-051/images/donate_loading.gif")
    no-repeat 50% 0;
  background-image: url("https://go.citizengo.org/rs/907-ODY-051/images/donate_loading.gif"),
    linear-gradient(to top, #62c462, #51a351);
  color: transparent;
}

body {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.main {
  width: 950px;
  position: relative;
  min-height: 100%;
}

header.header {
  overflow: hidden;
  height: 100px;
}

header.header .dt-logo {
  width: 200px;
  top: 10px;
  position: relative;
}

header.header .ho-dt-logo {
  top: 30px;
  position: relative;
}

header.header .ac-dt-logo {
  top: 25px;
  position: relative;
}

#headline {
  font-weight: 300;
  font-size: 32px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 54px;
}

section.content {
  display: table;
  padding-bottom: 50px;
}

section.content .content-column {
  display: table-cell;
  width: 50%;
  position: relative;
}

section.content #righty {
  vertical-align: top;
}

.content .donation-block {
  border: 1px solid #ddd;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  box-sizing: border-box;
  margin-left: 12px;
  min-height: 400px;
}

.carousel .container {
  height: auto;
  width: auto;
}

.carousel .container .carousel-caption {
  position: relative;
}

.footer {
  width: 100%;
  display: block;
  clear: both;
  height: 50px;
  border-top: 1px solid #ddd;
  bottom: 0;
  position: absolute;
}

ul.footer-links {
  list-style: none;
  color: #666;
  margin-left: 0;
}

ul.footer-links li {
  font-size: 12px;
  padding-top: 5px;
  float: left;
  margin-right: 10px;
}

ul.footer-links li a {
  color: #666;
  text-decoration: none;
}

ul.footer-links li a:hover {
  color: #000;
  text-decoration: none;
}

ul.footer-links li:not(:first-child):before {
  content: "• ";
  font-size: 9px;
  color: #666;
  padding-right: 10px;
}

#step ul {
  display: block;
}

#step ul li {
  display: inline-block;
  text-align: center;
}

#step ul#step-labels li {
  width: 140px;
}

#step ul#step-numbers li {
  width: auto;
}

#step #step-labels li.done {
  font-weight: bold;
}

#step #step-labels {
  clear: both;
  position: relative;
  margin-left: 12px;
}

#step #step-numbers {
  clear: both;
  position: relative;
  left: 75px;
  margin: auto;
}

#step #step-numbers .badge {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.done {
  cursor: pointer;
  background: white;
  text-shadow: 1px 1px 0 #d3d3d3;
}

.label-success,
.badge-success {
  cursor: pointer;
  background: #4a66ab;
  text-shadow: 1px 1px 0 #d3d3d3;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: normal;
}

.badge-success:hover {
  cursor: pointer;
  background-color: #39579a;
  text-shadow: 1px 1px 0 #dbdbdb;
  -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.pulsado {
  cursor: pointer;
  background-color: white;
  color: #39579a;
  font-weight: bold;
  border-radius: 13px;
  border-color: #39579a;
  border: 1.5px solid;
}

.step-container #step {
  padding-top: 20px;
}

#step #step-numbers .pulsada {
  position: relative;
  top: 12px;
  height: 2px;
  width: 110px;
  background: #4a66ab;
  margin: 0 1px;
}

#step #step-numbers .line {
  position: relative;
  top: -5px;
  height: 1px;
  width: 110px;
  background: #ccc;
  margin: 0 1px;
}

.carousel .container .carousel-caption {
  top: 0;
  background: white;
}

.carousel-caption fieldset {
  padding: 0 0;
  left: 25px;
  position: relative;
}

#select-amount .carousel-caption fieldset {
  width: 330px;
}

#personal-data .carousel-caption fieldset {
  padding: 0 0;
  left: 0;
  position: relative;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: red;
  background-image: linear-gradient(to bottom, #f24f43, #f02a14);
  background-repeat: repeat-x;
  border-color: #c51600;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 2px;
}

.btn-warning:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: radial-gradient(#fc6933, #fc6933, #fc4b00);
  background-repeat: repeat-x;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  background-position: 0 -40px;
  transition: background-color 1000ms linear;
  border-radius: 2px;
}

.btn-act {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: cyan;
  background-image: -moz-linear-gradient(top, #7fe0ee, #89f1ff);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#7fe0ee),
    to(#89f1ff)
  );
  background-image: -webkit-linear-gradient(top, #7fe0ee, #89f1ff);
  background-image: -o-linear-gradient(top, #7fe0ee, #89f1ff);
  background-image: linear-gradient(to bottom, #7fe0ee, #89f1ff);
  background-repeat: repeat-x;
  border-color: #7dd7e4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 5px;
}

.btn-act:hover,
.btn-act:focus,
.btn-act:active,
.btn-act.active,
.btn-act.disabled,
.btn-act[disabled] {
  color: #fff;
  background-color: #89f1ff;
}

.btn:hover,
.btn:focus {
  background-position: 0;
  transition: background-position 0s;
}

.btn-success-cgo,
.btn-value:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: red;
  background-image: linear-gradient(to bottom, #4a66ab, #39579a);
  background-repeat: repeat-x;
  border-color: #123c7a;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-act.btn-success-cgo {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#51a351)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success-cgo:hover,
.btn-success-cgo:focus,
.btn-success-cgo:active,
.btn-success-cgo.active,
.btn-success-cgo.disabled,
.btn-success-cgo[disabled] {
  color: #fff;
  background-color: #408140;
}

#donationForm .carousel-inner .carousel-button-next {
  position: relative;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  border-color: #f02a14;
  border-radius: 1px;
  border: 1px solid;
  line-height: 1.4;
  padding: 15px;
  padding-right: 30px;
  text-align: center;
  text-decoration: none;
  margin: 16px 4px 6px;
}

#next_step_1,
#next_step_2 {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

#next_step_0 {
  width: 314px;
  left: 24px;
}

#other-amount {
  width: 190px;
  margin: 6px 4px;
  vertical-align: middle;
}

#donationForm .carousel-inner .carousel-button-next.btn-act {
  border-radius: 7px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#select-amount button:not(.carousel-button-next) {
  width: 96px;
  margin: 6px 4px;
  padding: 10px 0;
  font-size: 17.5px;
  font-weight: bold;
  text-align: center;
}

#select-amount .carousel-caption,
#personal-data .carousel-caption,
#payment-details .carousel-caption {
  padding: 0 35px;
}

#select-amount .leadde {
  margin-top: 5px;
  margin-left: 25px;
}

.carousel-caption h4,
.carousel-caption p {
  color: #333;
}

.carousel .candadoTexto {
  background: transparent
    url("https://go.citizengo.org/rs/907-ODY-051/images/padlock2.png") no-repeat
    1px 1px;
  position: relative;
  top: 20px;
  z-index: 20;
  width: 200px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-left: 14px;
  left: 25px;
  margin-bottom: 30px;
}

#currency {
  position: absolute;
  top: 10px;
  right: 70px;
  z-index: 20;
  width: 100px;
}

#bank-debit fieldset,
#direct-debit fieldset,
#credit-card fieldset {
  left: 0;
}

#bank-debit fieldset .control-group,
#direct-debit fieldset .control-group {
  margin-left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

#bank-debit .account-data .input-large-iban,
#direct-debit .account-data .input-large-iban {
  width: 100%;
  box-sizing: border-box;
}

#credit-card .cc-pan {
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#credit-card #expiration-cvv {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#credit-card #expiration-cvv #cc-expiration,
#credit-card #expiration-cvv #cc-cvv {
  display: inline-block;
}

div.alert {
  display: none;
  padding: 10px;
  margin-bottom: -15px;
  border: 2px solid #f00;
  border-radius: 3px;
  position: absolute;
  z-index: 50;
  width: 250px;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  background: #fff89c
    url("https://go.citizengo.org/rs/907-ODY-051/images/lx.png") no-repeat 255px
    5px;
  cursor: pointer;
}

#payment-details div.alert {
  top: 5px;
}

p.alert {
  display: none;
  background: #fff;
  border: 0 none #fff;
  padding: 10px 0 0 25px;
  margin-bottom: -15px;
  border: 2px solid #f00;
  border-radius: 3px;
}

p.alert a3,
div.alert a3 {
  background: #fff89c;
  border: 0 none #fff;
  color: #f00;
  font-weight: bold;
  line-height: 1.4;
}

fieldset.alert {
  border: 2px solid #f00;
  background: #fff;
}

input.error,
select.error {
  border: 2px solid #f00;
}

#div_dni span.info {
  background: transparent
    url("https://go.citizengo.org/rs/907-ODY-051/images/info.png") no-repeat
    scroll 50% 50%;
  bottom: 153px;
  display: block;
  height: 28px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  text-indent: -999em;
  width: 46px;
  z-index: 999;
}

#div_dni span.info {
  left: auto;
  right: 0;
  bottom: auto;
  top: -2px;
  cursor: pointer;
}

.colab .eldni,
fieldset .eldni {
  background: #ff8 none repeat scroll 0 0;
  border: 2px solid #f00;
  border-radius: 9px;
  bottom: 65px;
  box-sizing: border-box;
  padding: 5px 5px 5px;
  position: absolute;
  text-align: justify;
  width: 90%;
  max-width: 330px;
  right: 5%;
  display: none;
}

.imcvv {
  position: relative;
  top: 5px;
  right: 0;
  z-index: 999;
  background: transparent
    url(https://go.citizengo.org/rs/907-ODY-051/images/tarjeta.jpg) no-repeat
    50% 50%;
  height: 28px;
  width: 46px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

#imcvv_hint {
  display: none;
  position: absolute;
  z-index: 10;
  right: -50px;
  bottom: 50px;
  background: #eee;
  border: solid 2px #ccc;
  border-radius: 5px;
  max-width: 200px;
}

#imcvv_hint h3 {
  padding: 0 5px;
  margin: 0;
  background: #ccc;
  line-height: 30px;
  font-size: 18px;
}

#imcvv_hint #text {
  padding: 5px 5px;
  margin: 5px;
  display: block;
}

#modal-cgc .span {
  width: 43%;
  margin-top: 5px;
}

#modal-cgc .span.s100 {
  width: 90%;
}

#modal-cgc .span .control-label {
  margin-bottom: 0;
}

#modal-cgc .span .control-item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  height: 25px;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 25px;
  overflow-x: auto;
}

#select-amount .disclaimer {
  font-size: 12px;
  text-align: justify;
  margin-top: 10px;
}

#select-amount .disclaimer a {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

#elements-section {
  padding: 20px 0;
}

#direct-debit .section {
  display: inline-block;
}

#direct-debit .section:first-of-type input {
  width: 120px;
  margin-right: 20px;
}

#direct-debit .section input {
  width: 180px;
}

#payment-details #disclaimer-de p {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  display: none;
}

body[region="de"] #payment-details #disclaimer-de p {
  display: block;
}

#pu-lat fieldset {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.updateSubText {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 25px 0px 25px;
  line-height: 1.5em;
  text-align: center;
}

#card-element,
#iban-element {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em;
}

.throbberWrapper {
  width: 100vw;
  height: 100vh;
  opacity: 0.7;
  background: #000;
  position: fixed;
  left: 0;
  display: none;
}

.throbberWrapper.show {
  display: block;
  z-index: 21;
}

.throbber {
  position: absolute;
  left: 40%;
  top: 40%;
  height: 80px;
  width: 80px;
  margin: 0px auto;
  -webkit-animation: rotation 0.8s infinite linear;
  -moz-animation: rotation 0.8s infinite linear;
  -o-animation: rotation 0.8s infinite linear;
  animation: rotation 0.8s infinite linear;
  border-left: 6px solid rgba(19, 108, 231, 0.35);
  border-right: 6px solid rgba(19, 108, 231, 0.35);
  border-bottom: 6px solid rgba(19, 108, 231, 0.35);
  border-top: 6px solid rgba(19, 108, 231, 0.95);
  border-radius: 100%;
}

.waiting-mask {
  width: 100%;
  height: 100%;
  z-index: 30;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}

.error-modal-wrapper {
  width: 100vw;
  height: 100vh;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(2, 2, 2, 0.8);
  display: flex;
}

.error-modal-wrapper.hidden {
  display: none;
}

.error-modal-wrapper:not(.hidden) .error-modal-bar {
  animation: elapsing-animation 5s;
}

.error-modal {
  position: relative;
  color: #4281f0;
  background-color: white;
  border: 1px solid black;
  width: 500px;
  max-width: 90vw;
  padding: 2em;
  padding-bottom: 4em;
  margin: auto;
}

.error-modal-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4281f0;
  height: 10px;
  margin: 0;
  width: 100%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes elapsing-animation {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
