/******************** .systree ********************/

.systree {
    height: 100%;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.systree .appbar {
    border-bottom: 1px solid #ddd;
}

.systree > .appbar .form-group.with-icon {
    /* margin-left: 48px; */
    float: left;
}

.systree > .appbar .form-group.with-icon.expandable > .icon {
    top: -3px;
}

.systree > .appbar .extraDataInfo {
    margin-right: 5px;
}

.systree > .appbar .icon-more_vert {
    display: none;
}

.systree > aside {
    position: absolute;
    width: calc(100% - 48px);
    max-width: 320px;
    height: calc(100% - 56px);
    overflow: hidden;
}

.systree > aside > form {
    height: 100%;
}

.systree > aside > form > .innertop {
    padding: 16px 24px;
    height: calc(100% - 52px);
    overflow: hidden;
    overflow-y: auto;
}

.systree > aside > form > .innerbottom {
    height: 48px;
    padding: 0 16px;
    text-align: right;
}

.systree > aside .asideTitle {
    padding: 8px;
    display: none;
}

.systree > aside.right .innertop,
.systree > aside.right .innerbottom {
    background-color: #fff;
}

.systree > aside.left {
    left: 0;
    width: 256px;
    border-right: 1px solid var(--palettes-neutral-90-bg);
}

.systree > aside.left > .asideTitle > .button {
    margin: -2px 8px;
}

.systree > section > .button.floating,
.systree > section > .button.raised {
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.systree > .slboxGeneral > .SLBox > .button.floating {
    display: none;
}

.systree > aside.left > nav {
    padding: 16px 0;
    height: calc(100% - 48px) !important;
    overflow: hidden;
    overflow-y: auto;
}

.systree > aside.right {
    right: 0;
    /* background-color: #fff; */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
    -webkit-transition: 0.3s -webkit-transform, 0.3s -webkit-opacity;
    -moz-transition: 0.3s -moz-transform, 0.3s -moz-opacity;
    -ms-transition: 0.3s -ms-transform, 0.3s -ms-opacity;
    -o-transition: 0.3s -o-transform, 0.3s -o-opacity;
    transition: 0.3s transform, 0.3s opacity;
}

.systree.asideOpened > aside.right {
    -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);
    /*-webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;*/
    -webkit-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.26);
    box-shadow: 0 48px 8px rgba(0, 0, 0, 0.26);
}

.systree > aside.right .form-group {
    margin: 24px 0;
}

.systree > section {
    height: calc(100% - 56px);
    position: absolute;
    left: 256px;
    right: 0;
    min-width: 240px;
    overflow: hidden;
    /*-webkit-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 48px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 48px 8px rgba(0, 0, 0, 0.2);*/
    -webkit-transition: 0.3s left, 0.3s right;
    -moz-transition: 0.3s left, 0.3s right;
    -ms-transition: 0.3s left, 0.3s right;
    -o-transition: 0.3s left, 0.3s right;
    transition: 0.3s left, 0.3s right;
}

.xs .systree > aside.left,
.sm .systree > aside.left,
.md .systree > aside.left {
    display: none;
}

.xs .systree > section,
.sm .systree > section,
.md .systree > section {
    left: 0;
}

.xl .systree.asideOpened > section {
    right: 320px;
}

.systree .header > .icon-arrow_upward {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    -moz-transform: rotate3d(1, 0, 0, 0deg);
    -ms-transform: rotate3d(1, 0, 0, 0deg);
    -o-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
    -webkit-transition: 0.3s -webkit-transform;
    -moz-transition: 0.3s -moz-transform;
    -ms-transition: 0.3s -ms-transform;
    -o-transition: 0.3s -o-transform;
    transition: 0.3s transform;
}

.systree.desc .header > .icon-arrow_upward {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    -moz-transform: rotate3d(1, 0, 0, 180deg);
    -ms-transform: rotate3d(1, 0, 0, 180deg);
    -o-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
}

/******************** .systree > section.slboxGeneral ********************/

.systree > section.slboxGeneral > .appbar {
    display: none;
}

.systree > section.slboxGeneral > .slboxSearch,
.systree > section.slboxGeneral > .SLBox {
    height: 100%;
}

.systree > section.slboxGeneral > .SLBox:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 48px);
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 3;
}

/******************** .systree.viewGrid ********************/

.systree.viewGrid > .appbar .viewGridBtn {
    display: none;
}

.systree.viewGrid > section > .header {
    height: 48px;
    padding: 0 8px;
    display: none;
}

.systree.viewGrid > section > .header > * {
    float: right;
}

.systree.viewGrid > section > .header > .filterBy {
    display: none;
}

.systree.viewGrid > section > .header > .form-group {
    width: initial;
    margin: 0;
    padding: 0;
}

.systree.viewGrid > section > .header > .form-group .select {
    line-height: 24px;
    padding: 4px 12px;
    margin: 8px 0;
    font-size: 11px;
    border: none;
}

.systree.viewGrid > section > .header > .form-group .select .value {
    padding-right: 0;
}

.systree.viewGrid > section > .header > .form-group .select .icon,
.systree.viewGrid > section > .header > .form-group .border {
    display: none;
}

.systree.viewGrid > section > .header > .icon {
    padding: 8px;
    margin: 8px 8px 8px 4px;
}

