.gcquickorderform_block img {
    margin: 20px auto;
    display: block;
}
.gcquickorderform_block p {
    padding-bottom:0;
    font-weight:bold;
    text-align: right
}


#module-gcquickorderform-default .table td,
#module-gcquickorderform-default .table th {
    vertical-align: middle!important;
}

.ui-autocomplete-loading {
    background:url('../img/loading.gif') no-repeat 95% center;
}

.gcquickorderform_block p.quickorder_image {
    padding-bottom:0px;
    text-align:center;
}

.quick_order_content .default_lines_container {
    display: none;
}

.quick_order_content thead th.ref {
    min-width: 10rem;
}

.quick_order_content .row_number {
    display: none;
}

.quick_order_content thead th.name {
    padding-left:1%;
    /*width: 37%;*/
}

.quick_order_content tr td.decli .selector,
.quick_order_content tr td.decli span {
    width: 100%!important;
    text-align:center;
}

.quick_order_content thead th.decli {
    padding-left:2%;
    /*width:22%;*/
}

.quick_order_content tr td.decli select {
    width: 100%;
    vertical-align: middle!important;
}

.quick_order_content thead th.picture {
    padding-left:1%;
    /*width: 15%;*/
}

.quick_order_content thead th.quantity {
    padding-left:1%;
    /*width: 10%;*/
}

.quick_order_content thead th.remove {
    /*width:5%;*/
}
.quick_order_content input,
.quick_order_content select {
    text-align: center;
}

#quick_order_table_gen16 tbody .quantity {
    padding: 10px!important;
}

#quick_order_table_gen16 tbody .quantity input {
    margin-bottom: 3px;
    text-align: center;
}

.quantity .min {
    display: none!important;
    visibility: hidden;
}

.quick_order_content .qty input {
    max-width: 100%;
    text-align: center;
}

.quick_order_content tr td.name p {
    margin: 0;
}

#module-gcquickorderform-default .bootstrap-touchspin input.form-control,
#module-gcquickorderform-default .bootstrap-touchspin input.input-group {
    height: 2.75rem;
}

.quick_order_content tr td.name p.title {
    overflow:hidden;
    position:relative;
}

#gcquickorderform_block_left {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem;
}

#module-gcquickorderform-default .page-header h1 {
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    border-bottom: 2px solid #f6f6f6;
}
#module-gcquickorderform-default #quick_order_table_gen.table th, #module-gcquickorderform-default #quick_order_table_gen.table td {
    border-top: none;
    border-bottom: none;
    color: #000;
    text-align: center;
}
#module-gcquickorderform-default #quick_order_table_gen.table tfoot td {
    text-align: right;
}
#module-gcquickorderform-default #block_desc p {
    color: #000;
}
#module-gcquickorderform-default #quick_order_table_gen.table span.badge {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    margin: auto;
    background: transparent;
}
#module-gcquickorderform-default #quick_order_table_gen.table span.badge.badge-danger {
    background: #ff4c4c;
}
#module-gcquickorderform-default #quick_order_table_gen.table span.badge.badge-success {
    background: #4cbb6c;
}