@charset "ISO-8859-1";

/* ******************************************************************* */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* ******************************************************************* */
/* TAG SETTINGS */
/* ******************************************************************* */
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-size: 62.5%;
    font-family:  "Lucida Grande", "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
}
body.index{
    background: url("../contexta_images/sidebar-bg.png") repeat-y  left top #F3F3F3;
}

a {
    color: #4d4d4d;
    text-decoration: none;
    outline: none;
    transition-property: color;
    transition-duration: .3s;
}

a[href]:hover {
    color: #898989;
    text-decoration: underline;
    background-color: transparent;
    outline: none;
}

a:active
{
    outline: none;
}

hr {
    border: 0;
    color: #ddd;
    background-color: #ddd;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

textarea {
    transition-property: box-shadow;
    transition-duration: .3s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

textarea:focus {
    outline: none;
    border: 1px solid #6c190e;
    -moz-box-shadow:    0px 0px 5px 0px #e3aea7;
    -webkit-box-shadow: 0px 0px 5px 0px #e3aea7;
    box-shadow:         0px 0px 5px 0px #e3aea7;
}

input[type="text"] {
    transition-property: box-shadow;
    transition-duration: .3s;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #6c190e;
    -moz-box-shadow:    0px 0px 5px 0px #e3aea7;
    -webkit-box-shadow: 0px 0px 5px 0px #e3aea7;
    box-shadow:         0px 0px 5px 0px #e3aea7;
}


/* ******************************************************************* */
/* GENERAL CLASSES */
/* ******************************************************************* */
.float_clear {
    clear: both;
}

.center {
    text-align: center;
}
/* ******************************************************************* */
/* MAIN PAGE ELEMENTS */
/* ******************************************************************* */
#page_ext {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.translate_element {
    background: transparent url(../contexta_images/icons/pen.png) center center no-repeat;
    width: 12px;
    height: 12px;
    padding: 8px;
}
/* ******************************************************************* */
/* HEADER */
/* ******************************************************************* */
#header {
    height: 93px;
    width: 100%;
    position: relative;
}

#header a.header_link_to_home {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 345px;
    text-indent: -9999px;
}
#header h1 {
    height: 93px;
    text-indent: -9999px;
    margin-right: 200px;
    outline: none;
}
#header h2 {
    position: absolute;
    margin: 0; padding: 0;
    bottom: 32px;
    left: 358px;
    font-size: 1.8em;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    width: 400px;
}

#header h3 {
    position: absolute;
    margin: 0; padding: 0;
    bottom: 12px;
    left: 358px;
    color: white;
    display: block;
    width: 400px;
    font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}

#loading_box{
    /*	position:relative;*/
    padding:15px;
    margin:1em 0 3em;
    color:#000;
    background:#f3961c; /* default background for browsers without gradient support */
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background:-moz-linear-gradient(#f9d835, #f3961c);
    background:-o-linear-gradient(#f9d835, #f3961c);
    background:linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;

    position: absolute;
    top: 10px;
    left: 600px;
}


/* ******************************************************************* */
/* SEARCH BOX AT THE TOP RIGHT OF THE HEADER */
/* ******************************************************************* */

#search_box {
    position: absolute;
    top: 5px;
    right: 2em;
}
#search_box p {
    text-align: left;
    font-size: 1.2em;
    color: #fff;
}

#search_box p label {
    padding: .4em;
}

#search_box p input {
    font-size: 1.2em;
    background: #fff;
    width: 150px;
    font-size:.9em;
    border: medium double #b7b7b7;
    padding: 0;
}
#search_box p label.invia {
    display: none;
}

#search_box p input.invia  {
    background: transparent url(../contexta_images/critical_edition/invia.gif) center center no-repeat;
    width: 18px;
    border: 0;
    font-size: 1.2em;
    outline: none;
    text-indent: -9999px !important;
    margin-left: .4em;
    cursor: pointer;
    /*danilo*/
    top: 4px;
    position: relative;
}

/* Link to Advanced Search */
#search_box a.advsrch {
    display: block;
    color: #fff;
    font-size: .9em;
    text-decoration: underline;
    line-height: 1.9em;
    text-align: right;
    padding-right: 28px;
}

/* ******************************************************************* */
/* SWITCH BUTTON. LINKS TO SCHOLAR MODE */
/* ******************************************************************* */
#switch {
    position: absolute;
    right: 3em;
    bottom: 2em;
    z-index: 3;
}

#switch a {
    display: block;
    outline: none;
    text-indent: -9999px;
    cursor:pointer;
    font-size:2em;
    width: 140px;
    height: 30px;
    background: url(../contexta_images/scholarmode.gif) ;
}

/* ******************************************************************* */
/* NAVIGATION BAR */
/* HOLDS PATH AND TOOLS (PRINT, DOWNLOAD, PANORAMA ...) */
/* ******************************************************************* */
#navigate {
    background:#433934 url(../contexta_images/bg_first_line.gif) repeat-x top;
    width: 100%;
    height: 2.7em;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #FFF;
}

/* Navigation path on the left */
#navigate div.simple_mode_path_widget {
    position: absolute;
    top: 0; left: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 1.15em;
    line-height: 2.6em;
    height: 2.6em;
}

#navigate div.simple_mode_path_widget a {
    color: #e0e0e0;
    text-decoration: underline;
    padding: 5px;
}

#navigate p {
    color: #e0e0e0;
    padding: 0 10px;
    color: #fff;
    font-size: 1.15em;
    line-height: 2.6em;
    float: left;
}

#navigate p a {
    color: #e0e0e0;
}

#navigate p a:hover {
    color: #fff;
}

/* Powered by talia button */
#navigate #talia_link {
    margin: 0px 10px;
    height: 2.6em;
    width: 112px;
    position: absolute;
    top: 0; right: 0;
    display: none;
}
#navigate #talia_link a {
    background: url(../contexta_images/poweredTalia.gif) center right no-repeat;
    text-indent: -9999px;
    display: block;
    height: 2.6em;
    width: 112px;
}
#navigate #talia_link a:hover {
    background: url(../contexta_images/poweredTalia_ro.gif) center right no-repeat;
}
/* Tools on the right */
#navigate #tools {
    /* float: right; */
    margin: 0 0 0 10px;
    height: 2.6em;
    position: absolute;
    top: 0; right: 0px;
}

