/*
 * Custom overrides for BookReader Demo.
 */

 /* Hide print and embed functionality */
 #BRtoolbar .embed, .print {
    display: none;
}

.NumPagina {
    display: block;
    float: right;
    width: 150px;    
    padding-top: 2px;
    padding-right: 10px;
    margin: 0;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    margin-right: 1px;
    color: #515151;
}

.NumPagina span{
 display: inline;
 font-weight: bolder;
 font-size: 18px;

}

.NumPagina input{
    height: 20px;
    width: 25px;
    border: 2px solid #000;
    padding: 3px;    
}


.body__father{
    position: fixed;
    top:55px;    
    z-index: 2000;
    background-color: #2c2c2c;
    padding: 0px;
    border:none;
    line-height: 19px;
}


.body__indice{
    list-style-type: none;
    color:#ccc;    
    text-decoration: none;
    /*list-style-image: url("../img/arrow_orange.png");" */
    margin: 15px;
    padding-left: 15px;
    
    text-decoration: none;
}

.body__indice li ul{
    /*list-style-image:url("../img/li_orange.png"); */
    list-style-type: none;
}
.body__indice > li{
    border-bottom: 0.5px solid rgba(243,122,31,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    text-decoration: none;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.body__indice li a{
    font-size: 13px;
    font-weight: bold;
    font-family: arial;
    color:#ffffff;
}

.indice_show{
    display: block;
}
.indice_hide{
    display:none
}

a:link   
{   
   text-decoration:none;   
}

a.nounderline:link   
{   
   text-decoration:none;   
}

.showhide{
    width: 45px;
    height: 35px;
    /*border: 1px solid #F47920; */
    float: right;
    position: relative;
    left: 52px;
    top: 70px;
/*
    border-top: 4px solid #F47920;
    border-right: 4px solid #F47920;
    border-bottom: 4px solid #F47920;    
    */
    border-left: 4px solid #FFF;    
    background-color: #FFF;
    background-image: url('../img/temario.png');
    background-size: 25px 30px;
    background-repeat: no-repeat;
    background-position: center;    
}

.redes_sociales{
 margin-right: 10px;
 display:inline-block;
}

 


.BRicon.thumb {
   background-image: url(../BookReader/images/laracon/VISTA.PNG); 
   
}  
.BRicon.zoom_in {
 background-image: url(../BookReader/images/laracon/ACERCAR.PNG);    
}
.BRicon.zoom_out {
    background-image: url(../BookReader/images/laracon/ALEJAR.PNG);
}

.BRicon.book_left {
    background-image: url(../BookReader/images/laracon/ANTERIOR.PNG);
}
.BRicon.book_right {
    background-image: url(../BookReader/images/laracon/SIGUIENTE.PNG);
}

.BRicon.onepg {
    background-image: url(../BookReader/images/laracon/UNA-VISTA.PNG);
}

.BRicon.twopg {
   background-image: url(../BookReader/images/laracon/DOBLE.PNG);
   width: 30px!important;
}

.descargar{    
    width: 85px;
    height: 25px;
    background-color: #515151;
    border: none;
    cursor: pointer;
    color:black;
    font-weight: bolder;
    font-size: 14px;
}
.subchapter{
    font-weight: lighter !important;
}

@media (max-width: 767px) {
    .BRicon.thumb{
        display: none;
    }
}