/** 
 * 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: white;
    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: 18px;
    line-height: 24px;
    margin: 12px 0;
    font-weight: 700;
}

.dropfiles-content-table.dropfiles-content .table th,
.dropfiles-content-table.dropfiles-content .table td {
    padding: 15px 0px 15px 10px;
    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: #e0e0e0;
    background-image: none !important;
}

.dropfiles-content-table.dropfiles-content .table thead th {
    vertical-align: bottom;
    background-color: #e0e0e0;
    color: black;
}

.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.colstyle .mediaTableMenu {
    margin-top: 23px;
    right: 10px;
    box-shadow: none !important;
}

.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;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
}

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

.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: 25%;
    padding: 0;
    margin: 0;
}

.dropfiles-foldertree-table > .jaofoldertree {
    margin-top: 20px !important;
}

.dropfiles-content-table .dropfiles-container-table {
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    width: 100%;
}

html[dir='rtl'] .dropfiles-foldertree-table {
    float: right;
}

html[dir='rtl'] .dropfiles-content-table.dropfiles-content .table th,
html[dir='rtl'] .dropfiles-content-table.dropfiles-content .table td {
    text-align: right;
}

.dropfiles-content-table.colstyle .mediaTableMenu a {
    padding: 0px 15px;
    border-radius: 5px;
    color: #007acc;
}

.dropfiles-content-table .table-bordered {
    border: none;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.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: #fff;
}

.dropfiles-content-table.dropfiles-content .table-striped tbody > tr:hover td {
    background-color: #fff !important;
}

.dropfiles-content-table.dropfiles-content .table-striped tbody > tr > td.essential > a.title {
    word-break: break-all;
    text-decoration: none;
}

.dropfiles-content-table.dropfiles-content .table-striped tbody > tr > td.essential > a.title:hover {
    background-color: inherit;
    color: black;
}

.dropfiles-content-table.dropfiles-content .openlink {
    display: inline-block;
    transition: all 0.2s ease;
}

.dropfiles-content-table a.downloadlink:hover {
    box-shadow: 1px 1px 12px #444;
}

.dropfiles-content-table.dropfiles-content .openlink:hover {
    box-shadow: 1px 1px 12px #444;
    color: #444;
}

.dropfiles-container-table.with_foldertree {
    float: left;
    width: 70% !important;
    padding: 0;
    margin: 0;
}

.dropfiles-content-table .backcategory {
    float: right;
    width: auto !important;
    height: auto;
    background: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.dropfiles-content-table .backcategory .zmdi-chevron-left {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 5px;
    margin-top: -2px;
}

.dropfiles-content-table.dropfiles-content a {
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    word-wrap: break-word;
}

.dropfiles-container .dropfilescategory > span {
    display: inline-block;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -3px;
}

.dropfiles-content-table .dropfilescategory .dropfiles-folder {
    font-size: 18px;
    float: right;
    vertical-align: middle;
    font-family: Material-Design-Iconic-Font;
}

.dropfiles-container .dropfiles-categories a.dropfilescategory:active,
.dropfiles-container .dropfiles-categories a.dropfilescategory:focus {
    background: white;
}

.dropfiles-container .dropfilescategory {
    font-family: "robotobold";
    font-size: 14px;
    line-height: 1.5;
    color: #8f8f8f;
    box-sizing: border-box;
    width: 175px;
    height: 37px;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    text-decoration: none;
    border: none;
    background: #fff;
    display: inline-block;
    max-width: 175px;
}

.dropfiles-content.dropfiles-content-table .dropfilescategory:hover {
    box-shadow: 0px 1px 3px #888888 !important;
}

.dropfiles-content-table.dropfiles-content a.title {
    color: #444;
}

.dropfiles-content-table {
    font-family: "robotoregular";
}

.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files {
    background-color: #eee;
    border-color: #dadada;
    border-radius: 15px;
    color: #8f8f8f;
    font-size: 13px;
    margin-top: 0px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    height: 32px;
    line-height: 22px;
    float: right;
}

.dropfiles-content-table .dropfiles-categories .manage-files-head > h2 {
    width: 78%;
    display: inline-block;
}

.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files:hover {
    box-shadow: 1px 1px 12px #ccc;
}

.dropfiles-content-table .mediaTableWrapper-chil {
    padding-top: 4em !important;
}

.dropfiles-content-table.colstyle .mediaTableWrapper-chil .mediaTableMenu {
    margin-top: 64px;
}