.jFiler * {
  box-sizing: border-box;
}
.jFiler {
  /*font-size: 14px;*/
  color: #494949;
  float: left;
  width: 100%;
}
/* Helpers */
.jFiler ul.jlist-inline li {
  width: 100%;
}
.jFiler .emptyfile {
  background-color: #f3f3f3;
  height: 40px;
}
/* File Icons */
span.jFiler-icon-file {
  position: relative;
  display: block;
  background: #e1e1e1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAAEACAYAAADsqNl9AAAD5klEQVR42u3azUqUURjA8bHAEpIK+9hlRBGC0QfVustI+oAo2nQJgYGFFEUhJF1NUVAXEC6iSyhIDCoX5js9Z5xpXmxsRjOdmfP7wfPqwtWZ589xhqlUN2Y5Zi5mJmYi5lzMgZhdFbpavEb32sxsURSfq5mqrPPv52MexYxZrb4NIusoOgoiDudb/JiMGbZSWQSRbRSdBPEqZtQqZRdEllFU2rxPuB8zYI2yDSK7KNYKYinmlvURRG5RVNa4GW5aHUHkGEWrIKasjSByjWJ1EC+tjCByjqKy6qPVI1ZGEDlHUb4h7loXQeQeRSOILzF7rIsgco+iEcS0VRGEKFaCSB+znrQqghDFShDvrYkgRNEM4pk1EYQomkFctiaCEEUziDPWRBCiaAYxYk0EIYpmEIPWRBCiqAeBIEQhCEGIQhBsWxA9E4UNEYQoBCEIUQiC7giiq6OwIYIQhSAEIQpB0H1BdF0UNkQQohCEIEQhCLo7iFoUMZ8EgSC6JAobIghRCEIQohAEvRXEtkRhQwQhCkEIQhSCoHeD2LIobIggRCEIQYhCEPRHEP81ChsiCFEIQhCiEAT9F8SmR2FDBCEKQQhCFIKgv4PYlChsiCD6bZ7/SxQ2RBCiEIQgRCEI8gpiQ1HYEEGIQhCCEIUgyDeIjqOwIYIQhSAEIQpBsBLEKVGsHYUNcUuIQhCCMK2jsB2CEEUpCtshClOKwmYIwpSisBn5BjEqgj+jsBluCVMaWyEKIQiCUhCXhCAI3BKC4K9RXBeEIHBbCALvKwTBRuO4IQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyEi1Wh10ClBrYXd6jDgKqAVxMD3OOgqoBXE+PSYcBdSCuJIeM44CakHMpseco4BKpSiKDymI5Zgxx0Hmt8N4TDX9kjx0JGQexONyEPMxw46FTGPYF7NQDiKZdDRkGsSDRgTlIL7HHHU8ZBbD8ZjFVkEkr2MGHBOZxLAj5m05gNVBJNOOipzeSLcLIn0Me9tx0ecx3KnvetsgkiVR0Ocx/Gy1+GsF0bgppr2noI9C2BnzpNXN0EkQDW9ijjlOejyGEzHv2i17J0EkP2KmYvY6WnoshP31/3QWO1n0ToNoWKhfOeOOmi4P4XTM06Iovq5nwdcbxG/pm4Hp67IxV2MuxByKGfJSsMWLPxRzOOZizLWYF7GbHze6178AQI59RSRyAJkAAAAASUVORK5CYII=') no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  overflow: hidden;
}
span.jFiler-icon-file i[class*="icon-jfi-"] {
  font-size: 16px;
}
span.jFiler-icon-file.f-image {
  background-color: #e15955;
}
span.jFiler-icon-file.f-video {
  background-color: #4183d7;
}
span.jFiler-icon-file.f-audio {
  background-color: #5bab6e;
}
/* Progress Bar */
.jFiler-jProgressBar {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 4px;
  height: 8px;
  margin-bottom: 0;
  margin-top: 3px;
  overflow: hidden;
}
.jFiler-jProgressBar .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f7a923;
  box-sizing: border-box;
  transition: width 0.5s ease;
}
.jFiler-jProgressBar .bar.dark {
  background-color: #555;
}
.jFiler-jProgressBar .bar.blue {
  background-color: #428bca;
}
.jFiler-jProgressBar .bar.green {
  background-color: #5cb85c;
}
.jFiler-jProgressBar .bar.orange {
  background-color: #f7a923;
}
.jFiler-jProgressBar .bar.red {
  background-color: #d9534f;
}
/* Thumbs */
.jFiler-row:after,
.jFiler-item:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.jFiler-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*-------------------------
	Default Theme
