ul.tree, ul.tree ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 7px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}

ul.tree {
	margin-bottom: 30px;
}

ul.tree ul {
	padding-left: 7px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 22px;
}

div.exp_col {
	position: absolute;
	display: inline;
	margin-left: -20px;
	vertical-align: sub;
	line-height: 22px;
}

#toggle_on.exp_col:before {
	content: "\f142"; /*mdi-chevron-right*/
}

#toggle_off.exp_col:before {
	content: "\f140"; /*mdi-chevron-down*/
	color: #686868;
}

ul.tree li .default_icon {
	font-size: 24px;
	vertical-align: sub;
	display: inline-block;
}

ul.tree li .default_icon.leaf:before {
	content: "\f9ed"; /*mdi-file-document-outline*/
}

ul.tree li .default_icon.nodecol:before {
	content: "\f24b"; /*mdi-folder*/
}

ul.tree li .default_icon.nodeexp:before {
	content: "\f76f"; /*mdi-folder-open*/
}

ul.tree li .check_icon {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
	padding-right: 2px;
}

ul.tree li .check_icon.checkyes:before {
	content: "\FAA4"; /*mdi-circle-slice-8*/
}

ul.tree li .check_icon.checkno:before {
	content: "\f130"; /*mdi-checkbox-blank-circle-outline*/
	color: #BEBEBE !important;
}

ul.tree li .check_icon.checknochild:before {
	content: "\FAA0"; /*mdi-circle-slice-4*/
}

div.exp_col:before {
	font-size: 22px;
	vertical-align: middle;
	font-weight: 600;
	color: #BEBEBE;
	cursor: pointer;
}

img.exp_col_empty {
	position: absolute;
	margin-top: 4px;
	margin-left: -20px;
	vertical-align: sub;
	width: 16px;
}

img.icon_tree {
	vertical-align: middle;
	padding-left: 3px;
	margin-top: -3px;
}

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

span.node a {
	padding-left: 3px;
}

span.node {
	margin-left: -1px;
	padding-right: 3px;
	display: inline-block;
	border: 1px solid transparent;
}

span.node:hover {
	margin-left: -1px;
	padding-right: 3px;
	border-radius: 2px;
}

span.node_selected {
	margin-left: -1px;
	padding-right: 3px;
    border-style: solid;
    border-width: 1px;
	border-radius: 2px;
	display: inline-block;
}

span.node_selected a {
	padding-left: 3px;
}

.menu, .sub-menu {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 95%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.menu, .sub-menu {
	list-style: none;
	background: #000;
}

.sub-menu {
	background: #F1F1F1;
}

.menu a {
	text-decoration: none;
	display: inline;
    padding: 8px 8px 8px 3px;
    vertical-align: middle;
    white-space: nowrap;
}

.menu span {
	width: 100%;
	height: 100%;
	padding-left: 2px;
}

.menu div {
	position: absolute;
	right: 4px;
	top: 0px;
	padding: 8px;
}

.menu .menu_img {
	vertical-align: middle;
}

.menu img {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}

.menu li {
	position: relative;
	line-height: 30px;
}

.menu li:hover {
	cursor: pointer;
}

.menu li:hover,
.sub-menu li:hover {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.menu li:hover > .sub-menu {
	display: block;
}

.menu {
	min-width: 180px;
	position: absolute;
	background: #F1F1F1;
	user-select: none;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	cursor: default;
	box-shadow: 2px 2px 3px #BDBDBD;
}

.sub-menu {
	display: none;
	position: absolute;
	min-width: 180px;
	box-shadow: 2px 2px 3px #BDBDBD;
}

.menu .sub-menu {
	top: 0;
	left: 100%;
}

.menu .menuIcon {
	font-size: 20px;
	vertical-align: middle;
	position: relative;
}

.menu .submenuIcon:after {
	content: "\f35f"; /*mdi-menu-right*/
}

.menu .submenuIcon {
	right: -3px;
}

.menu hr.separator {
	margin: 0;
}/***************** FONT ICON *****************/
#searchIcon,
#searchInfo,
#searchCanc,
ul.tree li .default_icon,
ul.tree li .check_icon,
#found_list .glossitem:before,
#found_list .mediaitem:before,
#found_list .bookitem:before,
#found_list .editbutton:before,
#found_list .delbutton:before,
#found_list a.active.glossurls .glossicon:before,
#found_list a.active.glossurls.opened .glossicon:before,
#found_list a:before {
	font-family: 'Material Design Icons';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.index_cnt {
	position:fixed;
	top: -10px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-right: 10px;
	box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.1);
	/* Necessario su iOS per abilitare accelerazione hardware,
		che evita il problema di visualizzazione del iframe. */
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.topnav {
  overflow: hidden;
  top: 37px;
  position: relative;
  max-height: 42px;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  background-color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font: 12pt Roboto, sans-serif;
  font-weight: 400;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 5px;
}

.topnav a:hover, a:active {
  color: black;
}

.topnav a.active {
  color: white;
  margin-bottom: 2px;
}

#searchSection {
	position: absolute;
    top: 86px;
	left: 0;
	right: 60px;
}

#searchInput {
    font: 12pt Roboto, sans-serif;
    padding: 8px 16px 8px 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    resize: none;
	position: relative;
	width: 100%;
}

#searchInput::-ms-clear {
	display: none;
}

#searchInput:focus {
    outline: 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

#searchIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 30px;
    text-decoration: none;
}

#searchIcon, #searchCanc.active, #searchInfo {
	color: #BEBEBE;
	display: block;
	text-decoration: none;
}

#searchIcon:before {
	content: "\f349"; /*mdi-magnify*/
}

#searchIcon.speech:before {
	content: "\f36c"; /*mdi-microphone*/
}

