/* LOADING PANEL */
#spinner {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    z-index: 99999;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #34495e;
    opacity: .50;
    -moz-opacity: .50;
    filter: alpha(opacity=50);
}
#spinner img {
    display: none;
}

.submenucustom{
    display: none;
    list-style: none; 
    margin: 0 4px;
    padding: 0;   
}