p.help-block {
  display: inline;
}

.ets-tooltip {
  position: absolute;
  bottom: 0.8rem;
  right: 1rem;
  background: #0084bc;
  color: #fff;
  height: 23px;
  width: 23px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  cursor: default;
}

.ets-tooltip .ets-tooltip-content {
  position: absolute;
  z-index: 999;
  white-space: nowrap;
  background: #fff;
  border: 1px solid black;
  padding: 10px;
  margin: 0 10px;
  line-height: 24px;
  top: 9999px;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.ets-tooltip .ets-tooltip-content img {
  max-width: none;
}

.ets-tooltip:hover .ets-tooltip-content {
  top: 0px;
  opacity: 1;
}

div.messages {
  border-radius: 3px;
  background-image: none;
  padding: 2rem;
  position: relative;
  margin-bottom: 6rem;
}

div.messages.status {
  background-color: #008ece;
  color: #fff;
}

div.messages.warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.combodate select {
  display: inline-block;
}

.progress-wrapper {
  display: table;
  margin: 0;
  padding: 0 0 12rem;
  text-align: center;
  width: 100%;
}

.progress-wrapper .step-separator {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.progress-wrapper .step-separator:first-child,
.progress-wrapper .step-separator:last-child {
  width: 1px;
}

.progress-wrapper .line {
  border-top: 1px dashed #666;
  display: inline-block;
  height: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.progress-wrapper .step-separator:first-child .line,
.progress-wrapper .step-separator:last-child .line {
  border-top: none;
}

.progress-wrapper .step-separator.active .line {
  border-color: #008ece;
}

.progress-wrapper .step {
  display: table-cell;
  position: relative;
  /*padding: 0 1rem;*/
  vertical-align: top;
  width: 78px;
}

.progress-wrapper .disk {
  background-color: #f2f2f2;
  position: relative;
  border-radius: 50%;
  color: #4e4d4d;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 48px;
  width: 64px;
  height: 64px;
  border: 10px solid white;
}

.progress-wrapper .disk:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px dashed #666;
  border-radius: 50%;
}

.progress-wrapper .step.active .disk {
  color: #ffffff;
  background-color: #008ece;
}

.progress-wrapper .step.active .disk:before {
  border-color: #008ece;
}

.progress-wrapper .caption {
  color: #666;
  display: block;
  font-size: 1.2rem;
  left: 50%;
  padding-top: 1.5rem;
  position: absolute;
  top: 100%;
  width: 100px;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.row {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.label {
  padding: 0.4em 0.6em;
  text-transform: none;
  color: #fff !important;
  font-weight: normal;
}

.label-default {
  background-color: #adadad;
}

.disabled label {
  color: #aaa !important;
}

#borrowerTabs, .d-none {
  display: none;
}

.nav-tabs {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li > a {
  font-size: 1.8rem;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
  color: #0084bc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#ets-form .tab-pane legend {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-transform: none;
  color: #0084bc;
}

#ets-form {
  max-width: 1465px;
  width: 100%;
  margin: 0 auto;
}

#ets-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

#ets-form .form-group label,
#ets-form .radio-group legend {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  color: #464646;
}

#ets-form .radio-group label {
  min-height: 20px;
  /*padding-left: 20px;*/
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  text-transform: none;
}

#ets-form legend,
#resume h2 {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #51ad32;
  border-bottom: none;
}

#ets-form input,
#ets-form select {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02) inset;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  width: 70%;
  margin-right: 15px;
  border-radius: 3px;
}
#ets-form .combodate select {
  margin: 0 5px;
}
#ets-form .combodate select:first-child {
  margin-left: 0;
}
#ets-form .combodate select:last-child {
  margin-right: 0;
}
#ets-form .radioradio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 2rem;
}
#ets-form .radioradio label {
  font-weight: bold;
  color: #323335;
}
#ets-form input[type="radio"] {
  display: inline-block;
  position: static;
  margin-top: 0;
  margin-right: 0.75rem;
  margin-left: 0;
  width: auto;
}
#ets-form input[disabled],
#ets-form select[disabled] {
  background-color: #e1e1e1;
}
#ets-form .btn {
  display: block;
  padding: 1.6rem 4.5rem;
  font-size: 1.4rem !important;
  border: none;
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  line-height: 1.2;
  border-radius: 10px;
  margin-top: 1rem;
  letter-spacing: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
#ets-form .btn-theme {
  color: #fff;
  background-color: #51ad32;
}
#ets-form .btn-default {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ets-form .btn-default:hover,
#ets-form .btn-default:focus {
  color: #51ad32 !important;
  background-color: transparent !important;
}
#nombreEmprunteur {
  max-width: 100px;
}
.borrower-wrapper {
  justify-content: space-around;
}
.borrower-pane {
  width: 100%;
}
.borrower-pane .flex-box > fieldset.form-group {
  width: 100%;
}
.borrower-pane .flex-box > .form-group {
  width: 100%;
}
.form-control {
  display: initial;
}
fieldset {
  margin-bottom: 10px;
}

