.apply-job .profile-circular {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #eee;
  vertical-align: middle;
  float: left; }
  .apply-job .profile-circular img {
    max-width: 100%; }
.apply-job .modal-footer {
  text-align: left; }

.form_filters li {
  font-size: 90%; }

.jobs-index .btn-new-job {
  font-size: 100%; }

.jobs-show .job-info p {
  line-height: 200%; }

.jobs .form_filters li {
  padding: 2px 0; }
.jobs h2 {
  color: #000; }
.jobs .page-header {
  margin-top: 0; }
.jobs .span8 {
  padding-right: 30px;
  width: 580px; }
.jobs .adv {
  margin: 30px 0; }
.jobs .lead {
  margin: 30px 0 0 0; }
.jobs .detail p {
  color: #666; }
.jobs .detail .estrela {
  float: none;
  padding-left: 10px; }
.jobs .company-info p {
  margin-bottom: 0; }
.jobs .list-jobs li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  color: #666; }
.jobs .list-jobs span {
  position: absolute;
  font-size: 12px; }
.jobs .list-jobs .type {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #999; }
.jobs .list-jobs a {
  font-size: 18px;
  display: block; }
.jobs .list-jobs .featured {
  font-weight: bold;
  background-color: #ffffe3; }
.jobs .related {
  border-top: 2px solid #ccc; }
  .jobs .related .lead {
    font-weight: bold;
    color: #000; }
  .jobs .related ul {
    margin-top: 10px; }
  .jobs .related li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    color: #999; }
    .jobs .related li a {
      display: block;
      font-size: 18px; }
    .jobs .related li small {
      font-size: 11px;
      float: right; }
.jobs .nav-pills a {
  color: #777;
  font-size: 12px;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: 8px; }
.jobs .nav-pills .active a {
  color: #000;
  font-weight: bold;
  background-color: #eee; }

.btn-new-job {
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 19px;
  text-align: center;
  padding: 10px 15px 15px 15px;
  color: #fff !important; }
  .btn-new-job span {
    font-size: 26px;
    display: block;
    line-height: 140%; }

.btn-new-curriculum {
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 19px;
  text-align: center;
  padding: 10px 15px 15px 15px;
  color: #fff !important; }
  .btn-new-curriculum span {
    font-size: 26px;
    display: block;
    line-height: 140%; }
