/** Fixing splide  problems **/

.text-align-center{
  text-align: center;
}

.fix-width-20 {
  width: 20%;
}
.fix-width-30 {
  width: 30%;
}
.fix-width-40 {
  width: 40%;
}
.fix-width-50 {
  width: 50%;
}

.margin-top-5 {
  margin-top: 5em;
}
.margin-top-4 {
  margin-top: 4em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-top-2 {
  margin-top: 2em;
}
.margin-top-1 {
  margin-top: 1em;
}

.vertical-align-top,
td.vertical-align-top{
  vertical-align: top;
}
.vertical-align-bottom,
td.vertical-align-bottom{
  vertical-align: bottom;
}


.vertical-align-baseline,
td.vertical-align-baseline{
  vertical-align: baseline;
}


/*.custom-table-style th.views-field.views-field-stolperstein-label,*/
/*.custom-table-style th.views-field.views-field-nothing{*/
.custom-table-style th{
  border: none;
  background: none;
}

.custom-table-style thead>tr{
  border-bottom: none;
}

[id^="views-form-eva-contributors-permission-document-entity-view"] input#edit-actions-submit{
  display: none;
}


.contributor-view div[id^="edit-actions"] {
  margin: 2em 0;
}

.view-eva-contributors-media table > caption > h3{
  font-weight: 700;
}

.views-no-results form.views-entity-form{
  display: none;

}
/*.no-margin div.form-item{*/
/*  margin:0;*/

/*}*/

.hide-contextual-links .contextual-region div.contextual{
  display: none;
}

/** todo move to theme **/
.hide-required .form-required:after{
  display: none;
}
