/* 
 * This CSS file is a final override for the base TLJv2 CSS and the bootstrap defaults.
 */
  
/** DEFAULTS - BUILTINS  */

  h1, .h1 { font-family: "Muli"; font-weight: 900; font-size: 34px; line-height: 1.2em; color: #405EA5; }
  h2, .h2 { font-family: "Muli"; font-weight: 900; font-size: 22px; line-height: 1.2em; color: #405EA5; }
  h3, .h3 { font-family: "Muli"; font-weight: 900; font-size: 18px; line-height: 1.2em; color: #405EA5; }
  h4, .h4 { font-family: "Muli"; font-weight: 900; font-size: 16px; line-height: 1.2em; color: #405EA5; }
  h5, .h5 { font-family: "Muli"; font-weight: 900; font-size: 14px; line-height: 1.2em; color: #405EA5; }

  body {
    font-family: "Muli", sans-serif;
    color: #000000;
    background-color: #EDF2F5;
  }

  div {
    font-family: "Muli", sans-serif;
    color: #000000;
  }

  p, a { 
    font-family: "Muli", sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 5px;
    padding: 5px 0;
  }

  a,
  a:visited {
    color: #33C0BD;
    text-decoration: none;
    word-wrap: break-word;
  }

  a:hover {
    color: #7EDDDB;
    text-decoration: none;
  }

  a:focus {
    color: #27918F;
    text-decoration: none;    
  }

  input[type=text],
  input[type=password] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;  
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2) inset;
    text-shadow: 0 0 0 rgba(255,255,255,0.66) ;
    border: 1px solid #dadada;
    /* text-overflow: clip;*/
    width: 100%;
    background-color: #FFFFFF;
  }

  input[type=text]:focus,
  input[type=password]:focus {
    border: 1px solid #FDB816;  
  }

  input[type=text].large {
    border: 0px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
  }

  dd {
    padding-bottom: 10px;
  }

  legend {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  fieldset {
    margin-top: 5px;
    margin-bottom: 10px;
  }

/** DEFAULTS - BOOTSTRAP */

  .btn {
    border-radius: 30px;
    border: solid #33C0BD 2px;
    background-color: #33C0BD;
    color: #FFFFFF;
    font-size: 16px;    
  }

  .btn-sm {
    font-size: 12px;
  }

  .btn-xs {
    font-size: 12px;
  }

  .btn:hover, .btn:active {
    border: solid #7EDDDB 2px;
    background-color: #7EDDDB;
    color: #FFFFFF;
    -webkit-box-shadow: initial;
    box-shadow: initial;    
  }

  .btn:focus, .btn:active:focus {
    border: solid #27918F 2px;
    background-color: #27918F;
    color: #FFFFFF;
  }

  .nav-tabs {
    min-width: 600px;
  }

  .nav-tabs-responsive {
    overflow: auto;
  }

/** DEFAULTS - BOOTSTRAP SELECT */

  .bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #000000;
  }

  .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    left: 5px;
  }

  .caret {
    display: none;
    border: 0px;
  }

  .bs-caret::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 14px;
    color: #405EA5;
  }

/** DEFAULTS - SELECT2 */

  [class^='select2'] {
    border-radius: 0px !important;
  }

  .select2-container--default .select2-selection--single {
    border-color: #dadada;
  }

  .select2-container--default .select2-selection--multiple {  
    border-radius: 0px;
    border-color: #dadada;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF;
    padding: 4px;
  }  

  li.select2-selection__choice {
    border: 0px !important;
    background-color: #7EDDDB !important;
    color: #FFFFFF;
    max-width: 100%;
  }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    
  }

  .select2-selection--single {
    height: 100% !important;
  }

  .select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
  }

  .select2-selection {
    font-size: 12px;
  }
  .select2-selection-text {
    padding-right: 2px;
  }

/** DEFAULTS - FONTAWESOME */

  .fa, .fas {
    display: inline;
  }

/** ALTERNATES - BUTTONS */

  .btn-borderless,
  .btn-borderless:active,
  .btn-borderless:hover,
  .btn-borderless:hover:active {
    border: 0px;
  }

  .btn-action {
    font-weight: 900;
    font-size: 24px;
  }  

  .btn-flat-outline,
  .btn-flat-outline:active,
  .btn-flat-outline:hover,
  .btn-flat-outline:focus,
  .btn-flat-outline:hover:active {
    border-radius: 0px;
    background-color: initial;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
  }

  .btn-flat-outline .filter-option,
  .btn-flat-outline .bs-caret,
  .btn-flat-outline .bs-caret::after {
    color: #FFFFFF;
  }

  .btn-multiselect {
    background-color: #FFFFFF;
    border-radius: 0px;
    border: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    width: 100%;
  }

  .btn-multiselect-small {
    padding: 5px;
    font-weight: normal;
  }

  .btn-multiselect:hover,
  .btn-multiselect:active,
  .btn-multiselect:focus,
  .btn-multiselect:hover:active {
    background-color: #FFFFFF;
    border: 0px;
    color: #000000;
  }

  .btn-wrap, .text-wrap {
    white-space: normal;
  }

