﻿#structure {
    text-align: left;
    direction: ltr;
    margin-top: 10px;
    padding: 0;
}
.file {
    cursor: pointer;
    width: 126px;
    display: inline-block;
    margin: 0px 12px 10px 0;
    padding: 0;
    vertical-align: top;
    border: 2px solid transparent;
}
.file.select {
    border-color: lightblue;
}
    .file:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .15), 0 3px 3px rgba(0, 0, 0, .15);
        border-color: lightblue;
    }
    .file img {
        
        padding: 0;
    }
    .file .title {
        background: white;
        height: 35px;
        max-height: 35px;
        line-height: 35px;
        text-align: center;
        word-wrap: break-word;
    }
    .file .imgContainer {
        width: 126px;
        height: 91px;
        text-align: center;
        padding: 0;
        background-image: url(/Images/FileManager/trans.jpg);
        background-size: 13px;
        text-align: center;
        border: none;
        margin: auto;
        vertical-align: middle;
        overflow: hidden;
        display: table-cell;
    }
.directory, .operation .imgContainer {
    background: #ddd;
    background-image: none !important;
}
.imgContainer img {
    max-width: 122px;
    max-height: 91px;
    height: auto;
}