/**
* ARTEPOLE Module marquage Version 1.0.0
*
*  @author    Artepole <christian.ponsoda@nordnet.fr>
*  @copyright Copyright (c) permanent, Artepole
*  @license   Addons PrestaShop license limitation
*
*  NOTICE OF LICENSE
*
*  Don't use this module on several shops. The license provided by PrestaShop Addons
*  for all its modules is valid only once for a single shop.
*/

span.label-tooltip {
    text-decoration: none;
    font-size: 13px;
    color: #3586ae;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #d8edf7;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.bootstrap .tooltip {
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    white-space: normal;
}
.bootstrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.bootstrap .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.bootstrap .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.bootstrap .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.bootstrap .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.bootstrap .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.bootstrap .tooltip-inner {
    max-width: 250px;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #555;
    border-radius: 3px;
}
.bootstrap .tooltip-inner :last-child {
    margin-bottom: 0;
}
.bootstrap .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #555;
}
.bootstrap .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555;
}
.bootstrap .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #555;
}
.bootstrap .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #555;
}
.bootstrap .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #555;
}
.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555;
}
.bootstrap .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555;
}
.bootstrap .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #555;
}
.infosCusto {
    color: #000;
    font-size: 14px;
    margin: 5px 0 !important;
}
.explain {
    text-decoration: none;
    color: #3586ae;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #d8edf7;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.ponit {
    cursor: pointer;
}
.nodisplay,
.ordInfos {
    display: none !important;
}
#infos {
    font-size: 15px;
}
.delImgInfo {
    color: #f00;
    cursor: pointer;
}
.delImgInfo i {
    font-size: 20px;
}
.uploader {
    width: 300px !important;
}
.hl {
    background-color: #d8edf7;
}
#blablaCart {
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    color: #555;
    background-color: #d8edf7;
}
#blablaCart p {
    padding: 10px;
    background-color: #3586ae;
    color: #fff;
}
.marg10 {
    margin: 10px 0;
}
#marq-button {
    text-align: right;
    text-transform: uppercase;
    margin: 10px 0 !important;
}
