/*FORM 3 COL*/
body, .ui-widget{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#header #logo {
  margin-top: 0;
  background-color: #fff;
  padding: 15px 30px;
}

#header #logo h1 {
  margin: 0;
}

.tax-info {
  border-radius: 5px;
}

/*  AC 2020-02-11 */

label[style] {
  display: block !important;
}

#step-2 p:not([data-type="radio"]):not([data-type="checkbox"]) label:first-child {
  display: block;
  margin-bottom: 5px;
}

#card-expiry > span {
  display: block;
}

#card-expiry > span:first-child {
  padding-left: 0;
}

.payment_body label, #card-expiry {
  margin-top: 0;
}

.step-title h2 {
  font-weight: bold;
  text-transform: uppercase;
}

.step2_head {
  margin-bottom: 12px;
}
#stripe-connect {
  margin-bottom: 12px;
}

#type-b {
  background-color: #e6e6e6;
}


#type-b #header {
  margin-bottom: 30px;
}

#type-b #step-1::after, #type-b #step-2::after, #type-b #step-3::after {
  display: none;
}

#type-b #step-1::before, #type-b #step-2::before, #type-b #step-3::before {
  display: none;
}

#step-3 .payment_head, .amount li, .type2ct .radio-desc li {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.amount li, .type2ct .radio-desc li, #step-3 .payment_mode h4 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input.button {
  max-width: unset;
}

#step-3 .payment_mode h4 {
  font-size: 12px;
}

#step-3 input.button, input[type="submit"] {
  -webkit-appearance: unset;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
  .step-title h2 {
    background-color: #f4f3f3;
    color: initial;
  }
}


/****/

#once, #regular {
  background-color: #c00;
}

.ui-state-active a, .ui-state-active a:focus, .ui-state-active a:link, .ui-state-active a:visited {
  background-color: #c00;
}

.tax-info {
  width: 90%;
  margin: auto;
}

.amount label.active, .type2ct .radio-desc label.active {
  background-color: #a30000;
  border-color: #a30000;
}

.free-amount span, p#c-email label {
  background-color: #333;
}

.ui-state-default:not(.ui-state-active) a{
  background-color: #333;
  color: #fff;
}

.amount label.active, .type2ct .radio-desc label.active {
  color: #c00;
}

#greetings-comp .submit input, #step-3 input.button {
  background-color: #c00;
  border-color: #c00;
  border-radius: 30px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor, .tabs ul li a {
  padding: 0 20px;
}

.amount label, .type2ct .radio-desc label {
  background-color: transparent;
  box-shadow: none;
}

#step-3 input.button, input[type="submit"] {
  padding: 0 60px;
}

.amount label.active, .type2ct .radio-desc label.active {
  background-color: #fff;
  border-color: #fff;
}

.ui-widget-content {
  color: #fff;
}

#amount-list-regular li {
  border: 2px solid #fff;
  border-radius: 5px;
}

#amount-list-once li {
  border: 2px solid #fff;
  border-radius: 5px;
}


#header #logo {
  padding: 15px 30px;
}

#header {
  background-position: top center;
  background-size: cover;
  max-height: 380px;
}


.step-title h2, .step-info h4 {
  padding: 25px 20px;
  text-align: center;
}

#type-b #step-1, #type-b #step-2, #type-b #step-3{
  position: relative;
  margin-bottom: 60px;
}

#type-b #step-1::before,#type-b #step-2::before,#type-b #step-3::before{
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333;
  left: 50%;
  transform: translate(-50%, -50%);
}

#type-b #step-1::after,#type-b #step-2::after,#type-b #step-3::after{
  position: absolute;
  content: '1';
  color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

#type-b #step-2::after{
  content: '2';
}

#type-b #step-3::after{
  content: '3';
}

#lang > a:nth-child(3) {
  display: none;
}


#lang > a:nth-child(4) {
  display: none;
}


#lang > a:nth-child(5) {
  display: none;
}


#form_lang > fieldset select[name="lang"] {
  display: inline-block !important;
  max-width: 150px;
  width: 100%;
}


#lang label span {
  display: inline-block;
}


#form_lang > fieldset:nth-child(1) {
  max-width: 228px;
  margin-left: auto;
}


#form_lang > fieldset:nth-child(1) > p:nth-child(1) > label:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}



#header_wrapinner {
  display: flex;
  flex-direction: row;
}

