/* Stili generali */

* {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style-type: none;
}

html {
	overflow-x:hidden;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.SearchBoxInnerContainerMobile {
	display: none;
}

#SearchLoader {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000000ed;
	color:white;
	text-align: center;
	align-items: center;
	display: flex;
	font-size:33px;
	justify-content: center;
	visibility: hidden;
	z-index: 99999999999;
}

#SearchLoader i {
	font-size:50px !important;
}

.LogoContainer i {
	color: #fff;
    font-size: 25px !important;
    margin-left: 15px;
}

.NotaLayoutWarning, .NotaLayout {
  margin-bottom:10px;
  margin-top:10px;
}

.SearchBoxInnerContainerMobile, .MobileSearchButton {
  display: none;
}

td .NotaLayout::before {
  min-width:100px !important;
}

.PageContent a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.SingleManual a, .HomeSingleColumn a {
	text-decoration:none !important;
}

.ManualContainerLabel {
  background: #111;
  padding: 5px;
  color: #f2f2f2;
  font-size: 11px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 10px;
  font-weight: bold;
}

.ExpandArrow {
  float:left;
  font-weight:bold;
  font-size:10px;
  margin-right:5px;
  background-image: url(../img/ArrowDown.svg);
  width: 11px;
  height: 11px;
  background-size: cover;
  cursor: cursor;
  margin-left:-15px;
  transform: rotate(-90deg);
}

.jstree-default .jstree-anchor {
  white-space: break-spaces !important;
  line-height: 24px !important;
  height: AUTO !important;
  width: 90% !important;
}

.fa, .fas {
  font: normal normal normal 14px/1 FontAwesome !important;
}

.ManualLabel {
  font-size: 11px;
  padding-top: 8px;
}

.ManualLabelColor {
  background-color:#222;
  color:#fff;
  padding:2px;
  border-radius:10px;
}

.wp-block-embed {
  margin:0 !important;
}

.wp-block-embed iframe {
  width:800px;
  height:500px;
}


#menu-sidebarmenu li {
	list-style-type:none;
	font-size:14px;
	padding: 3px;
}

.FirstLevelMenu {
  margin-bottom:5px;
}

.OpenExpand {
  float:left;
  font-weight:bold;
  font-size:10px;
  margin-right:5px;
  background-image: url(../img/ArrowDown.svg);
  width: 10px;
  height: 10px;
  margin-left:-15px;
  background-size: cover;
  animation-name: OpenExpandAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  cursor: cursor;
}

.MenuItem a {
  width: 90%;
}

@keyframes OpenExpandAnimation {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}

.c-accordion__title {
  background-color: #222;
  color: #fff;
  font-size: 10px;
  padding: 4px;
  height: fit-content;
  width: 50px;
  text-align: center;
  border-radius: 5px;
  margin-right: 30px;
  cursor: context-menu;
}

.c-accordion__title:after {
  display: none;
}

.c-accordion__content {
  width:100%;
}

.fa-bars:before {
  font-size:28px !important;
  margin-right:10px !important;
}

.SidebarLeftUtility form {
  margin: 0 !important;
}

.wp-block-pb-accordion-item  {
  display: flex;
  align-items: baseline;
}

.PageContent li img {
  width: auto !important;
}

.PageContent td {
    padding: 5px;
    text-align: justify;
    font-size: 14px;
    border:1px solid #d4d4d4;
    line-height: 24px;
    text-align: justify;
    /*vertical-align:baseline !important;*/
}

.SingleManual:hover {
    background-color:#d9d9d9;
    cursor:pointer;
}

.Badge {
    font-size: 10px;
    background-color: #93ff7e;
    padding-left: 5px;
    border-radius: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-right: 20px;
}

.ManualCoverImage {
    background-color:#111;
    height: 450px;
    width: 100%;
    margin-top:10px !important;
    background-size: cover;
    display: flex;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    flex-direction: column;
    font-weight: bold;
    color: #fff;
	text-align: center;
    text-shadow: 2px 4px 15px #000000;
}

.ManualCoverPage {
  padding:0 !important;
}

.ManualCoverPage .HomeContainer {
  margin-bottom:40px;
}

.MainTitle i {
  font-size:33px !important;
}

.PageContent table {
    width: 100% !important;
}

.PageContent td .MainTitle {
    margin-bottom: 10px;
}

