/** 
 * Dropfiles
 * 
 * We developed this code with our hearts and passion.
 * We hope you found it useful, easy to understand and to customize.
 * Otherwise, please feel free to contact us at contact@joomunited.com *
 * @package Dropfiles
 * @copyright Copyright (C) 2013 JoomUnited (http://www.joomunited.com). All rights reserved.
 * @copyright Copyright (C) 2013 Damien Barrère (http://www.crac-design.com). All rights reserved.
 * @license GNU General Public License version 2 or later; http://www.gnu.org/licenses/gpl-2.0.html
 */

.dropfiles-content.dropfiles-content-default .file {
    min-height: 80px;
    clear: right;
}


.dropfiles-content.dropfiles-content-default .file > div.ext .txt {
    position: absolute;
    top: 48px;
    left: 7px;
    display: block;
    width: 35px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-family: arial, helvetica, sans-serif;
}
.dropfiles-content.dropfiles-content-default .filecontent {
    margin-left: 85px;
}

.dropfiles-content.dropfiles-content-default .file .downloadblock {
    float: right;
    padding-top: 0px;
    text-align: center;
}






/** AJOUT DU 01 03 2019 - CSS POUR AFFICHAGE FRONTLIST TARIFS **/

.dropfiles-content-default .file .downloadlink {
    background-color: #006DCC;
    border-color: #04C;
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
    /** font-size: 13px; **/
    margin: 0px 0px 5px 0px;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	color: #ffffff;
}
.dropfiles-content-default .file .downloadlink:hover {
    /** background-color: yellow; **/
    border-color: #04C;
    border-radius: 15px 15px 15px 15px;
    /** color: yellow; **/
    /** font-size: 13px; **/
    margin: 0px 0px 5px 0px;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	box-shadow: 1px 1px 12px #555;
}






/**.downloadblock a {
color:#ffffff !important;
}**/

.issuu-link-hijacked {
font-weight: none;
text-decoration: underline;
}


.downloadblock .openlink {
    background-color: #ffffff;
    border-color: #04C;
    border-radius: 15px 15px 15px 15px;
    color: #3a3a3a;
    /** font-size: 13px;**/
    margin: 0px 0px 5px 0px;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.downloadblock .openlink:hover {
    background-color: #ffffff;
    border-color: #04C;
    border-radius: 15px 15px 15px 15px;
    /**color: #FFF;**/
    /** font-size: 13px;**/
    margin: 0px 0px 5px 0px;
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	box-shadow: 1px 1px 12px #555;
}


.dropfiles-content.dropfiles-files .file {
	padding: 5px 5px 15px 5px !important; 
}












.dropfiles-content.dropfiles-content-default .file span {
    /** font-weight: bold;**/
	font-weight : normal;
}

.dropfiles-content.dropfiles-content-default h3 {
    /** padding-top: 0px; **/
	padding : 2px 2px 2px 2px;
    margin: 8px 0 !important;
	font-size: 110%;
	background-color: #f5f5f5;
	font-weight: bold;
	
}

.dropfiles-content.dropfiles-content-default .dropfilescategory {
    color: #888888;
    font-size: 18px;
    padding: 10px;
    text-decoration: none;
    display:inline-block; /* IE is so silly */
}

.dropfiles-content.dropfiles-content-default .backcategory {
    float: right;
}

.dropfiles-foldertree-default {
    float: left;
    width: 30%;
    padding: 0px;
    margin: 0px;
}
.dropfiles-container-default.with_foldertree {
    float: left;
    width: 70%;
    padding: 0px;
    margin: 0px;
}
