#restore_key_quotique .form-group .form-control, #list_quotique .form-group .form-control {
    /*max-width: 271px;*/
}
a.quotique_product_delete{
    color: #333333;
    font-size: 23px;
}
.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;
}

.quotique_list li:before {
    content: ' ';
}


ul.product_list .functional-buttons div.quotique {
    border-right: 1px solid #d6d4d4;
}
ul.product_list .functional-buttons div.quotique a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f03a";
    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: 5px 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: middle;
}

/* Admin */

.q-list-admin {

}

.q-list-admin img {
    width: 42px;
}