.websy-listobject {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.websy-listobject .ecfin-title {
  z-index: 7;
  position: relative;
}
.ecfin-title.ecfin-button {
  border: 1px solid #cccccc;
  cursor: pointer;
  height: 60px;
}
.title-inner {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  font-size: 1em;
}
.ui.white.ecfin-button:not( :hover ) {
  background-color: #ffffff;
}
.state-bar-container {
  position: relative;
  height: 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.state-bar {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  height: 10px;
}
.state-bar.selected {
  background-color: #2980b1;
}
.state-bar.excluded {
  background-color: #dddddd;
}
.websy-list-object-list-container {
  position: relative;
  border: 1px solid #cccccc;
  border-top: none;
  box-sizing: border-box;
  z-index: 10;
  height: calc(100% - 50px);
  overflow: hidden;
}
.search-input-container {
  display: none;
}
.search-input-container.active {
  display: block;
}
.websy-list-object-search {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-indent: 15px;
  font-size: 14px;
  border: none;
  font-family: inherit;
}
.websy-listobject ul {
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}
.collapsed .websy-list-object-list-container {
  display: none;
  width: 95%;
  left: 5%;
  height: 300px;
}
.collapsed .websy-list-object-list-container.active {
  display: block;
}
.collapsed ul {
  height: 300px;
}
.websy-listobject li {
  color: #000000;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.websy-listobject li:first-of-type {
  border-top: 1px solid #ebebeb;
}
.websy-listobject li:last-of-type {
  border-bottom: none;
}
.websy-listobject .option.state-S {
  background-color: #4391ff;
  color: #ffffff;
}
.websy-listobject .option.state-A {
  background-color: #cccccc;
  color: #ffffff;
}
.websy-listobject .option.state-X {
  background-color: #f8f9fc;
  color: #000000;
}
.clear-search, .clear-selections, .toggle-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.clear-search {
  right: 7px;
  font-size: 14px;
  font-weight: 400;
}
.toggle-search-icon {
  right: 40px;
}
.ui.icon.input > .icon {
  line-height: 3px;
}
.websy-list-object-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: none;
}
.websy-list-object-mask.active {
  display: block;
}
.websy-list-object-list-container ul, .websy-list-object-mask + div {
  z-index: 10;
}
.yearListPaneItem-S {
  text-decoration: underline;
}
