/* Module: MainSourceFile: styles.css (from application)*/
/** FIX TAG HTML5 PER lte IE9 **/ 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

form {margin:0; padding:0;}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0 10px;
    background: #fff;
    color:#000;
}

#min-width-panel {
    min-width:1000px;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

p {
    padding:0px;
    margin:4px;
}

img {
    border:0;
}

.elenchi {
    font-size:90%;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    list-style-type: none;
}

.elenchi li{
    font-size:90%;
}

a {
    color:black;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main-layout-row {
    width:99%;
    overflow:hidden;
    padding-bottom:5px;
}

.main-layout-cell-big {
    float:left;
    width: 99%;
}


input {
    	border: #999 1px solid;
}


a.navigation {
    text-decoration: none;
    color:inherit;
}

a.navigation:hover {
    text-decoration: underline;
}

.print-watermark {
    display: none;
}


.page-error-message {
    font-family: verdana;
    font-size:  13px;
    font-weight:bold;
    padding-left:20px;
    padding-bottom:5px;
}

.page-error-redirect {
    font-family: verdana;
    font-size:  12px;
    padding-left:20px;
}

.page-error-redirect a{ 
    color: #000;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

/* Module: MainSourceFile: position.css (from application)*/
#header{
    min-width:1000px;
    width:100%;
    background:transparent;
    height:133px;
    border-bottom: 0px solid black;
    padding-bottom:10px;
}

#header-accoglienza{
    width:100%;
    background:transparent;
    height:133px;
    border-bottom: 0px solid black;
    padding-bottom:10px;
}

#header-errors{
    width:100%;
    background:transparent;
    height:133px;
    border-bottom: 0px solid black;
    padding-bottom:10px;
}

#footer {
    padding-bottom:30px;
    padding-top:0px;
    margin-top:5px;
    border-top:1px solid black;
    clear:left;
    width:100%;
    background:#fff;
    color:#000;
    text-align:center;
    font-size:9px;
}

#main-content-body {
    float: left;
    width:100%;
    color:#000;
    padding-top:0;
    margin-top:0;
    background-color:#fff;
    min-height: 500px;
}

#main-layout-column-left {
    float: left;
    width:200px;
    background:transparent;
    border-right: 0px solid #a3a3a3;
    color:#000;
    padding:5px 2px 5px 2px;
    padding-bottom:50px;
}
#main-layout-column-right {
    float: right;
    width:195px;
    background:transparent;
    color:#000;
    padding:5px 2px 5px 2px;
}

#main-layout-column-center {
    border: 1px solid #ffffff;
    margin: 0 204px 0 200px;
    background:transparent;
    color:#000;
    padding:5px 6px 5px 15px;
}

#main-layout-column-center-left {
    border: 1px solid #ffffff;
    margin: 0 204px 0 0;
    background:transparent;
    color:#000;
    padding:5px 6px 5px 15px;
}


#panel-errors {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#panel-errors .main-content-body {
    min-height: 200px;
}

#panel-accoglienza {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#panel-banned-network {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header-banned-network{
    width:100%;
    background:transparent;
    height:133px;
    border-bottom: 0px solid black;
    padding-bottom:10px;
}


/* Module: MainSourceFile: header.css (from application)*/
/** Header */
.skiplink {
    position: absolute;
    top: -1000px;
    left: -1000px;
    padding: 0.5em 0.75em;
    background: #000;
    font-weight: bold;
    color: #fff;
}

a.skiplink:active,
a.skiplink:focus,
a.skiplink:hover {
    left: 0;
    top: 0;
}

#main-header {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #fff;
    padding:0px;
    vertical-align:top;
    color: #fff;
}

/** LOGO */
#main-header .logo {
    white-space: nowrap;
    padding:0px;
    margin:0px;
    display:inline; 
    float: left;
}

#main-header .logo img{
    border: none;
}

.head-right {
    display: inline;
    float : right;
    padding-right:5px;
    height: 106px;
}

.head-right-inner {
    height: 100%;
}

.head-right .login{
    font-size:10px;
    padding-bottom:5px;
    text-align: right;
}

.head-right .login a{
    color: #fff;
}

.head-right .login .actions{
    font-size:11px;
}

.head-right .search {
    padding:3px 3px 1px 3px;
}

.head-right .search .advanced {
    font-size: 9px;
    color: #fff;
    text-align: right;
    padding-right:32px;
}

.head-right .search .advanced a{
    color: #fff;
}

.head-right .search a{
    vertical-align:bottom;
    text-decoration: none;
}

.head-right .search a:hover{
    text-decoration: underline;
}


.head-right .user{
    padding-top: 3px;
    display: inline-block;
}

.head-right .auth-network{
    padding-top: 3px;
    display: inline-block;
}


/** NAVBAR */
#main-header .nav-bar {
    background-color: #FFFFFF;
    text-align: left;
    clear: left;
    margin:0;
    margin-top:-2px;
    padding:0px;
    margin-left: 0px;
}

#main-header .nav-bar .navigation-tools {
    font-size:90%;
    float: left;
    padding:0 0 0 215px;
    margin:0px;
    
    /* margin-left: -30px; Aggiungere per IE7 */
}

#main-header .nav-bar .links a{
    float: right;
    padding: 0 2px;
}

#main-header .nav-bar ul {
    padding-left:0px;
    padding-top:0px;
    margin-top: -5px; /* 5px IE7 */
    margin-bottom:4px;
    list-style-type: none;
    list-style-position: outside;
    
}

#main-header .nav-bar ul li {
    color:#999;
    display: inline-block;
    padding: 4px 10px 0px 10px;
    margin-top:0px;
    border-left:2px solid #909090;
}


#main-header .nav-bar li a {
    font-weight: bold;
    color: #777;
    text-decoration: none;
}

#main-header .nav-bar li a:hover, #main-header .nav-bar li a:active {
   text-decoration: underline;
}



/* Module: MainSourceFile: headBlock.css (from application)*/
.head-block {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    border-bottom: solid gray 0px;
    border-left: solid gray 0px;
    border-right: solid gray 0px;
    padding: 0px;
    margin: 0px 0px 8px 0px;
    font-size: 13px;
    color: #666666;
}

.head-block td { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head-block .title {
    font-size: 13px;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: bold;
    background-color: #CC0000;
    color: white;
}

.head-block .headline {
    background-color: #ffffff;
    border-bottom: 0px solid #0F04B8;
    font-size: 15px;
    margin-bottom: 5px;
    margin-left:5px;
    margin-right:3px;
    font-weight: normal;
    color: #0F04B8;
}

.head-block .headline td {
    font-size: 13px;
}

.head-block .headline td.label {
    background: blue url('../../../images/Main/layout/label-13/2.jpg') repeat-x; 
    color: #fff;
    padding:0 3px;
}

.head-block .headline td.label-filler {
    background: blue url('../../../images/Main/layout/label-13/4.jpg') repeat-x;
    color: #fff;
    padding:0 3px;
    width: 80%;
}


.head-block .description {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.head-block .block {
    margin-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

.head-block .block .subtitle {
    font-size: 11px;
    padding-right: 11px;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 4px;
}

.head-block .action-button {
	padding: 5px 10px 5px 10px;
}

.head-block .action-button a {
    text-decoration: none;
    font-weight:bold;
    cursor:hand;
    cursor:pointer;
}

.head-block .action-button a:hover,
.head-block .action-button a:active {
    text-decoration: underline;
}

/* Module: MainSourceFile: titledBox.css (from application)*/
.titled-box {
    background-color: #ffffff;
    border-bottom: solid gray 0px;
    border-left: solid gray 0px;
    border-right: solid gray 0px;
    padding: 0px;
    margin: 0px 0px 8px 0px;
    font-size: 11px;
    color: #666666;
}

.titled-box .main-title {
    text-transform:uppercase;
    font-size: 20px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom:0;
    font-weight: normal;
}


.titled-box .title {
    font-size: 12px;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: bold;
    color: #000;
}

.titled-box .title a {
    color: #000;
}

.titled-box .title-2 {
    font-size: 12px;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: normal;
    color: #000;
}

.titled-box .title-3 {
    font-size: 11px;
    padding-left: 11px;
    padding-right: 11px;
    font-weight: normal;
    color: #666;
}

.titled-box .title-4 {
    font-size: 12px;
    font-weight: bold;
    padding-top:10px;
    padding-left: 11px;
    padding-right: 11px;
    color: #444;
}

.titled-box .title-help {
    font-size: 13px;
    font-weight: bold;
    padding-top:15px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 -5px;
    color: #444;
}

.titled-box dt {
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

.titled-box dd {
    font-weight: normal;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}

.titled-box .headline {
    background-color: #ffffff;
    font-size: 15px;
    padding: 3px 11px 2px 11px;
    margin: 0 0 3px 0;
    font-weight: bold;
    border-bottom: 1px solid black;
    color: #0F0791;
}

.titled-box .description {
    font-size:11px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
}

.titled-box .field {
    font-size:11px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.titled-box .field a {
    vertical-align: bottom;
}

.titled-box .block {
    background:#EBE9F3;
    margin-bottom: 1px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
}

.titled-box .block .subtitle {
    font-size: 11px;
    padding-right: 11px;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
}

.titled-box .action-button {
	padding: 5px 10px 5px 10px;
    text-align:right;
}


.titled-box .title a,
.titled-box .action a,
.titled-box .action-button a {
    text-decoration: none;
}

.titled-box .title a:hover,
.titled-box .title a:active,
.titled-box .action a:hover,
.titled-box .action a:active,
.titled-box .action-button a:hover,
.titled-box .action-button a:active {
    text-decoration: underline;
}

.titled-box .description img {
    border: 1px solid #777;
    margin:0 5px 5px 5px;
}


.titled-box .separator {
    font-size:1px;
    height:1px;
    padding-top:2px;
    margin-bottom:5px;
    border-bottom:1px solid #aaa;
}

a.continue-dot {
 text-decoration:none;
}

a.continue-dot:hover {
 text-decoration:underline;
}

.titled-box .a-cura-di {
    font-size:85%;
}

.titled-box .search-list {
    font-size:12px;
    font-weight:normal;
    padding-top:10px;
    padding-left:10px;
}

.titled-box .search-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
}

.titled-box .search-list li {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.titled-box .search-list a.search-list-action{
    font-weight: normal;
    text-decoration: none;
    color: #000;
}

.titled-box .search-list a.search-list-action:hover{
    font-weight:normal;
    text-decoration: underline;
    color:#000;
}

.titled-box .autocomplete-input {
    font-size:12px;
    padding-left:25px;
    padding-top:20px;
}

.titled-box .autocomplete-input input{
    font-size:12px;
}

.titled-box .autocomplete-input .dijitDownArrowButton {
    display: none;
}


.titled-box .autocomplete-results {
    padding-left:15px;
}

.titled-box .button-marker {
    color:red;
    padding-right:5px;
}


.titled-box .book-description {
    padding-top:20px;
    padding-left:10px;
}

.titled-box .book-description .title {
    font-size:14px;
    font-weight: normal;
    padding-left:0px;
    padding-right:0px;
}

.titled-box .book-description .subtitle {
    font-size:13px;
}

.titled-box .book-description .contributors {
    font-size:14px;
    font-weight:bold;
}

.titled-box .book-description .section-title {
    font-size:13px;
    padding-top:5px;
}

.primo-piano {
    background-color: #BEC4D6 !important;
    border: solid gray 1px !important;
}

.primo-piano .headline {
    background-color: #BEC4D6 !important;
    border-bottom: 0px solid black !important;
}

.primo-piano .cell-box-2 .title,
.primo-piano .cell-box-2 .subtitle,
.primo-piano .cell-box-2 .description {
    background-color: transparent !important;
}

.home-search-box {
    padding-top:10px;
}

.home-search-box td{
    padding-bottom:8px;
}

.home-search-box .search-box-button {
    padding-top:5px !important;
}

/* Module: MainSourceFile: roundTitledBox.css (from application)*/
.round-titled-box {
    font-size: 11px;
    color: #666666;
    padding-bottom: 12px;
}

.round-titled-box .rb-center-left {
    background: url('../../../images/Main/layout/box-13/4.jpg') repeat-y;
}

.round-titled-box .rb-center {
    background: url('../../../images/Main/layout/box-13/5.jpg') repeat;
    width:100%;
}

.round-titled-box .rb-center-right {
    background: url('../../../images/Main/layout/box-13/6.jpg') repeat-y;
}

.round-titled-box .rb-bottom-center {
    background: url('../../../images/Main/layout/box-13/8.jpg') repeat;
    font-size:1px;
}

.round-titled-box .headline {
    margin-left:10px;
    background: url('../../../images/Main/layout/box-13/2.jpg') repeat-x;
    margin-right: 10px;
    padding-left:3px;
    padding-right:3px;
    height:22px;
    font-size:13px;
    color:#26088F;
    font-weight:bold;
}

.round-titled-box td img {
    display: block;
}

.round-titled-box .rb-center img{
    display: inline;
}

.round-titled-box td .action-button {
	padding: 5px 10px 5px 10px;
    text-align:right;
    font-weight: bold;
}

.round-titled-box td .action-button a {
    text-decoration: none;
}

.round-titled-box td .action-button a:hover,
.round-titled-box td .action-button a:active {
    text-decoration: underline;
    cursor: pointer,hand;
}

.round-titled-box td {
   font-size: 11px;
}

.round-titled-box th {
   text-align:right;
   padding-right:3px;
   font-size: 11px;
}

.round-titled-box .remember {
    font-size: 9px;
    padding-right:3px;
    padding-bottom:3px;
    color: #666666;
}

.round-titled-box input {
    font-size: 11px;
    color: #666666;
}

.round-titled-box .error {
    font-weight: bold;
    color: red;
}


.round-titled-box td ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
}

.round-titled-box td li a {
    padding:3px;
    font-weight: bold;
    text-decoration:none;
    color:#444;
}

.round-titled-box td li a:hover {
    text-decoration: underline;
    background:none;
}

.round-titled-box ul.titoletti {
	margin-top: 5px;	
}

.round-titled-box li.titoletto {
	font-size: 10px;
	margin-left: 5px; 	
}

.round-titled-box li.titolo {
	font-size: 11px;
}

.round-titled-box ul.apparati {
	margin-top: 14px;	
}

.round-titled-box ul.apparato {
	margin-top: 11px;	
}


/* Module: MainSourceFile: navigationList.css (from application)*/

/** Menu left */
.navigation-list {
    background-color: transparent;
    width: 100%;
    text-align: left;
    clear: left;
    padding:15px 0px 3px 0px;
    margin-top:0px;
    font-size:12px;
}

.navigation-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-position: outside;
}

.navigation-list ul.slave {
    padding-left: 10px;
    font-size:11px;
}

.navigation-list li.selected a{
    font-weight:bolder;
    color:#000;
}

.navigation-list li.unselected a{
    font-weight:normal;
}


.navigation-list ul li {
    margin: 0px;
    padding: 0px;
}

.navigation-list ul.master li {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #aaa;
}

.navigation-list ul.slave li {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px solid #aaa;
    border-top: 1px solid #ddd;
}

.navigation-list li a {
    padding:3px 0 3px 0;
    display:block;
    font-weight: normal;
    text-decoration:none;
    color:#444;
}

.navigation-list li a:hover {
    background:#dddddd;
}

.navigation-list li.go-to-page {
    padding-top:7px;
    padding-bottom:3px;
    border-top:1px solid #D6D3E7;    
}

.navigation-list li.go-to-page .label {
    color:#444444;
    display:inline;
    font-weight:bold;
    padding-left:14px;
}

.navigation-list li.go-to-page .button {
    display:inline-block;
    vertical-align: middle;
}



/* Module: MainSourceFile: highlight.css (from application)*/
@CHARSET "ISO-8859-1";

    .highlight_1 {
        background-color: yellow;
    }

    .highlight_2 {
        background-color: #D0D98F;
    }

    .highlight_3 {
        background-color: #D78C8E;
    }
    
    .highlight_4 {
        background-color: #DEE021;
    }
    
    .highlight_5 {
        background-color: #9A84EB;
    }
    
    .highlight-box {
        margin:5px 0 5px 0;
    }
    
    
    #highlightWordList{
        font-family: Verdana, Arial, Helvetica, sans-serif;   
    }
    
    #highlightWordTextBoxId {
        width:90px;
    }
    
    #highlightWordList li {
        font-size: 11px;
        margin: 2px 5px 2px 5px;
    }
    
    #highlightWordList .highlight-remove-button {
        padding-right:5px;
        font-size:9px;
        cursor: pointer;
        curson:hand;
    }
    
    #highlight-tab-container{
        padding-top:5px;
    }
    
    #highlight-tab-container .dijitTab{
        font-size:12px;
        font-weight:bold;
    }

