.AiNavigationList
{
  height:80%;
}

.Label {
  font-size: 110%;
  color: #cccccc;
  vertical-align: middle;
  height: 3em;
}


.LongInput
{
  line-height: 2.5em;
  height: 2.5em;
  width: 100%;
  font-size: 110%;
  box-sizing: border-box;
}

.SmallText
{
  width: 2.2em;
  line-height: 21px;
  height: 21px;
  font-size: 110%;
}

#assetGenre
{
  border: solid 0.1em;
  display: inline-block;
  height: 2em;
}

#sectionTop
{
  display: table;
  width: 100%;
  height: 9em;
  vertical-align: top;
}


.SectionTopLeftInput
{
  width: 84%;
  display: inline-block;
  margin-top: 0.5em;
}


.SectionTopLeftLabel
{
  font-size: 110%;
  color: #cccccc;
  vertical-align: middle;
  height: 2.5em;
  line-height: 2.5em;
  width: 15%;
  text-align: right;
  display: inline-block;
}



#sectionArtWork
{
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 20%;
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 0.5em;
}

#imageArtWork
{
  width: 8.5em;
  height: 8.5em;
  object-fit: cover;
  border: solid 0.2em;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
}

#editArtWork
{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 2em;
  background: #5c9ec8 url(../../../images/icons/pencil_black.png) center no-repeat;
  background-size: 1.5em;
  border-radius: 1.5em 0 0 0;
  border-top: solid 1px black;
  border-left: solid 1px black;
}

#sectionGenre
{
  display: inline-block;
  margin: 2em auto;
  width: 100%;
  color: #cccccc;
}

#episodes, #seasons
{
  display: inline-block;
}

#trackCounter input, #discCounter input, #yearContainer input
{
  color:black;
}

.Selections
{
  display: inline-block;
  border-radius: 0;
  border: solid 0.1em;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #cccccc;
  padding-left:.5em;
}


.header
{
  display: block;
  text-align: center;
}

.BlueHeader
{
  text-transform: uppercase;
  background-color: #000;
  color: #5c9ec8;
  font-size: 165%;
  text-align: center;
}


#sectionDetails
{
  margin: 2em auto;
}

#i18n_filemeta_details
{
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 12%;
}

#sectionDetails .inner
{
  display: inline-block;
  background: #cccccc;
  width: 87%;
  padding: 0.5em;
  box-sizing: border-box;
}

#sectionDetails .col
{
  display: table-cell;
  width: 20em;
}

#sectionDetails .attrLabel
{
  text-align: right;
  line-height: 2em;
  height: 2em;
  display: inline-table;
  width: 7em;
}

#sectionDetails .attrData
{

  line-height: 2em;
  font-weight: bold;
  padding-left: 0.5em;
  display: inline-block;
}

#apply
{
  position: relative;
  margin-left: 3.9em;
  color: #cccccc;
}


.FileInfoComboBtnText
{
  background-color: #cccccc;
  text-align: center;
  vertical-align: middle;
  color:#000000;

}

.FileInfoComboBtn
{
  vertical-align:middle;
}

.FileInfoGenreSelections
{
  background-color: #cccccc;
  border-color: #000000;
  color: black;
}

.AiStandardDialogPrefs
{
  width: 50em;
  height: 45em;
}

.AiStandardDialogNavContentPrefs
{
  width: 31em;
  height: 33em;
}

.AiStandardDialogNavContentFileInfo
{
  width: 41em;
  height: 40em;
}



@media screen and (max-device-width:1630px), screen and (max-width:1630px)
{
  #filemetaInfo
  {
    font-size:95%;
  }
}