.documents .btn {
  text-decoration: none;
  text-align: left;
  font-size: unset;
  font-size: 19px;
  color: #00677F;
}

.documents .btn:hover {
  color: #004E61 !important;
}

.documents .list-group {
  margin: 0;
}

.documents .list-group .list-group-item {
  padding: 15px;
  border: none;
  margin-left: 0px !important;
}

.documents .list-group li {
  cursor: pointer;
  margin-bottom: 0 !important;
}

.documents .list-group li:hover {
  color: rgba(0, 127, 163, 0.8) !important;
}

.documents .list-group i {
  color: #007FA3 !important;
}

.documents .list-group-item:nth-child(odd) {
  background-color: #ffffff;
}

.documents .list-group-item:nth-child(odd):hover {
  background-color: #F2F8FA;
}

.documents .list-group-item:nth-child(even) {
  background-color: #E5F2F6;
}

.documents .list-group-item:nth-child(even):hover {
  background-color: rgba(0, 127, 163, 0.2);
}

.documents .title, .documents .type {
  font-weight: 200;
}

.icon {
  background-image: url("/Portals/1-System/Skins/GbTwente/images/Icons/icon_grey_download.svg");
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 575px) {
  .documents li {
    font-size: 0.9em;
  }
}
