@charset "UTF-8";

@font-face {
    font-family: Junicode;
    src: url(../fonts/Junicode.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Junicode-bold;
    src: url(../fonts/Junicode-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Junicode-italic;
    src: url(../fonts/Junicode-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: evt;
    src: url(../fonts/evt.eot?4bzo0m);
    src: url(../fonts/evt.eot?4bzo0m#iefix) format("embedded-opentype"), url(../fonts/evt.ttf?4bzo0m) format("truetype"), url(../fonts/evt.woff?4bzo0m) format("woff"), url(../fonts/evt.svg?4bzo0m#evt) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: evtbis-icons;
    src: url(../fonts/evtbis-icons.eot?d0cprc);
    src: url(../fonts/evtbis-icons.eot?d0cprc#iefix) format("embedded-opentype"), url(../fonts/evtbis-icons.ttf?d0cprc) format("truetype"), url(../fonts/evtbis-icons.woff?d0cprc) format("woff"), url(../fonts/evtbis-icons.svg?d0cprc#evt) format("svg");
    font-weight: 400;
    font-style: normal
}

*, :after, :before {
    box-sizing: border-box
}

body {
    max-width: 100%;
    font-family: Junicode, Times, serif;
    background: #f0f0f0;
    margin: 0;
    padding: 0;
    min-height: 600px;
    overflow: hidden;
    position: absolute;
    font-size: 30px;
    height: 100%;
    width: 100%;
    min-width: 800px
}

body:after {
    content: " ";
    display: block;
    clear: both
}

body>footer, body>header, body>section {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: .072815534%;
    padding-right: .072815534%
}

body>footer, body>header {
    height: 54px;
    padding: 10px;
    color: #ECEFF1;
    background: #263238
}

body>header .logo {
    height: 34px;
    float: left;
    margin-right: 1rem
}

body>header .webSiteLink {
    color: #f5f5f5;
    font-size: 1.2rem;
    margin-left: .4rem;
    opacity: .7
}

body>header .webSiteLink:hover {
    opacity: 1;
    cursor: pointer
}

footer {
    display: none
}

#global-container-ext {
    height: 100%
}

#global-container {
    height: -o-calc(100% - 56px + 1px);
    height: calc(100% - 56px + 1px);
    padding: 1px 0 0;
    overflow: hidden;
    width: 100%
}

div#global-container-ext.navbar-opened #global-container {
    height: -o-calc(100% - 56px - 45px + 1px);
    height: calc(100% - 56px - 45px + 1px)
}

section>div {
    height: 100%;
    display: block;
    vertical-align: middle
}

#left-nav {
    box-sizing: border-box;
    width: 5%;
    float: left;
    padding-left: .072815534%;
    padding-right: .072815534%;
    text-align: center
}

#left-nav span {
    height: 59px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    opacity: .5
}

#left-nav span:hover {
    opacity: 1;
    cursor: pointer
}

#main-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    font-size: 18px;
    line-height: 22px
}

#main-container>div {
    white-space: nowrap
}

#right-nav {
    box-sizing: border-box;
    width: 5%;
    float: left;
    padding-left: .072815534%;
    padding-right: .072815534%;
    text-align: center
}

#right-nav span {
    height: 59px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    opacity: .5
}

#right-nav span:hover {
    opacity: 1;
    cursor: pointer
}

.apparatuses_main {
    height: 100%;
    overflow-y: hidden
}

.apparatuses_main .loading {
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .3)
}

.apparatuses_main .apparatuses_tabs {
    height: 100%;
    overflow: hidden
}

.apparatuses_main .apparatuses_tabs .appLabel {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    cursor: pointer;
    height: 42px;
    padding: 6px;
    background-color: #7893a1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    border-left: 1px solid #fff
}

.apparatuses_main .apparatuses_tabs .appLabel:hover {
    background-color: rgba(120, 147, 161, .5);
    color: #263238
}

.apparatuses_main .apparatuses_tabs .appLabel.selected, .apparatuses_main .apparatuses_tabs .appLabel.selected:hover {
    color: #263238;
    background-color: #fff;
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    cursor: default
}

.apparatuses_main .apparatuses_tabs_header {
    display: block;
    width: 100%;
    position: relative;
    height: 42px;
    background: #7893a1
}

.apparatuses_main .apparatuses_tabs_body {
    height: -o-calc(100% - 42px);
    height: calc(100% - 42px);
    padding: 4%;
    overflow-y: auto
}

.apparatuses_main .apparatuses_tabs_fakeTopSpace {
    display: block;
    width: calc(100% - 23px);
    height: 4px;
    position: absolute;
    top: 42px + 2;
    top: -o-calc(42px + 2px);
    top: calc(42px + 2px);
    z-index: 1;
    background: #fff
}

.selector {
    height: 28px;
    min-width: 80px;
    margin-right: 5px;
    position: relative;
    left: 0;
    display: inline-block;
    background: #ECEFF1;
    color: #263238;
    font-size: 1em;
    text-align: left;
    overflow: visible;
    -o-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px
}

.selector .label_selected {
    position: relative;
    top: 3.5px;
    margin: 0 4px;
    padding-right: 24px
}

.selector .open_options {
    height: 28px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    border-left: 1px solid #b0bec5;
    border-radius: 0 2px 2px 0;
    background: #b0bec5;
    text-align: center;
    cursor: pointer
}

.selector .open_options:hover {
    opacity: 1
}

.selector .open_options .fa {
    text-shadow: none !important
}

.selector .option_container {
    display: none;
    height: auto;
    max-height: 170px;
    min-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 30px;
    overflow-y: auto;
    background: #ECEFF1;
    z-index: 400;
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.selector .option_container.openUp {
    display: block;
    visibility: hidden;
    top: 0;
    position: relative;
    float: left;
    max-height: 300px;
    overflow: auto;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.selector .option_container.expanded {
    display: block
}

.selector .option_container.expanded.openUp {
    display: inline;
    visibility: visible
}

.selector .option_container .option {
    height: 100%;
    width: 100%;
    padding: 5px;
    position: relative;
    left: 0;
    border-bottom: solid 1px #263238;
    background: #ECEFF1;
    color: #263238;
    display: flex
}

.selector .option_container .option:hover:not(.groupTitle) {
    cursor: pointer;
    background: #37474f;
    color: #ECEFF1
}

.selector .option_container .option-icon-label {
    font-size: .6em;
    margin: auto 0;
    position: relative;
    text-shadow: 0 0 2px #000;
    margin-right: 6px
}

.selector .option_container .option.groupTitle {
    cursor: default;
    font-size: 90%;
    font-variant: small-caps;
    font-weight: 700;
    border-bottom: none;
    border-top: 3px double #000
}

.selector .option_container .option.doubleBorderTop {
    border-top: 3px double #000
}

.selector .option_container .option.selected {
    background: #263238;
    color: #ECEFF1;
    cursor: default
}

.selector .option_container .option.selected:hover {
    background: #263238;
    color: #ECEFF1
}

.selector.smaller {
    height: 18px
}

.selector.smaller .label_selected {
    top: 0
}

.selector.smaller .open_options {
    height: 18px
}

.selector.smaller .open_options .fa {
    top: -2px;
    position: relative
}

.selector.smaller .option_container {
    top: 20px
}

.selector.smaller .option_container .option {
    padding: 1px 5px
}

.evt-bibliography__header {
    position: relative;
    background: #FFF;
    margin-top: 0;
    padding: 10px;
    height: 45px;
    max-height: 45px;
    text-align: center
}

.evt-bibliography__content {
    height: -o-calc(calc(100% - 45px));
    height: calc(calc(100% - 45px));
    width: 100%;
    overflow: auto;
    position: absolute;
    padding: 10px
}

.evt-bibliography__content.noSorter {
    height: 100% !important
}

.evt-bibliography__header>div {
    display: initial
}

.biblRef, .evtBiblRef {
    background-color: initial;
    -khtml-transition-property: background-color;
    transition-property: background-color;
    -khtml-transition-duration: 2s;
    transition-duration: 2s
}

.biblRef[highlight=true], .evtBiblRef[highlight=true] {
    background-color: #faebd7
}

.biblRef * {
    color: #666;
    font-size: 90%
}

.front .evtBiblRef {
    text-indent: 1rem;
    margin-bottom: .5rem
}

.biblRef .accessed:before, .biblRef .author:before, .biblRef .biblscope .pubPlace:before, .biblRef .date:before, .biblRef .edition:before, .biblRef .editors:before, .biblRef .idno:before, .biblRef .note:before, .biblRef .pp:before, .biblRef .publisher:before, .biblRef .titleAnalytic:before, .biblRef .titleMonogr:before, .biblRef .url .vol:before, .biblRef:before, .evtBiblRef .accessed:before, .evtBiblRef .author:before, .evtBiblRef .biblscope .pubPlace:before, .evtBiblRef .date:before, .evtBiblRef .edition:before, .evtBiblRef .editors:before, .evtBiblRef .idno:before, .evtBiblRef .note:before, .evtBiblRef .pp:before, .evtBiblRef .publisher:before, .evtBiblRef .titleAnalytic:before, .evtBiblRef .titleMonogr:before, .evtBiblRef .url .vol:before, .evtBiblRef:before {
    content: ' '
}

.biblRef>span:last-child:after, .biblRef>span:last-of-type:after, .evtBiblRef>span:last-child:after, .evtBiblRef>span:last-of-type:after {
    content: '.' !important
}

.biblRef>span[data-style=mla]:last-of-type:after, .evtBiblRef>span[data-style=mla]:last-of-type:after {
    content: '. Print.' !important
}

.biblRef .name:before, .biblRef .surname:before, .evtBiblRef .name:before, .evtBiblRef .surname:before {
    content: ' '
}

.biblRef .accessed, .evtBiblRef .accessed {
    content: ' accessed '
}

.biblRef .url:before, .evtBiblRef .url:before {
    content: ' url: '
}

.biblRef .author .name[data-style=chicago]:after, .evtBiblRef .author .name[data-style=chicago]:after {
    content: ', '
}

.biblRef .author .name[data-style=mla]:after, .evtBiblRef .author .name[data-style=mla]:after {
    content: ", "
}

.biblRef .author .surname[data-style=chicago]:after, .biblRef .author>.name[data-style=apa]:after, .evtBiblRef .author .surname[data-style=chicago]:after, .evtBiblRef .author>.name[data-style=apa]:after {
    content: ', '
}

.biblRef .author .surname[data-style=mla]:after, .evtBiblRef .author .surname[data-style=mla]:after {
    content: ", "
}

.biblRef .author>.surname[data-style=apa]:after, .evtBiblRef .author>.surname[data-style=apa]:after {
    content: ', '
}

.biblRef .author[data-style=apa]:not(:first-child):before, .evtBiblRef .author[data-style=apa]:not(:first-child):before {
    content: ' '
}

.biblRef .authors[data-style=chicago]>.author:last-child:before, .evtBiblRef .authors[data-style=chicago]>.author:last-child:before {
    content: 'and '
}

.biblRef .authors[data-style=chicago]>.author:last-child:before span:last-child:after, .evtBiblRef .authors[data-style=chicago]>.author:last-child:before span:last-child:after {
    content: '.'
}

.biblRef .authors[data-style=chicago]>.author:first-child:before, .evtBiblRef .authors[data-style=chicago]>.author:first-child:before {
    content: ' '
}

.biblRef .authors[data-style=apa]>.author:last-child span:last-child:after, .evtBiblRef .authors[data-style=apa]>.author:last-child span:last-child:after {
    content: ''
}

.biblRef .authors[data-style=apa]>.author:last-child:before, .evtBiblRef .authors[data-style=apa]>.author:last-child:before {
    content: '& '
}

.biblRef .authors[data-style=apa]>.author:first-child:before, .evtBiblRef .authors[data-style=apa]>.author:first-child:before {
    content: ' '
}

.biblRef .authors[data-style=mla]>.author:last-child span:last-child:after, .evtBiblRef .authors[data-style=mla]>.author:last-child span:last-child:after {
    content: ''
}

.biblRef .authors[data-style=mla]>.author:last-child:before, .evtBiblRef .authors[data-style=mla]>.author:last-child:before {
    content: 'and '
}

.biblRef .authors[data-style=mla]>.author:first-child:before, .evtBiblRef .authors[data-style=mla]>.author:first-child:before {
    content: ' '
}

.biblRef .date[data-style=chicago]:after, .evtBiblRef .date[data-style=chicago]:after {
    content: '. '
}

.biblRef .date[data-style=apa]:before, .evtBiblRef .date[data-style=apa]:before {
    content: ' ('
}

.biblRef .date[data-style=apa]:after, .evtBiblRef .date[data-style=apa]:after {
    content: '). '
}

.biblRef .date[data-style=mla]:after, .evtBiblRef .date[data-style=mla]:after {
    content: '. '
}

.biblRef .edition[data-style=apa]:before, .evtBiblRef .edition[data-style=apa]:before {
    content: " "
}

.biblRef .edition[data-style=apa]:after, .evtBiblRef .edition[data-style=apa]:after {
    content: ". "
}

.biblRef .editor[data-style=mla]:after, .evtBiblRef .editor[data-style=mla]:after {
    content: '. '
}

.biblRef>.editors[data-style=chicago]>.editor[data-style=chicago]:after, .evtBiblRef>.editors[data-style=chicago]>.editor[data-style=chicago]:after {
    content: ','
}

.biblRef .editors[data-style=chicago]>.editor:first-child:before, .evtBiblRef .editors[data-style=chicago]>.editor:first-child:before {
    content: ' edited by '
}

.biblRef .editors[data-style=chicago]>.editor:last-child:not(:first-child):before, .evtBiblRef .editors[data-style=chicago]>.editor:last-child:not(:first-child):before {
    content: ' and '
}

.biblRef .editors[data-style=chicago]>.editor:last-child:after, .evtBiblRef .editors[data-style=chicago]>.editor:last-child:after {
    content: ''
}

.biblRef .idno[data-type=DOI]:before, .evtBiblRef .idno[data-type=DOI]:before {
    content: ' DOI:'
}

.biblRef .idno[data-type=ISSN]:before, .evtBiblRef .idno[data-type=ISSN]:before {
    content: ' ISSN:'
}

.biblRef .idno[data-type=ISBN]:before, .evtBiblRef .idno[data-type=ISBN]:before {
    content: ' ISBN:'
}

.biblRef .idno[data-type=URI]:before, .evtBiblRef .idno[data-type=URI]:before {
    content: ' URI:'
}

.biblRef .idno[data-type=VIAF]:before, .evtBiblRef .idno[data-type=VIAF]:before {
    content: ' VIAF:'
}

.biblRef .idno[data-type=ESTC]:before, .evtBiblRef .idno[data-type=ESTC]:before {
    content: ' ESTC:'
}

.biblRef .idno[data-type=OCLC]:before, .evtBiblRef .idno[data-type=OCLC]:before {
    content: ' OCLC:'
}

.biblRef .issue[data-style=chicago]:before, .evtBiblRef .issue[data-style=chicago]:before {
    content: ' no. '
}

.biblRef>.pubPlace[data-style=chicago]:not(:last-child):after, .evtBiblRef>.pubPlace[data-style=chicago]:not(:last-child):after {
    content: ': '
}

.biblRef>.pubPlace[data-style=chicago]:after, .evtBiblRef>.pubPlace[data-style=chicago]:after {
    content: '. '
}

.biblRef .pubPlace[data-style=apa]:after, .evtBiblRef .pubPlace[data-style=apa]:after {
    content: ":"
}

.biblRef .pubPlace[data-style=mla]:after, .evtBiblRef .pubPlace[data-style=mla]:after {
    content: ": " !important
}

.biblRef .publisher[data-style=apa]:before, .evtBiblRef .publisher[data-style=apa]:before {
    content: ' '
}

.biblRef .publisher[data-style=apa]:after, .evtBiblRef .publisher[data-style=apa]:after {
    content: '. '
}

.biblRef .publisher[data-style=mla]:after, .evtBiblRef .publisher[data-style=mla]:after {
    content: ', '
}

.biblRef .titleMonogr[data-style=apa], .biblRef .titleMonogr[data-style=chicago], .biblRef .titleMonogr[data-style=mla], .evtBiblRef .titleMonogr[data-style=apa], .evtBiblRef .titleMonogr[data-style=chicago], .evtBiblRef .titleMonogr[data-style=mla] {
    font-style: italic
}

.biblRef .titleMonogr[data-style=apa]:after, .biblRef .titleMonogr[data-style=chicago]:after, .biblRef .titleMonogr[data-style=mla]:after, .evtBiblRef .titleMonogr[data-style=apa]:after, .evtBiblRef .titleMonogr[data-style=chicago]:after, .evtBiblRef .titleMonogr[data-style=mla]:after {
    content: '.'
}

.biblRef .titleAnalytic[data-style=chicago]:before, .evtBiblRef .titleAnalytic[data-style=chicago]:before {
    content: ' "'
}

.biblRef .titleAnalytic[data-style=chicago]:after, .evtBiblRef .titleAnalytic[data-style=chicago]:after {
    content: '", '
}

.biblRef .titleAnalytic[data-style=chicago]+.titleMonogr[data-style=chicago]:before, .evtBiblRef .titleAnalytic[data-style=chicago]+.titleMonogr[data-style=chicago]:before {
    font-style: initial;
    content: 'in '
}

.biblRef .titleAnalytic[data-style=apa]:after, .biblRef .titleAnalytic[data-style=mla]:after, .evtBiblRef .titleAnalytic[data-style=apa]:after, .evtBiblRef .titleAnalytic[data-style=mla]:after {
    content: '. '
}

.biblRef .url[data-style=apa]:before, .evtBiblRef .url[data-style=apa]:before {
    content: ' '
}

.biblRef .url[data-style=apa]:after, .evtBiblRef .url[data-style=apa]:after {
    content: '. '
}

.biblRef .vol[data-style=apa]:not(:last-child):after, .biblRef .vol[data-style=chicago]:not(:last-child):after, .evtBiblRef .vol[data-style=apa]:not(:last-child):after, .evtBiblRef .vol[data-style=chicago]:not(:last-child):after {
    content: ','
}

.biblRef[pubblicationtype=m] .edition[data-style=chicago]:after, .evtBiblRef[pubblicationtype=m] .edition[data-style=chicago]:after {
    content: '.'
}

.biblRef[pubblicationtype=m] .pp[data-style=apa]:before, .evtBiblRef[pubblicationtype=m] .pp[data-style=apa]:before {
    content: ' (pp. '
}

.biblRef[pubblicationtype=m] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=m] .pp[data-style=apa]:after {
    content: '). '
}

.biblRef[pubblicationtype=m]>.publisher[data-style=chicago]:not(:last-child):after, .evtBiblRef[pubblicationtype=m]>.publisher[data-style=chicago]:not(:last-child):after {
    content: ','
}

.biblRef[pubblicationtype=m] .vol[data-style=chicago]:after, .biblRef[pubblicationtype=m]>.publisher[data-style=chicago]:after, .evtBiblRef[pubblicationtype=m] .vol[data-style=chicago]:after, .evtBiblRef[pubblicationtype=m]>.publisher[data-style=chicago]:after {
    content: '.'
}

.biblRef[pubblicationtype=a] .pp[data-style=apa]:after, .biblRef[pubblicationtype=a] .pp[data-style=apa]:before, .evtBiblRef[pubblicationtype=a] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=a] .pp[data-style=apa]:before {
    content: '  '
}

.biblRef[pubblicationtype=am] .pp[data-style=apa]:before, .biblRef[pubblicationtype=ma] .pp[data-style=apa]:before, .evtBiblRef[pubblicationtype=am] .pp[data-style=apa]:before, .evtBiblRef[pubblicationtype=ma] .pp[data-style=apa]:before {
    content: ' (pp. '
}

