
.show{
    display: block;
 }
 
 .hide, .control-label{
    display: none;
 }
 
.liste-shower{
    overflow-x: scroll;
}

.liste-shower td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.data{
}

.bloc-index{
    color: rgba(0,0,0,.8);
    margin: 15px 0px 15px 0;
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;

}

.XData-image{
   visibility: hidden;
}

.bloc-index .my-file-icon{
    font-size: 10em;
    text-align: center;
}

.liste-shower .my-file-icon{
    font-size: 1em;
    text-align: center;
}

.liste-shower img.my-file-icon{
    min-width: 200px;
    min-height: 90px;
}
   
.bloc-index tr td:nth-child(1)
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color : black;
}


.note{ 
    color: rgba(200,50,50,1);
}

form label{ 
    text-transform: capitalize;
}

#accordion-menu li{
    text-transform: capitalize;
}