
/**
 * 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-ggd.dropfiles-content .dropblock {
  min-width: 114px;
  min-height: 114px;
  max-width: 100%;
}
.dropfiles-content-ggd.dropfiles-content .dropblock div.custom-icon img {
  width: 50px;
  height: auto;
  max-height: 50px;
  position: relative;
  margin-top: 32px;
}

#dropfiles-box-ggd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 13px;
}
#dropfiles-box-ggd a {
  text-decoration: none;
}
#dropfiles-box-ggd .filecontent a {
  font-size: 16px;
  text-transform: none;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b3b3b3;
  font-weight: bold;
  vertical-align: top;
  display: inline-block !important;
}
#dropfiles-box-ggd div.dropfiles-extra {
  line-height: 18px;
  font-size: 13px;
  color: #b3b3b3;
  padding-left: 85px;
  padding-right: 15px;
}
#dropfiles-box-ggd div.dropfiles-extra > div {
  margin: 3px 0;
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
}
#dropfiles-box-ggd div.dropfiles-extra > div > span, #dropfiles-box-ggd div.dropfiles-extra > div > p {
  display: inline-block;
  min-width: 75px;
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #999999;
  max-width: 500px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #dropfiles-box-ggd div.dropfiles-extra > div > span, #dropfiles-box-ggd div.dropfiles-extra > div > p {
    max-width: 320px;
  }
}
#dropfiles-box-ggd div.dropfiles-extra .file-desc p {
  margin: 0;
  padding: 0;
}
#dropfiles-box-ggd div.dropfiles-extra .file-size {
  margin-top: 15px;
}
#dropfiles-box-ggd .dropfiles-close {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  width: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjCwsJES8LDFBaAAAA90lEQVRYw+3WTQqDMBCG4Zcm5AJCeyqvo+RAekMV3KSLorXiz6SOUkq+dcKTMWYYSElJSYEHOU682pFzjyUyahpKrGi1paShIouroiYQ6ESMpaQjEKhiqslpCELmTQQacjniJhu3GTtbKb/Fhc1WsKoQ3mAUc5jYZ1SIbUaNWGdUiSXGYLSJOdPi8bTaxJzp6c8gBmY4/1CTMgFg8GMNgR6PkW69aZ/lxz/XBRd/wS88f90GQ3Hmey/GtqLIrPcoNWa7Daow+532MCNr5ocYJ27mn0zUIDEdifbON2WiRqI7VcQn+HK4g4zq7DH1Vc3pA3dKSso/5gmAWxwDE0VxTgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0xMS0xMVQwOToxNzoyNCswMDowMF30EfwAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMTEtMTFUMDk6MTc6MjQrMDA6MDAsqalAAAAAAElFTkSuQmCC) center center no-repeat transparent;
  background-size: cover;
  z-index: 9999;
}
#dropfiles-box-ggd .dropblock {
  min-width: 400px;
  min-height: 150px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  background: #FFF;
  color: #8d8d8d;
  padding: 32px 10px 15px 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #dropfiles-box-ggd .dropblock {
    border-radius: 4px;
  }
}
@media screen and (max-width: 720px) {
  #dropfiles-box-ggd .dropblock {
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: unset;
  }
}
#dropfiles-box-ggd .dropblock .filecontent {
  float: left;
  min-width: 350px;
  margin: 0;
  padding: 0;
}
#dropfiles-box-ggd .dropblock .filecontent div.custom-icon {
  float: left;
}
#dropfiles-box-ggd .dropblock div.ext {
  background-position: top left;
  color: #fff;
  float: left;
  width: 60px !important;
  position: relative;
  margin-top: 0;
}
#dropfiles-box-ggd .dropblock div.ext .txt {
  position: absolute;
  top: 48px;
  left: 7px;
  display: none;
  width: 35px;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
}
#dropfiles-box-ggd .dropblock h3 {
  padding: 0 15px 0 25px;
  margin: 0 0 10px 60px;
  word-wrap: break-word;
  clear: none;
  position: relative;
  vertical-align: text-top;
  font-size: 16px;
  line-height: 13px;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox {
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: none;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox .cbox_file_download[type="checkbox"] {
  display: none;
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox span {
  width: 16px;
  height: 16px;
  line-height: 13px;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox span:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  vertical-align: middle;
  transition: .6s;
  text-align: center;
  background: #fff;
  border: 1px solid #808080;
  color: #808080;
  padding: 1px;
  font-size: 13px;
  box-sizing: border-box;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox span:hover, #dropfiles-box-ggd .dropblock h3 .wpfd_checkbox span:focus {
  cursor: pointer;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox span:hover:before {
  background-color: #efefef;
}
#dropfiles-box-ggd .dropblock h3 .wpfd_checkbox .cbox_file_download:checked + span:before {
  content: '\2714';
}
#dropfiles-box-ggd .dropblock h3 > a {
  font-size: 16px;
  display: inline-block;
  line-height: 16px;
  max-width: 500px;
  vertical-align: text-top;
  margin-top: -1px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #808080;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #dropfiles-box-ggd .dropblock h3 > a {
    max-width: 320px;
  }
}
#dropfiles-box-ggd .extra-content {
  background: none;
  padding: 0;
  margin: 0;
  text-align: right;
  display: inline-block;
  float: left;
  width: 130px;
}
@media screen and (max-width: 420px) {
  #dropfiles-box-ggd .extra-content {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
  #dropfiles-box-ggd .extra-content a {
    margin-right: 10px;
    display: inline-block !important;
    float: unset !important;
  }
  #dropfiles-box-ggd .extra-content a.downloadlink {
    margin-bottom: 0;
  }
  #dropfiles-box-ggd .extra-content a.openlink {
    margin-top: 0;
  }
}
#dropfiles-box-ggd .extra-content a {
  border-radius: 8px;
  font-size: 13px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  width: 140px;
  height: 32px;
  float: right;
  transition: all 0.2s ease;
  line-height: 22px;
}
@media screen and (max-width: 720px) {
  #dropfiles-box-ggd .extra-content a {
    width: 100%;
    margin: 0;
  }
}
#dropfiles-box-ggd .extra-content a:hover {
  box-shadow: 1px 1px 12px #ccc;
}
@media screen and (max-width: 720px) {
  #dropfiles-box-ggd .extra-content .extra-downloadlink {
    margin: 5px 0;
  }
}
#dropfiles-box-ggd .extra-content .extra-downloadlink > a {
  background-color: #75be5f;
  border-color: #75be5f;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #dropfiles-box-ggd .extra-content .extra-downloadlink > a {
    margin: 0 0 5px 0;
  }
}
#dropfiles-box-ggd .extra-content .extra-downloadlink i.dropfiles-download {
  font-size: 16px;
  vertical-align: middle;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 720px) {
  #dropfiles-box-ggd .extra-content .extra-openlink {
    margin: 5px 0;
  }
}
#dropfiles-box-ggd .extra-content .extra-openlink > a {
  background-color: #fafafa;
  border-color: #dadada;
  border-radius: 8px;
  color: #8f8f8f;
  font-size: 13px;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  height: 32px;
  line-height: 22px;
  margin: 5px auto 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#dropfiles-box-ggd .extra-content .extra-openlink i.dropfiles-preview {
  font-size: 16px;
  vertical-align: middle;
  text-align: right;
  margin-left: 10px;
  margin-bottom: 2px;
}

.dropfiles-ggd-box-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8) url(/plugins/dropfilesthemes/ggd/images/loadingfile.svg) center center no-repeat;
}

[id^="dropfiles-box"] .dropblock div.ext {
  height: 75px !important;
  background: center center transparent no-repeat;
  width: 50px !important;
  display: inline-block;
  position: relative;
  float: left;
}

.dropfiles-content-ggd.dropfiles-content-single {
  text-align: center;
}
.dropfiles-content-ggd .dropblock div.ext .txt {
  position: absolute;
  top: 48px;
  left: 7px;
  display: none;
  width: 35px;
  font-size: 17px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: arial, helvetica, sans-serif;
}
.dropfiles-content-ggd .catlink .droptitle,
.dropfiles-content-ggd .dropfiles-file-link .droptitle {
  margin-top: 5px;
}
.dropfiles-content-ggd .dropfiles-file-link {
  display: inline-block;
  position: relative;
  color: #666 !important;
  text-align: center;
  word-wrap: break-word;
  box-shadow: none;
  width: 175px;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  z-index: 0;
}
.dropfiles-content-ggd .dropfiles-file-link:hover, .dropfiles-content-ggd .dropfiles-file-link:focus, .dropfiles-content-ggd .dropfiles-file-link:active {
  outline: none;
}
.dropfiles-content-ggd .dropfiles-file-link:focus, .dropfiles-content-ggd .dropfiles-file-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.dropfiles-content-ggd .dropfiles-file-link .dropblock {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.dropfiles-content-ggd .dropfiles-file-link .droptitle {
  padding: 5px 5px 5px 20px;
  text-align: left;
  font-size: 13px;
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #b3b3b3;
  text-decoration: none !important;
}
.dropfiles-content-ggd .dropfiles-file-link .dropfiles_checkbox {
  top: 5px;
  left: 5px;
  z-index: 2;
}
.dropfiles-content-ggd .dropfiles-file-link,
.dropfiles-content-ggd .dropfilescategory:not(.backcategory) {
  margin: 10px 10px 10px 20px;
}
.dropfiles-content-ggd .dropfiles-manage-files {
  padding: 2px 10px 0 0;
}
.dropfiles-content-ggd .dropfiles-breadcrumbs-ggd .openlink-manage-files,
.dropfiles-content-ggd .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-ggd .dropfiles-breadcrumbs-ggd .openlink-manage-files:hover, .dropfiles-content-ggd .dropfiles-breadcrumbs-ggd .openlink-manage-files:focus,
.dropfiles-content-ggd .dropfiles-manage-files .openlink-manage-files:hover,
.dropfiles-content-ggd .dropfiles-manage-files .openlink-manage-files:focus {
  cursor: pointer;
}
.dropfiles-content-ggd .dropfiles-breadcrumbs-ggd .openlink-manage-files:hover,
.dropfiles-content-ggd .dropfiles-manage-files .openlink-manage-files:hover {
  box-shadow: 1px 1px 12px #ccc;
}
.dropfiles-content-ggd .dropfiles-breadcrumbs-ggd .openlink-manage-files .dropfiles-preview,
.dropfiles-content-ggd .dropfiles-manage-files .openlink-manage-files .dropfiles-preview {
  margin-left: 8px;
  vertical-align: baseline;
  font-size: 1.4em;
}

.dropfiles-container-ggd {
  box-sizing: border-box;
  width: 100%;
  min-height: 50px;
  overflow: auto;
  position: relative;
}
.dropfiles-container-ggd.with_foldertree {
  float: left;
  width: 70%;
  padding: 0 0 0 10px;
  margin: 0;
}
.dropfiles-container-ggd .dropfiles-categories .manage-files-head > h2 {
  width: 78%;
  display: inline-block;
}

.dropfiles-foldertree-ggd {
  float: left;
  padding: 0;
  margin: 0;
}
.dropfiles-foldertree-ggd > .jaofoldertree {
  margin-top: 20px !important;
}

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

/*# sourceMappingURL=style_ver5.4.css.map */
