.SLBox {
    height: calc(100% - 64px);
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: left;
}

.sousliste .SLBox {
    border-radius: 0 0 12px 12px;
}

.noAppBar .SLBox {
    height: 100%;
}

.slboxGeneral.searchOpened > .SLBox {
    left: 320px;
    /* right: 320px; */
    /*width: calc(100% - 320px);
    -webkit-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);*/
}

.SLBox .graph {
    position: relative;
    width: 100%;
    height: calc(100% - 5rem);
}

.slboxGeneral.noAppBar > .appbar,
.slboxGeneral.noSearchBar > .appbar > .searchbar {
    display: none;
}

.wsingle .slboxGeneral {
    background: transparent;
}

.slboxTitre {
    padding: 8px;
    display: flex;
    align-items: center;
}

.slboxTitre .lib,
.systree > aside .asideTitle .lib {
    /* line-height: 24px; */
    /* padding: 4px 16px; */
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.slboxSearch {
    /* display: block; */
    /* margin: 0; */
    /* padding: 0.5rem 0; */
    /* line-height: 4rem; */
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    /* border-right: 0; */
    background: #f6f6f6;
    /* border-left: 0; */
    /*border-top: solid 1px rgba(255,255,255,0.5);*/
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    width: calc(100% - 48px);
    max-width: 320px;
    /* table-layout: fixed; */
    height: calc(100% - 56px);
    overflow: hidden;
    /* font-size: 1.3rem; */
    position: absolute;
    /* right: 0; */
}

.wsingle .slboxSearch {
    /* padding: 0; */
    /* height: calc(100% - 48px); */
    /* line-height: 5rem; */
    /* border-bottom: 0; */
    /* background: #eee; */
    /* margin-top: 48px; */
}

.slboxSearch FORM {
    /* height: 4rem; */
    /* background: #eee; */
    height: 100%;
    position: relative;
}


.wsingle .slboxSearch FORM {
    /* height: 5rem; */
    /* background: transparent; */
    /* padding: 0.5rem; */
    /* box-sizing: border-box; */
    /* line-height: 4rem
 */
}

.slboxSearch .btns {
    display: inline-block;
    /* width: auto; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* height: 100%; */
    /* vertical-align: top; */
}

.slboxSearch .btns.search {

}

.slboxSearch .btns.action {
    float: right;
}

.slboxSearch .btn {
    vertical-align: top;
    height: 100%;
    margin: 0 0 0 1px;
}

.slboxSearch .mini.btn:hover {
    /*font-size: 2rem;*/
    color: rgba(0, 88, 129, 0.8);
}


.slboxSearch .mini.btn {
    /* background: rgba(230, 230, 230, 0.8); */
    text-align: center;
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    border-radius: 0;
    color: white;
    width: auto;
}

.wsingle .slboxSearch .mini.btn {
    width: 5rem;
}

.wsingle .slboxSearch .mini.btn.close {
    background-color: transparent;
}

.slboxSearch .mini.btn:first-child {
    margin-left: 1px;
    /* border-radius: 0.5rem 0 0 0.5rem; */
}

.wsingle .slboxSearch .mini.btn:first-child {
    margin-left: 1px;
    border-radius: 0;
}

.slboxSearch .mini.btn::before {
    padding: 0;
}


.slboxSearch .go {
    padding: 0 2rem;
}

.slboxSearch .mini.go {
    background-color: rgb(148, 202, 28);
    padding: 0;
}


.slboxSearch .del {
    width: 5rem;
    padding: 0;
}

.slboxSearch .mini.del {
    background-color: rgb(216, 80, 80);
    background-color: transparent;
    /* display: none; */
}

.slboxSearch .plus {
    width: 5rem;
    padding: 0;
}

.slboxSearch .mini.plus {
    background-color: transparent;
}


.slboxSearch .btnnew {
    float: right;
}

.slboxSearch .mini.btnnew {
    float: none;
    background-color: rgb(25, 176, 218);
}

.slboxSearch .btnpl {
    float: right;
}

.slboxSearch .mini.btnplus {
    /* float: right; */
    background-color: rgb(232, 186, 33);
}

.slboxSearch .innertop {
    padding: 16px 24px;
    height: calc(100% - 103px);
    overflow: hidden;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.slboxSearch .innertop .separator {
    text-transform: uppercase;
    margin: 8px 0;
    color: #999;
}

.wsingle .slboxSearch .innertop {
    /* display: inline-block; */
    /* width: auto; */
    /* height: calc(100% - 96px); */
    /* overflow: hidden; */
    /* box-sizing: border-box; */
    /*-moz-box-sizing: border-box;*/
    /* vertical-align: top; */
    /* padding: 0rem; */
    /* line-height: 4rem; */
}

.slboxSearch .innertop .sitem {
    /* display: inline-block; */
    /* line-height: 5rem; */
    /* width: auto; */
    /* margin-right: 2rem; */
    /* height: 100%; */
    /* vertical-align: top; */
}

.wsingle .slboxSearch .innertop .sitem {
    /* line-height: 4rem; */
    /* color: white; */
}

.slboxSearch .innertop .sitem:nth-last-child(1) {
    margin-right: 0rem;
}

.slboxSearch .innertop .sitem .caption {
    display: inline-block;
    line-height: 1.4rem;
    width: auto;
    text-align: right;
    padding: 0 1.5rem 0 1rem;
    vertical-align: middle;
    max-width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wsingle .slboxSearch .innertop .sitem .caption {
    line-height: 1.3rem;
}

.slboxSearch .sitem .value {
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    padding: 1px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wsingle .slboxSearch .sitem .value {
    padding: 0.6rem 0;
}

.slboxSearch .sitem .value INPUT,
.slboxSearch .sitem .value SELECT {
    height: 100%;
    font-size: 1.6rem;
    padding: 0.5rem;
    border: solid 1px rgba(100, 100, 100, 0.25);
    background-color: white;
    border-radius: 5px;
    color: rgba(0, 47, 96, 0.8);
    vertical-align: top;
    display: inline-block;
    align-items: inherit;
}

.slboxSearch .innerbottom {
    height: 48px;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: right;
    display: flex;
    gap: 5px;
}

.slboxSearch .innerbottom .search {
    background-color: var(--primary);
    color: var(--on-primary);
}

.slboxSearch .innerbottom .bloc {
    float: left;
    width: 31rem;
    height: auto;
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    border: dotted 1px rgba(0, 0, 0, 0.2);
    margin: 0.5rem;
    padding: 0.5rem;
}

.slboxSearch .innerbottom .bloc .bloctitre {
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 2rem;
    text-align: center;
}

.slboxSearch .innerbottom .sitem {
    display: inline-block;
    line-height: 5rem;
    width: 100%;
    height: 5rem;
}

.slboxSearch .innerbottom .sitem.multi {
    height: auto;
}

.slboxSearch .innerbottom .sitem .caption {
    display: inline-block;
    line-height: 1.4rem;
    width: 8rem;
    text-align: right;
    padding: 0 0.5rem 0 1rem;
}

.slboxSearch .innerbottom .sitem .value {
    display: inline-block;
    line-height: 5rem;
    position: relative;
    width: 20rem;
}

.slboxSearch .innerbottom .sitem .value > * {
    width: 100%;
}

.slboxSearch .innerbottom .sitem .value .datalist_in {
    display: inline-block;
    width: 100%;
    line-height: 4rem;
}

.slboxSearch .innerbottom .sitem .value .datalist_in SPAN {
    padding-left: 1rem;
}

.slboxSearch .innerbottom .sitem .value INPUT[type=checkbox] {
    max-width: 3rem;
    height: 3rem;
    margin: 0rem 0 0 0;
    vertical-align: middle;
    border: solid 1px rgba(0, 0, 0, 0.2);
}

.slboxSearch .form-group.input input[type=text] {
    padding-right: 24px;
}

.slboxSearch .form-group.input:not(.empty) input[type=text] {
    padding-right: 44px;
}

.slboxSearch .form-group.input .icon.right.icon-xs {
    padding: 6px 2px;
    right: 36px;
    top: 17px;
}

.slboxSearch .form-group.input.empty .icon.right.icon-xs {
    display: none;
}

.slboxSearch INPUT:focus {
    /* background: #fff; */
}

.slboxSearch .sitem BUTTON {
    width: 100%;
    vertical-align: top;
    height: 100%;
    margin: 0;
}

.slboxSearch .sitem .value .btn_join {
    width: 4.5rem;
    position: absolute;
    height: 3.8rem;
    /* background: #eee; */
    /* display: inline-block; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 4rem;
    text-align: right;
    padding: 0;
    padding-right: 0.6rem;
    /* margin-left: 0.5rem; */
    font-family: SWGicon2;
    font-size: 1.6rem;
    /* margin-top: 0.5rem; */
    cursor: pointer;
    color: rgba(0, 0, 0, 0.5);
    /* border-bottom: solid 1px rgba(0,0,0,0.1); */
    transition: all 0.2s;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
}

.wsingle .slboxSearch .sitem .value .btn_join {
    line-height: 5rem;
}

.slboxSearch .btn_join:hover {
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.8);
}

.slboxSearch .select.searchType {
    position: absolute;
    top: 8px;
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    font-size: 14px;
}

.slboxSearch .select.searchType .icon-arrow_drop_down {
    display: none;
}

.slboxSearch .select.searchType .value {
    margin: 0;
}

/************************ LIST ********************/

.SLBox DIV {
}

.SLBox .boxlineScroller {
    /*position: relative;*/
    height: calc(100% - 96px);
    overflow-y: auto;
    background: #fff;
    overscroll-behavior-y: contain;
}

.xs .SLBox .boxlineScroller,
.sm .SLBox .boxlineScroller {
    min-height: 128px;
}

.SLBox .boxlines {
    display: block;
    padding: 0;
    width: 100%;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.SLBox .boxlines .online {
    /* display: block; */
    max-width: 480px;
    /* left: 50%; */
    /* position: relative; */
    margin: 0 auto;
    text-align: center;
    /* font-size: 1.5rem; */
    padding: 12px;
    /* background: rgba(139, 209, 10, 0.81); */
    /* border-radius: 0 0 2px 2px; */
    line-height: 24px;
}

.SLBox .boxlines .boxline {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--palettes-neutral-90-bg);
    /*overflow: hidden;*/
}

.SLBox .boxlines .boxline.drag-before:after,
.SLBox .boxlines .boxline.drag-after:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: rgba(120, 120, 120, .5);
    pointer-events: none;
}

.SLBox .boxlines .boxline.drag-before:after {
    top: -1px;
}

.SLBox .boxlines .boxline.drag-after:after {
    bottom: -4px;
}

.SLBox .boxlines .boxline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s linear -webkit-opacity;
    -moz-transition: 0.3s linear -moz-opacity;
    -ms-transition: 0.3s linear -ms-opacity;
    -o-transition: 0.3s linear -o-opacity;
    transition: 0.3s linear opacity;
}

.SLBox .boxlines .boxline.focus:before {
    -webkit-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-opacity: 0.15;
    -o-opacity: 0.15;
    opacity: 0.15;
}

.SLBox .boxlines .boxline .line.NON_LU .value:not(.small) {
    font-weight: 600;
}

.SLBox .boxlines .boxline .line.LU {
    background-color: rgba(0, 0, 0, 0.03);
}

.SLBox .boxlines .boxline .line.PINNED,
.SLBox .boxlines .boxline .line.LU.PINNED {
    background-color: rgba(243, 156, 18, .1);
}

.SLBox .boxlines .boxline .line.PINNED .PINNED_ICON .icon-star svg {
    fill: rgb(243, 156, 18);
}

.SLBox .boxlines .boxline .line {
    display: table;
    width: calc(100% - 8px);
    min-width: calc(100% - 8px);
    padding-left: 8px;
    min-height: 48px;
    height: 47px;
    overflow: hidden;
    table-layout: fixed;
    position: relative;
}

.condensed > .SLBox .boxlines .boxline .line {
    min-height: 28px;
    height: 28px;
}

.SLBox .boxlines .boxline.selected .line {
    /*border: solid 2px rgba(255, 227, 0, 1);*/
    /*outline: solid 2px rgba(255, 227, 0, 1);*/
    /* z-index: 1; */
}

.SLBox .boxlines .boxline.focused .line {
    /*background-color: #f6f6f6;*/
}

/*.SLBox .boxlines .boxline.focused .line > div:first-child:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 48px;
	background-color: #333;
}*/

.SLBox .boxlines .boxline:nth-child(odd) {
    /* background-color: rgba(0,0,0,0.02); */
}

.SLBox .boxlines .boxline:last-child {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.SLBox .boxline .selected {
    /*background: rgba(0,0,255,0.1);*/
    /* outline: solid 5px rgba(0,0,255,0.2); */
    /* outline-offset: -5px; */
}

.SLBox .boxlines .boxline:hover,
.SLBox .boxlines .boxline.hover {
    background: rgba(0, 0, 0, 0.05);
    /*z-index: 1;*/
}

.SLBox .boxlines .boxline .line > .value,
.SLBox .boxlines .boxline .line > .value input,
.SLBox .boxlines .boxline .line > .value .select {
    font-size: 13px;
}

.condensed > .SLBox .boxlines .boxline .line > .value,
.condensed > .SLBox .boxlines .boxline .line > .value input,
.condensed > .SLBox .boxlines .boxline .line > .value .select {
    font-size: 11px;
}

.SLBox .boxlines .boxline .line > .value {
    padding: 4px 8px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.xs .SLBox .boxlines .boxline .line > .value {
    padding: 4px 4px;
}

.SLBox .boxlines .boxline .line > .value > .icon {
    float: left;
}

.condensed > .SLBox .boxlines .boxline .line > .value {
    padding: 0 8px;
}

.entete .entete_caption .checkbox {
    margin-top: 8px;
}

.SLBox .boxlines .boxline .line > .value .checkbox {
    margin-top: 4px;
}

.SLBox .boxlines .boxline .line .value.ico.fa-truck::before,
.SLBox .boxlines .boxline .line .value.ico.fa-random::before {
    /*	color:rgba(0,47,96,1);*/
}

.SLBox .boxlines .boxline .line .value.ico.fa-truck,
.SLBox .boxlines .boxline .line .value.ico.fa-random {
    /* background-color: #8fabcb; */
}

/*.SLBox .boxlines .boxline .line .value.ico.fa-minus,
.SLBox .boxlines .boxline .line .value.ico.fa-plus,
.SLBox .boxlines .boxline .line .value.Quantite {
	background-color: #8fabcb;
	color: #fff;
}*/

.SLBox .boxlines .boxline .line .value.EtatCommande,
.SLBox .boxlines .boxline .line .value.Etat {
    color: white;
}

.SLBox .boxlines .boxline .line > div:nth-child(1) {
    border-left: 0;
}

.SLBox .boxlines .boxline .surline {
    height: 2.5rem;
    overflow: hidden;
    font-size: 1.3rem;
    width: 100%;
    line-height: 2.5rem;
    padding: 0.5rem;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.listinfullheight .SLBox .button.floating {
    position: fixed;
    bottom: 5px;
}

.SLBox .button.floating {
    position: absolute;
    bottom: 24px;
    right: 24px;
    opacity: 1;
    transform: scale(1) rotate(0);
    transition: 0.3s transform, 0.3s opacity, 0.3s scale, 0.3s rotate, 0.3s bottom;
    background-color: var(--tertiary-fixed-dim);
    color: var(--on-tertiary-fixed-variant);
    border: none;
}

/****************** COMPLEMENT ************************/

.SLBox .boxlines .boxline .line .btncomp {
    text-align: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.2s;
}

.SLBox .boxlines DIV {
    transition: none;
}

.SLBox .boxlines .boxline .line .btncomp:hover {
    color: rgba(0, 0, 0, 0.9);
}

.SLBox .boxlines .boxline .complement {
    height: 0px;
    overflow: hidden;
    font-size: 1.4rem;
    transition: height 0.2s;
    padding-left: 40px;
}

.SLBox .boxline .complement .colspan {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s;
}

.SLBox .boxline .complement .complement_group {
    display: inline-block;
    vertical-align: top;
    padding: 8px 16px 16px;
    min-width: 288px;
}

.xs .SLBox .boxline .complement .complement_group,
.sm .SLBox .boxline .complement .complement_group {
    width: 100%;
}

.md .SLBox .boxline .complement .complement_group {
    width: 50%;
}

.lg .SLBox .boxline .complement .complement_group {
    width: 33%;
}

.xl .SLBox .boxline .complement .complement_group {
    width: 25%;
}

.SLBox .boxline .complement .complement_group .titrec {
    line-height: 32px;
    font-weight: 500;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 4px;
}

.SLBox .boxline .complement .complement_group .ligne {
    line-height: 16px;
    padding: 4px 0;
    vertical-align: middle;
}

.SLBox .boxline .complement .complement_group .caption,
.SLBox .boxline .complement .complement_group .value {
    display: inline-block;
    vertical-align: middle;
}


.SLBox .boxline .complement .complement_group .caption {
    width: 40%;
}

.SLBox .boxline .complement .complement_group .value {
    width: 60%;
    font-weight: 400;
}

/************************* ICO *******************************/

.SLBox .boxlines .boxline .line .icoflat {
    font-family: SWGicon1;
    text-align: center;
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.8);
}

.SLBox .boxlines .boxline .line .delete {
    background-color: rgba(210, 80, 80, 1);
    text-align: center;
    /* font-weight: bold; */
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.SLBox .boxlines .boxline .line .delete:hover {
    background: rgba(210, 80, 80, 0.8);
}

.SLBox .boxlines .boxline .line .update {
    background-color: rgb(169, 214, 70);
    text-align: center;
    /* font-weight: bold; */
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}

.SLBox .boxlines .boxline .line .update:hover {
    background: rgba(0, 200, 0, 0.2);
    color: #fff;
}

.SLBox .boxlines .boxline .line .cancel {
    background-color: rgba(250, 200, 0, 0.9);
    text-align: center;
    /* font-weight: bold; */
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}

.SLBox .boxlines .boxline .line .cancel:hover {
    background: rgba(250, 200, 0, 0.2);
    color: #fff;
}


.SLBox .enteteC {
    position: relative;
    min-height: 48px;
    background: var(--palettes-neutral-90-bg);
    border-bottom: 1px solid var(--palettes-neutral-90-bg);
    border-top: 1px solid var(--palettes-neutral-90-bg);
    display: flex;
    align-items: center;
}

.SLBox .piedC {
    position: relative;
    border-top: 1px solid #ddd;
    height: 48px;
    background-color: #fff;
    /* text-align: right; */
    /* z-index: 2; */
}

.SLBox .entete {
    display: table;
    /* flex: 1 1 3rem; */
    /* flex-direction: row; */
    margin: 0;
    padding: 0;
    /* line-height: 3rem; */
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    /* border-right: 0; */
    /* background: rgb(222, 227, 232); */
    /* border-left: 0; */
    /* border-top: solid 1px rgba(255,255,255,0.5); */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
    height: 100%;
}

.SLBox .pied {
    display: table;
    /* flex: 1 1 3rem; */
    /* flex-direction: row; */
    margin: 0;
    padding: 0;
    line-height: 32px;
    border-right: 0;
    /* background: rgb(222, 227, 232); */
    border-left: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
    height: 32px;
    font-size: 1.3rem;
}

.sysform_dashboard_ .SLBox .entete > div,
.sysform_dashboard_ .SLBox .pied > div {
    padding: 0 0;
}

.SLBox .entete > div,
.SLBox .pied > div {
    /* text-align: center; */
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
}

.xs .SLBox .entete > div,
.xs .SLBox .pied > div {
    padding: 0 4px;
}

.condensed .SLBox .entete > div,
.condensed .SLBox .pied > div {
    padding: 0;
}

.SLBox .entete .entete_caption /*,
.SLBox .entete .entete_caption > div*/
{
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SLBox .entete .entete_caption > div,
.slboxTitre > .lib,
.systree > aside .asideTitle .lib {
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
}

.SLBox .entete .entete_caption > div {
    transition: 0.3s transform;
    color: var(--outline);
    transform-origin: 20% 50%;
    transform: rotate3d(0, 0, 1, 0deg);
    font-variant: all-small-caps;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
    gap: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 1em;
    padding: 0 8px;
}

.SLBox .entete .entete_caption > div > .icon svg {
    fill: var(--outline);
    outline: var(--outline);
}

.SLBox .entete .entete_caption > div > .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    margin-top: 2px;
}

.SLBox .entete .entete_caption > div.asc, .SLBox .entete .entete_caption > div.desc  {
    color: black !important;
}

.SLBox .entete .entete_caption > div.asc .icon.chevron_up {
    display: flex !important;
}

.SLBox .entete .entete_caption > div.asc .icon.double_chevron, .SLBox .entete .entete_caption > div.desc .icon.double_chevron{
    display: none !important;
}

.SLBox .entete .entete_caption > div.desc .icon.chevron_down {
    display: flex !important;
}

.SLBox .entete .entete_caption .icon.double_chevron {
    display: none !important;
}

/*
.SLBox .entete .entete_caption > div.asc:after,
.SLBox .entete .entete_caption > div.desc:after {
	content: ">";
	position: absolute;
	right: 0;
}
*/
/*
.SLBox .entete .entete_caption > div.asc:after,
.SLBox .entete .entete_caption > div.desc:after {
	display: block;
	position: absolute;
	left: 50%;
	bottom: -8px;
}

.SLBox .entete .entete_caption > div.asc:after {
	content: "^";
}

.SLBox .entete .entete_caption > div.desc:after {
	content: "v";
}
*/
.slboxTitre > div {
    /* margin-left: -16px; */
}

.SLBox .entete .entete_caption > div:nth-child(n+2) {
    margin-left: 1px;
}

.SLBox .entete .entete_caption > div:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -1px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.26);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}

.SLBox .entete .down::after {
    content: " v ";
}

.SLBox .entete .up::after {
    content: " ^ ";
}

.SLBox .entete .comp {
    width: 5rem;
}

.SLBox .pied .pied_item {
    text-align: right;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-style: italic;
    padding: 0 16px 0 0;
    line-height: 32px;
}

.SLBox .piedC .pied_nb {
    line-height: 48px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    margin-left: 24px;
}

.SLBox .piedC .pager {
    position: absolute;
    display: block;
    left: 12px;
    padding: 0;
    /* line-height: 4rem; */
    /* font-style: italic; */
    /* color: rgba(0,0,0,0.4); */
    /* font-weight: 400; */
    /* font-size: 1.5rem; */
    top: 0rem;
    height: 48px;
    overflow: hidden;
    width: 96px;
}

.SLBox .piedC .pager .icon {
    display: inline-block;
    padding: 12px;
}

/************************ class spe ************************/

.SLBox .boxlines .boxline .line div.small,
.SLBox .boxlines .boxline .ligne .chip.small,
.SLBox .boxlines .boxline .ligne .small > .chip {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 12px;
}

.SLBox .boxlines .boxline div.small::before {
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    padding-right: 0.5rem;
}

.SLBox .boxlines .boxline .line div.center {
    text-align: center;
}


/* Moyenne */
.SLBox .boxlines .boxline .line div.middle {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}

.SLBox .boxlines .boxline .line div.middle::before {
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
    padding-right: 0.5rem;
}

.SLBox .boxlines .boxline .line div.one {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
}

.SLBox .boxlines .boxline .line div.ico {
    font-size: 0;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.SLBox .boxlines .boxline .line div.ico.PRINT::before {
    color: rgba(0, 0, 0, 0.4);
}

.SLBox .boxlines .boxline .line div.ico IMG {
    display: none;
}

.SLBox .boxlines .boxline .line div.editin {
    padding: 0;
    background-color: rgba(0, 0, 0, 0.11);
}

.SLBox .boxlines .boxline .line div.editin .form-group-select {
    padding-left: 1px;
    padding-right: 1px;
}

.SLBox .boxlines .boxline .line div.editin INPUT {
    padding: 10px 12px;
    margin: 0 4px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    -ms-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    -o-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;*/
}

.xs .SLBox .boxlines .boxline .line > .value > div.editin INPUT {
    padding: 0;
}

.SLBox .boxlines .boxline .line div.ico::before {
    font-size: 1.8rem;
    text-align: center;
    /* color: white; */
}

.SLBox .boxlines .boxline .line div.firstone {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    color: transparent;
    /*font-size:  0;*/
    /*background-color: rgba(0, 0, 0, 0.1);*/
}

.SLBox .boxlines .boxline .line div.firstone::first-letter {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: white;
}

.SLBox .boxlines .boxline .line > div.btn,
.SLBox .boxlines .boxline .line div.btn::before {
    text-align: center;
}

.SLBox input.check {
    background: white;
    width: 2rem;
    height: 2rem;
    margin: 0;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2) inset;
    color: red;
}

.SLBox .boxlines .boxline .line div.wait,
.SLBox .boxlines .boxline .line div.ok,
.SLBox .boxlines .boxline .line div.ok input,
.SLBox .boxlines .boxline .line div.ko,
.SLBox .boxlines .boxline .line div.ko input,
.SLBox .boxlines .boxline .line div.cur,
.SLBox .boxlines .boxline .line div.end {
    color: white;
    text-shadow: none;
}

.SLBox .boxlines .boxline .line div.empty {
    background: transparent;
    color: transparent;
    text-shadow: none;
}

.SLBox .boxlines .boxline .value.chip {
    color: white;
    text-shadow: none;
    position: relative;
    z-index: 0;
    background: none;
    height: inherit;
}

.SLBox .boxlines .boxline .ligne .value.chip {
    padding: 8px 20px;
}

.SLBox .boxlines .boxline .value.chip:active,
.SLBox .boxlines .boxline .value.chip.selected,
.SLBox .boxlines .boxline .value.chip.selected:active {
    padding: 8px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.SLBox .boxlines .boxline .value.chip:before {
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    height: 32px;
    top: calc(50% - 16px);
    left: 8px;
    border-radius: 16px;
    z-index: -1;
    padding: 0;
    line-height: 32px;
}

.SLBox .boxlines .boxline .value.chip.force-before-content:before {
    content: "";
}


.condensed .SLBox .boxlines .boxline .value.chip:before {
    height: 20px;
    top: calc(50% - 10px);
    border-radius: 10px;
}

.SLBox .boxlines .boxline .value.chip.wait,
.SLBox .boxlines .boxline .value.chip.ok,
.SLBox .boxlines .boxline .value.chip.ko,
.SLBox .boxlines .boxline .value.chip.cur,
.SLBox .boxlines .boxline .value.chip.end,
.SLBox .boxlines .boxline .value.chip.empty,
.SLBox .boxlines .boxline .value.chip.empty:before,
.SLBox .boxlines .boxline .line div.lok,
.SLBox .boxlines .boxline .line div.lko {
    background: transparent;
}

/************************ edition ***************************/

.listEditor {
    border: solid 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    display: table-row;
}

.listEditor .sysFormTitre {
    display: none;
}

.SLBox .boxline .listEditor INPUT,
.SLBox .boxline .listEditor SELECT {
    width: 100%;
    margin: 0;
    padding: 1rem;
    height: 5rem;
    border: 0;
    font-size: 1.4rem;
    vertical-align: middle;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
}

.SLBox .boxline .listEditor SELECT {
    /*-webkit-appearance: menulist;*/
}

.SLBox .boxline .listEditor .value {
    padding: 0;
}

.SLBox .boxline .value .form-group,
.SLBox .boxline .value .form-group .select {
    margin: 0;
}

.SLBox .boxline .value .form-group {
    padding: 0;
}

.SLBox .boxline .value .form-group .border {
    margin: -1px 0 0;
}

.SLBox .boxline .value .modified {
    /* box-shadow: 0px 0px 5px 1px rgba(150,0,0,0.3) inset; */
}

.SLBox .boxline .buttons {
    position: absolute;
    z-index: 3;
    right: 0;
    display: block;
    margin: 0;
    padding: 0;
    background: rgba(250, 200, 0, 0.9);
    padding: 0rem 2rem;
    border-radius: 0 0 0 1rem;
}

.SLBox .boxline .buttons .status {
    text-align: center;
}

.SLBox .boxline .btn_join {

}

/******************** .boxsummary ********************/

.boxsummary {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    gap: 8px;
    white-space: nowrap;
    background-color: var(--surface);
    display: flex;
    padding: 8px 12px;
    will-change: margin-bottom, top;
    transition: height 0.2s;
    height: 74px;
}

.boxsummary.closed {
    height: 0;
    border: 0;
    padding: 0;
}

.boxsummaryitem {
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid var(--palettes-neutral-90-bg);
    background: #FFF;
    height: 58px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 150px;
    scale: 0;
    will-change: scale;
    animation: boxsummaryitem_show 0.4s forwards;
    animation-delay: 300ms;
}

.boxsummaryitem.active {
    background-color: rgba(0, 0, 0, .06);
}

.boxsummaryitem.fixed {
    scale: 1 !important;
}

@keyframes boxsummaryitem_show {
    from {
        scale: 0;
    }
    to {
        scale: 1;
    }
}

.boxsummary .subheading {
    color: var(--outline);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.boxsummary .count,
.boxsummary .boxsummaryitem-percent {
    display: inline-block;
    vertical-align: middle;
}

.boxsummary .count {
    color: var(--on-surface);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    padding-right: 10px;
}

.boxsummary .boxsummaryitem-left {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin-right: 14px;
}

.boxsummary .boxsummaryitem-percent {
    position: absolute;
    right: 8px;
    top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.boxsummaryitem > .icon-delete {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 6px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.boxsummaryitem:not(:hover) > .icon-delete {
    display: none;
}

.chip.boxsummaryitem {
    margin: 24px 0 0 24px;
}

.chip.boxsummaryitem:last-child {
    margin-bottom: 24px;
}

.boxsummary > .icon {
    position: absolute;
    top: 16px;
    right: 8px;
    padding: 12px;
}

/******************** .listinfullheight ********************/

.listinfullheight .boxlines {
    min-height: 101%;
}

.listinfullheight .boxlineScroller,
.listinfullheight .SLBox {
    height: 100%;
}

.listinfullheight .appbar_old {
    height: 0;
    padding-top: 0;
    overflow: hidden;
}

.listinfullheight .enteteC_old {
    height: 0;
    overflow: hidden;
}

.listinfullheight #console_switch,
.listinfullheight #generalcontentapp .statusBar {
    /*display: none;*/
}