.biblRef[pubblicationtype=am] .pp[data-style=apa]:after, .biblRef[pubblicationtype=ma] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=am] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=ma] .pp[data-style=apa]:after {
    content: '). '
}

.biblRef[pubblicationtype=j] .pp[data-style=apa]:after, .biblRef[pubblicationtype=u] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=j] .pp[data-style=apa]:after, .evtBiblRef[pubblicationtype=u] .pp[data-style=apa]:after {
    content: '. '
}

.biblRef[pubblicationtype=j] .date[data-style=mla]:before, .evtBiblRef[pubblicationtype=j] .date[data-style=mla]:before {
    content: " ("
}

.biblRef[pubblicationtype=j] .date:last-of-type:after, .evtBiblRef[pubblicationtype=j] .date:last-of-type:after {
    content: '). Print. ' !important
}

.biblRef[pubblicationtype=j]>.date[data-style=mla]:not(:last-child):after, .evtBiblRef[pubblicationtype=j]>.date[data-style=mla]:not(:last-child):after {
    content: "): "
}

.biblRef[pubblicationtype=j] .titleAnalytic[data-style=mla]:before, .evtBiblRef[pubblicationtype=j] .titleAnalytic[data-style=mla]:before {
    content: ' "'
}

.biblRef[pubblicationtype=j] .titleAnalytic[data-style=mla]:after, .evtBiblRef[pubblicationtype=j] .titleAnalytic[data-style=mla]:after {
    content: '." '
}

.biblRef[pubblicationtype=j] .pp[data-style=mla]:after, .biblRef[pubblicationtype=j] .titleMonogr[data-style=mla]:after, .biblRef[pubblicationtype=j] .vol[data-style=mla]:after, .evtBiblRef[pubblicationtype=j] .pp[data-style=mla]:after, .evtBiblRef[pubblicationtype=j] .titleMonogr[data-style=mla]:after, .evtBiblRef[pubblicationtype=j] .vol[data-style=mla]:after {
    content: ". "
}

.biblRef[pubblicationtype=a] .date[data-style=mla]:before, .evtBiblRef[pubblicationtype=a] .date[data-style=mla]:before {
    content: " ("
}

.biblRef[pubblicationtype=a] .date[data-style=mla]:last-of-type:after, .evtBiblRef[pubblicationtype=a] .date[data-style=mla]:last-of-type:after {
    content: '). Print. ' !important
}

.biblRef[pubblicationtype=a]>.date[data-style=mla]:not(:last-child):after, .evtBiblRef[pubblicationtype=a]>.date[data-style=mla]:not(:last-child):after {
    content: "): "
}

.biblRef[pubblicationtype=a] .pp[data-style=mla]:after, .evtBiblRef[pubblicationtype=a] .pp[data-style=mla]:after {
    content: ". "
}

.biblRef[pubblicationtype=a] .titleAnalytic[data-style=mla]:before, .evtBiblRef[pubblicationtype=a] .titleAnalytic[data-style=mla]:before {
    content: ' "'
}

.biblRef[pubblicationtype=a] .titleAnalytic[data-style=mla]:after, .evtBiblRef[pubblicationtype=a] .titleAnalytic[data-style=mla]:after {
    content: '." '
}

.biblRef[pubblicationtype=a] .titleMonogr[data-style=mla]:after, .biblRef[pubblicationtype=a] .vol[data-style=mla]:after, .evtBiblRef[pubblicationtype=a] .titleMonogr[data-style=mla]:after, .evtBiblRef[pubblicationtype=a] .vol[data-style=mla]:after {
    content: ". "
}

.biblRef[pubblicationtype=u] .date[data-style=mla]:before, .evtBiblRef[pubblicationtype=u] .date[data-style=mla]:before {
    content: " "
}

.biblRef[pubblicationtype=u] .date[data-style=mla]:last-child:after, .evtBiblRef[pubblicationtype=u] .date[data-style=mla]:last-child:after {
    content: '. Print.' !important
}

.biblRef[pubblicationtype=u]>.date[data-style=mla]+:not(span.generic):after, .evtBiblRef[pubblicationtype=u]>.date[data-style=mla]+:not(span.generic):after {
    content: " "
}

.biblRef[pubblicationtype=u] .pp[data-style=mla]:after, .evtBiblRef[pubblicationtype=u] .pp[data-style=mla]:after {
    content: ". "
}

.biblRef[pubblicationtype=u] .titleAnalytic[data-style=mla]:before, .evtBiblRef[pubblicationtype=u] .titleAnalytic[data-style=mla]:before {
    content: ' "'
}

.biblRef[pubblicationtype=u] .titleAnalytic[data-style=mla]:after, .evtBiblRef[pubblicationtype=u] .titleAnalytic[data-style=mla]:after {
    content: '." '
}

.biblRef[pubblicationtype=u] .titleMonogr[data-style=mla]:after, .biblRef[pubblicationtype=u] .vol[data-style=mla]:after, .evtBiblRef[pubblicationtype=u] .titleMonogr[data-style=mla]:after, .evtBiblRef[pubblicationtype=u] .vol[data-style=mla]:after {
    content: ". "
}

.biblRef .unstructuredBibl.emph, .evtBiblRef .unstructuredBibl.emph {
    font-style: italic
}

button-switch {
    margin-right: 5px;
    display: inline-block
}

button-switch .buttonSwitch {
    min-height: 28px;
    min-width: 30px;
    width: auto;
    vertical-align: middle;
    position: relative;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    overflow: visible;
    left: 0;
    font-size: 1em;
    text-align: left;
    background: #ECEFF1;
    color: #263238;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    border-radius: 2px
}

button-switch .buttonSwitch.only-icon {
    text-align: center
}

button-switch .buttonSwitch.only-text {
    padding-right: 10px;
    text-align: center
}

button-switch .buttonSwitch:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .4)inset;
    text-shadow: none !important;
    cursor: pointer
}

button-switch .buttonSwitch-active {
    background: #FFC107;
    color: #000
}

button-switch .buttonSwitch-label {
    margin: 0;
    margin-left: 4px
}

button-switch .buttonSwitch-icon {
    position: relative;
    right: 0;
    font-size: 1.4em
}

button-switch .buttonSwitch-icon.fa {
    font-size: 1.1em !important;
    top: 0
}

button-switch .buttonSwitch-icon.fa.fa-angle-double-down {
    top: -4px
}

button-switch .buttonSwitch.iconLeft .buttonSwitch-icon {
    top: 8px
}

button-switch .buttonSwitch.iconLeft .buttonSwitch-label {
    margin-left: 0;
    margin-right: 4px
}

button-switch .buttonSwitch-disabled, button-switch[data-disabled=true] .buttonSwitch {
    opacity: .5;
    cursor: not-allowed !important
}

button-switch .buttonSwitch-disabled:hover, button-switch[data-disabled=true] .buttonSwitch:hover {
    box-shadow: none !important;
    text-shadow: none !important
}

button-switch.sliders {
    margin-right: 0
}

button-switch.sliders .buttonSwitch {
    font-size: .5em
}

button-switch.navBar-closer .buttonSwitch, button-switch.navBar-opener .buttonSwitch {
    position: absolute;
    right: 2px;
    left: auto;
    bottom: 45px;
    background: rgba(236, 239, 241, .4);
    z-index: 999999;
    font-size: .8em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

button-switch.navBar-closer .buttonSwitch:hover, button-switch.navBar-opener .buttonSwitch:hover {
    background: #eceff1
}

button-switch.navBar-closer.inverted-color .buttonSwitch, button-switch.navBar-opener.inverted-color .buttonSwitch {
    background: rgba(38, 50, 56, .4)
}

button-switch.navBar-closer.inverted-color .buttonSwitch:hover, button-switch.navBar-opener.inverted-color .buttonSwitch:hover {
    background: #263238
}

button-switch.navBar-closer .buttonSwitch {
    bottom: 1px
}

button-switch.inverted-color .buttonSwitch {
    color: #ECEFF1;
    background: #263238
}

button-switch.no-background .buttonSwitch {
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    width: 0
}

button-switch.no-background .buttonSwitch-label {
    font-variant: small-caps;
    font-size: 80%;
    top: 0
}

button-switch.no-background .buttonSwitch-icon {
    font-size: 1.3em
}

button-switch.no-background .buttonSwitch-active .icon, button-switch.no-background .buttonSwitch:hover .icon {
    cursor: pointer
}

button-switch[data-type*=close], button-switch[data-type*=remove], button-switch[data-type=removeWit] {
    position: absolute;
    right: 6px
}

button-switch[data-type*=close] .buttonSwitch, button-switch[data-type*=remove] .buttonSwitch, button-switch[data-type=removeWit] .buttonSwitch {
    border-radius: 100px;
    height: 22px;
    min-height: 22px;
    min-width: 22px;
    width: 22px;
    font-size: .7em
}

button-switch[data-type*=close] .buttonSwitch-icon, button-switch[data-type*=remove] .buttonSwitch-icon, button-switch[data-type=removeWit] .buttonSwitch-icon {
    right: 0;
    font-weight: 700
}

button-switch.smaller .buttonSwitch {
    font-size: 90%;
    top: -2px
}

.togglePinned_btn {
    position: absolute;
    top: 54px;
    z-index: 20;
    left: 75%
}

.togglePinned_btn.centered {
    left: 75%
}

.togglePinned_btn.half-centered {
    left: 62.5%
}

.togglePinned_btn.half-left {
    left: 50%
}

.togglePinned_btn.left {
    left: 37.5%
}

.togglePinned_btn .buttonSwitch {
    transform: translate(-50%, 0);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    opacity: 1;
    font-weight: 700;
    color: #291d1d;
    background: #FFC107
}

.togglePinned_btn .buttonSwitch-label, .togglePinned_btn .buttonSwitch.buttonSwitch-disabled {
    display: none
}

.togglePinned_btn .buttonSwitch-icon {
    margin: 8px 0;
    font-size: 1.4em
}

.box {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .0809061489%;
    padding-right: .0809061489%;
    height: 100%;
    white-space: normal;
    position: relative;
    display: inline-block;
    color: #000;
    background: #fff
}

.box .box-body {
    border: 2px solid #263238
}

.box .box-menu {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    min-height: 42px;
    font-size: 16px;
    padding: 6px;
    display: block;
    float: none;
    color: #ECEFF1;
    background: #263238
}

.box .box-menu[data-position=top] {
    display: inline-flex;
    align-items: center;
    border-radius: 2px 2px 0 0
}

.box .box-menu[data-position=bottom] {
    display: inline-flex;
    align-items: center;
    border-radius: 0 0 2px 2px
}

.box .box-body {
    padding: 4%;
    height: -o-calc(100% - 84px);
    height: calc(100% - 84px);
    overflow: auto
}

.box .box-body.noBottomMenu {
    height: -o-calc(100% - 84px + 42px);
    height: calc(100% - 84px + 42px)
}

.box .box-bottom-box, .box .box-top-box {
    background: #fff;
    text-align: left;
    font-size: 90%;
    margin-top: 42px;
    margin-bottom: 42px;
    display: none;
    position: absolute;
    z-index: 10;
    padding: 20px
}

.box .box-bottom-box.open, .box .box-top-box.open {
    display: block
}

.box .box-top-box:not(#msDesc) {
    background: rgba(236, 239, 241, .8);
    overflow-y: auto;
    overflow-x: hidden;
    top: 2px;
    right: 3px;
    left: 3px;
    height: -o-calc(100% - 84px - 4px);
    height: calc(100% - 84px - 4px);
    width: -o-calc(calc(100% - $mainContainer-border-width));
    width: calc(calc(100% - $mainContainer-border-width))
}

.box #msDesc {
    background: rgba(236, 239, 241, .8);
    overflow-y: auto;
    overflow-x: hidden;
    top: 2px;
    right: 3px;
    left: 3px;
    width: -o-calc(calc(100% - $mainContainer-border-width));
    width: calc(calc(100% - $mainContainer-border-width));
    z-index: 30
}

.box .box-bottom-box {
    bottom: 0;
    right: 2px;
    left: 2px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.box .tools-group-box {
    display: none;
    position: absolute;
    z-index: 10;
    height: auto;
    min-width: calc(100% - 8px);
    overflow: hidden;
    padding: 5px 10px;
    margin-top: 42px;
    margin-bottom: 42px;
    bottom: 3px;
    left: 4px;
    border: 2px solid #263238;
    background: #fff;
    -o-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    -khtml-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    text-align: left;
    font-size: 1.5em
}

.box .tools-group-box.open {
    display: block
}

.box .filters-box {
    display: none;
    position: absolute;
    z-index: 10;
    height: auto;
    min-width: 30%;
    overflow: hidden;
    margin-top: 42px;
    margin-bottom: 42px;
    bottom: 3px;
    left: 4px;
    border: 2px solid #263238;
    background: #fff;
    -o-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    -khtml-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 14px -4px rgba(0, 0, 0, .5);
    text-align: left;
    font-size: 90%
}

.box .filters-box.open {
    display: block
}

.box .filters-box .filter-group {
    border-bottom: 3px double #000
}

.box .filters-box .filter-group:last-child {
    border-bottom: 0
}

.box .filters-box .filters-section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 85%;
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #e5e5e5
}

.box .filters-box .filter-value-outer {
    padding: 3px 10px
}

.box .filters-box .filter-value {
    border-radius: 2px;
    background: #E0E0E0;
    display: inline-block
}

.box .filters-box .filter-value-label {
    cursor: pointer;
    padding: 0 8px;
    display: inline-block;
    font-variant: small-caps
}

.box .filters-box .filter-value-label:not(.active) {
    background: #fff !important
}

.box .filters-box .filter-value-label:not(.active):hover {
    border-radius: 2px;
    background: rgba(255, 255, 255, .5) !important
}

.box .filters-box .filter-value-label.active {
    border-radius: 2px;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.box .filters-box .filter-value-label.active:not(.filter-any):hover {
    border-radius: 2px;
    background: rgba(255, 255, 255, .2) !important
}

.box.box-image .box-body {
    color: #ECEFF1;
    background: #000;
    overflow: hidden;
    text-align: center;
    padding: 0
}

.box.box-image .box-body img {
    height: 100%
}

.box.box-critical_apparatus.span6of18, .box.box-text.span6of18 {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: .0809061489%;
    padding-right: .0809061489%
}

.box.box-witness {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: .1213592233%;
    padding-right: .1213592233%;
    float: none
}

.box.box-witness.span6of12 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .1213592233%;
    padding-right: .1213592233%
}

.box.box-witness.span9of9 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: .1618122977%;
    padding-right: .1618122977%
}

.box.box-witness .box-body {
    border-color: #607d8b;
    background: #eceff1
}

.box.box-witness .box-menu {
    color: #ECEFF1;
    background: #607d8b
}

.box.box-witness .filters-box, .box.box-witness .tools-group-box {
    border-color: #607d8b
}

.box.box-version {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: .1213592233%;
    padding-right: .1213592233%;
    float: none
}

.box.box-version.span6of12 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .1213592233%;
    padding-right: .1213592233%
}

.box.box-version.span9of9 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: .1618122977%;
    padding-right: .1618122977%
}

.box.box-version .box-body {
    border-color: #607d8b;
    background: #eceff1
}

.box.box-version .box-menu {
    color: #ECEFF1;
    background: #607d8b
}

.box.box-version .filters-box, .box.box-version .tools-group-box {
    border-color: #607d8b
}

.box.box-text .box-body, .box.box-version .box-body, .box.box-witness .box-body {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.box.box-critical_apparatus .box-body {
    height: 100%;
    overflow-x: auto
}

.box.box-pinnedBoard {
    width: 25%;
    left: 12.5%
}

.box.box-source .box-body {
    overflow-y: auto
}

.box.box-empty .box-body {
    height: 100%;
    padding: .4px;
    overflow: hidden;
    border-color: #607d8b
}

.box.topBoxOpened .box-body {
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.box.topBoxOpened .box-body * {
    background: transparent !important
}

.box .loading {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%
}

.box .loading i {
    margin-left: -22.5px
}

.centered .box {
    left: 25%
}

.half-centered .box {
    left: 12.5%
}

.half-left .box {
    left: 0
}

.smaller-left .box {
    left: 0;
    width: 37.5%
}

.smaller .box {
    width: 37.5%
}

.pin-centered .box {
    left: 0
}

.compareVer_box, .compareWits_box {
    box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: .0809061489%;
    padding-right: .0809061489%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    white-space: normal;
    position: relative;
    display: inline-block;
    margin: 0
}

.compareVer_box.span9of18, .compareWits_box.span9of18 {
    width: 50%;
    overflow-x: hidden
}

.compareVer_box.span18of18, .compareWits_box.span18of18 {
    width: 100%
}

.compareVer_box.span18of18 .box-version, .compareVer_box.span18of18 .box-witness, .compareWits_box.span18of18 .box-version, .compareWits_box.span18of18 .box-witness {
    box-sizing: border-box;
    width: 27.7777777778%;
    padding-left: .0809061489%;
    padding-right: .0809061489%;
    float: none
}

.compareVer_box.span18of18 .box-version.span6of12, .compareVer_box.span18of18 .box-version.span9of9, .compareVer_box.span18of18 .box-witness.span6of12, .compareVer_box.span18of18 .box-witness.span9of9, .compareWits_box.span18of18 .box-version.span6of12, .compareWits_box.span18of18 .box-version.span9of9, .compareWits_box.span18of18 .box-witness.span6of12, .compareWits_box.span18of18 .box-witness.span9of9 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: .0809061489%;
    padding-right: .0809061489%
}

.compareVer_box.span18of18 .box-version.span6of18, .compareVer_box.span18of18 .box-witness.span6of18, .compareWits_box.span18of18 .box-version.span6of18, .compareWits_box.span18of18 .box-witness.span6of18 {
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: .0809061489%;
    padding-right: .0809061489%
}

.compareVer_box--buttonAddVer, .compareWits_box--buttonAddWit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20
}

.compareVer_box--buttonAddVer.left75, .compareWits_box--buttonAddWit.left75 {
    left: 75%
}

.compareVer_box--buttonAddVer.floatRight, .compareWits_box--buttonAddWit.floatRight {
    position: absolute;
    left: 99%;
    transform: translate(-100%, -50%);
    top: 50%
}

.compareVer_box--buttonAddVer.floatRight .buttonSwitch, .compareWits_box--buttonAddWit.floatRight .buttonSwitch {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    opacity: .5;
    font-weight: 700
}

.compareVer_box--buttonAddVer.floatRight .buttonSwitch:hover, .compareWits_box--buttonAddWit.floatRight .buttonSwitch:hover {
    opacity: 1
}

.compareVer_box--buttonAddVer.floatRight .buttonSwitch-label, .compareVer_box--buttonAddVer.floatRight .buttonSwitch.buttonSwitch-disabled, .compareWits_box--buttonAddWit.floatRight .buttonSwitch-label, .compareWits_box--buttonAddWit.floatRight .buttonSwitch.buttonSwitch-disabled {
    display: none
}

.compareVer_box--buttonAddVer.floatRight .buttonSwitch-icon, .compareWits_box--buttonAddWit.floatRight .buttonSwitch-icon {
    margin: 8px 0;
    font-size: 2.2em
}

.box-body.search-opened #mainContentToTranform {
    padding-bottom: 30px
}

.popover {
    display: inline
}

.popover_trigger {
    cursor: pointer;
    font-size: 110%;
    vertical-align: top
}

.popover_trigger.expanded {
    opacity: 1
}