textarea {
  min-height: 80px;
  resize: horizontal;
}
.submit-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -moz-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  -o-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  justify-content: center;
}

#_submitPrev,
#_submitNext,
#_submitSend {
  font-size: 1.8rem;
}

#ets-form input[type="submit"] {
  width: auto;
}

#credit-step-summary {
  margin: 1em 0;
  font-weight: bold;
}
#credit-step-summary > div {
  padding: 10px;
  text-align: center;
  background: #eef3f7;
  position: relative;
  height: 3em;
}
#credit-step-summary > .active {
  color: white;
  background: #0084bc;
}
#credit-step-summary > .active::after {
  content: "";
  position: absolute;
  right: -1.5em;
  top: 0;
  z-index: 11;
  width: 0;
  height: 0;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #0084bc;
}

#resume {
  margin-bottom: 6rem;
}

#resume h3 {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.details-row {
  margin: 2rem auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f2f2f2;
  color: #333;
}

/* .details-row h4{
    color: #51AD32;
} */

.table-details {
  margin: 2rem auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.grey {
  background-color: #f2f2f2;
}

.error-jq-validation,
.error {
  color: firebrick;
}

#borrower2,
#borrowerCharge2 {
  display: none;
}

#borrower2.borrower-pane,
#borrowerCharge2.borrower-pane {
  display: block;
}

/* Error styles */

.invalid {
  box-shadow: 0 0.15em 0.15em -0.1em rgba(4, 4, 4, 0.1);
}

.error,
.hf-warning {
  display: none;
  margin-top: -2px;
  margin-bottom: 0.5rem;
  padding: calc(0.5rem + 2px) 0.6rem 0.5rem;
  background-color: #ffefeb;
  color: #b74d41;
  border: 1px solid #e67a7a;
  border-top: none;
  border-radius: 0 0 4px 4px;
  font-size: 0.8em;
  animation: show-error 0.3s;
}

.invalid + .error,
.hf-invalid + .hf-warning {
  display: block;
  position: static;
}

@keyframes show-error {
  from {
    transform: translateY(-2em) scaleY(0.2);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .flex-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .flex-box > .form-group,
  .flex-box > .loyer1,
  .flex-box > .loyer2,
  .flex-box > .flex,
  .flex-inline > .form-group,
  .flex-inline > .flex {
    width: 31.3333%;
  }
  .flex-box fieldset {
    width: 100%;
  }
  .flex-box > fieldset.form-group,
  #_commentaire1,
  #_commentaire2,
  .flex-inline > fieldset.form-group {
    width: 100%;
    margin-right: 0;
  }
  #ets-form input,
  #ets-form select {
    width: 100%;
  }
  .flex-inline {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flex-inline > .form-group,
  .flex-inline > .flex {
    margin-right: 3%;
  }
  .flex-inline > .form-group:last-child,
  .flex-inline > .flex:last-child {
    margin-right: 0;
  }
  .flex-inline > .form-group:nth-child(3n),
  .flex-inline > .flex:nth-child(3n) {
    margin-right: 0;
  }
  .progress-wrapper .step-separator:first-child,
  .progress-wrapper .step-separator:last-child {
    width: 6rem;
  }
  .progress-wrapper .disk {
    background-color: #f2f2f2;
    position: relative;
    border-radius: 50%;
    color: #4e4d4d;
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    line-height: 96px;
    width: 110px;
    height: 110px;
    border: 10px solid white;
  }
  .progress-wrapper .caption {
    font-size: 1.4rem;
    width: 170px;
  }
  .flex-box .borrower-pane {
    position: relative;
    width: 47.5%;
  }
  #borrower2:before,
  #borrowerCharge2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5.26%;
    width: 1px;
    height: 100%;
    background-color: #006089;
  }
}
@media screen and (min-width: 1200px) {
  .borrower-pane .flex-box > .form-group {
    width: 47.5%;
  }
}
.loading_msg{
  text-align:center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.loading_msg p{
  margin-top:2em;
  color: rgb(0,132,188);
}
.spinner {
  /* display:none;*/
   
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,132,188,.15);
   border-right:6px solid rgba(0,132,188,.15);
   border-bottom:6px solid rgba(0,132,188,.15);
   border-top:6px solid rgba(0,132,188,.8);
   border-radius: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);}
}

.overlay_loader{
 position:fixed;
 top : 0;
 left : 0;
 width : 100%;
 height : 100%;
 background-color : rgb(255,255,255,0.5);
 z-index:99999
}