/* Module: MainSourceFile: selection.css (from application)*/
@CHARSET "ISO-8859-1";

.selected-on {
    background-color:orange;
}


#selectionEventPanel {
    background-color: #DBFFE1;
    border: 1px solid #C5E5CA;
    font-family: verdana;
    font-size: 13px;
}

#selectionEventPanel .bd{
    padding:3px;
    font-size: 12px;
    background-color: #EDF7DC;
}
#selectionEventPanel .hd{
    font-weight: bold;
    background-color: #D8E0C9;
}


.add-comment-div-container {
    font-style: verdana;
    font-size: 10px;
    border: 1px solid #888E7D;
    background: #fff;
    padding: 1px; 
}

.add-comment-div-container .bd {
    
    background-color: #EDF7DC; 
}

.add-comment-div-container .hd {
    color: black;
    background-color: #D8E0C9; 
}


.selection-notes-div-container {
    font-style: verdana;
    font-size: 10px;
    border: 1px solid #888E7D;
    background: #fff;
}


.selection-notes-div-container .hd {
    height: 9px;
    font-size: 6px;
    background-color: #EDF7DC;    
    border-bottom:0px;
    padding:0px;
}

.selection-notes-div-container .bd {
    padding:3px;
    font-size:9px;
    background-color: #EDF7DC;    
}

.selection-notes-div-container ..container-close {
    right:2px;
    top:3px;
    width:8px;
    font-size:6px;
}
.selection-notes-div-container .ft {
    height: 2px;
    background-color: #EDF7DC;  
    padding:0px;  
}


/** Stili relativi al riepilogo commenti lato utente */

.user-comment {
	font-size:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #777;
}
.user-comment-chapterNumber {
	font-size:12px;
	color : #8B0000;
}
.user-comment-chapter {
	font-size:11px;
	font-weight:bold;
}
.user-comment-pages {
	padding-bottom:5px;
}
.user-comment-content {
	font-size: 11px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:5px;
}

.user-comment-content .quote-l,  .user-comment-content .quote-r{
	font-size:12px;
	display:inline;
	
}

.user-comment-selectionContent {
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	color: #555;
	padding:5px; 
	margin-left:10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.user-comment-goto {
	text-align: right;
}



/** Stili relativi al riepilogo bookmark lato utente */

.user-bookmark {
    font-size:10px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #777;
}
.user-bookmark-chapterNumber {
    font-size:12px;
    color : #8B0000;
}
.user-bookmark-chapter {
    font-size:11px;
    font-weight:bold;
}
.user-bookmark-pages {
    padding-bottom:5px;
}
.user-bookmark-content {
    font-size: 14px;
    font-weight: bold;
    padding-left:0px;
    padding-right:40px;
    padding-bottom:5px;
}

.user-bookmark-selectionContent {
    font-size: 10px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    color: #555;
    padding:5px; 
    margin-left:10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.user-bookmark-goto {
    text-align: right;
}


#bookmarkListContainer {
    list-style-position : inside;
    list-style-type: square;
}

#bookmarkListContainer li{
    font-size:10px;
}

#bookmarkListContainer li div{
    display: inline;
}

#bookmarkListContainer li a{
    font-weight:normal;
}

/** Stili relativi alle parole di glossario lato utente */
*{
   outline: 0;
}

.glossary {
    color: #022e52;
}

.glossary img{
	cursor: pointer;
	cursor: hand;
}

#glossary-contents {
    display: none;
}

.glossary-waiting {
    background-color: #C8C8C8;
    /*
    background: gray url('/images/Darwin/glossary-loader.gif') no-repeat right center;
    */
}

.closePopupWrapper {
    text-align: right;
}



/* Module: MainSourceFile: searchBox.css (from application)*/
.search-box {
    white-space: nowrap; 
}

.search-box input {
    width: 80%; 
    vertical-align:top; 
    padding-right:0px;
}


.search-box .advanced {
	font-size: 9px;
}

/* Module: MainSourceFile: chapterHtml-georgia.css (from application)*/
/** css per il capitolo **/

.book-part-content {
    font-family: verdana, sans-serif;
    text-align:justify;
    color:black;
    background-color: white;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top:15px;
    clean: both;
}

.book-part-content .intestazione {
    margin-bottom:30px;
    clear:both;
    padding-top:5px;
}

.book-part-content .sopratitolo,
.book-part-content .titolo,
.book-part-content .bibliography-title,
.book-part-content .index-title,
.book-part-content .footnotes-title,
.book-part-content .titoletto,
.book-part-content .titoletto a,
.book-part-content .sottotitoletto,
.book-part-content .sottosottotitoletto,
.book-part-content .sottosottosottotitoletto,
.book-part-content .note .titolettonote,
.book-part-content .hidden-note-reference .titolettonote,
.book-part-content .bibliografia .titolobibliografia,
.book-part-content .autoverifica,
.book-part-content .titolettoautoverifica,
.book-part-content .titolettoriepilogo,
.book-part-content .titolettoparolechiave,
.book-part-content .fignota,
.book-part-content .figfonte,
.book-part-content .figdida,
.book-part-content .table .tabellatitolo,
.book-part-content .table .tabellasopratestatina,
.book-part-content .glossary-title,
.book-part-content .table .tabellatestatina  {
    font-family: Georgia, sans-serif;
}

.book-part-content .sopratitolo {
    text-transform:uppercase;
    color:#8B0000;
    background-color:inherit;
    font-size:16px;
    font-weight:bold;
    text-align:justify;
    text-align:center;
}

.book-part-content .titolo, .book-part-content .bibliography-title, .book-part-content .index-title, .book-part-content .footnotes-title, .book-part-content .glossary-title{
    text-transform:uppercase;
    color: #708090;
    background-color:inherit;
    font-size:155%;
    font-weight:bold;
    text-align:center;
}

.book-part-content .bibliography-title, .book-part-content .index-title, .book-part-content .footnotes-title, .book-part-content .glossary-title {
    padding-top: 30px;
    padding-bottom:20px;
}

.book-part-content .titoletto{
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
    text-decoration: none;
}
.book-part-content .titoletto a {
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    border-bottom: 0px;
    text-decoration: none;
}

