@charset "UTF-8";
/* CSS Document */

.swal2-container {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#msform {

    text-align: center;

    position: relative;

    margin-top: 20px;

}

#msform fieldset:not(:first-of-type) {

    display: none;

}

/*progressbar*/

#progressbar {

    margin-bottom: 30px;

    overflow: hidden;

    color: lightgrey;
	text-align: center;

}



#progressbar .active {

    color: #000000;

}



#progressbar li {

    list-style-type: none;

    font-size: 12px;

    width: 25%;

    float: left;

    position: relative;

}

/*Icons in the ProgressBar*/

#progressbar #account:before {

    font-family: FontAwesome;

    content: "\f5e4";

}



#progressbar #personal:before {

    font-family: FontAwesome;

    content: "\f007";

}



#progressbar #payment:before {

    font-family: FontAwesome;

    content: "\f09d";

}



#progressbar #confirm:before {

    font-family: FontAwesome;

    content: "\f00c";

}



/*ProgressBar before any progress*/

#progressbar li:before {

    width: 50px;

    height: 50px;

    line-height: 45px;

    display: block;

    font-size: 18px;

    color: #ffffff;

    background: lightgray;

    border-radius: 50%;

    margin: 0 auto 10px auto;

    padding: 2px;

}



/*ProgressBar connectors*/

#progressbar li:after {

    content: '';

    width: 100%;

    height: 2px;

    background: lightgray;

    position: absolute;

    left: 0;

    top: 25px;

    z-index: -1;

}



/*Color number of the step and the connector before it*/

#progressbar li.active:before, #progressbar li.active:after {

    background: #064ABB;

}

.color-principal {
	color: #064ABB;
}

.bg-principal {
	background-color: #064ABB !important; 
}

.progressbar {
  counter-reset: step;
	height: 200px;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 33%;
  position: relative;
  text-align: center;
  cursor: pointer;
  	
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #EB7F00;
}
.progressbar li.active:before {
  border-color: #EB7F00;
} 
.progressbar li.active + li:after {
  background-color: #EB7F00;
}

.progressbar li.done {
  color: #1695A3;
}
.progressbar li.done:before {
  border-color: #1695A3;
} 
.progressbar li.done + li:after {
  background-color: #1695A3;
}

.progress-step{
	width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #EB7F00;
	color: #FFFFFF;
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}