#searchIcon.running {
	color: #F73F3F !important;
}

#searchIcon.nospeech {
	cursor: default;
	text-decoration: none;
}

#searchCanc {
	display: none;
}

#searchCanc.active {
    position: absolute;
    bottom: 8px;
    right: -45px;
    font-size: 18px;
}

#searchCanc.active:before {
	content: "\f156"; /*mdi-close*/
}

#searchInfo,
#filterInfo {
	font-size: 18px;
	font-weight: normal;
	z-index: 10;
	float: right;
}

#searchInfo:before {
	content: "\f625"; /*mdi-help-circle-outline*/
}

#filterInfo:before {
	content: "\F235"; /*mdi-filter-remove-outline*/
}

#filterInfo:hover:before {
	content: "\F234"; /*mdi-filter-remove*/
}

#filterInfo {
	cursor: pointer;
}

#infoRow {
	width: 100%;
	height: 16px;
    bottom: -17px;
    right: -45px;
	position: absolute;
}

#found_list, #div_tree {
	position: absolute;
	top: 136px;
	bottom: 0px;
	left: 0px;
	right: -3px;
	margin-top: 0px;
	font: 11pt Roboto, sans-serif;
	overflow-y: auto;
	overflow-x: hidden;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 0;
	padding-top: 1px;
}

#found_list {
	margin-left: -15px;
	font-size: 90%;
	list-style-type: decimal;
	counter-reset: found_list;
}

#found_list.noranking {
	list-style-type: none;
	padding-left: 20px;
}

#found_list > li {
	margin-bottom: 2px;
	white-space: normal;
	list-style: none;
	position:relative;
}

#found_list > li:before {
    content: counter(found_list);
    counter-increment: found_list;
    position: absolute;
    top: 25px;
    left : -3.6em;
    width: 3em;
    height: 4em;
    margin: -14px 8px 0 0;
    padding: 4px;
    text-align:right;
}

#found_list.noranking > li:before {
	content: '';
}

#found_list a, #found_list .book_input {
	font: 11pt Roboto, sans-serif;
	color: black;
	border: 1px solid transparent;
	border-radius: 2px;
	height: 35px;
    background-repeat: no-repeat;
	background-position: center left;
	padding: 2px 4px 2px 0px;
}

#found_list a {
	display: table;
	text-decoration: none;
}

#found_list a:before {
	content: "\f9ed"; /*mdi-file-document-outline*/
}

#found_list .noidx:before {
	content: "\f613"; /*mdi-file-hidden*/
}

#found_list .book_input {
	border-width: 1px;
	border-style: solid;
	outline: none;
}

#found_list .item_content {
	display: table-cell;
	vertical-align: middle;
}

#found_list a:before,
#found_list .glossitem:before,
#found_list .mediaitem:before,
#found_list .bookitem:before {
	font-size: 38px;
	vertical-align: sub;
}

#found_list .glossitem:before {
    content: "\f0ba"; /*mdi-book*/
}

#found_list .mediaitem:before {
    content: "\f40d"; /*mdi-play-circle-outline*/
}

#found_list .bookitem:before {
    content: "\f3e2"; /*mdi-paperclip*/
}

#found_list .restime, #found_list .search_info {
    font-size:80%;
    color: gray;
}

#found_list .search_info {
	vertical-align: top;
}

#found_list .restime {
    padding-left: 3px;
}

#found_list .editbutton:before {
	content: "\f64f"; /*mdi-lead-pencil*/
}

#found_list .delbutton:before {
	content: "\fa79"; /*mdi-trash-can-outline*/
}

#found_list .editbutton:before,
#found_list .delbutton:before {
	font-size: 20px;
	vertical-align: middle;
}

#found_list .item_title {
	line-height: 22px;
}

#found_list a.active.glossurls .glossicon:before,
#found_list a.active.glossurls.opened .glossicon:before {
	font-size: 26px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 18px;
}

#found_list .bookbuttons {
	vertical-align: middle;
	display: none;
}

#found_list a.active .bookbuttons {
	display: inline;
}

#found_list a.active.glossurls .glossicon:before {
	content: "\f140"; /*mdi-chevron-down*/
}

#found_list a.active.glossurls.opened .glossicon:before {
	content: "\f143"; /*mdi-chevron-up*/
}

#found_list .editbutton, .delbutton,
#found_list a.active.glossurls .glossicon {
	color: #AAAAAA;
    margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

#found_list a.active {
	border-width: 1px;
	border-style: solid;
}

#nofound {
    margin-right: 45px;
    text-align: center;
    font-style: italic;
	font-weight: 400;
    font-size: 11pt;
    color: #7e7e7e;
}

.accordion {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
	-webkit-transition: max-height 0.3s ease-out;
}

.accordion_content {
	margin-left:10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	display: block;
	list-style: none;
}

.accordion_content li a {
	font-size:13px !important;
}

#found_list a.accordion_item {
	height: auto;
	margin: 0;
	line-height: 17px;
	margin-top: 1px;
}

#found_list a.accordion_item:before {
	font-size: 24px;
}

#search_placeholder, #search_placeholder2 {
	display: none;
}

.like_anchor {
	cursor: pointer;
}


/****** SCROLLBAR SLIM ******/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background: #ADADAD; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}


/****** TOOLTIP CAMPO DI RICERCA ******/
.glosslayer {
    left: -43px !important;
	right: 0px !important;
    min-width: 285px !important;
}

.glosslayer iframe {
    width: 100% !important;
    height: 450px !important;
}

.glosslayer_after1 {
    border-width: 10px !important;
    margin-left: -10px !important;
}

.glosslayer_after2 {
    border-width: 9px !important;
    margin-left: -9px !important;
}