.book-part-content .sottotitoletto {
    font-size: 120%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.book-part-content .sottosottotitoletto {
    font-size: 100%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 1px;
}

.book-part-content .sottosottosottotitoletto {
    font-size: 90%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 1px;
}

.book-part-content div.corpominore {
    text-align: justify;
    font-size: 85%;
    padding: 9px 3% 9px 3%;
}

.book-part-content blockquote.corpominore {
	padding: 0;
	margin: 0;
    font-size: 85%;
    padding: 9px 3% 9px 3%;	
} 

.book-part-content div.cmaltro {
    text-align: justify;
    font-size: 85%;
    padding: 9px 3% 9px 3%;
}

.book-part-content blockquote.cmaltro {
    padding: 0;
    margin: 0;
    font-size: 85%;    
    padding: 9px 3% 9px 3%;
} 

.book-part-content div.infraverso {
    text-align: left;
    font-size: 85%;
    padding: 9px 6% 9px 6%;
}

.book-part-content blockquote.infraverso {
	padding: 0;
    margin: 0;
    text-align: left;
    font-size: 85%;
    padding: 9px 6% 9px 6%;
}

.book-part-content .note {
    font-size: 85%;
    text-align: justify;
    color:black;
    background-color: #F5F5F5;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.book-part-content .note .titolettonote {
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
}

.book-part-content .strillo {
    font-size:100%;
    font-weight: bold;
    text-align:justify;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom:20px;
    padding-top: 20px;
}

.book-part-content .evidenziato {
    padding-left: 1%;
    padding-right: 1%;
    border-left: 4px #C0C0C0 solid;
    border-right: 4px #C0C0C0 solid;
    margin-bottom:20px;
    margin-top: 20px;
}

.book-part-content .indiceanaliticonomi {



}

.book-part-content .appendici {



}

.book-part-content .glossario {



}

.book-part-content .ex-erga {
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 12px;
}

.book-part-content .ex-erga .ex-erga-content {
	text-align:left;
    padding-left: 40%;	
}

.book-part-content .ex-erga .author {
	padding-top: 6px;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: right;
}

.book-part-content .autoverifica {
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
}

.book-part-content .titolettoautoverifica {
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
}

.book-part-content .titolettoriepilogo {
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
}

.book-part-content .titolettoparolechiave {
    font-size: 140%;
    font-weight: bold;
    color: #708090;
    background-color:inherit;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px #708090 solid;
}

.book-part-content .image {
    padding-top: 20px;
    padding-bottom: 20px;
}

.book-part-content .video-external {
    width: 500px;
    height: 300px;
}

.book-part-content .video-external iframe {
	width: 100%;
    height: 100%;
}

.book-part-content video {
    width: 500px;
    height: auto;
}

.book-part-content .figura {
    text-align: center;
}

.book-part-content .fignota,
.book-part-content .figfonte,
.book-part-content .figdida,
.book-part-content .videonota,
.book-part-content .videofonte,
.book-part-content .videodida {
    font-size:90%;
    font-weight: bold;
    color:#8B0000;
    background-color:inherit;
    text-align: justify;
    margin-left: 5px;
    margin-top: 0px;
}

.book-part-content .figdida .figuraintestazionedidascalia, .book-part-content .videodida .videointestazionedidascalia {
        font-family: Tahoma, Verdana, sans-serif;
        text-transform:uppercase;
        font-size:95%;
        padding-right: 3px;
}

.book-part-content .figfonte .figuraintestazionefonte, .book-part-content .videofonte .videointestazionefonte {
    font-style:italic;
}

.book-part-content div.equation {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.book-part-content div.equation div.label {
    font-size:90%;
    font-weight: bold;
    color:#8B0000;
    background-color:inherit;
    margin-left: 5px;
    margin-top: 0px;
    float:left;
}

.book-part-content .box {
    font-family:verdana, sans-serif;
    font-size: 90%;
    text-align:justify;
    margin-left:1%;
    margin-right:1%;
    margin-top: 30px;
    margin-bottom:30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1%;
    padding-right: 1%;
    color:black;
    background-color: #F5F5F5;
}

.book-part-content .box .intestazionebox1 {
    font-size: 100%;
    text-transform:uppercase;
    padding-bottom: 1px;
    border-bottom: 1px gray solid;
    background-color:inherit;
}

.book-part-content .box .intestazionebox2 {
    font-size: 100%;
    text-transform:uppercase;
    padding-bottom: 1px;
    border-bottom: 1px gray solid;
    background-color:inherit;
}

.book-part-content .box .titolobox1 {
    font-size: 130%;
    padding-bottom: 1px;
    margin-bottom: 3px;
    background-color:inherit;
}

.book-part-content .box .titolobox2 {
    font-size: 130%;
    padding-bottom: 1px;
    margin-bottom: 3px;
    background-color:inherit;
}

.book-part-content .box .titolettobox {
    font-size: 110%;
    padding-bottom: 1px;
    margin-bottom: 3px;
    background-color:inherit;
}

.book-part-content .box .fontebox {
    font-size: 90%;
    padding-bottom: 1px;
    margin-bottom: 3px;
    background-color:inherit;
}

.book-part-content .esempio {
    font-family:verdana, sans-serif;
    font-size: 90%;
    text-align:justify;
    margin-left:1%;
    margin-right:1%;
    margin-top: 30px;
    margin-bottom:30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1%;
    padding-right: 1%;
    color:black;
    background-color: #F5F5F5;
}

.book-part-content .titoloesempio {
    font-size: 100%;
    text-transform:uppercase;
    padding-bottom: 1px;
    border-bottom: 1px gray solid;
    background-color:inherit;
}

.book-part-content .esercizio {
    font-family:verdana, sans-serif;
    font-size: 90%;
    text-align:justify;
    margin-left:1%;
    margin-right:1%;
    margin-top: 30px;
    margin-bottom:30px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1%;
    padding-right: 1%;
    color:black;
    background-color: #F5F5F5;
}

.book-part-content .titoloesercizio {
    font-size: 100%;
    text-transform:uppercase;
    padding-bottom: 1px;
    border-bottom: 1px gray solid;
    background-color:inherit;
}

.book-part-content .ringraziamenti {
    text-align:justify;
    font-style:italic;
    padding-top: 15px;
    padding-bottom: 15px;
}

.book-part-content .credits {
    font-size:12px;
    text-align:center;
    font-style:italic;
}

.book-part-content .abstract {
    font-size:11px;
    font-weight: normal;
    text-align: justify;
    margin: 10px 20px;
    padding:15px;
    border: 1px solid #FF8800;
    background-color: #FFECBF;
}


.book-part-content .abstract div{
    margin:0px;
}

.book-part-content .abstract .abstract-title {
    font-size:110%;
    font-weight: bold;
    text-align: left;
    padding-bottom:5px;
}

.book-part-content .notizie-autori {
    font-size:10px;
    font-weight: normal;
    text-align: justify;
    margin: 10px 20px;
    padding:15px;
    border: 1px solid #FF8800;
    background-color: #FFECBF;
}

.book-part-content .notizie-autori .notizie-autori-title {
    font-size:110%;
    font-weight: bold;
    text-align: left;
    padding-bottom:5px;
}

.book-part-content .notizie-autori div{
    margin:0px;
}

.book-part-content  .divtable   {
    padding-right:20px;
    padding-left:20px;
    margin-right: -10px;
    overflow: auto;
}

.book-part-content  .table   {
    font-size: 90%;
    margin-top: 40px;
    margin-bottom:20px;
    table-layout:auto;
    color:black;
    empty-cells:show;
    background-color: #F5F5F5;
}

.book-part-content .table .tdtabellatitolo {
    border-bottom: 1px solid #C0C0C0;
}

.book-part-content .table .tdtabellasopratestatina {
    border-bottom: 1px solid #C0C0C0;
}

.book-part-content .table .tdtabellatestatina {
    border-bottom: 1px solid #C0C0C0;
}

.book-part-content .table .last-row {
    border-bottom: 1px solid #C0C0C0;
}

.book-part-content .table .tabellatitolo {
    font-size:107%;
    color: #8B0000;
    background-color:inherit;
    font-weight: bold;
    padding-bottom: 5px;
}

.book-part-content .table .tabellatitolo .tabellanumero {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 95%;
    text-transform:uppercase;
    padding-right: 3px;
}

.book-part-content .table .tabellasopratestatina {
    font-weight: bold;
    color: black;
    background-color:inherit;
}

.book-part-content .table .tabellatestatina {
    font-weight: bold;
    color: black;
    background-color:inherit;
}

.book-part-content .table .tabellacorpo {
    font-family: verdana, sans-serif;
}

.book-part-content .table td[align = "right"] {
    margin-right: 20%;
}

.book-part-content .table tr.not-valid-tr {
	background-color: #E3E3E3;	
}

.book-part-content .not-valid-div {
	color: #999999;
    display:inline;
}

.book-part-content .tabellanota,
.book-part-content .tabellafonte,
.book-part-content .tabellalegenda {
    font-size: 95%;
    text-align: justify;
    margin-left: 0px;
}

.book-part-content .tabellafonte .tabellaintestazionefonte {
    font-style:italic;
}

.book-part-content .esp_nota {
    vertical-align: super;
    font-size:6pt;
    text-decoration:none;
    cursor: pointer;
    cursor: hand;
}

.book-part-content .emphatize {
    font-style: italic;
}

.book-part-content .strong {
    font-weight: bold;
}

.book-part-content .underline {
    text-decoration: underline;
}

.book-part-content .maiuscoletto {
        font-size:95%;
        text-transform:uppercase;
}

.book-part-content .maiuscolo {
        text-transform:uppercase;
}

.book-part-content .fonemaref {
    font-weight: bold;
    color: #33CC00;      
 }

.book-part-content a {
    color:inherit;
    background-color:inherit;
}

.book-part-content a.ulink {
    color: blue;
    background-color:inherit;
    text-decoration: underline;
}

.book-part-content a.email {
    color: blue;
    background-color:inherit;
    text-decoration: underline;
}

.book-part-content .dedica {
    text-align: left;
    font-style: italic;
}

.book-part-content .beginpage {}

.book-part-content .beginpage-hidden {
    visibility: hidden;
    display: none;
}

.book-part-content .beginpage-l, .book-part-content .beginpage-l-sub {
	 display:block;
     position:absolute;
     left:180px;
     font-size:80%;
     font-weight:bolder;
     color:#FB8A6F;
     width: 26px;
     text-align: right;
 }

.book-part-content .beginpage-l {
 	 margin-top:-13px;
 }

.book-part-content .beginpage-l-sub {
     margin-top: 7px;
 }

.book-part-content .beginpage-char {
	 font-size:80%;
     color:#FB8A6F;
}

.book-part-content .beginpage-char-hidden {
	 display:none;
}

.book-part-content .not-valid-text {
	color: #999999;
    display:inline;
}

.book-part-content .preceding-not-valid-text {
	display:inline;
}

.book-part-content .navigation {
    font-size: 11px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
    padding-right: 0px;
    float: left;
    width:100%;
}

.book-part-content .navigation .last-page-ref{
	float: left;
}

.book-part-content .navigation .next-page-ref{
	float: right;
}

.book-part-content .navigation .next-page-ref-invisible{
	float: right;
	visibility: hidden;
}

/* Indice dei nomi */
.book-part-content .indexentry {
    color:black;
    font-size:12px;
    padding-left:20px;
    padding-bottom: 4px;
    text-align:left;
}

.book-part-content .indexentry p {
    margin: 0px;
}

.book-part-content .index-intro {
    font-size:12px;
    padding-left:20px;
    padding-bottom: 4px;
    text-align:left;	
}

.book-part-content .primaryie {
	font-size: 12px;
	color: #000000;
}

.book-part-content .secondaryie {
    font-size: 12px;
    color: #000000;
    padding-left: 20px;
}

.book-part-content .tertiaryie {
    font-size: 12px;
    color: #000000;
    padding-left: 40px;
}

.book-part-content .primaryie .page,
.book-part-content .secondaryie .page,
.book-part-content .tertiaryie .page
 {
	padding-left:10px;
    font-size: 11px;
	color: #000000;
}

/* Glossary */
.book-part-content  .glossary-title {
	margin-bottom: 9px;
}

.book-part-content  .glossentry {
	margin-bottom: 9px;
}

.book-part-content  .glossterm {
	font-size: 13px;
	color: #000000;
}

.book-part-content  .glossdef {
	font-size: 11px;
	padding-left:10px;
}

/* Bibliography */

.book-part-content .bibliomixed {
    font-size: 12px;
    color: black;
    font-style: normal;
    text-align: left;
    font-weight: normal;
    color: black;
}

.book-part-content .biblioautori {
    font-size: 12px;
    color: black;
    font-style: normal;
    text-align: left;
    font-weight: bold;
    padding-top:3px;
}

.book-part-content .biblioentry {
    font-size: 12px;
    color: black;
    text-align: left;
    margin-left: 20px;
}

.book-part-content .biblioentry-title {
    font-style: italic;
}

.book-part-content .biblioentry-subtitle {
    font-style: italic;
}

.book-part-content .bibliography-section {
	margin-top: 15px;
	margin-bottom: 15px;
}

.book-part-content .bibliography-titoletto {
	color: #708090;
    background-color:inherit;
    font-size:110%;
    font-weight:bold;
    padding-bottom: 8px;
    text-align: center;
}

.book-part-content .author_entries .anno{
    padding-left:0px;
    margin-left:0px;
    padding-right:5px;
}
.book-part-content .author_entries {
    font-size: 12px;
    color: black;
    text-align: justify;
    padding-bottom:3px;
}

.book-part-content .elencobiblio {
    font-size: 12px;
    color: black;
    text-align: left;
}

.book-part-content .hide-note{
    display: none;
    font-size:10px;
    padding: 5px;
    border: 1px solid #ffee69;
    background-color: #fff5aa;
}

.book-part-content .hide-note-selected-on{
    font-size:10px;
    padding: 5px;
    border: 1px solid #ffee69;
}


.book-part-content .hidden-note-reference {
    display: none;
}

/* Footnote del capitolo */

.book-part-content .footnotes {
	font-size: 13px;
}

.book-part-content li.footnote {
   margin-bottom: 22px;
}

.book-part-content .footnote-ref {
   margin-top: 2px;
   font-size: 11px;
   text-align: right;
}

.book-part-content .footnote-ref a {
	text-decoration: none;
}

.book-part-content .footnote-ref a:hover,
.book-part-content .footnote-ref a:active {
	text-decoration: underline;
}

.book-part-content .nota-pararaph {
   margin-bottom: 5px;
}

.book-part-content .sup {
   vertical-align: super;
   font-size: 6pt;
}

.book-part-content .sub {
   vertical-align: sub;
   font-size: 6pt;
}

.book-part-content .glossa {}

.book-part-content .glossastrillo {}

.book-part-content .glossaweb {}

.book-part-content .glossa-p {}

.book-part-content .glossastrillo-p {}

.book-part-content .glossaweb-p {}


.book-part-content .corpotesto {
    padding-bottom: 5px;
}

.book-part-content .bibliotesto {
    padding-bottom: 5px;
}

.book-part-content .no-display {
    display: none;
}

.book-part-content span.text-strike {
    text-decoration: line-through;
}

.dijitTooltip,
.dijitTooltipDialog {
    width:400px;
    opacity: 1;
    font-size:10px;
}

.dijitTooltipContainer {
    opacity: 1;
    padding:0.8em;
    font-size:10px;
}

.dijitTooltipContents{
    color: #333;
}

/* Module: MainSourceFile: toc.css (from application)*/
.darwin-toc {
	margin-top: 15px;
	padding-left: 20px;
}

.darwin-toc .title{
    font-family: Georgia, sans-serif;
    text-transform:uppercase;
    color: #708090;
    background-color:inherit;
    font-size:20px;
    font-weight:bold;
    text-align:center;
    padding-top: 30px;
}

.darwin-toc a {
    text-decoration: none;
	color: #333;
}

.darwin-toc a:hover,
.darwin-toc a:active {
	text-decoration: underline;
}

.darwin-toc .very-first-level {
	font-size: 14px;
	padding-bottom: 2px;
	padding-top: 25px;
	font-weight:bolder;
}

.darwin-toc .very-first-level a {
	color: #708090;
}

.darwin-toc .first-level {
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 8px;
	font-weight:bolder;
}

.darwin-toc .sopratitolo {
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 8px;
}
.darwin-toc .first-level-chapter {
	font-size: 13px;
	padding-bottom: 2px;
	padding-top: 1px;
	font-weight:bolder;
}

.darwin-toc .second-level {
	font-size: 12px;
	padding-left: 6px;
	padding-bottom: 2px;
	font-weight: normal;
}

.darwin-toc .third-level {
	font-size: 11px;
	padding-left: 25px;
	padding-bottom: 0px;
	font-style: italic;
}

.darwin-toc .third-level-print {
    display:none;
}

.darwin-toc .last-level {
	font-size: 10px;
	padding-left: 40px;
	padding-bottom: 2px;
}

.dedication, .dedication p {
    font-family:Verdana;
    font-size:11px;
    text-align: justify;
}

.action-button-centered a {
    font-family:Verdana;
    font-size: 12px;
    text-align:center;
    color: #000;
    text-decoration:none;
}

.action-button-centered a:hover {
    text-decoration:underline;
}

/* Module: MainSourceFile: cellBox.css (from application)*/
.cell-box-2 {
    width: 48%;
    float:left;
    min-height:100px;
    padding:5px;
}

.cell-box-2 .title {
    background: #ffffff;
    color:black;
    font-size:13px;
    font-weight:bold;
    padding:0px;
}

.cell-box-2 .subtitle {
    background: #ffffff;
    color:black;
    font-size:11px;
    font-weight:normal;
    padding:0px;
}

.cell-box-2 .description {
    background: #ffffff;
    color:black;
    font-size:10px;
    font-weight:normal;
    padding:0px;
}

.cell-box-3 {
    width: 32%;
    float:left;
    min-height:100px;
    padding:5px;
}

.cell-box-3 .title {
    background: #ffffff;
    color:black;
    font-size:13px;
    font-weight:bold;
    padding:0px;
}

.cell-box-3 .subtitle {
    background: #ffffff;
    color:black;
    font-size:11px;
    font-weight:normal;
    padding:0px;
}

.cell-box-3 .description {
    background: #ffffff;
    color:black;
    font-size:10px;
    font-weight:normal;
    padding:0px;
}


/* Module: MainSourceFile: book.css (from application)*/
.titled-box .book-title {
    background-color: #ffffff;
    font-size: 15px;
    padding: 3px 11px 2px 11px;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-bottom:3px;
    color: #0F0791;
}

.titled-box .book-title  {
    font-size:13px;
}

.titled-box .book-title a {
    color: inherit;
    text-decoration: none;
}

.titled-box .book-title a:hover {
    text-decoration: underline;
}


.titled-box .book-acuradi {
    padding-top: 10px;
    padding-left:11px;
    clear: left;
  }

.titled-box .book-acuradi-label {
    font-size:11px;
}
.titled-box .book-acuradi-editor {
    font-size:12px;
}

.titled-box .book-info {
    font-size:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:12px;
}

.titled-box .book-abstract  {
    clear: left;
    font-size:11px;
    padding-top: 15px;
    padding-left:12px;
    padding-right:197px;
}

.titled-box .book-abstract-link {
	text-align:right;	
}

.titled-box .book-abstract-link a {
    text-decoration: none;
}

.titled-box .book-abstract-link a:hover,
.titled-box .book-abstract-link a:active
 {
    text-decoration: underline;
}


#book-abstract-eng {
	display:none;	
}

.titled-box .book-subtitle:first-letter {
    text-transform:uppercase;
}

.titled-box .book-subtitle {
    font-size:12px;
    padding-top: 1px;
    padding-left:11px;
    float:left
}

.titled-box .book-chapterdoi {
    font-size:10px;
    padding-top: 3px;
    padding-right:11px;
    float:right;
}

.titled-box .book-authors {
    font-size:13px;
    font-weight:bold;
    padding-top: 4px;
    padding-left:11px;
}

.titled-box .book-imprint {
    font-size: 11px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 11px;
    font-style: italic;
    clear: both;
}

.titled-box .book-keywords {
    font-size:10px;
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left:12px;
}

.titled-box .book-corp-author {
    font-size:11px;
    font-weight:bold;
    padding-top: 15px;
    padding-left:12px;
    padding-right:197px;
}

.titled-box .book-corp-credit {
    font-size:11px;
    font-weight:bold;
    padding-top: 15px;
    padding-left:12px;
    padding-right:197px;
}

.titled-box .book-author-blurb-name {
    font-size:11px;
    font-weight:bold;
    padding-top: 5px;
    padding-left:12px;
    padding-right:197px;
}

.titled-box .book-author-blurb-description {
    font-size:10px;
    font-weight:normal;
    padding-top: 0px;
    padding-left:12px;
    padding-right:197px;    
}
.titled-box .book-author-blurb-description p {
    padding: 0px;
    margin: 0px;
}

.titled-box .cover-container {
    float: right;
    padding-left:10px;
    width:180px;
}
.titled-box .book-release-cover {
    padding:0px; 
    margin:15px 5px 10px 5px; 
    border: 1px solid #777;
}

.titled-box .book-release-actions {
    padding: 5px;
}

.titled-box .book-release-actions  ul{
    font-family: verdana;
    font-size:11px;
    margin: 0px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

.titled-box .book-release-actions ul li{
    text-align:right;
    padding-bottom:7px;
    font-weight: bold;
    font-size:11px;    
}

.titled-box .book-release-actions ul a {
    text-decoration: none;
    color: #555;
}

.titled-box .book-release-actions ul a:hover {
    text-decoration: underline;
}

.titled-box .chapter-title {
	clear: left;
    text-transform:uppercase;
    color: #708090;
    background-color:inherit;
    font-size:17px;
    font-weight:bold;
    text-align:center; 
    margin-bottom: 25px;   
}

.titled-box .chapter-sopratitolo {
	margin-top: 45px;
	clear: left;
    text-transform:uppercase;
    color:#8B0000;
    background-color:inherit;
    font-size:14px;
    font-weight:bold;
    text-align:justify;
    text-align:center;    
}

.titled-box .chapter-link {
    
}

.titled-box .chapter-abstract {
    font-weight: normal;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 190px;
    padding:15px;
    border: 1px solid #FF8800;
    background-color: #FFECBF;
}

.titled-box .chapter-contributors {
    font-weight: normal;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-right: 190px;
    margin-left: 5px;
    padding:15px;
    border: 1px solid #FF8800;
    background-color: #FFECBF;
}

.titled-box .chapter-contributors .chapter-contributor {
    margin-top: 10px;	
}


.titled-box .chapter-actions {}

.titled-box .chapter-actions  ul{
    font-family: verdana;
    font-size:11px;
    margin: 0px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

.titled-box .chapter-actions ul li{
    padding-bottom:7px;
    font-weight: bold;
    font-size:11px;    
}

.titled-box .chapter-actions ul a {
    text-decoration: none;
    color: #555;
}

.titled-box .chapter-actions ul a:hover {
    text-decoration: underline;
}

.titled-box .chapter-info {
    font-size:10px;
    padding-top: 10px;
    padding-bottom: 10px;    
}

.titled-box .book-info .bookChapterAbstract {
    font-size: 11px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 190px;
}

.titled-box .book-info .bookChapterAbstract .capitoli {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}

.titled-box .book-info .bookChapterAbstract .titoletto {
    padding-top: 4px;
    font-size: 10px;
}

.titled-box .book-info .bookChapterAbstract .titolo {
    font-size: 13px;
    float: left;
}

.titled-box .book-info .bookChapterAbstract .page-number {
    padding-top: 4px;
    padding-bottom: 20px;
    text-align: left;
}

.titled-box .book-info .bookChapterAbstract .doi {
    float: right;
}

.titled-box .book-info .bookChapterAbstract .abstract {
    padding-top: 18px;
}

.titled-box .chapter-contributors .chapter-contributors-title,
.titled-box .chapter-abstract .chapter-abstract-title {
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 5px;
    color: #000000;	
    
}


/* Module: MainSourceFile: bookReleaseList.css (from application)*/
.book-release-table-list {
    width:90%;
    font-family: verdana;
    border-spacing: 1px;
}

.book-release-table-list th {
    font-size:13px;
    font-weight: bold;
    border-bottom: 1px solid black;
    text-align:left;
}

.book-release-table-list td {
    font-size:13px;
    font-weight: normal;
    text-align:left;
}


.book-release-table-list td a, .book-release-table-list th a {
    text-decoration: none;
}

.book-release-table-list td a:hover,
.book-release-table-list td a:active,
.book-release-table-list th a:hover,
.book-release-table-list th a:active {
    text-decoration: underline;
}

/* Module: MainSourceFile: authors.css (from application)*/
.authors-letter {
    vertical-align:top;
    font-family:Verdana;
    font-size:9px;
    color:black;
    text-align:center;
    border-right: 1px solid #777;
    padding-right:2px;
}
.authors-letter a{
    color:black;
}

.authors-list {
    vertical-align:top;
    font-family:Verdana;
    font-size:11px;
    color:black;
    padding-left:5px;

}

 .authors-list a {
    color:black;
    text-decoration:none;
 }

 .authors-list a:hover {
    text-decoration:underline;
 }


/* Module: MainSourceFile: search.css (from application)*/
.search-box-head {
    text-align: center;
    font-size:12px;
    font-weight: bold;
    padding-top:20px;
    padding-bottom:10px;
}

.search-box-button {
    text-align: right;
    font-size:12px;
    font-weight: bold;
    padding-top:20px;
}

.search-box-advanced-switch {
    text-align:right;
    padding-right:5px;
    padding-bottom:4px;    
}

.search-results a, .search-box-head a {
    text-decoration:none;
}

.search-results a:hover, .search-box-head a:hover{
    text-decoration:underline;
}

.search-box-option {
	text-align: center;
	padding-bottom:7px;
}

.search-results .search-item {
    border-bottom: 1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:5px;
}

.search-results .search-item .title {
    font-size:12px;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:2px;
    background-color: #ffffff;
}

.search-results .search-item img {
    border:1px solid #666666;
    margin:3px;
    padding:3px;
}

.search-results .search-item .title a{
    color: #0000CC;
}

.search-results .search-item .search-book-title {
    font-size:12px;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:2px;
    background-color: #ffffff;
    color: #000000;
}

.search-results .search-item .area {
    font-size:11px;
    font-weight:bold;
    padding-bottom:1px;
}

.search-results .search-item .search-item-content {
    font-size:11px;
    padding-bottom:3px;
    padding-top: 3px;
}

.search-results .search-item .contributors {
    color:#000000;
    font-size:13px;
    font-weight:bold;
}

.search-results .search-item .item-info {
    font-size:10px;
}

.search-results .navigation{
    text-align:center;
    font-size:11px;
}

.search-results .navigation a {
    
    text-decoration:underline;
}

.search-results .info{
    text-align:right;
    font-size:12px;
    padding-bottom:5px;
}

.search-results .no-result{
    padding:10px 10px 10px  20px;
    font-size:14px;
    text-align:left;
}

.snippet-item {
    background-color: yellow;
    color: #000;
}

.search-results .search-item-child-header {
    font-size:11px;
    font-weight: normal;
    padding-left:30px;
    padding-top:5px;
}
.search-results .search-item-child {
    padding-left:30px;
}

.search-results .search-item-child .title {
    font-size:12px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    color: #000000;
}

.search-results .search-filter-print {
    padding-top:5px;
    font-size:9px;
    font-weight: normal;
}

.search-box-advanced table td {
    padding:2px;
}


.searchBoxAsync{
    padding-top:10px;
    font-size:9px;
    padding-bottom:5px;
}

.searchBoxAsync .main-title{
    font-weight:bolder;
    padding-top:10px;
    font-size:10px;
    padding-bottom:5px;
}

.searchBoxAsync .item{ 
    padding-bottom:3px;
    border-bottom: 1px solid #ccc;
    margin-bottom:3px;
}

.searchBoxAsync .title {
    font-weight:bolder;
    font-size:10px;
}
.searchBoxAsync .chapter {
}
.searchBoxAsync .contributors {
}
.searchBoxAsync .search-item-content {
}
.searchBoxAsync .title {
}

/* Module: MainSourceFile: popUp.css (from application)*/
.enabu-popup-dialog {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}
.enabu-popup-dialog .dijitDialogTitleBar{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: bold;
    // background-color:#0F0791;
    background: #ddd;
}

.dijitDialog .dijitDialogPaneContent{
    background-color:#FFFFFF;
}

.enabu-popup-dialog .description{
    padding-bottom:5px;

}
.dijitDialog .dijitDialogPaneContent .action-button-centered {
    padding-top:5px;
    text-align: center;
}

.dijitDialog .dijitDialogPaneContent .action-button-centered a{
    text-align:center;
    text-decoration:none;
    font-weight: bold;
}

.dijitDialog .dijitDialogPaneContent .action-button-centered a:hover{
    text-decoration:underline;
}





/** Citazioni */

.howToCitePopUp .selected-text{
    font-size: 12px;
    padding-top:5px;
    padding-bottom:5px;
}

.howToCitePopUp .cite-content{
    font-size: 12px;
    font-weight: bold;
    padding-bottom:5px;
}

.howToCitePopUp .chapter{
    font-size: 11px;
    padding-bottom:5px;
}

.howToCitePopUp .pages{
    font-size: 12px;
}

.howToCitePopUp .cite-note{
    padding-top: 15px;
    font-style: italic;
    font-size: 9px;
}

/** Commenti */

.pop-up-box .headline {
    margin-left:10px;
    background: url('../../../images/Main/layout/popup/head-center.png') repeat-x;
    margin-right: 10px;
    padding-left:3px;
    padding-right:3px;
    height:18px;
    font-size:13px;
    color:#26088F;
    font-weight:bold;
}

.pop-up-box .center-left {
    background: url('../../../images/Main/layout/popup/center-left.png') repeat-y;
}

.pop-up-box .center {
    background: url('../../../images/Main/layout/popup/center.png') repeat;
    padding:5px 3px 5px 3px;
}

.pop-up-box .center-right {
    background: url('../../../images/Main/layout/popup/center-right.png') repeat-y;
}

.pop-up-box .bottom-center {
    background: url('../../../images/Main/layout/popup/footer-center.png') repeat;
    font-size:1px;
    height: 14px;
}

.pop-up-box .bottom-right {
    vertical-align:top;
}

/** Dettagli Commenti */
.selection-note-details-popup .headline {
    margin-left:10px;
    background: url('../../../images/Main/layout/details/head-center.png') repeat-x;
    margin-right: 10px;
    padding-left:3px;
    padding-right:3px;
    height:14px;
    font-size:9px;
    color:#26088F;
    font-weight:bold;
}

.selection-note-details-popup .center-left {
    background: url('../../../images/Main/layout/details/center-left.png') repeat-y;
}

.selection-note-details-popup .center {
    background: url('../../../images/Main/layout/details/center.png') repeat;
    width:100%;
    padding:5px 3px 0px 3px;
}

.selection-note-details-popup .center-right {
    background: url('../../../images/Main/layout/details/center-right.png') repeat-y;
}

.selection-note-details-popup .bottom-center {
    background: url('../../../images/Main/layout/details/footer-center.png') repeat;
    font-size:1px;
    height: 9px;
}

.selection-note-details-popup .bottom-left,
.selection-note-details-popup .bottom-right {
    vertical-align:top;
    font-size: 1px;
}

.selection-note-details-popup .top-left,
.selection-note-details-popup .top-right {
    font-size: 1px;
}

.selection-note-details-popup.dijitDialog {
    -webkit-box-shadow: none;
}

.selection-note-details-popup {
    padding:3px;
}

.selection-note-details-popup .toolbar {
    padding:1px 2px 1px 2px;
}

.selection-note-details-popup .container-node{
    padding-bottom:0px;
}


/** Toolbar */

#toolbarMainContainerId {
    position:fixed;
    bottom:0px;
    left:350px;
    text-align:center;
    width:630px;
    height:33px;
}    

.darwin-toolbar .center {
    background: url('../../../images/Main/layout/toolbar/center.png') repeat-x;
}

.darwin-toolbar .dijitButtonNode {
    border: 1px solid #777;
}


/** Button */
.darwinApplyButtonIcon {
  background-image:url(../../../images/Main/icons/18px-Crystal_Clear_action_apply.png);
  background-repeat:no-repeat;
  height:18px;
  width:18px;
}

.darwinCancelButtonIcon {
  background-image:url(../../../images/Main/icons/18px-Crystal_Clear_action_button_cancel.png);
  background-repeat:no-repeat;
  height:18px;
  width:18px;
}

.darwinRegisterButtonIcon {
  background-image:url(../../../images/Main/icons/18px-Crystal_Clear_action_playlist.png);
  background-repeat:no-repeat;
  height:18px;
  width:18px;
}

.darwinLoginButtonIcon {
  background-image:url(../../../images/Main/icons/18px-Crystal_Clear_app_kuser.png);
  background-repeat:no-repeat;
  height:18px;
  width:18px;
}

.darwinNoteDetailsModifyButtonIcon {
  background-image:url(../../../images/Main/icons/10px-Crystal_Clear_action_edit.png);
  background-repeat:no-repeat;
  height:10px;
  width:10px;
}

.darwinNoteDetailsRemoveButtonIcon {
  background-image:url(../../../images/Main/icons/10px-Gnome-edit-delete.png);
  background-repeat:no-repeat;
  height:10px;
  width:10px;
}


.darwinToolbarCiteButtonIcon {
  background-image:url(../../../images/Main/icons/16px-Nuvola_apps_bookcase.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.darwinToolbarAddCommentButtonIcon {
  background-image:url(../../../images/Main/icons/16px-Crystal_Clear_app_korganizer.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.darwinToolbarAddBookmarkButtonIcon {
  background-image:url(../../../images/Main/icons/16px-Crystal_Clear_action_bookmark.png);
  background-repeat:no-repeat;
  height:16px;
  width:16px;
}

.dijitButtonNode, .dijitButtonNode * {
    cursor: pointer; 
}

/* Module: MainSourceFile: login.css (from application)*/

/* PAGINA DI LOGIN E DI REGISTRAZIONE */

.main-login-options {
  font-family: verdana;
  overflow:auto;
  padding-top: 10px;
}

.main-login-options input {
  font-size: 11px;
}

.main-login-options .label {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  background-color: #FFFFFF;
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.main-login-options .to-register {
  float: left;
  padding-left:15px;
  width: 40%;
}

.main-login-options .to-register .register-button {
  padding-left: 15px;
}

.main-login-options .to-register .description {
  padding-left: 15px;
  margin-bottom: 9px;
  font-size: 12px;
}

.main-login-options .insert-credentials {
  width: 45%;
  float:left;
  padding-left: 18px;
  margin-left: 18px;
}

.main-login-options .insert-credentials .username,
.main-login-options .insert-credentials .password
{
   margin-bottom: 7px;
}

.main-login-options .insert-credentials .remember
{
   font-size: 12px;
}

.main-login-options .field {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2px;
}

.main-login-options .lost-password {
  margin-top: 7px;
  font-size: 12px;
}

.main-login-options .credentials-button {
  margin-top: 7px;
  margin-bottom: 7px;
}

.main-login-options .credentials-button input{
  cursor: pointer;
  cursor: hand;
}


/* Pagina di forbidden */
.forbidden .description {
    font-size:12px;
}

.forbidden .action-button {
    font-size:12px;
    font-weight:bold;
    padding-left:12px;
    text-align:left;
}

.forbidden .action-button a{
    color:#222222;
    text-decoration:none;
}

.forbidden .action-button a:hover{
    text-decoration: underline;
}

.main-login-options input[type="button"]:hover,.main-login-options  input[type="submit"]:hover,.main-login-options  input[type="reset"]:hover {
    background:#CCCCBB none repeat scroll 0 0;
}
.main-login-options input[type="button"],.main-login-options  input[type="submit"],.main-login-options  input[type="reset"] {
    background:#EEEEEE none repeat scroll 0 0;
    border:1px outset #CCCCCC;
    color:#222222;
    padding:0.1em 0.5em;
}

/* Module: MainSourceFile: form.css (from application)*/
/**
 * Stili relativi alle form
 */

.enabu-form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 570px;
}

.enabu-form .ctrl-holder {
    clear: both;
    padding: 7px;
}

.enabu-form .ctrl-holder.required-tip {
    border-bottom: 1px solid #DFDFDF;
}
.enabu-form label {
    margin:0.3em 2% 0 0;
    width:30%;
    line-height:100%;
    padding:0;
    position:relative;
	display: block;
	color: #555555;
	float: left;
	text-align:right;
	font-weight:bold;
}

.enabu-form label.multi {
	display: block;
    margin: 0 0 0.5em 32%;
    float: none;
    width: auto;
    line-height: 100%;
    padding:0;
    position:relative;
    cursor: default;
	color: #555555;
    text-align: left;
    font-weight: normal;
}

.enabu-form input[type=text], .enabu-form input[type=password], .enabu-form select, .enabu-form textarea, .enabu-form .dijitTextArea, .enabu-form .dijitInputField {
    width:65%;
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #DFDFDF;
    padding:2px;
    color:#222222;
}

.enabu-form .error {
    background:#FFDFDF none repeat scroll 0 0;
    border-color:#DF7D7D;
    border-style:solid;
    border-width:1px 0;
}

.enabu-form ul.error-message {
    background:#FFBFBF none repeat scroll 0 0;
    color:#AF4C4C;
    margin:0 0 6px;
    padding:4px;
    list-style-type: none;
    font-weight:bold;
}

.enabu-form .confirm {
    background:#edffdf none repeat scroll 0 0;
    border-color:#a9df7d;
    border-style:solid;
    border-width:1px 0;
}

.enabu-form ul.confirm-message {
    background:#e2ffbf none repeat scroll 0 0;
    color:#6daf4c;
    margin:0 0 6px;
    padding:4px;
    list-style-type: none;
    font-weight:bold;
}

.form-success-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#C8FFBF none repeat scroll 0 0;
	border-color:#A2EF95;
	border-style:solid;
	border-width:1px 0;
	margin:0 0 1.5em;
	padding:7px;
    color:#3d7f1c;
	font-weight:bold;
}

.form-error-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#FFDFDF none repeat scroll 0 0;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0;
	margin:0 0 1.5em;
	padding:7px;
	color:#AF4C4C;
	font-weight:bold;
}

.form-warning-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:#fffcdf none repeat scroll 0 0;
	border-color:#dfde7d;
	border-style:solid;
	border-width:1px 0;
	margin:0 0 1.5em;
	padding:7px;
	color:#afa24c;
	font-weight:bold;
}

.enabu-admin-breadcrumb {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0 0 1.5em;
    padding:7px;
    color:#615858;
    font-weight:bold;
}

.enabu-form div.form-hint {
    color:#777777;
    font-size:0.9em;
    margin-left: 32%;
    padding: 0;
    position:static;
    clear:both;
    float:none;
    width:60%;
    top:-0.5em;
}

.enabu-form div.RichTextEditable {
    width:65%;
    margin-left: 32%;
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #DFDFDF;
    padding:2px;
    color:#222222;
}

.enabu-form div.form-captcha {
    margin-left: 32%;
    font-size: 10px;
    width:100%;
}

.enabu-form div.rightcol-license {
    margin-left: 32%;
    font-size: 10px;
    width:65%;
}


.enabu-form input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background:#CCCCBB none repeat scroll 0 0;
}
.enabu-form input[type="button"], input[type="submit"], input[type="reset"] {
    background:#EEEEEE none repeat scroll 0 0;
    border:1px outset #CCCCCC;
    color:#222222;
    padding:0.1em 0.5em;
}
.enabu-form #UserPrivacyDeleteForm-actionButton {
    background: #D30B0B !important;
    color: whitesmoke !important;
}
.enabu-form #UserPrivacyDeleteForm-actionButton:hover {
        background: #EF3A3A !important;
}

