#restore_key_quotique .form-group .form-control, #list_quotique .form-group .form-control {
    /*max-width: 271px;*/
}
a.quotique_product_delete{
    color: #d0050d;
    font-size: 23px;
}
a.quotique_product_delete:hover{
    opacity: 0.8;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.quotique_product {
    clear: both;
    padding-bottom: 10px;
}
.quotique_column_button {
    clear: both;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 13px;
}

.quotique_list {
    clear: both;
}


ul.product_list .functional-buttons div.quotique {
    /*border-right: 1px solid #d6d4d4;*/
   padding: 7px 0px 0px 0;
    /*margin-bottom: 22px;*/
}
ul.product_list .functional-buttons div.quotique a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f0ea";
    margin-right: 3px;
    padding: 0 3px;
}
ul.product_list .functional-buttons div.quotique a.checked:before {
    content: "\f022";
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.quotique {
        border-right: 0;
    }
    ul.product_list .functional-buttons div.quotique a:before {
        display: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.quotique {
        border-right: 0;
    }
    ul.product_list .functional-buttons div.quotique a:before {
        display: none;
    }
}

ul.quotique_list li { overflow: hidden; border-bottom:1px solid #d6d4d4; padding: 10px 0 ; }
.quotique_list-item { border-bottom: 1px solid #ccc; padding: 2px 0; margin: 2px 0; overflow: hidden; }

table.table .item,
table.table .last_item { width: 100px; }
#list_quotique p.required {
    color: #f13340;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 9px;
}

.q_image_product img {
    width: 100%;
}
.q_image_product {
    width: 20%;
    display: inline-block;
    margin-right: 3px;
}
.q_details_product {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

/* Admin */

.q-list-admin {

}

.q-list-admin img {
    width: 42px;
}

.quotique_product .block_content .q-no-products {
    margin: 0 19px;
}

.catcha-wrapper {
    display: inline-block;
}

.captcha-container {
    position: relative;
    margin-bottom: 1em;
}

.captcha-container a {
    position: absolute;
    right: 6px;
    bottom: 3px;
}

#list_quotique label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
    padding-right: 5px;
}

.q-block-in-column {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5625rem;
    background: white;
    padding: 1.5625rem 1.25rem;
}

.q-block-in-product {
    margin-top: 2rem;
}

#quotique-link {
    float: right;
    border: none;
    background: #d0050d;
    margin-top: -45px;
    height: 45px;
}

#quotique-link a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    padding: 14px 13px 11px 13px;
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.2); */
    cursor: pointer;
    line-height: 18px;
    font-size: 1.2rem;
}

/*#quotique-link a:before
{
    content: "\f0ea";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin-right: 8px;
}*/

#quotique-link:hover
{
    opacity: 0.7;
}

#quotique-link a:hover{
    opacity: 1
}