.systree.viewGrid > section > .inner {
    width: 100%;
    height: 100%; /*calc(100% - 48px); (si barre header pour le tri) */
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    /* bottom: 0; si barre header pour ltri */
    -webkit-transition: 0.3s background-color;
    -moz-transition: 0.3s background-color;
    -ms-transition: 0.3s background-color;
    -o-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

.systree.viewGrid > section > .inner > .inner_results {
    padding: 16px 16px 0 16px;
}

.systree.viewGrid > section > .inner > .inner_results > span {
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
}

.systree.viewGrid > section > .inner > .inner_results > .button {
    margin: 2px 16px;
    vertical-align: top;
}

.systree.viewGrid > section > .inner > .folders,
.systree.viewGrid > section > .inner > .files {
    padding: 16px 8px;
}

.systree.viewGrid > section > .inner > .files {
    height: 100%;
}

.systree.viewGrid > section > .inner > .files > .MB_protect {
    position: relative;
    background: transparent;
}

.systree.viewGrid > section > .inner article .icon-edit,
.systree.viewGrid > section > .inner article .icon-more_vert {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    margin: 4px;
}

.systree.viewGrid > section > .inner article:hover .icon-edit,
.systree.viewGrid > section > .inner article:hover .icon-more_vert {
    display: block;
    background-color: #fff;
}

.systree.viewGrid > section > .inner article:hover .icon-edit:hover,
.systree.viewGrid > section > .inner article:hover .icon-more_vert:hover {
    background-color: #f6f6f6;
}

/******************** .systree.viewGrid > section article ********************/

.systree.viewGrid > section article {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 8px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s width, 0.3s padding-bottom, 0.3s background-color;
    -moz-transition: 0.3s width, 0.3s padding-bottom, 0.3s background-color;
    -ms-transition: 0.3s width, 0.3s padding-bottom, 0.3s background-color;
    -o-transition: 0.3s width, 0.3s padding-bottom, 0.3s background-color;
    transition: 0.3s width, 0.3s padding-bottom, 0.3s background-color;
}

.systree.viewGrid > section article:not(.background-color5) {
    background-color: #fff;
    border-color: #ddd;
}

.systree.viewGrid > section article .title {
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: 0.3s color;
    -moz-transition: 0.3s color;
    -ms-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

.systree.viewGrid > section article.background-color5 .title {
    color: #fff;
}

.xs .systree.viewGrid > section article {
    width: calc(50% - 16px);
}

.sm .systree.viewGrid > section article,
.xl .systree.viewGrid.asideOpened > section article {
    width: calc(33% - 16px);
}

.md .systree.viewGrid > section article,
.lg .systree.viewGrid > section article {
    width: calc(25% - 16px);
}

.formBloc.md .systree.viewGrid > section article {
    width: calc(25% - 16px) !important;
}

.xl .systree.viewGrid:not(.asideOpened) > section article {
    width: calc(20% - 16px);
}

@media (min-width: 1500px) and (min-device-width: 1500px) {
    .xl .systree.viewGrid.asideOpened > section article {
        width: calc(20% - 16px);
    }

    .xl .systree.viewGrid:not(.asideOpened) > section article {
        width: calc(16% - 16px);
    }
}

@media (min-width: 1900px) and (min-device-width: 1900px) {
    .xl .systree.viewGrid.asideOpened > section article,
    .xl .systree.viewGrid:not(.asideOpened) > section article {
        width: 240px;
    }
}

/******************** .systree.viewGrid > section .square ********************/

.systree.viewGrid > section .square {
    height: 0;
}

.systree.viewGrid > section .square > .squareInner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.systree.viewGrid > section .square > .squareInner .img {
    display: block;
    height: calc(100% - 48px);
    width: 100%;
    pointer-events: none;
}

.systree.viewGrid > section .square > .squareInner .img > img {
    /*display: inline-block;
    vertical-align: middle;
    text-align: center;*/
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.systree.viewGrid > section .square > .squareInner .code {
    overflow: hidden;
}

.systree.viewGrid > section .square > .squareInner .code.img {
    padding: 12px;
}

.systree.viewGrid > section .square > .squareInner .title {
    margin: 0;
    padding: 16px;
}

.xs .systree.viewGrid > section .square {
    padding-bottom: calc(50% - 16px);
}

.sm .systree.viewGrid > section .square,
.xl .systree.viewGrid.asideOpened > section .square {
    padding-bottom: calc(33% - 16px);
}

.md .systree.viewGrid > section .square,
.lg .systree.viewGrid > section .square {
    padding-bottom: calc(25% - 16px);
}

.xl .systree.viewGrid:not(.asideOpened) > section .square {
    padding-bottom: calc(20% - 16px);
}

@media (min-width: 1500px) and (min-device-width: 1500px) {
    .xl .systree.viewGrid.asideOpened > section .square {
        padding-bottom: calc(20% - 16px);
    }

    .xl .systree.viewGrid:not(.asideOpened) > section .square {
        padding-bottom: calc(16% - 16px);
    }
}

@media (min-width: 1900px) and (min-device-width: 1900px) {
    .xl .systree.viewGrid.asideOpened > section .square,
    .xl .systree.viewGrid:not(.asideOpened) > section .square {
        height: 240px;
        padding-bottom: 0;
    }
}

/******************** .systree.viewGrid > section article.folder ********************/

.systree.viewGrid > section article.folder {
    height: 48px;
}

.systree.viewGrid > section article.folder .title {
    margin: 8px 0;
}

/******************** .systree.viewGrid > section article.file ********************/

/******************** .systree.viewList ********************/

.systree.viewList > .appbar .viewListBtn {
    display: none;
}

.systree.viewList > section {

}
