#homecontent {
	overflow: auto;
}

#xwikicontent {
	overflow: auto;
	/* padding-left: 0px; */
}

/* color theme blue grey */
:root {
  --breadCrumbs-color-1: #57707d; 
  --breadCrumbs-color-2: #7d97a5; 
  --breadCrumbs-color-3: #9eb1bb;
  --primary-color-1: #3bb2d0;
  --primary-color-2: #56b881;
  --primary-color-3: #3887be;
  --primary-color-4: #ff84dc;
  --link-bgcolor-color: #d7d7d7;
  --link-hbgcolor-color: #b7b7b7;
}



.download-options {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.home-options {
	display: flex;
}
.item-menu-home {
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: contain;
    background-blend-mode: overlay;
}

.item-menu {
	flex: 0 0 31% !important;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;    
    background-blend-mode: overlay; 
    background-size: contain;
    padding-bottom: 120px;
}

.item-menu:hover {
	flex: 0 0 31% !important;
	cursor: pointer;
	background: #b7b7b7;
	margin-left: 5px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;    
    background-blend-mode: overlay; 
    background-size: contain;
    padding-bottom: 120px;
}

/* .item-menu:hover {
	flex: 0 0 31% !important;
	text: #fff;
	cursor: pointer;
	background: #b7b7b7;
	margin-left: 5px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;  
    background-blend-mode: overlay; 
    background-size: contain;
} */

.download-container {
	min-height: 20px;
	height: 180px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-style: solid;
	border-width: 5px 0 0 0;
	border-color: #e3e3e3;
}

.download-option {
	margin-right: 0px;
	flex: 1 100%;
	position: relative;
	padding-bottom: 5em;
}

.download-option.fa-icon:before {
	position: absolute;
	right: 15px;
	bottom: 75px;
	display: block;
	font-family: "FontAwesome";
	color: rgba(0, 0, 0, 0.05);
	font-size: 200px;
	line-height: 65px;
}

.item-menu-home {
	flex: 0 0 31% !important;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    /* background-size: contain; */
    background-blend-mode: overlay; 
}



.background-theme1 {
	background-color: var(--link-bgcolor-color);
}

.background-theme2 {
	background-color: var(--link-bgcolor-color);;
}

.background-theme3 {
	background-color: var(--link-bgcolor-color);;
}

.background-theme4 {
	background-color: var(--link-bgcolor-color);;
}

.background-theme1:hover {
	background-color: var(--link-hbgcolor-color);
}

.background-theme2:hover {
	background-color: var(--link-hbgcolor-color);
}

.background-theme3:hover {
	background-color: var(--link-hbgcolor-color);
}

.background-theme4:hover {
	background-color: var(--link-hbgcolor-color);
}



.border-theme1, .border-stable {
	border-top-color: var(--primary-color-1);
}

.border-theme2, .border-stable {
	border-top-color: var(--primary-color-2);
}

.border-theme3, .border-stable {
	border-top-color: var(--primary-color-3);
}

.border-theme4, .border-stable {
	border-top-color: var(--primary-color-4);
}




.fa-user:before {
	content: "\f007";
}

.infomessage {
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    color: #31708f !important;
}
.warningmessage {
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    color: #8a6d3b !important;
}
.errormessage {
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    color: #a94442 !important;
}
.floatinginfobox {
    float: right !important;
    margin: 6px 0 6px 12px !important;
}

.box, .plainmessage, fieldset.xwikimessage {
	margin-left: 0px !important;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}

.radio-wiki {	
    margin-right: 4px !important;
    float: left !important;
}

.label-radio {
	width: 670px !important;
}

/*## ## ## BREAD CRUMBS ## ## ##*/
@import url(https://fonts.googleapis.com/css?family=Monda:400,700);

a {
	text-decoration: none;
	color: #3FABBA;
}

.clear {
	clear: both;
}

.animation {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wrapperBreadCrumbs {
	/* width: 800px; */
	/* padding: 20px; */
	/* margin: 20px auto; */
	background: #fff;
}

.breadCrumbs {
	position: relative;
}

.breadCrumbs li {
	position: relative;
	float: left;
}

.breadCrumbs li a, .breadCrumbs li p {
	display: block;
	padding: 0 20px 0 40px;
	line-height: 30px;
	color: #fff;
	background: var(--breadCrumbs-color-1);
}

.breadCrumbs li:first-child a {
	padding: 0 10px 0 20px;
}

.breadCrumbs li a:hover {
	text: var(--breadCrumbs-color-3);
}

.breadCrumbs li.activePage p, .breadCrumbs li.activePage a {
	background: #333;
}

.breadCrumbs li:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid var(--breadCrumbs-color-1);
	z-index: 10;
}

.breadCrumbs li.activePage:after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #333;
}

/* GIVE EVERY CHILD A DIFFERENT COLOR */
.breadCrumbs li:nth-child(1) a {
	background: var(--breadCrumbs-color-1);
}

.breadCrumbs li:nth-child(1):after {
	border-left: 20px solid var(--breadCrumbs-color-1);
}

.breadCrumbs li:nth-child(2) a {
	background: var(--breadCrumbs-color-2);
}

.breadCrumbs li:nth-child(2):after {
	border-left: 20px solid var(--breadCrumbs-color-2);
}

.breadCrumbs li:nth-child(3) a {
	background: var(--breadCrumbs-color-3);
}

.breadCrumbs li:nth-child(3):after {
	border-left: 20px solid var(--breadCrumbs-color-3);
}

.breadCrumbsCurrentPage {
	cursor: default;
}





/* container pagina di errore. */

.page-container-responsive {
    width: 1200px;
}
/* .page-container-responsive {
    width: 696px;
} */
.page-container-responsive {
    width: auto;
}
.page-container {
    width: 1200px;
}
.page-container, .page-container-responsive {
    padding-left: 2px;
    padding-right: 2px;
}
.page-container, .page-container-responsive {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
}