/* EXPLORER FIX */
#navigate #tools {
    width: 200px;
}
html>body #navigate #tools {
    width: auto;
}
/* EXPLORER FIX */

#navigate #tools ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    /* background: transparent url(../contexta_images/tool_side_line.gif) top right no-repeat; */
    height: 2.6em;
}
#navigate #tools ul li {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: block;
    background: transparent url(../contexta_images/tool_side_line.gif) top left no-repeat;
    height: 2.6em;
}
#navigate #tools ul li span {
    display: block;
    float: left;
    height: 2.6em;

    margin: 0 0 0 2px;
    padding: 1px 0 0 10px;
    background: #554d49 url(../contexta_images/tool_bg.gif) top left repeat-x;
}
#navigate #tools ul li:hover span {
    background: #5d5552 url(../contexta_images/tool_bg_rollover.gif) top left repeat-x;
}
#navigate #tools ul li span a {
    display: block;
    float: left;
    line-height: 25px;
    height: 100%;
    text-decoration: none;
    padding: 0 20px 0 30px;
    margin: 0 2px;
    /*    color: #e0e0e0;*/
    color:#fff;
    font-size:12px;
}

#navigate #tools ul li.no-icon span a, #navigate #tools ul li.no-icon span{
    padding:  0 10px;;
}

#navigate #tools ul li span a:hover {
    text-decoration: underline;
    color: #e0e0e0;
}

/* CUSTOMIZE ICONS ! */
#navigate #tools ul li#panorama span a{
}
#navigate #tools ul li#pagina span a{
}
#navigate #tools ul li#download span a{
    background: transparent url(../contexta_images/icons/download_white.gif) center left no-repeat;
}
#navigate #tools ul li#print span a{
    background: transparent url(../contexta_images/print_white.png) center left no-repeat;
}
#navigate #tools ul li#contexta span a{
    background: transparent url(../contexta_images/contexta-icon.png) center left no-repeat;
}
#navigate #tools ul li#fullscreen span a{
    background: transparent url(../contexta_images/icons/fullscreen_white.gif) center left no-repeat;
}

/* ******************************************************************* */
/* MENU LOCATION  - ORIZONTAL MENU UNDER PATH *******************************/
/* ******************************************************************* */
#menulocation {
    background: #e9e9e9;
    width: 100%;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}
#menulocation p {
    color: #1c1817;
    padding: 10px;
    float: left;
}
#menulocation ul {
    list-style: none;
    float: left;
}
#menulocation ul li {
    float: left;
    padding: 10px ;
    padding-right: 25px;
    color: #6a615d;
    background-image: url(../contexta_images/bg_menucut.gif) ;
    background-repeat: no-repeat;
    background-position:  right center;
}
#menulocation ul li a {
    color: #1c1817;
    display: block;
}
#menulocation a:hover {
    color: #2d5971;
}
#menulocation ul li.selected {
    background-color: #f2f1f1;
}
#menulocation ul li.selected a{
    /* color: #6a615d; */
    color: #9E0B0F;
}

/* ******************************************************************* */
/* DESCRIPTION  - UNDER TAB MENU *******************************/
/* ******************************************************************* */
#description {
    float: left;
    background:#f2f1f1;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    margin:0;
    padding:0;
}
#description p {
    float: left;
    font-size: 1.2em;
    padding: 10px 1%;
    line-height: 1.4em;
    color: #1c1817;
    width: 100%;
    voice-family: "\"}\"";
voice-family:inherit;
width:98%;

}

/* Standard size of the two elements */
/* ******************************************************************* */
/* Side Scroll item */
/* ******************************************************************* */
#scroll {
    float: left;
    margin: 20px 0 0 0;
    padding: 0 0 0 5px;
    background: transparent;
    text-align: left;
    position: relative;
    z-index: 100;
}

#scroll.journal-preview{
    text-align: center;
}
#scroll.journal-preview li img
{
    padding: 10px;
    display: block;
}

#scroll.journal-preview li a
{
    color:#666666;
    font-size:14px;
}

#scroll.journal-preview h1,
#scroll.journal-preview li{
    border-bottom: 1px solid #e9e9e9;
}
#scroll.menu-left{
    margin-left: 0;
    margin-left: -100%;
    width: 200px;
    margin-top: 0;
}

#scroll.menu-right{
    float: left;
    position: relative;
    margin-left: -210px;
    width: 200px;
}


#scroll div.simple_mode_panorama_widget {
    /* padding: 5px 0 100px 0; */
}
#scroll div.critical_edition_menu_widget {
    padding: 0 0 50px 0;
}

#scroll h1.scroll_title a{
    font-size: 15px;
    color: #555555;
}

#scroll h1.scroll_title_red a{
    font-size: 15px;
    color: red;
}
#scroll h2
{
    color:#999999;
    padding: 5px 0;
    text-align: center;
}
#scroll .sub-sources{

    height: 250px;
    overflow: auto;

}
#scroll .sub-sources ul li{
    background-color: #f9f9f9;
}
.right-extra, .left-extra {
    background: #fff;
    display: none;
    height: 80%;
}
#content.secondary div#visore .right-extra .txt_block, #content.secondary div#visore .left-extra .txt_block{
    margin: 0;
}

#content.secondary.left{
    margin-left: -100%;
}

#content.secondary {
    float: left;
    width: 200px;
    display: none;
    margin: 20px 0  0 -200px;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 100;
    height: 80%;
}
#content.secondary .close{
    position: absolute;
    top:5px ;
    right:30px;
    z-index: 100;
    cursor: pointer;
}

#content.secondary div#visore{
    height: 100%;
    overflow: auto;
    margin:0
}
.occurrences-container #visore{
    margin-top: 0;
}
.right-extra h2{
    text-align: center;
    color:#63524B;
}


/*  ******************************************/
/* CONTENT ***********************************/
/*  ******************************************/
#content.main {
    width:100%;
    float: left;
    padding: 0;
}

.inner-container{
    height: 100%;
}

#content.main.medium-left #visore,#content.main.medium-left #notes{
    margin:0 220px 0 430px;
}

#content.main.medium #visore,
#content.main.medium #notes
{
    margin:0 420px 0 230px;
}


