:host {
  display: block;
}

.toggle {
  color: white;
  margin-right: 8px;
  display: inline-block;
}

.help-icon{
  font-size: 20px!important;
  padding-left: 5px!important;
}


mat-card {
  position: absolute;
  top: 52px;
  right: 40px;
  z-index: 1000;
  width: 300px;
  padding: 16px 16px 25px 16px;
  font-size: 14px;
  mat-card-actions {
    border-top: 1px solid #BDBDBD;
    padding: 10px 20px;
    text-align: right;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.tile {
  text-align: center;
  img {
    width: 55px;
    height:55px;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
  }
}

/deep/ .custom-mat-menu-panel {
  overflow: inherit !important;
  max-width: none !important;
  max-height: inherit !important;
  .mat-grid-list{
    width: 260px;
  }
  a.tile{
    color: #333 !important;
    font-size: .8rem;
    font-weight: normal;
    display: block;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .mat-menu-content{
    padding: 13px 20px 28px 20px !important;
  }
  &:before {
    border-bottom: 5px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    right: 10px;
    position: absolute;
    width: 0;
    top: -5px;
  }
}



.glyphicon-th {
  font-size: 22px;
}

mat-card-actions {
  a {
    position: relative;
    padding-left: 30px;
    span {
      position: absolute;
      left: 0;
      top: -7px;
      font-size: 24px;
    }
  }
}

.material-icons {
  font-size: 24px;
}

a.tile {
  color: #00578c;
}

a {
  color: #00578c;
}

i.material-icons {
  font-size: 24px;
  padding-top: 2px;
}

mat-card-actions.mat-card-actions {
  margin-bottom: -16px;
}
button:focus{background: transparent !important;}