/** SITE SECTIONS */

  /*** CONTAINERS */

  /** col-md **/
  @media (min-width: 1200px) {

    #container-header,
    #container-job-search {
      max-width: 1425px
    }
   
    #container-content {
      width: 960px;
    }

    #container-footer-content {
      width: 960px;
    }

  }

    #container-content {
      margin-top: 30px;
    }

  
  #container-job-search {
    align-items: center;
    display: flex; 
    justify-content: center; 
    background: url( '/images/v26/hero_search_box_bg.jpg' ) center;
    min-height: 200px;
    
  }  

  /*** TEMPLATE - HEADER */

  #col-logo {
    background-color: #FFFFFF;
  }

  img#header-logo {
    max-width: 192px;
    max-height: 128px;
    width: 100%;
  }

  #col-country-sites {
    padding-top: 10px;
    background-color: #FFFFFF;
  }

  #col-auth-jobseeker {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #405EA5;
    color: #FFFFFF;    
  }

  #col-auth-recruiter {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #1B2C5F;
    color: #FFFFFF;
  }

  #div-job-search-content {
    max-width: 960px;
    padding-top: 40px;
  }

  #div-job-search {
    padding: 15px;
    background: #FFFFFF;
  }

  #div-adv-search-link {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
  }

  /* col-md */
  @media( min-width: 992px ) {

    .input-divider {
      border-right: 1px solid #9AD4E3;
    }

  }

  /*** TEMPLATE - FOOTER */

  #container-footer-social-icons {
    letter-spacing: 10px;
  }

  .footer-links,
  .footer-links li a {
    color: #000000;
    font-size: 14px;
  }

  .footer-text p {
    font-size: 14px;
  }

  div#sites-container {
    display: inline-block;
  }

  a.footer-site-flags {
    float: left;
  }

  /*** TEMPLATE - SIDEBAR */

  .client-logo-featured {
        display: flex; 
        align-items:center;    
    width: 124px;
    height: 66px;
  }

  .client-logo {
    width: 120px;
    height: 45px;
  }

  .div-rn-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*** PAGE - INDEX */;

  img.promo-img-1-left {
    margin-right: 20px;
    width: 220px;
    height: 100px;
  }

  #index-left-register-form {
    padding: 15px;
    margin-top: 35px  ;
    background-color: #FFFFFF;
  }

  .search-by-link-languages {
    background: url( '/images/v26/tag_language.jpg' ) center;
    background-size: cover;    
  }

  .search-by-link-industries {
    background: url( '/images/v26/tag_industry.jpg' ) center;
    background-size: cover;
  }  

  .search-by-link-locations {
    background: url( '/images/v26/tab_location.jpg' ) center;
    background-size: cover;
  }  

  .search-by-link-employers {
    background: url( '/images/v26/tab_employer.jpg' ) center;
    background-size: cover;
  }  

  .search-by-link-agencies {
    background: url( '/images/v26/tab_agency.jpg' ) center;
    background-size: cover;
  }

  .search-by-link,
  .search-by-link span {
    height: 100px;
    line-height: 100px;
    color: #FFFFFF;
  }

  .search-by-link-active,
  .search-by-link-active span {
    background: initial;
    background-color: #FFFFFF;
    color: #405EA5;
  }

  .search-by-spacer {
    height: 20px;
  }

  .search-by-content {
    min-height: 580px;
    padding: 20px;
    background-color: #FFFFFF;
  }

  /*** PAGE - JDP */

  /* col-md */
  @media( min-width: 992px ) {

    .desktop-text-right {
      text-align: right;
    }

    .canvas-detail {
      padding-top: 10px;
      padding-left: 40px;
      padding-right: 40px;
    }

    .canvas-preview {
      padding-left: 15px;
      padding-right: 15px;
    }

  }

  /*** PAGE - JOBSEEKER */  

  li.nav-button-1 {
    padding: 15px 0px;
    border-bottom: 1px solid lightgrey;
    text-align: right;
  }

  li.no-border {
    border: 0px;
  }

