﻿.FolderView-list-container {
    overflow: auto;
    position: relative;
}

.FolderView-Group-Title {
    position: relative;
    height: 35px;
}

    .FolderView-Group-Title > div.TextContainer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 70px;
        height: 35px;
    }

    .FolderView-Group-Title > div.ExpandCollapseContainer {
        position: absolute;
        right: 10px;
        height: 35px;
        width: 35px;
        cursor: pointer;
    }

.FolderView-items-container {
    display: flex;
    flex-wrap: wrap;
}

.FolderView-filelist-item-visualizations-container {
    align-self: end;
}

.FolderView-direction-down {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}


.FolderView-filelist-item {
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin: 6px;
}

.FolderView-filelist-item:focus{
    outline: none;
}

.FolderView-filelist-item-title {
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    color: #93a6b0
}

.FolderView-filelist-item-description {
    font-size: 14px;
    margin-top: 5px;
    color: #b0bec5;
    height: 2.5em; /* 2 righe*/
}

.FolderView-card-logo {
    background-repeat: no-repeat;
    width: 100px;
    height: 88px;
}

.FolderView-filelist-item-body {
    margin-top: 23px;
    margin-left: 10px;
    width: calc(100% - 110px);
}

.FolderView-filelist-item-menu {
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 20px;
    visibility: hidden;
    padding: 0px;
    cursor: pointer
}


.FolderView-file-view {
    display: inline-block;
    width: 42px;
    height: 38px;
}

.FolderView-filelist-item-menu:hover {
    background-repeat: no-repeat;
}

.FolderView-selected-item .FolderView-filelist-item-menu {
    visibility: visible;
}

    .FolderView-selected-item .FolderView-filelist-item-menu.Mobile {
        visibility: hidden;
    } 

/******************************************************/
/*************************ROOT VIEW********************/
/******************************************************/

.RootView-card-logo {
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.RootView-filelist-item-title {
    padding: 5px;
    display: inline-block;
    font-size: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.RootView-filelist-item-description {
    font-size: 14px;
    height: 2.5em; /* 3 righe*/
}
