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

#aiProjectsSelectorTitle
{
  color: white;
  font-size: 220%;
  margin: 0.5em auto 0 auto;
  text-align: center;
  font-family: "arial black";
}

#aiProjectsSelectorComboContainer
{
  margin:-5px 0 0 2em;
}

.ProjectsSelectorComboBtn
{
  border-radius: 0;
  border:none;
}

#aiProjectsSelectorFileListComboBox
{
   background: #5c9ec8;
   color:black;
   width:16em;
}


#aiProjectSelectorContainer
{
  height: 80%;
  width: 95%;
  margin: 0 2em;
  border: medium solid #5c9ec8;
}

#aiProjectsSelectorGrid
{
  height:100%;
}

#aiProjectsSelectorButtonContainer
{
  width:7em;
  margin: 1em auto;

}

.AiProjectsSelectorButton
{
  height: 2.5em;
  width: 7em;
  cursor: pointer;
  border: medium solid;
  text-align: center;
  vertical-align: middle;
  line-height: 2.5em;
  background-color: #CCC;
  text-transform: uppercase;
  display: inline-block;
}
