﻿.tiles .fileItem {
    height: 135px;
    width: 180px!important;
}

.rfname{
    color: #444;
}

.tiles .tile .tile-object>.rfsize {
    color: rgba(0, 0, 0, 0.28);
}

/*.number.rfsize{
    color: #9c8b8b;
}*/

.dropZoneElement {
    position: relative;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px dashed #c7c7c7;
    width: 270px;
    height: 135px;
    text-align: center;
}

.textWrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 24px;
    height: 2em;
    line-height: 2em;
    font-family: Arial,Helvetica,sans-serif;
    color: black;
}

.dropFileText {
    color:  lightgray;
    text-transform: uppercase;
    font-size: 12px;
}

/*.fileItem {
    float: left;
    position: relative;
    margin: 0 10px 10px 0;
    padding: 0;
    background-color: lightgray;
    width: 110px;
    height: 110px;
    text-align: left;
}*/

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.file-section {
    /*margin: 0 auto 4.5em;*/
    padding: 1em;
    border: 1px solid rgba(20,53,80,0.14);
}

.file-section.k-content {
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.08), 0 3px 6px rgba(0,0,0,.08);
}
    

/*.file-icon {
        display: inline-block;
        float: left;
        width: 48px;
        height: 48px;
        margin-left: 10px;
        margin-top: 13.5px;
    }

    .img-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/jpg.png);
    }

    .doc-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/doc.png);
    }

    .pdf-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/pdf.png);
    }

    .xls-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/xls.png);
    }

    .zip-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/zip.png);
    }

    .default-file {
        background-image: url(../../CDNGlobal/Dajin/global/img/default.png);
    }

     #example .file-heading {
        font-family: Arial;
        font-size: 1.1em;
        display: inline-block;
        float: left;
        width: 60%;
        margin: 0 0 0 20px;
        height: 25px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    #example .file-name-heading {
        font-weight: bold;
        margin-top: 20px;
    }

    #example .file-size-heading {
        font-weight: normal;
        font-style: italic;
    }

    li.k-file .file-wrapper .k-upload-action {
        position: absolute;
        top: 0;
        right: 0;
    }

    li.k-file div.file-wrapper {
        position: relative;
        height: 75px;
    }*/