div.single-predicate-screening-wrapper{
  padding-bottom: 20px;
}
/*right side filters*/
div.right-side-wrapper.filters{
  width: 280px;
  color: #2f2f2f;
}
div.right-side-wrapper.filters h2{
  font-size: 25px;
  margin: 15px 0px 5px 0px;
}
div.right-side-wrapper.filters div.filters-list{
  border: solid 1px #a7a7a7;
  border-radius: 5px;
  overflow: hidden;
}
div.right-side-wrapper.filters p.empty-filters-list-description{
  font-size: 15px;
  margin: 5px 0px 5px 0px;
  font-weight: 300;
  color: #626262;
}
div.filters-list button{
  width: 100%;
  padding: 5px 3px 5px 5px;
  text-align: left;
  font-size: 17px;
  border-top: solid 1px #cfcfcf;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
}
div.filters-list button span{
  width: 240px;
}
div.filters-list button svg#plus-icon{
  width: 19px;
}
div.filters-list button svg#plus-icon line.st0-plus{
  stroke: #3e3e3e;
}
div.filters-list div.filter:first-child button{
  border: none;
}
div.filters-list div.filter-data{
  font-size: 13px;
  padding: 0px;
  overflow: hidden;
  transition: all 0.3s linear;
  margin: 0px 5px 0px 5px;
}
div.filters-list div.filter-data p.criteria-type{
  margin: 0px;
}
div.filters-list div.filter-data p.criteria-type:first-child{
  padding-top: 4px;
  border-top: solid 1px #e0e0ee;
}
div.filters-list div.filter-data p.criteria-description{
  font-weight: 300;
  margin: 0 0 0.4em 0;
}
/*right-side tags*/
div.right-side-wrapper.tags-holder{
  width: 280px;
  display: flex;
  flex-wrap: wrap;
}
div.right-side-wrapper.tags-holder div.tags-wrapper{
  width: 100%;
}
/*paper*/
div.s-paper{
  width: 660px;
  margin-top: 15px;
  min-height: 200px;
}
div.s-paper h2.paper-title{
  font-size: 28px;
  margin: 5px 0px 0px 0px;
}
div.s-paper div.paragraph{
  font-size: 18px;
  position: relative;
  color: #2f2f2f;
  text-align: justify;
  margin-top: 6px;
}
div.s-paper div.paragraph a{
  font-size: 16px;
  color: #2f2f2f;
  text-decoration: underline;
}
div.paragraph div.paragraph-head{
  display: block;
  width: 100%;
  text-align: right;
  height: 10px;
  line-height: 10px;
  position: relative;
}
div.s-paper div.paragraph button{
  opacity: 0.0;
  transition: all 0.3s;
  height: 20px;
  position: absolute;
  right: 3px;
  bottom: 0px;
}
div.s-paper div.paragraph button svg#clear-hl{
  width: 20px;
  height: 20px;
}
/*tags*/
div.tags-wrapper{
  width: 660px;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0px 0px 0px;
  z-index: 100;
  transition: all 0.1s;
  transition-delay: 0.1s;
  height: 33px;
}
div.tags-wrapper.to-right{
  margin: 10px 0px 0px 0px;
}
div.tags-wrapper div.tag{
  position: relative;
  font-size: 13px;
  margin: 0px 8px 10px 0px;
  padding: 2px 6px 2px 6px;
  border: solid 1px #acacac;
  height: 23px;
  border-radius: 3px;
  transition: all 0.2s;
  color: #3e3e3e;
  background-color: #fdfdff;
}
div.tags-wrapper div.tag button.delete-tag{
  opacity: 0.0;
  position: absolute;
  right: 3px;
  top: 6px;
  width: 9px;
  height: 9px;
  transition: all 0.2s;
}
div.tags-wrapper div.tag button.delete-tag svg#remove-button{
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0px;
  right: 0px;
}
div.tags-wrapper div.tag:hover{
  padding: 2px 16px 2px 6px;
}
div.tags-wrapper div.tag:hover button.delete-tag{
  opacity: 1.0;
}
form.add-tag{
  position: relative;
  width: 125px;
  height: 23px;
}
form.add-tag input{
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #3e3e3e;
  border-bottom: solid 1px #3e3e3e;
  padding-bottom: 4px;
}
form.add-tag button.add-tag-button{
  background-image: url('./../img/add.svg');
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  background-color: white;
  right: 0px;
  top: 0px;
  height: 22px;
  width: 24px;
}
form.add-tag div.tag-suggestions{
  position: absolute;
  width: 100%;
  z-index: 101;
  border: solid 1px #acacac;
  border-top: none;
  overflow: hidden;
  border-radius: 0px 0px 3px 3px;
  color: #3e3e3e;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.25);
}
form.add-tag div.tag-suggestions button.tag-suggestion{
  width: 100%;
  text-align: left;
  padding: 0px 5px 2px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: background-color 0.2s;
}
form.add-tag div.tag-suggestions button.tag-suggestion:first-child{
  padding-top: 2px;
}
form.add-tag div.tag-suggestions button.tag-suggestion{
  width: 100%;
  text-align: left;
  padding: 0px 5px 2px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: white;
  border-radius: 0%;
  font-weight: 300;
}
form.add-tag div.tag-suggestions button.tag-suggestion span.match{
  font-weight: normal;
}
form.add-tag div.tag-suggestions button.tag-suggestion:hover{
  background-color: #f2f3f3;
}
/*single predicate form*/
form.screening-outcome{
  width: 510px;
  margin: 40px auto 20px 85px;
  position: relative;
  background-color: #fcfcff;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.5);
}
form.screening-outcome h2.question{
  font-size: 27px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}
