input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
body {
  margin: 0px;
  padding: 0px;
  background: #f9f9f9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.disabled-view {
  width: 400px;
  margin: 0px auto;
  text-align: center;
}
.disabled-view .content {
  font-size: 32px;
  margin-top: 100px;
}
.job-header {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.job-header img {
  margin-top: 30px;
  max-width: 300px;
}
.job-header h1 {
  font-size: 28px;
}
.job-header h1 a {
  text-decoration: none;
  color: #222;
}
.job-header h1 a:hover {
  text-decoration: underline;
}
.apply-form {
  width: 100%;
  margin: 0px auto;
}
.apply-form.searchs_custom .custom-title img {
  vertical-align: middle;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  margin-left: 20px;
}
.apply-form.searchs_custom .custom-title .apply-form-custom-title {
  font-size: 44px;
  margin-left: 20px;
  border-bottom: 6px solid #db8c39;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 70px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}
.apply-form.searchs_custom .content {
  border: 3px solid #becaf7;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.apply-form .content {
  padding: 20px;
  margin-bottom: 60px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #fff;
}
.apply-form .content .success {
  font-size: 42px;
  text-align: center;
}
.apply-form .content .success .icon {
  color: #3BD15E;
}
.apply-form .content .success a {
  text-decoration: none;
  color: #FC7A08;
  font-size: 16px;
}
.apply-form .content .success a:hover {
  color: #5BB35C;
}
.apply-form .content .error-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.apply-form .content .error-list li {
  margin-bottom: 5px;
  background: #D13B45;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section.agree-message {
  overflow-x: hidden;
}
.apply-form .content .section h3 {
  border-bottom: 1px solid #f4f4f4;
}
.apply-form .content .section h3 .connect-linkedin-button {
  float: right;
  background: #0077b5;
  color: #fff;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  font-size: 12px;
}
.apply-form .content .section h3 .connect-linkedin-button:hover {
  cursor: pointer;
}
.apply-form .content .section textarea {
  width: 100%;
  padding: 0px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  height: 100px;
  -webkit-appearance: none;
}
.apply-form .content .section table {
  width: 100%;
}
.apply-form .content .section table tr td:first-child {
  width: 100px;
}
.apply-form .content .section table tr td input[type="text"] {
  -webkit-appearance: none;
  width: calc(100% - 5px);
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section table tr td input[name='email'],
.apply-form .content .section table tr td input[name='phone'] {
  width: calc(100% - 10px);
}
.apply-form .content .section table tr td input[type="file"] {
  margin-bottom: 5px;
}
.apply-form .content .section table tr td input[type="submit"],
.apply-form .content .section table tr td button,
.apply-form .content .section table tr td a {
  -webkit-appearance: none;
  margin-top: 20px;
  padding: 5px 0px 5px 0px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  background: #5BB35C;
  border: 1px solid #48A84A;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section table tr td input[type="submit"]:hover,
.apply-form .content .section table tr td button:hover,
.apply-form .content .section table tr td a:hover {
  cursor: pointer;
}
.apply-form .content .section table tr td input[type="submit"].cancel,
.apply-form .content .section table tr td button.cancel,
.apply-form .content .section table tr td a.cancel {
  text-decoration: none;
  background: #ddd;
  border: 1px solid #ccc;
  color: #aaa;
  float: right;
}
.apply-form .content .section table tr td .add-website-button {
  font-size: 14px;
  color: #5BB35C;
}
.apply-form .content .section table tr td .add-website-button .icon {
  color: #48A84A;
}
.apply-form .content .section table tr td .add-website-button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.apply-form .content .section table tr td.address-label .request-location-button:hover {
  cursor: pointer;
  color: #5BB35C;
}
.apply-form .content .section table tr td.profile-picture {
  vertical-align: top;
  text-align: right;
}
.apply-form .content .section table tr td.profile-picture img {
  margin: 0px;
  max-width: 55px;
  margin-left: 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section table tr td.profile-picture .reset-button {
  display: none;
  font-size: 12px;
  background: #ddd;
  width: 10px;
  padding: 3px 4px 3px 5px;
  float: right;
}
.apply-form .content .section table tr td.profile-picture .reset-button.show {
  display: block;
}
.apply-form .content .section table tr td.profile-picture .reset-button:hover {
  cursor: pointer;
  background: red;
  color: #fff;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button {
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button .text {
  font-size: 12px;
  vertical-align: middle;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button .icon {
  font-size: 12px;
  color: #E34F4F;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button:hover {
  cursor: pointer;
  background: #E34F4F;
  border: 1px solid #E34F4F;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button:hover .icon {
  color: #fff;
}
.apply-form .content .section table tr td.video-input .toggle-video-recorder-button:hover .text {
  color: #fff;
}
.apply-form .content .section table tr td.gender-content {
  padding-bottom: 5px;
}
.apply-form .content .section table tr td.gender-content .gender-checker {
  float: left;
  margin-right: 5px;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.apply-form .content .section table tr td.gender-content .gender-checker.female .icon {
  color: #DE59DC;
}
.apply-form .content .section table tr td.gender-content .gender-checker.female.selected,
.apply-form .content .section table tr td.gender-content .gender-checker.female:hover {
  background: #DE59DC;
  border: 1px solid #DE59DC;
  color: #fff;
  cursor: pointer;
}
.apply-form .content .section table tr td.gender-content .gender-checker.female.selected .icon,
.apply-form .content .section table tr td.gender-content .gender-checker.female:hover .icon {
  color: #fff;
}
.apply-form .content .section table tr td.gender-content .gender-checker.female.selected .text,
.apply-form .content .section table tr td.gender-content .gender-checker.female:hover .text {
  color: #fff;
}
.apply-form .content .section table tr td.gender-content .gender-checker.male .icon {
  color: #596DDE;
}
.apply-form .content .section table tr td.gender-content .gender-checker.male.selected,
.apply-form .content .section table tr td.gender-content .gender-checker.male:hover {
  background: #596DDE;
  border: 1px solid #596DDE;
  color: #fff;
  cursor: pointer;
}
.apply-form .content .section table tr td.gender-content .gender-checker.male.selected .icon,
.apply-form .content .section table tr td.gender-content .gender-checker.male:hover .icon {
  color: #fff;
}
.apply-form .content .section table tr td.gender-content .gender-checker.male.selected .text,
.apply-form .content .section table tr td.gender-content .gender-checker.male:hover .text {
  color: #fff;
}
.apply-form .content .section table tr td.gender-content .gender-checker .text {
  margin-left: 5px;
  font-size: 13px;
  color: #555;
}
.apply-form .content .section table.buttons {
  margin-top: 20px;
  border-top: 1px solid #f4f4f4;
}
@media screen and (min-width: 600px) {
  .job-header {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
  }
  .job-header img {
    margin-top: 30px;
  }
  .job-header h1 {
    font-size: 40px;
  }
  .apply-form {
    width: 600px;
  }
  .apply-form .content {
    margin-top: 30px;
    border: 2px solid #f1f1f1;
  }
  .apply-form .content .section table {
    width: 100%;
  }
  .apply-form .content .section table tr td:first-child {
    width: 100px;
  }
  .apply-form .content .section table tr td.profile-picture {
    vertical-align: top;
    text-align: right;
  }
  .apply-form .content .section table tr td.profile-picture img {
    margin: 0px;
    max-width: 136px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .apply-form .content .section table tr td input[type="text"] {
    width: 280px;
  }
}

/*# sourceMappingURL=form_style.css.map*/