@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
    overflow-x: hidden;
    font-family: "Open Sans";
    color: #4b4a4a;
    font-size: 13px;
    padding-top: 70px;
}

.navbar {
    min-height: 70px;
}

#navigation {
    /*background: #fff;*/
    background: rgba(240, 240, 240, 0.8);
    background-image: url('logoddd.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*   border-bottom: 2px #ddd dashed;*/
}

#navigation-dehonianadocs {
    background: #fff;
 /*   background: rgba(240, 240, 240, 0.8);*/
    background-image: url('dehonianadocs.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /*   border-bottom: 2px #ddd dashed;*/
}

.toolb {
    padding: 0 5px 3px 0;
    border: 0;
    border-radius: 0px;
    ;
    color: #fff;
    -webkit-transition: border .6s ease-in-out;
    -moz-transition: border .6s ease-in-out;
    -o-transition: border .6s ease-in-out;
    transition: border .6s ease-in-out;
}

.toolb .active {
    /*background: #0db9f0;*/
    background: #b55c56;
}

.toolb .active:hover {
    /*background: #0db9f0;*/
    background: #b55c56;
    color: #fff !important;
}

.toolb .btn {
  /*  padding: 9px 10px;*/
    padding: 6px 5px;
}

.toolb .btn:hover {
    /*color: #1abc9c;*/
    color: #b55c56;
}

.toolbtn {
    position: fixed;
    z-index: 1000;
}

#btn-bookmarks {
    padding: 8px 7px;
    top: 95px;
    left: 5px;
}

#btn-mf {
    padding: 8px 7px;
    top: 128px;
    left: 5px;
}

td {
    padding: 0 5px;
    vertical-align: top;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    /*    display: inline-block;
     vertical-align: top;
     border-bottom: 1px dashed #ccc;*/
}

.scrolltotop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    opacity: 0;
    z-index: 1000;
}

.scrolltotop-visible {
    opacity: 1;
}

.scrolltotop:hover {
    color: #333;
    /*   -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
     box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5)*/
}

.scrolltotop:hover i {
    opacity: 1
}

.scrolltotop i {
    line-height: 40px;
    opacity: .5
}

#col-mode {
    position: fixed;
    /*bottom: 160px;*/
    top: 15px;
    right: 15px;
    /*    left: 5px;*/
    z-index: 2000;
    padding: 6px 8px;
    color: #555;
    /*color: #fff;*/
    background: rgba(220, 220, 220, 0.5);
    /*  background: rgba(245, 245, 220, 0.5);*/
    /*  background: rgba(241, 241, 241, 0.5);    */
    /*   background: rgba(236, 112, 99, 0.8);*/
    border: 2px solid #ec7063;
    border: 2px solid #ddd;
    border-radius: 15px;
}

#sidebar-toolbar {
    position: fixed;
    /*bottom: 160px;*/
    /*top: 63px;*/
    bottom: 40px;
    left: 5px;
    /*    left: 5px;*/
    z-index: 2000;
    padding: 6px 8px;
    color: #555;
    /*color: #fff;*/
/*    background: rgba(220, 220, 220, 0.5);*/
    /*  background: rgba(245, 245, 220, 0.5);*/
    /*  background: rgba(241, 241, 241, 0.5);    */
    /*   background: rgba(236, 112, 99, 0.8);*/
 /*   border: 2px solid #ec7063;
    border: 2px solid #ddd;
    border-radius: 15px;*/
}

.sidebar {
    position: fixed;
    overflow: hidden;
   /* top: 50px;*/
    top: 70px;
    /*top: 110px;*/
    left: 0;
    bottom: 100px;
    float: left;
    z-index: 1000;
    /*qbackground: #F5F5DC;*/
    /*     background: #f4f4f4;*/
    padding: 10px;
}

#microfilmbar {
    position: fixed;
    overflow: hidden;
    top: 50px;
    /*top: 110px;*/
    right: 0;
    bottom: 0px;
    float: left;
    z-index: 999;
    /* qbackground: #F5F5DC; */
    /*background: #f4f4f4;*/
    padding: 20px 10px;
    text-align: center;
}

#sliderbar {
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 3000;
    background: rgba(240, 240, 240, 0.8);
    padding: 0 15px 10px;
}

.docbody {
    float: right;
    overflow: hidden;
    padding: 10px 0;
    /*  display: block;
     min-width: 100%;
     margin: 10px auto 15px;*/
}

.tab-title {
    font-size: 13px;
    width: 100%;
    /*    color: #b55c56;*/
    color: #bbb;
    border-bottom: 2px dashed #f2f2f2;
    padding: 0 0 0 5px;
}

#keywords {
    list-style: none;
    font-size: 13px;
    margin-left: -20px;
}

#keywords > li {
    text-transform: capitalize;
}

