﻿
.file-thumbnail {
    float: right;
    width: auto;
    max-height: 96px;
    max-width: 120px;
    display: inline-block;
    margin-top: -15px;
    margin-right: 50px;
}

.viewer-thumbnail {
    float:left;
    width: auto;
    /*height: 96px;*/
}

.file-icon {
    display: inline-block;
    float: left;
    width: 96px;
    height: 96px;
    margin-left: 10px;
    margin-top: 13.5px;
    margin-right: 10px;
}

.img-file {
    background-image: url(images/img.png);
}

.doc-file {
    background-image: url(images/doc.png);
}

.pdf-file {
    background-image: url(images/pdf.png);
}

.xls-file {
    background-image: url(images/xls.png);
}

.zip-file {
    background-image: url(images/zip.png);
}

.audio-file{
    background-image: url(images/audio.png);
}

.video-file{
    background-image: url(images/video.png);
}

.ppt-file{
    background-image: url(images/ppt.png);
}

.txt-file{
    background-image: url(images/txt.png);
}

.default-file {
    background-image: url(images/unk.png);
}

#FileName {
    font-family: Arial;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
}

#FileDescription {
    font-weight: normal;
    font-style: italic;
}

/*#Keywords {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
}*/

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 150px;
}

.file-upload-data-style {
    width: 200px !important;
    height: 34px;
    background: white !important;
    border-color: #a3d0e4 !important;
}

.downloadLink {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.k-multiselect {
    /*margin: 0 30px 0 30px !important;*/
    width: 300px;
}

.text-description{
    margin: 0 30px 0 30px !important;
    width: 300px;
}

.file-size-error{
    color: red;
}

.file-upload-empty-span {
    margin-left: 11px;
    display: inline !important;
}

.file-upload-fields {
    display: inline-block;
    max-width: 300px;
}

.file-upload-field-cont {
    padding: 0 10px 0 0;
    display: inline;
}

.file-upload-field-cont2 {
    padding: 0 10px;
    display: inline-flex;
}

.custom-file-wrapper {
    min-height: 128px;
    height: auto !important;
}

.file-name-heading-custom {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
}

.file-upload-field-cont2 > div {
    background: white !important;
    width: 200px;
}

.file-upload-field-cont2 > div > div > ul > li {
    padding: .1em 1.6em .1em .4em !important;
}