div.arborescence span.url-command,
div.arborescence span.arborescence-id {
    display: none;
}

div.arborescence > div.show-path {
	float: left; 
    margin: 5px 0;
    font-size: 19px;
}

div.arborescence > div.top-actions {
	float: right;
    margin-bottom: 5px;
    margin-left: 10px;
}

div.arborescence > div.count-lines {
    margin-bottom: 5px;
}

div.arborescence div.carousel-container .carousel-inner > .item > a > img, 
div.arborescence div.carousel-container .carousel-inner > .item > img {
    margin: auto;
}

div.arborescence div.carousel-container .carousel-inner > .item {
    padding-bottom: 40px;
}

/*div.arborescence div.carousel-container {
    display: none;
}*/

div.arborescence div.carousel-container .close-carousel {
    position: absolute; 
    top: 0; 
    right: 0; 
    color: #fff; 
    border: none; 
    background: transparent; 
    font-size: 20px; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}

div.arborescence div.carousel-container .close-carousel:hover {
    opacity: 1;
}

div.arborescence div.carousel-container .carousel-indicators,
div.arborescence div.carousel-container .carousel-caption {
    bottom: 0;
}

div.arborescence div.carousel-container .carousel-indicators {
    margin-bottom: 0;
}

div.arborescence div.carousel-container .carousel-caption {
    padding-top: 0;
    padding-bottom: 18px;
}

div.arborescence table  {
    cursor: default;
}

div.arborescence table th {
    cursor: pointer;
    font-weight: normal;
}

div.arborescence table th.outils {
    cursor: default;
}

div.arborescence table th span.caret {
    visibility: hidden;
    border-bottom: 4px solid;
    border-top: none;
}

div.arborescence table th:hover span.caret {
    visibility: visible;
}

div.arborescence table th.desc span.caret {
    border-top: 4px solid;
    border-bottom: none;
}

div.arborescence table th.desc:hover span.caret {
    border-bottom: 4px solid;
    border-top: none;
}

div.arborescence table th.asc:hover span.caret {
    border-top: 4px solid;
    border-bottom: none;
}

div.arborescence table th.asc span.caret,
div.arborescence table th.desc span.caret {
    visibility: visible;
}

div.arborescence table  th.outils {
    width: 100px;
}

div.arborescence table  th.type {
    width: 60px;
}

div.arborescence table  th.edit_date {
    width: 160px;
}

div.arborescence table  th.size {
    width: 100px;
}

div.arborescence table td span.glyphicon-warning-sign {
    color: #f00;
}

div.arborescence table td.outils {
    white-space: nowrap;
    font-size: 14px;
    text-align: right;
}

div.arborescence table td.outils a {
    color: unset;
}

div.arborescence table td.outils  .glyphicon {
    padding: 0 5px;
}

div.arborescence table td.outils .glyphicon {
    opacity: 0.5;
}

div.arborescence table td.outils .glyphicon:hover,
div.arborescence table td.outils img:hover {
    opacity: 1;
}

div.arborescence table td.outils .glyphicon.inactive,
div.arborescence table td.outils .glyphicon.inactive:hover {
    opacity: 0.3;
    cursor: default;
}

div.arborescence table td.outils .empty-tool {
    width: 24px;
    display: inline-block;
}

div.arborescence table td.name:hover {
    cursor: pointer;
}

div.arborescence table td.name:hover span {
    text-decoration: underline;
}

div.arborescence div.show-content {
    position: relative;
}

div.arborescence div.show-content .close-show-content {
    position: absolute; 
    top: 0; 
    right: 10px; 
    color: #fff; 
    border: none; 
    background: transparent; 
    font-size: 20px; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}

div.arborescence div.show-content .close-show-content:hover {
    opacity: 1;
}

div.arborescence div.show-content textarea {
    height: 500px;
    padding-bottom: 25px;
    width: 100%;
}

div.arborescence div.show-content .title {
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    margin: -22px auto auto;
    padding: 2px;
    text-align: center;
    width: 60%;
}

div#div-share div.role {
    display: none;
}

div#div-share div.role div.selection-option {
    display: none;
}

div#div-share div.role div.selection-option div.users-list {
    display: none;
}

div.arborescence div.div-add-file .compress-images,
div.arborescence div.div-add-file .dimension-max,
div.arborescence div.div-add-file .jpg-quality {
    display: none;
}

