/*========================================================
  NeoRecruit Custom styles
========================================================*/

div.page {
  float: none !important;
  padding: 0px !important;
}

#application-form [class*="span"] {
  box-sizing: border-box;
  float: left;
}

.neorecruit-jobs, .neorecruit-jobs p {
  color: #000;
}

.neorecruit-jobs h1, .offer h1, .confirmation h1, .neorecruit-search h1 {
  font-size: 38px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  margin: 0 auto 20px;
  line-height: 40px;
}

.main-area .neorecruit-jobs h2 {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin: 20px auto 0;
  line-height: 40px;
  width: auto;
}

.neorecruit-jobs .contentdescription {
  margin-bottom: 1em;
}

.neorecruit-jobs table, .neorecruit-search table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.neorecruit-jobs .table-offers .col-3, .neorecruit-search .table-offers .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}
.neorecruit-jobs .table-offers th, .neorecruit-search .table-offers th {
    min-height: 1px;
    position: relative;
    width: 100%;
}
.neorecruit-jobs .table-offers th, .neorecruit-search .table-offers th {
    display: table-cell !important;
    width: 100%;
}
.neorecruit-jobs .table-offers td, .neorecruit-search .table-offers td {
  display: table-cell !important;
  vertical-align: middle;
  width: auto;
}
.neorecruit-jobs th, .neorecruit-search th {
    background: #009945;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
.neorecruit-jobs tbody tr td, .neorecruit-search tbody tr td {
    border-bottom: 1px solid #9fa0a1;
    padding: 10px;
}
.neorecruit-search .table-offers .col-num, .neorecruit-search .table-offers .item-num {
    width: 2%;
}

.neorecruit-jobs td a, .neorecruit-search td a { color: #000; }

.neorecruit-jobs label.invalid, .neorecruit-jobs label.invalid p { color: red; }
.neorecruit-jobs input.invalid, .neorecruit-jobs textarea.invalid { border-color: red; }
.neorecruit-jobs .chzn-container.invalid .chzn-single { border-color: red; color: red; }

.rc-anchor-normal .rc-anchor-checkbox-label {
  color: red;
}

.offer .span5 {
  width: 41.666667%;
}

.row-fluid {
  clear: both;
  width: 100%;
  *zoom: 1;
}

.pull-right {
  float: right;
}

.offer .features {
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
}
.offer .features .dl-horizontal {
    background: #f8f8f8;
    margin: 0 0 0 2em;
    padding: 2em !important;
}
.offer .dl-horizontal dt {
    float: left;
    width: 45%;
}
.offer .dl-horizontal dd {
    margin-left: 50%;
    width: 70%;
}
.offer .form-actions {
    display: inline-block;
    margin: 1em 0;
    text-align: center;
    width: 100%;
}
.offer .application legend {
  font-size: 28px;
  font-weight: normal;
  color: #000;
  margin: 10px auto 0;
  line-height: 40px;
}

.neorecruit-search .control-group { padding: 10px; }
.neorecruit-search .form-horizontal .control-label { width: 30%; float: left; }
.neorecruit-search .form-horizontal .controls { width: 70%; }
.neorecruit-search .controls input { height: 24px; width: 300px; }
.neorecruit-search .form-actions {
    display: inline-block;
    margin: 1em 0;
    padding-left: 30%;
}

@media (min-width: 992px) {
  .neorecruit-jobs .table-offers .col-lg-1, .neorecruit-search .table-offers .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    width: 8.33%;
  }
  .neorecruit-jobs .table-offers .col-lg-2, .neorecruit-search .table-offers .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.67%;
    flex: 0 0 16.67%;
    width: 16.67%;
  }
  .neorecruit-jobs .table-offers .col-lg-3, .neorecruit-search .table-offers .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .neorecruit-jobs .table-offers .col-lg-4, .neorecruit-search .table-offers .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .offer .col-xs-12 { width: 100%; }
  .offer .features { margin-bottom: 2em !important; }
  .offer .features .dl-horizontal { margin-left: 0; padding: 2em 2em 1.5em 2em !important; }
  .offer .dl-horizontal dt { float: none; font-weight: bold; width: 100%; }
  .offer .dl-horizontal dd { margin-bottom: 5px; margin-left: 0.5em; width: 100%; }
  #application-form .form-actions .btn { font-size: 12px; }
  #application-form .captcha-container { margin-top: 250px; position: relative; }
  #application-form .letter-container { margin-top: -340px; }
  #application-form .g-recaptcha { max-width: 270px; transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0; }
  #application-form .g-recaptcha > div:first-child { max-width: 100%; }
  #application-form .form-consent { padding: 0 !important; }
}

.neorecruit-jobs #system-message-container .alert-error {
  color: red;
}
.neorecruit-jobs .btn-more {
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  text-transform: none;
  white-space: nowrap;
}
.neorecruit-jobs .btn-more:hover {
  color: #fff;
}

.neorecruit-jobs #application-captcha {
  margin-top: 1em;
}
.neorecruit-jobs .privacy-policy p {
  font-size: 0.8em;
  line-height: 1.8em;
  margin: 0.5em 0;
}
.neorecruit-jobs .privacy-policy a {
  text-decoration: underline;
}

#mod-neorecruit-application legend {
  font-size: 24px;
  font-weight: bold;
  margin-top: 1.5em;
  text-align: center;
  width: 100%;
}
#mod-neorecruit-application .form-actions {
  display: inline-block;
  margin: 1em 0 3em;
  text-align: center;
  width: 100%;
}
#mod-neorecruit-application .text-center {
  text-align: center;
}

.neorecruit-jobs #limit_chzn { width: 60px !important; }