h1, .CustomWikiH1 {
    font-size:28px;
    color:#222;
    padding-bottom:0;
    margin-bottom:0;
}

h2, .CustomWikiH2 {
    font-size: 23px;
    color: #222;
}

h3, .CustomWikiH3 {
    font-size: 20px;
    color: #222;
}

h4, .CustomWikiH4 {
    font-size: 16px;
    color: #222;
}

h5, .CustomWikiH5 {
    font-size: 12px;
    color: #222;
}

h6, .CustomWikiH6 {
    font-size: 8px;
    color: #222;
}

p {
    font-size: 14px;
    line-height: 24px;
	  text-align:justify;
    margin-top:5px;
}

input[type="button"], input[type="submit"] {
    border:0;
}

footer {
    height: 80px;
    padding: 10px;
    background: #222;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* CUSTOM STYLE */

.MobileMenuContainer {
	display:none;
}

.MainLogo {
	height:40px;
  margin-top:5px;
	padding-left:20px;
}

#UtilitySidebarButton {
    width: 36px;
    height: 35px;
    position: fixed;
    right: 29px;
    top: 121px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    color:#fff !important;
}

.SinglePageIframe html {
	padding-right: 20px !important;
}

.SidebarLeft {
    width: 350px;
    padding: 10px;
    height: calc(100% - 65px);
    border-right: 1px solid #f2f2f2;
    overflow-x: hidden;
    overflow-y: auto;
}

td .DefaultImage {
    text-align: center;
}

body span.easytree-active a, body span.easytree-active span.easytree-title {
  background-color: #000 !important;
}

.UtilitySidebar {
    height: calc(100% - 130px);
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.SearchVersionBadge {
    background-color:#222;
    color:#fff;
    border-radius:10px;
    font-size:10px;
    padding-left:10px;
    padding-right:10px;
    margin-right:20px;
}

.VersionLabel {
  margin-left:10px;
}

.SingleResultExcerpt {
  margin-top: 20px;
  background: #f2f2f2;
  padding: 28px;
  text-align: justify;
  font-size:14px;
  border-radius: 20px;
}

.SingleResultExcerpt a {
    font-weight:bold;
    color:#222;
}

.SingleResultExcerpt a:hover {
    text-decoration:underline;
}

.Highlighted {
    background-color: yellow;
}

.SearchSingleResult {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.SearchSingleResult a {
    font-size:18px !important;
}

.SearchResultHeader {
    height: 250px !important;
}

.SearchResult h1 {
  margin-bottom:30px;
}

.SearchResult h2 {
  text-align: center !important;
}

.SearchPageContainer {
    width:1280px;
    margin:auto;
}

.SearchResultHeader .MainContainer {
    height: auto !important;
}

.FlexRow {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wpml-ls-legacy-dropdown a {
    background-color:transparent !important;
    border:0 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0 !important;
    display:flex;
    flex-direction:column;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding:10px !important;
}

.wpml-ls span {
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
}

.wpml-ls-legacy-dropdown {
    width:auto !important;
}

#breadcrumbs a, #breadcrumbs strong {
    font-size: 13px !important;
    font-weight: normal;
}

.PageHeader {
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: fixed;
    width: 100%;
    top: 65px;
}

.PageHeader span {
    color:#fff;
}

.PageHeader i {
    font-size:22px;
    color:#fff;
    margin-right:10px;
    margin-left:10px;
}

.wp-block-column h1 i {
  font-size: 22px !important;
  margin-right:15px;
}


a:hover {
	color: #5aefb3;
}

#UtilitySidebarButtonClose {
    padding: 5px;
    text-align: right;
    padding-right: 10px;
    font-size: 25px;
    cursor: pointer;
}


.AllegatiDropDownList label {
    font-size: 13px;
    padding-left: 7px;
    cursor: pointer;
}

.AllegatiDropDownList label:hover {
    text-decoration:underline;
}

.Active {
    font-weight:bold;
}

.PageWrapper {
    display: flex;
    flex-direction: row;
    position: fixed;
    left: 320px;
    top: 110px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-y: scroll;
    height: calc(100% - 65px);
    width: calc(100% - 300px - 330px);
}

.HomeHeader h1 {
    color:#fff;
    font-size:33px !important;
}

.HomeHeader p {
    text-align: center !important;
    color:#fff;
}

.TextCenter {
    text-align: center;
}

.HomeHeader .MainContainer {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#SingleContentPage {
	width:100% !important;
}

.MainContainer {
    width: calc(100% - 20px);
    height: calc(100% - 45px);
    overflow-y: scroll;
	overflow-x: hidden;
}

#breadcrumbs a {
	font-size:14px;
	padding:10px;
    color:#fff;
}

