/* file upload */
.nvt-file-upload-form,
.nvt-file-upload-form .file-upload-dropzone,
.nvt-file-upload-form input,
.nvt-file-upload-form .fileupload-content
{
background:none;
border:none;
height:0;
padding:0;
}

.nvt-file-upload-form .fileupload-progressbar
{
position:fixed;
bottom:26px;
right:26px;
}

.file-upload
{
font-size:12px;
}

.fileupload-buttonbar
{
background:none;
border:none;
}

.fileinput-button
{
padding:8px;
text-align:center;
}

.fileupload-content
{
background:none;
border:none;
}

/*
.fileupload-content table tr:nth-child(odd) td
{
background:rgba(230,230,230,0.8);
}

.fileupload-content table tr:nth-child(even) td
{
background:rgba(255,255,255,0.8);
}
*/

.fileupload-content td
{
vertical-align:top;
}

.fileupload-content .name
{
max-width:150px;
word-wrap:break-word;
padding-bottom:10px;
/*white-space:pre-wrap;*/
}

.fileupload-content .name a
{
text-decoration:none;
}

.fileupload-content .name a:hover
{
text-decoration:underline;
}

.fileupload-content .size
{
color:#888;
}
