.jquery_fm {
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?47976135#fontello') format('svg');
    }
  }
  */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
  /* '' */
}
.jquery_fm a {
  cursor: pointer;
}
.jquery_fm .explorer {
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.jquery_fm .explorer:after {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
}
.jquery_fm .explorer .loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background: url("../img/loader.gif");
}
.jquery_fm .file {
  position: relative;
  text-align: center;
  width: 175px;
  float: left;
  margin: 5px;
}
.jquery_fm .file .icon {
  width: 100%;
  height: 128px;
  line-height: 128px;
  cursor: pointer;
}
.jquery_fm .file .icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.jquery_fm .file h4 {
  margin: 10px 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 17.5px;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.jquery_fm .file .info {
  line-height: 1;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}
.jquery_fm .file .tools {
  position: absolute;
  bottom: -20px;
  width: 100%;
  display: none;
  z-index: 10;
}
.jquery_fm .file .loader-pie {
  background: rgba(0, 0, 0, 0.7);
}
.jquery_fm .file .error {
  position: absolute;
  z-index: 10000000;
  right: 0;
  top: -15px;
  width: 1em;
  height: 1em;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 1em;
  background-color: #d9534f;
}
.jquery_fm .file:hover .tools,
.jquery_fm .file:active .tools,
.jquery_fm .file:focus .tools {
  display: block;
}
.jquery_fm .file.uploading .icon img,
.jquery_fm .file.uploading .info,
.jquery_fm .file.uploading h4 {
  opacity: .4;
}
.jquery_fm .drag-hover {
  background: #ddd;
}
.jquery_fm .drag-hover .drag-hover {
  background: #bbb;
}
.jquery_fm .drag-drop-message {
  float: right;
  margin-top: 128px;
  text-align: center;
}
.jquery_fm .drag-drop-message i {
  display: block;
  font-size: 55px;
  color: #40444f;
}
.jquery_fm .drag-drop-message small {
  font-size: 85%;
  color: #999;
}
.jquery_fm .upload-tools {
  text-align: right;
  margin-top: 10px;
  margin-right: 30px;
}
.jquery_fm .upload-tools .upload {
  position: relative;
  overflow: hidden;
}
.jquery_fm .upload-tools .upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.jquery_fm .breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
}
.jquery_fm .breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.jquery_fm .breadcrumb a {
  color: #428bca;
  text-decoration: none;
}
.jquery_fm .breadcrumb a:hover,
.jquery_fm .breadcrumb a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.jquery_fm .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.jquery_fm .breadcrumb .active {
  color: #999;
}
.jquery_fm .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.jquery_fm .label-danger {
  background-color: #d9534f;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?47976135');
  src: url('../font/fontello.eot?47976135#iefix') format('embedded-opentype'), url('../font/fontello.woff?47976135') format('woff'), url('../font/fontello.ttf?47976135') format('truetype'), url('../font/fontello.svg?47976135#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.jquery_fm [class^="icon-"]:before,
.jquery_fm [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.jquery_fm .icon-cancel:before {
  content: '\e805';
}
.jquery_fm .icon-plus:before {
  content: '\e803';
}
.jquery_fm .icon-edit:before {
  content: '\e801';
}
.jquery_fm .icon-trash:before {
  content: '\e800';
}
.jquery_fm .icon-folder-open:before {
  content: '\e802';
}
.jquery_fm .icon-download:before {
  content: '\e804';
}
.jquery_fm .btn,
.modal .btn {
  display: inline-block;
  margin: 0 2px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.jquery_fm .btn:hover,
.modal .btn:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.jquery_fm .btn.btn-sm,
.modal .btn.btn-sm {
  padding: 0 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jquery_fm .btn.btn-primary,
.modal .btn.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}
.jquery_fm .btn.btn-primary:hover,
.modal .btn.btn-primary:hover,
.jquery_fm .btn.btn-primary:focus,
.modal .btn.btn-primary:focus {
  border-color: #285e8e;
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.jquery_fm .btn.btn-danger,
.modal .btn.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  color: white;
}
.jquery_fm .btn.btn-danger:hover,
.modal .btn.btn-danger:hover,
.jquery_fm .btn.btn-danger:focus,
.modal .btn.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.jquery_fm .btn.btn-info,
.modal .btn.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  color: white;
}
.jquery_fm .btn.btn-info:hover,
.modal .btn.btn-info:hover,
.jquery_fm .btn.btn-info:focus,
.modal .btn.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.jquery_fm .btn.btn-success,
.modal .btn.btn-success {
  color: #fff;
  background-color: #5cb85c;
  background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.jquery_fm .btn.btn-success:hover,
.modal .btn.btn-success:hover,
.jquery_fm .btn.btn-success:focus,
.modal .btn.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
  border-color: #398439;
}
.jquery_fm .btn.btn-warning,
.modal .btn.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.jquery_fm .btn.btn-warning:hover,
.modal .btn.btn-warning:hover,
.jquery_fm .btn.btn-warning:focus,
.modal .btn.btn-warning:focus {
  color: #fff;
  border-color: #d58512;
  background-color: #eb9316;
  background-position: 0 -15px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