.popover_trigger.active:hover {
    text-shadow: 0 0 .3px rgba(0, 0, 0, .9)
}

.popover_trigger.active:hover .popup_tooltip {
    text-decoration: none
}

.popover_trigger.blurred {
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.avoidBlur .popover_trigger.blurred {
    color: #263238 !important;
    text-shadow: 0 0 .3px rgba(0, 0, 0, .9)
}

.popover_tooltip {
    display: none;
    margin: 0 10px;
    position: relative;
    padding: 5px;
    z-index: 99;
    background: #ECEFF1;
    color: #263238;
    font-size: 90%;
    text-align: center;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    border: 2.5px solid #000;
    border-radius: 3px;
    cursor: text !important
}

.popover_tooltip span {
    background: 0 0
}

.popover_tooltip.expanded {
    display: block
}

.popover_tooltip.hidden {
    opacity: 0
}

.popover_tooltip .popover__tooltip__before {
    position: absolute;
    top: 0
}

.popover_tooltip .popover__tooltip__before::before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 2em;
    color: #ECEFF1;
    top: -15px;
    content: "\f0d8";
    text-shadow: 0 -3px 0 #000;
    height: 0
}

.popover_tooltip.open-up .popover__tooltip__before::before {
    content: "\f0d7";
    text-shadow: 0 3px 0 #000
}

.critical-apparatus-entry {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: 0 0;
    color: #263238;
    font-size: 95%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    cursor: text !important
}

.critical-apparatus-entry span:not(.app_lemma), .critical-apparatus-entry span:not(.app_lemma_content) {
    background: 0 0;
    display: inline;
    word-wrap: break-word
}

.critical-apparatus-entry.active {
    display: block
}

.critical-apparatus-entry.blurred {
    border: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.critical-apparatus-entry.hidden {
    opacity: 0;
    background: transparent !important
}

.critical-apparatus-entry.over {
    box-shadow: 0 10px 10px -10px rgba(125, 125, 125, .8)
}

.critical-apparatus-entry.selected {
    background-color: #ECEFF1;
    border-color: #7d7d7d
}

.critical-apparatus-entry.selected .critical-apparatus-entry-panels {
    background-color: #f5f8f8
}

.critical-apparatus-entry_tools {
    padding: 0;
    float: right;
    display: block;
    position: relative;
    bottom: 6px;
    right: -2px;
    background: 0 0;
    text-align: center
}

.critical-apparatus-entry_tools button-switch {
    margin-right: 0;
    font-size: 70%
}

.critical-apparatus-entry_tools button-switch .buttonSwitch {
    box-shadow: none;
    border: 1px solid transparent;
    top: 3px;
    display: inline-block
}

.critical-apparatus-entry_tools button-switch.active .buttonSwitch, .critical-apparatus-entry_tools button-switch:hover .buttonSwitch {
    -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #f5f8f8;
    border: 1px solid #7d7d7d
}

.critical-apparatus-entry_main-content {
    padding: 5px;
    font-size: 105%;
    border-top: 1px solid #7d7d7d
}

.critical-apparatus-entry_main-content_list {
    display: inline
}

.critical-apparatus-entry_main-content ul {
    display: inline;
    margin: 0;
    padding: 0
}

.critical-apparatus-entry_main-content ul li {
    display: inline-block;
    margin-right: 5px
}

.critical-apparatus-entry_main-content ul li:not(:last-child)::after {
    content: "; "
}

.critical-apparatus-entry_main-content ul.app_reading_list {
    list-style-type: initial !important;
    position: relative;
    left: 1em;
    margin-top: .7em;
    margin-bottom: .4em;
    margin-left: .4em;
    margin-right: .4em
}

.critical-apparatus-entry_main-content ul.app_reading_list li {
    display: list-item;
    margin-bottom: .2em
}

.critical-apparatus-entry_main-content ul.app_reading_list li:not(:last-child)::after {
    content: none
}

.critical-apparatus-entry_main-content ul.app_reading_list li span.witGrp_name {
    display: inline;
    font-weight: 700;
    font-style: italic;
    font-variant: small-caps
}

.critical-apparatus-entry_main-content ul.app_reading_list li span.witGrp_content {
    display: inline
}

.critical-apparatus-entry_main-content .app_lemma::after, .critical-apparatus-entry_main-content .sub_app .app_lemma_content::after {
    content: "]"
}

.critical-apparatus-entry_main-content .sub_app {
    margin-left: 30px;
    margin-top: 5px
}

.critical-apparatus-entry_main-content .sub_app.firstSubApp {
    margin-top: 15px !important
}

.critical-apparatus-entry_other-content {
    border-top: 3px double #7d7d7d;
    border-bottom: 1px solid #7d7d7d
}

.critical-apparatus-entry_other-content p {
    padding: 0 10px
}

.critical-apparatus-entry_other-content_headers {
    z-index: 2;
    position: relative
}

.critical-apparatus-entry_other-content_headers:not(.closed) {
    -o-box-shadow: 0 9px 5px -4px #f5f8f8;
    -khtml-box-shadow: 0 9px 5px -4px #f5f8f8;
    -ms-box-shadow: 0 9px 5px -4px #f5f8f8;
    box-shadow: 0 9px 5px -4px #f5f8f8
}

.critical-apparatus-entry_other-content_headers span {
    padding: 5px;
    display: inline-block;
    font-size: 95%;
    cursor: pointer;
    border-left: 1px solid #f5f8f8
}

.critical-apparatus-entry_other-content_headers span:first-child {
    border-left: none
}

.critical-apparatus-entry_other-content_headers span:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.critical-apparatus-entry_other-content_headers span.active {
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    background-color: #f5f8f8;
    border-right: 1px solid #f5f8f8
}

.critical-apparatus-entry_other-content_headers span.active:not(:first-child) {
    border-left: 1px solid #f5f8f8
}

.critical-apparatus-entry_other-content_headers span.active+span {
    border-left: none
}

.critical-apparatus-entry_other-content_panels {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f8f8
}

.critical-apparatus-entry_other-content_panels:not(.closed) {
    padding: 10px 15px
}

.critical-apparatus-entry_other-content_panels:not(.fullHeight) {
    max-height: 150px
}

.critical-apparatus-entry_other-content_panel {
    display: none
}

.critical-apparatus-entry_other-content_panel.active {
    display: block;
    margin-bottom: 10px
}

.critical-apparatus-entry_other-content_panel ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 5px 0
}

.critical-apparatus-entry_other-content_panel .app_lemma em {
    font-weight: 700
}

.critical-apparatus-entry_other-content_panel .app_lemma::after {
    content: ""
}

.critical-apparatus-entry_other-content_panel .app_lemma .witnesses {
    display: none
}

.critical-apparatus-entry_other-content_panel .app_reading {
    font-weight: 700
}

.critical-apparatus-entry_other-content_panel .app_reading .witnesses {
    display: none
}

.critical-apparatus-entry_other-content_panel_orthographic_title {
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 95%;
    margin-top: 10px;
    margin-bottom: 10px
}

.critical-apparatus-entry .witnesses {
    display: inline
}

.critical-apparatus-entry .witnesses .wit {
    margin: 0 3px;
    cursor: pointer;
    text-decoration: underline
}

.critical-apparatus-entry .witnesses .wit:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.critical-apparatus-entry .witnesses .wit::after {
    text-decoration: none !important
}

.critical-apparatus-entry .witnesses .wit.selected {
    cursor: default;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    text-decoration: none
}

.critical-apparatus-entry .attributes::before {
    content: " – "
}

.critical-apparatus-entry .attributes::after {
    content: ""
}

.critical-apparatus-entry .attributes span {
    font-style: italic
}

.critical-apparatus-entry .attributes span::after {
    content: ", "
}

.critical-apparatus-entry .attributes span:last-child::after {
    content: ""
}

.critical-apparatus-entry.noTools {
    border-right: 1px solid #7d7d7d
}

.critical-apparatus-entry.noTools .critical-apparatus-entry_main-content, .critical-apparatus-entry.noTools .critical-apparatus-entry_other-content {
    width: 100%
}

.in_critical_apparatus .critical-apparatus-entry {
    cursor: pointer !important;
    border: 0;
    background: 0 0
}

.in_critical_apparatus .critical-apparatus-entry:hover, .in_critical_apparatus .critical-apparatus-entry:hover>* {
    background: 0 0
}

.in_critical_apparatus .critical-apparatus-entry_tools {
    border: 0;
    padding-left: 0
}

.in_critical_apparatus .critical-apparatus-entry_tools button-switch .buttonSwitch {
    border: 1px solid transparent
}

.in_critical_apparatus .critical-apparatus-entry_main-content {
    border: 0
}

.in_critical_apparatus .critical-apparatus-entry_other-content {
    display: none
}

.in_critical_apparatus.active .critical-apparatus-entry {
    background: 0 0
}

.blurred .critical-apparatus-entry, .blurred .critical-apparatus-entry * {
    border: none !important;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important
}

[data-type=pinnedBoard] .critical-apparatus-entry_tools {
    position: absolute;
    top: -3px;
    right: 0;
    bottom: auto
}

.apparatus_exponent {
    margin: 0;
    position: relative;
    bottom: .3em;
    word-spacing: -.25em;
    padding: .05em;
    font-size: .8em;
    color: #263238;
    text-align: center;
    vertical-align: center
}

.criticalEdition .choice .orig {
    display: none
}

.criticalEdition .choice .reg:after, .criticalEdition .choice .reg:before {
    content: " "
}

sup.iconbis-evt_quote-left {
    font-size: .5em;
    color: #263238;
    margin: 0;
    padding: 0;
    display: inline
}

.sources-apparatus-entry {
    margin: 0;
    margin-bottom: 10px;
    position: static;
    background: 0 0;
    color: #263238;
    font-size: 90%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    cursor: text !important
}

.sources-apparatus-entry span {
    background: 0 0
}

.sources-apparatus-entry.active {
    display: block
}

.sources-apparatus-entry.blurred {
    border: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.sources-apparatus-entry.hidden {
    opacity: 0;
    background: transparent !important
}

.sources-apparatus-entry.over, .sources-apparatus-entry:hover:not(.selected) {
    box-shadow: 4px 4px 5px 0 #7d7d7d
}

.sources-apparatus-entry.selected {
    background-color: #ECEFF1
}

.sources-apparatus-entry_tools {
    padding: 0;
    float: right;
    display: block;
    position: relative;
    bottom: 4px;
    right: -2px;
    background: 0 0;
    text-align: center
}

.sources-apparatus-entry_tools button-switch {
    margin-right: 0;
    font-size: 70%
}

.sources-apparatus-entry_tools button-switch .buttonSwitch {
    box-shadow: none;
    border: 1px solid transparent
}

.sources-apparatus-entry_tools button-switch.active .buttonSwitch, .sources-apparatus-entry_tools button-switch:hover .buttonSwitch {
    -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #f5f8f8;
    border: 1px solid #7d7d7d
}

.sources-apparatus-entry_main-content {
    padding: 9px;
    font-size: 105%;
    border-top: 1px solid #7d7d7d
}

.sources-apparatus-entry_main-content_header {
    display: inline
}

.sources-apparatus-entry_main-content_header .textNode {
    margin-right: .2em
}

.sources-apparatus-entry_main-content_list {
    font-size: 105%;
    border-top: 1px solid #7d7d7d;
    padding: 0
}

.sources-apparatus-entry_main-content_list-label {
    width: 100%;
    font-variant: small-caps;
    font-size: 95%;
    position: relative;
    left: 1em;
    padding-top: .2em;
    padding-bottom: 0;
    margin-bottom: 0;
    top: 10px
}

.sources-apparatus-entry_main-content_list ul {
    width: 100%;
    display: block;
    list-style-type: disc
}

.sources-apparatus-entry_main-content_list ul.pointer {
    cursor: pointer
}

.sources-apparatus-entry_main-content_list ul li.source-id {
    font-size: 105%;
    display: list-item;
    font-style: italic
}

.sources-apparatus-entry_main-content_list ul li.source-id.over {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    cursor: pointer
}

.sources-apparatus-entry_main-content_list ul li.source-id.selected {
    font-weight: 700;
    cursor: pointer
}

.sources-apparatus-entry_main-content_list.srctxt {
    border-bottom: 1px solid #7d7d7d
}

.sources-apparatus-entry_other-content {
    border-top: 3px double #7d7d7d;
    border-bottom: 1px solid #7d7d7d
}

.sources-apparatus-entry_other-content p {
    padding: 0 10px
}

.sources-apparatus-entry_other-content_headers {
    z-index: 2;
    position: relative
}

.sources-apparatus-entry_other-content_headers:not(.closed) {
    -o-box-shadow: 0 9px 5px -4px #f5f8f8;
    -khtml-box-shadow: 0 9px 5px -4px #f5f8f8;
    -ms-box-shadow: 0 9px 5px -4px #f5f8f8;
    box-shadow: 0 9px 5px -4px #f5f8f8
}

.sources-apparatus-entry_other-content_headers span {
    padding: 5px;
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    border-left: 1px solid #f5f8f8
}

.sources-apparatus-entry_other-content_headers span:first-child {
    border-left: none
}

.sources-apparatus-entry_other-content_headers span:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.sources-apparatus-entry_other-content_headers span.active {
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    background-color: #f5f8f8;
    border-right: 1px solid #f5f8f8
}

.sources-apparatus-entry_other-content_headers span.active:not(:first-child) {
    border-left: 1px solid #f5f8f8
}

.sources-apparatus-entry_other-content_headers span.active+span {
    border-left: none
}

.sources-apparatus-entry_other-content_panels {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f8f8
}

.sources-apparatus-entry_other-content_panels:not(.closed) {
    padding: 10px 15px
}

.sources-apparatus-entry_other-content_panel {
    display: none
}

.sources-apparatus-entry_other-content_panel.active {
    display: block;
    margin-bottom: 10px
}

.sources-apparatus-entry_other-content_panel ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 5px 0
}

.sources-apparatus-entry_other-content_panel .textNode {
    margin-right: .2em
}

.sources-apparatus-entry .attributes::before {
    content: " – "
}

.sources-apparatus-entry .attributes::after {
    content: ""
}

.sources-apparatus-entry .attributes span {
    font-style: italic
}

.sources-apparatus-entry .attributes span::after {
    content: ", "
}

.sources-apparatus-entry .attributes span:last-child::after {
    content: ""
}

.sources-apparatus-entry.noTools {
    border-right: 1px solid #7d7d7d
}

.sources-apparatus-entry.noTools .sources-apparatus-entry_main-content_header, .sources-apparatus-entry.noTools .sources-apparatus-entry_other-content {
    width: 100%
}

.in_sources_apparatus .sources-apparatus-entry {
    cursor: pointer !important;
    border: 0;
    background: 0 0
}

.in_sources_apparatus .sources-apparatus-entry:hover, .in_sources_apparatus .sources-apparatus-entry:hover>* {
    background: 0 0
}

.in_sources_apparatus .sources-apparatus-entry_tools {
    border: 0;
    padding-left: 0
}

.in_sources_apparatus .sources-apparatus-entry_tools button-switch .buttonSwitch {
    border: 1px solid transparent
}

.in_sources_apparatus .sources-apparatus-entry_main-content {
    border: 0
}

.in_sources_apparatus .sources-apparatus-entry_other-content {
    display: none
}

.in_sources_apparatus.active .sources-apparatus-entry {
    background: 0 0
}

.blurred .sources-apparatus-entry, .blurred .sources-apparatus-entry * {
    border: none !important;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important
}

sup.iconbis-evt_analogue {
    font-size: .8em;
    color: #263238;
    margin: 0;
    padding: 0;
    display: inline
}

.analogues-apparatus-entry {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: 0 0;
    color: #263238;
    font-size: 90%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    cursor: text !important
}

.analogues-apparatus-entry span:not(.app_lemma), .analogues-apparatus-entry span:not(.app_lemma_content) {
    background: 0 0
}

.analogues-apparatus-entry.active {
    display: block
}

.analogues-apparatus-entry.blurred {
    border: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.analogues-apparatus-entry.hidden {
    opacity: 0;
    background: transparent !important
}

.analogues-apparatus-entry.over, .analogues-apparatus-entry:hover:not(.selected) {
    box-shadow: 4px 4px 5px 0 #7d7d7d
}

.analogues-apparatus-entry.selected {
    background-color: #ECEFF1
}

.analogues-apparatus-entry_tools {
    padding: 0;
    float: right;
    display: block;
    position: relative;
    bottom: 4px;
    right: -2px;
    background: 0 0;
    text-align: center
}

.analogues-apparatus-entry_tools button-switch {
    margin-right: 0;
    font-size: 70%
}

.analogues-apparatus-entry_tools button-switch .buttonSwitch {
    box-shadow: none;
    border: 1px solid transparent
}

.analogues-apparatus-entry_tools button-switch.active .buttonSwitch, .analogues-apparatus-entry_tools button-switch:hover .buttonSwitch {
    -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #f5f8f8;
    border: 1px solid #7d7d7d
}

.analogues-apparatus-entry_main-content {
    padding: 9px;
    font-size: 105%;
    border-top: 1px solid #7d7d7d
}

.analogues-apparatus-entry_main-content_header {
    display: inline
}

.analogues-apparatus-entry_main-content_header .textNode {
    margin-right: .2em
}

.analogues-apparatus-entry_main-content_header span {
    display: inline;
    margin-right: .2em
}

.analogues-apparatus-entry_main-content_list {
    border-top: 1px solid #7d7d7d;
    padding: 0
}

.analogues-apparatus-entry_main-content_list-label {
    width: 100%;
    font-variant: small-caps;
    font-size: 95%;
    position: relative;
    left: 1em;
    padding-top: .2em;
    padding-bottom: 0;
    margin-bottom: 0;
    top: 10px
}

.analogues-apparatus-entry_main-content_list ul {
    width: 100%;
    display: block;
    list-style-type: disc
}

.analogues-apparatus-entry_main-content_list ul.pointer {
    cursor: pointer
}

.analogues-apparatus-entry_main-content_list ul li.source-id {
    font-size: 105%;
    display: list-item;
    font-style: italic
}

.analogues-apparatus-entry_main-content_list ul li.source-id.over {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    cursor: pointer
}

.analogues-apparatus-entry_main-content_list ul li.source-id.selected {
    font-weight: 700;
    cursor: pointer
}

.analogues-apparatus-entry_other-content {
    border-top: 3px double #7d7d7d;
    border-bottom: 1px solid #7d7d7d
}

.analogues-apparatus-entry_other-content p {
    padding: 0 10px
}

.analogues-apparatus-entry_other-content_headers {
    z-index: 2;
    position: relative
}

.analogues-apparatus-entry_other-content_headers span {
    padding: 5px;
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    border-left: 1px solid #f5f8f8
}

.analogues-apparatus-entry_other-content_headers span:first-child {
    border-left: none
}

.analogues-apparatus-entry_other-content_headers span:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.analogues-apparatus-entry_other-content_headers span.active {
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    background-color: #f5f8f8;
    border-right: 1px solid #f5f8f8
}

.analogues-apparatus-entry_other-content_headers span.active:not(:first-child) {
    border-left: 1px solid #f5f8f8
}

.analogues-apparatus-entry_other-content_headers span.active+span {
    border-left: none
}

.analogues-apparatus-entry_other-content_panels {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f8f8
}

.analogues-apparatus-entry_other-content_panels:not(.closed) {
    padding: 10px 15px
}

.analogues-apparatus-entry_other-content_panel {
    display: none
}

.analogues-apparatus-entry_other-content_panel.active {
    display: block;
    margin-bottom: 10px
}

.analogues-apparatus-entry_other-content_panel ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 5px 0
}

