/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2020 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

.minqc_message {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.minqc_message_single {
    display: block;
    padding: 10px;
    text-align: center;
    color: #000;
    border: 1px solid;
    margin: 10px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

.minqc_message_single_colors {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.minqc_table {
    width: 100%;
    margin-top: 10px;
}

.minqc_table tr {
    border-bottom: 1px dotted #a48c00;
}

.minqc_fancy {
    text-align: center;
}

.minqc_error_line {
    display: block;
    clear: both;
}

.minqc_table {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.minqc_table tr {
    border-bottom: 1px dotted #a48c00;
}

.minqc_table tr td {
    padding: 6px;
}


.minqc_fancy {
    text-align: center;
}

.minqc_error_line {
    display: block;
    clear: both;
}

.minqc_fancy {
    text-align: center;
}

.fancybox-inner {
    height: auto !important;
}

.minqc_fancy.alert {
    margin-bottom: 0px !important;
}