/* 
    Created on : May 23, 2024, 7:57:36 PM
    Author     : ebelloma
    Version    : v1.0
*/
#mySidebar_nav {
    position: fixed; z-index: 1000 !important;
    right: 0px;
    top: 0px; bottom: 0px;
    background-color: white; color: black;
    width: auto; height: auto; display: none;
    border-top: 1px solid grey; border-left: 1px solid grey; border-bottom: 1px solid grey;
    overflow: auto; max-width: 300px; width: 90%;
    border-radius: 8px 0px 0px 8px !important;
}
#mySidebar_nav .mySidebar_header {
    background-color: whitesmoke;
}
#mySidebar_nav .mySidebar_content a {
    text-decoration: none;
}

#mySidebar_right {
    position: fixed; z-index: 103 !important;
    right: 0px;
    top: 16px; bottom: 16px;
    background-color: white; color: black;
    width: auto; height: auto; display: none;
    border-top: 1px solid grey; border-left: 1px solid grey; border-bottom: 1px solid grey;
    overflow: auto; max-width: 600px; width: 90%;
    border-radius: 8px 0px 0px 8px !important;
}
#mySidebar_right .mySidebar_header {
    background-color: whitesmoke;
}
#mySidebar_left {
    position: fixed; z-index: 103 !important;
    left: 0px;
    top: 16px; bottom: 16px;
    background-color: white; color: black;
    width: auto; height: auto; display: none;
    border-top: 1px solid grey; border-left: 1px solid grey; border-bottom: 1px solid grey;
    overflow: auto; max-width: 600px; width: 90%;
    border-radius: 0px 8px 8px 0px !important;
}
#mySidebar_left .mySidebar_header {
    background-color: whitesmoke;
}

#myModal .w3-modal-content {
    border-radius: 16px !important;
    background-color: white; color: black;
}
#myModal_dataEntry .w3-modal-content {
    width:90%!important; max-width: var(--MAX_DISPLAY_SIZE);
    border-radius: 16px !important;
    background-color: white; color: black;
    margin: 0px auto;
}

#myMessageInfo {}

#myBanner {}