#aiFriendGroupSelectorContainer
{
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 4px;
}

#aiFriendGroupSelectorContainer.SplitView
{
  width:100%;
  border: 3px solid #5c9ec9;
}

#aiFriendGroupSelectorContainer.CreditsView
{
  width:95%;
  margin: 1em auto 0;
  padding: 1em 1em 0;
  border: 3px solid #5c9ec9;
}


#aiFriendGroupGridContainer.ReadOnlyView
{
  border: 3px solid #5c9ec9;
  height: 30em;
}

#aiFriendGroupSelectorContainer.MessagesView
{
  width: 100%;
  height: 100%;
  padding: 2em;
  border: none;
  background: black;
  box-sizing: border-box;
}

#aiFriendGroupGridContainer
{
  width:100%;
  height: 100%;
  display: inline-block;
}

#aiFriendGroupGridContainer.SplitView
{
  width:49.5%;
  box-sizing: border-box;
  height: 100%;
  display: table-cell;
  vertical-align: top;

}

#aiFriendGroupGridDivider
{
  width: 0.3%;
  height: 100%;
  background-color: #5c9ec9;
}

#aiSelectedGridContainer
{
  width: 49.9%;
  box-sizing: border-box;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}

#aiFriendGroupSelectedGridContainer
{
  width: 100%;
  display: table;
  height: 34em;
}

#aiCreditEditProjectFriendsTeamBar
{
  background: #5c9ec9;
  height: 100%;
  width: 100%;
  display: table;
  color: black;
  position: relative;
}

#aiFriendGroupSelectorSearchBar
{
  margin: 0.5em auto 0;
  width: 98%;
  border: 3px solid #5c9ec9;
  height: 3em;
  background-color: white;
  color: grey;
  border-radius: 4px;
  box-sizing: border-box;

}

#aiFriendGroupSelectorFriendsGrid, #aiFriendGroupSelectorSelectedFriendsGrid
{
  height: 24.5em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-top: 0.5em;
}



#aiFriendGroupSelectorFriendsGrid.MessagesView, #aiFriendGroupSelectorGroupsGrid.MessagesView, #aiFriendGroupSelectorSelectedFriendsGrid.MessagesView
{
  height: 30em;
}


#aiFriendGroupSelectorFriendsGrid.SplitView
{
  height: 23em;
  background-color: transparent;

}

#aiFriendGroupSelectorGroupsGrid, #aiFriendGroupSelectorSelectedGroupsGrid
{
  height: 24.5em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding-top: 0.5em;
}

#aiFriendGroupSelectorGroupsGrid.Projects
{
  height: 23em;
  background-color: transparent;
}

.FriendGroupSelectorTabBar
{
  margin: 0;
  display: table;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.FriendGroupSelectorTab
{
  height: 3em;
  width: 50%;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  color: #999;
  line-height: 3em;
  cursor: pointer;
  font-size: 140%;
  border: 3px solid #999;
  display: table-cell;
}

.FriendGroupSelectorTab.Single
{
  width:100%;
  border-color: #5c9ec9;
  color: #5c9ec9;
}

.FriendGroupSelectorTabSelected
{
  border-color: #5c9ec9;
  color: #5c9ec9;
}

#aiFileInfoFriendsSelector
{
  height:10em;
  overflow: scroll;
}

#aiFriendGroupSelectorProjectsHeader
{
  display:none;
}

#aiFriendGroupSelectorGroupsHeader
{
  display: none;
  height: 3em;
}

#aiCreateEditProjectsFriendIconContainerWrap
{
  position: absolute;
  left: 0;
  top: 0;
  width: 10em;
  height: 100%;
  text-align: left;
  z-index: 999;
}

.AiCreateEditProjectsFriendIconWrap
{
  display: inline-block;
}

.AiCreateEditProjectsFriendIcon
{
  height: 2em;
  padding: 0 0.5em;
  cursor: pointer;
}


.AiCreateEditProjectsSpacer
{
  display: inline-block;
  width: 2px;
  background: black;
  height: 80%;
  margin-left: 0.2em;
}


.AiProjectsCommunitySearchIcon
{
  height: 2em;
  width: 2em;
  position: absolute;
  left: 45%;
  top: 0;
}

#aiCreateEditGroupsSearchIconContainer img
{
  height: 2.7em;
  width: 2.7em;
}

#aiCreateEditProjectsSearchImage:hover
{
  cursor: pointer;
}

.AiFriendGroupSelectorTab
{
  font-size: 2em;
  display: table-cell;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}


#aiCreateEditSplitViewFriendsContainer
{
  border-left: medium solid #5C9EC9;
  border-right: medium solid #5C9EC9;
  border-bottom: medium solid #5C9EC9;
  border-color: #5C9EC9;
  height: 24em;
  width: 50%;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
}

#aiCreateEditSplitViewTeamContainer
{
  border-right: medium solid #5C9EC9;
  border-bottom: medium solid #5C9EC9;
  border-color: #5C9EC9;
  height: 24em;
  width: 49.36%;
  margin-bottom: 1em;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}


#aiCreditEditGroupsTeamBar
{
  background:#5c9ec9;
  height: 100%;
  width: 100%;
  display: table;
  color: black;
  position: relative;
}

@media screen and (max-device-width:767px), screen and (max-width:767px)
{

  #aiFriendGroupSelectorSearchBar
  {
    border: none;
    width: 87%;
    margin: 0.5em auto;
    height: 3em;
    line-height: 3.5em;
    padding: 0 0.5em;
    background-color: white;
    color: grey;
  }

  .FriendGroupSelectorTabBar
  {
    text-align: center;
    width: 100%;

  }

  .FriendGroupSelectorTab
  {
    width: 44%;
  }

  #aiFriendGroupSelectorFriendsGrid
  {
    border:none;
  }

  #aiFriendGroupSelectorFriendsGrid
  {
      height: 26em;
  }

.AiGroupSelectorOk
  {
    display: block;
    margin: 0 auto;
    width: 5em;
    text-align: center;
    background: #444;
    border-radius: 0.2em;
    border: 2px solid #5c9ec8;
    color: #5c9ec8;
    height: 2em;
    line-height: 2em;
    font-size: 200%;
    font-weight: 100;
    text-transform: uppercase;
  }
}