.enabu-form button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.enabu-form .buttonHolder {
    font-size: 10px;
    padding: 10px 10px 20px 0;
    float: right;
}

.enabu-form .ctrl-holder .mceEditor {
    display: block;
}

.enabu-form.adminform {
    width: 650px;
}

.enabu-form label.multilang {
    padding: 40px 0 0 0;
}

.enabu-form .multilang-contentpane input[type="text"] {
    width: 98%;
}

.enabu-form .multilang-contentpane textarea {
    width: 90%;
}

[aria-selected="true"] {
   font-weight: bold;
}

.enabu-form div.dijitEditor {
    width:65%;
    margin-left: 32%;
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #DFDFDF;
    padding:2px;
    color:#222222;
}

.enabu-form div.dijitTextBox {
    border: 0;
    width: inherit;
}

.enabu-form div.dijitInline {
    display: block;
}

.enabu-form div.dijitToolbarSeparator {
    display: inline-block;
}

.enabu-form div.dijitDownArrowButton {
    display: none;
}

#ctrlhld-userForm-privacypolicy {
    border: none;
    padding-bottom: 0;
}

#ctrlhld-userForm-privacypolicy .multi {
    padding-top: 2px;
    margin-bottom: 0;
}

#ctrlhld-userForm-privacypolicy2 {
    padding-top: 0;
}

