#module-quotique-list h1{
    margin-bottom: 0!important;
}
#module-quotique-list h1 + p{ 
    text-align: center;
    margin-bottom: 3rem!important;
}
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;
}


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;
}

.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-left: 1px solid #515151;
}

#quotique-link a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}

#quotique-link-t17 {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: .9375rem;
    text-align: right;
    white-space: nowrap;
}
form#list_quotique .form_agree{
    display: inline-block;
}
form#list_quotique .form_agree label{
    vertical-align: middle;
    width: calc(100% - 1.5rem);
}
form#list_quotique div.checker{
    float: left;
}
