﻿#FolderListContextMenu {
    display: none;
    position: absolute; 
    border: solid 1px; 
    background-color: aliceblue;
    list-style-type: none;
    padding: 5px 10px;
    box-shadow: 5px 5px 20px #888;
    margin: 5px 0px;
}

#FolderListContextMenu li a {
    text-decoration: none;
}

#FolderListContextMenu li a:hover {
    color: red;
}

#renameboxmask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    opacity: 0.6;
    z-index: 100;
    background-color: black;
}

#screencenter {
    text-align: center;
    display: none;
    width: 250px;
    height: 100px;
    z-index: 1000;
    border: solid 1px;
    position: absolute;
    background-color: white;
    font-weight: bold;
}

#btnRenameFolder {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#newFolderName {
    width:90%;
}

#renamboxCloser {
    float: right;
}

#renamboxCloser input {
    font-weight: bold;
}

#folderCreaterForm {
    text-align: center;
}