#content.main.medium.medium-left #visore,#content.main.medium-left #notes {
    margin:0 420px 0 430px;
}
#scroll.menu-right.medium{
    margin-left: -410px;
}
#scroll.menu-left.medium{
    margin-left: -87%;
}
#content.divided {
    float: left;
    z-index: -1;
    margin: 0;
}
#scroll.occurrences{
    overflow: auto;
}

div#visore, div#sn-visore {
    position: relative;
    padding:0;
    margin:30px 25px 0;
    text-align: justify;
    background-color: #fff;
}

#content div#sn-visore p, #content div#sn-visore p, #notes .note
{
    text-align: justify;
    padding: 10px 25px 0 50px;
}

#popup_content.titlepage{
    margin: 0 30px 0 210px;
    padding: 20px 0 0 0;
    max-width: none;
    background-color: #f3f3f3;
    text-align: center;
}

#visore.titlepage, div#sn-visore.titlepage {
    margin-left: 200px;
    max-width: none;
    background-color: #f3f3f3;
    text-align: center;
}

#visore, div#sn-visore{
    text-align: center;
}
#note-spacer{
    background: #ffffff;
    height: 20px;
    margin-right: 25px;
}
#notes {
    font: 15px/150% Verdana,sans-serif;
    color:#000;
    position: relative;
    background: #ffffff;
    border:1px solid #E5E5E5;
    padding-top: 10px;
    margin: 0 auto;
    overflow: visible


}

#close-notes{
    position: relative;
    max-width: 750px;
    margin: auto;
    height: 20px;
}
#notes #close-bottom{
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    box-shadow: none;
    cursor:pointer;
}

.note-content{
    padding:0 ;
    /*height: 90%;*/
    background: #ffffff;
    /*overflow: auto;*/
}

.note{
    padding-right: 10px;
}

.note-link.current-highlighted-element{
    background: #eed3d7 !important;
}
.current-highlighted-element{
    background: #eef !important;
}


.note-link{
    font-style: normal !important;
}

.note .num{
    color:#9A1600;
    position: absolute;
    left: 7px;
}

a.reference{
    color:#000 !important;
    border-bottom: thin dotted;
}
a.reference:hover{
    color:#9a1600 !important;
    border-bottom: 1px solid #9a1600;
    text-decoration: none;
}


#extra-spacer{
    height: 0;
}

/*  ******************************************/
/* TABLE FORMATTING **************************/
/*  ******************************************/
table {
    width: 90%;
    width: 98%;
    color: #4d4d4d;
    margin: auto;
    padding: 0;
    border: 1px solid #9e9d94;
    border-spacing: 1px; border-collapse: collapse;
    font-size: 13px;
}

table .table-button {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    /* Test Shadow */
    text-shadow: 0px 1px 1px #61615a;
    background-color: #9d9d94;
    /* Border radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    transition-property: background-color;
    transition-duration: .3s;
}

table .table-button:hover {
    background-color: #8b0a08;
    text-decoration: none;
    color: #fff;
}

table input[type="radio"] {
    margin-right: 5px;
}

table .center {
    text-align: center;
}

table .title {
    font-weight: bold;
}

table .light-text {
    color: #cac9c0;
}

table a {
    /*color: #4d4d4d;*/
    color: #898989;
    text-decoration: none;
    transition-property: color;
    transition-duration: .3s;
}

table a:hover {
    color: #898989;
}

table .author-cell{
    white-space: nowrap;
    min-width: 160px;
}

table th{
    color: #fff;
    font-size: 14px;
    border:  1px solid #9e9d94;
    cursor: pointer;
    text-align: left;
    min-width: 60px;

    /* Gradient */
    background: #e0decc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZGVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmNmYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e0decc 0%, #d2cfb6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0decc), color-stop(100%,#d2cfb6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0decc 0%,#d2cfb6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0decc', endColorstr='#d2cfb6',GradientType=0 ); /* IE6-8 */

    /* Inner Shadow */
    -moz-box-shadow:    inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow:         inset 0 1px 0 #fff;

    /* Test Shadow */
    text-shadow: 0px 1px 1px #a29d80;
}
table th a{
    color: #000;
}
.th-lang{
    width: 45px;
}

.th-date,
.td-date{
    width: 95px;
    text-align: right; /* Strange... */
}

table th:last-child{
    border-right: 0;
}

table tbody{
    border-collapse: collapse;
}

td
{
    border: 1px solid #9e9d94;
    padding: 10px 5px;
    border-collapse: collapse;
    border-spacing: 0;
    /* Test Shadow */
    text-shadow: 0px 1px 0px #fff;
}

th {
    padding: 5px;
}

tr {
    background: #fff;
}

/* Zebra row colors */
tr:nth-child(2n) {
    background: #f3f3f3;
}



/*  ******************************************/
/*  LIST OF MAIN ELEMENTS IN THE PAGE */
/*  ******************************************/
ul#access_list {
    margin: 15px 4%;
    padding: 0;
    list-style: none;
    text-align: left;
}
ul#access_list li {
    padding: 2% 0;
    float: left;
    clear: both;
    display: inline;
    background: url(../contexta_images/dot_orizz.gif) repeat-x bottom;
    /* Box Model Hack */
    width: 100%;
    voice-family: "\"}\"";
voice-family:inherit;
width:96%;
}
ul#access_list li h1 {
    color: #6a615d;
    font-size: 1.6em;
    margin-bottom: 5px;
}
ul#access_list li h1 a {
    color: #6a615d;
}
ul#access_list li h1 img {
    float: left;
    display: inline;
    padding-right: 30px;
}
ul#access_list li p{
    font-size: 1.2em;
}
ul#access_list li p.title{
    padding: 0 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.6em;
}
ul#access_list li p.text{
    padding: 5px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-size: 1.2em;
    line-height: 1.6em;
}
ul#access_list li p.data{
    padding: 5px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-size: 1.1em;
    line-height: 1.6em;
}
ul#access_list li p.keys{
    padding: 10px 0 0 0;
    margin-left: 130px;
    display:block;
    float: none;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #808080;
}
ul#access_list li p.keys a{
    line-height: 1.6em;
    text-decoration: underline;
    color: #808080;
}

/* MINILIST */
ul#access_list.minilist h1 {
    font-size: 1em;
    float: left;
    display: inline;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    color: #3c3c3c;
    padding: 0 15px;
}

