.era_check.invalid {
  background-color: #ffdddd;
}

.custom-file-input.invalid~label {
  background-color: #ffdddd;
}

.custom-file-input~label {
  background-color: #fff;
}

#lastStep {
  display: none;
}

.tabform {
  display: none;
}

.stepscard {
  display: none;
}

.form-group {
  margin-bottom: 15px;
}

.nohighlight:focus {
  outline-width: 0;
}

.pull-left {
  float: left;
  margin-top: 2px;
}

.pull-right {
  float: right;
  margin-top: 2px;
}

.btne {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btne-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btne-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btne-primary {
  width: 100%;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btne-default {
  width: 100%;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-color: #ccc;
}

.btne-next {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.edisableds {
	background-color: #e9ecef!important;
}

.labele {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.labele-success {
  background-color: #5cb85c;
}

.labele-danger {
  background-color: #d9534f;
}

.stepscard {
  padding: 15px;
  color: #000;
  background-color: #fcf8e3;
  border-color: #29b765;
  border-radius: 0px;
  opacity: 0.8;
}

.stepscardheader {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}

.stepscardbody p {
  color: #000;
  margin: 0 0 10px;
  font-family: "Segoe UI", "Helvetica Neue";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}

.stepscardbody a {
  color: #337ab7;
}

.visa-steps {
  overflow: hidden;
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}

.visa-progress {
  position: absolute;
  top: 24px;
  left: 10%;
  width: 80%;
  height: 3px;
  background: #ddd;
}

.visa-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #008fc7;
}

.visa-step {
  position: relative;
  float: left;
  width: 16.6%;
}

.visa-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.visa-step.activated .visa-step-icon {
  background: #f8f9fb;
  border: 1px solid #008fc7;
  color: #008fc7;
  line-height: 38px;
}

.visa-step.active .visa-step-icon {
  background: #008fc7;
}

.visa-step p {
  color: #ccc;
  padding: 4px;
  margin: 0px !important;
  font-size: 0.89rem;
}

.visa-step.activated p {
  color: #008fc7;
}

.visa-step.active p {
  color: #008fc7;
  padding: 4px;
}

.alerte-default {
  background: #acb7bf;
  border: none;
  font-weight: normal;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
}

.alerte-success {
  color: #fff;
  background: #46be8a;
}

.day-box {
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.day-box-start {
  width: 100%;
  height: 25px;
  background: rgba(206, 217, 185, 1);
  background: -moz-linear-gradient(top, rgba(206, 217, 185, 1) 0%, rgba(113, 180, 12, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(206, 217, 185, 1)), color-stop(100%, rgba(113, 180, 12, 1)));
  background: -webkit-linear-gradient(top, rgba(206, 217, 185, 1) 0%, rgba(113, 180, 12, 1) 100%);
  background: -o-linear-gradient(top, rgba(206, 217, 185, 1) 0%, rgba(113, 180, 12, 1) 100%);
  background: -ms-linear-gradient(top, rgba(206, 217, 185, 1) 0%, rgba(113, 180, 12, 1) 100%);
  background: linear-gradient(to bottom, rgba(206, 217, 185, 1) 0%, rgba(113, 180, 12, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ced9b9', endColorstr='#71b40c', GradientType=0);
  text-align: center;
  padding-top: 2px;
  color: white;
}

.day-box-end {
  width: 100%;
  height: 25px;
  background: rgba(204, 143, 130, 1);
  background: -moz-linear-gradient(top, rgba(204, 143, 130, 1) 0%, rgba(180, 43, 12, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204, 143, 130, 1)), color-stop(100%, rgba(180, 43, 12, 1)));
  background: -webkit-linear-gradient(top, rgba(204, 143, 130, 1) 0%, rgba(180, 43, 12, 1) 100%);
  background: -o-linear-gradient(top, rgba(204, 143, 130, 1) 0%, rgba(180, 43, 12, 1) 100%);
  background: -ms-linear-gradient(top, rgba(204, 143, 130, 1) 0%, rgba(180, 43, 12, 1) 100%);
  background: linear-gradient(to bottom, rgba(204, 143, 130, 1) 0%, rgba(180, 43, 12, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc8f82', endColorstr='#b42b0c', GradientType=0);
  text-align: center;
  padding-top: 2px;
  color: white;
}

.day-box-body {
  width: 100%;
  height: 125px;
  background-color: #ffffff;
  text-align: center;
}

.day-box-day {
  margin: 0;
  font-size: -webkit-xxx-large;
}

.day-box-month {
  margin: 0;
  font-size: x-large;
}

.day-box-year {
  margin: 0;
  font-size: x-small;
}

@media (max-width: 415px) {
  .visa-buttons button {
    margin-bottom: 5px;
  }

  .day-box {
    width: initial !important;
  }

  .visa-steps {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .day-box {
    width: 100%;
    height: 150px;
  }
}

.puploads .block {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: white;
  border: 1px solid #CCCCCC;
}

.puploads .block .progressBar {
  background-color: #3E6FAD;
  width: 0px;
  height: 5px;
  margin-top: 47px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: .25s ease-out;
  -webkit-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
}

.puploads .block .cancelButton {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background-color: black;
  border: 2px solid white;
  color: white;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -moz-box-shadow: 0px 0px 10px 0px #C4C4C4;
  -webkit-box-shadow: 0px 0px 10px 0px #C4C4C4;
  -o-box-shadow: 0px 0px 10px 0px #C4C4C4;
  box-shadow: 0px 0px 10px 0px #C4C4C4;
  cursor: pointer;
}

.puploads .block .format {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 34px;
}

.puploads .block .error {
  text-align: left;
  font-size: 14px;
  color: red;
}

.countries {
  padding-top: 65px;
  padding-bottom: 25px;
}

.countries .row {
  margin: 0 -15px;
}

.countries h4 {
  color: #34363A;
  font-family: "SeroBold";
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}

.countries ul {
  list-style: none;
  margin-bottom: 100px;
  padding-left: 0;
}

.countries ul li a {
  color: #1690DD;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
}

.countries ul li {
  position: relative;
  padding-left: 26px;
}

.countries ul li:before {
  content: url('../images/check.png');
  position: absolute;
  left: 0;
  top: 4px;
}

body[dir=rtl] .countries ul {
  padding-right: 0;
}

body[dir=rtl] ul li:before {
  right: 0;
  left: auto;
}

body[dir=rtl] .countries ul li {
  padding-right: 26px;
  padding-left: 0;
}

.search__box {
  background-image: url('../images/searchbox.png');
  padding: 15px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 100px;
  border-radius: 5px;
}

.search__box h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "SeroBold";
}

.search__box .input-group {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 30px;
}

.search__box .input-group-append {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.search__box .form-control {
  padding-right: 60px;
  padding-left: 15px;
  height: 40px;
  border: 0;
  font-size: 16px;
  border-radius: 0;
}

body[dir=rtl] .search__box .input-group-append {
  left: 10px;
  right: auto;
}

body[dir=rtl] .search__box .form-control {
  padding-right: 15px;
  padding-left: 60px;
}

.search__result a {
  border: 1px dotted #999999;
  border-radius: 20px;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #34363A;
  min-height: 40px;
  margin: 15px 0;
  text-align: center;
  padding: 7px 0;
}

.search__result a:hover {
  text-decoration: none;
  color: #34363A;
}

.feature:not(.boxed) {
  margin-bottom: 60px;
}

#footer-3 {
  background-color: #021522;
  background-image: url('../images/pattern2.png');
  min-height: 150px;
  background-position: center;
  background-size: inherit;
  position: absolute;
  width: 100%;
  color: #fff;
}

#footer-3 a {
  color: #fff;
}