.view-dash-ws-performances table {
  margin-bottom: 20px;
}
.view-dash-ws-performances table > caption {
  text-align: left;
  font-family: HappinessV;
  color: #1E2643;
  font-size: 28px;
  margin-bottom: 10px;
}
.view-dash-ws-performances table td.is-active {
  background-color: transparent;
}
.view-dash-ws-performances table details {
  position: relative;
  width: 100%;
  border: none;
}
.view-dash-ws-performances table details summary {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-family: HappinessV;
  padding-left: 40px;
}
.view-dash-ws-performances table details summary *:active, .view-dash-ws-performances table details summary:focus {
  outline: none;
}
.view-dash-ws-performances table details summary:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1E2643;
  border-left: 2px solid #1E2643;
  transition: all ease-in 0.3s;
  transform-origin: 28% 28%;
  transform: rotate(225deg);
}
.view-dash-ws-performances table details summary::-webkit-details-marker {
  display: none;
}
.view-dash-ws-performances table details summary,
.view-dash-ws-performances table details .details-content-container {
  position: relative;
  width: 100%;
  display: flex;
}
.view-dash-ws-performances table details summary > .views-field,
.view-dash-ws-performances table details .details-content-container > .views-field {
  width: 100%;
}
.view-dash-ws-performances table details[open] summary:before {
  transform: rotate(45deg);
}
.view-dash-ws-performances .views-field-field-category {
  padding-left: 3em;
  width: 215px;
}
.view-dash-ws-performances .views-field-field-category .item-list {
  position: relative;
}
.view-dash-ws-performances .views-field-field-category li:first-child span {
  /* family */
  /* lifestyle */
  /* music */
  /* visual art */
}
.view-dash-ws-performances .views-field-field-category li:first-child span:before, .view-dash-ws-performances .views-field-field-category li:first-child span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -32px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background: white;
  opacity: 0.54;
}
.view-dash-ws-performances .views-field-field-category li:first-child span:after {
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  z-index: 1;
}
.view-dash-ws-performances .views-field-field-category li:first-child span.parent-tid-80:after {
  background-image: url(../../images/booking/icon-family.svg);
}
.view-dash-ws-performances .views-field-field-category li:first-child span.parent-tid-82:after {
  background-image: url(../../images/booking/icon-lifestyle.svg);
}
.view-dash-ws-performances .views-field-field-category li:first-child span.parent-tid-79:after {
  background-image: url(../../images/booking/icon-music.svg);
}
.view-dash-ws-performances .views-field-field-category li:first-child span.parent-tid-81:after {
  background-image: url(../../images/booking/icon-visual.svg);
}
.view-dash-ws-performances .views-field-field-start-date {
  width: 120px;
}
.view-dash-ws-performances tr.last {
  border-bottom: 3px solid #666666;
}
.view-dash-ws-performances tr.week {
  background-color: #ACBEB9;
}
.view-dash-ws-performances table.legend {
  width: auto;
}
.view-dash-ws-performances table.legend span.state {
  display: inline-block !important;
  margin-right: 5px;
}
.view-dash-ws-performances .views-field-field-child-firstname span,
.view-dash-ws-performances .views-field-field-mail span {
  display: block;
}
.view-dash-ws-performances input[data-tid="4"] {
  display: none;
}
.view-dash-ws-performances input[data-tid="4"] + label {
  display: none;
}

body.role-welcome_services .view-dash-ws-performances .views-field-field-member-talent,
body.role-welcome_services .view-dash-ws-performances .views-field-field-accompanying-person,
body.role-welcome_services .view-dash-ws-performances .views-field-field-child-firstname {
  text-transform: uppercase;
}