#all-jobs {
width: 100%;
max-width: 1500px;
margin: 0 auto;
font-size: 1.5rem;
}
#aj-title {
color: #4742B6;
font-size: 285%;
font-weight: bold;
text-align: center;
}
#aj-welcome {
width: 100%;
margin: 5rem auto;
line-height: 150%;
text-align: justify;
}
#aj-welcome a {
color: #4742B6;
}
#search-container {
margin-bottom: 2rem;
}
#aj-search-field {
height: 4.5rem !important;
line-height: 4.5rem !important;
border-color: #AAA;
}
#aj-search-field:hover,
#aj-search-field.hovered {
border-color: #686767;
}
#aj-search-field input[type=text] {
color: #686767;
font-size: 1.25rem;
}
#aj-jobs {
width: 100%;
}
#aj-jobs th:nth-child(1), #aj-jobs td:nth-child(1) { text-align: left; }
#aj-jobs th:nth-child(2), #aj-jobs td:nth-child(2) { text-align: left; }
#aj-jobs th:nth-child(3), #aj-jobs td:nth-child(3) { text-align: left; }
#aj-jobs th:nth-child(4), #aj-jobs td:nth-child(4) { text-align: left; }
#aj-jobs th {
color: #4742B6;
font-size: 115%;
padding-bottom: 1.5rem;
border-bottom: 0.2em solid #4742B6;
}
#aj-jobs td {
color: #333;
border-top: 1px solid #4742B6;
overflow: visible;
white-space: normal;
}
#aj-jobs .empty-row td {
padding-top: 3rem !important;
text-align: center !important;
font-style: italic !important;
}
#aj-jobs td:nth-child(3) {
white-space: nowrap;
}
#aj-jobs tr.job-offer {
cursor: pointer;
}
#aj-jobs tr.job-offer:hover td {
background-color: #7582E82E;
}
#aj-jobs tr.hidden {
display: none;
}
#aj-jobs th,
#aj-jobs td {
padding: 1.75rem 1.75rem;
}
#aj-jobs th {
padding-bottom: 1rem;
}
#aj-jobs th:first-child,
#aj-jobs td:first-child {
padding-left: 1rem;
}
#aj-jobs th:last-child,
#aj-jobs td:last-child {
padding-right: 1rem;
}
#aj-jobs .offer-info,
#aj-jobs .info-extended {
display: inline-flex;
flex-direction: column;
gap: 1rem;
}
#aj-jobs .info-extended {
margin: 1rem 0 0 5rem;
font-style: italic;
}
#aj-jobs .info-extended .fa {
color: #40509D;
}
#aj-jobs .info-type,
#aj-jobs .info-company,
#aj-jobs .info-workplace {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 1rem;
}
#aj-jobs .info-extended,
#aj-jobs .info-type,
#aj-jobs .info-company,
#aj-jobs .info-workplace {
display: none;
}
#aj-unsolicited {
width: 100%;
margin: 6rem auto;
line-height: 150%;
text-align: center;
}
button[name=unsolicited-application] {
margin-top: 3rem;
}
@media (max-width: 1150px) {
#aj-jobs th:nth-child(4),
#aj-jobs td:nth-child(4) {
display: none;
}
#aj-jobs .info-extended,
#aj-jobs .info-workplace {
display: inline-flex;
}
}
@media (max-width: 900px) {
#aj-jobs th:nth-child(3),
#aj-jobs td:nth-child(3) {
display: none;
}
#aj-jobs .info-extended,
#aj-jobs .info-company  {
display: inline-flex;
}
}
@media (max-width: 750px) {
#aj-title {
font-size: 3.5rem;
}
#aj-jobs th:nth-child(2),
#aj-jobs td:nth-child(2) {
display: none;
}
#aj-jobs .info-extended,
#aj-jobs .info-type {
display: inline-flex;
}
}
#choose-company {
width:     95vw;
max-width: 400px;
padding: 2rem;
}
.libsearch {
display: flex;
flex-direction: row;
align-items: center;
line-height: 33px;
border-radius: 4px;
border: 1px solid #CBD8E0;
padding: 0 0.5rem;
}
.libsearch:hover,
.libsearch.hovered {
border-color: #666;
}
.libsearch .search-icon-container,
.libsearch .cancel-icon-container,
.libsearch .processing-icon-container {
color: #BBB;
width: 3rem;
text-align: center;
font-size: 1.3rem;
flex-shrink: 0;
}
.libsearch input[type=text] {
flex-grow: 1;
border-width: 0;
padding: 0 0.5rem;
background-color: transparent;
outline: transparent;
}
.libsearch input::placeholder {
color: #999;
}
.libsearch .cancel-icon-container {
display: flex;
flex: 0 0 auto;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
color: #999;
margin-left: 0.5rem;
border-radius: 0.5rem;
border: 1px solid transparent;
cursor: pointer;
}
.libsearch .cancel-icon-container:hover {
color: #D76751;
border-color: #C0C0C0;
background-color: #F8F8F8;
}
.libsearch-body {
visibility: hidden;
display: inline-block;
top: 0;
left: 0;
position: absolute;
line-height: 2rem;
background-color: #FFF;
border-radius: 0.5rem;
border: 1px solid #999;
box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.4);
}
.libsearch-body-results-wrapper {
margin: 1rem;
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.libsearch-body-results .libsearch-result-count,
.libsearch-body-results .libsearch-no-result-found {
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
line-height: 3rem;
}
.libsearch-body-results .libsearch-result+.libsearch-result-count {
margin-top: 1.5rem;
}
.libsearch-body-results .libsearch-result-count {
color: #FFF;
background-color: #D14836;
border-radius: 0.5rem;
}
.libsearch-body-results {
width: 100%;
}
.libsearch-body-results .libsearch-result {
cursor: pointer;
}
.libsearch-body-results .libsearch-result+.libsearch-result {
border-top: 1px solid #CCC;
}
.libsearch-body-results .libsearch-result:hover,
.libsearch-body-results .libsearch-result.hovered {
background-color: #F4F5F8;
}
.libsearch-body-results .libsearch-result-link {
text-decoration: none;
}
.libsearch-body-results .libsearch-result-link:hover {
text-decoration: none;
}
