

/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#demo{
    margin-top: 1px;
}
.info_mtag {
    background-color: #06b2e6;
    border-color: #06b2e6;
}

.info_mtag:hover {
    background-color: #06b2e6;
    border-color: #06b2e6;
}

#click_tag {
    color: white;
    margin-bottom: 3px;
}

#file_hint {
    color: white;
    border: solid;
    border-width: medium;
    border-color: #06b2e6;
    background-color: #06b2e6;
    padding-top: 1px;
    padding-left: 3px;
    border-radius: 5px;
}

#file_ms {
    padding-left: 0px;
    border: solid;
    border-color: black;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 9px;
}

mytag {
    animation: 3s linear infinite effect;
}
@keyframes effect {
    50% {
        opacity: 0;
    }
}
#page_link {
    color: white;
    margin-left: 3px;
    margin-bottom: 5px;
}
.exclusive p {
    color: white;
}

.link_info {
    background-color: #dceff3;
}

.link_info:hover {
    background-color: #2fb5d280;
}

#txt-length{
    font-size: 12px;
    margin-left: -10px;
    padding-top: 3px;
    padding-right: 83px;
    color: red;
}

#alert_p {
    display: none;
    color: #55c65e;
    border: solid;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-width: thin;
    border-color: #55c65e;
}

.btn-inf {
    color: #fff;
    background-color: #2eacce;
    border-color: #3983f1;
}

.btn-inf:hover {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
}

.btn-succes {
    color: #fff;
    background-color: #2eacce;
    border-color: #3e9546;
}

.btn-succes:hover {
    color: #fff;
    background-color: #46a74e;
    border-color: #3e9546;
}

.btn-dange {
    color: #fff;
    background-color: #2eacce;
    border-color: #0f62de;
}

.btn-dange:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

#input_text {
    margin-left: 25%;
}

#upload-files {
    border: solid;
    border-color: #2eacce;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: "PT Sans Narrow", sans-serif;
    margin: 0 auto 20px;
}

#uploaded-rows tr {
    font-size: 8px;
}

#uploaded-files-list th {
    font-size: 10px;
}

#drop {
    overflow: hidden;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #7f858a;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#drop a.btn-browse {
    background-color: #2eacce;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin-top: 1px;
}

#drop a.btn-browse:hover {
    background-color: #228ba8 !important;
}

table#files-list {
    width: 99%;
}

#drop input {
    display: none;
}

#upload-files #drop #files-list td.upload-button-sec {
    background-color: #f1f1f1;
    width: 15%;
}

#upload-files #drop #files-list td.upload-button-sec a img {
    vertical-align: middle;
}

#upload-files #drop #files-list td.upload_inactive {
    background-color: #363a41;
    height: 100px;
    width: 1%;
}

#upload-files ul li a.update-button {
    background-color: #2eacce;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 35%;
    text-transform: uppercase;
    top: 21px;
}

#upload-files ul {
    list-style: outside none none;
}

#upload-files ul li {
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(center top, #f6f6f6, #f6f6f6);
    height: 75px;
    padding: 15px;
    position: relative;
}

#upload-files ul li input[name="file"],
#upload-files ul li input[name="process"] {
    display: none;
}

#upload-files ul li p {
    font-size: 16px;
    font-weight: bold;
    left: 120px;
    overflow: hidden;
    position: absolute;
    white-space: normal;
    width: 60%;
    word-wrap: break-word;
}

#upload-files ul li i {
    color: #7f7f7f;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

#upload-files ul li canvas {
    position: absolute;
    top: 15px;
}

#upload-files ul li span {
    background: rgba(0, 0, 0, 0) url("../img/icons.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: 4%;
    top: 34px;
    width: 35px;
}

#upload-files ul li.working span {
    background-position: 0 1px !important;
    height: 33px !important;
}

#upload-files ul li.error p {
    color: red;
}

#tzine-download {
    background-color: #257691;
    border-radius: 2px;
    border-top: 1px solid #26849c;
    box-shadow: 0 -1px 2px #1e5e74 inset;
    color: #fff !important;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    opacity: 0.9;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #1e6176;
    text-transform: uppercase;
    width: 150px;
}

#tzine-download:hover {
    opacity: 1;
}

#tzine-actions {
    margin-right: -420px;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 0;
    width: 500px;
}

#tzine-actions iframe {
    display: inline-block;
    float: left;
    height: 21px;
    margin-top: 11px;
    position: relative;
    width: 95px;
}

#upload-files ul li.details {
    border-bottom: 1px dotted #c1c1c1;
    height: 90px;
}

#upload-files ul li.error span {
    background-position: 0 1px;
    height: 33px;
}

.table_bottom_border {
    border-bottom: 1px solid #f1f1f1;
}

.table_fonts {
    font-size: 12px;
    text-transform: none;
}

.mob-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding: 0 !important;
}

.center {
    text-align: center;
}

.upload_file_heading {
    text-align: center;
    background: #2eacce none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    color: #fff!important;
    margin-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-top: 15px;
}

.associated_product {
    font-size: 12px;
    width: 20%;
}

.allowed_files .text-muted {}

.muted {
    color: #2eacce;
    font-size: 14px;
}

#Fileuploads {
    border-left: 1px solid #2eacce;
    padding-left: 10px;
    text-align: center !important;
    color: #2eacce;
    overflow: hidden;
    width: 85%;
}

#drag-drop {
    border: 2px dotted black;
}

.bar {
    background: #2eacce none repeat scroll 0 0;
    height: 5px;
}

.percentage {
    color: #2eacce;
    font-style: 12px;
}

.nob-counter {
    margin-left: -35px!important;
    width: auto!important;
}

.alert_sent,
.alert_notsent {
    background: url("../img/icons.png") no-repeat scroll 0 0;
    height: 12px;
    width: 15px;
}

.alert_notsent {
    background-position: 1px -12px;
    height: 14px;
}

@media (min-width: 320px) and (max-width: 360px) {
    #drop {
        border: 5px solid rgba(0, 0, 0, 0);
        border-radius: 3px;
        color: #7f858a;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }
    #Fileuploads * {
        font-size: 72%;
        padding-left: 5px;
    }
    #upload-files #drop a.btn-browse {
        font-size: 72%;
    }
    #upload-files ul li p {
        font-size: 14px;
    }
    #upload-files ul li a.update-button {
        right: 8%;
        top: 120px;
    }
    #upload-files ul li p {
        left: 80px;
    }
    .download_file {
        display: none;
    }
}

.alert_loader {
    background: url(../../views/img/spinner.gif) no-repeat scroll top center #fff;
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.mfu_base_alert { position: absolute; z-index: 3; left: 0; bottom: 58px; text-align: center; background: #fff; padding: 1%; width: 100%;}
.mfu_base_alert p { margin: 0; padding: 0; display: block;}