/** OVERRIDE TLJv2 */

  /*** RESETS */

  html, body, table, tr, td, p {
    letter-spacing: initial;
  }

  div {
    border: initial;
  }

  div.menu {
    width: initial;
    height: initial;
    float: initial;
    text-align: initial;
  }

  div.drop-container {
    padding: initial;
    text-align: initial;
  }

  div.drop {
    padding: initial;
    font-size: initial;
    cursor: initial;
  }

  div.ad-holder,
  div.ad-holder img {
    width: initial;
    height: initial;
    border: initial;
    padding: initial;
    margin: initial;
  }

  #guessed_address {
    width: initial;
    height: initial;
    border: initial;
    color: initial;
    background-color: initial;
    padding: initial;
    font-family: Muli, sans-serif;
    line-height: initial;
  }

  .register-form-alert {
    width: initial;
  }

  /*** CHANGES TO OLD CODE */

  div.country {
    z-index: 3;
  }

  .pagination a {
    float: initial;
    width: 25px;
    height: 25px;
    border: 1px solid #405EA5;
    padding: initial;
    margin: initial;
  }

  .page-container {
    color: #405EA5;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .page-container.page-container-border:hover {
    background-color: #405EA5;
    color: #FFFFFF;
  }

  .page-container-border {
    border: 1px solid #405EA5;
  }

  .page-current .page-container {
    background-color: #405EA5;
    color: #FFFFFF;
  }

  #register_form {
    font-size: initial;
  }

/** GENERAL MODIFIERS */

  /*** BOOTSTRAP */

    .gi-2x{font-size: 2em;}
    .gi-3x{font-size: 3em;}
    .gi-4x{font-size: 4em;}
    .gi-5x{font-size: 5em;}  

    .form-control {
      border-radius: 0px;
      
    }

    .text-primary {
      color: #405EA5;
    }

    .text-secondary {
      color: #1B2C5F;
    }

    .text-action {
      color: #31BFBC;
    }

    .text-selection {
      color: #FDB816;
    }

    .text-support {
      color: #EDF2F5;
    }

    .text-accent {
      color: #D9E5EC;
    }

    .text-link {
      color: #33C0BD;
    }

    .text-white {
      color: #FFFFFF;
    }

    .text-black {
      color: #000000;
    }

    .text-size-smaller,
    .text-size-smaller *,
    .text-size-less-3,
    .text-size-less-3 * {
      font-size: 12px;
    }

    .text-size-small,
    .text-size-small *,
    .text-size-less-2,
    .text-size-less-2 * {
      font-size: 14px;
    }

    .text-size-less-1,
    .text-size-less-1 * {
      font-size: 16px;
    }

    .text-underline {
      text-decoration: underline;
    }

    .text-bold,
    .text-bold * {
      font-weight: bold;
    }

    .bg-primary {
      background-color: #405EA5;
    }

    .bg-secondary {
      background-color: #1B2C5F;
    }

    .bg-action {
      background-color: #31BFBC;
    }

    .bg-selection {
      background-color: #FDB816;
    }

    .bg-support {
      background-color: #EDF2F5;
    }

    .bg-accent {
      background-color: #D9E5EC
    }

    .bg-white {
      background-color: #FFFFFF;
    }

    .has-error {
      color: red;
    }

    /*** CUSTOM */

    /* col-md */
    @media( min-width: 992px ) {

      .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      }

      .col-v-centre {
        display: flex; 
        align-items:center;
      }

    }

    /* col-sm */
    @media( min-width: 768px ) {

      .columnise-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        word-wrap: break-word;
      }

      .columnise-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        word-wrap: break-word;
      }

    }

    .centre, .center {
      text-align: center;
    }

    .indent-l1 {
      text-indent: 5px;
      padding-left: 5px;
    }

    .indent-l2 {
      text-indent: 15px;
      padding-left: 15px;
    }

    .indent-l3 {
      text-indent: 20px;
      padding-left: 20px;
    }

    .constrain {
      width: 100%;
    }

    .border-none {
      border: 0px;
    }

    .padding-none {
      padding: 0px;
    }

    .padding-top-none {
      padding-top: 0px;
    }

    .padding-top-5 {
      padding-top: 5px;
    }

    .padding-right-5 {
      padding-right: 5px;
    }

    .padding-right-10 {
      padding-right: 10px;
    }

    .padding-right-15 {
      padding-right: 15px;
    }

    .padding-right-20 {
      padding-right: 20px;
    }

    .padding-5 {
      padding: 5px;
    }

    .padding-15 {
      padding: 15px;
    }

    .padding-20 {
      padding: 20px;
    }

    .margin-none {
      margin: 0 auto;
    }

    .margin-bot-5 {
      margin-bottom: 5px;
    }

    .margin-bot-10 {
      margin-bottom: 10px;
    }

    .margin-bot-15 {
      margin-bottom: 15px;
    }

    .margin-bot-25 {
      margin-bottom: 25px;
    }

    /*** IMAGES */
    .flag-small {
      width: 16px;
      height: 16px;
    }

    .flag-small-mimic {
      padding-left: 19px;
      text-indent: 19px;
    }
    
    .logo-small {
      width: 120px;
      height: 45px;
    }

    .logo-border-grey {
      border: 1px solid #CCCCCC;
    }

    .promo-small {
      width: 130px;
      height: 100px;
    }

    .promo-front {
      width: 200px;
      height: 200px;
    }

