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.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.arborescence div.show-content .title {

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;
}