.sidebar {
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}

.sidebar\.item {
  border-bottom: 1px solid #ccc;
}

.sidebar\.item:last-of-type {
  border-bottom: none;
}

.sidebar\.item a {
  /*color: #409c36;*/
  color: #4A4A49;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1em;
  padding: 1rem 3rem 1rem 1.5rem;
  position: relative;
  text-decoration: none;
  transition: all .2s ease-in;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar\.item a:before {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  transition: right .2s ease-in;
  -moz-osx-font-smoothing: grayscale;
}

.sidebar\.item.\--green a:before { color: #0f6f30; }
.sidebar\.item.\--orange a:before { color: #e67309; }
.sidebar\.item.\--yellow a:before { color: #efcb37; }
.sidebar\.item.\--blue a:before { color: #2f89ad; }

.sidebar\.item.\--green a:hover { color: #0f6f30; }
.sidebar\.item.\--orange a:hover { color: #e67309; }
.sidebar\.item.\--yellow a:hover { color: #efcb37; }
.sidebar\.item.\--blue a:hover { color: #2f89ad; }

.sidebar\.item a:hover {
  /*background-color: #409c36;*/
}

.sidebar\.item a:hover:before {
  right: 1.5rem;
}

.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-weight: 300;
  padding-right: 2rem;
  position: relative;
}

.sorting\.options a:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  right: 1rem;
  position: absolute;
  top: -2px;
}

/*.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: #e67309; }*/

.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-family: "FontAwesome";
  right: 1rem;
  position: absolute;
  top: -2px;
}

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

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

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

.VacancyTitle {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  background-color: #007899;
  padding: 0.5rem;
}

.VacancyTitle a {
  color: #fff;
  text-decoration: none;
}

.VacancyBodyContainer { 
  padding: 0 0.5rem;
}

.VacancyLocation, .VacancySalary, .VacancyClosingDate, .VacancyPostedDate {
  margin: 3px 0;
}

.VacancyClosingDate, .VacancyPostedDate {
  display: inline-block;
  margin-right: 0.5rem;
}

.VacancyTitle a:hover {
}

.VacancyDescription {
  margin: 1rem 0;
}

#OccupationaAreaLogoContainer {
  display: none;
}

.vacancy\.meta {
  margin-bottom: 2rem;
}
.vacancy\.meta .row {
  margin-bottom: 0.5rem;
}
.vacancy\.documents ul {
  margin-left: 20px;
}
.vacancy\.documents li {
  margin-bottom: 3px;
}

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

@media (min-width: 576px) {
  .text-right {
    text-align: right;
  }
}

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

.VacancyFavourite a {
  font-size: 0.75rem;
}

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

.btn, input[type=submit] {
  cursor: pointer;
  background-color: rgb(102,102,102);
  color: #fff;
  display: inline-block;
  padding: 0.8em 5em;
  text-decoration: none;
  transition: all .2s ease-in;
}

.btn:hover, input[type=submit]:hover {
  background-color: rgb(55,55,55);
  color: #fff;
}

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

.vacancy\.actions .btn {
  position: relative;
}

.vacancy\.actions .btn:before {
  content: "\f061";
  font-family: FontAwesome;
  font-siz: 16px;
  font-weight: 400;
  position: absolute;
  right: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
}

.AppFormPageHeader {
  font-size: 1.5rem;
}

form .row {
  margin-bottom: 1rem;
}

form input[type=text],
form select,
form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 2px 5px;
  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;
}

form input[type=text]:focus,
form select:focus,
form textarea:focus {
  border-color: #007899;
  box-shadow: 0 0 0 0.2rem rgb(0, 138, 179, 0.2);
  outline: 0;
}

.control-label {
  display: block;
  padding-top: 10px;
  padding-bottom: 0.8em;
  font-weight: bold;
}

.help-block {
  display: block;
  padding-top: 5px;
  font-size: 0.9em;
} 

footer.content\.section .row {
  margin-left: 0;
  margin-right: 0;
}

table {
  border-collapse: collapse;
  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 th {
  border-bottom: 2px solid #dee2e6;
  text-align: left;
  vertical-align: bottom;
}

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

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


.vacancy\.body {
  margin-top: 1rem;
}

@media (min-width: 65em) {
  .sidebar {
    margin-right: 2rem;
  }
  .sidebar\.item a {
    font-size: 1.5rem;
    padding: 2rem 3rem 2rem 1.5rem;
  }
  .sidebar\.item a:before { 
    font-size: 1.5rem;
  }
}

@media (max-width: 50em) {
  .layout__region--sidebar.is_stuck {
    position: static !important;
  }
}

.AppFormLabel {
  padding-top: 10px;
}

.AppFormReviewOutput {
  padding-top: 10px;
}

.AppFormInput {}

.AppFormLabel, .AppFormInput {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.AppFormRow {
  box-sizing: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .AppFormLabel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .AppFormInput {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}


#AppFormStepHeader {
  color: #484848;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.AppFormPageHeader {
  margin-bottom: 20px;
}

#content p {
  margin-bottom: 13px;
}

#content h2 {
  border-bottom: none;
  float: none;
}

@media (min-width: 40.063em) {
  #AppFormStepHeader {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@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;
    margin-bottom: 0.25rem;
  }
  .col-sm-offset-3,
  .col-sm-offset-4,
  .offset-sm-3,
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .col-sm-3,
  .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,
  .col-sm-9 {
    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-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;
  }
}

.page\.back {
  text-align: right;
}

.page\.back.--bottom {
  text-align: left;
}

.MainFooter__bottomC ul {
  text-align: center;
}

.MainFooter__bottomC li {
  float: none;
  display: inline-block;
}

.MainFooter__bottomC li a {
  max-width: 200px;
}

.MainFooter__bottomC li a img {
  max-width: 100%;
}

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