.Mmenu{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.Mfolders ul{
    border-right: 1px solid #ccc;
}

.Mfolders ul{
    margin: 0px;
    padding: 0px;
}

.Mfolders li{
    list-style-type: none;
}

.Mfiles{
    max-height: 400px;
}

.MfilesTable{
    width: 100%;
}


#newfilemanager .modal-lg {
    width: 90% !important;
}


#fsubdirs .fa-folder{
    font-size: 30px !important;
}


#fsubdirs .dirbox{
    float:left;
    height:60px;
    width: 60px;
    display: block;
    margin: 10px;
    text-align: center;
}

#fsubdirs a{
    font-size:10px;
}

#myfiles
{
    width: 100%;
    max-height: 300px;
    overflow: scroll;
}

#fbreadcrumbs a
{
    color: #ccc;
}

.blue_dir{
    color: #337ab7;
    cursor: pointer;
	cursor:hand;
    
}