@charset "utf-8";
/* CSS Document */
.career-header .careers-img {
  display: block;
  margin-bottom: 20px;
}
.career-header .careers-img img {
  width: 100%;
  height: auto;
}
#inner-data > header.career-header {
  border-bottom: 0;
}
#inner-data > header.career-header > h1 {
  background-image: none;
  font-size: 1.1em;
  color: #1c5066;
  line-height: 25px;
  text-shadow: none;
}
.message {
  margin-top: -22px;
}

form button.btn-default {
  font-size: 1.5em;
}
form .left-arrow {
  margin-left: 5px;
}

.captcha-main {
  margin-bottom: 0;
}
.help-block {
  margin-bottom: 0;
  margin-top: 15px;
}

#inner-data h2 {
  margin-bottom: 20px;
}
.active .select2-container .select2-choice > .select2-chosen {
  color: #666;
}
.xx .select2-results li {
  direction: ltr;
  text-align: left;
  background: #000;
}
.select2-results li {
  direction: ltr;
  text-align: left;
}
.career-tele-code {
  display: flex;
  flex-direction: row-reverse;
}
.career-tele-code #name {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .message {
    margin-top: 0;
  }
  #career_code {
    padding: 6px;
  }
}