.breadcrumb_last {
    font-size: 14px;
    padding: 10px;
    color: #fff;
}

.SearchPageContainer {
    width: 800px;
    margin: auto;
    text-align:center;
}

.SidebarLeft .page_item a {
    color:#222;
}

.jstree-default .jstree-clicked {
  background-color: #000 !important;
  color: #fff !important;
}

.jstree-default .jstree-hovered {
  background-color: #f2f2f2 !important;
  color: #222 !important;
}

#SidebarLeftButton {
    background: #222;
    height: 100px;
    visibility:hidden;
    position: fixed;
    top: 121px;
    left: 0;
    width: 33px;
    cursor: pointer;
    margin-top: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.SidebarLeft .page_item a:hover {
    text-decoration:underline;
}

.SidebarLeft .CurrentMenuItem {
    font-weight: bold;
    background-color: #111 !important;
    color: #fff !important;
    padding: 3px;
    width: 100%;
    float: left;
}

.menu-item {
    padding-bottom: 3px;
}

.menu-item a {
    padding-left:10px;
    border-left:2px solid transparent;
}

.menu-item a:hover {
    text-decoration: underline;
}

.SidebarLeft .page_item {
    font-size: 14px;
    padding-top: 5px;
}

ul .children {
    padding-left:15px !important;
}

#SinglePageIframe {
	border:0;
	display: none;
	height:calc(100% - 65px);
	padding-right:0 !important;
	margin-top: 0 !important;
}

.ManualCoverPage .BodyContent p{
	font-size:10px;
	line-height: 15px;
}

.PageContent, #SinglePageIframe {
    width: calc(100% - 40px);
    margin: auto;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.SingleResult {
    padding: 20px;
    font-weight: bold;
    border-bottom: 2px solid #f2f2f2;
}

.SummaryElement {
    font-size:13px;
}

.wpml-ls-menu-item .wpml-ls-flag + span {
    color: #fff;
}

.SearchHeader .TextCenter {
    color: white;
}

.SearchHeader h1, .SearchHeader h2 {
    text-align: center;
}

.SearchResultcontainer {
    display:flex;
    flex-direction:column;
}

.HomeHeader {
    background-image: url(../img/Back_header.png);
    height: 590px;
    display: flex;
    align-items:center;
    padding-top: 45px;
    background-size: cover;
    background-position: center center;
}

.SearchBoxContainer {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.FullWidth {
    width: 100%;
}

.MainPageTable {
    border-collapse: collapse;
    width: 100%;
    margin-top:15px;
}

.MainPageTable td {
    border: 1px solid #ddd;
    padding: 8px;
}

.MainPageTable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.MainPageTable p {
    margin:0;
    padding:0;
}


.MainPageTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #999;
    color: white;
}

.VersionDropDown {
    padding: 5px;
    border-radius:5px;
    border-color:#999;
    width: 100%;
    height: 30px;
    font-size: 14px;
}

.SpaceBetween {
    justify-content: space-between !important;
}

.FirstCell {
    width:30%;
}

.SidebarLeftUtility {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
}

.SecondCell {
    width: 70%;
}

.ManualTitle {
    font-weight:bold;
}

.ImmagineCella {
    max-width: 100%;
}

.Codice {
	background-color:#222;
	color:#fff;
    padding:30px;
}

code {
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  color:#fff !important;
  font-size:13px;
}

.DefaultImage {
    margin-top:0px;
}

.PageContent li {
  font-size:14px;
  line-height: 24px;
}

.PageContent ul li {
  list-style-type: disc;
}

li {
	list-style-type: disc;
}

.PageContent ol li {
  list-style-type: decimal;
}

.PageContent table tr:first-child td {
    font-weight: bold;
    background-color: #d4d4d4 !important;
}

.PageContent table td:first-child {
    font-weight: bold;
}

.PageContent table td ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#SidebarLeftButtonClose {
    display:none;
}

.Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    z-index: 1;
    position: fixed;
    width: 100%;
}

