﻿.page-number-input {
    margin: 0 20px 0 20px;
    width: 60px;
    height: 50px;
    font-size: xx-large;
    text-align: center;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.toolbar button {
    font-size: x-large;
    background-color: #b7b5b5;
    color: black;
}

.toolba-container {
    width: 100%;
    display: inline-block;
}

.toolbar {
    /*margin: 0 auto;*/
    /* width: 600px;*/
    height: 70px;
    /*line-height:70px;*/
    /*margin-top: -20px;*/
    border: 2px solid black;
    background-color: #76a1bd;
    opacity: 0.8;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    left: auto;
    right: auto;
    z-index: 10;
    padding-top: 5px;
}

.ajax-loader {
    display: none;
    position: fixed;
}

#reader {
    width: 99%;    
    /*height: 800px;*
    background-color: White;
    border: 0 solid black;
    color: black; /* for error messages, etc. */
}

.btback {
    background-image: url(../../images/BookCase-Back-90.png);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    position: fixed;
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
    z-index: 1000;
}

.navbar-fixed-bottom {
    bottom: 70px !important;
}
