
.folder {
    min-width: 120px;
    float: left;
    margin-bottom: 15px;
    padding: 7px 0px;
    height: 120px;
}

.folder .fa-folder {
    font-size: 80px;
}

.folder-menu .dropdown-toggle::after {
    border:none;
}

.folder-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.folder-body p {
    overflow: hidden;
    height: 30px;
    text-align: center;
}

.folder-menu .dropdown-toggle {
    position: absolute;
    right: 7px;
}

.folder-menu .dropdown-menu {
    padding: 0;
    min-width: 7rem;
    box-shadow: 0px 1px 2px 0px rgba(60,64,67,.30),0px 2px 6px 2px rgba(60,64,67,.15);
}

.folder-menu .dropdown-menu > li > a, 
.folder-menu .dropdown-menu > .dropdown-item {
    padding: 3px 10px;
}

.folder.active, .folder:hover {
    border: 1px dashed rgba(0,0,0,.1);
    background: rgba(242,242,242,.4);
}

.folder-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    flex-direction: column;
    padding-top: 15px;
    background: rgba(242, 255, 230,.3);
}

.folder-empty i {
    font-size: 80px;
    opacity: .7;
}

.folder-empty p {
    color: #8c8c8c;
    font-size: 18px;
}