#ctrlhld-userForm-privacypolicy .multi,
#ctrlhld-userForm-privacypolicy2 .multi,
#ctrlhld-userForm-licenseagreement .multi,
#ctrlhld-userForm-licenseagreement2 .multi{
    font-size: 10px;
}

.enabu-form .ctrl-holder.checkbox-label-inline {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: baseline;
}
.enabu-form .ctrl-holder.checkbox-label-inline input[type=checkbox] {
    flex: 0 1 auto;
    margin: 0;
    position: relative;
    top: 2px;
}
.enabu-form .ctrl-holder.checkbox-label-inline label {
    flex: 1 1 calc(100% - 18px);
    font-weight: normal;
    float: none;
    width: auto;
    text-align: left;
    margin: 0;
    line-height: inherit;
    padding-left: 5px;
    color: #333333;
}
.enabu-form .ctrl-holder.checkbox-label-inline .form-hint {
    flex: 0 0 100%;
    float: none;
    margin: 0;
    width: auto;
    font-size: 1.2em;
    padding-left: 18px;
}


/* Module: MainSourceFile: optin.css (from application)*/
.user-optin .headline-license {
    margin-top: 20px;
}

/* Module: MainSourceFile: indexBox.css (from application)*/
.index-box-container {
    border-right: 0.5px dotted #ddd;
    padding-right: 5px;
    padding-top: 7px;
}

