﻿#ContextMenu {
    width: 150px;
    z-index: 99;
    position: absolute;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.8;
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

    #ContextMenu > div:hover {
        /*background-color: Lime;*/
        cursor: pointer;
    }

    #ContextMenu > div {
        margin-right: 10px;
    }

#MaintanenceContext {
    width: 100px;
    z-index: 99;
    position: absolute;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.8;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

    #MaintanenceContext > div:hover {
        cursor: pointer;
    }

    #MaintanenceContext > div {
        margin-right: 10px;
    }

#ContextMenuFolio {
    width: 200px;
    z-index: 99;
    position: absolute;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.8;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

    #ContextMenuFolio > div {
        margin-right: 10px;
    }


        #ContextMenuFolio > div:hover {
            /*background-color: Lime;*/
            cursor: pointer;
        }