#form_lang select {
  height: 30px;
}

#step-1 h3 {
  font-size: 15px;
  padding: 0;
}

#step-1 h3 strong {
  display: block;
  font-size: 18px;
  white-space: nowrap;
}

/*MEDIA QUERRIES*/

@media only screen and (min-width: 0px) and (max-width: 959px) {
  #step-1 {
    margin-top: 60px;
  }
  .step-title h2 {
    background-color: transparent;
  }
  #type-b #form-info, #type-b #step-1, #type-b #step-2, #type-b #step-3 {
    background-color: rgba(255,255,255,0.5);
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor, .tabs ul li a {
    padding: 0 20px;
    padding: 0 10px;
  }
  #header_wrapinner {
    flex-direction: column-reverse;
  }

  #type-b #header #logo{
    margin: 0;
  }

  #form_lang > fieldset:nth-child(1) {
    margin: auto;
    margin-bottom: 30px;
  }
}



/*FORM 3 STEP*/





#type-a .ui-state-default a, #type-a .ui-state-default a:focus, #type-a .ui-state-default a:link, #type-a .ui-state-default a:visited, .ui-state-default:not(.ui-state-active) a{
  background-color: #333;
  color: #fff;
}

#type-a #once, #type-a #regular, #type-a #step-1 #content-container {
  background-color: #cc0000;
}

#type-a .ui-state-active a, #type-a .ui-state-active a:focus, #type-a .ui-state-active a:link, #type-a .ui-state-active a:visited {
  background-color: #cc0000;
}

#step-nav ul li.current {
  border-bottom: 4px solid #cc0000;
}

#step-nav ul li.current a, #step-nav ul li.current span {
  color: #333;
  border-color: #333;
}

#type-a #next-submit .button {
  background-color: #cc0000;
  transition: 0.3s;
}

#type-a .tax-info, #type-b .tax-info {
  color: #fff;
  background-color: #333;
  width: inherit;
  border-radius: 5px;
}

#type-a .tax-info {
  margin: 0 45px 20px;
}

#type-b .tax-info {
  margin: 0 20px 20px;
}

#type-a .tax-info::before, #type-b .tax-info::before {
  border-color: transparent transparent #333 transparent;
}

#type-a .tax-info::before, #type-b .tax-info::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  position: absolute;
  left: 10%;
  top: -11px;
}

#type-a #next-submit .button:hover {
  background-color: #fff;
  color: #c00;
  opacity: 1;
}

#type-a .amount label, #type-a .type2ct .radio-desc label{
  border: none;
}

#type-a fieldset > h4{
  text-align: center;

}

#bottom, #footer, #footer a {
  border-bottom: 1px solid #414042;
}

#footer a, #footer a:visited, #bottom a, #bottom a:visited {
    color: #ffffff;
}

#footer a:hover, #footer a:focus,
#bottom a:hover, #bottom a:focus {
    text-decoration: none;
}


#type-a #container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
body#type-a {
  display: flex;
}
#type-a #bottom {
  margin-top: auto;
  justify-self: flex-end;
}
#type-a #main-container{
  margin-bottom: 50px;
}


@media only screen and (min-width: 0px) and (max-width: 500px) {
  #step-nav ul li.current {
    margin: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
  #type-a #navbar {
    height: auto;
  }
  #step-nav ul li.current {
    background-color: transparent;
    margin: 0;
  }
  #type-a #main-container{
    margin-bottom: 30px;
  }
  #step-nav ul li.current {
    border-bottom: none;
  }
  #step-nav ul li.current:not(:first-child) {
    background-color: #c00;
  }
  #type-a #header #logo {
    margin: 0px auto 30px;
  }

  #header_wrapinner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  #type-a #header #logo {
    margin: 0;
  }
  #lang {
    display: block;
    width: 250px !important;
    height: 32px;
  }
  
  #lang {
    padding: 0;
  }
  #type-a .ui-tabs .ui-tabs-nav li {
    background-color: transparent;
  }

  #type-a .ui-state-active a, #type-a .ui-state-active a:focus, #type-a .ui-state-active a:link, #type-a .ui-state-active a:visited {
    background-color: white;
    color: #c00;
  }

  #type-a #step-nav ul li.current:not(:first-child) a, #step-nav ul li.current:not(:first-child) span{
    color: #fff;
  }
}