.analogues-apparatus-entry_other-content_panel .textNode {
    margin-right: .2em
}

.analogues-apparatus-entry .attributes::before {
    content: " – "
}

.analogues-apparatus-entry .attributes::after {
    content: ""
}

.analogues-apparatus-entry .attributes span {
    font-style: italic
}

.analogues-apparatus-entry .attributes span::after {
    content: ", "
}

.analogues-apparatus-entry .attributes span:last-child::after {
    content: ""
}

.analogues-apparatus-entry.noTools {
    border-right: 1px solid #7d7d7d
}

.analogues-apparatus-entry.noTools .analogues-apparatus-entry_main-content, .analogues-apparatus-entry.noTools .analogues-apparatus-entry_other-content {
    width: 100%
}

.in_analogues_apparatus .analogues-apparatus-entry {
    cursor: pointer !important;
    border: 0;
    background: 0 0
}

.in_analogues_apparatus .analogues-apparatus-entry:hover, .in_analogues_apparatus .analogues-apparatus-entry:hover>* {
    background: 0 0
}

.in_analogues_apparatus .analogues-apparatus-entry_tools {
    border: 0;
    padding-left: 0
}

.in_analogues_apparatus .analogues-apparatus-entry_tools button-switch .buttonSwitch {
    border: 1px solid transparent
}

.in_analogues_apparatus .analogues-apparatus-entry_main-content {
    border: 0
}

.in_analogues_apparatus .analogues-apparatus-entry_other-content {
    display: none
}

.in_analogues_apparatus.active .analogues-apparatus-entry {
    background: 0 0
}

.blurred .analogues-apparatus-entry, .blurred .analogues-apparatus-entry * {
    border: none !important;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important
}

evt-reading+evt-reading:not(.autoLemma) .reading:not(.hidden), evt-reading+evt-reading:not(.autoLemma) .reading:not(.invisible) {
    margin-left: 2px
}

.reading .reading__text .w:after {
    content: " "
}

.reading .reading__text .w:last-of-type:after {
    content: ""
}

.reading:not(.hidden) {
    padding: 0;
    cursor: pointer
}

.reading:not(.hidden) .reading__text {
    background: #d0dcff
}

.reading:not(.hidden).over .reading .reading .reading__text, .reading:not(.hidden).over .reading .reading__text, .reading:not(.hidden).over .reading__text {
    background: #658aff
}

.reading:not(.hidden) .empty {
    padding: 0 5px
}

.reading:not(.hidden).blurred .reading_exponent {
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important
}

.reading:not(.hidden).expansed:not(.invisible)>.reading__text {
    border-top: 1px solid #7d7d7d;
    border-bottom: 5px solid transparent;
    position: relative;
    z-index: 9;
    margin-bottom: -1px
}

.reading:not(.hidden).expansed:not(.invisible)>.reading__text:first-child {
    border-left: 1px solid #7d7d7d
}

.reading:not(.hidden).expansed:not(.invisible)>.reading__text:last-child {
    border-right: 1px solid #7d7d7d
}

.reading:not(.hidden).expansed:not(.invisible).blurred, .reading:not(.hidden).expansed:not(.invisible).blurred * {
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important
}

.reading:not(.hidden).selected .reading__text {
    background: #658aff
}

.reading:not(.hidden) .reading_exponent {
    display: inline-block;
    position: relative;
    left: -4px;
    bottom: 3px;
    min-width: 15px;
    min-height: 15px;
    margin: 0;
    padding: .05em;
    border-radius: 3px;
    font-size: .8em;
    font-weight: 700;
    word-spacing: -.25em;
    vertical-align: super;
    text-align: center
}

.reading.invisible>.reading__text {
    background: transparent !important;
    border: none;
    cursor: default
}

.reading.invisible>.reading__apparatus {
    display: none !important
}

.reading:not(.invisible) .reading:not(.hidden):not(.blurred) .reading__text {
    border: 1px solid #999
}

.reading:not(.invisible) .reading:not(.hidden):not(.blurred)>.reading__text:hover {
    border-color: #000
}

.reading:not(.invisible) .reading:not(.hidden):not(.blurred).expansed>.reading__text {
    border-bottom: 5px solid transparent
}

.reading:not(.invisible) .reading:not(.hidden):not(.blurred).selected .reading__text {
    background: #658aff
}

.filters__reading__color {
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    display: inline-block
}

.quote {
    padding: 0;
    cursor: pointer
}

.quote sup.iconbis-evt_quote-left, .quote sup.iconbis-evt_quote-right {
    font-size: .5em;
    color: #263238;
    margin: 0;
    padding: 0
}

.quote sup.iconbis-evt_quote-left:after, .quote sup.iconbis-evt_quote-right:before {
    white-space: nowrap
}

.quote .quote__text {
    border-bottom: 1px dotted #263238
}

.quote.over .quote__text {
    background-color: #d2dbe0 !important
}

.quote.selected sup.iconbis-evt_quote-left, .quote.selected sup.iconbis-evt_quote-right {
    font-size: .65em
}

.quote.selected .quote__text {
    border-bottom: 1px solid #263238
}

.quote.highlight .quote__text {
    background-color: #7893a1
}

.quote.subquote {
    border-bottom: 1px dashed #263238
}

.quote.subquote.noquotes sup.iconbis-evt_quote-left, .quote.subquote.noquotes sup.iconbis-evt_quote-right {
    display: none
}

evt-quote span.quote {
    display: inline !important
}

span.quote {
    display: none !important
}

.analogue {
    padding: 0;
    cursor: pointer
}

.analogue i.iconbis-evt_analogue {
    font-size: .8em;
    color: #263238;
    margin: 0;
    padding: 0;
    margin-right: -6px
}

.analogue i.iconbis-evt_analogue:after {
    white-space: nowrap
}

.analogue .analogue__text {
    border-bottom: 1px dotted #263238
}

.analogue.over .analogue__text {
    background-color: #d2dbe0 !important
}

.analogue.selected i.iconbis-evt_analogue {
    font-size: 1em;
    color: #263238
}

.analogue.selected .analogue__text {
    border-bottom: 1px solid #263238
}

.evt-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.evt-dialog-shadow {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%
}

.evt-dialog-container {
    border-radius: 2px;
    font-size: 60%;
    background: #fff;
    min-width: 80%;
    height: 2000px;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-box-shadow: 0 0 8px #000;
    -khtml-box-shadow: 0 0 8px #000;
    -ms-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000
}

.evt-dialog-container div[ng-switch] {
    height: -o-calc(100% - 42px);
    height: calc(100% - 42px)
}

.evt-dialog-container-top {
    height: 42px;
    background: #263238;
    color: #ECEFF1;
    padding: 10px;
    padding-right: 50px;
    text-align: center;
    font-size: 1.2em
}

.evt-dialog-container-top button-switch {
    font-size: 90%;
    top: 4px
}

.evt-dialog-container-content {
    overflow-y: auto;
    height: 100%
}

.evt-dialog.evt-dialog-error .evt-dialog-container, .evt-dialog.evt-dialog-small .evt-dialog-container {
    min-width: 10%;
    max-width: 60%;
    height: auto
}

.evt-dialog.evt-dialog-error .evt-dialog-container-content, .evt-dialog.evt-dialog-small .evt-dialog-container-content {
    padding: 20px
}

.evt-dialog.evt-dialog-error .evt-dialog-container-top {
    background: #900
}

.evtRef {
    display: inline;
    text-decoration: underline
}

.evtRef:hover {
    cursor: pointer;
    color: #666
}

.evt-tabs-container {
    padding-top: 1px;
    height: 100%;
    overflow: hidden
}

.evt-tabs-container.vertical .evt-tabs-container_headers {
    display: inline-block;
    float: left;
    height: -o-calc(100% - 42px);
    height: calc(100% - 42px);
    border-right: 1px solid #263238;
    width: 20%;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    top: 43px
}

.evt-tabs-container.vertical .evt-tabs-container_header {
    display: block;
    border-bottom: 1px solid #263238;
    color: #263238;
    font-variant: small-caps;
    text-align: left;
    padding: 10px;
    cursor: pointer
}

.evt-tabs-container.vertical .evt-tabs-container_header.hasSubTabs {
    border-bottom: 1px solid #ECEFF1
}

.evt-tabs-container.vertical .evt-tabs-container_header.active, .evt-tabs-container.vertical .evt-tabs-container_header:hover {
    background: #37474f;
    color: #ECEFF1
}

.evt-tabs-container.vertical .evt-tabs-container_header.active {
    background: #263238;
    color: #ECEFF1
}

.evt-tabs-container.vertical .evt-tabs-container_header-icon {
    min-width: 18px;
    margin-right: 3px;
    text-align: center
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs {
    margin: 0;
    padding: 0;
    list-style-type: none !important
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs.hide {
    display: none
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs_tab {
    padding: 5px 10px 5px 30px;
    display: block;
    border-bottom: 1px solid #ECEFF1;
    color: #263238;
    font-variant: small-caps;
    font-size: .93em;
    text-align: left;
    cursor: pointer
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs_tab.active, .evt-tabs-container.vertical .evt-tabs-container_header_subTabs_tab:hover {
    background: #37474f;
    color: #ECEFF1
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs_tab.active {
    background: #263238;
    color: #ECEFF1
}

.evt-tabs-container.vertical .evt-tabs-container_header_subTabs_tab:last-child {
    border-bottom: 1px solid #263238
}

.evt-tabs-container.vertical .evt-tabs-container_panels {
    position: relative;
    height: 100%;
    left: 20%;
    width: 80%
}

.evt-tabs-container.vertical .evt-tabs-container_panels.noPadding {
    padding: 0
}

.evt-tabs-container_panel {
    display: none;
    padding: 10px 15px;
    height: 100%
}

.evt-tabs-container_panel.active {
    display: block;
    margin-bottom: 10px;
    overflow-y: auto
}

.evt-tabs-container_panel.noscroll {
    overflow-y: hidden !important;
    padding: 0;
    margin-bottom: 0
}

.evt-tabs-container_panel.noPadding {
    padding: 0 !important
}

.evt-tabs-container_panel.addPadding {
    padding: 20px !important
}

.evt-list__listLetters {
    position: relative;
    margin: auto;
    text-align: center;
    background: #FFF;
    margin-top: 0;
    padding: 10px;
    height: 45px;
    max-height: 45px
}

.evt-list__listLetters__letter {
    margin-right: 9px;
    color: #999;
    font-size: 90%;
    cursor: pointer;
    text-transform: uppercase
}

.evt-list__listLetters__letter.active {
    color: #000;
    font-weight: 700;
    cursor: default
}

.evt-list__content {
    height: -o-calc(calc(100% - 45px));
    height: calc(calc(100% - 45px));
    width: 100%;
    overflow: auto;
    position: absolute
}

.evt-list__content>div {
    width: 100%;
    padding-left: 10px
}

.evt-list__content>div>:nth-child(odd) {
    background: rgba(55, 71, 79, .1)
}

.evt-list__content>div>:nth-child(even) {
    background: #fff
}

.evt-list__content>div>:hover {
    background: rgba(55, 71, 79, .2)
}

.evt-list .scrollableDiv {
    overflow-y: scroll;
    height: 100%
}

.namedEntity {
    display: block;
    background: inherit;
    font-size: 95%
}

.namedEntity__icon {
    margin-right: 5px
}

.namedEntity__header {
    display: block;
    padding: 7px;
    padding-bottom: 4px
}

.namedEntity__header:hover {
    cursor: pointer
}

.namedEntity__header .opener:before {
    content: "\f0da"
}

.namedEntity_tools {
    padding: 0;
    float: right;
    display: block;
    position: relative;
    bottom: 5px;
    right: -2px;
    background: 0 0;
    text-align: center
}

.namedEntity_tools button-switch {
    margin-right: 0;
    font-size: 70%;
    float: right
}

.namedEntity_tools button-switch .buttonSwitch {
    box-shadow: none;
    background: 0 0;
    border: none
}

.namedEntity_tools button-switch.active .buttonSwitch, .namedEntity_tools button-switch:hover .buttonSwitch {
    -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #e1e1e1;
    border: 1px solid #7d7d7d
}

.namedEntity__details {
    display: none;
    font-size: 85%;
    border-top: 3px double #37474f
}

.namedEntity__details p {
    padding: 0 10px
}

.namedEntity__details-headers {
    z-index: 2;
    position: relative
}

.namedEntity__details-headers span {
    padding: 5px;
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    border-left: 1px solid #e1e1e1
}

.namedEntity__details-headers span:first-child {
    border-left: none
}

.namedEntity__details-headers span.active {
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    background-color: #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.namedEntity__details-headers span.active:not(:first-child) {
    border-left: 1px solid #e1e1e1
}

.namedEntity__details-headers span.active+span {
    border-left: none
}

.namedEntity__details-panels {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e1e1e1
}

.namedEntity__details-panels:not(.closed) {
    padding: 10px 15px
}

.namedEntity__details-panels.largeMap {
    max-height: 100%
}

.namedEntity__details-panel {
    display: block
}

.namedEntity__details-panel ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 5px 0
}

.namedEntity__details .opener:before {
    content: "\f0da"
}

.namedEntity__detail {
    display: block
}

.namedEntity__detail-icon {
    float: left;
    margin-top: .1rem
}

.namedEntity__detail-text {
    margin-left: 24px;
    display: block
}

.namedEntity__detail-text-content {
    display: inline-block
}

.namedEntity__detail-text-content:first-letter {
    text-transform: uppercase
}

.namedEntity__detail-text-content .item, .namedEntity__detail-text-content .org, .namedEntity__detail-text-content .person, .namedEntity__detail-text-content .place {
    display: list-item;
    margin-left: 20px
}

.namedEntity__detail-text-attribute {
    font-variant: small-caps;
    font-size: 90%;
    vertical-align: top;
    display: inline-block;
    padding-top: .2rem
}

.namedEntity__detail-text-attribute:first-letter {
    text-transform: uppercase
}

.namedEntity__detail-text-attribute:after {
    content: ", ";
    vertical-align: top;
    margin-right: .2em
}

.namedEntity__detail-text-attribute:last-of-type:after {
    content: ": ";
    margin-right: 0
}

.namedEntity__moreInfo, .namedEntity__occurrences {
    display: none;
    padding-left: 16px
}

.namedEntity__moreInfo.location-mainText, .namedEntity__moreInfo.location-mainText>span, .namedEntity__moreInfo.opened, .namedEntity__moreInfo.opened>span, .namedEntity__occurrences.location-mainText, .namedEntity__occurrences.location-mainText>span, .namedEntity__occurrences.opened, .namedEntity__occurrences.opened>span {
    display: block
}

.namedEntity__moreInfo-toggler, .namedEntity__occurrences-toggler {
    display: block;
    font-variant: small-caps;
    padding-top: 5px;
    cursor: pointer
}

.namedEntity__moreInfo-toggler:hover, .namedEntity__occurrences-toggler:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.namedEntity__occurrences-occurrence {
    border-radius: 4px;
    padding: 3px 6px;
    border: 1px solid rgba(55, 71, 79, .3);
    margin-right: 3px;
    font-size: 85%;
    margin-bottom: 3px;
    display: inline-block !important;
    cursor: pointer
}

.namedEntity__occurrences-occurrence.active, .namedEntity__occurrences-occurrence:hover {
    background: rgba(55, 71, 79, .2)
}

.namedEntity.location-mainText, .namedEntity.opened {
    margin-top: 1px
}

.namedEntity.location-mainText .namedEntity__header .opener:before, .namedEntity.opened .namedEntity__header .opener:before {
    content: "\f0d7"
}

.namedEntity.location-mainText .namedEntity__details, .namedEntity.opened .namedEntity__details, .namedEntity__details.moreInfoOpened .namedEntity__moreInfo {
    display: block
}

.namedEntity__details.moreInfoOpened .namedEntity__moreInfo-toggler .opener:before {
    content: "\f0d7"
}

.namedEntity__details.occurrencesOpened .namedEntity__occurrences {
    display: block
}

.namedEntity__details.occurrencesOpened .namedEntity__occurrences-toggler .opener:before {
    content: "\f0d7"
}

.namedEntity.location-mainText {
    border-left: 1px solid #37474f;
    border-right: 1px solid #37474f
}

.namedEntity.location-mainText.opened {
    margin-bottom: 10px
}

.namedEntity.location-mainText .namedEntity__header {
    border-top: 1px solid #37474f;
    cursor: default
}

.namedEntity.location-mainText .namedEntity__details {
    border-bottom: 1px solid #37474f
}

.namedEntity .list .item, .namedEntity .listorg .org, .namedEntity .listperson .person, .namedEntity .listplace .place {
    display: list-item;
    margin-left: 20px
}

.namedEntity-pers, .namedEntity-persName, .namedEntity-person {
    border-bottom-color: #ffcdd2
}

.namedEntity-pers.location-mainText, .namedEntity-pers.location-pinned, .namedEntity-persName.location-mainText, .namedEntity-persName.location-pinned, .namedEntity-person.location-mainText, .namedEntity-person.location-pinned {
    background: #FFF0F1
}

.namedEntity-pers>.namedEntity__details>.namedEntity__details-headers span.active, .namedEntity-persName>.namedEntity__details>.namedEntity__details-headers span.active, .namedEntity-person>.namedEntity__details>.namedEntity__details-headers span.active {
    -o-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    background-color: #ffcdd2;
    border-right-color: #ffcdd2
}

.namedEntity-pers>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child), .namedEntity-persName>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child), .namedEntity-person>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child) {
    border-left-color: #ffcdd2
}

.namedEntity-pers>.namedEntity__details>.namedEntity__details-headers span:hover, .namedEntity-persName>.namedEntity__details>.namedEntity__details-headers span:hover, .namedEntity-person>.namedEntity__details>.namedEntity__details-headers span:hover {
    background-color: #ffcdd2
}

.namedEntity-pers>.namedEntity__details>.namedEntity__details-headers:not(.closed) span, .namedEntity-persName>.namedEntity__details>.namedEntity__details-headers:not(.closed) span, .namedEntity-person>.namedEntity__details>.namedEntity__details-headers:not(.closed) span {
    margin-bottom: -3px
}

.namedEntity-pers>.namedEntity__details>.namedEntity__details-panels, .namedEntity-persName>.namedEntity__details>.namedEntity__details-panels, .namedEntity-person>.namedEntity__details>.namedEntity__details-panels {
    -o-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    background-color: #ffcdd2
}

.namedEntity-pers .namedEntity__occurrences-occurrence, .namedEntity-persName .namedEntity__occurrences-occurrence, .namedEntity-person .namedEntity__occurrences-occurrence {
    background: rgba(255, 255, 255, .5);
    border-color: #ffcdd2
}

.namedEntity-pers .namedEntity__occurrences-occurrence.active, .namedEntity-pers .namedEntity__occurrences-occurrence:hover, .namedEntity-persName .namedEntity__occurrences-occurrence.active, .namedEntity-persName .namedEntity__occurrences-occurrence:hover, .namedEntity-person .namedEntity__occurrences-occurrence.active, .namedEntity-person .namedEntity__occurrences-occurrence:hover {
    background: #fff
}

.namedEntity-place, .namedEntity-placeName {
    border-bottom-color: #c8e6c9
}

.namedEntity-place.location-mainText, .namedEntity-place.location-pinned, .namedEntity-placeName.location-mainText, .namedEntity-placeName.location-pinned {
    background: #EEF7EF
}

.namedEntity-place>.namedEntity__details>.namedEntity__details-headers span.active, .namedEntity-placeName>.namedEntity__details>.namedEntity__details-headers span.active {
    -o-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    background-color: #c8e6c9;
    border-right-color: #c8e6c9
}

.namedEntity-place>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child), .namedEntity-placeName>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child) {
    border-left-color: #c8e6c9
}

