﻿.popup-menu-container {
    position: absolute;
    /*width: 400px;*/
    /*z-index: 111111;*/
    /*border: 1px solid darkslategray;*/
    border: none;
    margin: 1px;
    width: 100%;
    height: 100%;
}
/* iframe style definition*/
/*.popup-menu-backdrop {
    position: absolute;
    height: 100%;
    left: -2px;
    width: 103%;
}*/
.popup-menu-section-container {
    background-color: #3a4553;
    color: #fff;
    /*z-index: 122222;*/
    position: relative;
    height: 100%;
    width: 100%;
}
.popup-menu-section {
    border-bottom: 1px darkslategray ridge;
    padding: 10px;
    cursor: pointer;
}
.popup-menu-section:hover {
    background-color: lightgray;
    color: grey;
}
