h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.page-header h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4, p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h4 {
  font-weight: 600;
}

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'); */
/* @mixin border-radius{
  border-radius: 2px;
} */
/* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
.end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.content-area {
  margin: 0.75rem;
}

.icon_blue_plus {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/add_default.svg");
}

.icon_blue_minus {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/remove_default.svg");
}

.icon_search {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_search.svg");
}

.icon_light_edit {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_light_edit.svg");
}

.icon_profile {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_profile.svg");
}

.icon_list {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_list.svg");
}

.icon_grid {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_grid.svg");
}

.icon_blue_overflow {
  background-repeat: no-repeat;
  background-image: url("../images/Icons/icon_overflow_active.svg");
}

/* padding:1rem 1rem 0.75rem; */
.tile .table {
  display: none;
}

.tile .profile-card-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 5px #b5b4c5;
  margin: 0.75rem 0 0.75rem 0;
  box-sizing: border-box;
  padding: 1rem 1rem 0.75rem;
  background-color: #f9f9fb;
  border: solid 1px transparent;
  text-align: center;
}

.tile .profile-card-container:hover, .tile .profile-card-container.active, .tile .profile-card-container.selected {
  background-color: #FFFFFF;
  cursor: pointer;
  border: solid 1px #009AD9;
}

.tile .profile-card-container:hover h4, .tile .profile-card-container:hover p, .tile .profile-card-container.active h4, .tile .profile-card-container.active p, .tile .profile-card-container.selected h4, .tile .profile-card-container.selected p {
  color: #005F9E;
}

.tile .profile-card-container > div.name {
  display: none;
}

.tile .profile-card-container h4 {
  font-size: 14px;
  font-weight: 600;
  color: #AEAEB6;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile .profile-card-container p {
  font-size: 12px;
  color: #8C8B96;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tile .profile-card-container p.link {
  color: #009AD9;
}

.tile .profile-card-container .profile-card-footer {
  margin-top: 0.75rem;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin-right: -10px;
}

.avatar-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.list {
  display: inherit;
  margin: 0 0.75rem 0.75rem 0.75rem;
}

.list .profile-card-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  box-shadow: none;
  border-bottom: solid 1px #EAEAEF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  max-width: inherit;
  padding: 0;
  box-sizing: border-box;
  text-align: inherit;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 3.75rem;
}

.list .profile-card-container > div {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  padding: 1rem;
  word-break: break-word;
  min-width: 20px;
  width: 100px;
}

.list .profile-card-container > div.avatar-wrapper {
  max-width: 100px;
  padding: 0;
}

.list .profile-card-container h4 {
  font-size: 14px;
  font-weight: 600;
  color: #6A6976;
  margin: 0;
  padding: 0;
}

.list .profile-card-container p {
  font-size: 12px;
  color: #6A6976;
  margin: 0;
  padding: 0;
}

.list .profile-card-container .profile-card-footer {
  margin-top: 0;
  padding: 0;
  justify-content: flex-end;
  flex-grow: 0;
}

.list .profile-card-container:hover {
  background-color: #009AD9;
  cursor: pointer;
}

.list .profile-card-container:hover h4, .list .profile-card-container:hover p {
  color: #FFFFFF;
}

.list .profile-card-container:hover i {
  filter: grayscale(100%) brightness(5);
}

.list .profile-card-container .profile-card-role {
  display: none;
}

.list .profile-card-container.thead {
  background-color: #f9f9fb;
  font-weight: 600;
}

.list .profile-card-container.thead > div .data {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
}

.list .profile-card-container.thead > div:last-child {
  flex: 0;
}

.page-header {
  margin: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  /*   h2{
    font-size: $font-page-header;
    line-height: $font-page-header;
    color: $col_trimble_blue_mid;
    font-weight: 300;
  } */
}

.page-header h1 {
  color: #005F9E;
}

.page-header .search {
  margin: 0 0.75rem;
}

.page-header .right {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.filter-wrapper {
  margin: 0.75rem;
}

.filter-wrapper select {
  width: 264px;
}

@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .profile.tile .col.l2 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
}