-------------------------*/
.jFiler-theme-default .jFiler-input {
  position: relative;
  display: block;
  width: 400px;
  height: 35px;
  margin: 0 0 15px 0;
  background: #fefefe;
  border: 1px solid #cecece;
  font-size: 12px;
  color: #888;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 4px 5px -5px inset;
}
.jFiler-theme-default .jFiler-input.focused {
  outline: none;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.jFiler-theme-default .jFiler-input.dragged {
  border: 1px dashed #aaaaaa;
  background: #f9f9f9;
}
.jFiler-theme-default .jFiler-inpu.draggedt:hover {
  background: #FFF8D0;
}
.jFiler-theme-default .jFiler-input.dragged * {
  pointer-events: none;
}
.jFiler-theme-default .jFiler-input.dragged .jFiler-input-caption {
  width: 100%;
  text-align: center;
}
.jFiler-theme-default .jFiler-input.dragged .jFiler-input-button {
  display: none;
}
.jFiler-theme-default .jFiler-input-caption {
  display: block;
  float: left;
  height: 100%;
  padding-top: 8px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.jFiler-theme-default .jFiler-input-button {
  display: block;
  float: right;
  height: 100%;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ccc;
  color: #666666;
  text-align: center;
  background-color: #fefefe;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f1f1f1));
  background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
  background-image: linear-gradient(to bottom, #fefefe, #f1f1f1);
  background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
  transition: all 0.1s ease-out;
}
.jFiler-theme-default .jFiler-input-button:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.07);
}
.jFiler-theme-default .jFiler-input-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fefefe));
  background-image: -webkit-linear-gradient(top, #f1f1f1, #fefefe);
  background-image: -o-linear-gradient(top, #f1f1f1, #fefefe);
  background-image: linear-gradient(to bottom, #f1f1f1, #fefefe);
  background-image: -moz-linear-gradient(top, #f1f1f1, #fefefe);
}
/*-------------------------
	Thumbnails
-------------------------*/
.jFiler-items {
  float: left;
  display: block;
}
.jFiler-items-default .jFiler-item {
  position: relative;
  padding: 16px;
  margin-bottom: 16px;
  background: #f7f7f7;
  color: #4d4d4c;
}
.jFiler-items-default .jFiler-item .jFiler-item-icon {
  font-size: 32px;
  color: #48A0DC;
  margin-right: 15px;
  margin-top: -3px;
}
.jFiler-items-default .jFiler-item .jFiler-item-title {
  display: block;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.6;
}
.jFiler-items-default .jFiler-item .jFiler-item-others {
  font-size: 12px;
  color: #777;
  display: block;
}
.jFiler-items-default .jFiler-item .jFiler-item-others span {
  padding-left: 5px;
  padding-right: 5px;
}
.jFiler-items-default .jFiler-item-assets {
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  margin-top: -10px;
}
.jFiler-items-default .jFiler-item-assets a {
  padding: 8px 9px 8px 12px;
  cursor: pointer;
  background: #fafafa;
  color: #777;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:hover,
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
  color: #d9534f;
}
.jFiler-items-default .jFiler-item-assets .jFiler-item-trash-action:active {
  background: transparent;
}
/* Thumbnails: Grid */
.jFiler-items-grid .jFiler-item {
  float: left;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container {
  position: relative;
  background: #fff;
  margin-right: 5px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  position: relative;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  display: block;
  padding: 5px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  left: 5px;
  top: 5px;
  overflow: hidden;
  border-radius: 4px;
}
.jFiler-item .jFiler-item-container .jFiler-item-thumb img {
  max-width: none;
  max-height: 100%;
}
.jFiler-items-grid .jFiler-item-thumb-image.fi-loading {
  background: url('data:image/gif;base64,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') no-repeat center;
  width: 100%;
  height: 100%;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
  display: block;
  width: 100%;
  padding-left: 50px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-info-container {
  display: inline-block;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title {
  display: block;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.4;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-others {
  display: inline-block;
  font-size: 10px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
  display: inline-block;
  margin: 0 15px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success {
  color: #3C763D;
  margin: 0 10px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success .fonticons {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-success .fonticons:before {
  font-size: 15px;
  line-height: 15px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error {
  color: red;
  margin: 0 10px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error .fonticons {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .text-error .fonticons:before {
  font-size: 14px;
  line-height: 14px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-jProgressBar {
  width: 120px;
}
.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets .jFiler-item-others {
  font-size: 12px;
}
.jFiler-items-grid .jFiler-item-trash-action:hover {
  cursor: pointer;
  color: #d9534f;
}
/*-------------------------
 jquery.filer-dragdropbox-theme
-------------------------*/
.jFiler-input-dragDrop {
  width: 100%;
  float: left;
  /*  padding-right:20px;
        margin: 0 auto 25px auto;
    padding: 25px;
    border: 2px dashed #C8CBCE; 
        background: #F9FBFE; 
         padding: 10px;  
    */
  margin-bottom: 15px;
  color: #97A1A8;
  text-align: left;
  transition: box-shadow 0.3s, border-color 0.3s;
}
.jFiler .jFiler-input-dragDrop.dragged {
  border-color: #aaa;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
}
.jFiler .jFiler-input-dragDrop.dragged * {
  pointer-events: none;
}
.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-icon {
  transform: rotate(180deg);
}
.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-text,
.jFiler .jFiler-input-dragDrop.dragged .jFiler-input-choose-btn {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.jFiler-input-dragDrop .jFiler-input-icon {
  font-size: 48px;
  /*margin-top: -10px;*/
  transition: all 0.3s ease;
}
.jFiler-input-text {
  display: inline-block;
  border: 1px solid #d7d7d7;
  width: 75%;
  width: calc(100% - 45px);
  height: 40px;
  text-align: center;
  padding: 13px 0;
  position: relative;
  border-radius: 2px;
  background-color: #fff;
}
.jFiler-input-text h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  color: #b6b6b6;
}
.jFiler-input-text span {
  font-size: 13px;
}
.jFiler-input-choose-btn {
  height: 40px;
  width: 40px;
  float: right;
  display: inline-block;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  padding: 10px 0;
}
.jFiler-input-choose-btn .glyphicon {
  font-size: 20px;
}
.jFiler-input-choose-btn:hover,
.jFiler-input-choose-btn:active {
  color: inherit;
}
.jFiler-input-choose-btn:active {
  background-color: #f5f5f5;
}
/* gray */
.jFiler-input-choose-btn.gray {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f5f5f5);
  background-image: -o-linear-gradient(top, #fcfcfc, #f5f5f5);
  background-image: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f5f5f5);
}
.jFiler-input-choose-btn.gray:hover {
  filter: alpha(opacity=87);
  opacity: 0.87;
}
.jFiler-input-choose-btn.gray:active {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: -o-linear-gradient(top, #f5f5f5, #fcfcfc);
  background-image: linear-gradient(to bottom, #f5f5f5, #fcfcfc);
  background-image: -moz-linear-gradient(top, #f5f5f5, #fcfcfc);
}
/* blue */
.jFiler-input-choose-btn.blue {
  color: #48A0DC;
  border: 1px solid #48A0DC;
}
.jFiler-input-choose-btn.blue:hover {
  background: #48A0DC;
}
.jFiler-input-choose-btn.blue:active {
  background: #48A0DC;
}
/* green */
.jFiler-input-choose-btn.green {
  color: #27ae60;
  border: 1px solid #27ae60;
}
.jFiler-input-choose-btn.green:hover {
  background: #27ae60;
}
.jFiler-input-choose-btn.green:active {
  background: #27ae60;
}
/* red */
.jFiler-input-choose-btn.red {
  color: #ed5a5a;
  border: 1px solid #ed5a5a;
}
.jFiler-input-choose-btn.red:hover {
  background: #ed5a5a;
}
.jFiler-input-choose-btn.red:active {
  background: #E05252;
}
/* gold */
.jFiler-input-choose-btn.gold {
  color: #fff;
  border: 1px solid #017541;
  background-color: #018e4f;
}
.jFiler-input-choose-btn.gold:hover {
  border-color: #002917;
  background-color: #004225;
}
/* black */
.jFiler-input-choose-btn.black {
  color: #fff;
  border: 1px solid #7a7a7a;
  background-color: #7a7a7a;
}
.jFiler-input-choose-btn.black::before {
  background-color: #474747;
}
.jFiler-input-choose-btn.black:hover {
  background: #555;
}
.jFiler-input-choose-btn.black:active {
  background: #333;
}
.jFiler-input-choose-btn.blue:hover,
.jFiler-input-choose-btn.green:hover,
.jFiler-input-choose-btn.red:hover,
.jFiler-input-choose-btn.black:hover {
  border-color: transparent;
  color: #fff;
}
.jFiler-input-choose-btn.blue:active,
.jFiler-input-choose-btn.green:active,
.jFiler-input-choose-btn.red:active,
.jFiler-input-choose-btn.black:active {
  border-color: transparent;
  color: #fff;
  filter: alpha(opacity=87);
  opacity: 0.87;
}
.jFiler-item-trash-action .fi-delete:before {
  color: #018e4f;
  font-size: 15px;
}