ul.index-box {
    font-family: verdana;
    margin: 0px;
    padding: 15px 0 0 0;
    list-style-type: none;
    list-style-position: outside;
}

ul.index-box  li {
    display:block;
}

ul.index-box li a {
    font-weight: normal;
    text-decoration:none;
    color:#444;
}

.index-box-base {
    font-size: 12px;
    font-weight:bolder;
    padding-bottom:5px;
}

ul.index-box li.index-box-base a, ul.index-box li.index-box-goto a {
    font-weight:bold;
}

.index-box-goto {
    font-weight:bolder;
    font-size: 12px;
    color:#444;
}

.index-box-separator {
    border-bottom: 1px dotted #bbb;
    margin-bottom:5px;
}

li.index-box-part {
    font-size: 11px;
    padding-bottom:5px;
    text-align: left;
    color: #000;
    font-weight: bold;
}

ul.index-box li.index-box-part a {
    font-size: 11px;
    padding-bottom:5px;
    text-align: left;
    color: #000;
    font-weight: bold;
    text-decoration:none;
}

ul.index-box li.index-box-part a:active,
ul.index-box li.index-box-part a:hover
 {
    text-decoration:underline;
}

li.index-box-chapter, li.index-box-chapter-current, li.index-box-complement, li.index-box-complement-current {
    font-size: 9px;
    padding-bottom: 10px;
    text-align: left;
}

li.index-box-chapter-current {
    font-weight: bold;
    font-size:12px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px dotted #bbb;
}

li.index-box-complement-current {
    font-weight: bold;
    font-size:12px;
    padding-top: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #bbb;
    border-top: 1px dotted #bbb;
}

li.index-box-titoletto, li.index-box-chapter-biblio, li.index-box-chapter-note, li.index-box-chapter-abbrev {
    font-size: 10px;
    padding-bottom:10px;
    text-align: left;
    padding-left:10px;
}

li.index-box-titoletto a,  li.index-box-chapter-biblio a, li.index-box-chapter-note a, li.index-box-chapter-abbrev a {
    font-weight: normal;
    text-decoration:none;
    color:#444;
    border-bottom:0.5px dotted #bbb;
}


.index-box-chapter-number {
    color : #8B0000;
}


/** Pagina dell'utente */
li.index-box-list {
    font-size: 11px;
    padding-bottom: 10px;
    text-align: left;
}

.index-box-list-headline {
    color : #8B0000;
}


/* Module: MainSourceFile: bookSubjectsList.css (from application)*/
@CHARSET "ISO-8859-1";
.book-subjects-list {
}

