﻿.pdfBrowseContainer {
    margin-top: 10px;
    min-height:800px;
    min-width:1000px;
    overflow-x: auto;
}

.read-pdf {
    position: relative;
    width: 95%;
    height: 0;
    text-align: center;
    
    margin-bottom: 15px;
}

div.k-window-content {
   overflow: hidden;
}

.pdf-view {
    border: 1px solid #d1d6da;
    
    margin-left:32px;
    
}

.loading {
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url("../../Images/loading.gif") no-repeat;
}

.read-pdf .buttonDiv {
    position: relative;
    left: 0;
    top: 50%;
    display: block;
    margin: -40px 0 0 -50px;
    width: 15px;
    height: 25px;
    text-indent: -9999px;
    
}

.read-pdf button {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin: -40px 0 0 -50px;
    width: 15px;
    height: 25px;
    text-indent: -9999px;
}


.read-pdf .next {
    left: 100%;
    margin-left: 25px;
    background-image: url(images/system/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -440px;
    cursor: pointer;
    background-color: Transparent;
}

.read-pdf .prev {
    margin-left: 0px;
    background-image: url(images/system/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -480px;
    cursor: pointer;
    background-color: Transparent;
}




.pdf-pager {
    display: none;
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
}

    .pdf-pager .current-page {
        font-size: 24px;
    }

    .pdf-pager .total-page {
        color: #555555;
    }
