/** 
 * 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-table.dropfiles-content tr, .dropfiles-content-table.dropfiles-content td, .dropfiles-content-table.dropfiles-content thead, .dropfiles-content-table.dropfiles-content tbody, .dropfiles-content-table.dropfiles-content th {
    border: none;
}

.dropfiles-content-table.dropfiles-content table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; 
}
.dropfiles-content-table.dropfiles-content .table {
  width: 100%;
  margin-bottom: 20px; 
  -webkit-box-shadow: 0 1px 1px #ccc;
     -moz-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc;
}
.dropfiles-content-table h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 12px 0;
    font-weight: 700;
}
.dropfiles-content-table.dropfiles-content .table th,
.dropfiles-content-table.dropfiles-content .table td {
  padding: 3px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #eee; }
.dropfiles-content-table.dropfiles-content .table .dp-center {
    text-align: center;
}
.dropfiles-content-table.dropfiles-content .table th {
  font-weight: bold; 
background-color: #eee;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
background-image: -o-linear-gradient(top, #f5f5f5, #eee);
background-image: linear-gradient(top, #f5f5f5, #eee);
}
.dropfiles-content-table.dropfiles-content .table thead th {
  vertical-align: bottom; }
.dropfiles-content-table.dropfiles-content .table caption + thead tr:first-child th,
.dropfiles-content-table.dropfiles-content .table caption + thead tr:first-child td,
.dropfiles-content-table.dropfiles-content .table colgroup + thead tr:first-child th,
.dropfiles-content-table.dropfiles-content .table colgroup + thead tr:first-child td,
.dropfiles-content-table.dropfiles-content .table thead:first-child tr:first-child th,
.dropfiles-content-table.dropfiles-content .table thead:first-child tr:first-child td {
  border-top: 0; }
.dropfiles-content-table.dropfiles-content .table tbody + tbody {
  border-top: 2px solid #dddddd; }
.dropfiles-content-table.dropfiles-content .table .table {
  background-color: #ffffff; }
.dropfiles-content-table.dropfiles-content .table-condensed th,
.dropfiles-content-table.dropfiles-content .table-condensed td {
  padding: 4px 5px; }
.dropfiles-content-table.dropfiles-content .table-bordered {
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.dropfiles-content-table.dropfiles-content .table-bordered caption + thead tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered caption + tbody tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered caption + tbody tr:first-child td,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + thead tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + tbody tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + tbody tr:first-child td,
.dropfiles-content-table.dropfiles-content .table-bordered thead:first-child tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child th,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }
.dropfiles-content-table.dropfiles-content .table-bordered thead:first-child tr:first-child > th:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child > td:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-left-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-bordered thead:first-child tr:first-child > th:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child > td:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  border-top-right-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-bordered thead:last-child tr:last-child > th:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:last-child tr:last-child > td:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:last-child tr:last-child > th:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tfoot:last-child tr:last-child > td:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-bottom-left-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-bordered thead:last-child tr:last-child > th:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:last-child tr:last-child > td:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tbody:last-child tr:last-child > th:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tfoot:last-child tr:last-child > td:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-radius-bottomright: 1px;
  border-bottom-right-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0; }
.dropfiles-content-table.dropfiles-content .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }
.dropfiles-content-table.dropfiles-content .table-bordered caption + thead tr:first-child th:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered caption + tbody tr:first-child td:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + thead tr:first-child th:first-child,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 1px;
  -moz-border-radius-topleft: 1px;
  border-top-left-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-bordered caption + thead tr:first-child th:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered caption + tbody tr:first-child td:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + thead tr:first-child th:last-child,
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 1px;
  -moz-border-radius-topright: 1px;
  border-top-right-radius: 1px; }
.dropfiles-content-table.dropfiles-content .table-striped tbody > tr:nth-child(odd) > td,
.dropfiles-content-table.dropfiles-content .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }
.dropfiles-content-table.dropfiles-content .table-hover tbody tr:hover > td,
.dropfiles-content-table.dropfiles-content .table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

.dropfiles-content-table  a.downloadlink { 
    border-color: #76bc58;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    margin-top: 10px;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
}

.dropfiles-content-table.dropfiles-content .table td.extcol { text-align: center; width: 50px; }

.dropfiles-content-table.dropfiles-content span.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;
}

a.dropfiles-content-table.dropfiles-content-single {
    padding: 10px 15px 10px 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #979797 url(../images/download.png) 5px center no-repeat !important;
    color: #FFF !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #707070;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: inline-block;
    height: 50px;
    line-height: 25px;
    min-width: 100px;
    text-decoration: none!important;
}

a.dropfiles-content-table.dropfiles-content-single:hover {
    background-color: #5C5C5C !important;
    border: solid 1px #181818!important;
    text-decoration: none!important;
}

a.dropfiles-content-table.dropfiles-content-single:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: #5C5C5C !important;
    border: solid 1px #181818 !important;
    background: #5C5C5C url(../images/download.png) 5px 54% no-repeat !important;
}

.dropfiles-foldertree-table {
    float: left;
    width: 30%;
    padding: 0;
    margin: 0;
}

.dropfiles-foldertree-table > .jaofoldertree {
    margin-top: 40px !important;
}
.dropfiles-content-table .dropfiles-container-table {
    float: left;
    width: 70%;
    padding: 0;
    margin: 0;
}