ul#access_list.minilist h1 a {
    color: #3c3c3c;
}
ul#access_list.minilist p{
}
ul#access_list.minilist li h1 img {
    float: none;
    display: block;
    margin-bottom: 4px;
    padding-right: 0;
    /* border:1px solid #808080; */
}

/* Modifications for books list in facsimile edition */
ul#access_list.facsimile_books{
    margin: 5px 15px 15px 15px;
}
ul#access_list.facsimile_books li h1 {
    text-align: center;
    font-size:14px;
    font-weight: bold;
}
ul#access_list.facsimile_books li p {
    margin-top: 20px;
    font-size: 15px;
}


/* ********************************* */
/* Blocks that conains the pages in the panorama view */
/* When displayed as full page or in the side scroll */
/* ********************************* */

/* Let''s assume images will be displayed at maximum size 80 x 120 pixels */

#block_container {
    margin: 15px 1%;
    /* margin: 15px; */
    float: left;
    display: inline;
    /* width: 90%; */
    width: 98%;
    text-align: left;
}
#block_container div.block, #scroll div.view_block  {
    width: 170px;
    height: 140px;
    float: left;
    display: inline;
    padding: 5px 0 2px 5px;
    border: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    margin:8px 0 2px 5px;
}

#block_container div.block {
    margin: 0 10px 10px 0;
}
#scroll div.view_block  {
    /* margin: 0 10px 3px 0; */
}
#view div.view_block p img {
    /* margin-bottom: 5px; */
}
#block_container div.block p, #scroll div.view_block p {
    margin:0 5px 0 0 !important; padding: 0 !important;
    text-align: center;
    color: #848484;
    float: left;
    width: 80px;
    display: inline;
    font-size: 0.9em;
}

/* Span wrapping sigla */
#block_container div.block p span, #scroll div.view_block p span {
    width: 80px;
    float: left;
}

#block_container div.block p.lonely, #scroll div.view_block p.lonely {
    margin:0 0 0 85px !important; padding: 0 !important;
    text-align: center;
    color: #848484;
    font-size: 0.9em;
}
#block_container div.block p.lonely img, #scroll div.view_block p.lonely img  {
    width: 80px; height: 120px;
    margin:0 auto;
}
#block_container div.block p img, #scroll div.view_block p img  {
    /* width: 80px; height: 120px; */
    margin:0 auto;
    border: none;
    /* margin: 10px 4px 5px 4px; */
}
#block_container div.block p a, #scroll div.view_block p a{
    text-align: center;
    color: #848484;
}
#block_container div.block p a img, #scroll div.view_block p a img, #block_container div.block p a:hover img, #scroll div.view_block p a:hover img{
    border: none;
}

/* FACING PAGES */
div#scroll div.simple_mode_panorama_widget div.facing_pages {
    width: 170px;
    /* height: 140px; */
    float: left;
    text-align: center;
    display: inline;
    margin:0 0 2px 5px;
}
div#scroll div.simple_mode_panorama_widget div.facing_pages a{
    display: block;
    width: 170px;
    border: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    padding: 2px 0 2px 5px;
    color: #848484;
}
div#scroll div.simple_mode_panorama_widget div.facing_pages a:hover{
    text-decoration: none;
    display: block;
    width: 170px;
    border: 1px solid #b8b8b8;
    background-color: #f3f3f3;
}
/* ********************************* */
/* ********************************* */

/*  ******************************************/
/* MENU QUOTING ***********************************/

#scroll.menuList .arrow-icon{
    display: inline-block;
    background: url("../contexta_images/left-arrow.png") no-repeat;
    width: 11px;
    height: 11px;
    margin: 0  0 0 10px;
}

#scroll.menuList .arrow-icon.right-arrow{
    background: url("../contexta_images/right-arrow.png") no-repeat;
    margin: 0  0 0 10px;

}

.quote-link{
    width: 70%;
}
/* ********************************* */
/* ********************************* */


/*  ******************************************/
/* FACSIMILE: IIP IMAGE VIEW ***********************************/
/*
    Single and double
*/
/*  ******************************************/
/* Freccia sinistra */
#content.divided div#visore p.previous,
#content.divided div#sn-visore p.previous{
    display: block;
    position: absolute;
    width: 19px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ebebeb;
    border-right: 1px solid #e0e0e0;
}
#content.divided div#visore p.previous a,
#content.divided div#sn-visore p.previous a
{
    display: block;
    width: 19px;
    height: 100%;
    text-indent: -9999px;
    background: url(../contexta_images/facsimile_edition/previous_arrow.gif) center center no-repeat;
}
#content.divided div#visore p.previous a:hover,
#content.divided div#sn-visore p.previous a:hover{
    background: url(../contexta_images/facsimile_edition/previous_arrow_ro.gif) center center no-repeat;
}
/* Freccia destra */
#content.divided div#visore p.next,
#content.divided div#sn-visore p.next{
    display: block;
    position: absolute;
    width: 19px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #ebebeb;
    border-left: 1px solid #e0e0e0;
}
#content.divided div#visore p.next a,
#content.divided div#sn-visore p.next a{
    display: block;
    width: 19px;
    height: 100%;
    text-indent: -9999px;
    background: url(../contexta_images/facsimile_edition/next_arrow.gif) center center no-repeat;
}
#content.divided div#visore p.next a:hover,
#content.divided div#sn-visore p.next a:hover{
    background: url(../contexta_images/facsimile_edition/next_arrow_ro.gif) center center no-repeat;
}


/* Vista immagine singola */
#content.divided div#visore div#image_big,
#content.divided div#sn-visore div#image_big{
    text-align: center;
    padding: 0;
}

/* Vista immagine doppia */
#content.divided div#visore div#image_half,
#content.divided div#sn-visore div#image_half{
    text-align: center;
}

#content.divided div#visore div p.sigla,
#content.divided div#sn-visore div p.sigla{
    margin: 4px 0;
    font-size: 1.4em;
    color: #757575;
    font-weight: bold;
    text-align: center;
}


/*Layout*/

#layout_layout_panel_bottom ,
#layout_layout_panel_bottom .w2ui-panel-content{
    background-color: #f5f6f7;
}

