
.content\.section h3 {
  margin-bottom: 0.5rem;
} 

.content\.section h4 {
} 

.sorting {
  margin: 0 0 2rem 0;
}

.sorting\.options {
  list-style-type: none;
  padding: 0;
  display: inline;
}

.sorting\.label {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.sorting\.options li {
  display: inline-block;
}

.sorting\.options a {
  display: block;
  /*font-size: 1rem;*/
  padding-right: 2rem;
  position: relative;
  text-decoration: none;
}

/*.order_by_title .order_by_title a,
.order_by_salary .order_by_salary a,
.order_by_advert_close_time .order_by_advert_close_time a,
.order_by_advert_start_time .order_by_advert_start_time a { color: #3dAF2E; }*/

.order_by_title .order_by_title a:before,
.order_by_salary .order_by_salary a:before,
.order_by_close .order_by_close a:before,
.order_by_start .order_by_start a:before {
  display: block;
  font-size: 1rem;
  right: 1rem;
  position: absolute;
  top: -2px;
}

.\--order-asc a:before  {
  content: "\25be"; 
  display: none;
}

.\--order-desc a:before {
  content: "\25b4";  
  display: none;
}


/* Vacancy classes */
.VacancyContainer {
  border-bottom: 1px solid #ccc;
  /*color:  #313933;*/
  margin-bottom: 1rem;  
  padding: 1rem 0;
}

.VacancyTitle {
  font-size: 150%;
  margin-bottom: 1rem;
}

.VacancyTitle a {
  /*color: #3dAF2E;*/
}

.VacancyTitle a:hover {
  /*color: #409c36;*/
}

.VacancyDescription {
  margin: 1rem 0;
}

#OccupationaAreaLogoContainer {
  display: none;
}

.vacancy\.meta {
  margin-bottom: 2rem;
}

.vacancy\.meta .col-sm-3 {
  font-weight: 700;
}

@media (min-width: 576px) {
  .text-right {
    text-align: right;
  }
  .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }  
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }  
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*#centrecolumn form .row {
  margin-bottom: 1rem;
}

#centrecolumn form input[type=text],
#centrecolumn form select,
#centrecolumn form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  overflow: hidden;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#centrecolumn form input[type=text]:focus,
#centrecolumn form select:focus,
#centrecolumn form textarea:focus {
  border-color: #3dAF2E;
  box-shadow: 0 0 0 0.2rem rgba(61, 175, 46,.2);
  outline: 0;
}
*/
.control-label {
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-top: 10px;  
}

.help-block {
  font-size: 0.8rem;
} 

.img-responsive {
  max-width: 100%;
}

.VacancyFavourite {
  float: right;
  text-align: right;
}

.VacancyFavourite a {
  font-size: 1rem;
  text-decoration: none;
}

.VacancyFavourite a:hover {
  color: #313933;
  text-decoration: underline;
}

.VacancyFavourite a img {
  margin-left: 0.5rem;
  vertical-align: baseline;
}

.btn, #centrecolumn  input[type=submit] {
  background: #3dAF2E;
  border: none;
  border-radius: 0px;
  color: #fff !important;
  display: inline-block;
  padding: 0.8em 1.5em;
  text-decoration: none !important;
  text-shadow: none;
  /*transition: all .2s ease-in;*/
}

.btn:hover, #centrecolumn input[type=submit]:hover {
  background-color: #313933;
}

.vacancy\.actions {
  margin: 2rem 0 3rem 0;
}

.AppFormPageHeader {
  font-size: 1.5rem;
}

table {
  border-collapse: collapse;
}

.table {
  background-color: transparent;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}

.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th {
  border-bottom: 2px solid #dee2e6;
  text-align: left;
  vertical-align: bottom;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0,0,0,0.075);
}

.jgp-logo {
  display: inline-block;
}

.jgp-logo img {
  display: inline-block;
  max-width: 200px;
}

@media (min-width: 600px) {
  .ats-by-jgp a {
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
  }
  .ats-by-jgp img {
    display: block;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #contentfullwidth {
    padding-top: 210px;
  }
  #ats-links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.form select {
  margin-left: 0;
  background-color: #fff;
}