div.screening-choice{
  width: 240px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 6px 0px;
}
div.screening-choice div.yes-no-und{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
div.screening-choice div.yes-no-und div.btn-decision-holder:hover div.decision-tooltip{
  opacity: 1.0;
}
div.screening-choice div.yes-no-und div.decision-tooltip{
  height: 10px;
  line-height: 6px;
  opacity: 0.0;
  transition-delay: 0.1s;
  color: #3e3e3e;
}
div.screening-choice div.yes-no-und button{
  height: 60px;
  width: 60px;
  border: solid 1px #696969;
  border-radius: 50%;
  transition: all 0.2s;
}
div.screening-choice div.yes-no-und button svg{
  height: 70%;
  width: 70%;
  margin: 15%;
}
div.vote-submission-load{
  position: relative;
  height: 20px;
  margin: 0px auto 0px auto;
  width: 240px;
  background-color: white;
  text-align: center;
}
p.hl-tip{
  text-align: center;
  margin: 2px auto 0px auto;
  color: #3e3e3e;
  font-weight: 300;
  font-size: 15px;
  width: 350px;
}
div.top-right-anchor.s-p-form{
  right: 30px;
}
div.top-right-anchor.s-p-form div.information-holder div.info-button-icon{
  height: 20px;
  width: 20px;
}
div.top-right-anchor.s-p-form div.information-holder div.info-button-icon svg#info circle.st1-info{
  fill: #696969;
}
div.top-right-anchor.s-p-form div.information-holder div.info-button-icon svg#info line.st0-info{
  stroke: #696969;
}
div.information-content-wrapper.s-p-form{
  font-weight: 300;
  font-size: 13px;
}
div.information-content-wrapper.s-p-form b{
  margin: 0px 0px 0px 3px;
}
div.top-right-anchor div.information-holder:hover div.info-button-icon{
  border: solid 1px #a7a7a7;
}
div.top-right-anchor div.information-holder:hover div.information-content-wrapper.s-p-form{
  width: 170px;
}
div.information-content-wrapper.s-p-form div.information-content{
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.25);
  color: #3e3e3e;
}
/*multi predicate form*/
div.screening-choice.multi-predicate{
  width: 600px;
  margin: 20px auto 0px auto;
  padding: 0px 0px 5px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.screening-choice.multi-predicate div.yes-no-und{
  width: 200px;
  margin: 15px auto 0px auto;
  animation: delayed-showup 0.3s forwards;
}
p.empty-filters-description{
  width: 100%;
  margin: 60px 0px 0px 0px;
  text-align: center;
  font-size: 18px;
}
form.m-p-form{
  position: relative;
  width: 700px;
  margin: 40px auto;
  padding: 15px 20px 5px 20px;
  background-color: #fcfcff;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.5);
}
form.m-p-form div.filters-nav{
  position: relative;
  font-size: 15px;
  height: 24px;
}
form.m-p-form div.filters-nav button.filter-btn{
  padding: 0px 6px 0px 5px;
  height: 20px;
}
form.m-p-form div.filters-nav div.underline{
  height: 2px;
  width: 26px;
  background: #3e3e3e;
  position: absolute;
  transition: all 0.2s;
  bottom: 0px;
  border-radius: 2px 2px 0px 0px;
}
form.m-p-form div.filter-data{
  margin: 10px 0px 15px 5px;
  font-size: 14px;
  color: #3e3e3e;
}
form.m-p-form div.filter-data h2.filter-title{
  margin: 0px 0px 7px 0px;
  font-size: 20px;
  color: #2f2f2f;
}
form.m-p-form div.filter-data p.criteria-type{
  margin: 0px 0px 1px 0px;
}
form.m-p-form div.filter-data p.criteria-description{
  margin: 0px 0px 7px 0px;
  font-weight: 300;
}
form.m-p-form div.screening-choice.multi-predicate h3.filter-question{
  margin: 0px 0px 0px 0px;
  font-size: 27px;
  text-align: center;
}
form.m-p-form div.screening-choice.multi-predicate p.hl-tip{
  width: 450px;
}
div.m-p-screening-summary{
  text-align: center;
  margin: 15px 10px 0px 10px;
}
div.m-p-screening-summary div.filter-vote-summary{
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-bottom: solid 1px #acacac;
}
div.m-p-screening-summary div.filter-vote-summary:first-child{
  border-top: solid 1px #acacac;
}
div.m-p-screening-summary div.filter-vote-summary p{
  margin: 0px 0px 0px 0px;
  color: #232323;
}
div.m-p-screening-summary button{
  font-size: 18px;
  margin: 20px auto 10px auto;
  padding: 10px 10px 10px 10px;
  border: solid 1px #a7a7a7;
  translate: all 0.3s;
}
div.m-p-screening-summary button:hover{
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.25);
}
/*highlighter*/
span.highlighted{
  background-color: #fcff48;
}
div.paragraph span:last-child{
  padding-right: 10px;
}