#layout_article-layout_panel_main .w2ui-panel-content{
    /*padding: 0 25px;*/
    margin: 0 !important;
    background: #fff;
}
#layout_article-layout_panel_main .w2ui-panel-toolbar{
  background: #fff;
  border-right: 1px solid rgb(221, 221, 221);
  border-bottom: 0;
}

#layout_article-layout_panel_right .w2ui-panel-content{
  width: 100%;
  border-top: 0;
  background: #fff;
}
/*#layout_article-layout_panel_right .w2ui-panel-tabs > table{
  height: 27px;
}*/

#tb_article-layout_main_toolbar_item_show_source_spacer{
  width: 0;
  padding-left: 52px;
}

#panel-content.original-content{
    display: none;
}
/* Single */
div.iipfview , div.iipfview_left, div.iipfview_right{
    /* padding: 10ex; */
    margin: 0;
    /*
    border: 1px solid #e0e0e0;
    padding: 2px;
    */
    height: 100%;
}

.iipfview {
    text-align: center;
}

.iipfview_left {
    text-align: right;
}

.iipfview_right {
    text-align: left;
}

/* Front image to hide IIP viewer */
.front_image {
    height: 100%;
    cursor: pointer;
}

/* Facsimile Copyright */
#content.divided div#visore p.facsimile_copyright {
    position: absolute;
    display: block;
    bottom: 0;
    margin: 4px 0;
    font-size: 1.2em;
    text-align: center;
}

/* ********************************* */

.small {
    font-size: .4em;
}

.grey {
    color: #ccc;
}

.italic {
    font-style: italic;
}

/* ******************************************************************* */
/* KEYWORDS */
/* ******************************************************************* */
#tag_cloud {
    padding: 20px;
    text-align: center;
}

#tag_cloud span {
    font-size: 1.4em;
}

#tag_cloud a:hover,
#tag_cloud a:active {
    background-color: #00F;
    color: #FFF;
    text-decoration: none;
}

.tag1 { font-size: 1.4em; }
.tag2 { font-size: 1.8em; }
.tag3 { font-size: 2.2em; }

/* ******************************************************************* */
/* FOOTER */
/* ******************************************************************* */
#footer{
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
    background-color: #cfccc7;
    border-top: 1px solid #ada9a6;
    padding: 10px 0 10px 0;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
}
#footer a{
    text-decoration: none;
    color: #71645c;
}
#footer a:hover{
    text-decoration: underline;
}

#footer #footer_table {
    border: 1px solid red;
}

#footer table td#footer_table_left{
    width: 114px;
}
#footer table td#footer_table_left a{
    width: 114px;
    height: 25px;
    display: block;
    background: #cfccc7 url(../contexta_images/start_page/footer_talia_logo.gif) top left no-repeat;
    text-indent: -9999px;
    border: 0;
    text-decoration: none;
}


/* Localized */

.error {
    background-color: #d59392;
    border-color: #CC0000;
    color: #151515;
    padding: 8px 35px 8px 14px;
    font-weight: bold;
}

#print-references,
#print-header,
.print-reference-par{
    display: none;
}
.w2ui-msg-buttons{
    border-width: 1px 0 0;
    margin: 0.5em 0 0;
    padding: 0.3em 1em 0.5em 0.4em;
    text-align: left;
}
.w2ui-msg-buttons input[type="button"]{
    background: url("images/ui-bg_gloss-wave_40_e8c345_500x100.png") repeat-x scroll 50% 50% #E8C345;
    border: 1px solid #D19405;
    color: #403631;
    font-weight: bold;
    float: right;
    padding: 0.4em 1em;
}
#as_help_dialog li{
    list-style-type: disc;
}
#w2ui-popup.w2ui-popup{
    padding: 2px;
    background: #fff;
    border: 1px solid #403631;
    border-radius: 2px !important;
}
#w2ui-popup.w2ui-popup .w2ui-msg-title{
    background: url("../contexta_images/critical_edition/ui-bg_highlight-soft_15_403631_1x100.png") repeat-x scroll 50% 50% #403631 !important;
    border-radius: 2px !important;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    padding: 0.4em 1em;

}

.occurrences-container{
    background: url("../contexta_images/sidebar-bg.png") repeat-y  left top #F3F3F3;
}
.occurrences-container #content{
    overflow: auto;
}
.occurrences .search-term{
    font-style: normal;
    color: #f33;
}

.search_single_result{
    font-weight: bold;
}

.sr_excerpt em {
    color: red;
    text-decoration: none;
}

.results-alert {
    font-size: 18px;
    color: #403631;
    text-align: center;
    width: 200px ;
    position: absolute;
    left: 40%;
}

.filter-show-all a{
    color: red;
    text-align: center;
    padding: 10px;
}

/* frontpage*/
a#frontpage-page{
    text-decoration:none;
}
a#frontpage-page:hover{
    text-decoration:none;
}

div#visore div#frontpage_container div.frontpage,
div#sn-visore div#frontpage_container div.frontpage{
    margin: 0 auto;
    text-align: center;
    width: 400px;
    height: 450px;
    background-color: #FFF;
    padding: 70px 30px 70px 30px;
    border: 1px solid #e0e0e0;
    position: relative;
    -moz-box-shadow:    0px 0px 8px 0px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.05);
    box-shadow:         0px 0px 8px 0px rgba(0,0,0,.05);
}

div#visore div#frontpage_container div.frontpage p.author,
div#sn-visore div#frontpage_container div.frontpage p.author
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 34px;
    color: #6c5449;
    font-weight: normal;
    margin-bottom: 45px;
}

div#visore div#frontpage_container div.frontpage h2.title,
div#sn-visore div#frontpage_container div.frontpage h2.title
{
    color: #000;
    margin-bottom: 24px;
    font: normal 22px/150% Georgia, "Times New Roman", Times, serif;
}

div#visore div#frontpage_container div.frontpage p.description,
div#sn-visore div#frontpage_container div.frontpage p.description{
    color: #666666;
    text-align: justify !important;
    font: normal 13px/160% Georgia, "Times New Roman", Times, serif;
    margin-bottom: 40px;
}

/* Bottom */
div#visore div#frontpage_container div.frontpage p.logo,
div#sn-visore div#frontpage_container div.frontpage p.logo{
    position: absolute;
    display: block;
    width: 400px;
    height: 52px;
    background: url(/contexta_images/front_page_logo.gif) center center no-repeat;
    text-indent: -9999px;
    margin: 0 auto;
    padding: 0;
    bottom: 65px;
}

