.carrerdetail {
  padding: 15px 10px 20px 40px;
  margin: 0 0 -1px;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.carrerdetail.content {

  width: 390px;
  margin: 0 0 28px;
}

.carrerdetail .carreritem .jobLogo {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  left: 1px;
  background: url('/images/jobGraeper.png') no-repeat 0 0;
}

.carrerdetail .carreritem .elley {
  background-image: url('/images/jobElley.png');
}

.carrerdetail .carreritem {

  border: 0;
  padding: 0;
  margin: 0;
}

.carrer .carreritem {

  position: relative; 
}

.carrer .carreritem .jobLogo {

  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url('/images/jobGraeper.png') no-repeat 0 0;
}
.carrer .carreritem .elley {
  background-image: url('/images/jobElley.png');
}

.carrer .carreritem h3, .carrer .carreritem.openable h3{

  background: none;
  padding-left: 40px;
}

.carrer .carreritem .opener {

  padding-left: 40px;
}

.carrerform h2 {

  margin-top: 0;
  margin-bottom: 16px;
  line-height: 16px;
}

.carrerform .form {

  display: block;
}

.carrerform .form > div {
  
  margin-bottom: 15px;
}

.carrerform .form > div:after {

  content: "";
  display: block;
  clear: both;
}

.carrerform .form > div > div {

  width: 217px;
  float: left;
}

.carrerform .form > div > div.files {

  width: 444px;
}

.carrerform .form > div > div:nth-child(2n) {

  margin-left: 10px;
}

.carrerform .form > div > div input, .carrerform .form > div > div select {

  width: 212px;
  height: 30px;
  padding: 10px;
  box-sizing: border-box;
  height: 40px;
}


.carrerform .form > div > div input[type="file"] {
  opacity: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.carrerform .form > div > div label.fileLabel {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 16px;
  height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.carrerform .form > div > div label.fileLabel span.background {
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 107px;
  height: 40px;
}

.carrerform .form > div > div label.fileLabel span.choose {
    background-color: #eaeaeb;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 3px;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
}

.carrerform .form > div > div input[type="submit"] {

  background-color: #eaeaeb;
  border: 0;
  margin-bottom: 30px;
}

.carrerform .message {

  padding: 10px;
  color: white;
  margin-bottom: 15px
}

.carrerform .message.success { background-color: green; }
.carrerform .message.error { background-color: red; }