.keyword {
  /*  color: #0db9f0;*/
    /*   cursor: pointer;*/
}

.keyword-occurence {
    color: #0db9f0;
    font-size: smaller;
}

.keyword-occurence-step {
    color: #bbb;
    position: relative;
    top: -0.3em;
    font-size: 80%;
}

#bibcits {
    list-style: none;
    font-size: 13px;
    margin-left: -20px;
}

.bibcit {
    color: firebrick;
    cursor: pointer;
}

.bc-content {
    /* 	color: #7A917D;*/
    color: #4b4a4a;
}

.bc-body {
    margin: 10px 0;
    /* background: #fcfcfc;*/
    /*  border-left: 3px solid #7A917D;*/
    /*    border-top: 2px dashed #f3f3f3;*/
    border-bottom: 2px dashed #f3f3f3;
    padding: 0 15px 10px;
}

.bc-title {
    display: block;
    /*  color: #b55c56;*/
    color: #7A917D;
    /* 	text-align: center;*/
    padding: 15px 0 10px;
    font-size: 13px;
    border-bottom: 2px dashed #7A917D;
}

.bc-chapter {
    /*	 display: block;*/
    padding-right: 0 10px;
    color: #b55c56;
    font-size: larger;
}

.bc-passage {
    font-size: 13px;
}

.bc-verse {
    /* 	color: #b55c56;*/
    position: relative;
    color: #b55c56;
    top: -0.5em;
    font-size: 80%;
    padding-left: 7px;
    padding-right: 3px;
}

.bc-hider {
    display: block;
    text-align: center;
    font-size: 17px !important;
    color: #7A917D !important;
    /* padding: 10px 0 0 0 !important;*/
}

.bc-not-found {
    display: block;
    margin: 10px 0;
    padding: 30px 0;
    border-top: 2px dashed #f3f3f3;
    border-bottom: 2px dashed #f3f3f3;
    text-align: center;
}

.pdf-thumb {
    width: 50%;
    padding-bottom: 5px;
    border: 1px #f1f1f1 solid;
    border-radius: 3px;
    padding: 4px;
}

.microfilm {
    cursor: pointer;
    background: #7A917D;
    display: inline;
    /*  padding: .2em .6em .3em;*/
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.mf-pad {
    padding: 5px 0 0px;
    min-height: 70px;
    line-height: 100px;
}

.mf-pad img {
    position: relative;
    bottom: 0;
}

.mf-thumb {
    max-width: 70%;
    padding-bottom: 5px;
    border: 1px #f1f1f1 solid;
    border-radius: 3px;
    padding: 4px;
}

.mf-pag {
    color: #7A917D;
    text-align: center;
    border-bottom: 2px solid #ec7063;
    font-weight: 400;
    font-size: 110%;
    padding: 0 3px;
    /* background: #7A917D;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;*/
}

.anchorslist {
    list-style: none;
}

.anchorslist li {
    cursor: pointer;
    padding-right: 10px;
    padding: 1px 5px 0px;
    -webkit-transition: background .6s ease-in-out;
    -moz-transition: background .6s ease-in-out;
    -o-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
}

.bkmrk-active {
    background: #f1f1f1;
    /*font-size: larger;*/
    /*color: #000;*/
    /*  font-weight: bold;*/
    border-right: 3px solid #ec7063;
}

.anchorslist li:hover {
    color: #b55c56 !important;
}


/* .anchorslist  {

   
 }*/

.anchorslist li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.anchorslist li a:hover {
    text-decoration: none;
    cursor: pointer;
}

.anchorslist li a:active,
.anchorslist li a:focus {
    text-decoration: none;
}

.anchorslist > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.anchorslist > .sidebar-brand a {
    color: #999999;
}

#bkmrks {
    list-style: none;
    font-size: 13px;
    /*   padding-top: 10px;*/
    margin-left: -20px;
}

#bkmrks > li {
    cursor: pointer;
    margin-left: -20px;
    /*padding: 5px 0;*/
}

#bkmrks > li:hover {
    /*  border-bottom: 1px #333 dashed;*/
    /*font-weight: bold;*/
}

#bkmrks > li.livello,
#bkmrks > li.livello1 {
    text-indent: 0px;
}

#bkmrks > li.livello2 {
    /*text-indent: 10px;*/
    padding-left: 10px;
}

#bkmrks > li.livello3 {
    /*  text-indent: 20px;*/
    padding-left: 20px;
}

#bkmrks > li.livello4 {
    /*text-indent: 30px;*/
    padding-left: 30px;
}


/*#bkmrks > li:before {
     font-family: 'FontAwesome';
     content: '\f105';
     margin: 0 5px 0 -15px;
     color: #4b4a4a;
 }*/

/*.page {
    min-height: 1000px;
    padding: 0px 30px 0 10px;
}*/

