/*
The CSS was originally targetting the class jobboard-widget; this is deprecated and should
be removed once all stories are re-published with the new template, which is including ID.
 */

/* job widget */

#jobboard-widget {
-webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
-moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 0px;
background-color: #fff;
max-width: 290px;
margin: 0 auto;
font-size: 11px;
line-height: 1.4em;
position: relative;
border: 5px solid #1a3568;
border-top: none;
}

#jobboard-widget .widgetLabel {
text-align: center;
color: #bcbcbc;
margin-bottom: 5px;
}

#jobboard-widget .brandedWidget, .unbrandedWidget {
padding: 20px;
}

#jobboard-widget .taglineLink {
display: block;
}

#jobboard-widget .taglineLink:hover {
text-decoration: none;
}

#jobboard-widget .taglineLink:link {
color: #fff !important;
}

#jobboard-widget .widgetTagline {
font-size: 12px;
text-align: left;
color: #fff !important;
font-weight: bold;
}

#jobboard-widget .jt_job_list a {
color: #0000cc;
}

#jobboard-widget .jt_job_position {
margin-bottom: 0.2em;
line-height: 1.2em;
}

#jobboard-widget .widgetHead {
padding: 20px;
padding-bottom: 15px;
background-color: #1a3568;
}

#jobboard-widget .widgetBody {
position: relative;
min-height: 110px;
}

#jobboard-widget .jt_job_list {
max-height: 250px;
overflow: hidden;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
}

#jobboard-widget .jt_job_list > div {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 0.8em;
padding-bottom: 0.8em;
}

#jobboard-widget .jt_job_list>div:last-child {
border-bottom: none;
padding-bottom: 0;
}

#jobboard-widget .jt_job_position a {
margin-bottom: 0.15em;
}

#jobboard-widget .jt_job_location {
/*text-transform: uppercase;*/
/*font-size: 11px;*/
/*letter-spacing: 0.03em;*/
color: #888;
display: block;
margin-bottom: 0.15em;
}

/* link to All jobs */
#jobboard-widget a.oupViewAll {
line-height: 1em;
}

#jobboard-widget a.oupViewAll:link {
color: #fff !important;
}

#jobboard-widget a.oupViewAll:hover {
color: #fff !important;
}

#jobboard-widget a.oupViewAll:visited {
color: #fff !important;
}

#jobboard-widget a.oupViewAll:active {
color: #fff !important;
}

#jobboard-widget .widgetFoot {
padding: 12px 20px;
border-top: 1px solid #e6e6e6;
overflow: auto;
}

#jobboard-widget .oupLogo {
width: 25%;
float: left;
}

#jobboard-widget .jcnLogo {
width: 60%;
float: right;
}

#jobboard-widget .oupViewAll {
position: absolute;
bottom: 0;
right: 20px;
padding: 6px 8px 8px 8px;
background-color: #1a3568;
color: #fff !important;
}

#jobboard-widget .features .feature h3 {
padding: 0;
}

#jobboard-widget .features .feature img {
margin: 0;
}

#jobboard-widget .block {
  margin: 0;
}

/* added by Roman */

#jobboard-widget .noJobs {
text-align: center;
}

#jobboard-widget .error {
color: #B22222;
}

  /* DEPRECATED */

.jobboard-widget {
  -webkit-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: #fff;
  max-width: 290px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.4em;
  position: relative;
  border: 5px solid #1a3568;
  border-top: none;
}

.jobboard-widget .widgetLabel {
  text-align: center;
  color: #bcbcbc;
  margin-bottom: 5px;
}

.jobboard-widget .brandedWidget, .unbrandedWidget {
  padding: 20px;
}

.jobboard-widget .taglineLink {
  display: block;
}

.jobboard-widget .taglineLink:hover {
  text-decoration: none;
}

.jobboard-widget .taglineLink:link {
  color: #fff !important;
}

.jobboard-widget .widgetTagline {
  font-size: 12px;
  text-align: left;
  color: #fff !important;
  font-weight: bold;
}

.jobboard-widget .jt_job_list a {
color: #0000cc;
}

.jobboard-widget .jt_job_position {
margin-bottom: 0.2em;
line-height: 1.2em;
}

.jobboard-widget .widgetHead {
  padding: 20px;
  padding-bottom: 15px;
  background-color: #1a3568;
}

.jobboard-widget .widgetBody {
  position: relative;
  min-height: 110px;
}

.jobboard-widget .jt_job_list {
  max-height: 250px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.jobboard-widget .jt_job_list > div {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}

.jobboard-widget .jt_job_list>div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.jobboard-widget .jt_job_position a {
  margin-bottom: 0.15em;
}

.jobboard-widget .jt_job_location {
  /*text-transform: uppercase;*/
  /*font-size: 11px;*/
  /*letter-spacing: 0.03em;*/
  color: #888;
  display: block;
  margin-bottom: 0.15em;
}

/* link to All jobs */
.jobboard-widget a.oupViewAll {
  line-height: 1em;
}

.jobboard-widget a.oupViewAll:link {
  color: #fff !important;
}

.jobboard-widget a.oupViewAll:hover {
  color: #fff !important;
}

.jobboard-widget a.oupViewAll:visited {
  color: #fff !important;
}

.jobboard-widget a.oupViewAll:active {
  color: #fff !important;
}

.jobboard-widget .widgetFoot {
  padding: 12px 20px;
  border-top: 1px solid #e6e6e6;
  overflow: auto;
}

.jobboard-widget .oupLogo {
  width: 25%;
  float: left;
}

.jobboard-widget .jcnLogo {
  width: 60%;
  float: right;
}

.jobboard-widget .oupViewAll {
  position: absolute;
  bottom: 0;
  right: 20px;
  padding: 6px 8px 8px 8px;
  background-color: #1a3568;
  color: #fff !important;
}

.jobboard-widget .features .feature h3 {
  padding: 0;
}

.jobboard-widget .features .feature img {
  margin: 0;
}

.jobboard-widget .block {
    margin: 0;
}

/* added by Roman */

.jobboard-widget .noJobs {
  text-align: center;
}

.jobboard-widget .error {
  color: #B22222;
}