/* style.css | https://fb-ia.com/croixrouge/iraiser/css/style.css */

@media only screen and (min-width: 0px) and (max-width: 450px) {
  #header_wrapinner {
    flex-direction: row;
    margin-bottom: 50px;
  }

  #lang label span {
    display: none;
  }

  #lang {
    margin-bottom: 0;
  }

  #form_lang > fieldset:nth-child(1) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
  #lang {
    height: auto;
    width: auto !important;
  }

  #lang label span {
    display: none;
  }

  #form_lang > fieldset:nth-child(1) {
    margin-bottom: 0;
  }

}

#type-b #step-1, #type-b #step-2, #type-b #step-3 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
  #step-1 {
    margin-top: 0px;
  }
}



@media only screen and (min-width: 768px) and (max-width: 959px) {
  #type-b #header {
    height: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  #type-b #header {
    height: 240px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #type-b #header {
    height: 240px !important;
  }
}



#type-a #header {
  height: auto !important;
  background-image: none !important;
}

#type-a {
  background-image: url(https://cdn.iraiser.eu/T6Tvnn0y0vAP1DltN7Tz2w==/default/origin/visual-donate-reverse.jpg);
  /*background-image: url(https://donate.croix-rouge.lu/cdn.iraiser.eu/T6Tvnn0y0vAP1DltN7Tz2w==/default/origin/visual-donate.jpg);*/
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#type-b .step-title h2 {
  position: relative;
}

#type-b #step-1 .step-title h2:before {
  content: '1. ';
}

#type-b #step-2 .step-title h2:before {
  content: '2. ';
}

#type-b #step-3 .step-title h2:before {
  content: '3. ';
}

#type-a #step-1, #type-a #step-2, #type-a #step-3 {
  width: calc( 45% - 65px);
  margin: 0 0 0 65px;
  float: right;
}

#type-b #step-3 .payment_head.active {
  background-color: transparent;
  color: inherit;
  height: unset;
  padding: 0;
}


.amount label span, .type2ct .radio-desc label span {
  font-size: 20px;
  font-weight: bold;
}

#step-1 .step-title, #step-2 .step-title, #step-3 .step-title, #step-2 .step-content, #step-3 .step-content, #step-1 .height_adaptor {
  background-color: rgba(230,230,230,0.8);
}

#step-3 .payment_mode h4 {
  background-color: #d7d7d7;
  position: relative;
}

#amount-list-regular li,
#amount-list-once li {
  border: 1px solid #fff;
  transition: all ease-in-out 300ms;
}

#amount-list-regular li:hover {
  background-color: #fff;
}

#type-b {
  background-color: #fff;
}

#step-2 p:not([data-type="radio"]):not([data-type="checkbox"]) label:first-child {
  font-weight: bold;
}

#type-b #step-3 .payment_head.active {
  background-color: #d7d7d7;
}

#step-3 .payment_head::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  position: absolute;
  left: 10%;
  bottom: -10px;
  border-color: #d7d7d7 transparent;
}


.payment_body label, #card-expiry {
  font-weight: bold;
}






/* Feuille de style intégrée #4 | https://donate.croix-rouge.lu/2/1~mon-don?context_form_id=form_85.93.198.145_5e4e3ca8722ae3.56629157 */

#step-nav ul li span {
  border: 1px solid #c3b8b4;
  background-color: #c3b8b4;
}

#step-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 4px;
  white-space: nowrap;
  border-bottom: 6px solid transparent;
}

#step-nav ul li span {
  display: flex;
  margin-right: 5px;
  justify-content: center;
}

#step-nav ul li.current span {
  background-color: #c00;
  color: #fff;
  border: 1px solid #c00;
}

#step-nav ul li.current {
  background: #fff;
}

/* style.css | https://fb-ia.com/croixrouge/iraiser/css/style.css */

#step-nav ul li.current {
  /* border-bottom: 4px solid #cc0000; */
  border-bottom: 6px solid #cc0000;
}

#type-a #step-1, #type-a #step-2, #type-a #step-3 {
  width: calc( 50% - 65px);
}



/* style.css | https://fb-ia.com/croixrouge/iraiser/css/style.css */

#type-a #step-3 .payment_head::after, #type-b #step-3 .payment_head::after {
  /* display: block; */
  display: none;
}

