.tablesorter-default .header, .tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px
}

.tablesorter-default thead .headerSortUp, .tablesorter-default thead .tablesorter-headerAsc, .tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
    border-bottom: #000 2px solid
}

.tablesorter-default thead .headerSortDown, .tablesorter-default thead .tablesorter-headerDesc, .tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
    border-bottom: #000 2px solid
}


.tablesorter-default .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=) !important
}
table.table-antivol{
    border: none!important;
    position: relative;
}
table.table-antivol.src-loading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(243, 243, 243, 0.56) url(loading.svg) no-repeat center;
    z-index: 9999;
}
table.table-antivol th{
    text-align: center!important;
    border: 1px solid #f1f1f1;
    padding: 10px 20px 10px 10px!important;
    position: relative;
}
table.table-antivol tr{
    border: 0;
}
table.table-antivol td{
    border: 1px solid #f1f1f1;
}
table.table-antivol td.sca-display-more{
    border: 0;
    text-align: center;
}
table.table-antivol td.sca-display-more button{
    background: #ff4d55;
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
}
.remove_showmore {
    text-align: center;
    display: none;
}
.sca-moins_prd{
    background: #ff4d55;
    padding: 5px 15px;
    border-radius: 10px;
    color: white;
}
a.btn-with-icon{
    display: block;
    white-space: nowrap;
    color: #ff4d55;
    margin-bottom: 5px;
    text-align: left;
}
a.btn-with-icon i{
    border: 2px solid #ff4d55;
    border-radius: 50%;
    padding: 5px;
    color: #ff4d55;
    margin-right: 5px;
}
#sca_max_row{
    float: right;
    width: auto;
    margin-bottom: 10px;
}
.clear-input-autocomplte{
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    display: none;
    background: white;
    border: 1px solid #ccc;
    border-radius: 74%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}
.clear-input-autocomplte.active{
    display: block;
}

.tab-img-av{
    min-width: 100px;
    max-height: 150px;
}

.tablesorter-pager
{
    text-align: center;
}

.table-antivol
{
    margin-bottom: 0 !important;
}