
#job-offer {
	margin-top: 60px;
}
#insertion-list-tbl td {
	padding: 5px 0;
}
#insertion-list-tbl tr.even td {
	background-color: #c1cee3;
}
#contentContainer {
	position: relative;
	width: 464px;
	height: 324px;
	overflow: hidden;
	background-image: url(image/mapa-cr.png);
	cursor: pointer;
}
#thing {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	box-shadow: 1px 1px 2px #303030;
	background-color: #f8981d;
}
.nav-list {
	margin-bottom: 25px;
	margin-top: 5px;
}
.selected {
	font-weight: bold;
}
h4.i-title {
color: #f9a127;
font-weight: bold;
font-size: 20px;
}
#job-offer-filter-form #edit-actions {
	display: block;
}
#job-offer-filter-form #edit-reset {
	font-weight: 300;
	font-size: 1rem;
	color: #213a8e;
	border: none;
	background: none;
	padding: 0;
	background-image: url(images/refresh-arrow.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	padding-left: 20px;
	margin-top: 27px;
}
#job-offer #job-offer-filter-form > div{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 2rem;
}
@media (max-width: 768px) {
	#job-offer #job-offer-filter-form > div{
		gap: .5rem;
		}
}
#job-offer #job-offer-filter-form  .form-item {
	flex-grow: 1;
}
#job-offer #job-offer-filter-form #edit-keyword {
	margin: 0;
}
#job-offer td.active {
background: none;
}
#job-offer th.active {
background: none;
}
#job-offer th a.active span {
margin-left: 7px;
}
#insertion-details,
#insertion-staffing {
    line-height: 2.5em;
}

/* TOP POSITIONS */

#job-offer-top-list h3 {
color: #003583;
font-size: 19px;
font-weight: 500;
text-align: center;
margin-top: 0px;
margin-bottom: 27px;
}
#job-offer-top-list h3 a {
color: #003583;
}
#job-offer-top-list h3 a:hover {
text-decoration: none;
}
#job-offer-top-list .job-offer {
background-color: #f0f1f5;
padding: 35px;
padding-bottom: 50px;
height: auto;
min-height: 400px;
margin-bottom: 35px;
font-size: 17px;
line-height: 30px;
border-top: 5px solid #ff8f00;
position: relative;
}
#job-offer-top-list .job-offer p {
text-align: left;
}
#job-offer-top-list .job-offer a.jo-top-list-btn{
display: block;
position: absolute;
left: 50%;
bottom: 20px;
font-weight: 500;
background-color: #003583;
color: #fff;
border-radius: 25px;
padding: 10px 20px;
width: 200px;
border: 2px solid #003583;
margin-left: -100px;
}
#job-offer-top-list .job-offer a.jo-top-list-btn:hover{
text-decoration: none;
background: none;
color: #003583;
border: 2px solid #003583;
}

/* TABLE */

#offer-list-table tr {
border: none;
}
#offer-list-table .table-hover tbody tr:hover {
	background: none;
}
#offer-list-table tr:hover td {
	font-weight: 700;
}
#offer-list-table tr a {
color: #10131a;
text-decoration: none;
}
#offer-list-table tr td {
padding: 14px;
margin: 10px 0;
border: none;
}
#offer-list-table .table-striped tbody tr:nth-of-type(2n+1) {
	background-color: #f4f6ff;
}

/* BX SLIDER */

	#job-offer .container {
	max-width: 1370px;
	}
	#top-jobs-block-bx-wrapper .bx-wrapper,
	#top-jobs-bx-wrapper .bx-wrapper  {
	  box-shadow: none;
	  border: none;
	  margin: 0 auto;
	}
	#top-jobs-block-bx-wrapper .bx-wrapper .bx-prev,
	#top-jobs-bx-wrapper .bx-wrapper .bx-prev{
	  left: -50px;
	  background: none;
	  background-color: #0b1c3a;
	  border-radius: 100%;
	  background-image: url(images/arrow.svg);
	  background-size: 12px;
	  background-repeat: no-repeat;
	  background-position: center center;
	  transform: rotate(180deg);
	  z-index: 9!important;
	}
	#top-jobs-block-bx-wrapper .bx-wrapper .bx-next,
	#top-jobs-bx-wrapper .bx-wrapper .bx-next   {
	  right: -50px;
	  background: none;
	  background-color: #0b1c3a;
	  border-radius: 100%;
	  background-image: url(images/arrow.svg);
	  background-size: 12px;
	  background-repeat: no-repeat;
	  background-position: center center;
	  z-index: 9!important;
	}
	.bx-pager.bx-default-pager a.active {
	  background: #e95a0c!important;
	}
