/* # m customlizetion */

body {
    margin: 0;
    padding: 0;
}


#aboutButt1 {
    display: none !important;
}

#addbutt {
    display: none !important;
}


#right-page-btn {
    display: none !important;
}

#left-page-btn {
    display: none !important;
}

#epub-reader-frame {
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
}


.navbar {
    background: #4d4d4d;
    box-shadow: 0 1px 5px #333;
    border-radius: 0;
    min-height: 36px;
    margin-bottom: 0;
    position: fixed !important;
    bottom: 0;
    width: 100%;
}

.hide-ui .navbar {
    -webkit-transition: all .2s ease-out;
    opacity: 1;
}

/* this seems odd because i really need the navbar at left */
.navbar-right {
    float: left !important;
}



.navbar-left {
    display: none;
}

.book-title-header {
    display: none;
}

#reflowable-book-frame {
    position: absolute !important;
    left: 0;
    top: 1px;
    right: 0;
    bottom: 1px;
}

#reading-area {
    text-align: center;
    position: absolute;
    /* right: 0 !important; */
    top: 0 !important;
    overflow: hidden;
}

/* readium-all.css set left to 30% */
.toc-visible #reading-area {
    left: 0 !important;
}

.toc-visible #readium-toc-body {
    z-index: 100000;
    position: fixed !important;
    display: inline-block;
    width: 90% !important;
    height: 60% !important;
    max-width: 300px;
    bottom: 36px;
}

#readium-toc-body>h1 {
    font-size: large;
}


.navbar .btn-group>.btn.icon-full-screen {
    display: inherit !important;
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    #scrolled-content-frame {
        padding-left: 10%;
        padding-right: 10%;
    }

    .toc-visible #reading-area {
        left: 0% !important;
    }
}


/* move loading spinner to right bottom,its buggy annoying */

.spinner {
    position: fixed !important;
    width: 0px !important;
    z-index: 2000000000 !important;
    right: 0 !important;
    bottom: 0 !important;

    left: auto !important;
    top: auto !important;
}

/* #anotation sidebar */
div>div:nth-child(2)>ul {
    display: none;
}







/* my elements */
#bookMarkContainer {
    height: 70%;
    max-width: 80%;
    position: fixed;
    bottom: 36px;
    right: 0;
    color: darkblue;
    background-color: #f3f3f3;
    overflow: scroll !important;
    border-right: solid 2px rgba(0, 0, 0, .15);
    border-left: solid 2px rgba(0, 0, 0, .15);

}

.bookmarkli {
    font-size: 1.3em;
    margin: 1em;
}