div#visore div#frontpage_container div.frontpage div.frontpage-link-year,
div#sn-visore div#frontpage_container div.frontpage div.frontpage-link-year{

    padding-left: 100px
}
div#visore div#frontpage_container div.frontpage p.link,
div#sn-visore div#frontpage_container div.frontpage p.link{
    position: absolute;
    /*width: 400px;*/
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #6b5349;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    bottom: 40px;
}
div#visore div#frontpage_container div.frontpage p.year,
div#sn-visore div#frontpage_container div.frontpage p.year{
    position: absolute;
    display: block;
    /*width: 100px;*/
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    bottom: 20px;
    left: 210px;
}


/* ******************************************************************* */
/* PANEL ELEMENT */
/* ******************************************************************* */
.panel {
    background-color: #fff;
    width: 600px;
    padding: 15px;
    margin: 20px auto;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:    0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    box-shadow:         0px 2px 4px 0px #ccc;
    font-size: 16px;
    line-height: 24px;
}


/* ******************************************************************* */
/* FORM FORMATTING */
/* ******************************************************************* */
.standard-form {
    background-color: #fff;
    width: 600px;
    padding: 15px;
    margin: 20px auto;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:    0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
    box-shadow:         0px 2px 4px 0px #ccc;
    font-size: 16px;
}

/* Segnalazione errore */
.standard-form .form-error label {
    color: #dd0000;
}

.standard-form .form-error input[type="text"], .standard-form .form-error textarea {
    border: 1px solid #dd0000;
}

.standard-form a {
    font-size: 12px;
    color: #4d4d4d;
    text-decoration: none;
    transition-property: color;
    transition-duration: .3s;
}

.standard-form a:hover {
    color: #898989;
    text-decoration: underline;
}

.standard-form input[type="text"], .standard-form textarea {
    padding: 8px;
}

.standard-form fieldset {
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    border: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 10px;
}

.standard-form-title {
    font-size: 14px;
    color: #bbb;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

/* Form elements with horizontal align */
.form-group-horizontal {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-group-horizontal:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group-horizontal label {
    width: 200px;
    display: inline-block;
}

.form-group-horizontal input[type="text"], .form-group-horizontal textarea {
    font-size: 14px;
    width: 350px;
}

.form-group-horizontal input[type="file"] {
    font-size: 12px;
}

.form-group-horizontal select {
    font-size: 14px;
}

/* Form elements with normal align */
.form-group {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.form-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group label {
    margin-bottom: 10px;
    display: block;
}

.form-group input[type="text"] {
    font-size: 14px;
    width: 100%;
}

.form-group textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
}

/* ******************************************************************* */
/* ALERT */
/* ******************************************************************* */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    /* Border radius */
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.alert.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert.warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert.danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}


/* ******************************************************************* */
/* BUTTONS CLASSES */
/* ******************************************************************* */
.button {
    display: inline-block;
    padding: 6px 10px;
    margin: 10px 0 0 0;

    /* border: 1px solid #8F0707; */

    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px 0, rgba(255, 255, 255, 0.2) 0 1px 0 inset, rgba(255, 255, 255, 0.15) 0 0 30px inset;

    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
    filter: dropshadow(color=rgba(0, 0, 0, 0.4), offx=0, offy=-1);

    background: #8f0707; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMDcwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NzA3MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #8f0707 0%, #670707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f0707), color-stop(100%,#670707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8f0707 0%,#670707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8f0707 0%,#670707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8f0707 0%,#670707 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8f0707 0%,#670707 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f0707', endColorstr='#670707',GradientType=0 ); /* IE6-8 */

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;

    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;

    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.button:hover {
    background: #a13926; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExMzkyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZjA4MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a13926 0%, #7f0808 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a13926), color-stop(100%,#7f0808)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a13926 0%,#7f0808 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a13926 0%,#7f0808 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13926', endColorstr='#7f0808',GradientType=0 ); /* IE6-8 */
}

.button.delete {
    background: #a0a0a0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwYTBhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a0a0a0 0%, #7c7c7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#7c7c7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a0a0a0 0%,#7c7c7c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a0a0a0 0%,#7c7c7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-8 */
}

.button.delete:hover {
    background: #b7b7b7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MzkzOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #b7b7b7 0%, #939393 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#939393)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b7b7b7 0%,#939393 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b7b7b7 0%,#939393 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#939393',GradientType=0 ); /* IE6-8 */
}


/* ******************************************************************* */
/* JQUERY UI - OVERWRITING JQUERY UI DIALOG */
/* ******************************************************************* */

/* Focus fo r UI Button */
ui-button:focus {
    outline: none;
}

/* Generic ui widgets attributes */
.ui-widget-content {
    border: 1px solid #ddddd8;
}

/* General Overlay */
.ui-widget-overlay {
    opacity: .6;
}

/* Dialog */
.ui-dialog {
    padding: 0;
    border: 1px solid #fff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -moz-box-shadow:    0px 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.5);
    box-shadow:         0px 1px 5px rgba(0,0,0,.5);
}

.ui-dialog .ui-dialog-titlebar {
    padding: 1em 1.3em;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius:0;
    background: #a53927; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1MzkyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk0MjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzBhMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #a53927 0%, #94241d 50%, #5c0a04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53927), color-stop(50%,#94241d), color-stop(100%,#5c0a04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a53927 0%,#94241d 50%,#5c0a04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a53927', endColorstr='#5c0a04',GradientType=0 ); /* IE6-8 */
}


.ui-dialog label.fixed-width {
    display: inline-block;
    width: 100px;
}

.ui-dialog .ui-icon-closethick {
    background-image: none;
}

.ui-dialog .ui-dialog-title {
    /* Test Shadow */
    text-shadow: 0px 1px 1px #000;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    font-size: 20px;
}

.ui-dialog .ui-dialog-content {
    padding: 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.ui-dialog .ui-dialog-content div {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px dotted #bbb;
}

.ui-dialog .ui-dialog-content div:last-child {
    border-bottom: 0;
}

.ui-dialog .ui-dialog-content h3 {
    font-size: 20px;
    padding: 8px;
    background-color: #d6d5bb;
    /* Border radius */
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #FFF;
    /* Test Shadow */
    text-shadow: 0px 1px 1px #9d9d93;
    margin: 0 0 10px 0;
}

.ui-dialog .ui-dialog-content h4 {
    font-size: 14px;
    margin: 0 0 3px 0;
}

.ui-dialog .ui-dialog-content textarea {
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
}

.ui-dialog .ui-dialog-content input[type="radio"], .ui-dialog .ui-dialog-content input[type="checkbox"] {
    margin-right: 5px;
}

/* Element containing reviews list */
.ui-dialog .reviews {
    max-height: 150px;
    overflow: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.alert.report-content-warning{
    padding: 10px 0 !important;
    margin: 20px 0 !important;
}

#navv{
    margin: 25px 15px;
}


#navv .pager {
    margin: 5px 0;
    padding: 0 5px;
    font-size: 100%;
    color:#4D4D4D;
}

#navv .pager + .pager{
    border-left: 1px solid #D5D5D5;
}

#profile-form input[type="text"]{
    position: relative;
    left: 85px;
}