.book-subjects-list ul{
    font-family: verdana;
    font-size:11px;
    margin: 0px;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

.book-subjects-list ul li.subject{
    font-weight:bold;
    display:block;
    padding-left:5px;
}

.book-subjects-list ul li.subsubject{
    display:block;
    padding-left:10px;
}

.book-subjects-list div.headline{
    font-weight:bolder;
    font-size:11px;
    margin-bottom:3px;
    color: #0f0791;
    padding-left:5px;
    padding-bottom:1px;
    border-bottom: 1px solid #0f0791;
}

.book-subjects-list ul a {
    text-decoration: none;
}

.book-subjects-list ul a:hover {
    text-decoration: underline;
}

/* Module: MainSourceFile: bookCoverBox.css (from application)*/
@CHARSET "ISO-8859-1";
.book-cover-box {
    padding-bottom:10px;
}

.book-cover-box img {
    border: 1px solid #777;
}

.book-cover-box .info{
    padding-top:5px;
    font-size:10px;
}

.book-cover-box .cover-container {
    text-align:center;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom:10px;
    background-image: url("/images/Main/layout/cover-bg.gif"); 
}

/* Module: Main
SourceFile: MFW/form.css (original)*/
.dijitAdditionalEditorIconMore {
    background-image: url(../../images/Main/icons/more.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
}

.dijitDisabled .dijitAdditionalEditorIconMore {
    background-image: url(../../images/Main/icons/more.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
}

.enabu-form label.dijit {
    width:auto;
    display:inline-block;
    float:none;
}

.nihilo .dijitMenuItem h1, .nihilo .dijitMenuItem h2, .nihilo .dijitMenuItem h3, .nihilo .dijitMenuItem p{
  margin:0px;
  padding:0px;
}

.adminButtonsNav a,
.adminButtonsNav a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 10px;
    font-family: Tahoma,Verdana,Geneva,Sans-Serif;
}

/* Module: MainSourceFile: docbook-sources.css (from application)*/
/**
 * Css utilizzati nella pagina di visualizzazione dei file sorgenti associati ad una BookRelease
 * con la possibilità di download per quelli modificati
 */

.docbook-sources {
    margin-top: 20px;
    width: 80%;
}

.docbook-sources table {
    border: 0;
    border-collapse: collapse;
}

.docbook-sources table th {
	color: #000000;
	background-color: lightgray;
	border: 1px solid;
	padding: 4px;
	text-align: center;
}

.docbook-sources table td {
    border: 1px solid;
    padding: 4px;
}

.docbook-sources table td.modified-td,
.docbook-sources table td.download-td
{
    text-align: center;
}
	
.docbook-sources a.download {
    text-decoration: none;    	
}

.docbook-sources a.download:hover,
.docbook-sources a.download:active
{
    text-decoration: underline;      
}

/* Module: Main
SourceFile: widgets.css (original)*/
@CHARSET "UTF-8";

.lightbox-loader {
    width:100px;
    height:100px;
    background-image:url('/images/Main/loaders/ajax-loader.gif');
    background-repeat:no-repeat;
    background-position:center center;
    margin: auto;
}

/* LightBox */
.enabu-lightbox.dialog .button-close {
    float: right;
    margin: 2px;
}

.enabu-lightbox.dialog .clear-fix-element {
    display:block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    content:' ';
}


/*
 * Skin per LightBox
 * Main -widgets
 */
.enabu-lightbox.lightbox {
    text-align: center;
}

.enabu-lightbox.lightbox .enabu-lightbox-overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000;
    display:none;
    background-color:transparent;
    background-image:url('/images/Main/pattern/pattern_black_opacity_40.png');
    opacity: 1;
}
.enabu-lightbox.lightbox .enabu-lightbox-wrapper {
    position:fixed;
    z-index:10001;
    background:transparent;
    height:auto;
 }
.enabu-lightbox.lightbox .enabu-lightbox-close {
    width:24px;
    height:24px;
    text-decoration:none;
    display:block;
    padding:0px;
    cursor:pointer;
    background-image:url('/images/Main/icons/icon_grey_close_button_24x.png');
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1002;
    background-size: 24px 24px;
}
.enabu-lightbox.lightbox .enabu-lightbox-content {
    border:1px solid #333;
    box-shadow: 5px 5px 5px #444;
    color:#000;
    border-radius:5px;
    overflow:auto;
    height:auto;
    background: #fff;
}

/*
 * Skin aggiuntivi per LightBox
 */
.enabu-lightbox-bootstraplike.lightbox {
    text-align: center;
}

.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-overlay {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000;
    display:none;
    background-color:transparent;
    background-image:url('/images/Main/pattern/pattern_black_opacity_40.png');
    opacity: 1;
}
.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-wrapper {
    position:fixed;
    z-index:10001;
    height:auto;
    overflow: hidden !important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-close {
    display: inline-block;
    padding: 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #fff;
    color: #000;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 2px;
    right: 9px;
    cursor: pointer;
    z-index:1002;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-title {
    position: relative;	
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-weight: 500;
    opacity: 1;
    font-size: 18px;
}
.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-content {
    min-width:250px;
    position: relative;
    padding: 15px;
    text-align:left;
}
.enabu-lightbox-bootstraplike.lightbox .enabu-lightbox-footer-toolbar {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.enabu-lightbox-bootstraplike.lightbox .btn {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;	
    cursor: pointer;
    display: inline-block;
    padding: 6px 12px;
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.enabu-lightbox-bootstraplike.lightbox .btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;	
}
.enabu-lightbox-bootstraplike.lightbox .btn.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.enabu-lightbox-bootstraplike.lightbox .btn.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.enabu-lightbox-bootstraplike.lightbox .btn.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.enabu-lightbox-bootstraplike.lightbox .btn.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

/*
 * ToolTip
 */
.enabu-tooltip {
    position:relative;
    display:inline-block;
}
.enabu-tooltip-skin-item {
    background-color:#777;
    color:#fff;
    text-align:left;
    padding:4px;
    border:1px solid #333;
    overflow: visible;
}

/**
 * Image Cropper
 */


.enabu-image-cropper .crop-node {
    width: 100px;
    height: 100px;
    border: 1px dotted #999;
    position: absolute;
    left:0;
    top: 0;
    cursor: move;
}
.enabu-image-cropper .crop-node img {
    position: absolute;
    z-index: 100;
    width: 5px;
    height: 5px;
    border: 1px solid #ccc;
    background-color: #fff;

}
.enabu-image-cropper .crop-node img.lt {
    cursor: nw-resize;
    left:-4px;
    top: -4px;
}
.enabu-image-cropper .crop-node img.t {
    cursor: s-resize;
    top: -4px;
}
.enabu-image-cropper .crop-node img.rt {
    cursor: ne-resize;
    right: -4px;
    top: -4px;
}
.enabu-image-cropper .crop-node img.r {
    cursor: e-resize;
    right: -4px;
}
.enabu-image-cropper .crop-node img.rb {
    cursor: se-resize;
    right: -4px;
    bottom: -4px;
}
.enabu-image-cropper .crop-node img.b {
    cursor: s-resize;
    bottom: -4px;
}
.enabu-image-cropper .crop-node img.lb {
    cursor: sw-resize;
    left: -4px;
    bottom: -4px;
}
.enabu-image-cropper .crop-node img.l {
    cursor: e-resize;
    left: -4px;
}

.enabu-image-cropper .block {
    position: absolute;
    opacity:0.5;
    z-index: 50;
    background-color: #000;
}
.enabu-image-cropper .block-l {
    left:0;
    top: 149px;
    width: 149px;
    height: 102px;}
.enabu-image-cropper .block-t {
    top:0;
    width: 100%;
    height: 149px;}
.enabu-image-cropper .block-r {
    right:0;
    top: 149px;
    width: 149px;
    height: 102px;}
.enabu-image-cropper .block-b {
    bottom:0;
    width: 100%;
    height: 149px;}

.enabu-image-cropper {
    border: 0px solid #aaa;
    position: relative;
    background: #fefefe;
    margin: auto;
}
.enabu-image-cropper > img {

}


/* Module: NewsSourceFile: sac.css (from application)*/
/* SAC */

.sac {
	font-family: verdana;
	font-size:11px;
}

.sac .headline {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 4px;
    color: #8B0000;
    border-bottom: 1px solid #ccc;
    text-align:center;
}
.sac .description {
    color: #000000;
    font-size: 14px;
    padding-bottom: 25px;
}

.sac .entry {
    padding-bottom: 25px;
}

.sac .entry .sopratitolo {
    font-size:12px;
    font-weight:bold;
    padding-left:11px;
    padding-top:4px;
    color:#666666;
}

.sac .entry .summary {
	font-size:13px;
	background-color:#FFFFFF;
	border-bottom:1px solid black;
	color:#0F0791;
	font-weight:bold;
	margin-bottom:3px;
	padding:3px 11px 2px;
}

.sac .entry .content {
	color:#666666;
	font-size:11px;
	margin-top:1px;
	padding: 5px 5px 2px 12px;
 }

.sac .entry .date {
	font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    padding-left: 12px;
    margin-bottom: 5px;
}

.sac .entry .date .black {
    color: #000000;
}

.sac .entry .date-for-events {
    font-size: 11px;
    margin-bottom: 10px;
    padding-top: 3px;
    color: #000000;
    font-weight: normal;
}





.sac .entry .content p{
	padding-bottom:2px;
}

.sac .entry .content .titoletto, .sac .entry .content h1{
   font-weight: bold;
   font-size: 13px;

}

.sac .entry .content .sottotitoletto, .sac .entry .content h2{
   font-weight: bold;
   font-size: 13px;
   font-style: italic;
}


.sac .entry .content .testo{
   font-size: 13px;
}

.sac .entry .content .corpominore{
   font-size: 13px;
   padding-left: 5%;
   padding-right: 5%;
}

.sac .entry .content table tr td{
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #222222;
}

.sac .entry .period-info {
    font-weight: bold;
    font-size: 11px;
    color: #222222;
    padding-top: 4px;
}


.sac .entry .action-button {
    font-size: 11px;
    text-align:right;
}

.sac .pages-ref {
    text-align:right;
    font-size: 13px;
	padding-bottom:10px;
}

.sac .see-comments {
   font-size: 11px;
   float: right;
}

.sac .see-comments a{
   color: black;
   text-decoration: underline;
}

.sac .see-comments a:hover,
.sac .see-comments a:active
{
   text-decoration: underline;
}

/* Richiamo */
.sac-richiamo {
    padding-bottom:2px;
    margin-bottom: 0px;
}
.sac-richiamo .description {
    padding: 5px 2px 5px 2px;
    color: #222222;
    font-size: 11px;
    border-bottom: thin dotted #222222;
}

.sac-richiamo .entry {
	font-size: 11px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.sac-richiamo .entry .sopratitolo{
	font-size: 11px;
	font-weight: bold;
}

.sac-richiamo .entry .title {
    color: black;
    font-weight: bold;
    padding-left: 0px;
    border-bottom: none;
}
.sac-richiamo .entry a {
    color: black;
    text-decoration: none;
}
.sac-richiamo .entry a:hover,
.sac-richiamo .entry a:active {
    text-decoration: underline;
}
.sac-richiamo .entry .sopratitolo {
    font-weight: bold;
    padding-left: 0px;
    color: #222222;
}
.sac-richiamo .entry .content {
    padding-left: 3px;
    padding-right: 5px;
    color: #222222;
    font-size: 8px;
}

.sac-richiamo .entry .period-info {
    font-weight: bold;
    font-size: 9px;
    color: #222222;
}

.sac-richiamo .entry .entry-link{
    text-decoration:none;
    display:block;
    margin-right:3px;
    margin-top:2px;
    padding-left:2px;
    padding-right:2px;
}

.sac-richiamo .entry .entry-link:hover{
    cursor:hand;
    cursor:pointer;
}

/* ENTRY SAC */



/* EDIT NEWS */

.edit-news textarea {
  width: 100%;
}

.edit-news .textarea {
  margin-bottom: 10px;
}

.edit-news .news-collection {
  margin-top: 5px;
  margin-bottom: 10px;
}

.edit-news .label-title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 13px;
}

.edit-news .buttons {
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid gray;

}


/* VIEW NEWS  */

.user-news-list .insert-news {
  margin-bottom: 10px;
}
.user-news-list .insert-news a {

}

.user-news-list .entry .summary {
  color: black;
  font-size: 15px;
  font-weight: bold;
}

/* NEWS CONTROL */
.news-controls {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: solid gray 1px;
}
.news-controls .title {
    font-size: 13px;
    padding-left: 11px;
    font-weight: bold;
    color: white;
    background-color: #999999;
}

.news-controls ul {
}

.news-controls ul li a{
    font-size:12px;
    text-decoration:none;
}

.news-controls a:hover,
.news-controls a:active {
    text-decoration:underline;
}


/* USER MENU CONTROL  */

.news-user-menu-controls {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    border: solid gray 1px;
}
.news-user-menu-controls .title {
    font-size: 13px;
    padding-left: 11px;
    font-weight: bold;
    color: white;
    background-color: #999999;
}

.news-user-menu-controls ul {
    padding: 0;
    margin: 0;
    padding-left: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.news-user-menu-controls ul li {
    padding: 0;
    margin: 0;
    padding-bottom: 3px;
}

.news-user-menu-controls li a{
    font-size:12px;
    text-decoration:none;
}

.news-user-menu-controls a:hover,
.news-user-menu-controls a:active {
    text-decoration: underline;
}

/* ARCHIVIO NEWS  */

.news-archive {
   width: 100%;
   margin-top: 20px;
}

.news-archive .news-archive-row {
   width: 100%;
   overflow:auto;
   margin-bottom: 20px;
}

.news-archive .news-archive-row .news-archive-row-sx-column{
   float: left;
   width: 32%;
   margin-right: 1.5%;
}

.news-archive .news-archive-row .news-archive-row-center-column {
   float: left;
   width: 32%;
   margin-right: 1.5%;
}

.news-archive .news-archive-row .news-archive-row-dx-column {
   float: left;
   width: 32%;
}

.news-archive .sac-richiamo {
    background-color: #FFFFFF;
    padding-bottom:1px;
    margin-bottom: 0px;
    border: none;
 }

.news-archive .sac-richiamo .title {
    font-size: 15px;
    border-bottom: 1px solid #cc0000;
    padding: 0px 0px 3px 10px;
    font-weight: bold;
    background: url(/images/Journal/red.gif);
    background-position: center left;
    background-repeat: no-repeat;
    color: #CC0000;

}

.news-archive .sac-richiamo .title a  {
    color: #CC0000;
    text-decoration: none;
}

.news-archive .sac-richiamo .title a:hover,
.news-archive .sac-richiamo .title a:active {
    text-decoration: underline;
}
.news-archive .sac-richiamo .description {
    padding: 5px 2px 5px 2px;
    color: #000000;
    font-size: 14px;
    border: none;
}
.news-archive .sac-richiamo .entry {
    padding-left: 4px;
    padding-bottom: 3px;
}
.news-archive .sac-richiamo .entry .title {
    font-size: 12px;
    color: black;
    font-weight: bold;
    padding-left: 0px;
    border-bottom: none;
    background-color: white;
}
.news-archive .sac-richiamo .entry .title a {
    color: black;
    text-decoration: none;
}
.news-archive .sac-richiamo .entry .title a:hover,
.news-archive .sac-richiamo .entry .title a:active {
    text-decoration: underline;
}
.news-archive .sac-richiamo .entry .date {
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
    color: #000000;
}
.news-archive .sac-richiamo .entry .content {
    padding-left: 3px;
    padding-right: 5px;
    color: #000000;
    font-size: 11px;
}


/* NEWS IN HOME PAGE */

.news-refer-newsitem-gif-horizontal {
    border: solid gray 1px;
    background-color:#f3f3f3;
    padding-bottom:1px;
}
.news-refer-newsitem-gif-horizontal .column-image {
    float: right;
}
.news-refer-newsitem-gif-horizontal .headline {
    color: #CC0000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    white-space:nowrap;
    padding-left: 11px;
    padding-top:10px;
    background-color:#f3f3f3;
    width:200px;
}
.news-refer-newsitem-gif-horizontal .image {
    text-align: center;
    padding: 10px 15px 15px 30px;
}
.news-refer-newsitem-gif-horizontal .description {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    color: #222222;
    font-size: 14px;
    margin-bottom: 25px;
}

.news-refer-newsitem-gif-horizontal .entry {
   padding-left: 12px;
   padding-right: 12px;
   color: #222222;
   font-size: 12px;
}


.news-refer-newsitem-gif-horizontal .entry-title {
   padding-left: 12px;
   padding-right: 12px;
   color: #000000;
   font-weight: bold;
   font-size: 11px;
 }

.news-refer-newsitem-gif-horizontal .entry-summary {
   padding-left: 12px;
   padding-right: 12px;
   color: #000000;
   font-weight: bold;
   font-size: 15px;
   margin-bottom: 8px;
}

.sac-entry-news-image {
    padding-right: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
}

/* Module: Darwin
SourceFile: counterReport.css (original)*/

.counter-main-filters {
    text-align: right;
}

.counter-secondary-filters {
    padding-left:25px;
    padding-top:20px;	
    text-align: right;
}

.secondary-filter {
    display:inline;
}

.sell-stats-subtitle {
    font-size: 0.8em;
}

.counter-message {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center; 
    border: 1px #CCC solid;
    border-spacing: 0px;
    background:#FFF url("/images/Darwin/tr_bck.jpg") repeat;
    font-size: 13px;
}

.counter-main-filters label {
    font-weight: bold;
}

.counter-main-filters select {
    width: 200px;
}

.counter-main-filters input[type="submit"]:hover {
    background:#CCCCBB none repeat scroll 0 0;
}          

.counter-main-filters input[type="submit"] {
    background:#EEEEEE none repeat scroll 0 0;
    border:1px outset #CCCCCC;
    color:#222222;
    padding:0.1em 0.5em;
}

.stats-results .report-list table {
    margin-top: 20px;
    text-align: center;
    border-collapse: collapse;
}

.stats-results .report-list table.inline-table {
    display: inline-block;
    margin: 20px 20px 0 0;
    vertical-align: top;
}

.stats-results .report-list td {
    border: 1px #CCC solid;
    border-spacing: 0px;    
    padding: 5px 5px 5px 5px;
}

.report-list a {
    text-decoration:none;
    border-bottom:1px dotted;
}

.report-list a:hover {
    border-bottom-style:solid;
}

.rc_header {
    background: #FFF url("/images/Darwin/th_blue.jpg") repeat-x;    
    font-weight: bold;
}

.stats-results .report-list tr:hover {
    background:#FFF url("/images/Darwin/tr_bck.jpg") repeat;
}

.rc_total {
    border-top-style:double;
}

.rc_label {
    text-align: left;
}

.rc_matrix {
    font-size: 11px;
}

.download-header {
    font-weight: bold; 
    font-size: 16px;
}

.dw_colored_row td {
    background-color: #aaa6e7;
    height: 25px;
}

.dw_row td {
    height: 25px;
}

/* annual lending report */
.stats-results.annual-lending-report td {
    text-align: right;
}
.stats-results.annual-lending-report td.col0 {
    text-align: left;
}
.stats-results.annual-lending-report td.col3 {
    border-right: 2px solid grey;
}
.stats-results.annual-lending-report tr.first td, .stats-results.annual-lending-report tr.last td {
    padding: 15px 5px;
    background: white;
    font-weight: bold;
}
.stats-results.annual-lending-report tr.last td {
    text-align: right;
}
.stats-results.annual-lending-report tr.first td {
    text-align: center;
}


/* Module: Darwin
SourceFile: downloadMetadata.css (original)*/
.darwin-download-metadata {
    margin-bottom: 50px;
}

.darwin-download-metadata .download-metadata-title {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 6px;
}

.darwin-download-metadata .download-metadata-content {
    margin-bottom: 7px;
    font-size: 11px;
    padding-left: 6px;
}

/* Module: Darwin
SourceFile: sideToolbarRedazionale.css (original)*/
.side-toolbar {
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  top: 150px;
  right: 10px;
  width: 150px;
}
.side-toolbar .container {
  box-shadow: 5px 5px 10px #000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #25148f;
  background-color: #ebe9f4;
}
.side-toolbar .container h1 {
  border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 17px;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 3px;
  color: #190e62;
  border-bottom: 1px solid #25148f;
  background-color: #fff;
}
.side-toolbar .container h2 {
  text-align: center;
  color: #190e62;
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-size: 15px;
  display: block;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 2px;
}
.side-toolbar .container .items {
  padding: 10px;
}
.side-toolbar .container .items .item {
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #888313;
  background-color: #f9f7d4;
  cursor: hand;
  cursor: pointer;
}
.side-toolbar .container .items .item:hover {
  background-color: #ece87b;
}
.side-toolbar .container .items .item .label {
  color: #888313;
  font-weight: bold;
  display: block;
  margin-top: -16px;
  margin-left: 25px;
  font-size: 12px;
}
.side-toolbar .container .items .item .icon img {
  width: 18px;
  height: 18px;
}
.side-toolbar .container .items .close-item {
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #47282e;
  background-color: #ddc4c9;
  margin-top: 30px;
  cursor: hand;
  cursor: pointer;
}
.side-toolbar .container .items .close-item:hover {
  background-color: #b8838d;
}
.side-toolbar .container .items .close-item .label {
  color: #47282e;
  font-weight: bold;
  font-size: 13px;
}
.reference-dialog.dijitDialog {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.reference-dialog.dijitDialog {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ebe9f4;
}
.reference-dialog.dijitDialog .dijitDialogTitleBar {
  border: 1px solid #25148f;
  background-color: #ebe9f4;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
}
.reference-dialog.dijitDialog .dijitDialogPaneContent {
  border: 1px solid #25148f;
  background-color: #ebe9f4;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}
.reference-dialog .reference-dialog-data {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  height: 400px;
}
.reference-dialog .reference-dialog-data table {
  width: 100%;
  border-spacing: 0px;
}
.reference-dialog .reference-dialog-data tr.footer div.action-button {
  float: left;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #47282e;
  background-color: #ddc4c9;
  color: #47282e;
  font-weight: bold;
  font-size: 13px;
  cursor: hand;
  cursor: pointer;
}
.reference-dialog .reference-dialog-data tr.footer div.action-button:hover {
  background-color: #b8838d;
}
.reference-dialog .reference-dialog-data tr.title-row th {
  border-bottom: 1px solid #25148f;
  font-size: 14px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.reference-dialog .reference-dialog-data tr.separator-title-row th {
  height: 5px;
}
.reference-dialog .reference-dialog-data tr.content-row td {
  vertical-align: top;
  border-bottom: 1px solid #ada5d2;
  padding: 8px 10px 3px 0px;
}
.reference-dialog .reference-dialog-data tr.content-row .action {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #888313;
  background-color: #f9f7d4;
  color: #47282e;
  font-weight: bold;
  font-size: 12px;
  cursor: hand;
  cursor: pointer;
}
.reference-dialog .reference-dialog-data tr.content-row .action:hover {
  background-color: #ece87b;
}
.reference-dialog .reference-dialog-data tr.content-row.current-selected {
  background-color: #ffc495;
}
.reference-dialog .reference-dialog-data.table_dialog tr.content-row td:nth-child(1) {
  width: 50px;
  text-align: right;
  font-weight: bold;
}
.reference-dialog .reference-dialog-data.table_dialog tr.content-row td:nth-child(3) {
  text-align: center;
}
.reference-dialog .reference-dialog-data.table_dialog tr.content-row td:last-child {
  padding-top: 3px;
}
.reference-dialog .reference-dialog-data.toc_dialog tr.content-row td:nth-child(1) {
  width: 80px;
  text-align: right;
  font-weight: bold;
}
.reference-dialog .reference-dialog-data.toc_dialog tr.content-row td:nth-child(3) {
  text-align: center;
}
.reference-dialog .reference-dialog-data.toc_dialog tr.content-row td:last-child {
  padding-top: 3px;
}
.reference-dialog .reference-dialog-data.box_dialog tr.content-row td:nth-child(1) {
  width: 80px;
  text-align: right;
  font-weight: bold;
}
.reference-dialog .reference-dialog-data.box_dialog tr.content-row td:nth-child(3) {
  text-align: center;
}
.reference-dialog .reference-dialog-data.box_dialog tr.content-row td:last-child {
  padding-top: 3px;
}
.reference-dialog .reference-dialog-data.image_dialog tr.content-row td:nth-child(1) {
  width: 110px;
  height: 110px;
  text-align: right;
  font-weight: bold;
}
.reference-dialog .reference-dialog-data.image_dialog tr.content-row td:nth-child(2) {
  text-align: center;
}
.reference-dialog .reference-dialog-data.image_dialog tr.content-row td:nth-child(3) {
  width: 70px;
  text-align: right;
}
.reference-dialog .reference-dialog-data.glossary_dialog tr.content-row td:nth-child(1) {
  text-align: left;
  padding-right: 10px;
  padding-top: 3px;
}
.reference-dialog .reference-dialog-data.glossary_dialog tr.content-row td:nth-child(1) .term {
  font-weight: bold;
}
.reference-dialog .reference-dialog-data.glossary_dialog tr.content-row td:nth-child(2) {
  width: 70px;
  text-align: right;
  padding-top: 4px;
}
.reference-dialog .reference-dialog-footer {
  height: 25px;
  padding-top: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.reference-dialog .reference-dialog-footer div.action-button {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  padding: 3px;
  margin-right: 10px;
  border: 1px solid #47282e;
  background-color: #ddc4c9;
  color: #47282e;
  font-weight: bold;
  font-size: 13px;
  cursor: hand;
  cursor: pointer;
}
.reference-dialog .reference-dialog-footer div.action-button:hover {
  background-color: #b8838d;
}


/* Module: Main
SourceFile: hints.css (original)*/

.hints-wrapper-block {
    border: 1px dashed red;
    padding:3px;
    margin:3px;
}
.hints-wrapper-block .clear-fix {
    clear:both;
}

.hints-data {
    background-color: red;
    font-size: 12px;
}

.hints-data span {
    margin: 0px 4px;
}

/* Module: Main
SourceFile: law.css (original)*/
/**
 * Stili per il messaggio di accettazione cookies
 */

#cookie-law {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 1001;
    background-color: #fff;
    color: #555;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, .25);
    overflow: hidden;
    font-family: arial;
    font-size: 15px;

    -webkit-animation: cookiefadein .25s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: cookiefadein .25s; /* Firefox < 16 */
    -ms-animation: cookiefadein .25s; /* Internet Explorer */
    -o-animation: cookiefadein .25s; /* Opera < 12.1 */
    animation: cookiefadein .25s;
}

@keyframes cookiefadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes cookiefadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes cookiefadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes cookiefadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.nihilo #cookie-law {
    margin: 0 -10px;
}

#cookie-law div {
    padding: 15px 20px 10px;
}

#accept-cookie {
    padding: 5px 15px;
    margin: 0 0 0 10px;
    display: inline-block;
    background-color: #333333;
    color: #ffffff;
    cursor: pointer;
}

#cookie-law .underline {
    text-decoration: underline;
    color: #000;
}

/**
 * Stili generici per le pagine di documentazione law
 */
.law-information {
    width: 100%;
}

.law-information .law-information-content {
    margin-top: 10px;
    padding: 10px;
    max-width: 800px;
    margin: 0 auto;
    font-family: arial;
    font-size: 14px;
    text-align: justify;
}

.gdpr.law-information .law-information-content {
    max-width: none;
    max-width: unset;
    padding: 0;
    padding: unset;
    margin: 0;
    margin: unset;
}

.law-information nav {
    font-size: 14px;
}

.law-information nav.panel {
    border-radius: 0;
}

.law-information .law-information-content h1 {
    text-transform: uppercase;
    margin-bottom: 1em;
}

.law-information .law-information-content h2 {
    margin-top: 2em;
    font-size: 2.4rem;
}
.gdpr.law-information h1 {
    margin-bottom: 56px;
    padding-bottom: 10px;
    border-bottom: 1px solid goldenrod;
    text-transform: uppercase;
}

.gdpr.law-information h2 {
    margin-top: 0;
    margin-top: unset;
}

.gdpr.law-information section {
    margin-bottom: 70px;
}

.law-information-content .law-information-short .table tr > td {
    width: auto;
}

.law-information-content .law-information-short .table tr > td:first-child {
    width: 27%;
}

.law-information-content .document-version-notice {
    margin: 3.5em 0;
    padding: 15px;
    background-color: #fafafa;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, .2);
    text-align: center;
}

.law-information-content .document-version {
    font-size: 0.8em;
    text-align: right;
    font-style: italic;
    padding-top: 10px;
}

.law-information-content .roman-list-index {
    list-style-type: lower-roman;
}

.law-information-content ol.alpha-list-parenthesis {
    counter-reset: list;
    padding-left: 2em;
}
.law-information-content ol.alpha-list-parenthesis > li {
    list-style: none;
    position: relative;
}
.law-information-content ol.alpha-list-parenthesis > li::before {
    content: counter(list, lower-alpha) ")";
    counter-increment: list;
    position: absolute;
    left: -1.75em;
}

.law-information-content .headlaw {
    padding-top: 30px;
    text-align: center;
}

.law-information-content .headlaw.dlgs {
    margin-top: 80px;
}

.law-information-content h4 {
    font-weight: normal;
}

.law-information-content h5 {
    font-size: 1.0em;
}

/**
 * Stili specifici per la tabella dei cookies
 */
.cookie-table, .cookie-table tr, .cookie-table td, .cookie-table th, .cookie-table tbody, .cookie-table thead {
    border-width: 1px;
    border-style: solid;
}

/**
 * Stili specifici per il pulsante di download della legal-notice
 */

#law-legal-notice-download {
    float: right;
    margin-top: -60px;
    margin-bottom: -25px;
}

#law-legal-notice-download img {
    height: 69px;
}

/**
 * Stili per il blocco di accettazione variazione privacy (bootstrap-like)
 */
.law-license-acceptance  {
    margin-top: 20px;
}
.law-license-acceptance .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc !important;
    color: #8a6d3b;
}
.law-license-acceptance .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.law-license-acceptance .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    margin-top: 5px;
    right: -93%;
    position: relative;
}
.law-license-acceptance .btn {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Module: MainSourceFile: common.css (from application)*/
/**
 * Stili generici
 */

.margintop_50 {
    margin-top: 50px;
}
.margintop_10 {
    margin-top: 10px;
}

/* Module: MainSourceFile: sass.css (from application)*/
/* Stili per la definizione del layout */
/**
    Foglio per la definizione di variabili comuni ai vari scss
*/
/**
    Foglio per la definizione di variabili e stili per il social login
*/
.margin_top_30 {
  margin-top: 30px; }

/**
    Foglio per la definizione di variabili e stili per il social login
*/
.social-login-inline {
  min-width: 280px; }

.sidebar-login {
  margin: 5px 0px 2px 0px; }
  .sidebar-login .social-login .button-social {
    float: none; }

.social-login .button-social {
  float: left;
  margin: 0% 5%;
  display: block;
  position: relative; }
.social-login .button-social {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  color: #FFF;
  text-shadow: none;
  text-decoration: none; }
.social-login .button-social:hover {
  cursor: pointer;
  text-decoration: none; }
.social-login .icon {
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px; }
.social-login .buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  margin-left: 10px; }
.social-login .idem {
  background-color: #1b9a2e; }
  .social-login .idem .icon {
    height: 35px;
    background: url(/images/Main/signup_icons/signin-social-idem.png) transparent 5px 50% no-repeat;
    border-right: #147224 1px solid; }

.block-avatar {
  padding: 0;
  display: inline-block;
  z-index: 10;
  width: 570px; }
  .block-avatar button {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    padding: 3px;
    border-width: 2px;
    border-style: outset;
    overflow: hidden; }
  .block-avatar .overlay {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff37e;
    font-size: 15px;
    content: "Modifica";
    color: #444;
    z-index: 1;
    opacity: 0.9;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    cursor: pointer; }
  .block-avatar .data-label {
    margin: 0.3em 2% 0 0;
    width: 30%;
    line-height: 100%;
    padding: 0;
    position: relative;
    display: block;
    color: #555555;
    float: left;
    text-align: right;
    font-weight: bold; }

.node-avatar img.avatar {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden; }

#UserPrivacyForm .ctrl-holder.license-note {
  padding-left: 0;
  padding-right: 0; }
  #UserPrivacyForm .ctrl-holder.license-note label {
    width: auto;
    margin: 0 0 10px 0;
    float: none;
    text-align: left; }
  #UserPrivacyForm .ctrl-holder.license-note .rightcol-license {
    width: auto;
    margin: 0; }

