.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.jobs-tables tr:hover{
  -webkit-box-shadow: 3px 4px 20px 3px #3333331f;
  -moz-box-shadow: 3px 4px 20px 3px #3333331f;
  box-shadow: 3px 4px 20px 3px #3333331f;
}

table {
  border-collapse: collapse;
}

.table thead th.jobs-th:first-child {
  /* border-top-left-radius: 5px; */
}

.table thead th.jobs-th {
  border: 0;
  background-color: #fdb913;
  border-right: 1px solid #fff;
  color: #ffffff;
  font-weight: 400;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table tr, .table td {
  color: #666666;
  font-family: 'roboto-semi';
}

th {
  text-align: inherit;
}

.jobs-pagination {
  /* display: inline-block; */
}

.jobs-pagination ul li {
  margin-right: 10px;
}

.jobs-pagination ul li.page-item a.page-link {
  border-radius: .2rem;
}

.jobs-pagination ul li.page-item .page-link.aktif {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #278dcb;
}

.jobs-pagination ul li.page-item .page-link {
  border-color: #278dcb;
  padding: .5rem 1rem;
  line-height: inherit;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

a.page-link{
  text-decoration: none;
  color: #278dcb;
}

.page-link:focus, .page-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #278dcb;
  border-color: #ddd;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.justify-content-center {
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.table-filter {
  margin: 15px 0px;
}

.table-filter a {
  padding: 10px 118px;
  border: 1px solid #fdb913;
  text-decoration: none;
  color: #fdb913;
}

.table-filter a:hover {
  background-color: #fdb913;
  color: #ffffff;
}

.active-table {
  background-color: #fdb913;
  color: #ffffff !important;
}
