@charset "UTF-8";
/**
 * wFirmapanel2 Prestashop module
 * 
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    Wiktor Koźmiński
 *  @copyright 2017-2017 Silver Rose Wiktor Koźmiński
 *  @license   LICENSE.txt
 */
#block-order-files.v15 .remove-file {
  color: red; }

#block-order-files.v15 .error-notif {
  color: red; }

#block-order-files.v15 .new-file-area {
  transition: background-color 0.5s linear; }
  #block-order-files.v15 .new-file-area.drag-hover {
    background-color: #5e5; }
  #block-order-files.v15 .new-file-area .file-name {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px dashed #ccc; }

#block-order-files.v15 .uploading-box {
  width: 100%;
  height: 10px;
  position: relative;
  float: left; }

#block-order-files.v16 .new-file-area {
  padding: 5px;
  border: 1px dashed #222;
  text-align: center;
  transition: background-color 0.5s linear; }
  #block-order-files.v16 .new-file-area.drag-hover {
    background-color: #5e5; }
  #block-order-files.v16 .new-file-area .file-name {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px dashed #ccc; }

#block-order-files.v16 .uploading-box {
  width: 100%;
  height: 10px;
  position: relative;
  float: left; }

#block-order-files.v16 .error-notif i {
  float: left;
  display: block;
  font-size: 3em;
  color: #e55;
  margin: 0px 10px; }

#block-order-files.v17 .new-file-area {
  padding: 5px;
  border: 1px dashed #222;
  text-align: center;
  transition: background-color 0.5s linear; }
  #block-order-files.v17 .new-file-area.drag-hover {
    background-color: #5e5; }
  #block-order-files.v17 .new-file-area .file-name {
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px dashed #ccc; }

#block-order-files.v17 .uploading-box {
  width: 100%;
  height: 10px;
  position: relative;
  float: left; }

#block-order-files.v17 .error-notif i {
  float: left;
  display: block;
  font-size: 3em;
  color: #e55;
  margin: 0px 10px; }

/*# sourceMappingURL=cartpage.css.map */