.note-editor .fa-file-image-o{
    padding: 3px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #39b3d7;
}
.item { 
    padding-left: 2px !important;
    padding-right: 2px !important;
}
#filemanagerpro .thumbnail .caption {
    padding: 3px;
} 
#filemanagerpro .wrap-thumbnail {
    min-height: 180px;
    margin-bottom: 5px !important;
    display: block;
    padding: 4px;
    margin-bottom: 18px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
#filemanagerpro .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}

#show-breadcrumb {
    background: #eeeeee;
}
#modal-object sub {
    font-size: 14px;
}  
#mmos-files sup{
    font-size: 18px;
    top: -2em;
}  
#modal-object .group-action-all {
    position: absolute;right: 20%;z-index: 88; top: -10px;
}

#mmos-files{
    border-left : solid 1px #eeeeee;
}  
#mmos-folders  .margin-directory{
    margin-left: 20px;

}

#modal-object .modal-header{ 
    padding: 5px 15px;
}
#modal-object .modal-header #search-form{ 
    float: right;
    width: 70%;
}
#modal-object .modal-header #search-form .input-group{ 
    float: right;
}
#modal-object .modal-header .config-mmos{ 
    float: right
}  
#modal-object #mmos-folders{ 
    overflow-y: auto;
    margin-bottom: 0;
    padding: 0;
}  
#modal-object #mmos-files{ 
    overflow-y: auto;
}  
#modal-object #config-view {
    position: fixed;
    right: 20px;
    z-index: 22222;
    top: 50px;
    display: none;
}
.folderinfile {
    padding-top: 30px;
}
.thumbnail-folder {
    background-color: #f0faf0;
    display: block;
    padding: 4px;
    margin-bottom: 17px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    min-height: 180px;
    margin-bottom: 5px !important;
}

#modal-object #config-view.active{
    display: block !important;
}
#modal-object #config-view .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    border-width: 11px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#modal-object #config-view .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
    content: "";
    border-width: 10px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
#modal-object #config-view .content-config-mmos{
    padding: 20px ;
    width: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}
#modal-object{ 
    height: 90%; 
    overflow: hidden;
    width: 90%;
}  
#modal-object .modal-content{ 
    height: 100%; 
}  
#modal-object .modal-body{ 
    padding-bottom: 0px;
}  
#modal-object .modal-footer{ 
    padding: 3px 15px;
}  
#modal-object .thumbnail label{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
}
#modal-object .wrap-iteme{ 
    overflow-y: hidden !important;
    /*height: auto !important;*/
}
#mmos-folders > div{
    margin-top: 20px;
}
.pagination-filemanagerpro .form-group{
    margin: 0;
    padding: 0;
}
#modal-object .pagination > li > a, #modal-object .pagination > li > span {
    padding: 4px 9px;
    font-size: 11px;
    line-height: 1.5;
}
#mmos-folders .margin-directory {
    padding: 2px 0px;
}
#mmos-folders .margin-directory span > i {
    font-size: 18px;
    padding-right:2px;
}
#mmos-folders .margin-directory span > a > i {
    font-size: 16px;

}
#mmos-folders .margin-directory sup{
    top: -0.1em;
}
@media (max-width: 1024px){
    #modal-object .group-action-all {
        right: 2%;

    }
    #modal-object .modal-header select {
        height: 30px;
        padding: 5px;
    }
}
@media (min-width: 768px){
    #modal-object .wrap-iteme{ 
        
    } 
} 
@media (max-width: 768px){
    #modal-object .btn-group-action {
        padding:0;
    }
    #modal-object .group-action-all {
        position: fixed;
        right: 0;
        bottom: 0;
        top: initial;
    }
    #modal-object{ 
        width: auto;
    }
    #modal-object .form-group {
        margin-top: 2px;
        margin-bottom: 0;
    }
    #modal-object .wrap-iteme{ 
        overflow-y: scroll !important;
        /*height: inherit !important;*/
        padding-top: 0;
    }  
    #modal-object #mmos-folders{ 
        overflow-y: hidden !important;
        height: auto !important;
    }  
    #modal-object #mmos-files{ 
        overflow-y: hidden !important;
        height: auto !important;
    } 
}