.namedEntity-place>.namedEntity__details>.namedEntity__details-headers span:hover, .namedEntity-placeName>.namedEntity__details>.namedEntity__details-headers span:hover {
    background-color: #c8e6c9
}

.namedEntity-place>.namedEntity__details>.namedEntity__details-headers:not(.closed) span, .namedEntity-placeName>.namedEntity__details>.namedEntity__details-headers:not(.closed) span {
    margin-bottom: -3px
}

.namedEntity-place>.namedEntity__details>.namedEntity__details-panels, .namedEntity-placeName>.namedEntity__details>.namedEntity__details-panels {
    -o-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    background-color: #c8e6c9
}

.namedEntity-place .namedEntity__occurrences-occurrence, .namedEntity-placeName .namedEntity__occurrences-occurrence {
    background: rgba(255, 255, 255, .5);
    border-color: #c8e6c9
}

.namedEntity-place .namedEntity__occurrences-occurrence.active, .namedEntity-place .namedEntity__occurrences-occurrence:hover, .namedEntity-placeName .namedEntity__occurrences-occurrence.active, .namedEntity-placeName .namedEntity__occurrences-occurrence:hover {
    background: #fff
}

.namedEntity-org, .namedEntity-orgName {
    border-bottom-color: #ffb74d
}

.namedEntity-org.location-mainText, .namedEntity-org.location-pinned, .namedEntity-orgName.location-mainText, .namedEntity-orgName.location-pinned {
    background: #FFE9C9
}

.namedEntity-org>.namedEntity__details>.namedEntity__details-headers span.active, .namedEntity-orgName>.namedEntity__details>.namedEntity__details-headers span.active {
    -o-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, .4);
    background-color: #ffb74d;
    border-right-color: #ffb74d
}

.namedEntity-org>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child), .namedEntity-orgName>.namedEntity__details>.namedEntity__details-headers span.active:not(:first-child) {
    border-left-color: #ffb74d
}

.namedEntity-org>.namedEntity__details>.namedEntity__details-headers span:hover, .namedEntity-orgName>.namedEntity__details>.namedEntity__details-headers span:hover {
    background-color: #ffb74d
}

.namedEntity-org>.namedEntity__details>.namedEntity__details-headers:not(.closed) span, .namedEntity-orgName>.namedEntity__details>.namedEntity__details-headers:not(.closed) span {
    margin-bottom: -3px
}

.namedEntity-org>.namedEntity__details>.namedEntity__details-panels, .namedEntity-orgName>.namedEntity__details>.namedEntity__details-panels {
    -o-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -khtml-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    -ms-box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    box-shadow: inset 0 2px 3px -2px rgba(0, 0, 0, .4);
    background-color: #ffb74d
}

.namedEntity-org .namedEntity__occurrences-occurrence, .namedEntity-orgName .namedEntity__occurrences-occurrence {
    background: rgba(255, 255, 255, .5);
    border-color: #ffb74d
}

.namedEntity-org .namedEntity__occurrences-occurrence.active, .namedEntity-org .namedEntity__occurrences-occurrence:hover, .namedEntity-orgName .namedEntity__occurrences-occurrence.active, .namedEntity-orgName .namedEntity__occurrences-occurrence:hover {
    background: #fff
}

[data-list-type=person] .evt-list__content>div>:nth-child(odd) {
    background: rgba(255, 205, 210, .5)
}

[data-list-type=person] .evt-list__content>div>:nth-child(even) {
    background: rgba(255, 205, 210, .2)
}

[data-list-type=person] .evt-list__content>div>:hover {
    background: rgba(255, 205, 210, .4)
}

[data-list-type=person] .evt-list__content>.namedEntity.opened {
    background: rgba(255, 205, 210, .5)
}

[data-list-type=place] .evt-list__content>div>:nth-child(odd) {
    background: rgba(200, 230, 201, .5)
}

[data-list-type=place] .evt-list__content>div>:nth-child(even) {
    background: rgba(200, 230, 201, .2)
}

[data-list-type=place] .evt-list__content>div>:hover {
    background: rgba(200, 230, 201, .4)
}

[data-list-type=place] .evt-list__content>.namedEntity.opened {
    background: rgba(200, 230, 201, .5)
}

[data-list-type=org] .evt-list__content>div>:nth-child(odd) {
    background: rgba(255, 183, 77, .5)
}

[data-list-type=org] .evt-list__content>div>:nth-child(even) {
    background: rgba(255, 183, 77, .2)
}

[data-list-type=org] .evt-list__content>div>:hover {
    background: rgba(255, 183, 77, .4)
}

[data-list-type=org] .evt-list__content>.namedEntity.opened {
    background: rgba(255, 183, 77, .5)
}

.namedEntityRef {
    color: #37474f;
    cursor: pointer
}

.namedEntityRef.highlighted {
    background: #ffc !important
}

.namedEntityRef.fakeEntity {
    cursor: default
}

.namedEntityRef.active {
    border: 1px solid #000;
    border-bottom: 5px solid #fff
}

.namedEntityRef-pers:hover, .namedEntityRef-persName:hover, .namedEntityRef-person:hover {
    background-color: #FFF0F1
}

.namedEntityRef-pers.active, .namedEntityRef-persName.active, .namedEntityRef-person.active {
    background-color: #FFF0F1;
    border-bottom-color: #FFF0F1
}

.namedEntityRef-place:hover, .namedEntityRef-placeName:hover {
    background-color: #EEF7EF
}

.namedEntityRef-place.active, .namedEntityRef-placeName.active {
    background-color: #EEF7EF;
    border-bottom-color: #EEF7EF
}

.namedEntityRef-org:hover, .namedEntityRef-orgName:hover {
    background-color: #FFE9C9
}

.namedEntityRef-org.active, .namedEntityRef-orgName.active {
    background-color: #FFE9C9;
    border-bottom-color: #FFE9C9
}

.namedEntityRef__details {
    font-size: 90%;
    position: absolute;
    line-height: 100%;
    display: none;
    background: rgba(236, 239, 241, .9);
    border: 1.5px solid #263238;
    border-radius: 3px;
    -o-box-shadow: 2px 2px 2px rgbs(#263238, .6);
    -khtml-box-shadow: 2px 2px 2px rgbs(#263238, .6);
    -ms-box-shadow: 2px 2px 2px rgbs(#263238, .6);
    box-shadow: 2px 2px 2px rgbs(#263238, .6);
    padding: 5px;
    z-index: 99;
    text-align: left;
    cursor: text !important;
    min-width: 30px;
    margin-top: 10px
}

.namedEntityRef__details.active {
    display: block
}

.namedEntityRef__details-before {
    position: absolute;
    top: 0
}

.namedEntityRef__details-before:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 2em;
    color: #ECEFF1;
    top: -10px;
    content: "\f0d8";
    text-shadow: 0 -3px 0 #000;
    height: 0
}

.namedEntityRef__details.open-up .namedEntityRef__details-before::before {
    content: "\f0d7";
    text-shadow: 0 3px 0 #000
}

.pers-active .namedEntityRef-pers, .pers-active .namedEntityRef-persName, .pers-active .namedEntityRef-person, .persName-active .namedEntityRef-pers, .persName-active .namedEntityRef-persName, .persName-active .namedEntityRef-person, .person-active .namedEntityRef-pers, .person-active .namedEntityRef-persName, .person-active .namedEntityRef-person {
    background-color: #ffcdd2
}

.pers-active .namedEntityRef-pers:hover:not(.active), .pers-active .namedEntityRef-persName:hover:not(.active), .pers-active .namedEntityRef-person:hover:not(.active), .persName-active .namedEntityRef-pers:hover:not(.active), .persName-active .namedEntityRef-persName:hover:not(.active), .persName-active .namedEntityRef-person:hover:not(.active), .person-active .namedEntityRef-pers:hover:not(.active), .person-active .namedEntityRef-persName:hover:not(.active), .person-active .namedEntityRef-person:hover:not(.active) {
    background-color: #FFF0F1
}

.place-active .namedEntityRef-place, .place-active .namedEntityRef-placeName, .placeName-active .namedEntityRef-place, .placeName-active .namedEntityRef-placeName {
    background-color: #c8e6c9
}

.place-active .namedEntityRef-place:hover:not(.active), .place-active .namedEntityRef-placeName:hover:not(.active), .placeName-active .namedEntityRef-place:hover:not(.active), .placeName-active .namedEntityRef-placeName:hover:not(.active) {
    background-color: #EEF7EF
}

.org-active .namedEntityRef-org, .org-active .namedEntityRef-orgName, .orgName-active .namedEntityRef-org, .orgName-active .namedEntityRef-orgName {
    background-color: #ffb74d
}

.org-active .namedEntityRef-org:hover:not(.active), .org-active .namedEntityRef-orgName:hover:not(.active), .orgName-active .namedEntityRef-org:hover:not(.active), .orgName-active .namedEntityRef-orgName:hover:not(.active) {
    background-color: #FFE9C9
}

[data-value=persName] .option-icon-label, [data-value=pers] .option-icon-label, [data-value=person] .option-icon-label {
    color: #ffcdd2
}

[data-value=placeName] .option-icon-label, [data-value=place] .option-icon-label {
    color: #c8e6c9
}

[data-value=orgName] .option-icon-label, [data-value=org] .option-icon-label {
    color: #ffb74d
}

.relation-name {
    font-weight: 700;
    font-variant: small-caps
}

[data-type=pinnedBoard] .namedEntity {
    margin-bottom: 10px
}

[data-type=pinnedBoard] .namedEntity_tools {
    position: relative;
    bottom: 5px;
    right: -7px
}

.source-seg sup.iconbis-evt_quote-left, .source-seg sup.iconbis-evt_quote-right {
    font-size: .5em;
    color: #7893a1;
    margin: 0;
    padding: 0
}

.source-seg sup.iconbis-evt_quote-left:after, .source-seg sup.iconbis-evt_quote-right:before {
    white-space: nowrap
}

.source-seg_text {
    cursor: pointer;
    padding: 0;
    border-bottom: 1px dotted #7893a1
}

.source-seg_text.over {
    background-color: #7893a1
}

.source-seg_text.selected {
    border-bottom: 1px solid #7893a1
}

.source-seg_panel {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: #ECEFF1;
    border: 1px solid #7d7d7d;
    cursor: text;
    display: block;
    color: #263238;
    font-size: 90%;
    padding: 5px
}

.source-seg_panel_label {
    font-size: 95%;
    font-variant: small-caps;
    margin: 0;
    padding: 0
}

.quoteText.over {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    cursor: pointer
}

.quoteText.selected {
    font-weight: 700
}

.source-ref {
    cursor: pointer
}

.source-ref_text {
    font-weight: 700;
    text-decoration: underline;
    color: #263238
}

.version-reading_text {
    display: inline-block;
    border-left: 1px dotted #607d8b;
    padding-left: .5em;
    cursor: pointer
}

.version-reading_text.over {
    background-color: #d2dbe0
}

.version-reading_text.selected {
    border-left: 2px solid #607d8b
}

.version-reading.blurred, .version-reading.blurred * {
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important;
    border: none
}

.iconbis-evt_fork {
    margin-right: 2px;
    color: #263238;
    font-size: .9em
}

.version-apparatus-entry {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    background: 0 0;
    color: #263238;
    font-size: 90%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    cursor: text !important
}

.version-apparatus-entry span {
    background: 0 0;
    display: inline-block
}

.version-apparatus-entry.blurred {
    border: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000
}

.version-apparatus-entry_tools {
    padding: 0;
    float: right;
    display: block;
    position: relative;
    bottom: 6px;
    right: -2px;
    background: 0 0;
    text-align: center
}

.version-apparatus-entry_tools button-switch {
    margin-right: 0;
    font-size: 70%
}

.version-apparatus-entry_tools button-switch .buttonSwitch {
    box-shadow: none;
    border: 1px solid transparent
}

.version-apparatus-entry_tools button-switch.active .buttonSwitch, .version-apparatus-entry_tools button-switch:hover .buttonSwitch {
    -o-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -khtml-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
    background-color: #f5f8f8;
    border: 1px solid #7d7d7d
}

.version-apparatus-entry_main-content {
    padding: 5px;
    font-size: 105%;
    border-top: 1px solid #7d7d7d
}

.version-apparatus-entry_other-content {
    border-top: 3px double #7d7d7d;
    border-bottom: 1px solid #7d7d7d
}

.version-apparatus-entry_other-content p {
    padding: 0 10px
}

.version-apparatus-entry_other-content_headers {
    z-index: 2;
    position: relative
}

.version-apparatus-entry_other-content_headers:not(.closed) {
    -o-box-shadow: 0 9px 5px -4px #f5f8f8;
    -khtml-box-shadow: 0 9px 5px -4px #f5f8f8;
    -ms-box-shadow: 0 9px 5px -4px #f5f8f8;
    box-shadow: 0 9px 5px -4px #f5f8f8
}

.version-apparatus-entry_other-content_headers span {
    padding: 5px;
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
    border-left: 1px solid #f5f8f8
}

.version-apparatus-entry_other-content_headers span:first-child {
    border-left: none
}

.version-apparatus-entry_other-content_headers span:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.version-apparatus-entry_other-content_headers span.active {
    -o-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -khtml-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    -ms-box-shadow: inset 0 2px 2px -1px #7d7d7d;
    box-shadow: inset 0 2px 2px -1px #7d7d7d;
    background-color: #f5f8f8;
    border-right: 1px solid #f5f8f8
}

.version-apparatus-entry_other-content_headers span.active:not(:first-child) {
    border-left: 1px solid #f5f8f8
}

.version-apparatus-entry_other-content_headers span.active+span {
    border-left: none
}

.version-apparatus-entry_other-content_panels {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f8f8
}

.version-apparatus-entry_other-content_panels:not(.closed) {
    padding: 10px 15px
}

.version-apparatus-entry_other-content_panel {
    display: none
}

.version-apparatus-entry_other-content_panel.active {
    display: block;
    margin-bottom: 10px
}

.version-apparatus-entry_other-content_panel ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 5px 0
}

.version-apparatus-entry_other-content_panel .app_version em {
    font-weight: 700
}

.version-apparatus-entry_other-content_panel .app_version::after {
    content: ""
}

.version-apparatus-entry_other-content_panel .app_version .witnesses {
    display: none
}

.version-apparatus-entry_other-content_panel .app_reading {
    font-weight: 700
}

.version-apparatus-entry_other-content_panel .app_reading .witnesses {
    display: none
}

.version-apparatus-entry_other-content_panel_orthographic_title {
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 95%;
    margin-top: 10px;
    margin-bottom: 10px
}

.version-apparatus-entry .witnesses {
    display: inline
}

.version-apparatus-entry .witnesses .wit {
    margin: 0 3px;
    cursor: pointer;
    text-decoration: underline
}

.version-apparatus-entry .witnesses .wit:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.version-apparatus-entry .witnesses .wit::after {
    text-decoration: none !important
}

.version-apparatus-entry .witnesses .wit.selected {
    cursor: default;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    text-decoration: none
}

.version-apparatus-entry .attributes::before {
    content: " – "
}

.version-apparatus-entry .attributes::after {
    content: ""
}

.version-apparatus-entry .attributes span {
    font-style: italic
}

.version-apparatus-entry .attributes span::after {
    content: ", "
}

.version-apparatus-entry .attributes span:last-child::after {
    content: ""
}

.version-apparatus-entry.noTools {
    border-right: 1px solid #7d7d7d
}

.version-apparatus-entry.noTools .version-apparatus-entry_main-content, .version-apparatus-entry.noTools .version-apparatus-entry_other-content {
    width: 100%
}

.in_version_apparatus .version-apparatus-entry {
    cursor: pointer !important;
    border: 0;
    background: 0 0
}

.in_version_apparatus .version-apparatus-entry:hover, .in_version_apparatus .version-apparatus-entry:hover>* {
    background: 0 0
}

.in_version_apparatus .version-apparatus-entry_tools {
    border: 0;
    padding-left: 0
}

.in_version_apparatus .version-apparatus-entry_tools button-switch .buttonSwitch {
    border: 1px solid transparent
}

.in_version_apparatus .version-apparatus-entry_main-content {
    border: 0
}

.in_version_apparatus .version-apparatus-entry_other-content {
    display: none
}

.in_version_apparatus.active .version-apparatus-entry {
    background: 0 0
}

.blurred .version-apparatus-entry, .blurred .version-apparatus-entry * {
    border: none !important;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: transparent !important;
    text-shadow: 0 0 5px #000 !important;
    background: transparent !important
}

.moreInfo-label {
    font-weight: 700;
    font-variant: small-caps
}

.moreInfo-label:after {
    content: ": "
}

.moreInfo-metadataTitle {
    border-top: 1px solid #999;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-variant: small-caps;
    font-size: 95%;
    margin-top: 10px;
    margin-bottom: 10px
}

.app_reading_content {
    margin-bottom: 20px !important
}

.evt-version-ref {
    margin: 0 3px;
    cursor: pointer;
    text-decoration: underline !important
}

.evt-version-ref:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}

.evt-version-ref::after {
    text-decoration: none !important
}

.evt-version-ref.selected {
    cursor: default;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    text-decoration: none
}

.evt-version-ref_text:not(.selected):not(.not-select) {
    text-decoration: underline !important
}

.evt-version-ref_text.not-select {
    font-weight: 700;
    cursor: default
}

.navBarSliderWrapper {
    height: 45px;
    background: #263238;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center
}

#sliderValue {
    font-size: .5em;
    display: inline;
    color: #fff;
    position: relative
}

.navBarSlider {
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    min-width: 50vw;
    width: 68vw;
    text-align: initial
}

.navBarSlider .rzslider {
    margin: auto
}

.navBarSlider .rzslider .rz-bar {
    height: 8px;
    margin-top: -2px
}

.navBarSlider .rzslider .rz-selection {
    background: #607d8b
}

.navBarSlider .rzslider .rz-bubble {
    background: #fff;
    font-size: .85rem;
    bottom: 10px;
    border: 1px solid;
    border-radius: 4px;
    opacity: .8
}

.navBarSlider .rzslider .rz-bubble.rz-model-value {
    opacity: 1
}

.navBarSlider .rzslider[disabled] .rz-bubble {
    opacity: .8
}

.navBarSlider .rzslider .rz-pointer {
    top: -4px;
    width: 22px;
    height: 13px;
    background-color: #ECEFF1;
    border: 1px solid;
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    outline: 0
}

.navBarSlider .rzslider .rz-pointer:hover {
    background: #fff
}

.navBarSlider .rzslider .rz-pointer:after {
    content: none
}

.navBarSlider .buttonSlider {
    cursor: pointer;
    position: relative
}

.navBarSlider #left, .navBarSlider #leftLeft, .navBarSlider #right, .navBarSlider #rightRight {
    background: #bedde0;
    border-radius: 16px;
    font-size: 15px;
    top: 3px
}

.navBarSlider #thumbnails, .navBarSlider #visColl {
    border-radius: 16px;
    top: 3px;
    background: #bedde0
}

.navBar-closer>span:nth-child(1) .fa-caret-down {
    transform: rotate(180deg)
}

.viscollContainer {
    height: 100%;
    vertical-align: top;
    width: 100%;
    max-height: 300px;
    padding-bottom: 20px
}

.viscollContainer:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3
}

.selectorViscoll {
    font-size: .5em;
    margin-bottom: 5px
}

.selectorViscoll label {
    display: block
}

