/******************************************************************************
* ldskLdsDocumentManager.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright @ LD-SERVIVES 2018									              *
*                                                                             *
******************************************************************************/

.ldskDocumentManager {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    background: rgba(0,0,0,.7);
}

.dmDoc {
    cursor: pointer;
}

.dmDoc:hover {
    background: #e6e6e6;
}

.ldskDocumentManager .window {
    display: block;
    position: relative;
    margin: 50px;
    padding: 20px;
    background: white;
    height: calc(100% - 100px);
}