.AiCommunityGroupSubTile
{
  width: 100%;
  position: relative;
  margin: 0px auto;
  height: 4.5em;
  background: #555;
  border-top:solid #000000;
}



.CommunityGroupSubTileImage
{
  display: inline-block;
  vertical-align: top;
  border: .2em solid black;
  margin-left: .3em;
  margin-top: .3em;
  width: 3.6em;
  height: 3.6em;
}

.CommunityGroupSubTileImage img
{
  width:100%;
  height:100%;
  display: inline-block;
  vertical-align: top;
  object-fit: cover;
}

.CommunityGroupSubTileNameContainer
{
  min-height: 2.5em;
  color: #000;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: .5em;
}

.CommunityGroupSubTileName
{
  width:100%;
  height:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  font-size:75%;
  color:white;
}

.CommunityGroupSubTileName.CommunityNameLargeText
{
  font-size: 100%;
  margin: 0.2em 0;
  text-transform: uppercase;
  position: relative;
  top: -.4em;

}

@-moz-document url-prefix() {
  .CommunityGroupSubTileName.CommunityNameLargeText {
      font-size: 100%;
      margin: 0.2em 0px;
      text-transform: uppercase;
      position: relative;
      top: -0.3em;
  }

  .CommunityOrganization {
      position: relative;
      top: 0.5em;
  }

}


.CommunityOrganization
{
  position: relative;
  top: .3em;
}


.CommunityGroupSubTileActionImagesContainer
{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: 7.35em;
  margin-top: .5em;
  height:50%;
}


.CommunityGroupSubTileActionImageWrapper
{
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 3em;
}

.CommunityGroupSubTileActionImageWrapper img
{
  width:100%;
}

.CommunityGroupSubTileActionImageWrapper:hover img
{
  cursor:hand;
  cursor: pointer;
}


.CommunityGroupSubTileImageSeparator
{
  display: inline-block;
  border: 0.15em solid #000;
  margin-top: 1.5em;
  margin-left: -5px;
  margin-right: -5px;
  width: 5%;
}

.CommunityGroupSubTileDeleteOverlay
{
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background: #cc0000;
  opacity: .9;
  display: none;
}

.CommunityGroupSubTileConfirmText
{
  color:white;
  text-align: center;
  width:100%;
  margin: .5em 0 .4em 0;
  font-size: 125%;
}

#AiCommunityGroupSubTileConfirmContainer
{
  width: 32%;
  margin: 2px auto;
}
.CommunityGroupSubTileConfirmButton
{
  display: inline-block;
  margin-right: -5px;
  height: 1.5em;
  width: 5em;
  font-size: 100%;
  cursor: pointer;
  border: medium solid;
  text-align: center;
  line-height: 1.5em;
  background-color: #808080;
  vertical-align: middle;
}