.Header ul {
	display:flex;
	padding:0;
	padding-right:15px;
}

.Header li {
	padding-left:15px;
	font-weight:bold;
  list-style-type: none;
}

.SidebarManualTitle {
    background: #f2f2f2;
    padding: 5px;
    font-weight:bold;
    margin-bottom: 10px;
}

.FormField {
    height: 30px;
    width: 450px;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid #999;
}

#SearchButtonIcon {
    cursor: pointer;
    padding-right: 20px;
}

.SearchBoxInnerContainer {
    margin-top:10px;
    margin-bottom:10px;
}

.SearchBoxInnerContainer .FormField {
    width: 167px;
    margin-right: 10px;
}

.SubmitButton {
    background: #222;
    color: #fff;
    padding: 9px;
    cursor: pointer;
    border-radius: 5px;
}

.SubmitButton:hover {
    background-color:rgba(0,0,0,0.75);
}

.LogoContainer {
	text-align:center;
}

#menu-sidebarmenu {
	margin:0;
	padding:0;
}

.menu a {
    color:#fff;
    font-size:12px;
}

.menu a:hover {
    color:#fff;
    text-decoration:underline !important;
}

.sub-menu {
    padding-left: 15px;
}

.SubMenu {
  padding-left:20px;
  margin-left: 5px;
}

.Parent li a  {
  color:red !important;
}

.SubItem {
  margin-bottom: 5px;
}

#menu-sidebarmenu a {
	font-weight:bold;
}

.sub-menu a {
	font-weight:normal !important;
	font-size:14px !important;
}

.PageInnerMenu {
	position:fixed;
	top:65px;
	background-color:#fff;
	display: flex;
	width:calc(100% - 337px);
	justify-content: space-between;
	align-items: center;
}

.TabellaInterna {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-top: 2px solid #333;
	padding-top: 20px;
}

.Colonna {
	padding:10px;
	width:50%;
}

.AllegatiDropDownList {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background: #fff;
    width: 200px;
}

.AllegatiDropDownList a {
    padding-top:5px;
}

.MainPageContainer {
    display: flex;
    width: 100%;
    height:100%;
    margin-top: 45px;
    position:fixed;
}

.UtilitySidebar {
    display:none;
}

ul.easytree-container {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size:16px !important;
  border: 0 !important;
}



.easytree-icon {
  display: none !important;
}

.UtilitySidebar .Widget:first-child {
    padding-top: 20px;
}

.Widget {
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
}

.Widget ul {
    margin: 0;
    padding-left:35px;
    padding-top:15px;
}

.Widget li {
    padding-top:5px;
    list-style-type:circle;
}

.Widget li a {
    color:#222;
}

.Widget li a:hover {
    font-weight:bold;
}

.WidgetTitle {
    text-align: left;
    font-weight: bold;
    color:#222;
    font-size:14px;
}

.AllegatiDropDownList a {
    color:#222;
}

.HomeContainer {
    margin: auto;
    padding-top:40px;
    justify-content: space-around;
    display: flex;
	max-width: 1024px;
}

.HomeColumnContainer {
    width: 100%;
    margin-top:10px;
    display: flex;
    justify-content: space-around;
}

.SidebarLeft .first-level-menu {
    border-bottom: none;
}

.Footer {
    padding-top: 10px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    background-color: #f2f2f2;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    display:none;
}

.Header .menu-item a  {
    font-size: 13px;
    font-weight: normal;
}

.menu-item a {
  color: #222;
  font-size: 13px;
  display: inline-block;
  padding-top: 3px;
}

.HomeColumnContainerTitle {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    text-align: center;
}

.SidebarMainMenu a {
  font-size:12px;
  color:#2a2a2a;
}

.SidebarMainMenu a:hover {
  text-decoration: underline;
}

.HomeSingleColumn {
    margin: 10px;
    width: 100%;
}

.ManualCoverSubTitle h1 {
  width:550px;
  text-align: center;
  color:#fff;
  text-shadow: 2px 4px 15px #000000;
}

.SingleManual {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
    background: #f2f2f2;
    margin-top: 10px;
    border: 1px solid #d4d4d4;
    justify-content: center;
}

.SingleManual .SingleManualTitle {
    color: #333;
    cursor: pointer;
    text-align:left;
    margin-left: 20px;
}

.CodiceEditor {
	font-family: monospace;
}