.selectorViscoll .selector {
    margin: 0
}

.imgSelectorViscoll {
    display: block
}

.imgSelectorViscoll_empty {
    padding-top: 10px;
    font-size: .5em;
    height: 170px;
    width: 100%;
    font-style: italic
}

.quireSelector {
    width: 100%;
    padding: 30px;
    font-size: .5em;
    position: relative
}

.quireNumber {
    position: relative;
    display: block;
    font-size: 1.3rem;
    font-variant: small-caps;
    margin-bottom: 10px
}

.viscollItemsContainer {
    padding: 0 30px
}

.viscollItem-leftContainer {
    width: 20%;
    display: inline-block
}

.viscollItem-rightContainer {
    width: 77%;
    display: inline-block;
    vertical-align: top
}

.viscollContainer svg {
    position: relative;
    background: #396f7b;
    height: auto;
    width: 70%;
    border-radius: 8px;
    margin-bottom: 5px
}

.viscollContainer svg .over_unit .leaf, .viscollContainer svg>g:hover .leaf {
    cursor: pointer;
    stroke: #FFC107
}

.viscollContainer svg .active_unit.first_unit .leaf {
    stroke: #ff9800;
    cursor: default
}

.viscollContainer svg .active_unit.second_unit .leaf {
    stroke: #ff5722;
    cursor: default
}

.viscollContainer .thumbnail.first_unit img {
    border-color: #ff9800
}

.viscollContainer .thumbnail.second_unit img {
    border-color: #ff5722
}

.viscollContainer .thumbnail img {
    height: auto;
    width: 120px
}

.viscollContainer .thumbnail figcaption {
    width: 120px
}

.viscollContainer .thumbnail.missing {
    cursor: not-allowed
}

.viscollContainer .thumbnail.missing:hover figcaption {
    background: rgba(0, 0, 0, .2) !important
}

.viscollContainer .thumbnail.notLeaf {
    cursor: default;
    opacity: .3;
    border: 2px solid;
    background: #d3d3d3
}

.viscollContainer .thumbnail.notLeaf img {
    visibility: hidden
}

.viscollContainer .thumbnail.notLeaf i {
    top: 3px;
    position: relative
}

.viscollContainer .thumbnail.notLeaf:hover figcaption {
    background: rgba(0, 0, 0, .2) !important
}

.search-box {
    max-height: 30px;
    transition: max-height .5s;
    display: none;
    min-width: calc(100% - 8px);
    position: absolute;
    bottom: 7px;
    left: 4px;
    margin: 40px 0;
    background: #fff;
    border-top: 2px solid #263238
}

.search-box.open {
    display: inline-block
}

.search-box form {
    height: 30px;
    border-bottom: 2px solid #263238
}

.search-box .search-results {
    overflow: auto
}

.show {
    display: block !important
}

.hide {
    display: none
}

.show-visibility {
    visibility: visible
}

.hide-visibility {
    visibility: hidden
}

.search-box.internal.results-open {
    max-height: -o-calc(100% - 84px - 6px);
    max-height: calc(100% - 84px - 6px);
    transition: max-height .5s
}

.search-box.internal button-switch {
    margin-right: 0
}

.search-box.internal button-switch[data-type=searchCaseSensitive] .buttonSwitch-active, .search-box.internal button-switch[data-type=searchExactWord] .buttonSwitch-active, .search-box.internal button-switch[data-type=searchVirtualKeyboard] .buttonSwitch-active {
    background-color: #FFC107
}

.search-box.internal .buttonSwitch {
    width: 30px;
    border-right: 2px solid #263238;
    background-color: #fff
}

.search-box.internal .buttonSwitch .icon-evt_close {
    font-size: 14px;
    font-weight: 700;
    left: 4px
}

.search-box.internal .buttonSwitch.buttonSwitch-active .icon-evt_close {
    color: #263238
}

.search-box.internal .btn-left button-switch:first-child .buttonSwitch, .search-box.internal .btn-right button-switch:first-child .buttonSwitch {
    border-left: 2px solid #263238
}

.search-box.internal .btn-left {
    float: left
}

.search-box.internal .btn-left button-switch[data-type=searchResultsHide] {
    border-left: 2px solid #263238
}

.search-box.internal .btn-right {
    float: right
}

.search-box.internal .btn-right button-switch:first-child .buttonSwitch {
    border: 0
}

.search-box.internal .btn-right .buttonSwitch-disabled[title=Previous] {
    border-left: 2px solid
}

.search-box.internal input[type=text] {
    font-family: Junicode;
    font-size: 18px;
    height: 27px;
    width: calc(100% - 230px);
    position: absolute;
    top: .9px;
    padding: 0 5px;
    border: transparent
}

.search-box.internal input[type=text]:focus {
    outline: 0
}

.search-box.internal .search-results {
    height: 95%;
    padding: 4%
}

.search-box.internal .search-results p {
    display: block;
    margin-top: 0
}

.search-box.internal .search-results .token {
    padding-bottom: 5px
}

.search-box.internal .search-results .icon {
    cursor: pointer
}

.search-box.internal .search-results .icon:before {
    content: '\25B6';
    font-size: 12px;
    position: relative;
    bottom: 2px;
    left: 3px
}

.search-box.internal .search-results .icon.active:before {
    content: '\25BC'
}

.search-box.internal .search-results .search-info {
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: calc(100% - 16px);
    top: 30px;
    left: 0;
    padding-top: 15px
}

.search-box.internal .search-results .search-info p:first-child {
    margin-bottom: 0
}

.search-box.internal .search-results .search-info+.token-results {
    padding-top: 80px
}

.search-box.internal .search-results .result-doc, .search-box.internal .search-results .result-token {
    font-style: italic
}

.search-box.internal .search-results .result-token {
    font-weight: 700
}

.search-box.internal .search-results .results-number {
    font-size: 16px;
    padding-left: 5px
}

.search-box.internal .search-results .search-result {
    display: none;
    margin-bottom: 30px
}

.search-box.internal .search-results .search-result .original-text {
    display: block;
    font-style: italic
}

.search-box.internal .search-results .search-result .resultInfo {
    font-size: 17px;
    background-color: #ECEFF1;
    color: #000;
    padding: 7px;
    position: relative;
    top: 6px;
    border-radius: 4px
}

.search-box.internal .search-results .search-result li {
    list-style: none;
    margin-bottom: 25px
}

.search-box.internal .search-results .search-result li:not(:last-child) {
    border-bottom: 1px solid #CCCC;
    padding-bottom: 25px
}

.search-box.internal .search-results .search-result.open {
    display: block;
    padding-left: 35px
}

.search-box.internal .ui-keyboard-input-current {
    box-shadow: none
}

.search-box.external {
    height: auto;
    position: absolute;
    right: 4px;
    border: 2px solid #263238;
    background-color: #fff
}

.search-box.external .searchBtnGroup, .search-box.external input {
    display: none
}

.search-box-index {
    display: block;
    background-color: grey
}

.search-box-index #indexProgressBar {
    width: 1%;
    background-color: green;
    height: 27px
}

.indexingInProgress .loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) !important
}

.indexingInProgress .loading .fa {
    color: #fff !important
}

.ui-keyboard {
    width: 325px;
    top: auto !important;
    left: 30px !important;
    bottom: 35px;
    padding: 10px;
    text-align: left;
    border: 2px solid #263238;
    background-color: #fff
}

.ui-keyboard .ui-keyboard-button {
    margin-right: 6px;
    margin-bottom: 3px;
    border-radius: 2px;
    border: 1px solid #7d7d7d;
    font-family: Junicode;
    font-size: 15px;
    line-height: .8em
}

.ui-keyboard .ui-keyboard-button:hover {
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .4)inset
}

.ui-keyboard .ui-keyboard-keyset {
    text-align: left;
    white-space: initial
}

.ui-keyboard .ui-keyboard-actionkey-wrapper {
    display: flex;
    justify-content: flex-end
}

.ui-keyboard .ui-keyboard-button-endrow {
    display: none
}

.results-open .ui-keyboard {
    top: 35px !important;
    bottom: auto
}

.toc_doc {
    margin: 0
}

.toc_doc.open {
    background-color: #ECEFF1
}

.toc_doc:not(:last-child) {
    border-bottom: 1px solid #ECEFF1
}

.toc_doc_head {
    cursor: pointer;
    display: block;
    padding: 10px;
    padding-left: 20px
}

.toc_doc_head:before {
    content: '\25B6';
    font-size: 12px;
    position: relative;
    bottom: 2px;
    left: -5px
}

.toc_doc_head.open:before {
    content: '\25BC'
}

.toc_doc_details {
    display: none;
    padding-left: 20px;
    padding-bottom: 7px
}

.toc_doc_details.open {
    display: inline-flex
}

.toc_doc_details div {
    display: block;
    margin-right: 3em
}

.toc_doc_details .list_head {
    display: block;
    font-variant: small-caps
}

.toc_doc_details .list_head_sub {
    font-style: italic;
    margin-left: -20px
}

.toc_doc_details ul {
    margin: 3px 0 5px;
    padding-left: 20px
}

.toc_doc_details ul li {
    cursor: pointer
}

.toc_doc_details ul li span.indexLink:hover {
    text-decoration: underline
}

.diplomaticEdition .choice {
    position: relative;
    text-align: center
}

.diplomaticEdition .choice.hover .expan, .diplomaticEdition .choice:hover .expan {
    display: inline;
    min-width: 20px;
    z-index: 99;
    white-space: nowrap
}

.diplomaticEdition .choice .abbr.hover, .diplomaticEdition .choice .abbr:hover {
    text-decoration: underline;
    color: #561c0a
}

.diplomaticEdition .choice .expan {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    padding: 5px 2px;
    margin-top: 30px;
    left: 0;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067
}

.diplomaticEdition .choice .expan:before {
    content: url(../images/popup_before.png);
    left: 15%;
    position: absolute;
    top: -12px
}

.diplomaticEdition .choice .expan, .diplomaticEdition .choice .expan * {
    background: #e5dac4 !important
}

