@charset "UTF-8";
/** -----------------------------------------------------------------------
 *  STRUCTURE
 *  -----------------------------------------------------------------------
 */
.main {
  padding-top: 78px;
  background-color: #FFF;
  overflow: hidden; }

.container {
  position: relative; }

@media (min-width: 768px) {
  .container-aside:before {
    display: block;
    position: absolute;
    top: 0;
    left: 66.6667%;
    width: 200%;
    height: 100%;
    content: ''; }
  .aside,
  .container-aside:before {
    background-color: #e5e4e1; }
  .aside {
    margin-top: 49px; } }

/** -----------------------------------------------------------------------
 *  NAVBAR
 *  -----------------------------------------------------------------------
 */
.jobmatch {
  box-sizing: initial;
  float: left;
  width: 162px;
  height: 32px;
  margin: 0;
  padding: 23px 20px 23px 30px;
  background-image: url("../img/logo-jobmatch-small.svg");
  background-position: center center;
  background-repeat: no-repeat;
  outline: none; }
  .no-svg .jobmatch {
    background-image: url("../img/logo-jobmatch-small.png"); }

.navbar-nav .nav-profile > a {
  position: relative;
  padding-left: 60px; }

.navbar-nav .nav-profile .fa {
  display: none;
  margin-left: 5px; }

.navbar-nav .nav-photo,
.navbar-nav .nav-logo {
  position: absolute;
  height: 48px;
  width: 48px;
  left: 0;
  top: 15px;
  background-color: #FFF; }
  .navbar-nav .nav-photo.empty,
  .navbar-nav .nav-logo.empty {
    padding: 0px;
    background-color: transparent; }

.navbar-nav .nav-logo {
  padding: 2px; }

.navbar-nav .dropdown-menu {
  width: 180px;
  left: -66px;
  padding-bottom: 0;
  font-size: 11px;
  color: #999999;
  border-color: #e5e4e1;
  /* Adding arrow to the dropdown */ }
  .navbar-nav .dropdown-menu a {
    color: #999999;
    font-weight: 700; }
  .navbar-nav .dropdown-menu:after {
    position: absolute;
    top: -15px;
    left: 70px;
    display: inline-block;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    border-left: 20px solid transparent;
    content: ''; }
  .navbar-nav .dropdown-menu .logout {
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F2F1EE;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .navbar-nav .dropdown-menu .logout a {
      color: #1EB8AD; }

.navbar-nav .employers {
  margin: 0;
  background-color: #000; }
  .navbar-nav .employers a {
    padding-left: 30px;
    padding-right: 30px; }

.navbar-toggle {
  margin-right: 30px; }

@media (max-width: 1199px) {
  .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0; }
  .navbar-nav .nav-profile.company {
    max-width: 280px; }
    .navbar-nav .nav-profile.company .dropdown-toggle {
      padding-right: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

@media (max-width: 991px) {
  .navbar-nav .nav-profile.company {
    max-width: 200px; } }

@media (max-width: 767px) {
  .navbar-nav .employers {
    margin-left: 15px;
    margin-right: 15px;
    background-color: transparent; }
  .navbar-nav > li > a,
  .navbar-nav .employers a {
    padding: 10px 0;
    margin-left: 15px;
    margin-right: 15px; }
  .navbar-nav > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .navbar-fixed-top .navbar-collapse {
    background-color: #199990; } }

/** -----------------------------------------------------------------------
 *  CONTENT
 *  -----------------------------------------------------------------------
 */
ul.dash-bullet {
  padding-left: 20px; }
  ul.dash-bullet li {
    display: block; }
  ul.dash-bullet li::before {
    content: "\2013";
    font-size: 10px;
    float: left;
    margin-top: 4px;
    margin-left: -18px; }

.page-title {
  position: relative;
  margin-top: 49px;
  font-size: 22px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase; }
  .page-title .btn {
    float: right; }
  .page-title .btn + .btn {
    margin-right: 15px; }
  .page-title .btn-link {
    padding-right: 0;
    text-transform: uppercase; }
    .page-title .btn-link.above-line {
      position: absolute;
      bottom: 0; }
    .page-title .btn-link:hover, .page-title .btn-link:focus {
      color: #1EB8AD;
      text-decoration: none; }
    .page-title .btn-link .fa {
      margin-left: 3px; }
    .page-title .btn-link .icon-collapsed {
      display: inline-block; }
    .page-title .btn-link .icon-expanded {
      display: none; }
    .page-title .btn-link.collapsed .icon-collapsed {
      display: none; }
    .page-title .btn-link.collapsed .icon-expanded {
      display: inline-block; }
  .page-title .fa {
    margin-left: 5px; }

.page-subtitle {
  margin-top: -6px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  text-transform: none; }
  .page-subtitle .candidate-email {
    color: inherit; }
  .ad-details .page-subtitle a,
  .ad-details .page-subtitle a:active,
  .ad-details .page-subtitle a:visited {
    color: #999999; }
  .ad-details .page-subtitle a:hover,
  .ad-details .page-subtitle a:focus {
    color: #555555;
    text-decoration: none; }
  .ad-details .page-subtitle .fa {
    margin-left: 5px; }

.page-title,
.page-subtitle {
  margin-bottom: 12px;
  font-family: inherit;
  line-height: 1.2; }

.area-title {
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 18px; }

.after-page-title dl,
.after-page-title dt, .after-page-title .fields dt,
.after-page-title dd, .after-page-title .fields dd {
  margin: 0; }

.after-page-title a,
.after-page-title a:hover,
.after-page-title a:focus,
.after-page-title a:active,
.after-page-title a:visited {
  color: #2E2E2E; }

.after-page-title .ad-highlighted {
  margin-top: 12px; }

.after-page-title-info span {
  position: relative;
  top: -5px;
  margin-left: 5px; }

.header-image {
  position: relative;
  margin: 30px 0;
  color: #FFF; }
  .header-image-lead {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -24px 0 0 0;
    text-align: center; }
    .header-image-lead h2 {
      margin: 0; }
  @media (max-width: 767px) {
    .header-image img {
      display: none; }
    .header-image-lead {
      position: relative;
      color: #1EB8AD;
      text-align: left; } }

.header-lead {
  margin-top: 36px;
  margin-bottom: 24px;
  color: #1EB8AD; }

.section {
  position: relative;
  padding-bottom: 25px;
  color: #2E2E2E; }
  .section-turquoise {
    background-color: #1EB8AD; }
    .section-turquoise .title,
    .section-turquoise .section-title {
      color: #FFF; }
    .section-turquoise .btn-ghost {
      color: #FFF;
      background-color: transparent;
      border-color: #FFF; }
      .section-turquoise .btn-ghost:focus, .section-turquoise .btn-ghost.focus {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
      .section-turquoise .btn-ghost:hover {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
      .section-turquoise .btn-ghost:active, .section-turquoise .btn-ghost.active,
      .open > .section-turquoise .btn-ghost.dropdown-toggle {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
        .section-turquoise .btn-ghost:active:hover, .section-turquoise .btn-ghost:active:focus, .section-turquoise .btn-ghost:active.focus, .section-turquoise .btn-ghost.active:hover, .section-turquoise .btn-ghost.active:focus, .section-turquoise .btn-ghost.active.focus,
        .open > .section-turquoise .btn-ghost.dropdown-toggle:hover,
        .open > .section-turquoise .btn-ghost.dropdown-toggle:focus,
        .open > .section-turquoise .btn-ghost.dropdown-toggle.focus {
          color: #FFF;
          background-color: rgba(13, 13, 13, 0);
          border-color: white; }
      .section-turquoise .btn-ghost:active, .section-turquoise .btn-ghost.active,
      .open > .section-turquoise .btn-ghost.dropdown-toggle {
        background-image: none; }
      .section-turquoise .btn-ghost.disabled, .section-turquoise .btn-ghost.disabled:hover, .section-turquoise .btn-ghost.disabled:focus, .section-turquoise .btn-ghost.disabled.focus, .section-turquoise .btn-ghost.disabled:active, .section-turquoise .btn-ghost.disabled.active, .section-turquoise .btn-ghost[disabled], .section-turquoise .btn-ghost[disabled]:hover, .section-turquoise .btn-ghost[disabled]:focus, .section-turquoise .btn-ghost[disabled].focus, .section-turquoise .btn-ghost[disabled]:active, .section-turquoise .btn-ghost[disabled].active,
      fieldset[disabled] .section-turquoise .btn-ghost,
      fieldset[disabled] .section-turquoise .btn-ghost:hover,
      fieldset[disabled] .section-turquoise .btn-ghost:focus,
      fieldset[disabled] .section-turquoise .btn-ghost.focus,
      fieldset[disabled] .section-turquoise .btn-ghost:active,
      fieldset[disabled] .section-turquoise .btn-ghost.active {
        background-color: transparent;
        border-color: #FFF; }
      .section-turquoise .btn-ghost .badge {
        color: transparent;
        background-color: #FFF; }
  .section-white {
    background-color: #FFF; }
    .section-white .title,
    .section-white .section-title {
      color: #1EB8AD; }
  .section-gray {
    background-color: #e5e4e1; }
  .section-gray-alt {
    background-color: #F2F1EE; }
  .section-blue {
    color: #1EB8AD;
    background-color: #1F262E; }
    .section-blue .title,
    .section-blue .section-title {
      color: #FFF; }
    .section-blue .btn-ghost {
      color: #FFF;
      background-color: transparent;
      border-color: #FFF; }
      .section-blue .btn-ghost:focus, .section-blue .btn-ghost.focus {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
      .section-blue .btn-ghost:hover {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
      .section-blue .btn-ghost:active, .section-blue .btn-ghost.active,
      .open > .section-blue .btn-ghost.dropdown-toggle {
        color: #FFF;
        background-color: rgba(13, 13, 13, 0);
        border-color: white; }
        .section-blue .btn-ghost:active:hover, .section-blue .btn-ghost:active:focus, .section-blue .btn-ghost:active.focus, .section-blue .btn-ghost.active:hover, .section-blue .btn-ghost.active:focus, .section-blue .btn-ghost.active.focus,
        .open > .section-blue .btn-ghost.dropdown-toggle:hover,
        .open > .section-blue .btn-ghost.dropdown-toggle:focus,
        .open > .section-blue .btn-ghost.dropdown-toggle.focus {
          color: #FFF;
          background-color: rgba(13, 13, 13, 0);
          border-color: white; }
      .section-blue .btn-ghost:active, .section-blue .btn-ghost.active,
      .open > .section-blue .btn-ghost.dropdown-toggle {
        background-image: none; }
      .section-blue .btn-ghost.disabled, .section-blue .btn-ghost.disabled:hover, .section-blue .btn-ghost.disabled:focus, .section-blue .btn-ghost.disabled.focus, .section-blue .btn-ghost.disabled:active, .section-blue .btn-ghost.disabled.active, .section-blue .btn-ghost[disabled], .section-blue .btn-ghost[disabled]:hover, .section-blue .btn-ghost[disabled]:focus, .section-blue .btn-ghost[disabled].focus, .section-blue .btn-ghost[disabled]:active, .section-blue .btn-ghost[disabled].active,
      fieldset[disabled] .section-blue .btn-ghost,
      fieldset[disabled] .section-blue .btn-ghost:hover,
      fieldset[disabled] .section-blue .btn-ghost:focus,
      fieldset[disabled] .section-blue .btn-ghost.focus,
      fieldset[disabled] .section-blue .btn-ghost:active,
      fieldset[disabled] .section-blue .btn-ghost.active {
        background-color: transparent;
        border-color: #FFF; }
      .section-blue .btn-ghost .badge {
        color: transparent;
        background-color: #FFF; }

.box {
  position: relative;
  margin-bottom: 30px; }
  .box .well {
    height: 275px;
    margin: 0;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: "none"; }
  .box .centered-table {
    height: 275px; }
    .box .centered-table .separator {
      font-weight: 400; }
  .box-turquoise .well {
    color: #FFF;
    background-color: #1EB8AD; }
  .box-turquoise .content-table {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: #1EB8AD;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none; }
  .box-turquoise a.content-table:hover,
  .box-turquoise a.content-table:focus {
    color: #FFF;
    background-color: #22cec2; }
  .box-white .well {
    background-color: #FFF; }
  .box-gray .well {
    background-color: #e5e4e1; }
  .box-gray-alt .well {
    background-color: #F2F1EE; }
  .box-blue .well {
    color: #FFF;
    background-color: #1F262E; }
  @media (max-width: 767px) {
    .box,
    .box .well {
      height: auto !important;
      min-height: 0 !important; } }

.main ~ .section {
  padding-top: 25px; }

.article-list-item:last-of-type {
  margin-bottom: 30px; }

.quick-search {
  font-size: 13px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.7); }
  .quick-search .form-group {
    margin-top: 10px; }
    @media (max-width: 767px) {
      .quick-search .form-group.no-padding-right {
        padding-right: 15px !important; } }
  .quick-search .quick-search-label {
    color: #999999;
    font-weight: inherit; }
  .quick-search p {
    margin: 0 0 5px 0; }

.item, .experience, .education, .language, .course {
  position: relative; }
  .item-pre-title, .experience-period-location, .education-period, .course-date, .item-title, .experience-company, .education-school, .language-language, .course-title, .item-subtitle, .experience-title, .education-degree, .course-institution {
    margin: 6px 0; }
  .item-pre-title, .experience-period-location, .education-period, .course-date {
    font-size: 13px;
    color: #999999; }
  .item-title, .experience-company, .education-school, .language-language, .course-title {
    color: #1EB8AD; }
  .item-description, .experience-summary, .course-summary {
    margin: 24px 0 12px 0; }
  .item-actions, .experience-actions, .education-actions, .language-actions, .course-actions {
    position: absolute;
    width: 100%;
    top: -4px; }

.fields {
  margin: 0; }
  .fields a {
    color: #2E2E2E;
    text-decoration: underline; }
  .fields dt {
    margin-top: 0; }
  .fields dd {
    min-height: 24px;
    margin-bottom: 15px; }

.row-actions {
  margin-top: 30px;
  margin-bottom: 30px; }
  .modal .row-actions {
    margin-top: 0;
    margin-bottom: 15px; }
  .row-actions .btn-back .fa {
    margin-right: 6px; }

.link-delete {
  font-size: 11px;
  text-transform: uppercase; }
  .link-delete a,
  .link-delete a:hover,
  .link-delete a:focus,
  .link-delete a:active,
  .link-delete a:visited {
    color: #1EB8AD;
    text-decoration: none; }

small.mandatory,
.mandatory.input-group-addon {
  font-size: 11px;
  color: #CC0C31; }

.has-error .mandatory.input-group-addon {
  color: #FFF; }

.hidden-string {
  position: relative;
  top: 8px;
  font-size: 13px;
  line-height: 1; }

a.btn[disabled] {
  pointer-events: none; }

small.agree {
  font-size: 13px; }
  .empresa small.agree {
    margin-left: -7px; }

:target:before {
  display: block;
  height: 108px;
  margin: -108px 0 0;
  content: ""; }

/** -----------------------------------------------------------------------
 *  TABLES
 *  -----------------------------------------------------------------------
 */
.table .select_row {
  width: 35px; }
  .table .select_row label {
    width: 0;
    padding-left: 0; }

.table .public_id,
.table .date {
  width: 100px; }

.table .public_id_checkbox {
  width: 120px; }

.table .date-and-hour {
  width: 150px; }

.table .age {
  width: 65px;
  text-align: center; }

.table .applications {
  text-align: center; }

.table .actions {
  font-weight: 600;
  text-transform: uppercase;
  text-align: right; }
  .table .actions .action + .action {
    margin-left: 10px; }

.list-candidate-applications .table .company {
  width: 260px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-ad-applications .table .place {
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-ad-applications .table .latest {
  width: 200px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-ad-applications .table .actions {
  width: 150px; }

.list-applications-per-ad .table .place {
  width: 250px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table small {
  font-size: 85%;
  color: #555; }

.table-striped .checkbox label::before {
  background-color: #FFF; }

/** -----------------------------------------------------------------------
 *  FORM ELEMENTS
 *  -----------------------------------------------------------------------
 */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret; }

.form-group .disabled {
  display: none; }

.form-group.disable .form-control {
  display: none; }

.form-group.disable .disabled {
  display: block; }

.table .form-group.checkbox {
  margin: 0; }
  .table .form-group.checkbox label {
    min-height: 0px;
    vertical-align: bottom; }
    .table .form-group.checkbox label::before {
      top: 1px;
      border: 1px solid rgba(31, 38, 46, 0.15); }

.filters .form-group .input-group-addon {
  border-color: #d9d8d3;
  background-color: #d9d8d3; }

.datepicker {
  text-align: center; }

.has_error .input-group-addon {
  color: #FFF; }

/** -----------------------------------------------------------------------
 *  TOOLTIP
 *  -----------------------------------------------------------------------
 */
.user-tooltip {
  color: #d1cdc3;
  margin-left: 6px; }
  .user-tooltip:hover, .user-tooltip:focus {
    color: #1EB8AD; }
  .page-title .user-tooltip {
    position: relative;
    top: -2px;
    font-size: 24px; }
  .area-title .user-tooltip {
    position: relative;
    top: -1px;
    font-size: 22px; }

/** -----------------------------------------------------------------------
 *  TABS
 *  -----------------------------------------------------------------------
 */
.nav-tabs {
  font-size: 13px;
  font-weight: 600; }
  .nav-tabs > li > a {
    border-bottom: 1px solid #DDDEE0; }
  .nav-tabs .badge {
    position: relative;
    top: -1px;
    margin-left: 5px;
    padding: 2px 7px 3px;
    font-size: 11px;
    background-color: #999999; }
  .nav-tabs .active .badge {
    background-color: #1EB8AD; }
  .nav-tabs .eliminated a {
    background-color: #f6f6f4; }

.tab-content {
  min-height: 190px; }

/** -----------------------------------------------------------------------
 *  CAROUSEL
 *  -----------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .carousel .carousel-control .fa-right {
    right: 0px; }
  .carousel .carousel-control .fa-left {
    left: 0px; } }

/** -----------------------------------------------------------------------
 *  PROFILE
 *  -----------------------------------------------------------------------
 */
.title-rule {
  margin-top: 32px; }
  .row + .title-rule {
    margin-top: 20px; }

.profile-details {
  padding-bottom: 30px; }

.profile-photo,
.curriculum-vitae,
.company-logo {
  position: relative;
  width: 100px;
  height: 100px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #FFF; }
  .profile-photo .edit,
  .curriculum-vitae .edit,
  .company-logo .edit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #FFF; }
    .profile-photo .edit:hover, .profile-photo .edit:focus, .profile-photo .edit:active, .profile-photo .edit:visited,
    .curriculum-vitae .edit:hover,
    .curriculum-vitae .edit:focus,
    .curriculum-vitae .edit:active,
    .curriculum-vitae .edit:visited,
    .company-logo .edit:hover,
    .company-logo .edit:focus,
    .company-logo .edit:active,
    .company-logo .edit:visited {
      outline: 0; }
  .modal-profile-photo .profile-photo,
  .modal-curriculum-vitae .profile-photo,
  .modal-company-logo .profile-photo, .modal-profile-photo
  .curriculum-vitae,
  .modal-curriculum-vitae
  .curriculum-vitae,
  .modal-company-logo
  .curriculum-vitae, .modal-profile-photo
  .company-logo,
  .modal-curriculum-vitae
  .company-logo,
  .modal-company-logo
  .company-logo {
    margin: 15px auto 0 auto; }

.modal-company-logo .company-logo {
  width: 240px;
  height: 80px;
  margin: 15px auto 0 auto; }

.company-logo .content {
  border: 1px solid #E5E4E1;
  border-radius: 50%;
  overflow: hidden; }

.company-logo img {
  padding: 5px; }

.company-logo.empty img {
  padding: 0px; }

.company-logo-alt {
  margin-top: 32px; }

.curriculum-vitae {
  height: auto;
  min-height: 100px; }
  .curriculum-vitae-file {
    margin: 0;
    font-size: 13px; }
    .curriculum-vitae-file span {
      display: inline-block;
      padding: 2px 20px 0;
      border-top: 1px solid #e5e4e1; }

.education-degree {
  margin-bottom: 12px; }

.education dl,
.education dt,
.education dd {
  margin: 0; }

.language:last-of-type + hr {
  display: none; }

.experience-time.without-end .experience-end {
  display: none; }

.candidate-favorite,
.candidate-talent-pool,
.ad-talent-pool {
  margin-bottom: 0; }
  .candidate-favorite dd,
  .candidate-talent-pool dd,
  .ad-talent-pool dd {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3; }
  .candidate-favorite a,
  .candidate-talent-pool a,
  .ad-talent-pool a {
    color: #2E2E2E; }
  .candidate-favorite .candidate,
  .candidate-talent-pool .candidate,
  .ad-talent-pool .candidate {
    font-weight: 700; }
  .candidate-favorite .btn,
  .candidate-talent-pool .btn,
  .ad-talent-pool .btn {
    position: relative;
    top: -2px;
    min-width: 30px;
    background-color: rgba(153, 153, 153, 0.3); }

.modal-talent-pool .list-ads {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e5e4e1; }

.modal-talent-pool .item-ad {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e4e1; }
  .modal-talent-pool .item-ad:last-of-type {
    border-bottom: none; }

.modal-talent-pool .form-actions:last-of-type {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid #e5e4e1; }

@media (max-width: 991px) {
  .after-page-title div.candidate-mobile,
  .after-page-title div.candidate-phone {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .profile-photo {
    width: 50px;
    height: 50px;
    margin-top: 0; }
  .jobs-group .job {
    margin-bottom: 15px; }
    .jobs-group .job:last-of-type {
      margin-bottom: 0; } }

/** -----------------------------------------------------------------------
 *  AD
 *  -----------------------------------------------------------------------
 */
.ad-details .summary {
  margin-bottom: 24px; }

.list-ads .badge {
  position: relative;
  margin-left: 5px;
  padding: 3px 7px 3px 6px;
  top: -1px; }

.form-group-references {
  margin-bottom: 32px; }
  .form-group-references .area-title {
    margin-top: 6px;
    margin-bottom: 12px; }

.checkbox.hide + .checkbox.without-label {
  margin-top: 32px; }

.btn-group-highlighted .btn:focus,
.btn-group-highlighted .btn.focus,
.btn-group-highlighted .btn:active:focus,
.btn-group-highlighted .btn:active.focus,
.btn-group-highlighted .btn.active:focus,
.btn-group-highlighted .btn.active.focus {
  background-color: #F2F1EE;
  outline: 0; }

.modal-share-ad .modal-title {
  margin-top: 24px;
  margin-bottom: 24px; }

.modal-share-ad textarea {
  height: 157px; }

@media (max-width: 767px) {
  .form-ad .checkbox.no-label {
    margin-top: 0; } }

/** -----------------------------------------------------------------------
 *  CARDS - AD & CANDIDATE
 *  -----------------------------------------------------------------------
 */
.ad-card,
.candidate-card {
  min-height: 135px;
  margin: 10px 0;
  font-size: 13px;
  color: #1EB8AD; }
  .ad-card-inner,
  .candidate-card-inner {
    background-color: #FFF; }
  .ad-card-link,
  .candidate-card-link {
    display: block; }
  .ad-card-header, .ad-card-body, .ad-card-footer,
  .candidate-card-header,
  .candidate-card-body,
  .candidate-card-footer {
    padding-left: 15px;
    padding-right: 15px; }
  .ad-card-body,
  .candidate-card-body {
    min-height: 48px;
    margin: 6px 0 10px 0;
    color: #1EB8AD;
    font-weight: 500; }
    .ad-card-body p,
    .candidate-card-body p {
      margin: 0;
      line-height: 1.3;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ad-card-footer,
  .candidate-card-footer {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #999999;
    background-color: #F2F1EE; }
  .ad-card-photo,
  .candidate-card-photo {
    display: block;
    width: 20%;
    height: 100% !important;
    margin: 15px; }
  .ad-card-title,
  .candidate-card-title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 36px;
    /* Fallback for non-webkit */
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: #1F262E;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ad-card-company,
  .candidate-card-company {
    font-weight: 700; }
  .ad-card-region,
  .candidate-card-region {
    color: #999999; }
  .ad-card a, .ad-card a:hover, .ad-card a:focus, .ad-card a:active, .ad-card a:visited,
  .candidate-card a,
  .candidate-card a:hover,
  .candidate-card a:focus,
  .candidate-card a:active,
  .candidate-card a:visited {
    text-decoration: none; }

/** -----------------------------------------------------------------------
 *  APPLICATION
 *  -----------------------------------------------------------------------
 */
.application-details .name {
  margin-top: 2px; }

.application-details .photo {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px; }

.list-ad-applications .form-actions .checkbox {
  float: right;
  margin: 5px 0; }

/** -----------------------------------------------------------------------
 *  REFERRAL CHECK
 *  -----------------------------------------------------------------------
 */
.referral-check .name {
  margin-top: 2px; }

.referral-check .photo {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 10px; }

/** -----------------------------------------------------------------------
 *  LATEST OFFERS
 *  -----------------------------------------------------------------------
 */
.section-latest {
  min-height: 200px;
  background-position: top center;
  background-repeat: no-repeat; }
  .section-latest .section-title {
    margin-top: 50px;
    margin-bottom: 50px; }
  .section-latest .carousel-indicators {
    bottom: -50px; }
  @media (max-width: 767px) {
    .section-latest .section-title {
      text-align: center; } }

/** -----------------------------------------------------------------------
 *  SEGMENTATION
 *  -----------------------------------------------------------------------
 */
.section-segmentation {
  padding-bottom: 0px; }
  .section-segmentation .section-title {
    margin-top: 50px;
    margin-bottom: 50px; }
  .section-segmentation .segment {
    height: 285px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .section-segmentation .segment a, .section-segmentation .segment a:hover, .section-segmentation .segment a:focus, .section-segmentation .segment a:active, .section-segmentation .segment a:visited {
      color: #FFF;
      text-decoration: none; }
    .section-segmentation .segment-internships {
      background-image: url("../img/duotone-03.jpg"); }
    .section-segmentation .segment-abroad {
      background-image: url("../img/duotone-02.jpg"); }
    .section-segmentation .segment-executives {
      background-image: url("../img/duotone-04.jpg"); }
  @media (max-width: 767px) {
    .section-segmentation .section-title {
      text-align: center; } }

/** -----------------------------------------------------------------------
 *  ADVANTAGES - CANDIDATE
 *  -----------------------------------------------------------------------
 */
.section-advantages-candidate {
  padding-bottom: 35px;
  overflow: hidden; }
  .section-advantages-candidate .call-to-action {
    position: relative;
    z-index: 1; }
  .section-advantages-candidate:after {
    position: absolute;
    left: 46%;
    bottom: 0px;
    width: 280px;
    height: 280px;
    background-image: url("../img/curriculum.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    content: ''; }
  @media (max-width: 767px) {
    .section-advantages-candidate {
      padding-bottom: 280px; }
      .section-advantages-candidate .col-height {
        display: block; }
      .section-advantages-candidate .call-to-action {
        margin-top: 15px; }
      .section-advantages-candidate:after {
        left: 0;
        bottom: 0px;
        width: 100%;
        background-position: bottom center; } }

/** -----------------------------------------------------------------------
 *  ADVANTAGES - EMPLOYER
 *  -----------------------------------------------------------------------
 */
.section-advantages-employer {
  padding-bottom: 35px;
  overflow: hidden; }
  .section-advantages-employer .call-to-action {
    position: relative;
    z-index: 1; }
  .section-advantages-employer:after {
    position: absolute;
    left: 44%;
    top: 38px;
    width: 360px;
    height: 340px;
    background-image: url("../img/laptop.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: ''; }
  @media (max-width: 767px) {
    .section-advantages-employer {
      padding-bottom: 280px; }
      .section-advantages-employer .col-height {
        display: block; }
      .section-advantages-employer .call-to-action {
        margin-top: 15px; }
      .section-advantages-employer:after {
        left: 0;
        top: auto;
        bottom: -70px;
        width: 100%;
        background-position: bottom center; } }

/** -----------------------------------------------------------------------
 *  FEATURED EMPLOYERS
 *  -----------------------------------------------------------------------
 */
.section-featured-employers {
  font-size: 13px; }
  .section-featured-employers .section-title {
    margin-bottom: 50px; }
  .section-featured-employers .featured-employer img {
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .section-featured-employers .section-title {
      text-align: center; } }

/** -----------------------------------------------------------------------
 *  MISSION, VISION AND VALUES
 *  -----------------------------------------------------------------------
 */
.section-corporate-mission {
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .section-corporate-mission .section-title {
    margin-bottom: 50px; }
  .section-corporate-mission .box {
    min-height: 275px; }

/** -----------------------------------------------------------------------
 *  MISSION, VISION AND VALUES
 *  -----------------------------------------------------------------------
 */
.section-partners {
  padding-top: 25px;
  padding-bottom: 25px; }

/** -----------------------------------------------------------------------
 *  HOMEPAGE
 *  -----------------------------------------------------------------------
 */
.home .main .section {
  padding-top: 25px; }

.signature .logo {
  width: 280px;
  height: 55px;
  margin: 0 auto;
  background-image: url("../img/logo-jobmatch.svg");
  background-position: center center;
  background-repeat: no-repeat; }
  .no-svg .signature .logo {
    background-image: url("../img/logo-jobmatch.png"); }

.signature .text {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 1px;
  color: #FFF; }

@media (max-width: 767px) {
  .signature .logo {
    margin-top: 20px;
    margin-bottom: 20px; }
  .signature .text {
    font-size: 20px; } }

.section-welcome {
  height: 530px;
  padding-top: 40px;
  background-position: bottom center;
  background-repeat: no-repeat; }
  .home-01 .section-welcome {
    background-image: url("../img/header-1-a.jpg"); }
  .home-02 .section-welcome {
    background-image: url("../img/header-2-a.jpg"); }
  .home-03 .section-welcome {
    background-image: url("../img/header-3-a.jpg"); }
  .section-welcome .quick-search {
    margin-top: 80px; }
  @media (max-width: 767px) {
    .section-welcome {
      height: 100%; }
      .section-welcome .quick-search {
        margin-top: 40px; }
      .home-01 .section-welcome .signature .text {
        color: #1F262E; } }

.home-01 .section-latest {
  background-image: url("../img/header-1-b.jpg"); }

.home-02 .section-latest {
  background-image: url("../img/header-2-b.jpg"); }

.home-03 .section-latest {
  background-image: url("../img/header-3-b.jpg"); }

/** -----------------------------------------------------------------------
 *  LOGIN
 *  -----------------------------------------------------------------------
 */
.login .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

/** -----------------------------------------------------------------------
 *  ASIDE
 *  -----------------------------------------------------------------------
 */
.aside-buttons + .aside-content {
  margin-top: 30px; }

.aside-relevant + .aside-content {
  margin-top: 15px; }

.aside-relevant {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3); }

.aside-content > h3:first-child {
  margin-top: 11px;
  font-size: 13px;
  text-transform: uppercase; }

.aside .curriculum {
  position: relative; }
  .aside .curriculum a {
    color: #2E2E2E;
    font-size: 13px;
    font-weight: 600; }

.aside dt.curriculum::before {
  display: block;
  position: relative;
  width: 70px;
  height: 90px;
  background-image: url("../img/curriculum-profile.png");
  background-repeat: no-repeat;
  content: ''; }

@media (max-width: 767px) {
  .aside {
    margin-top: 30px; } }

/** -----------------------------------------------------------------------
 *  CONTACTS
 *  -----------------------------------------------------------------------
 */
.section-google-map {
  height: 530px; }

.section-contacts {
  padding-top: 25px; }

/** -----------------------------------------------------------------------
 *  TERMS AND PRIVACY
 *  -----------------------------------------------------------------------
 */
.section-terms .section-title {
  margin-bottom: 30px; }

.section-terms h5 {
  margin-top: 24px; }

.modal-terms-and-privacy {
  font-size: 80%; }
  .modal-terms-and-privacy h2, .modal-terms-and-privacy h3, .modal-terms-and-privacy h4, .modal-terms-and-privacy h5 {
    font-size: 100%; }
  .modal-terms-and-privacy .page-title,
  .modal-terms-and-privacy .section-title {
    margin-top: 12px;
    margin-bottom: 12px; }
  .modal-terms-and-privacy .page-title {
    font-size: 120%; }
  .modal-terms-and-privacy .section-title {
    font-size: 110%; }
  .modal-terms-and-privacy .title-rule {
    margin-top: 24px;
    margin-bottom: 24px; }
  .modal-terms-and-privacy .btn-close {
    margin-top: 24px; }

/** -----------------------------------------------------------------------
 *  COMPANY PAGE
 *  -----------------------------------------------------------------------
 */
.company-page .header {
  background-color: #fff;
  padding: 20px 0; }
  .company-page .header .company-logo {
    margin: 0;
    width: auto;
    height: auto; }
  .company-page .header img {
    max-height: 120px; }
  .company-page .header .company-links h3 {
    margin: 0;
    font-size: 25px; }
  .company-page .header .company-links a {
    display: block;
    margin-top: 30px; }
  .company-page .header .actions a {
    margin-top: 45px; }

.company-page .main {
  padding: 0; }

.company-page .content {
  background-color: #F9F9F9; }
  .company-page .content .ad {
    margin: 20px 0; }
    .company-page .content .ad h5 {
      text-transform: uppercase;
      font-size: 18px; }
    .company-page .content .ad span {
      margin-right: 15px;
      text-transform: uppercase;
      font-size: 12px;
      color: #999999; }
    .company-page .content .ad .btn {
      margin-top: 14px; }
  .company-page .content dl {
    padding: 25px 15px; }
    .company-page .content dl dt {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 18px;
      color: #000; }
  .company-page .content hr:last-child {
    display: none; }

.company-page footer {
  text-align: center;
  padding: 55px 0; }
  .company-page footer span {
    display: block;
    margin-top: 35px; }

/** -----------------------------------------------------------------------
 *  FOOTER
 *  -----------------------------------------------------------------------
 */
.footer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px; }
  .footer .footer-title {
    color: #1F262E;
    font-size: 15px;
    text-transform: uppercase; }
  .footer .footer-nav {
    font-weight: 600; }
    .footer .footer-nav ul, .footer .footer-nav li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer .footer-nav li {
      padding-bottom: 2px; }
    .footer .footer-nav a,
    .footer .footer-nav a:hover,
    .footer .footer-nav a:focus,
    .footer .footer-nav a:active,
    .footer .footer-nav a:visited {
      text-decoration: none; }
  .footer .newsletter .form-control,
  .footer .newsletter .btn-default {
    color: #2E2E2E;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    box-shadow: none; }
    .footer .newsletter .form-control::-moz-placeholder,
    .footer .newsletter .btn-default::-moz-placeholder {
      color: #555555;
      opacity: 1; }
    .footer .newsletter .form-control:-ms-input-placeholder,
    .footer .newsletter .btn-default:-ms-input-placeholder {
      color: #555555; }
    .footer .newsletter .form-control::-webkit-input-placeholder,
    .footer .newsletter .btn-default::-webkit-input-placeholder {
      color: #555555; }
  .footer .footer-copy,
  .footer .footer-copy a,
  .footer .footer-copy a:active,
  .footer .footer-copy a:visited {
    padding-top: 25px;
    color: #999999;
    text-decoration: none; }
    .footer .footer-copy a:hover,
    .footer .footer-copy a:focus,
    .footer .footer-copy a a:hover,
    .footer .footer-copy a a:focus,
    .footer .footer-copy a:active a:hover,
    .footer .footer-copy a:active a:focus,
    .footer .footer-copy a:visited a:hover,
    .footer .footer-copy a:visited a:focus {
      color: gray; }
    .footer .footer-copy hr,
    .footer .footer-copy a hr,
    .footer .footer-copy a:active hr,
    .footer .footer-copy a:visited hr {
      width: 15%;
      border-top: 1px solid rgba(31, 38, 46, 0.15); }
  .footer .design-and-development,
  .footer .design-and-development a,
  .footer .design-and-development a:active,
  .footer .design-and-development a:visited {
    color: #b3b3b3; }

/** -----------------------------------------------------------------------
 *  ANIMATIONS
 *  -----------------------------------------------------------------------
 */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1; } }

/** -----------------------------------------------------------------------
 *  ADD THIS
 *  -----------------------------------------------------------------------
 */
.share-label,
.addthis_sharing_toolbox {
  display: inline-block; }

.share-label {
  display: none;
  margin-right: 5px;
  line-height: 1.4;
  vertical-align: top; }

.at-share-btn {
  margin: 0px 2px !important;
  vertical-align: bottom; }
  .at-share-btn .at-icon-wrapper {
    border-radius: 4px; }

@media (max-width: 767px) {
  .addthis_sharing_toolbox {
    margin-top: 15px; } }

/** -----------------------------------------------------------------------
 *  FEEDBACK
 *  -----------------------------------------------------------------------
 */
.feedback-icon {
  margin-top: 90px;
  margin-bottom: 24px;
  text-transform: uppercase; }

.feedback-title {
  margin-top: 0; }

.feedback-text {
  margin-bottom: 60px; }

.feedback-button {
  margin-top: 24px; }

.modal-feedback .feedback-icon {
  margin-top: 50px; }

/** -----------------------------------------------------------------------
 *  MODALS
 *  -----------------------------------------------------------------------
 */
.modal .modal-dialog {
  width: 830px; }

.modal .modal-xs {
  width: 560px; }

/** -----------------------------------------------------------------------
 *  AWESOME BOOTSTRAP CHECKBOX
 *  -----------------------------------------------------------------------
 */
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      top: 1px;
      margin-left: -20px;
      border: 1px solid #F2F1EE;
      border-radius: 3px;
      background-color: #F2F1EE;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #2E2E2E; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto #1EB8AD;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: ""; }
    .checkbox input[type="checkbox"]:indeterminate + label::after,
    .checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #e5e4e1;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #1EB8AD;
  border-color: #1EB8AD; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #CC0C31;
  border-color: #CC0C31; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #F2F1EE;
  border-color: #F2F1EE; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #F0AD4E;
  border-color: #F0AD4E; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #1EB8AD;
  border-color: #1EB8AD; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #1EB8AD;
  border-color: #1EB8AD; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #CC0C31;
  border-color: #CC0C31; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #F2F1EE;
  border-color: #F2F1EE; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #F0AD4E;
  border-color: #F0AD4E; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #1EB8AD;
  border-color: #1EB8AD; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #F2F1EE;
      border-radius: 50%;
      background-color: #fff;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #2E2E2E;
      transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto #1EB8AD;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #1EB8AD; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #1EB8AD; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #1EB8AD; }

.radio-danger input[type="radio"] + label::after {
  background-color: #CC0C31; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #CC0C31; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #CC0C31; }

.radio-info input[type="radio"] + label::after {
  background-color: #F2F1EE; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #F2F1EE; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #F2F1EE; }

.radio-warning input[type="radio"] + label::after {
  background-color: #F0AD4E; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #F0AD4E; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #F0AD4E; }

.radio-success input[type="radio"] + label::after {
  background-color: #1EB8AD; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #1EB8AD; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #1EB8AD; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: ""; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/** -----------------------------------------------------------------------
 *  ERROR PAGES
 *  -----------------------------------------------------------------------
 */
.error-page {
  background-color: #1EB8AD;
  color: #fff;
  padding: 355px 0;
  text-align: center; }
  .error-page .jobmatch {
    float: none;
    margin: 30px auto;
    width: 380px;
    height: 38px;
    background-size: cover; }

/** -----------------------------------------------------------------------
 *  HELPER CLASSES
 *  -----------------------------------------------------------------------
 */
.centered-table {
  position: relative;
  display: table;
  height: 100%;
  width: 100%; }
  .centered-table > .content-table {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.block {
  display: block !important; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.semi-bold {
  font-weight: 600 !important; }

.bold {
  font-weight: 700 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.margin-left {
  margin-left: 15px !important; }

.margin-right {
  margin-right: 15px !important; }

.no-glow {
  outline: none;
  box-shadow: none !important; }

.no-border {
  border: none !important; }

.color-turquoise {
  color: #1EB8AD !important; }

.color-blue-dark {
  color: #1F262E !important; }

.color-red {
  color: #CC0C31 !important; }

.color-text {
  color: #2E2E2E !important; }

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