/* nestor friend */
.nestor_friend{
    cursor:pointer;
}


/* option_holder */
.option_holder{
    color: #a8a8a8;
}



#file_edit_content{
    overflow:hidden;
}



/* drag and drop media */
.add_files_drag_enter
{
    border-color:orange !important;
}



/* panel list media */
.list_files .item_file[data-disabled]
{
    /*cursor:not-allowed;*/
    opacity:0.4;
}
.media-panel .list_files .media-active
{
    outline:2px dashed grey !important;
}

.media-panel .media-disabled
{
    cursor:not-allowed;
    opacity:0.4;
}


/* slide panel with background */
.panel_theme_nestor{
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999999999999999999;
}
.nestor_friend{
    z-index: 999999999999999999999 !important;
}
