/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

.orderfiles_thumb {
    display: inline-block;
}

.orderfiles_thumb_td {
    width: 110px;
    padding: 10px;
}

.orderfiles_thumb img {
    padding: 5px;
    background: #FFF;
    border: 1px solid #c0c0c0;
}

#order .orderfiles_thumb {
    clear: both;
    margin-right: 10px;
}

.fa.fa-download:before {
    font-family: "FontAwesome";
    content:"\f019";
    margin-right:5px;

}

.fa.fa-save:before {
    font-family: "FontAwesome";
    content:"\f0c7";
    margin-right:5px;
}

.fa.fa-delete:before {
    font-family: "FontAwesome";
    content:"\f1f8";
    margin-right:5px;
}

.orderfiles_thumb_td {
    text-align:center;
}

.orderfiles_thumb {
    margin:auto;
    display:block;
    text-align:center;
}

.filesmanager_contents textarea,.filesmanager_contents input[name="title"] {
    width:100%;
}

.orderfiles-download:before {
    font-family: FontAwesome;
    content: '\f019';
    margin-right:5px;
}

.orderfiles-download {
    font-weight:bold;
}

.selectProductOrderFiles {
    display:block;
    margin-top:10px;
    text-align:center;
}

.selectProductOrderFiles select {
    font-size:12px;
    max-width:100%;
}

.fileInstance {
    display: block;
    padding-bottom: 30px;
    text-align: center;
}

.fileInstance .comment_comments .card-block {
    padding-bottom: 40px;
    -webkit-box-shadow: 0px 10px 5px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 5px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 5px -7px rgba(0, 0, 0, 0.15);
    border: none !important;
}

.OrderFiles-FileBlock {
    border: 1px dotted #c0c0c0;
    background: #fafafa;
    padding: 10px;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    border-top: none;
}

.fileInstance h5 {
    background: #000;
    color: #FFF;
    margin: 0px !important;
    padding: 10px 5px;
}

#order_files {
    table-layout: fixed!important;
}

.comment_form.card-block {
    padding:10px;
}