div.arborescence div.div-add-file .dimension-max .custom-range,
div.arborescence div.div-add-file .jpg-quality .custom-range {
    margin-top: 8px;
}

div.arborescence div.div-add-file .preview .image {
    position: relative;
    margin: 2rem 0;
    text-align: center;
}

div.arborescence div.div-add-file .preview .image > .label {
    position: absolute;
    right: 0;
    font-size: 1rem;
    border-radius: 0 0 0 .25em;
}

div.arborescence div.div-add-file .preview .image > .label > .label {
    padding: 0 .4rem;
    font-size: 100%;
}

div.arborescence div.div-add-file .preview .image img {
    max-width: 100%;
    border: 1px solid #ccc;
}

div.arborescence div.show-images .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.arborescence div.show-images .row .cadre-image {
    padding-bottom: 15px;
    border: 1px solid #eee;
    background-color: #eee;
    border-radius: 4px;
    cursor: zoom-in;
}

div.arborescence div.show-images .row .cadre-image .image {
    height: 20rem;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: background-size 1s;
}

div.arborescence div.show-images .row .cadre-image .image.max-x {
    background-size: 100%;
}

div.arborescence div.show-images .row .cadre-image:hover .image.max-x {
    background-size: 150%;
}

div.arborescence div.show-images .row .cadre-image .image.max-y {
    background-size: auto 100%;
}

div.arborescence div.show-images .row .cadre-image:hover .image.max-y {
    background-size: auto 150%;
}

div.arborescence div.show-images .row .cadre-image .image .label {
    position: absolute;
    bottom: -15px;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.arborescence-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 4rem 2rem;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgba(0,0,0,0.8);
}

.arborescence-overlay.fade {
    opacity: 0;
    transition: opacity .5s;
}

.arborescence-overlay.show-overlay {
    opacity: 1;
}

.arborescence-overlay .label,
.arborescence-overlay .actions {
    position: absolute;
}

.arborescence-overlay .label {
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: .4rem .4rem 0 0;
    font-size: 3rem;
	background-color: #f66;
}

.arborescence-overlay .actions {
    top: 0;
    right: 0;
    font-size: 3.2rem;
    width: 100%;
    text-align: center;
    border-radius: 0 0 .4rem .4rem;
	background-color: #f66;
}

.arborescence-overlay .actions i {
    margin-left: 2rem;
    color: #fff;
    opacity: 0.2;
    cursor: default;
    transition: opacity 1s;
}

.arborescence-overlay .actions i:first-child {
    margin-left: 0;
}


.arborescence-overlay .actions i.active {
    cursor: pointer;
    opacity: 0.6;
}

.arborescence-overlay .actions i.active:hover {
    opacity: 1;
}

.arborescence-overlay img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #aaa;
    transition: transform .5s;
    z-index: -1;
}

.arborescence-overlay span.prev,
.arborescence-overlay span.next {
	display: inline-block;
	position: absolute;
	top: 50%;
	font-size: 10rem;
	color: #fff;
	opacity: 0.5;
	cursor: pointer;
	transition: opacity .5s;
}

.arborescence-overlay span.prev:hover,
.arborescence-overlay span.next:hover {
	opacity: 1;
}

.arborescence-overlay span.prev {
	left: 1rem;
}

.arborescence-overlay span.next {
	right: 1rem;
}

div.arborescence div.paging {
    text-align: center;
    margin-bottom: 2rem;
}

div.arborescence div.paging input {
    display: inline-block;
}

div.arborescence div.paging .form-control {
    width: 5rem;
}

div.arborescence div.paging .custom-range {
    width: 50%;
    margin-bottom: -4px;
}

div.arborescence div.paging span {
    opacity: 0.2;
}

div.arborescence div.paging span.active {
    opacity: 0.6;
    cursor: pointer;
}

div.arborescence div.paging span.active:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .arborescence-overlay {
        padding: 2rem;
    }
    
    .arborescence-overlay .label {
        top: 0;
        bottom: auto;
        font-size: 1.5rem;
        border-radius: 0 0 .4rem .4rem;
    }
    
    .arborescence-overlay .actions {
        width: auto;
        margin-right: 1rem;
        font-size: 1.6rem;
    }
    
    div.arborescence div.paging .form-control {
        width: 8rem;
    }
}