.fileman-location {
margin-left:10px;
padding-left:10px;
font-size: 1rem;
font-weight: 500;
}

.fileman-resource {
width:  150px;
height: 110px;
margin: 10px;
padding: 10px;
float: left;
display: inline-table;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.12);
border: 1px solid;
border-color: rgba(214, 217, 230, 0.534)
}

.fileman-resource i {
font-size: 2rem;
}

.fileman-resource div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
    
.fileman-resource:hover {
background-color: #DCDCDC;
cursor: pointer;
}
