
.filebar-container {
    max-width: 600px;
    max-height: 120px;
    margin-top: 3px;
    margin-bottom: 3px;
    overflow-x: auto;
    white-space: nowrap !important;
}

.filebar {
    /* display: none; */
    /* width: 600px; */
    vertical-align: top;
    float: left;
}

.filebar .slot {
    display:inline-block;
    padding: 5px;
    padding-left: 3px;
    padding-right: 3x;
    text-align: center;
    align-content: center;
}

.filebar .slot.empty img.thumb {
    width: 25px;
    height: 25px;
    padding: 5px;
    border: 1px solid #999;
}

.filebar .slot.selected img.thumb {
    max-width: 150px;
    max-height: 90px;
    padding: 0px;
    border: 1px solid #666;
}

.filebar .slot .file-buttons {
    font-size: 80%;
    padding-left: 3px;
    padding-right: 3px;
}

.filebar .slot.empty .file-buttons {
    color:#666
}

.filebar .slot.selected .file-buttons {
    color:#000
}

.filebar .slot .file-buttons a.file_n {
    float: left;
    text-decoration: none;
    color:black;
    background-color: #EEE;
    border-radius: 3px;
    border: 1px dotted #666;
    width: 20px;
    padding: 1px;
    cursor: pointer;
}

.filebar .slot .file-buttons a.delete {
    display: block;
    float: right;
    text-decoration: none;
    color:black;
    background-color: #EEE;
    border-radius: 3px;
    border: 1px dotted #666;
    width: 20px;
    padding: 1px;
    cursor: pointer;
}

.filebar .slot .file-buttons a.file_n:hover {
    color: red;
    background-color: #CCC;
}

.filebar .slot .file-buttons a.delete:hover {
    color: red;
    background-color: #CCC;
}

.filebar .slot.empty a.file_n {
    float: none;
    width: 20px;
    cursor: default;
    background-color: transparent;
    color:black;
}

.filebar .slot.empty a.delete {
    display: none;
}

.filebar .input-file {
    display: none;
}

.preview img.thumb {
    max-width: 80px;
    max-height: 50px;
    height: 30px;
    padding: 0px;
}