.active-checklist {
    display: block;
}

details {
    width: 92.5%;
    font: Arial !important;
    font-weight: 100 !important;
}

#left-sidebar-close-icon {
    display: block;
    height: 100%;
}

/*
    .w3-sidebar {
        height: 100%;
        width: 200px;
        background-color: #fff;
        position: fixed !important;
        z-index: 1;
        overflow: auto
    }

    .w3-animate-left {
        position: relative;
        animation: animateleft 0.4s
    }

    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }

        to {
            left: 0;
            opacity: 1
        }
    }

*/
#leftMenu {
    display:none;
}

#rightMenu {
    display: none;
    right: 0;
}

/*  padding-top: 50px;  */
.w3-sidebar {
    display: none;
    width: 300px !important;
    background-color: white;
    border: solid;
    border-color: black;
    border-width: 0.5px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.menu-hamburger {
    height: 100%;
}

/*
    height: 100%;
    background-color: white;
    padding: 8px 8px 8px 0;
*/
.sidebar-close-btn {
    border: solid;
    border-width: 1px;
    background-color: red;
    text-align: center;
}

/*
    padding: 0px 32px 0px 32px !important;
    text-align: center;
    font-size: 2em;
*/
.sidebar-close-x {
    line-height: 3em;
    color: white;
}

.sidebar-title {
    height: 100%;
    text-align: center;
    vertical-align: center;
    line-height: 1.5;
    font-size: 2em;
}