.send_mail_editor_link.hidden{
    display: none;
}

.w2ui-layout table,
.w2ui-layout td{
    border:  0;
}

#tabs-area{
    display:none;
}
.print_tab_title{
  display: none;
}
.reference-table-title{
    text-transform: uppercase;
    color: #000;
    font-family: georgia,serif;
    font-size: 1.8em;
    font-weight: normal;

    padding: 14px 12px;
    text-align: center;

}
.reference-table{
    /*font-family: georgia,serif;*/
    font-size: 14px;
    color: #000;
    border: 1px solid #a7927d !important;
    background: #fff !important;
    margin: 30px 0;
}


.reference-table a,
.reference-table a:hover
{
  color: #000;
}

.reference-table tbody{
    border: 1px solid #a7927d !important;;
}
.reference-title{
  display: block;
  margin: 5px 0;
}
.reference-table.quotation th{
    background: #f0d7d4;
  height: 46px;
  font-size: 16px;
  /*border-bottom: 10px solid #dac167;*/
}

.reference-table.quotation .sn-print.references-print{
   position: absolute;
   right: 8px;
   top:13px;
}

.reference-table th{
    /*background: #eac968;*/
    background: #CAE0ED;
    color: #000;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3 !important;;
    position: relative;
}

.reference-table tr{
    border: 1px solid #d3d3d3;
}
.reference-table tr{
    border: 1px solid #d3d3d3;
}
.reference-table td
{
    border: 1px solid #d3d3d3;
    padding: 7px 5px;
    border-spacing: 0;
    border-collapse: collapse;
}
.reference-table tr{
    background: none;
}

.reference-snippet td{
    width: 100%;
}

.reference-snippet{
    position: relative;
    text-align: justify !important;
}

.multiple-reference{

  margin-left:30px;
  color:#9a1600;
}
.multiple-reference a,
.multiple-reference-label{
  color:#9a1600;
}

.reference-table .arrow-icon {
    background: url("../contexta_images/left-arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 2% 0 1%;
    width: 3%;
    height: 11px;
    min-width: 11px;
    vertical-align: middle;
}

.reference-table .arrow-icon.right-arrow{
    background: url("../contexta_images/right-arrow.png") left center no-repeat;
    margin: 0  0 0 10px;

}

.reference-table .snippet-text{
    display: inline-block;
    vertical-align: middle;
/*    width: 93%;
     margin-left:30px; */
    width: 92%;
     margin-left:47px;
}
.reference-table .arrow-icon + .snippet-text{
  margin-left:0;
}
.reference-table .snippet-text.critical{
  padding-left: 20px;
}
#sn-visore-header{
    position: fixed;
    top: 0;
}

#tabs_layoutFrames_main_tabs_tab_full-resource-main,
#tabs_layoutFrames_left_tabs_tab_full-resource-left,
#tabs_layoutFrames_right_tabs_tab_full-resource-right
{
    display: none !important;
}


#frames_number{
    margin: 3px 5px;
    height: 20px;
    font-size: 12px;
    padding: 0;
}
#tb_article-layout_main_toolbar_item_show_source_DFGA .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source_BN .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source .w2ui-tb-caption{
color: grey;
    font-weight: bold;

}



#tb_article-layout_main_toolbar_item_show_source{
    width: 100%;
    text-align: center;
}
#scheda-bibliografica h3{
    color: #000;
    margin: 5px 0 10px;
}
#scheda-bibliografica{
    text-align: center;
    padding: 20px 20px;
}

#scheda-bibliografica-details table,
#scheda-bibliografica-details .estremi-bib
{
    /* width: 85%; */
    text-align: left;
    background: #fff !important;
}
#dfga-descrizione .estremi-bib{
  width: 100%;
}
/*#scheda-bibliografica-details table tr{
    background: #fff !important;
}*/



.resource-title{
    color: rgb(0, 0, 0);
    text-align: center;
    font: 500 14px "Lucida Grande",Lucida,Verdana,sans-serif;
    margin: 20px 10px;
}
#tb_article-layout_main_toolbar_item_print_source{
  width: 24px !important;
  height: 22px !important;
    position: absolute;
    right: 14px;
    top: 10px;
}
.sn-print, .sn-print:hover{
    display: block;
    background: url(../contexta_images/print.png) center center no-repeat transparent !important;
    width: 24px;
    height: 21px;
}
#next_res,
#tb_article-layout_main_toolbar_item_prev_res table.w2ui-button .w2ui-tb-image>span,
#tb_article-layout_main_toolbar_item_next_res table.w2ui-button .w2ui-tb-image>span
{
  color: #5B8A9E;
}
.sn-print.references-print{
   position: absolute;
       right: 45px;
    top: 136px;
    z-index: 999;
}

.right-frame-container{
/*    padding: 10px;  danilo*/
  padding: 20px 20px;
  margin: 0 0px !important;
}

.right-frame-container.no-bg-frame {
    margin: 0;
    min-height: 100%;
    background: #F0F0F0;
}
.right-frame-container.no-bg-frame.dfga {
    background: #E4E4E4;
}

.right-frame-container.dfga .facsimile-detail-main .mrc-facsimile-viewer .caption{
    height: auto;
}
.right-frame-container.dfga .facsimile-detail-main .caption p {
    font-size: 0.7rem;
}

