/*
* jQuery pstagger plugin
* https://www.prestashop.com
*
* Copyright PrestaShop and other contributors
* Released under the MIT license
* https://tldrlegal.com/license/mit-license
*
* Date: 2016-01-13
*/

.pstaggerAddTagInput:focus {
     outline: 0;
}

.pstaggerAddTagWrapper {
    width: 99.5%;
}

.pstaggerResetTagsBtn {
    cursor: pointer !important;
    margin-right: 15px;
    margin-top: 15px;
    position: absolute;
    color: #2eacce;
    font-size: 20px;
    cursor: pointer;
    top: 0;
    right: 0;
}
.pstaggerTagsWrapper {
    display: none;
    position: relative;
    border: 1px solid lightgrey;
    height: 50px;
    width: 99.5%;
    padding-left: 5px;
}

.pstaggerTag{
    float: left;
    border-radius: 5px;
    height: 30px;
    padding: 10px 5px 0px 5px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: lightblue;
    font-size: 15px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.pstaggerClosingCross {
    margin-left: 5px;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.pstaggerWrapper {
    position: relative;
}

.pstaggerAddTagInput {
    padding: 0;
    padding-left: 5px;
    border: 1px solid lightgrey;
    height: 50px;
    width: 100%;
    font-size: 15px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}
