.theme-table-jobs-home-list thead th {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.92;
  color: #0c6158;
  text-decoration: none;
  text-transform: uppercase; }

.theme-table-jobs-home-list tbody td {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.69;
  color: #707070; }

.theme-table-jobs-home-list-button {
  cursor: pointer;
  padding: 10px; }
  .theme-table-jobs-home-list-button:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear; }
  .active.theme-table-jobs-home-list-button:before, .theme-table-jobs-home-list-button:hover:before {
    background-color: #ffb400; }

.theme-table-jobs-home-list thead th {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.92;
  color: #0c6158;
  text-decoration: none;
  text-transform: uppercase; }

.theme-table-jobs-home-list tbody td {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.69;
  color: #707070; }

.theme-table-jobs-home-list-button {
  cursor: pointer;
  padding: 10px; }
  .theme-table-jobs-home-list-button:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear; }
  .active.theme-table-jobs-home-list-button:before, .theme-table-jobs-home-list-button:hover:before {
    background-color: #ffb400; }

.theme-table-jobs-home-list {
  color: #0c6158;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  height: 55vh;
  max-height: 55vh;
  margin-top: 5rem; }
  .theme-table-jobs-home-list table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    position: relative; }
  .theme-table-jobs-home-list col.views-field-field-job-position {
    width: 100%; }
  .theme-table-jobs-home-list col.views-field-field-job-country {
    width: 35%; }
  .theme-table-jobs-home-list col.views-field-field-job-status {
    width: 35%; }
  .theme-table-jobs-home-list col.views-field-field-job-deadline {
    width: 15%; }
  .theme-table-jobs-home-list col.views-field-field-job-client {
    width: 30%; }
  @media screen and (max-width: 768px) {
    .theme-table-jobs-home-list col.views-field-field-job-position {
      width: 90%; }
    .theme-table-jobs-home-list col.views-field-field-job-deadline {
      width: 35%; } }
  @media screen and (max-width: 768px) {
    .theme-table-jobs-home-list col.views-field-field-job-client,
    .theme-table-jobs-home-list thead th.views-field-field-job-client,
    .theme-table-jobs-home-list tbody td.views-field-field-job-client {
      display: none; } }
  .theme-table-jobs-home-list thead th {
    box-sizing: border-box;
    padding: 1rem 0.8rem;
    vertical-align: bottom;
    text-align: center;
    background-color: #cbcbcb;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0; }
    .theme-table-jobs-home-list thead th:not(:last-child) {
      box-shadow: inset -1px 0 0 0 #b2b2b2; }
    .theme-table-jobs-home-list thead th.align-left {
      text-align: left; }
    .theme-table-jobs-home-list thead th.align-center {
      text-align: center; }
    .theme-table-jobs-home-list thead th.align-right {
      text-align: right; }
    .theme-table-jobs-home-list thead th.whitespace-nowrap > div {
      white-space: nowrap; }
    .theme-table-jobs-home-list thead th > div {
      min-width: 1.24rem; }
    .theme-table-jobs-home-list thead th a {
      color: inherit;
      font: inherit;
      text-decoration: inherit; }
    .theme-table-jobs-home-list thead th.is-active {
      background-color: #0c6158;
      color: #ffffff; }
  .theme-table-jobs-home-list tbody tr {
    background-color: #ffffff; }
    .theme-table-jobs-home-list tbody tr:hover {
      background-color: #f5f5f5; }
  .theme-table-jobs-home-list tbody td {
    vertical-align: baseline; }
    .theme-table-jobs-home-list tbody td > div {
      padding: .3rem 0.8rem; }
    .theme-table-jobs-home-list tbody td.align-left {
      text-align: left; }
    .theme-table-jobs-home-list tbody td.align-center {
      text-align: center; }
    .theme-table-jobs-home-list tbody td.align-right {
      text-align: right; }
    .theme-table-jobs-home-list tbody td.whitespace-nowrap:hover {
      z-index: 1; }
      .theme-table-jobs-home-list tbody td.whitespace-nowrap:hover > div {
        -webkit-animation: theme-views-table-jobs-whitespace-hover .5s 1s forwards;
        animation: theme-views-table-jobs-whitespace-hover .5s 1s forwards; }
    .theme-table-jobs-home-list tbody td.whitespace-nowrap > div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .theme-table-jobs-home-list tbody td a {
      color: #0c6158;
      text-decoration: none; }
      .theme-table-jobs-home-list tbody td a:focus, .theme-table-jobs-home-list tbody td a:hover {
        color: #17bcaa; }
  .theme-table-jobs-home-list-reel {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center; }

@-webkit-keyframes theme-views-table-jobs-whitespace-hover {
  0% {
    opacity: 0;
    position: absolute;
    white-space: unset;
    max-width: 50%; }
  100% {
    opacity: 1;
    position: absolute;
    white-space: unset;
    background-color: #f5f5f5;
    max-width: 50%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3); } }

@keyframes theme-views-table-jobs-whitespace-hover {
  0% {
    opacity: 0;
    position: absolute;
    white-space: unset;
    max-width: 50%; }
  100% {
    opacity: 1;
    position: absolute;
    white-space: unset;
    background-color: #f5f5f5;
    max-width: 50%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3); } }
