/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-listview {
  border-color: transparent !important;
}
.k-listview .row {
  margin: 0 !important;
}
.k-listview > * > div {
  font-size: 1.4rem;
  color: #333333;
}
.k-listview [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.k-listview h1,
.k-listview h2,
.k-listview h3,
.k-listview h4,
.k-listview h5,
.k-listview h6 {
  margin: 0 0 1.6rem 0 !important;
}
.k-listview .prelabel,
.k-listview .prelabel2 {
  display: block;
  height: 2.2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #848484;
}
.k-listview .prelabel2 {
  display: none;
}
.k-listview .initialrow {
  margin-bottom: 1.6rem !important;
}
.k-listview .rowholder {
  margin: 0.6rem 0 4.8rem 1.6rem !important;
}
.k-listview .rowcells {
  margin-left: 1.6rem !important;
}
.k-listview .rowcells > div {
  margin: 0.6rem 0 !important;
}
.k-listview .primaryaction span {
  margin-top: 4rem;
}
.k-listview .iconlink:hover {
  text-decoration: none;
  cursor: pointer;
}
.k-listview .iconlink span {
  filter: alpha(opacity=54);
  opacity: 0.54;
}
.k-listview .iconlink:hover span {
  filter: alpha(opacity=87);
  opacity: 0.87;
  color: #047bc1;
}
.k-listview .icontext {
  cursor: pointer;
}
.k-listview .icontext:hover {
  cursor: pointer;
}
.k-listview .rowcells:hover {
  background-color: #d8e3eb;
}
@media (max-width: 767px) {
  .k-listview .prelabel2 {
    display: block;
  }
  .k-listview .rowcells {
    margin: 0.6rem 0 !important;
  }
  .k-listview .primaryaction span {
    margin-top: 0;
  }
}
/*# sourceMappingURL=listview.css.map */