.sonata-ba-list-row-selected td {
    background-color: #e2dede !important;
}

table .toggle-list-detail {
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    text-align: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    vertical-align: middle;
}

table .toggle-list-detail:hover {
    color: var(--primary-color);
}

table .toggle-list-detail > i {
    vertical-align: top;
}

.btn-common-filter{
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #e7eaec;
}

.btn-common-filter:hover,.btn-common-filter:active,.btn-common-filter:focus{
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

/* Recherche Avancée */
a.advanced-search-btn{
    margin-top: 9px;
}

div.grouped.row > div.block-advanced-search > div.input-group > ul {
    margin-left: 45px!important;
}

div.grouped.row > div.block-advanced-search > div.input-group > ul li#date_to {
 margin-left: 50px;
}
.navbar-nav-advanced-search{
    background: #f3f3f4;
    width: 100%;
    z-index: 1;
    position: relative;
}
.search-group-dropdown{
	padding: 0 20px;
}
.search-group-dropdown .search-group-form-action {
    clear: both;
}
.search-group-dropdown {
    padding: 20px;
    clear: both;
}
/*.search-group-form{
	width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #f3f3f4;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}*/
a.btn.btn-in-filter {
    text-decoration: none;
    color: #999999;
    text-transform: uppercase;
}
.search-group-dropdown .btn-in-filter {
    margin-top: 20px;
    margin-right: 15px;
}

.ul-filter {
    text-decoration: none;
    display: inline-block;
    padding: 0;
}
.li-filter > ul > li a {
    visibility: hidden;
}
.li-filter:hover > ul > li a {
    visibility: visible;
}
.field-state span,
.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.select2-container .select2-results__options a {
    color: #676a6c;
}

.select2-container .select2-results__options .container-icon {
    text-align: center;
    border-radius: 5px;
}

.select2-container .select2-results__options .container-icon:hover {
    background: #ccc;
}

.sonata-ba-filter{
    padding-left: 0px;
    padding-right: 0px;
}
.li-advanced-search .dropdown-toggle i{
    font-weight: 900;
}
.color-red{
    color:red;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #FFFFff !important;
    border-right: 1px solid #fff;
}
.nav > .li-advanced-search > a {
    min-width: 200px;
    padding: 12px 20px 12px 20px;
    color: #999999;
    background-color: #E6E6E6;
    border-color: none;
    border-right: 1px solid #fff;
    border-top: 2px solid #E6E6E6;
}

.nav > .li-advanced-search > a:hover,
.nav > .li-advanced-search > a:focus {
    color: #333333;
    background-color: #E6E6E6;
}

.nav > .li-advanced-search.highlight > a,
.nav > .li-advanced-search.open > a {
    border-top: 2px solid #995C99;
}
.nav > .li-advanced-search.highlight > a {
    color: #995C99;
}
.nav > .li-advanced-search.open.highlight > a {
    color: #333333;
}
.nav > .li-advanced-search:last-child > a {
    border-right: none;
}
.header-table {
    padding: 10px 15px 12px;
}
i.fa.fa-bars.pointer-cursor {
    margin-right: 10px;
}
i.fa.fa-bars.disable-sort-item {
    color: #bbb;
}
span.span-position {
    display: inline-block;
    margin-right: 5px;
    min-width: 25px;
}
span.disabled {
    color: #bbb;
}
.list-result-offers{
    margin-right: 4em
}
.ibox-list-result > .nbr-results,
.ibox-list-result > .name-of-element,
.ibox-list-result > .nbr-element-selected,
.ibox-list-result > .annotation {
    color: #333333;
}

.ibox-list-result [data-results-nb] > .skeleton-loader {
    width: 50px;
    display: inline-block;
    height: 17px;
}

.ibox-list-result [data-results-name] > .skeleton-loader {
    width: 120px;
    display: inline-block;
    height: 17px;
}

.ibox-list-result > .nbr-element-selected {
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    padding: 5px;
}

.ibox-list-result > .annotation {
    width: 100%;
    height: 12px;
    display: block;
    font-size: 11px;
    line-height: 10px;
    font-weight: normal;
    font-style: italic;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ibox-list-result > .annotation > .filter-by {
    font-weight: bold;
}

.config-list-wrapper .config-list-wrapper-choice {
    min-width: 250px;
}

.config-list-wrapper .config-filter-value-list {
    margin-right: 10px;
}

.config-order-column-list .no-border-radius-r,
.config-filter-value-list .no-border-radius-r {
    border-radius: 3px 0 0 3px;
}

[name="app_bundle_user_columns_type"] .select2-selection--single,
[name="app_bundle_user_filters_type"] .select2-selection--single {
    border-radius: 0 2px 2px 0;
    border-left: none;
}

.li-filter > a {
    display: inline-block;
    text-decoration: none;
    font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
}

.filters-highlight-wrapper {
    position: relative;
    padding-bottom: 10px;
    background-color: #fcfcfc;

    display: none;
}

.filters-highlight-wrapper.up {
    padding: 0;
    border: none;
}

.filters-highlight-wrapper.up > .filters-highlight-container {
    display: none;
}

.filters-highlight-wrapper .filters-highlight {
    margin-bottom: 5px;
    font-size: 12px;
}

.filters-highlight-wrapper .search-tools {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: 0 auto;
    width: 30%;
}

.filters-highlight-wrapper .search-btns {
    position: relative;
    z-index: 1;
    text-align: center;
}

.filters-highlight-wrapper .search-btns > a {
    padding: 0px 5px;
    border-color: #777;
    background: #f9f9f9;
    color: #777;
}

.filters-highlight-wrapper .search-btns > a:hover,
.filters-highlight-wrapper .search-btns > a:focus,
.filters-highlight-wrapper .search-btns > a:active {
    background: #e9ebec;
    color: #333333;
}

.filters-highlight-wrapper .separator-line {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e4e6e7;
    background: -moz-linear-gradient(left, #e4e6e7 0%, #777 50%, #e4e6e7 100%);
    background: -webkit-linear-gradient(left, #e4e6e7 0%,#777 50%,#e4e6e7 100%);
    background: linear-gradient(to right, #e4e6e7 0%,#777 50%,#e4e6e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e6e7', endColorstr='#e4e6e7',GradientType=1 );
}