.reference-table{
    margin: 0 0 0;
}
.reference-table.quoting{
  margin:0;
}
#notes{
    margin: 0 25px;
}
#tabs_layoutFrames_main_tabs_tab_dfga_SN-main .w2ui-tab.active{
    color: #b23528 !important;
}

#tabs_layoutFrames_main_tabs_tab_dfga_eKGWB-main .w2ui-tab.active{
    color: #d0a34d !important;
}
.w2ui-tabs.w2ui-panel-tabs .w2ui-tab.active{
    background: #fff;
    color: #5B8A9E !important;
    text-shadow: none !important;
    position: relative;
    top: 1px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 1px solid silver;
    border-bottom: 0;
    padding-top: 9px;
}
#tb_article-layout_main_toolbar_item_show_source_spacer_DFGA,
#tb_article-layout_main_toolbar_item_show_source_spacer_BN,
#tb_article-layout_main_toolbar_item_show_source_spacer_eKGWB,
#tb_article-layout_main_toolbar_right{
  width: 45% !important;
}
#layout_layoutFrames_panel_main .w2ui-panel-tabs{
  background: #F0F0F0;
  /*border-bottom: 1px solid silver;*/
  height: 50px;
  position: relative;
  top: 1px;
}

#tb_article-layout_main_toolbar_item_prev_sec_res .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_next_sec_res .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source_DFGA .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source_BN .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source_eKGWB .w2ui-tb-caption,
#tb_article-layout_main_toolbar_item_show_source .w2ui-tb-caption{

  color: #5B8A9E;
   font-size: 16px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

#tb_article-layout_main_toolbar_item_show_source_DFGA .w2ui-button.over,
#tb_article-layout_main_toolbar_item_show_source_BN .w2ui-button.over,
#tb_article-layout_main_toolbar_item_show_source .w2ui-button.over{
  border: 0;
}
.w2ui-tabs table{
  /*border-bottom: 0 !important;*/
  height: 100%
}
.w2ui-panel-tabs tr{
  background: transparent;
}
.w2ui-panel-tabs td{
    border-top: 0;
    border-bottom: 0;
     font-size: 13px;
     font-weight: bold;
     padding: 10px 0 0 0;
    vertical-align: bottom;
}
/* danilo */
.w2ui-panel-tabs td:first-child{
     padding: 10px 0 0 20px;
}
/* end danilo */

.w2ui-panel-tabs{
    padding-top: 0 !important;
}
.w2ui-panel-tabs table
{
  /* margin-left: 10px; */
    border-collapse: collapse !important;
}
#tabs_layoutFrames_main_tabs_right,
.w2ui-panel-tabs.w2ui-tabs .w2ui-tab{
    border: 0 ;
    padding-bottom: 0;
    height: 39px;
    padding-top: 11px;

}

.w2ui-panel-toolbar{
    height: 50px;
}
.w2ui-panel-toolbar table{
  height: 100%;
}
.w2ui-panel-toolbar table .w2ui-tb-caption{
  font-size: 19px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

.w2ui-toolbar table.w2ui-button div.w2ui-tb-image{
    margin: 0 !important;
    width: 24px;
    height:21px;
}

.estremi-bib{
  background: #fff;
  margin: auto;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
#estremi-bib-box.bn-estremi-bibl .estremi-bib {
    padding: 20px;
}

#estremi-bib-box.bn-estremi-bibl table {
    width: 100%;
    margin-top: 0; 
}

#estremi-bib-box{
  border: 2px solid #cecece;
  padding: 20px ;
  text-align: justify;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#estremi-bib-box.bn-estremi-bibl {
    padding: 0;
}


#estremi-bib-box p {
    margin-bottom: 10px;
}
.bib-ext-ref{
  word-break: break-all;
}
#scheda-bibliografica-details h3
{
  color:#7e562e;
  font-size: 14px;
}

#scheda-bibliografica .estremi_bibliografici_head {
         /* Gradient */
    background: #e0decc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZGVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmNmYjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e0decc 0%, #d2cfb6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0decc), color-stop(100%,#d2cfb6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0decc 0%,#d2cfb6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0decc 0%,#d2cfb6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0decc', endColorstr='#d2cfb6',GradientType=0 ); /* IE6-8 */
    font-size: 14px;
    text-shadow: 0px 1px 1px #a29d80;
    color: #ffffff;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.matched-siglum{
    color: #8a0308;
}


.concordanze-table td{
  border: 1px solid #a7927d !important;
}

#ViewerDisplay {
  text-align: left;
}


#signin_username {
    width: 220px !important;
    height: 28px !important;
}

#sn-visore.eKGWB {
    background: #F0F0F0;
    padding: 30px 25px 0;
    margin:0;
    min-height: 100%;
}

/*TRASCRIZIONE*/

#trascrizione {
    font-family: "Lucida Grande", "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    padding: 20px 40px;
    text-align: justify;
    line-height: 1.4;
}

#trascrizione #edit_transcription {
    width: 100%;
    height: 80%;
    font-family:"Lucida Grande", "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 1.4;
}

#correct-transcription {
    display: inline-block;
    font-size: 1.15em;
    line-height: 2.6em;
}

#correct-transcription a {
    color: #e0e0e0;
    padding: 5px;
}

#trascrizione .ekgwb-label {
    border: 1px solid #9e9d94;
    color: #5B8A9E;
}

.transcription_p {
    margin-bottom: 30px;
}
.transcription_p .mrc-highlight {
    color: #900;
}
.auth_page {
    padding: 50px;
    width: 80%;
}
.auth_page h1 {
    text-align: center;
    margin-bottom: 15px;
}
.auth_page .subtitle {
    width: 55%;
    margin: 20px auto;
    font-size: 13px;
}

.auth_page form {
    width: 55%;
    margin: auto;
}

.auth_page .login_link {
    display: block;
    width: 55%;
    margin: 20px auto;
    font-size: 13px;
    color: #898989;
}

.w2ui-layout .bn-other-source {
    margin-top: 20px;
    border: 1px solid #9e9d94;
}

.w2ui-layout .bn-other-source td {
    border: 1px solid #9e9d94;

}

.w2ui-layout .bn-other-source th {
    text-align: center;
}

.bn-catalogues td {
    width: 16.66%;
}