.tile {
  border: 1px solid #b3d8de;
  padding: 15px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  max-width: 200px;
  background: #e3e9f4;
  margin-right: 5px;
}
.tile .profile-img-container {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  -webkit-box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  box-shadow: 0 0 5px rgba(87, 87, 87, 0.8);
  background: url(/Content/images/default-user.png);
  background-position: center center;
  background-size: cover;
}
.tile_container {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 1200px) {
  .tile_container .col-lg-2 {
    width: 14.666667%;
  }
}
.info-data .profile-data-row {
  text-align: center;
  margin-top: 6px;
  min-height: 20px;
}
.info-data .profile-data-row:first-of-type div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
