.CreateEditGroupDialogPopup
{
  background: rgba(0,0,0,.9);
  max-width: 100%;
}


#aiCreateEditGroupContainer
{
  width:100%;
  margin-top: 5%;
}

#aiCreateEditGroupNameContainer
{
  width:80%;
  margin: .3em auto;
}

#aiCreateEditGroupNameTextInput
{
  font-size: 300%;
  text-align: center;
  width: 100%;
  height: 1.2em;
  font-weight: bold;
  color:black;
}

#aiCreateEditGroupNameTextInput.Disabled
{
  color:white;
  background-color: black;
  border:none;
}

#aiCreateEditGroupTabBar
{
  width: 90%;
  display: table;
  overflow: auto;
  margin: 0.5em auto;
  border-collapse: collapse;
}

#aiCreateEditGroupInfoContainer
{
  margin-bottom: 3em;
}

.CreateEditGroupSelectorTab
{
  width: 50%;
  display: table-cell;
  box-sizing: border-box;
  color: #666;
  vertical-align: middle;
  border: 2px solid #666;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  font-size: 2.5em;
}

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


#aiCreateEditGroupMiddleContainer
{
  width: 90%;
  margin: 2em auto 0 auto;
  height: 20em;
}

#aiCreateEditGroupMiddleRight
{
  display: inline-block;
  width:73%;
}

#aiCreateEditGroupImageContainer
{
  height:100%;
  width:25%;
  display: inline-block;
  vertical-align: top;
  margin-right:1em;
  margin-bottom:.2em;
  position: relative;
  z-index:0;
}

#aiCreateEditGroupImageContainer img
{
  width:100%;
  height:100%;
  object-fit: cover;
}

#aiCreateEditGroupPhotoRightCorner
{
  background:#5c9ec8;
  height:2em;
  width:2em;
  z-order:1;
  border:solid;
  border-color: #5c9ec8;
  position: absolute;
  right:0;
  bottom:0;
  border-top-left-radius: 2em;
  -moz-border-radius-topleft: 2em;
  -webkit-border-top-left-radius: 2em;
}


#aiCreateEditGroupPhotoRightCorner:hover
{
  cursor: hand;
  cursor: pointer;
}

#aiCreateEditGroupUserPhotoRightCornerImage
{
  width: .9em;
  margin-top: 0.2em;
  height: .9em;
  margin-left: 0.2em;
  z-index:2;
}

#aiCreateEditGroupUserPhotoRightCornerImage img
{
  width:90%;
  height:90%;
}

#aiCreateEditGroupCreatorName
{
  font-size:300%;
  text-transform: uppercase;
  color:white;
}


.CreateEditGroupText
{
  color:#cccccc;
  font-size: 200%;
}


#aiGroupAllowChangesWrapper
{
  width:21em;
  word-break: break-all;
  margin-top: 0.5em;
  margin-bottom:-0.2em;
}

#groupChangesCheckbox
{
  margin-top:1.5em;
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  vertical-align: super;
}



#i18n_groupAllowChanges
{
  color:#cccccc;
  font-size: 170%;
  margin-left: 0.5em;
}



#aiCreateEditGroupDetailsText
{
  height: 3.1em;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
  width: 98%;
  font-size: 150%;
  padding: 0.5em 0 0 1em;
  resize:none;
}

#aiCreateEditGroupDescriptionText
{
  height: 1.7em;
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
  width: 98%;
  font-size: 150%;
  padding: 0.5em 0 0 1em;
  resize:none;
}

#i18n_groupsAdmin
{
  margin: 0px 0px 0px 5em;
  font-size: 150%;
  color: #CCC;
}

#aiCreateEditGroupMembersContainer
{
  width: 90%;
  height: 33em;
  margin: 0 auto;
}

#aiCreateEditGroupButtonContainer
{
  margin: 0 auto;
  font-size: 150%;
  width: 20%;
  position: relative;
  text-align: center;
  border-collapse: collapse;
}

#aiCreateEditGroupButtonContainer.Readonly
{
  width: 10em;
}

.AiCreateEditGroupButton
{
  height: 2.5em;
  width: 7em;
  cursor: pointer;
  border: 2px solid black;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  display: table-cell;
  background-image: linear-gradient(#ccc, #575757);
}


@media screen and (max-device-width:1630px), screen and (max-width:1630px)
{
     #vwPopupBoxContent_1
     {
       font-size:90%;
     }
}

input::-ms-clear
{
  display: none;
}