.page {
   min-height: 500px;
   padding: 0px 30px 0 10px;
}

.page:last-of-type {
    padding: 0px 30px 60px 10px;
}


.page img {
    max-width: 100%;
    height: auto;
    /*  margin: 15px;
    padding: 15px;
    border: 2px #f1f1f1 solid;
    border-radius: 5px;*/
    display: block;
    margin: 10px auto 15px auto;
}

.page p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-top: 1px;
    min-height: 20px;
}

.inventario {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.sigla {
    display: block;
    font-style: normal;
    font-size: 14px;
}

.manoscritto {
    display: block;
    font-style: normal;
    font-size: 14px;
    padding: 30px 0;
}

.destinatario {
    display: inline;
    font-style: normal;
    font-size: 14px;
}

.luogo {
    display: inline;
    font-style: italic;
    color: #0db9f0;
    font-size: 14px;
}

.datadoc {
    display: block;
    font-style: italic;
    float: right;
    margin-right: 2px;
    font-size: 14px;
}

.caro {
    display: inline;
    font-style: normal;
    font-size: 14px;
}

.saluto {
    display: inline;
    font-style: normal;
    font-size: 14px;
}

.firma {
    display: inline;
    font-style: italic;
    font-size: 14px;
}

.postscriptum {
    display: inline;
    font-style: normal;
    font-size: 14px;
}

.par {
    border-bottom: 3px dashed #00f;
    padding: 10px 0;
    min-height: 10px;
}

.parnum {
    display: none;
}

.paragraph {
    padding: 10px 40px;
}

.paragraph:before {
    position: absolute;
    margin-left: -60px;
    padding-left: 15px;
    padding-top: 6px;
    content: attr(parnum);
    color: #999999;
    font-family: inherit;
    font-size: 17px;
    cursor: pointer;
}

.pholder {
    width: 100%;
    min-height: 100px;
    text-align: center;
    line-height: 200px;
    font-size: 25px;
    /*    color: #f1f1f1;*/
    color: #999;
}

li[id^="footnote-"] {
    color: red;
    display: none;
}

a[href^="#footnote-ref-"] {
    color: red;
    display: none;
}

.footnote {
    /* color: rgb(214, 44, 26);
    font-weight: bold;
    padding: 0 0 0 2px;
    cursor: pointer;
    position: relative;
    top: -0.5em;
    font-size: 80%;*/
}

.spanhider {
    color: rgb(214, 44, 26);
    font-weight: bold;
    padding: 0 0 0 2px;
    cursor: pointer;
    position: relative;
    top: -0.5em;
    font-size: 80%;
}

.hidden {
    display: none !important;
}

.beige {
    background: #F5F5DC;
}

.white {
    background: #fff !important;
}

.footnoteapex {
    color: rgb(214, 44, 26);
    font-weight: bold;
    padding: 0 2px;
    cursor: pointer;
    position: relative;
    top: -0.5em;
    font-size: 80%;
    display: inline-block;
}

.footnoteapex-bound {
    color: #4b4a4a;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: 0.5em;
    font-size: 100%;
}

.footnote-content {
    /*    color: rgb(214, 44, 26);*/
    color: #b55c56;
    padding: 4px 0;
    display: inline;
    margin: 0;
}

.footnote-content p {
    display: inline !important;
}

.fooooo {
    display: none;
}

.titolo,
.titolo1 {
    padding: 25px 0 15px;
    text-align: center;
    font-size: 22px;
}

.titolo strong em {
    text-align: center;
    font-style: normal;
}

.titolo p {
    text-align: center;
}

.titolo strong em:after {
    content: '\A';
    white-space: pre;
}

.titolo2 {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 18px;
}

.titolo2 strong {
    font-weight: normal;
}

.titolo3 {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 16px;
}

.titolo4 {
    padding: 25px 0 10px 0;
    text-align: center;
    font-size: 14px;
}


/*.book-container {
    margin: auto;
    position: relative;
}

.book-container a {
    position: absolute;
    left: 0;
    top: 0;
}*/

.book-text {
    z-index: 100;
    position: absolute;
    color: #222;
    font-size: 1em;
    text-align: center;
    margin: 5px 0 0 0;
    width: 90%;
    display: block;
}

.book {
    padding: 15px 0 0 0;
    margin: auto;
    border-radius: 2px;
    padding: 0;
    /* max-height: 160px;*/
    width: 110px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.shelf {
    border-bottom: 30px solid #eee;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -15px;
    z-index: -10;
    margin: 0 0 20px 0;
}


/*Example adding pseudo element to give shelf depth*/

.shelf:after {
    content: '';
    background: #ddd;
    height: 10px;
    width: calc(100% + 40px);
    /*IE9+*/
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 -20px;
}