.downLoadZip {
  padding: 1rem;
  text-align: right; }

.download.show {
  font-family: "fontawesome", "proxima-nova";
  font-weight: 300; }

.areaAdmin .df-dragndrop .detailLabelDragNDrop,
.areaAdmin .df-dragndrop .detailValueDragNDrop {
  width: 100%;
  display: block;
  float: left;
  margin-left: 54px; }
.areaAdmin .df-dragndrop .dragndrop32 {
  width: 320px; }

.detailLabelDragNDrop {
  display: none; }

.ui-widget-overlay {
  display: none; }

.detailValueDragNDrop {
  text-align: center;
  margin-top: 1rem; }
  .detailValueDragNDrop input[type="file"] {
    display: none; }
  .detailValueDragNDrop .button {
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 5px 15px;
    margin-top: 5px;
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
    border: 1px solid #124d77;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    background-color: #007dc1; }
    .detailValueDragNDrop .button:after {
      font-family: fontawesome;
      content: '\f093';
      font-weight: 300;
      color: #333;
      font-size: 1.5rem;
      padding-left: 10px; }
  .detailValueDragNDrop button {
    cursor: pointer;
    padding: 2px 8px; }
  .detailValueDragNDrop .upload-area {
    min-height: 95px;
    border: 2px dashed #d3d3d3;
    border-radius: 3px;
    padding: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    position: relative;
    overflow: hidden; }
    .detailValueDragNDrop .upload-area:before {
      font-family: fontawesome;
      content: '\f56f';
      font-weight: 300;
      position: absolute;
      top: 3px;
      left: 10px;
      color: rgba(0, 0, 0, 0.2);
      font-size: 4.5rem; }
      @media only screen and (max-width: 600px) {
        .detailValueDragNDrop .upload-area:before {
          display: none; } }
    .detailValueDragNDrop .upload-area:hover {
      cursor: pointer; }
    .detailValueDragNDrop .upload-area.active {
      background: #eee; }
  .detailValueDragNDrop .uploads {
    background: #eee;
    border-radius: 0 0 5px 5px; }
    .detailValueDragNDrop .uploads .files .file-element {
      margin: 0 15px 0 15px;
      border-radius: 0;
      display: block;
      width: auto;
      overflow: hidden;
      table-layout: fixed;
      border-bottom: 1px solid #ccc;
      padding-top: 3px; }
      .detailValueDragNDrop .uploads .files .file-element:after {
        content: '';
        display: table;
        height: 1px;
        clear: both; }
      .detailValueDragNDrop .uploads .files .file-element .file {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.9; }
        .detailValueDragNDrop .uploads .files .file-element .file a {
          color: #333 !important; }
      .detailValueDragNDrop .uploads .files .file-element .buttons {
        position: relative;
        float: right;
        text-align: center;
        margin-left: 8px; }
    .detailValueDragNDrop .uploads .files button {
      font-family: fontawesome; }
      .detailValueDragNDrop .uploads .files button i {
        font-style: normal; }
        .detailValueDragNDrop .uploads .files button i:before {
          font-family: fontawesome;
          font-weight: 700; }
      .detailValueDragNDrop .uploads .files button.rename i:before {
        content: '\f15b'; }
      .detailValueDragNDrop .uploads .files button.edit i:before {
        content: '\f044'; }
      .detailValueDragNDrop .uploads .files button.delete i:before {
        content: '\f056'; }
      .detailValueDragNDrop .uploads .files button span {
        display: none; }

.containerMultiUploadElement {
  font-family: "proxima-nova"; }
  .containerMultiUploadElement h2 {
    font-size: 1.5rem;
    font-weight: 300; }
  .containerMultiUploadElement .element.action.bar.bottom {
    margin-top: 10px; }

.ui-widget {
  font-size: 0.8em;
  background: white; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  border: 1px solid #ccc;
  z-index: 1000000000 !important; }
  .ui-dialog #dialogForm {
    padding: 10px 10px 45px 10px;
    box-sizing: border-box; }
    .ui-dialog #dialogForm fieldset,
    .ui-dialog #dialogForm legend,
    .ui-dialog #dialogForm h1 {
      border: none;
      margin: 0;
      padding: 0; }
    .ui-dialog #dialogForm * {
      font-size: 8pt; }
    .ui-dialog #dialogForm .bar.top {
      margin-bottom: 10px; }
    .ui-dialog #dialogForm .element + .element {
      margin-top: 5px; }
    .ui-dialog #dialogForm label {
      display: block; }
    .ui-dialog #dialogForm input {
      width: 100%;
      box-sizing: border-box; }
    .ui-dialog #dialogForm .bar.bottom {
      text-align: right;
      position: absolute;
      right: 10px;
      bottom: 10px; }

.multiUploadThumb.image {
  display: none; }

/*# sourceMappingURL=dragNDrop.css.map */