.diplomaticEdition .choice .expan>.ex, .diplomaticEdition .choice .reg>.expan {
    font-size: 100%;
    position: relative;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    -o-box-shadow: 0 0 0;
    -khtml-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.diplomaticEdition .choice .expan>.ex:before, .diplomaticEdition .choice .reg>.expan:before {
    content: none
}

.diplomaticEdition .choice .abbr {
    color: purple;
    z-index: 9;
    text-decoration: underline
}

.diplomaticEdition .choice .corr, .diplomaticEdition .choice .reg {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    padding: 5px 8px;
    margin-top: 30px
}

.diplomaticEdition .choice .corr:before, .diplomaticEdition .choice .reg:before {
    left: 15%;
    position: absolute;
    top: -13px
}

.diplomaticEdition .choice .corr {
    left: 3em !important
}

.diplomaticEdition .choice .corr, .diplomaticEdition .choice .corr * {
    background: #f99069 !important
}

.diplomaticEdition .choice .reg:before {
    content: url(../images/popup_before.png)
}

.diplomaticEdition .choice .reg, .diplomaticEdition .choice .reg * {
    background: #e5dac4 !important
}

.diplomaticEdition .choice .orig.hover, .diplomaticEdition .choice .orig:hover {
    color: #561c0a
}

.diplomaticEdition .choice.hover .corr, .diplomaticEdition .choice.hover .reg, .diplomaticEdition .choice:hover .corr, .diplomaticEdition .choice:hover .reg {
    display: inline;
    min-width: 20px;
    text-align: center;
    z-index: 9;
    white-space: nowrap;
    left: 0
}

.diplomaticEdition .choice.hover .corr, .diplomaticEdition .choice:hover .corr {
    -khtml-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

.diplomaticEdition .choice .sup {
    line-height: 20px;
    vertical-align: 20%
}

.diplomaticEdition .choice .under {
    line-height: 20px;
    vertical-align: -20%
}

.diplomaticEdition .choice .corr:after, .diplomaticEdition .choice .corr:before {
    content: ""
}

.diplomaticEdition .choice .corr {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    border: 1.5px solid #000;
    border-radius: 3px;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    padding: 5px 8px;
    margin-top: 30px
}

.diplomaticEdition .choice .corr:before {
    content: url(../images/popup_before_corr.png);
    left: 15%;
    position: absolute;
    top: -13px
}

.diplomaticEdition .choice .sic {
    color: #934d4d
}

.diplomaticEdition .choice .sic.hover, .diplomaticEdition .choice .sic:hover {
    color: #561c0a
}

.diplomaticEdition .choice.hover .corr, .diplomaticEdition .choice:hover .corr {
    display: inline;
    min-width: 20px;
    text-align: center
}

.diplomaticEdition .choice.hover .sic, .diplomaticEdition .choice:hover .sic {
    text-decoration: underline
}

.diplomaticEdition .mapping[data-type=diplomatic], .diplomaticEdition .mapping[data-type=orig] {
    display: inline
}

.diplomaticEdition .hi[data-rend="7init"] {
    font-size: 200%;
    font-weight: 700
}

.diplomaticEdition .hi[data-rend="init3.1"] {
    font-size: 180%;
    font-weight: 700
}

.diplomaticEdition .hi[data-rend=cap] {
    text-transform: uppercase
}

.diplomaticEdition .hi[data-rend=double] {
    font-size: 120%
}

.diplomaticEdition .choice:after, .diplomaticEdition .choice:before {
    content: ""
}

.diplomaticEdition .choice.hover .reg, .diplomaticEdition .choice:hover .reg {
    display: inline;
    min-width: 20px;
    z-index: 9;
    white-space: nowrap
}

.diplomaticEdition .choice.hover .orig, .diplomaticEdition .choice:hover .orig {
    color: #561c0a;
    text-decoration: underline
}

.diplomaticEdition .choice .corr {
    display: none
}

.diplomaticEdition .choice .orig {
    color: #69513a
}

.diplomaticEdition .choice .orig .sup {
    line-height: 20px;
    vertical-align: 20%
}

.diplomaticEdition .choice .orig .under {
    line-height: 20px;
    vertical-align: -20%
}

.diplomaticEdition .reg {
    font-size: 85%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    padding: 5px 2px;
    margin-top: 30px;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    left: 0
}

.diplomaticEdition .reg:before {
    content: url(../images/popup_before.png);
    left: 15%;
    position: absolute;
    top: -12px
}

.diplomaticEdition .reg span {
    background: 0 0
}

.diplomaticEdition .reg, .diplomaticEdition .reg * {
    background: #e5dac4 !important
}

.diplomaticEdition .add {
    background-color: #bdecb6
}

.diplomaticEdition .del {
    background-color: red;
    text-decoration: line-through
}

.diplomaticEdition .damage {
    background-color: rgba(193, 193, 193, .7)
}

.diplomaticEdition .char .charname, .diplomaticEdition .char .mapping, .diplomaticEdition .glyph .glyphname, .diplomaticEdition .glyph .mapping {
    display: none
}

.diplomaticEdition .center, .diplomaticEdition [rend=center] {
    text-align: center;
    width: 92%;
    display: inline-table;
    background: #FFF
}

.diplomaticEdition .right, .diplomaticEdition [rend=right] {
    text-align: right;
    display: inline-table;
    background: #FFF
}

.diplomaticEdition .left, .diplomaticEdition [rend=left] {
    display: inline-table
}

.diplomaticEdition [data-rend=red] {
    color: red
}

.diplomaticEdition .attachment {
    border: 1px solid #000;
    padding: 5px 0 0 10px
}

.diplomaticEdition .lineN {
    color: grey;
    font-size: .8em
}

.diplomaticEdition .subst {
    text-decoration: underline
}

.diplomaticEdition .zone {
    margin-bottom: 5px
}

.interpretativeEdition .choice {
    position: relative;
    text-align: center
}

.interpretativeEdition .choice:after, .interpretativeEdition .choice:before {
    content: ""
}

.interpretativeEdition .choice.hover .abbr, .interpretativeEdition .choice:hover .abbr {
    display: inline;
    min-width: 20px;
    z-index: 99;
    white-space: nowrap
}

.interpretativeEdition .choice .expan.hover, .interpretativeEdition .choice .expan:hover {
    text-decoration: underline;
    color: #561c0a
}

.interpretativeEdition .choice .abbr {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    padding: 5px 2px;
    margin-top: 30px;
    left: 0;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067
}

.interpretativeEdition .choice .abbr:before {
    content: url(../images/popup_before.png);
    left: 15%;
    position: absolute;
    top: -12px
}

.interpretativeEdition .choice .abbr, .interpretativeEdition .choice .abbr * {
    background: #e5dac4 !important
}

.interpretativeEdition .choice .orig>.abbr {
    font-size: 100%;
    position: relative;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    -o-box-shadow: 0 0 0;
    -khtml-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.interpretativeEdition .choice .orig>.abbr:before {
    content: none
}

.interpretativeEdition .choice .expan {
    color: purple;
    z-index: 9;
    text-decoration: underline
}

.interpretativeEdition .choice .orig, .interpretativeEdition .choice .sic {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    padding: 5px 8px;
    margin-top: 30px
}

.interpretativeEdition .choice .orig:before, .interpretativeEdition .choice .sic:before {
    left: 15%;
    position: absolute;
    top: -13px
}

.interpretativeEdition .choice .sic {
    left: 3em !important
}

.interpretativeEdition .choice .sic, .interpretativeEdition .choice .sic * {
    background: #f99069 !important
}

.interpretativeEdition .choice .orig:before {
    content: url(../images/popup_before.png)
}

.interpretativeEdition .choice .orig, .interpretativeEdition .choice .orig * {
    background: #e5dac4 !important
}

.interpretativeEdition .choice .reg {
    color: #69513a
}

.interpretativeEdition .choice .reg.hover, .interpretativeEdition .choice .reg:hover {
    color: #561c0a
}

.interpretativeEdition .choice.hover .orig, .interpretativeEdition .choice.hover .sic, .interpretativeEdition .choice:hover .orig, .interpretativeEdition .choice:hover .sic {
    display: inline;
    min-width: 20px;
    text-align: center;
    z-index: 9;
    white-space: nowrap
}

.interpretativeEdition .choice.hover .sic, .interpretativeEdition .choice:hover .sic {
    -khtml-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

.interpretativeEdition .choice.hover .reg, .interpretativeEdition .choice:hover .reg {
    text-decoration: underline
}

.interpretativeEdition .choice .sup {
    line-height: 20px;
    vertical-align: 20%
}

.interpretativeEdition .choice .under {
    line-height: 20px;
    vertical-align: -20%
}

.interpretativeEdition .choice .sic:after, .interpretativeEdition .choice .sic:before {
    content: ""
}

.interpretativeEdition .choice .sic {
    font-size: 80%;
    position: absolute;
    line-height: 16px;
    display: none;
    border: 1.5px solid #000;
    border-radius: 3px;
    -o-box-shadow: 2px 2px 2px #7e7067;
    -khtml-box-shadow: 2px 2px 2px #7e7067;
    -ms-box-shadow: 2px 2px 2px #7e7067;
    box-shadow: 2px 2px 2px #7e7067;
    padding: 5px 8px;
    margin-top: 30px
}

.interpretativeEdition .choice .sic:before {
    content: url(../images/popup_before_corr.png);
    left: 15%;
    position: absolute;
    top: -13px
}

.interpretativeEdition .choice .corr {
    color: #934d4d
}

.interpretativeEdition .choice .corr.hover, .interpretativeEdition .choice .corr:hover {
    color: #561c0a
}

.interpretativeEdition .choice.hover .sic, .interpretativeEdition .choice:hover .sic {
    display: inline;
    min-width: 20px;
    text-align: center
}

.interpretativeEdition .choice.hover .corr, .interpretativeEdition .choice:hover .corr {
    text-decoration: underline
}

.interpretativeEdition .mapping[data-type=interpretative], .interpretativeEdition .mapping[data-type=normalized], .interpretativeEdition .mapping[data-type=reg] {
    display: inline
}

.interpretativeEdition .attachment {
    border: 1px solid #000;
    padding: 5px 0 0 10px
}

.interpretativeEdition .lineN {
    color: grey;
    font-size: .8em
}

.interpretativeEdition .resp {
    font-weight: 700
}

.interpretativeEdition .red {
    color: red
}

.interpretativeEdition .hi[data-rend="7init"] {
    font-size: 140%
}

.interpretativeEdition .hi[data-rend="init3.1"] {
    font-size: 120%
}

.interpretativeEdition .hi[data-rend=cap] {
    text-transform: uppercase
}

.interpretativeEdition .hi[data-rend=double] {
    font-size: 120%
}

.interpretativeEdition .ex {
    font-style: italic
}

.interpretativeEdition .zone {
    margin-bottom: 5px
}

.interpretativeEdition .p {
    display: block
}

.interpretativeEdition .center, .interpretativeEdition [rend=center] {
    text-align: center;
    width: 92%;
    display: inline-table;
    background: #fff
}

.interpretativeEdition .right, .interpretativeEdition [rend=right] {
    text-align: right;
    display: inline-table;
    background: #fff
}

.interpretativeEdition .left, .interpretativeEdition [rend=left] {
    display: inline-table
}

.interpretativeEdition .subst {
    position: relative;
    margin: 0;
    padding: 0
}

.interpretativeEdition .del:before {
    content: "[["
}

.interpretativeEdition .del:after {
    content: "]]"
}

.interpretativeEdition .add:after, .interpretativeEdition .add:before {
    content: "|"
}

.highlight {
    border: 1px solid #4c2f2f;
    background-color: #c67261;
    opacity: .4;
    filter: alpha(opacity=40)
}

.selectedHighlight {
    filter: alpha(opacity=50);
    border: 1px solid #4c2f2f;
    background-color: #9c4837;
    opacity: .5
}

.nohighlight {
    display: none
}

div.hotspot {
    filter: alpha(opacity=50);
    border: 1px solid #4c2f2f;
    background-color: #9c4837;
    opacity: .5
}

div.hotspot:hover {
    cursor: help
}

a.hotspot {
    width: 30px;
    height: 30px
}

img.hotspot {
    width: 30px !important;
    height: 30px !important;
    display: block !important
}

div.hotspot-dida {
    background-color: #fff;
    color: #000;
    border: 2px solid #4e443c;
    border-radius: 2px;
    padding: 0;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .7)
}

div.hotspot-dida-title {
    height: 25px;
    margin: 0;
    text-align: center;
    width: 100%;
    background: #263238;
    color: #fff;
    padding: 0 2px;
    opacity: 1
}

div.hotspot-dida-body {
    font-size: 16px;
    height: 80%;
    overflow-y: auto;
    border: none !important;
    padding: 6px !important
}

div#osd-img {
    color: #ECEFF1;
    background: #000;
    overflow: hidden;
    text-align: center;
    padding: 0;
    height: 100%
}

div#osd-img * img {
    display: block !important
}

.fa-times {
    float: right
}

.fa-times:hover {
    cursor: pointer
}

.leaf {
    stroke: #fff;
    stroke-width: 2pt;
    left: 50px;
    fill: none;
    stroke-linecap: round
}

.leaf:hover {
    stroke: #d3d3d3
}

.leaf:active {
    stroke: #000
}

.missingLeaf {
    stroke: #D3D3D3;
    stroke-width: 1pt;
    fill: none;
    stroke-linecap: round
}

.replacedLeaf {
    stroke: #000;
    stroke-dasharray: .25, 2;
    stroke-width: 1pt;
    fill: none;
    stroke-linecap: round
}

.addedLeaf {
    stroke: #000;
    stroke-dasharray: .8, 2;
    stroke-width: .8pt;
    fill: none;
    stroke-linecap: square
}

.addedLeaf2 {
    stroke: #000;
    stroke-dasharray: .8, 2;
    stroke-width: 1.8pt;
    fill: none
}

.notLeaf {
    stroke: transparent;
    stroke-width: .8pt;
    fill: none;
    stroke-linecap: square
}

.glued {
    stroke: grey;
    stroke-width: .5;
    stroke-linecap: round
}

@font-face {
    font-family: Junicode;
    src: url(../fonts/Junicode.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Junicode-bold;
    src: url(../fonts/Junicode-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Junicode-italic;
    src: url(../fonts/Junicode-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: evt;
    src: url(../fonts/evt.eot?4bzo0m);
    src: url(../fonts/evt.eot?4bzo0m#iefix) format("embedded-opentype"), url(../fonts/evt.ttf?4bzo0m) format("truetype"), url(../fonts/evt.woff?4bzo0m) format("woff"), url(../fonts/evt.svg?4bzo0m#evt) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: evtbis-icons;
    src: url(../fonts/evtbis-icons.eot?d0cprc);
    src: url(../fonts/evtbis-icons.eot?d0cprc#iefix) format("embedded-opentype"), url(../fonts/evtbis-icons.ttf?d0cprc) format("truetype"), url(../fonts/evtbis-icons.woff?d0cprc) format("woff"), url(../fonts/evtbis-icons.svg?d0cprc#evt) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: evt !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=" iconbis-"], [class^=iconbis-] {
    font-family: evtbis-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-evt_3dhop:before {
    content: "\e800"
}

.icon-evt_add:before {
    content: "\e900"
}

.icon-evt_advanced-search:before {
    content: "\f013"
}

.icon-evt_align:before {
    content: "\e937"
}

.icon-evt_book:before {
    content: "\e901"
}

.icon-evt_bookmark-alt:before {
    content: "\e902"
}

.icon-evt_bookmark-alt2:before {
    content: "\e938"
}

.icon-evt_bookmark:before {
    content: "\e903"
}

.icon-evt_bookreader-alt:before {
    content: "\e939"
}

.icon-evt_bookreader:before {
    content: "\e904"
}

.icon-evt_books:before {
    content: "\e905"
}

.icon-evt_case-sensitive:before {
    content: "\e93f"
}

.icon-evt_close:before {
    content: "\e8f6"
}

.icon-evt_code:before {
    content: "\e907"
}

.icon-evt_collation:before {
    content: "\e908"
}

.icon-evt_color-legend:before {
    content: "\e909"
}

.icon-evt_color-lens:before {
    content: "\e90a"
}

.icon-evt_colors-fill:before {
    content: "\e90b"
}

.icon-evt_copyright:before {
    content: "\e90c"
}

.icon-evt_drop-down:before {
    content: "\e90d"
}

.icon-evt_drop-up:before {
    content: "\e90e"
}

.icon-evt_exact-match:before {
    content: "\e940"
}

.icon-evt_filter:before {
    content: "\e90f"
}

.icon-evt_find-in-page:before {
    content: "\e910"
}

.icon-evt_font-size-minus-alt:before {
    content: "\e93a"
}

.icon-evt_font-size-minus:before {
    content: "\e914"
}

.icon-evt_font-size-plus-alt:before {
    content: "\e915"
}

.icon-evt_font-size-plus:before {
    content: "\e916"
}

.icon-evt_font-size-reset-alt:before {
    content: "\e93b"
}

.icon-evt_font-size-reset:before {
    content: "\e917"
}

.icon-evt_font-size:before {
    content: "\e93d"
}

.icon-evt_fragment:before {
    content: "\e918"
}

.icon-evt_heatmap-alt:before {
    content: "\e919"
}

.icon-evt_heatmap:before {
    content: "\e91a"
}

.icon-evt_help-alt:before {
    content: "\e91b"
}

.icon-evt_help:before {
    content: "\e91c"
}

.icon-evt_hotspot:before {
    content: "\e91d"
}

.icon-evt_imgtxt:before {
    content: "\e91e"
}

.icon-evt_info-alt-r:before {
    content: "\e91f"
}

.icon-evt_info-alt-sq:before {
    content: "\e920"
}

.icon-evt_info-alt:before {
    content: "\e921"
}

.icon-evt_info:before {
    content: "\e922"
}

.icon-evt_keyboard:before {
    content: "\f11c"
}

.icon-evt_link:before {
    content: "\e923"
}

.icon-evt_list-alt:before {
    content: "\e924"
}

.icon-evt_list:before {
    content: "\e925"
}

.icon-evt_mail:before {
    content: "\e926"
}

.icon-evt_menu:before {
    content: "\e927"
}

.icon-evt_more-horiz:before {
    content: "\e928"
}

.icon-evt_more-vert:before {
    content: "\e929"
}

.icon-evt_next:before {
    content: "\f105"
}

.icon-evt_note:before {
    content: "\e92a"
}

.icon-evt_paragraph:before {
    content: "\e92b"
}

.icon-evt_pin-alt-on:before {
    content: "\e92c"
}

.icon-evt_pin-off:before {
    content: "\e92d"
}

.icon-evt_pin-on:before {
    content: "\e92e"
}

.icon-evt_previous:before {
    content: "\f104"
}

.icon-evt_search-results-close:before {
    content: "\f103"
}

.icon-evt_search-results-open:before {
    content: "\f102"
}

.icon-evt_search:before {
    content: "\e92f"
}

.icon-evt_thumbnails:before {
    content: "\e93e"
}

.icon-evt_txt:before {
    content: "\e930"
}

.icon-evt_txttxt:before {
    content: "\e931"
}

.icon-evt_viscoll:before {
    content: "\e801"
}

.icon-evt_zoom-fit:before {
    content: "\e932"
}

.icon-evt_zoom-in:before {
    content: "\e935"
}

.icon-evt_zoom-out:before {
    content: "\e934"
}

.icon-evt_zoom-reset:before {
    content: "\e933"
}

.icon-evt_zoom-reset1:before {
    content: "\e93c"
}

.icon-evt_zoom:before {
    content: "\e936"
}

.iconbis-evt_srctxt:before {
    content: "\e945"
}

.iconbis-evt_versions:before {
    content: "\e944"
}

.iconbis-evt_quote-left:before {
    content: "\e943"
}

.iconbis-evt_quote-right:before {
    content: "\e941"
}

.iconbis-evt_fork:before {
    content: "\e942"
}

.iconbis-evt_analogue:before, .iconbis-evt_schema:before {
    content: "\e93f"
}

.fa-rotate-45 {
    transform: rotate(45deg)
}

.fw {
    display: block;
    width: 100%
}

.fw[data-place=top-middle] {
    text-align: center
}

.fw[data-place=top-right] {
    text-align: right
}

.fw[data-place=top-left] {
    text-align: left
}

[data-type=hot-spot] {
    display: none
}

.bibl .editor {
    font-style: italic
}

.bibl .title {
    font-weight: 700
}

.del {
    text-decoration: none
}

.div {
    display: block;
    margin: 15px 0;
    background: inherit
}

.emph {
    font-style: italic;
    font-weight: bolder
}

.encodingError {
    font-variant: small-caps;
    background: url(../images/encodingError.png) repeat-x
}

.encodingError::before {
    content: "[ERROR]"
}

.figure {
    display: block;
    text-align: center;
    margin: 10px 0
}

.figure .desc {
    font-size: 90%
}

.front .titlePage {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 110%;
    display: block
}

.head {
    display: block;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.head .ng-scope {
    font-weight: 400
}

.l {
    display: inline;
    background: inherit
}

.l.inApparatus {
    display: inline-block
}

.l.inApparatus::after {
    content: " // "
}

.l-block {
    display: block
}

.l-hasLineN[data-rend=indent] .lineContent, .l[data-rend=indent]:not(.l-hasLineN) {
    text-indent: 1.5rem
}

.l .lineContent {
    display: inline-block
}

.l-hasLineN[data-rend=indent] {
    text-indent: 0 !important
}

.l-indent:not(.l-hasLineN) {
    margin-left: 34px
}

.l .lineN {
    text-align: right;
    color: grey;
    font-size: .8em;
    margin-right: 10px;
    height: 100%;
    width: 24px !important;
    display: inline-block
}

.fragment, .lacuna {
    font-variant: small-caps;
    font-size: 60%;
    vertical-align: 10%
}

.lacunaEnd, .lacunaStart {
    display: none
}

.lb .lineN {
    text-align: right;
    color: grey;
    font-size: .8em;
    margin-right: 10px;
    height: 100%;
    width: 24px !important;
    display: inline-block
}

.fragment {
    min-height: 10px;
    height: 10px;
    position: relative;
    display: block;
    padding: 8px 0 39px;
    min-width: 100%;
    width: 109.5%;
    left: -5%;
    margin: 0
}

.fragment-start {
    background: #bdbdbd;
    background: linear-gradient(to bottom, #eceff1 0, #bdbdbd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$box-witness-background-color', endColorstr=' #bdbdbd', GradientType=0);
    margin-bottom: 20px;
    -o-box-shadow: inset 0 -10px 9px -8px #000;
    -khtml-box-shadow: inset 0 -10px 9px -8px #000;
    -ms-box-shadow: inset 0 -10px 9px -8px #000;
    box-shadow: inset 0 -10px 9px -8px #000
}

.fragment-start::after {
    background: linear-gradient(-45deg, #eceff1 8px, transparent 0), linear-gradient(45deg, #eceff1 8px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px
}

.fragment-end {
    background: #bdbdbd;
    background: linear-gradient(to bottom, #bdbdbd 0, #eceff1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=' #bdbdbd', endColorstr='$box-witness-background-color', GradientType=0);
    margin-top: 20px;
    -o-box-shadow: inset 0 10px 9px -8px #000;
    -khtml-box-shadow: inset 0 10px 9px -8px #000;
    -ms-box-shadow: inset 0 10px 9px -8px #000;
    box-shadow: inset 0 10px 9px -8px #000
}

.fragment-end::before {
    background: linear-gradient(-135deg, #eceff1 8px, transparent 0), linear-gradient(135deg, #eceff1 8px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px
}

.lacuna {
    min-height: 10px;
    height: 10px;
    position: relative;
    display: block;
    padding: 8px 0 39px;
    min-width: 100%;
    width: 109.5%;
    left: -5%;
    margin: 20px 0;
    background: #bdbdbd;
    text-align: center;
    padding-top: 20px
}

.lacuna::after {
    background: linear-gradient(-45deg, #eceff1 8px, transparent 0), linear-gradient(45deg, #eceff1 8px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px
}

.lacuna::before {
    background: linear-gradient(-135deg, #eceff1 8px, transparent 0), linear-gradient(135deg, #eceff1 8px, transparent 0);
    background-position: left-top;
    background-repeat: repeat-x;
    background-size: 16px 16px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px
}

.lacunaApp::before {
    top: 1px;
    position: relative
}

.list {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 2%;
    display: block
}

.list .item {
    display: list-item;
    position: relative;
    left: 20px
}

.listChange .change {
    display: list-item;
    margin-left: 1.5rem
}

.msDesc ::before {
    font-weight: 700
}

.msDesc .decoDesc, .msDesc .handDesc {
    display: block;
    margin-bottom: 8px
}

.msDesc .decoDesc:before, .msDesc .handDesc:before, .msDesc .history:before {
    content: "\a";
    display: inline-block;
    white-space: pre
}

.msDesc .msIdentifier {
    display: block;
    margin-bottom: 8px
}

.msDesc .msContents .msItem .author, .msDesc .msContents .msItem .colophon, .msDesc .msContents .msItem .textLang, .msDesc .msContents .msItem .title, .msDesc .msIdentifier .idno, .msDesc .msIdentifier .repository, .msDesc .msIdentifier .settlement {
    display: block
}

.msDesc .history, .msDesc .physDesc {
    display: block;
    margin-top: 8px
}

.msDesc .quote {
    font-style: italic
}

.msDesc .quote::before {
    content: '«';
    font-weight: 400
}

.msDesc .quote::after {
    content: '»'
}

.omission {
    font-style: italic
}

.omission::before {
    content: "[om.]"
}

.p {
    display: block;
    margin-bottom: 5px
}

.pb {
    display: block;
    text-align: center;
    font-size: 80%
}

.pb::before {
    content: '\2014';
    margin-right: 5px
}

.pb::after {
    content: ' \2014';
    margin-left: 5px
}

.speaker {
    font-variant: small-caps;
    font-weight: 700;
    font-size: 90%
}

.speaker::after {
    content: ":"
}

.stage {
    font-style: italic;
    font-size: 90%;
    display: block;
    text-align: center
}

.variance-lem, .witnesses-lem {
    font-weight: 700
}

.variance-rdg, .witnesses-rdg {
    font-style: italic
}

.i, [data-rend=italic] {
    font-style: italic !important
}

[data-rend=bold] {
    font-weight: 700 !important
}

[data-rend=underline] {
    text-decoration: underline !important
}

[data-rendition=pencil] {
    font-weight: lighter;
    color: #a9a9a9;
    text-shadow: 0 0 1px #bfbfbf
}

.address, .addrline {
    display: block;
    font-size: 90%
}

.encodingdesc .editorialdecl {
    display: block
}

.encodingdesc .editorialdecl:before, .encodingdesc .editorialdecl>:before {
    font-variant: small-caps;
    color: #666;
    font-size: 90%
}

.encodingdesc .editorialdecl .correction, .encodingdesc .editorialdecl .hyphenation, .encodingdesc .editorialdecl .interpretation, .encodingdesc .editorialdecl .normalization, .encodingdesc .editorialdecl .punctuation, .encodingdesc .editorialdecl .quotation, .encodingdesc .editorialdecl .segmentation, .encodingdesc .editorialdecl .stdVals {
    display: block
}

.encodingdesc .projectDesc, .encodingdesc .refsDecl {
    display: block;
    margin-top: 14px
}

.fileDesc :before {
    font-variant: small-caps;
    color: #666;
    font-size: 90%
}

.fileDesc .author {
    display: block
}

.fileDesc .author:before {
    content: ""
}

.fileDesc .editor, .fileDesc .notesStmt {
    display: block
}

.fileDesc .notesStmt .note {
    display: block;
    margin-top: 10px
}

.fileDesc .publicationStmt, .fileDesc .publicationStmt>* {
    display: block
}

.fileDesc .publicationStmt:before, .fileDesc .publicationStmt>:before {
    font-variant: small-caps;
    color: #666;
    font-size: 90%
}

.fileDesc .respStmt, .fileDesc .seriesStmt, .fileDesc .sourceDesc {
    display: block
}

.fileDesc .sourceDesc .listbibl, .fileDesc .sourceDesc .listwit {
    display: none
}

.fileDesc .titleStmt {
    margin-bottom: 10px;
    margin-left: 25%
}

.fileDesc .titleStmt .title {
    display: inline;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 10px
}

.fileDesc .titleStmt [data-type=sub] {
    font-weight: 700;
    font-size: 1em
}

.fileDesc .titleStmt [data-type=main]:after {
    content: " -"
}

.funder, .principal, .sponsor {
    display: block;
    margin-top: 14px
}

.funder:before, .principal:before, .sponsor:before {
    display: block;
    border-bottom: 1px dotted #666;
    margin-bottom: 5px
}

.funder .orgname, .principal .orgname, .sponsor .orgname {
    display: block
}

.interpGrp .interp {
    display: list-item;
    margin-left: 25px
}

.profiledesc .langUsage .language, .profiledesc .particDesc .listPerson, .profiledesc .particDesc .person {
    display: block
}

.profiledesc .particDesc .listPerson *, .profiledesc .particDesc .person * {
    margin: 0;
    display: inline
}

.profiledesc .particDesc .listPerson .head, .profiledesc .particDesc .person .head {
    display: block;
    font-variant: small-caps;
    margin: 10px 0 5px
}

.profiledesc .particDesc .person, .profiledesc .particDesc .personGrp {
    margin-bottom: 10px;
    display: block
}

.profiledesc .particDesc .person .state:before, .profiledesc .particDesc .personGrp .state:before {
    content: "- "
}

.profiledesc .particDesc .person .sex:before, .profiledesc .particDesc .personGrp .sex:before {
    content: " ("
}

.profiledesc .particDesc .person .sex:after, .profiledesc .particDesc .personGrp .sex:after {
    content: ")"
}

.revisionDesc .change {
    display: list-item;
    margin-bottom: 10px;
    margin-left: 25px
}

.respStmt .name:not(:last-child):after, .respStmt .persName:not(:last-child):after {
    content: ', '
}

.respStmt .name:last-child:after, .respStmt .persName:last-child:after {
    content: '. '
}

.variantEncoding {
    display: block
}

.fileDesc .listPerson, .fileDesc .listWit {
    display: none
}

.gi, .val {
    font-style: italic
}

.em {
    font-weight: bolder;
    font-style: italic
}

.gap[data-unit=chars][data-quantity='1']:before {
    content: "[."
}

.gap[data-unit=chars][data-quantity='1']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='2']:before {
    content: "[.."
}

.gap[data-unit=chars][data-quantity='2']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='3']:before {
    content: "[..."
}

.gap[data-unit=chars][data-quantity='3']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='4']:before {
    content: "[...."
}

.gap[data-unit=chars][data-quantity='4']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='5']:before {
    content: "[....."
}

.gap[data-unit=chars][data-quantity='5']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='6']:before {
    content: "[......"
}

.gap[data-unit=chars][data-quantity='6']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='7']:before {
    content: "[......."
}

.gap[data-unit=chars][data-quantity='7']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity='8']:before {
    content: "[........"
}

.gap[data-unit=chars][data-quantity='8']:after {
    content: "]"
}

.gap[data-unit=chars][data-quantity=unknown]:before {
    content: "[..."
}

.gap[data-unit=chars][data-quantity=unknown]:after {
    content: "]"
}

.gap[data-unit=chars][data-extent]:before {
    content: "[***]"
}

#tdhop {
    font-family: Junicode, Times, serif;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

#tdhlg {
    left: 85% !important;
    top: 95% !important;
    position: absolute;
    width: 105px;
    height: 13px;
    overflow: hidden;
    cursor: pointer;
    color: #909090;
    text-align: center;
    text-decoration: none;
    font-family: verdana;
    font-style: italic;
    font-size: 10px;
    line-height: 13px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

#toolbar {
    position: absolute;
    left: 10px;
    margin-top: 10px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

#toolbar img {
    margin-bottom: 2px;
    width: 32px;
    height: 32px;
    opacity: .5;
    cursor: pointer;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.output-box {
    position: absolute;
    display: none;
    border-radius: 5px;
    margin: 0;
    height: 48px;
    padding: 0 5px 2px;
    cursor: default;
    background-color: rgba(125, 125, 125, .5);
    color: #f8f8f8;
    text-decoration: none;
    text-align: center;
    font-family: verdana;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.output-text {
    padding: 0 5px;
    cursor: text;
    -webkit-touch-callout: text;
    -khtml-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text
}

.output-input {
    vertical-align: middle;
    cursor: pointer;
    height: 15px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.output-table {
    margin: 0;
    width: 100%;
    color: #f8f8f8;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.output-table img {
    height: 25px;
    cursor: pointer;
    background-color: rgba(125, 125, 125, .25);
    border: 1px outset;
    border-radius: 5px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    user-drag: none;
    -webkit-user-drag: none
}

.output-table img:hover {
    background-color: rgba(125, 125, 125, .8)
}

.output-box hr {
    margin: 0 0 3px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(225, 225, 225, .75), transparent)
}

#draw-canvas {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    outline: 0;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

input[type=range].output-input {
    padding: 0;
    width: 125px
}

.output-input::-ms-tooltip {
    display: none
}

#measurebox {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    border-radius: 5px;
    right: 10;
    top: 10;
    margin: 0;
    width: 105px;
    height: 26px;
    cursor: default;
    color: #909090;
    text-decoration: none;
    text-align: center;
    font-family: verdana;
    font-style: italic;
    font-size: 10px;
    line-height: 13px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

#measure-output {
    cursor: text;
    -webkit-touch-callout: text;
    -khtml-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text
}

#measure-box {
    position: absolute;
    top: 485px;
    left: 70px
}

#pickpoint-box {
    position: absolute;
    top: 555px;
    left: 70px
}

#sections-box {
    position: absolute;
    top: 620px;
    left: 70px
}

#lightcontroller {
    position: absolute
}

#arrows {
    display: block
}

.models {
    background-color: rgba(50, 50, 50, .5);
    padding: 1%;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #f8f8f8;
    margin-bottom: 2px;
    margin-left: 3px
}

.move_ {
    background-color: rgba(50, 50, 50, .5);
    padding: 1.5%;
    border-radius: 6px;
    box-shadow: 1px 1px 10px #f8f8f8
}

.up {
    transform: rotate(270deg)
}

.dawn {
    transform: rotate(90deg)
}

.left {
    transform: rotate(180deg)
}

#compassCanvass {
    font-family: Junicode, Times, serif
}

.dropbtn {
    border-radius: 2px;
    font-family: Junicode, Times, serif;
    height: 28px;
    min-width: 80px;
    position: relative;
    left: 0;
    display: inline-block;
    background: #eceff1;
    color: #263238;
    font-size: 1em;
    text-align: left;
    overflow: visible;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    padding: 3px
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding-right: 24px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    color: #263238
}

.dropdown-content div {
    color: #000;
    padding: 12px 18px;
    text-decoration: none;
    display: block
}

.dropdown-content div:hover {
    background-color: #263238;
    color: #fff
}

.dropdown:hover .dropdown-content {
    display: block
}

.open_options {
    height: 28px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    border-left: 1px solid #b0bec5;
    border-radius: 0 2px 2px 0;
    background: #b0bec5;
    text-align: center;
    cursor: pointer
}

.option_container {
    display: none;
    height: auto;
    max-height: 170px;
    min-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 30px;
    overflow-y: auto;
    background: #eceff1;
    z-index: 400;
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

[data-type="3D_Desc"] span.label-physDesc.projectInfo-sectionSubHeader.ng-binding {
    display: none
}

[data-type="3D_Desc"] .head, [data-type="3D_Desc"] .head[data-type=main] {
    font-weight: bolder;
    font-size: x-large;
    color: #a15517 !important
}

[data-type="3D_Desc"] .head:hover, [data-type="3D_Desc"] .head[data-type=main]:hover {
    text-decoration: underline
}

[data-type="3D_Desc"] .objectName {
    font-weight: bolder;
    font-size: larger;
    color: #c0671e !important
}

[data-type="3D_Desc"] .object:hover .objectName {
    text-decoration: underline
}

[data-type="3D_Desc"] .object:hover {
    background-color: #ececec;
    opacity: 90%;
    z-index: 1
}

.object {
    display: block
}

#cover {
    display: none;
    position: fixed;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 20px;
    background-color: rgba(50, 50, 50, .5)
}

.panel {
    display: none;
    width: 550px;
    font-size: 80%;
    font-family: verdana;
    font-style: italic;
    color: #f8f8f8;
    text-align: center;
    background-color: rgba(50, 50, 50, .97);
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #f8f8f8;
    -webkit-box-shadow: 1px 1px 10px #f8f8f8;
    -moz-box-shadow: 1px 1px 10px #f8f8f8;
    cursor: default;
    text-decoration: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none
}

.close, .close_on {
    position: relative;
    margin-left: 99%;
    margin-top: -25px;
    width: 25px;
    height: 25px;
    background-color: #323232;
    border: 2px solid #f8f8f8;
    border-radius: 50%;
    box-shadow: 1px -1px 10px #f8f8f8;
    -webkit-box-shadow: 1px -1px 10px #f8f8f8;
    -moz-box-shadow: 1px -1px 10px #f8f8f8;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    -ms-touch-action: none
}

.close, .close_on, :hover {
    cursor: pointer
}

.secondary-container {
    position: absolute
}

.btnGroup {
    display: inline
}

.btnGroup .fontSizeBtnGroup {
    position: absolute;
    font-size: 1.6em;
    float: left;
    bottom: 45px;
    left: 147px;
    padding: 10px;
    background: #263238 none repeat scroll 0 0;
    text-align: center;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .6)
}