#type-a #step-3 .payment_mode h4, #type-b #step-3 .payment_mode h4 {
  background-color: transparent;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  justify-content: flex-start;
  height: auto;
}

#type-a #step-3 .payment_mode h4.active, #type-b #step-3 .payment_mode h4.active {
  color: initial !important;
}

.amount label {
  transition: all 300ms ease-in-out;
}

.amount label:hover {
  transition: all 300ms ease-in-out;
  background-color: #fff;
  border-color: #fff;
  color: #c00;
}

#form-info{
  background-color: transparent;
}
#banner-info{
  background-color: transparent;
  text-align: left;
  font-size: 1rem;
  max-width: 100%;
  width: 100%;
  font-family: Helvetica,Arial,sans-serif;
  color: #656565;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  margin-top: -100px;
  height: 100%;
  justify-content: space-between;
  padding: 20px 0;
}

#banner-info h2{
  font-size: 2rem;
  padding: 15px;
  background-color: white;
  max-width: max-content;
  margin-bottom: 20px;
  height:initial;
  display: flex;
  align-items: center;
}

#banner-info p {
  padding: 0 15px;
}

@media (max-width: 600px){
  #banner-info{
    font-size: 0.8rem;
    margin-top: -65px;
  }
  
  #banner-info h2{
    font-size: 1.2rem !important;
    margin-bottom: 0px;
    padding: 15px 0;
    height: initial;
  }

  #banner-info p {
    padding: 0;
  }

}

@media (max-width: 800px) {
  #type-b .step-title h2,
  #type-b .step-title h4 {
    padding: 0;
  }
}


#form-error {
  margin: 0 auto 80px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
  #form-error {
    margin: 0 10px 40px;
  }
}



#type-b .step-info h4 {
  text-align: left;
}

#type-b .step-info.step-info-3 h4::after {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  background-image:url(../images/don_en_confiance_logo_blanc.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 43px;
}

#type-b .step-info.step-info-3 h4 {
  padding-right: 64px;
}

#main p:not(:last-child) {
  margin-bottom: 1em;
}

#main h3:not(:last-child) {
  margin-bottom: .5em;
}

#main a:not([class]) {
  color: #cc0000;
}

#main a:not([class]):hover {
  color: #cc0000;
  text-decoration: none;
}
  
body:not(#type-a):not(#type-b) #banner-info h2{
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  body:not(#type-a):not(#type-b) #banner-info{
    margin-top: -150px;
    margin-left: -20px;
  }
}

@media (max-width: 600px){
  body:not(#type-a):not(#type-b) #banner-info{
    font-size: 0.8rem;
    margin-top: -65px;
    margin-left: 0;
  }
  
  body:not(#type-a):not(#type-b) #banner-info h2{
    font-size: 1.2rem !important;
    margin-bottom: 0px;
    padding: 15px 0;
    height: initial;
  }

  body:not(#type-a):not(#type-b) #banner-info p {
    padding: 0;
  }

}

#main > #main {
  margin: 0 !important;
  padding: 0 !important;
}

.type2ct .radio-desc li:not(.active) {
  background: #cc0000 !important;
}

/* Apple Pay / Google Pay */

#payment_mode-apple_pay-once .payment_head .payment_mode_title,
#payment_mode-google_pay-once .payment_head .payment_mode_title {
    color: #ffffff;
    background: #222222;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
  }

[lang="de_DE"] #card-scode {
    /*max-width: 100%;
    overflow: hidden;*/
    float: left;
    width: 40%;
}

#type-b .step-info{
    width: calc((100% - 100px) / 3);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #type-b .step-info {
        width: calc((100% - 130px) / 3);
    }
}

p[data-type="radio"] > label span {
  min-height: unset;
  line-height: unset;
}

p[data-type="radio"] > label:after {
  font-size: 26px;
}

p[data-type="radio"] input:checked + span:after {
  top: 13px;
}

p[data-type="radio"] > label.table {
  display: flex !important;
  align-items: center;
}

#bazar-on-tour[lang="en_EN"] #type-b .step-info.step-info-3 h4::after {
  display: none;
}

#bazar-on-tour[lang="en_EN"] #type-b .step-info.step-info-3 h4 {
  padding-right: 0
}

#bazar-on-tour[lang="en_EN"] #type-b #step-3 #payment_mode-check h4.payment_head {
  display: none;
}


#logo a {
  width: 127px;
}