/********************************************************************/
/* VERDICTS */
/********************************************************************/
#complainFrame {
  /*padding: 20px 20px 0 0;
	padding: 20px 0 0 0;
	background: #d3d3d3;*/
}
/********************************************************************/
/* SUBMIT COMPLAINT */
/********************************************************************/
#previousQuestion {
  display: inline-block;
  color: #808F93;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.changeLanguage {
  margin: 0;
  padding: 0;
}
.changeLanguage li {
  list-style: none;
  display: inline-block;
  float: left;
}
.changeLanguage li a {
  border: 4px solid transparent;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em;
}
.changeLanguage li a img {
  margin: 0;
  vertical-align: bottom;
}
.changeLanguage li a.active,
.changeLanguage li a:hover {
  border-color: #e0e6e9;
  background: #e0e6e9;
}
#ajaxLoader {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  padding-bottom: 30px;
  z-index: 10;
  margin: auto;
  display: none;
  text-align: center;
  width: 32px;
  height: 32px;
}
#ajaxContent {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 32px;
}
#ajaxContent .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: none;
}
#ajaxContent .description {
  color: #5E6A6E;
  margin-bottom: 30px;
  line-height: 1.6em;
}
#ajaxContent .answerOption {
  border: 5px solid #E7EDF0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#ajaxContent .answerOption:hover {
  border-color: #cdd3d6;
}
#ajaxContent .answerOption.selected {
  border-color: #B8E986;
}
/********************************************************************/
/* VERDICTS */
/********************************************************************/
.verdictForm {
  margin-bottom: 30px;
}
#filters.button-group {
  margin-bottom: 40px;
}
#filters.button-group .button {
  margin: 0 3px 6px 3px;
  background: #fff;
  color: #808F93;
  font-size: 13px;
  font-weight: 300;
  border: none;
  text-shadow: none;
}
#filters.button-group .button.is-checked {
  background: #0C91BD;
  color: #fff;
}
.verdictList {
  overflow: auto;
  zoom: 1;
  margin: 0 -15px;
}
.verdictList .item {
  display: block;
  width: 33.3333%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
}
.verdictList .item > a {
  display: block;
}
.verdictList .itemInner {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.verdictList .itemInner:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}
.verdictList .content {
  padding: 20px;
}
.verdictList .title {
  font-weight: 600;
  color: #808F93;
  color: #5E6A6E;
  margin-bottom: 5px;
}
.verdictList .date {
  font-size: 11px;
  color: #B2BDC1;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
}
.verdictList .description {
  font-size: 13px;
  color: #B2BDC1;
  color: #808F93;
  font-weight: 400;
}
.verdictList .bottom {
  background: #F4F6F6;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #B2BDC1;
  border-top: 1px solid #E7EDF0;
  position: relative;
}
.verdictList .favor {
  position: absolute;
  right: 15px;
  top: -18px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  background: #B8E986;
  background: #85C841;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.verdictList .favor.red {
  background: #e9676b;
}
@media all and (max-width: 767px) {
  .verdictList .item {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .verdictList .item {
    width: auto;
    float: none;
  }
}
.verdictList3Outer {
  position: relative;
  margin-top: 0;
}
.verdictList3Outer .numResults {
  position: absolute;
  top: 0;
  left: 10px;
  translate: 0 -100%;
  font-size: 0.8em;
}
@media (min-width: 767px) {
  .verdictList3 {
    padding: 5px;
    height: 800px;
    overflow-y: scroll;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
  }
}
.verdictList3 .item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  cursor: pointer;
  /*&:visited {
			.itemInnerInner {
				background-color: red;
			}
		}*/
}
.verdictList3 .item > a {
  display: block;
}
.verdictList3 .item .itemInner {
  position: relative;
  transition: all 100ms ease;
}
.verdictList3 .item:hover .itemInnerInner {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.verdictList3 .item.active .itemInnerInner {
  box-shadow: 0px 2px 8px rgba(0, 128, 0, 0.7);
}
.verdictList3 .item.active .itemInner {
  transform: translateY(-3px);
}
.verdictList3 .itemInnerInner {
  transition: all 200ms ease;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  /*overflow: hidden;*/
}
.verdictList3 .bullet {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 10px;
  background-color: #e9e9e9;
  border-radius: 5px;
  padding: 0px 5px;
  color: #888;
}
.verdictList3 .content {
  padding: 10px 20px;
  color: #5E6A6E !important;
}
.verdictList3 .title {
  font-weight: 600;
  color: #808F93;
  color: #5E6A6E;
}
.verdictList3 .date {
  font-size: 11px;
  color: #B2BDC1;
  text-transform: uppercase;
  font-weight: 300;
}
.verdictList3 .description {
  font-size: 13px;
  color: #B2BDC1;
  color: #808F93;
  font-weight: 400;
}
.verdictList3 .tags {
  font-size: 11px;
  font-weight: normal;
}
.verdictList3 .category {
  font-size: 11px;
  font-weight: normal;
}
.verdictList3 .bottom {
  background: #F4F6F6;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 400;
  color: #B2BDC1;
  border-top: 1px solid #E7EDF0;
  position: relative;
}
.verdictList3 .favor {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #B8E986;
  background: #85C841;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.verdictList3 .favor:before {
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 14px;
  line-height: 25px;
}
.verdictList3 .favor.red {
  background: #e9676b;
}
.verdictList3 .favor.medhold:before {
  content: "\f164";
}
.verdictList3 .favor.ikkemedhold {
  background: var(--bgRed);
}
.verdictList3 .favor.ikkemedhold:before {
  content: "\f165";
}
.verdictList3 .favor.afvist {
  background: #555;
}
.verdictList3 .favor.afvist:before {
  content: "\f05e";
}
.previewContainer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.previewContainer embed {
  display: block;
}
.viewerContainer {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.viewerContainer .closedWarning {
  background: var(--bgRed);
  padding: 0.5em 1em;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
/*# sourceMappingURL=verdictList3.css.map */