﻿.fileAssetDisplayContainer .button,.fileAssetDisplayContainer .description
{
    float:left;
    line-height:25px;
    -webkit-appearance:none;
}
.fileAssetDisplayContainer .description
{
    padding-left:10px;
}
.fileAssetDisplayContainer .description .options a
{
    margin-left:5px;
    margin-right:5px;
    color:black;
}
.fileAssetDisplayContainer input[type='button']
{
    background-color:#000;
    color:white;
    border:none;
}

.progressBar
{
    height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progressBarInner
{
    float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.fileAssetDisplayContainer.imaged {
    display:flex;
    flex-direction:column;
    background-color:#f3f3f3;
  
}

.highlightFile .fileAssetDisplayContainer 
{
    border-bottom:1px solid red;  
}


.fileAssetDisplayContainer.imaged .image
{
    order:1;
}
.fileAssetDisplayContainer.imaged .image .image_inner
{
    padding-bottom:57%;
    background-repeat:no-repeat;
    background-position:center center;
        background-size: contain;
        cursor:pointer;
        position:relative;
}

.fileAssetDisplayContainer.imaged .image .image_inner .icon
{

    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    justify-content: center;
    align-items:center;
    display: flex;
        font-size: 25px;
}

.fileAssetDisplayContainer.imaged .description
{
order:2;
padding-left:0px;
text-align:center;
float:none;
white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:10px;
    padding-right:10px;
}
.fileAssetDisplayContainer.imaged .description .options
{
    display:flex;
    justify-content: center;
}
.fileAssetDisplayContainer.imaged .button
{
    order:3;
    float:none;
    line-height: unset;
}
.fileAssetDisplayContainer.imaged .button input
{
    width:100%;
        line-height:unset;
}
.create_item_files.imaged {
    display:flex;
        padding-top: 10px;
}
.create_item_files.imaged .formItem
{
    width:10%;
}
@media(max-width:500px)
{
    .create_item_files.imaged .formItem
    {
        width:50%;
    }
}

.twoCol .create_item_files.imaged .formItem
{
    width:20%;
}
@media(max-width:500px)
{
    .twoCol .create_item_files.imaged .formItem
    {
        width:50%;
    }
}

.create_item_files.imaged .formItem .field
{
    margin-left:10px;
    margin-right:10px;
}

.journalBox .create_item_files.imaged .formItem
{
    width:25%;
}
@media(max-width:500px)
{
    .journalBox .create_item_files.imaged .formItem
{
    width:100%;
}
}



.fileUploadPopHolder
{
    padding:30px;
}

.infoBoxFileUpload
{
    display:flex;
    padding:20px;
    background-color:#DADADA;
    margin-bottom:20px;
}

.infoBoxFileUpload .ex{
    font-size:32px;

}

#allowedFileTypes
{
    display:none;
}
.fileUploadPopHolder .close
{
    position:absolute;
    top:16px;
    right:16px;
    cursor:pointer;
}