.filter label {
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  white-space: nowrap;
}

.filter .customized--input {
  display: none;
}

.filter .customized--input + span {
  position: relative;
  display: inline-block;
  border: 1px solid #808080;
  border-radius: 0;
  background-color: #fff;
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
  margin-right: 4px;
}

.filter .customized--input:checked + span:after {
  content: '';
  position: absolute;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAA6klEQVQokZXRvyuFYRjG8Y+3V2KQYnJGVpNi0MmPRJ3BH2Cw+gf8LTIZTVYpA5KFxeBsJyYmzsCkpAzP/dbT26u893Zf1/29n677Gdk+7GlZHezhB8dlS3gBl5iJvlu0gJdxk8Ew8d8Fq7jAVKYNcVBgDVc4wWwDvIlzTGbaO9bxUOIU02EsYQvP0e+EP5rBrwEPoMB3Zs5JOeex2wA/RZxBJZQxeIbx0DroY6wWZYANvORiIeXv4TPT63AfK3W4WgDXUvaP+gDupUO/NXjyb7xDV7pwVbexeNgEk26Q1yMWsR8vHuHrLxh+AbmKKryXnsc/AAAAAElFTkSuQmCC");
  width: 16px;
  height: 12px;
  left: -2px;
  top: -2px;
}

.filter-collapse {
  background-color: #fff;
  border: 2px #368f3a solid;
  color: #368f3a;
  border-radius: 0;
  margin-right: 20px;
}

.filter-collapse[aria-expanded="true"],
.filter-collapse:hover {
  background-color: #368f3a;
  color: #fff;
}

.filter .filter__name {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.filter .filter__input {
  display: flex;
  position: relative;
  font-size: 12px;
  color: #808080;
  text-transform: uppercase;
}

.filter .filter--item {
  padding: 0 5px;
}

.filter thead td {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.filter tbody td {
  padding-bottom: 5px;
}

/*
.news-list_type_stati {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.table-collapsed .filter__label {
    display: none;
}
.filter__type_stati .btn {
    background-color: #368f3a !important;
    color: #fff !important;
}
.filter__type_stati .btn:hover {
    background-color: #fff !important;
    color: #368f3a !important;
}
.filter__type_stati thead td {
    padding-bottom: 30px !important;
}
.news-list_type_stati .item__more {
    text-transform: uppercase;
}*/

.placeholder,
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #808080;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  /* Chrome */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
}

h1,
h2,
h3,
h4 {
  text-align: inherit;
}

.page-title {
  color: #368f3a;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.search-ui__title {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-box {
  margin-bottom: 1rem;
}

.filter-box__btn {
  width: 236px;
  height: 40px;
  border: 3px solid #368f3a;
  background-color: #368f3a;
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.filter-box__btn:hover {
  color: #fff;
  opacity: .8;
}

.search-box {
  margin-bottom: 1rem;
}

.search-box__body {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-box__label {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1rem;
}

.search-box__form {
  position: relative;
  max-width: 100%;
}

.search-box__input {
  width: 356px;
  max-width: 100%;
  height: 40px;
  border-radius: 0;
  border: 2px solid #808080;
}

.search-box__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  padding: 0.625rem;
  background: url("/local/templates/new.project/pages/question/img/magnifier.png") center no-repeat;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
}

.search-box__submit:focus {
  outline: none;
}

article.question {
  position: relative;
  background: rgba(54, 143, 58, 0.2);
  padding: 25px 20px;
  margin-bottom: 1rem;
  font-size: 16px;
}

.question__body {
  order: -1;
  min-width: 215px;
  max-width: 215px;
  min-height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 15px 0 0;
}

.question__name {
  color: #368f3a;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.question__name a:hover,
.question__name a:focus {
  text-decoration: none;
}

.question-prop__name {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-size: 16px;
}

.question-prop__name span {
  font-weight: 400;
}

.question__more {
  border-radius: 0;
  border: 2px solid #368f3a;
  color: #368f3a;
  margin-top: auto;
}

.question__more:hover {
  color: #fff;
  background-color: #368f3a;
}

.questions-form {
  padding-top: 3.125rem;
}

.questions-form__title {
  color: #368f3a;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.questions-form .result {
  margin: 1rem 0;
}

.questions-form .result .summary {
  font-size: 1rem;
  font-weight: bold;
}

.questions-form .result .messages {
  font-size: 1rem;
}

.questions-form .result .messages p {
  margin-bottom: .5rem;
}

.questions-form .result.success {
  color: green;
}

.questions-form .result.failure {
  color: red;
}

.questions-form .form-group input,
.questions-form .form-group textarea {
  border-radius: 0;
}

.questions-form .form-group textarea {
  min-height: 80px;
  height: 14.21875vw;
}

.page-green .questions-form button {
  background-color: #368f3a;
  color: #fff;
}

.page-green .questions-form button:hover {
  background-color: #fff;
  color: #368f3a;
}

.questions-form label {
  display: block;
}

.questions-form .main-user-consent-request-announce {
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.pagenav {
  text-align: center;
}

.pagenav__item {
  z-index: 5;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #aeaeae;
  background-color: #f2f2f2;
  color: #808080;
  font-size: 1rem;
}

.pagenav__item:hover,
.pagenav__item:focus {
  text-decoration: none;
  color: #808080;
}

.pagenav__item + .pagenav__item {
  margin-left: -6px;
}

.pagenav__item_current {
  background-color: #368f3a;
  color: #fff;
}

.pagenav__item_current:hover,
.pagenav__item_current:focus {
  color: #fff;
}

.pagenav__prev,
.pagenav__next {
  z-index: 1;
  text-indent: -9999px;
  border-color: #fff;
  background-color: #fff;
}

.pagenav__prev:before,
.pagenav__next:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 0;
  text-align: center;
  font-size: 14px;
}

.pagenav a.pagenav__prev,
.pagenav a.pagenav__next {
  color: #000;
}

.pagenav a.pagenav__prev:hover,
.pagenav a.pagenav__prev:focus,
.pagenav a.pagenav__next:hover,
.pagenav a.pagenav__next:focus {
  border: 1px solid #aeaeae;
  background-color: #368f3a;
  color: #fff;
}

.pagenav__prev:before {
  content: '\276E';
}

.pagenav__next:before {
  content: '\276F';
}

@media screen and (min-width: 768.02px) {
  .question__name {
    font-size: calc( 14px + 6 * (100vw - 768px) / 432);
  }

  .question-prop__name {
    font-size: calc( 16px + 4 * (100vw - 768px) / 432);
  }
}

@media screen and (min-width: 1200.02px) {
  .question__name {
    font-size: 20px;
  }

  .question-prop__name {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .search-box__label {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .search-ui > .row > [class^="col"] + [class^="col"] {
    order: -1;
  }

  .question__body {
    min-width: 140px;
    max-width: 140px;
    min-height: 1px;
  }

  .question__more {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 576px) {
  article.question {
    flex-direction: column;
    padding: 20px 15px;
  }

  article.question .question__body {
    margin-bottom: 1rem;
  }

  .question__body {
    max-width: 100%;
    min-height: 1px;
  }

  .question__more {
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media screen and (max-width: 359px) {
  article.question {
    padding-bottom: 60px;
  }

  article.question .question__more {
    top: auto;
    bottom: 15px;
  }
}