.job-offer-map {
	background-image: url(image/mapa-cr.png);
	width: 464px;
	height: 324px;
	display: block;
	position: relative;
  margin: 0 auto;
}
a.job-pointer {
	position: absolute;
	font-size: 15px;
	background-color: #f8981d;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	border-radius: 25px;
	box-shadow: 1px 1px 2px #303030;
}
a.job-pointer:hover {
	background-color: #09347a;
  color: #fff !important;
}

a.job-pointer.selected {
	color: #09347a !important;
}

hr.insretion-spacer {
	border: none;
	border-bottom: 1px dotted #f9a127;
}
#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 #job-offer-filter-form .form-item {
float: left;
}
#job-offer #job-offer-filter-form .form-item-keyword {
width: 60%;
box-sizing: border-box;
padding: 0 10px;
}
#job-offer #job-offer-filter-form .form-item-region {
width: 20%;
box-sizing: border-box;
padding: 0 10px;
}
#job-offer #job-offer-filter-form .form-item-city {
width: 20%;
box-sizing: border-box;
padding: 0 10px;
}
#job-offer #edit-reset {
margin: 0 0 10px 10px;
border: none;
font-weight: bold;
}
#job-offer .position-name-col {
width: 55%;
}
#job-offer .region-col,
#job-offer .city-col,
#job-offer .close-date-col {
width: 15%;
}
#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 {
border-top: 5px solid #ff8f00;
}
#offer-list-table tr {
border: none;
}
#offer-list-table tr:hover {
background-color: #003583;
color: #fff;
cursor: pointer;
}
#offer-list-table tr a {
color: #303030;
}
#offer-list-table tr:hover a {
color: #fff;
text-decoration: none;
}
#offer-list-table tr td {
padding: 14px;
margin: 10px 0;
border: none;
}