/*# sourceMappingURL=sass.css.map */


/* Module: Main
SourceFile: widget/lightbox-skin-bootstraplike.css (original)*/
/*
 * Skin del dialog di confirm specifici
 */
.enabu-confirm-bootstraplike_underlay.dijitDialogUnderlay {
    background: #333;
    opacity: 0.5;
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
}
.enabu-confirm-bootstraplike.dijitDialog {
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    font-family: "proxima-nova","Helvetica Neue","Helvetica","sans-serif";
    font-size: 13px;
    outline: 0;
    min-width:400px;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitDialogTitleBar {
    border-radius: 0;
    background-color: transparent;
    color: #286090;
    font-size: 1.2em;
    margin: 14px 14px 0 14px;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitDialogTitleBar .dijitDialogTitle {
    background-color: transparent;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitDialogTitleBar .dijitDialogCloseIcon {
    background-image: none;
    visibility: visible;
    background-repeat: no-repeat;
    background-position:0;
    position: absolute;
    vertical-align: middle;
    right: 7px;
    top: 7px;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitDialogTitleBar .dijitDialogCloseIcon .closeText {
    display:block;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
    
.enabu-confirm-bootstraplike.dijitDialog .dijitDialogPaneContent {
    padding: 14px 14px 14px 14px;
    border:0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;   
}
    
.enabu-confirm-bootstraplike.dijitDialog .actions-node {
    padding:14px;
    text-align:right;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitButton .dijitButtonNode {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitButton .dijitButtonNode:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitButton .dijitButtonNode .dijitButtonContents {
    
}
.enabu-confirm-bootstraplike.dijitDialog .dijitButton .dijitButtonNode .dijitButtonContents .dijitToggleButtonIconChar {
    display: none;
}
.enabu-confirm-bootstraplike.dijitDialog .button-close {
    display:block;
    margin: 10px 0 0 0;
}

.enabu-confirm-bootstraplike.hideCloseButtonNode.dijitDialog .dijitDialogTitleBar .dijitDialogCloseIcon {
    display: none;
}

.enabu-confirm-bootstraplike.dijitDialog .btn-primary.dijitButton {
    
}
.enabu-confirm-bootstraplike.dijitDialog .btn-primary.dijitButton .dijitButtonNode {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.enabu-confirm-bootstraplike.dijitDialog .btn-primary.dijitButton .dijitButtonNode:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.enabu-confirm-bootstraplike.dijitDialog .btn.btn-danger.dijitButton .dijitButtonNode {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.enabu-confirm-bootstraplike.dijitDialog .btn.btn-danger.dijitButton .dijitButtonNode:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.enabu-confirm-bootstraplike.dijitDialog .dijitButton .dijitOffScreen {
    display: none;
}

@media screen and (max-width: 400px) {
    .enabu-confirm-bootstraplike.dijitDialog {
        min-width:initial;
    }
}


/* Module: Main
SourceFile: widget/user-privacy-notification.css (original)*/
#user-privacy-notification-content {
}

#user-privacy-notification-content #user-privacy-notification-introduction {
}

#user-privacy-notification-content .privacy-dialog-item {
    margin-top: 35px;
}

#user-privacy-notification-content .privacy-dialog-icon {
    display: inline-block;
    margin-right: 20px;
    width: 70px;
}

#user-privacy-notification-content .privacy-dialog-text {
    display: inline-block;
    vertical-align: top;
    max-width: 800px;
}

