html {
  color: #000000;
  font-size: 12px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 20px auto 0;
  padding: 0;
  max-width: 960px;
  color: #333333;
  line-height: 20px;
}
h1 {
  color: #181D31;
  margin: 0 0 13px;
  padding-top: 5px;
}
h2 {
  color: rgba(24,29,49,0.8);
  font-size: 130%;
}
h4 {
  color: #181D31;
  font-size: 120%;
  font-style: italic;
}
hr {
  display: none;
}
.hr_3 {
  border: 2px dashed #999;
  border-style: none none dashed;
  margin: 5px 0 20px 0px;
  width: 100%;
  display: block;
}
.hidden,
.hide {
  display: none;
}
.nopadding-left-right {
  padding-left: 0px;
  padding-right: 0px;
}
.alert-danger {
  background-color: #f2dede;
  color: #b94a48;
  padding: 10px 20px;
  width: auto;
}
img {
  width: 100%;
}
input[type=text],
input[type=email] {
  height: 23px;
}
input[type=checkbox] {
  height: auto;
}
select {
  height: 30px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
textarea,
input[type=text],
input[type=email] {
  color: #555555;
  display: inline-block;
  padding: 2px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  height: 50px;
  width: 100% !important;
}
.applicant_detail input[type='file'] {
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  color: #555555;
  display: inline-block;
  padding: 2px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 110%;
}
a.template_button,
.template_button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  background: rgba(24,29,49,0.8);
  color: inherit;
  font-size: inherit !important;
  display: inline-block;
}
a.template_button {
  padding-top: 0px;
  padding-bottom: 0px;
}
a.template_button:hover,
.template_button:hover {
  background: rgba(24,29,49,0.2);
}
.buttons button {
  border: none;
}
.detail {
  display: none;
}
#iframe_content {
  width: 90%;
  margin: 0 auto;
}
#branch_search select {
  width: 20%;
  height: 26px;
  min-width: 140px;
}
.client_joblist .bottom-nav {
  top: 0px;
}
.noresult_msg {
  color: #181D31;
  font-size: 170%;
  line-height: 50px;
}
.total_record {
  font-size: 150%;
  line-height: 40px;
}
.total_record span {
  color: #181D31;
}
.well {
  border: 1px solid rgba(24,29,49,0.5);
  margin-bottom: 1%;
  padding: 1%;
  background-color: #efefef;
  background: rgba(24,29,49,0.1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.well p {
  margin-bottom: 5px;
}
.well p.info {
  font-weight: bold;
}
.well a.title {
  font-size: 100%;
  font-weight: bold;
}
.job_detail {
  margin: 0 0 20px;
}
.job_detail article {
  border: 1px solid #efefef;
  padding: 10px 10px 0;
  margin: 0 20px 10px;
}
.job_detail h1 {
  font-size: 130%;
  background: transparent;
  margin-bottom: 0;
}
.job_detail li {
  padding-left: 5px;
}
.job_content {
  border: none;
  margin-bottom: 10px;
}
.job_content .data {
  font-size: 120%;
  line-height: 30px;
  padding: 5px 1%;
}
.job_content .data div {
  float: left;
}
.job_content ul {
  margin: 10px 0px 5px 5px;
}
.job_content ol,
.job_content .key-data ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.job_content li,
.job_content .key-data li {
  list-style-type: square;
  list-style-position: inside;
}
.separator {
  border-top: 3px solid #efefef;
  border-top: 3px solid rgba(24,29,49,0.2);
}
.buttons {
  float: right;
}
.fullad_text_desc {
  display: none;
}
.fullad img {
  width: 75%;
  margin: 0 13%;
}
#progressbar {
  display: none;
  position: absolute;
  background: rgba(24,29,49,0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
#progressbar img {
  width: 48px;
  position: absolute;
  left: 49%;
  top: 49%;
}
.applyform {
  margin: 0;
  clear: both;
}
.applyform .apply-with-seek {
  display: block;
  float: right;
  margin-bottom: 2px;
  text-align: right;
  margin-top: -10px;
}
.applyform .apply-with-seek img {
  width: 50%;
}
.applyform .warning {
  color: #CC0000;
}
#applyform1 {
  padding: 11px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#applyform1 .cv-type {
  clear: both;
}
#applyform1 .cv-type input {
  float: left;
  margin: 6px 3px;
}
#applyform1 .cv-type label {
  width: auto;
  max-width: 360px;
  white-space: inherit;
}
#applyform1 .control-group {
  float: left;
  margin-bottom: 10px;
  width: 95%;
  min-width: 220px;
}
.applicant_detail .control-group {
  margin-top: 10px;
  width: 45% !important;
}
#applyform1 label {
  display: inline-block;
  float: left;
  font-size: 110%;
  line-height: 26px;
  width: 100px;
  padding-left: 10px;
}
#applyform1 .controls {
  float: left;
  width: 35%;
}
#applyform1 .file-upload {
  float: left;
}
#applyform1 .supplement-docs {
  line-height: 18px !important;
}
#applyform1 .suppliment-docs-control {
  overflow: hidden;
}
.applicant_detail li {
  color: red;
}
.client_joblist .applyform .applicant_detail .top_space {
  height: 10px;
  clear: both;
}
.questionnaire h4 {
  margin: 0;
}
.questionnaire h6 {
  margin: 0;
  font-size: 100%;
}
.questionnaire .question {
  margin: 0 0 5px 0;
}
#applyform1 .questionnaire label {
  width: 100%;
}
.form-controls {
  float: left;
}
.questionnaire {
  margin: 0 20px 0 0;
  display: inline-block;
}
.questionnaire img {
  float: right;
  margin: 5px 10px 0 0;
  width: 16px;
}
#applyform1 .pull-right {
  float: right;
}
div.clear {
  height: 1px;
  clear: both;
}
#jobloading_progressbar {
  margin: 0 40%;
  height: 48px;
  width: 48px;
}
.disabled {
  color: #999 !important;
}
.skills-test img {
  width: 40px !important;
}
#skills-tests-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#skills-tests-wrapper .skills-test {
  display: inline-block;
  width: 100px;
  padding: 5px;
  margin: 10px 10px 4px;
  text-align: center !important;
  vertical-align: top;
}
#skills-tests-wrapper .skills-test label {
  font-size: .9em;
  clear: both;
  line-height: 12px;
}
#skills-tests-wrapper .skill-test-item input[type=radio] {
  margin: 0 auto;
}
#skills-tests-wrapper .skills-tests-actions {
  margin-top: 20px;
}
#skills-tests-wrapper .skills-tests-actions input {
  float: right;
  padding: 0 10px;
}
#skills-tests-wrapper .skills-tests-actions input.template_button {
  border: none;
  font-weight: normal;
  border-radius: 3px;
  padding: 2px 10px;
  height: auto;
}
#skills-tests-wrapper #skill-test-message {
  display: none;
}
#skills-tests-wrapper #skill-test-message .message {
  text-align: center;
  display: block;
  border-radius: 3px;
  border: 1px solid black;
}
#skills-tests-wrapper #skill-test-message .warning-message {
  border-color: orange;
  color: orange;
}
#skills-tests-wrapper #skill-test-message .error-message {
  border-color: red;
  color: red;
}
#questionnair-box input[type=radio] {
  float: left !important;
  margin-top: 4px;
}
#questionnair-box input[type=checkbox] {
  float: left !important;
  margin-top: 4px;
}
#questionnair-box label {
  margin-left: -5px !important;
  margin-top: 2px !important;
  padding-top: 0px !important;
  margin-bottom: 15px !important;
  padding-right: 10px !important;
  line-height: 16px !important;
  display: block !important;
  text-align: left !important;
  width: 88% !important;
}
.info-icon {
  vertical-align: middle;
  width: 16px;
  cursor: pointer;
  z-index: 1000;
}
.applicant_detail .cover-letter {
  margin-left: -100px;
}
.pagination {
  float: right;
  margin: 6px 0% 2px;
  position: relative;
  top: 27px;
  right: 0px;
}
.pagination li {
  float: left;
  margin: 2px;
}
.pagination li.active a {
  cursor: default;
  border: 1px solid #999;
  display: block;
  background-color: #efefef;
  border-radius: 3px;
}
.pagination li a {
  display: inline-block;
  font-weight: bold;
  padding: 5px 9px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.col-sm-3 {
  width: 31% !important;
  float: left;
}
@media screen and (max-width: 1024px) {
  #questionnair-box label {
    width: 66% !important;
  }
}
@media screen and (max-width: 700px) {
  textarea,
  input[type=text],
  input[type=email],
  .applicant_detail select {
    width: 93%;
  }
  input#day_phone_country,
  input#ah_phone_country {
    width: 45% !important;
  }
  input#ah_phone_area {
    width: 45% !important;
  }
  input#day_phone,
  input#ah_phone {
    width: 45% !important;
  }
  label[for=day_phone],
  label[for=ah_phone] {
    width: 100% !important;
  }
  input[type='radio'],
  input[type='checkbox'] {
    border: 0px;
    height: 15px;
    weight: 15px;
  }
  .applicant_detail .cover-letter {
    margin-left: 0px;
  }
  #applyform1 .supplement-docs {
    width: 90% !important;
  }
  #questionnair-box label {
    width: 88% !important;
  }
  #skills-tests .col-sm-2 {
    width: 18.5%;
  }
  .col-sm-3 {
    width: 100% !important;
    float: left;
  }
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-9 {
  width: 75%;
}
@media (min-width: 992px) {
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-4 {
    width: 33.3333333%;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-4 {
    width: 33.3333333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .mobile_number {
    width: 65% !important;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.applicant_detail input[type='text'],
.applicant_detail input[type='email'],
.applicant_detail select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  height: 34px;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}
.display_block {
  display: block;
}
div#float_save_for_later div.button_save_for_later {
  background-color: #181D31;
  -webkit-box-shadow: 0 0 20px #181D31;
  -moz-box-shadow: 0 0 20px #181D31;
  height: 50px !important;
  font-size: 34px !important;
}
@media (min-width: 770px) {
  div#linkedin-profile-link .visible-xs,
  div#cv-upload-label .visible-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  div#linkedin-profile-link label.control-label,
  div#cv-upload-label label.control-label {
    width: 160px;
  }
  div#linkedin-profile-link .visible-xs,
  div#cv-upload-label .visible-xs {
    display: inherit;
  }
  div#linkedin-profile-link .hidden-xs,
  div#cv-upload-label .hidden-xs {
    display: none !important;
  }
}
div#lightbox .text-center {
  text-align: center;
}
div#lightbox .btn {
  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;
}
div#lightbox .btn-primary {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #181D31;
  border-color: #2e6da4;
}
form#popup_saveforlater input#email,
form#popup_saveforlater input#security_code {
  height: 23px !important;
  width: 300px !important;
  padding: 2px !important;
}
form#request_callback_form .row {
  padding-bottom: 40px !important;
}
form#request_callback_form input#phone {
  width: 180px !important;
}
form#request_callback_form input#first_name {
  width: 255px !important;
}
div.apply-desc a.apply_now {
  color: inherit;
}
