﻿

.sub-items a.active {
    background: rgb(237, 28, 36);
}

.image-holder img {
    height: 150px !important;
}

.text-center {
    text-align: center;
}

.slide ul.sub-items {
    max-height: 400px;
    overflow: auto;
}
#singlePageContent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdfPage {
    
    /*width: 80%;*/
    display:inline-block;
    min-height: 700px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
    background: #FFF;
}

    .pdfPage.auto {
        width: auto;
    }

    .pdfPage.page-actual {
        width: auto;
    }

    .pdfPage.page-fit {
        width: 100%;
    }

    .pdfPage.page-width {
        width: 100%;
    }

.inner-conternt {
    padding: 5px;
}

ul.bookmark-list, #bookmarks {
    min-width: 170px;
}

    ul.bookmark-list li {
        margin-bottom: 7px;
        cursor: pointer;
    }

        ul.bookmark-list li:hover {
            color: #b90707;
        }

.addmark-yesno-content {
    padding-bottom: 10px;
    color: #FFF;
    display: none;
}

    .addmark-yesno-content a {
        color: #FFF;
        padding: 3px 5px;
        margin-top:4px;
        background: #b90707;
        display:inline-block;
        text-decoration: none;
        border-radius:2px;
    }
        .addmark-yesno-content a:hover {
            color: #b90707;
            background: #FFF;
            text-decoration: none;
        }
.cust-btn {
    color: #FFF;
    padding: 1px 2px;
    background: #b90707;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    vertical-align: middle;
}

    .cust-btn:hover {
        color: #FFF;
        background: rgb(237, 28, 36);
        text-decoration: none;
    }
.horizontalscroll{
    display:none;
}
.horizontalscrollcontents {
    display: flex;
}
.horizontalscroll .pdfPage {
    display: inline-block;
    width: auto;
    min-height: 600px;
    transform-origin: center top;
    /*transform: scaleY(0.70);*/
    margin: 15px 2px 15px 0px;
}
/************************************************/
.scroll {
}

    .scroll::-webkit-scrollbar, div::-webkit-scrollbar {
        width: 9px;
        background-color: #F5F5F5;
    }

    .scroll::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .scroll::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

/*.block-books-detail {
    position: relative;
    overflow: hidden;
    padding: 40px 0 0;
    color: #162858;
    font-size: 18px;
    line-height: 24px;
}

    .block-books-detail .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .block-books-detail .image-left {
        width: 30%;
    }

    .block-books-detail .image-right {
        width: 30%;
    }

    .block-books-detail .text-holder {
        width: 40%;
        padding: 0 4%;
        text-align: center;
    }

    .block-books-detail h2 {
        color: #ee1c25;
        font-size: 30px;
        line-height: 36px;
    }*/

.cust-popup{
    background:rgba(0,0,0,0.6);
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    padding:0;
    z-index:10;
}
    .cust-popup .popup-wraper{
        max-width:400px;
        margin:0 auto;
        background:#FFF;
        padding:25px;
    }
        .cust-popup .popup-wraper a {
            margin-top:15px;
            cursor:pointer;
        }
    .popup-cross-btn{
        position:relative;
    }
.popup-cross-btn a{
    position: absolute;
    top:-35px;
    right:-20px;
    margin:0px;
}
/************************************************/
        @media (max-width: 1000px) and (min-width: 1px) {
            .pdfPage {
                display: inline-block;
                /*min-width: 80%;*/
                width: auto !important;
            }
        }

        @media print {
            /* All your print styles go here */
            .pdfPage {
                background: #000;
                display: none !important;
            }
        }