.filters-in-box {
    text-align: center;
    position: absolute;
    bottom: 44px;
    height: auto;
    padding: 5px;
    left: 3px;
    right: 2px;
    width: calc(100% - 21px);
    background: #fff;
    -o-box-shadow: 0 -7px 6px -4px #fff;
    -khtml-box-shadow: 0 -7px 6px -4px #fff;
    -ms-box-shadow: 0 -7px 6px -4px #fff;
    box-shadow: 0 -7px 6px -4px #fff
}

.filters-in-box span.filter-group {
    display: inline
}

.filters-in-box span.filter-group::after {
    content: "-"
}

.filters-in-box span.filter-group:last-child::after {
    content: ""
}

.filters-in-box span.filter-group span.filter-value {
    display: inline-block;
    background: #cf00ff;
    border-radius: 2px;
    font-size: 85%;
    margin: 4px;
    padding: 0 5px;
    font-variant: small-caps;
    cursor: pointer;
    min-width: 50px;
    text-align: center;
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.filters-in-box span.filter-group span.filter-value:hover {
    opacity: .9
}

.filters-in-box span.filter-group span.filter-value::after {
    content: "x";
    color: #333;
    font-weight: lighter;
    font-size: 80%;
    top: -1px;
    position: relative
}

.pinnedTypeTitle {
    display: block;
    font-variant: small-caps;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 1rem
}

.alert-msg {
    background: rgba(0, 0, 0, .1);
    display: block;
    font-size: 90%;
    text-align: center;
    padding: 10px
}

.alert-msg-error {
    background: rgba(255, 0, 0, .1)
}

.globalMenu {
    width: auto;
    display: inline-flex;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 0;
    height: 54px;
    padding: 10px;
    font-size: 100%
}

.globalMenu>button-switch:first-child {
    position: relative;
    top: -1px
}

.globalMenu button-switch {
    margin: 0
}

.globalMenu button-switch .buttonSwitch {
    height: 0;
    display: block !important;
    padding: 0 3px;
    background: 0 0;
    box-shadow: none;
    border-radius: 0;
    width: auto
}

.globalMenu button-switch .buttonSwitch-label {
    font-variant: small-caps;
    font-size: 80%;
    top: 0;
    color: #ECEFF1
}

.globalMenu button-switch .buttonSwitch-icon {
    color: #ECEFF1;
    font-size: 1em;
    top: -1px
}

.globalMenu button-switch .buttonSwitch:hover, .globalMenu button-switch .buttonSwitch:hover>* {
    color: #FFC107
}

.globalMenu button-switch.mode-view {
    margin: 0 1px
}

.globalMenu button-switch.mode-view[data-icon=reading-txt] {
    margin-right: -2px
}

.globalMenu button-switch.mode-view .buttonSwitch {
    width: auto;
    padding: 0
}

.globalMenu button-switch.mode-view .buttonSwitch-active .icon, .globalMenu button-switch.mode-view .buttonSwitch:hover .icon {
    color: #FFC107
}

.globalMenu button-switch.mode-view .buttonSwitch-icon {
    font-size: 1.2em;
    margin-right: 3px;
    top: 0
}

.globalMenu button-switch.mode-view .buttonSwitch .iconbis-evt_srctxt, .globalMenu button-switch.mode-view .buttonSwitch .iconbis-evt_versions {
    font-size: .85em;
    top: -4px
}

.globalMenu button-switch:last-child {
    margin-right: 0
}

.globalMenu .viewModeMenu {
    display: flex
}

.global-loading-container, .global-msg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #e5e5e5;
    font-size: 60%
}

.global-loading-container .global-msg, .global-msg-container .global-msg {
    height: auto;
    text-align: center;
    padding: 20px
}

.global-loading-container .global-msg h1, .global-msg-container .global-msg h1 {
    font-size: 2.5em
}

.popup-container {
    height: -o-calc(100% - 99px);
    height: calc(100% - 99px);
    overflow-y: auto;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    background-color: #607d8b;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    z-index: 999;
    top: 54px
}

.popup-container.noNavBar {
    top: 100px;
    bottom: 0;
    border: none;
    left: 4px;
    height: -o-calc(100% - 99px - 4px - 1px);
    height: calc(100% - 99px - 4px - 1px)
}

.popup-container.noNavBar.thumb_cont {
    width: -o-calc(50% - 8px);
    width: calc(50% - 8px)
}

.popup-container.noNavBar.viscoll_cont {
    top: 99px;
    width: -o-calc(100% - 7px);
    width: calc(100% - 7px);
    height: -o-calc(100% - 99px - 1px);
    height: calc(100% - 99px - 1px)
}

.global-loading-container {
    display: block
}

.global-loading-container .loading, .viewMode .loading {
    background: rgba(0, 0, 0, .1)
}

.global-loading-container .loading .loader, .viewMode .loading .loader {
    font-size: 2.5em;
    color: #263238;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.global-loading-container box:last-child .box, .viewMode box:last-child .box {
    margin: 0
}

pre {
    white-space: pre-wrap;
    font-size: 80%
}

.colorLegend {
    padding: 15px
}

.colorLegend-filter-name {
    display: block;
    margin: 10px 0 5px;
    font-weight: 700;
    font-variant: small-caps;
    text-transform: uppercase
}

.colorLegend-filter-value {
    display: block
}

.colorLegend-filter-color {
    display: inline-block;
    min-height: 15px;
    min-width: 15px;
    margin-right: 10px;
    vertical-align: top
}

.availableVersions-selector, .availableWitnesses-selector {
    position: absolute;
    z-index: 9999;
    display: block;
    right: 0;
    background: #fff;
    height: auto;
    top: 50%;
    margin-right: 9px;
    transform: translate(0, -50%);
    min-width: 150px;
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6);
    -khtml-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .6)
}

.availableVersions-selector>span, .availableWitnesses-selector>span {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer
}

.availableVersions-selector>span:hover, .availableWitnesses-selector>span:hover {
    background: #f0f0f0
}

.availableVersions-selector.left75, .availableWitnesses-selector.left75 {
    position: absolute;
    right: auto;
    left: 75%;
    transform: translate(-50%, -45%)
}

.mainMenu {
    position: absolute;
    text-align: left;
    background-color: #fff;
    padding: 9px 0;
    z-index: 9999;
    max-width: 340px;
    overflow: hidden;
    border-radius: 3px;
    top: 54px;
    right: 4px;
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26), 0 2px 10px 0 rgba(0, 0, 0, .16)
}

.mainMenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    color: #4b4b4b
}

.mainMenu ul li>span {
    color: #444;
    font-size: 1.1rem;
    height: 40px;
    padding-top: 13px;
    padding-right: 58px;
    padding-left: 20px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap
}

.mainMenu ul li>span .icon {
    margin-right: 14px
}

.mainMenu ul li:hover {
    background-color: #f4f5f5;
    cursor: pointer
}

.mainMenu ul li.inactive * {
    background-color: #f5f5f5;
    color: #ccc;
    cursor: default
}

.mainMenu ul li a {
    color: #444;
    text-decoration: none
}

.mainMenu img.flag {
    height: 18px;
    width: 18px;
    border-radius: 100px;
    border: 1px solid #4e443c;
    display: inline-block;
    margin: 0 4px;
    position: relative;
    top: 2px;
    cursor: pointer;
    opacity: .5
}

.mainMenu img.flag.active {
    cursor: default;
    opacity: 1
}

.mainMenu img.flag:hover {
    opacity: 1
}

.projectInfo-sectionHeader {
    font-weight: 700;
    display: block;
    margin: 15px 0 5px;
    font-variant: small-caps;
    text-align: center
}

.projectInfo-sectionSubHeader {
    border-bottom: 1px dotted #666;
    margin-bottom: 5px;
    font-variant: small-caps;
    color: #000;
    font-size: 90%;
    display: block;
    margin-top: 14px
}

.projectInfo-blockLabel, .projectInfo-inlineLabel {
    font-variant: small-caps;
    color: #666;
    font-size: 90%
}

.projectInfo-blockLabel {
    display: block;
    margin-bottom: 2px
}

.projectInfo-inlineLabel, .projectInfo-inlineLabel+.p {
    display: inline
}

.hidden, .p .projectInfo-inlineLabel {
    display: none
}

.noPadding, .noPadding>* {
    padding: 0 !important
}

.evtlb {
    display: block
}

.evtlb .l {
    display: inline !important
}

.zoneInImg {
    display: none
}

.zoneInImg.lineHover {
    border: 1px solid #4c2f2f !important;
    background-color: #c67261 !important;
    opacity: .4
}

.zoneInImg.lineSelected, .zoneInImg.lineSelected.lineHover {
    border: 1px solid #4c2f2f !important;
    background-color: #9c4837 !important;
    opacity: .5
}

.ITLactive.box-image img {
    display: none
}

.ITLactive.box-image .zoneInImg {
    display: block
}

.ITLactive .lineHover, .ITLactive .lineHover:after {
    cursor: pointer;
    background-color: rgba(230, 206, 160, .8) !important;
    color: #000
}

.ITLactive .lineSelected, .ITLactive .lineSelected:after {
    cursor: pointer;
    background-color: rgba(213, 177, 125, .9) !important;
    color: #000
}

.italic {
    font-style: italic
}

.highlighted {
    background: #ffc !important
}

.emptyText {
    padding: 0 .4rem
}

.emptyText::after {
    content: "\00a0"
}

.front [data-type=footer] {
    font-size: 95%;
    padding: 10px 0;
    border-top: 1px solid
}

.evt_note {
    color: #fff
}

.evt_note span {
    padding: 2px 5px 2px 3px !important;
    opacity: 10 !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    top: -8px !important;
    position: relative !important;
    text-align: center
}

.evt_note span.generic {
    color: #fff;
    background-color: maroon !important
}

evt-popover[data-n=""] .evt_note span.generic:before {
    content: "";
    padding: 0 4px 4px !important;
    font-size: 1px !important
}

evt-popover[data-n=""] .evt_note span.generic {
    margin-right: 4px;
    font-size: 10px !important;
    padding: 0 1px !important;
    border-radius: 100px !important;
    background-color: #4e443c
}

.popover_trigger.active:hover {
    opacity: .5
}

.popover_trigger {
    color: #263238 !important;
    opacity: 10 !important
}

.evt_note span.comment {
    color: #fff;
    background-color: #570e69 !important
}

.evt_note span.critic {
    color: #fff;
    background-color: #18469b !important
}

.thumbnail {
    display: inline-block;
    padding: 9px 3px;
    margin: 3px;
    cursor: pointer
}

.thumbnail img {
    height: 150px;
    width: 100px;
    border: 2px solid #000
}

.thumbnail.active img {
    border-color: #FFC107
}

.thumbnail figcaption {
    color: #fff;
    position: relative;
    margin-top: -52px;
    background: rgba(0, 0, 0, .2);
    font-size: .7em;
    width: 100px;
    text-align: center
}

.thumbnail:hover figcaption {
    background: rgba(0, 0, 0, .7) !important
}

.thumbnail.active {
    cursor: default
}

.thumbnail.active figcaption {
    background: rgba(255, 193, 7, .7) !important;
    color: #000
}