@charset "UTF-8";
/**
 * 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.dropfiles-table-content-hidden.colstyle .mediaTableMenu.mediaTableMenuClosed,
.dropfiles-content-table.dropfiles-content.dropfiles-table-content-hidden .table {
  visibility: hidden;
  margin: 0;
}
.dropfiles-content-table.dropfiles-content.dropfiles-table-content-hidden .dropfiles-container-table {
  overflow: hidden;
}
.dropfiles-content-table.dropfiles-content.dropfiles-table-content-hidden .mediaTableWrapperWithMenu {
  padding: 0 !important;
}
.dropfiles-content-table.dropfiles-content.dropfiles-table-content-hidden .table thead th {
  padding: 0 !important;
  line-height: 0;
}
.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;
  font-size: 13px;
}
.dropfiles-content-table.dropfiles-content a {
  text-decoration: none !important;
  border-bottom: 0;
  box-shadow: none;
  display: inline-block;
  word-wrap: break-word;
}
.dropfiles-content-table.dropfiles-content a:focus {
  outline: none;
}
.dropfiles-content-table.dropfiles-content td.file_size, .dropfiles-content-table.dropfiles-content td.file_hits {
  white-space: nowrap;
}
.dropfiles-content-table.dropfiles-content table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}
.dropfiles-content-table.dropfiles-content .table {
  width: 100%;
  display: table;
  table-layout: auto;
  box-sizing: border-box;
  background-color: #fff;
  color: #999999;
  border: none;
  padding: 0 10px;
  margin: 0 !important;
}
.dropfiles-content-table.dropfiles-content .table td {
  padding: 15px 0 15px 10px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.dropfiles-content-table.dropfiles-content .table td.file_title div.custom-icon {
  margin: 0 5px 0 0;
  display: inline-block;
}
.dropfiles-content-table.dropfiles-content .table td.file_title span.ext {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.dropfiles-content-table.dropfiles-content .table td.file_title a.title {
  display: inline;
  color: #999999;
  text-transform: none;
}
.dropfiles-content-table.dropfiles-content .table td.file_title a.title:hover {
  color: #999999;
}
.dropfiles-content-table.dropfiles-content .table td.file_title .dropfiles_checkbox {
  position: unset;
  vertical-align: middle;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: inline;
}
.dropfiles-content-table.dropfiles-content .table td.file_title .dropfiles_checkbox > span {
  vertical-align: middle;
}
.dropfiles-content-table.dropfiles-content .table thead th {
  line-height: 30px;
  font-weight: normal;
  white-space: nowrap;
  padding: 15px 0 15px 10px !important;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  color: #666666;
  border: none !important;
}
.dropfiles-content-table.dropfiles-content .table thead th.drop-col-pd-right {
  padding-right: 30px !important;
}
.dropfiles-content-table.dropfiles-content .table caption + thead tr:first-child th, .dropfiles-content-table.dropfiles-content .table caption + thead tr:first-child td {
  border-top: 0;
}
.dropfiles-content-table.dropfiles-content .table colgroup + thead tr:first-child th, .dropfiles-content-table.dropfiles-content .table colgroup + thead tr:first-child td {
  border-top: 0;
}
.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 td.file_download,
.dropfiles-content-table.dropfiles-content .table th.file_download {
  text-align: left;
  max-width: 155px !important;
  width: 155px !important;
  min-width: 150px;
  padding: 5px 10px 5px 5px;
}
.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;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropfiles-content-table.dropfiles-content .table-bordered tr {
  border: none;
}
@media screen and (max-width: 1024px) {
  .dropfiles-content-table.dropfiles-content .table-bordered tr .file_desc,
  .dropfiles-content-table.dropfiles-content .table-bordered tr .file_version {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .dropfiles-content-table.dropfiles-content .table-bordered tr .file_hits {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .dropfiles-content-table.dropfiles-content .table-bordered tr .file_created {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .dropfiles-content-table.dropfiles-content .table-bordered tr .file_size {
    display: none;
  }
}
.dropfiles-content-table.dropfiles-content .table-bordered th {
  line-height: 30px;
}
.dropfiles-content-table.dropfiles-content .table-bordered th:first-child {
  border-top-left-radius: 4px;
}
.dropfiles-content-table.dropfiles-content .table-bordered th:last-child {
  border-top-right-radius: 4px;
}
.dropfiles-content-table.dropfiles-content .table-bordered td {
  background-color: #fff;
  line-height: 32px;
  border-top: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.dropfiles-content-table.dropfiles-content .table-bordered td p {
  margin: 0;
  padding: 0;
}
.dropfiles-content-table.dropfiles-content .table-bordered tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.dropfiles-content-table.dropfiles-content .table-bordered tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.dropfiles-content-table.dropfiles-content .table-bordered th.file_title,
.dropfiles-content-table.dropfiles-content .table-bordered td.file_title {
  position: relative;
}
@media screen and (min-width: 768px) {
  .dropfiles-content-table.dropfiles-content .table-bordered th.file_title,
  .dropfiles-content-table.dropfiles-content .table-bordered td.file_title {
    min-width: 132px;
  }
}
.dropfiles-content-table.dropfiles-content .table-bordered th.file_desc p,
.dropfiles-content-table.dropfiles-content .table-bordered td.file_desc p {
  margin: 0;
  padding: 0;
}
.dropfiles-content-table.dropfiles-content .table-bordered caption + thead tr:first-child th {
  border-top: 0;
}
.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 {
  border-top: 0;
}
.dropfiles-content-table.dropfiles-content .table-bordered colgroup + thead tr:first-child th {
  border-top: 0;
}
.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 {
  border-top: 0;
}
.dropfiles-content-table.dropfiles-content .table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}
.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-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;
  vertical-align: middle;
}
.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.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;
}
.dropfiles-content-table.dropfiles-content .dropfiles-container .dropfilescategory:not(.backcategory),
.dropfiles-content-table.dropfiles-content .dropfiles-container .dropfilescategory_placeholder {
  margin: 10px;
}
.dropfiles-content-table.dropfiles-content .dropfiles-categories.blank + .mediaTableWrapperWithMenu {
  padding-top: 0;
}
.dropfiles-content-table.dropfiles-content .dropfiles-categories.blank + .mediaTableWrapperWithMenu .mediaTableMenuClosed {
  margin-top: calc(30px - 1em);
}
.dropfiles-content-table.dropfiles-content .dropfiles-categories h2 {
  margin: 0 0 0 10px;
}

.dropfiles-content-table .mediaTableWrapperWithMenu {
  position: relative;
  padding-top: 1em;
}
.dropfiles-content-table .mediaTableMenu {
  display: none;
}
.dropfiles-content-table.colstyle .mediaTableMenu {
  display: block;
  margin-top: 28px;
  right: 10px;
  box-shadow: none !important;
  z-index: 9;
  min-width: 32px;
  min-height: 26px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.dropfiles-content-table.colstyle .mediaTableMenu a {
  padding: 0 10px;
  border-radius: 5px;
  color: darkgrey;
  vertical-align: middle;
  box-shadow: unset;
  margin: 2px 0;
  text-align: left;
}
.dropfiles-content-table.colstyle .mediaTableMenu a > .zmdi-settings {
  box-sizing: content-box;
  vertical-align: baseline;
}
.dropfiles-content-table.colstyle .mediaTableMenu.mediaTableMenuClosed {
  display: block;
  margin-top: 30px;
  right: 10px;
  box-shadow: none !important;
  z-index: 9;
  width: 32px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  box-sizing: unset;
}
.dropfiles-content-table.colstyle .mediaTableMenu.mediaTableMenuClosed a {
  display: block;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  text-align: center;
  width: 18px;
  height: 100%;
  box-sizing: unset;
  margin: auto;
  line-height: 22px;
}
.dropfiles-content-table.colstyle .mediaTableMenu.mediaTableMenuClosed a .zmdi-settings {
  text-align: center;
  width: 100%;
  display: inline-block;
  box-sizing: unset;
  vertical-align: middle;
  margin-top: 5px;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul {
  padding: 0 10px 5px 10px !important;
  color: #666666;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul li {
  line-height: 18px;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul input {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  line-height: 1em;
  margin: 3px 0;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul input:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  vertical-align: middle;
  font-size: 1em;
  transition: 0.6s;
  text-align: center;
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
  padding: 1px;
  box-sizing: border-box;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul input:hover, .dropfiles-content-table.colstyle .mediaTableMenu ul input:focus {
  cursor: pointer;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul input:hover:before {
  background: #efefef;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul input:checked:before {
  content: "✔";
  font-family: arial, helvetica, sans-serif;
}
.dropfiles-content-table.colstyle .mediaTableMenu ul label {
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  margin: 3px 3px 3px 5px;
}
.dropfiles-content-table a.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;
}
.dropfiles-content-table a.dropfiles-content-single:hover {
  background-color: #5C5C5C !important;
  border: solid 1px #181818 !important;
  text-decoration: none !important;
}
.dropfiles-content-table a.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-content-table .dropfiles-container-table {
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.dropfiles-content-table .dropfiles-container-table.with_foldertree {
  width: 70%;
  padding: 0 5px 0 10px;
  margin: 0;
  overflow-x: auto;
  overflow-y: auto;
  flex: 1;
}
.dropfiles-content-table .dropfiles-container-table.with_categories_before_title .backcategory-section {
  width: 100%;
  margin-bottom: 25px;
}
.dropfiles-content-table .dropfiles-container-table.with_categories_before_title .categories-head.categories-before-title {
  margin: 10px 0;
}
.dropfiles-content-table .dropfiles-manage-files {
  padding: 2px 10px 0 0;
}
.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files,
.dropfiles-content-table .dropfiles-manage-files .openlink-manage-files {
  background-color: #75be5f;
  border-color: #75be5f;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  margin: 8px 0 8px 8px;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  line-height: 28px;
  float: right;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files:hover, .dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files:focus,
.dropfiles-content-table .dropfiles-manage-files .openlink-manage-files:hover,
.dropfiles-content-table .dropfiles-manage-files .openlink-manage-files:focus {
  cursor: pointer;
}
.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files:hover,
.dropfiles-content-table .dropfiles-manage-files .openlink-manage-files:hover {
  box-shadow: 1px 1px 12px #ccc;
}
.dropfiles-content-table .dropfiles-breadcrumbs-table .openlink-manage-files .dropfiles-preview,
.dropfiles-content-table .dropfiles-manage-files .openlink-manage-files .dropfiles-preview {
  margin-left: 8px;
  vertical-align: baseline;
  font-size: 1.4em;
}
.dropfiles-content-table .mediaTableWrapper-chil {
  padding-top: 1em !important;
}

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;
}
