/*
@media screen and (min-height: 700px) {
.head.fixed {
    height: 335px !important;
}

.body {
    
    margin-top: 56px  !important;
}
}
*/
/*.body {
    margin-top: 310px  !important;
    margin-top: 56px  !important;
}*/

.pd0{
	padding: 0;
}

.head.fixed header.menu .main_menu .menu_list {
    margin: 10px 0 0 0 !important;
}

.head.fixed header.menu .logo {
    width: 268px;
    height: 90px;
}

.head.fixed header.menu .logo {
    width: 268px;
    height: 55px !important;
}

.head {
    z-index: 10;
    height: 0;
    background-image: url(../img/decision-tree-banner.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-behavior: url(/js/backgroundsize.min.htc);
}

td, th {
	padding: 15px;
}

footer.menu {
	margin-top: 50px;
}

	.pagina-titolo {
		position: absolute;
		font-size: 30px;
		bottom: 10px;
		left: 0;
		background: #F1F1F1;
		padding: 0 50px 0 50px;
	}

	.main {
		background-image: none !important;
	}
	.decision-tree-container {
		width: 100%;
	}

	#contenuto {
		padding: 0 5% 10% 5%;
	}
	
	#pagina h1 {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color: #ff7025;
		font-size: 24px;
	}	
	
	#pagina h2 {
		font-family: 'Sriracha', cursive;
		color: #6f2a81;
		font-size: 18px;
	}	

	#pagina h3 {
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
		color: #ff7025;
		font-size: 18px;
	}	

	li {
		position: relative;
		list-style-type: none;
		padding-left: 20px;
	}

	li:before { 	
		position: absolute;
		content: '\f054';
		font-family: FontAwesome;	 	
		font-size: 15px;
		color: #6f2a81;
		left: 0px;
		top: 2px;
	}
#contenuto .intro{
	background: #fff;
	border: 1px solid #79237e;
	border-radius: 3px;
	padding: 25px;
	margin-top: 20px;
}

#contenuto .intro .start-intro{
    background: #79237e;
    color: #fff;
	border: 1px solid #79237e;
    border-radius: 3px;
    padding: 10px 30px;
    margin-top: 20px;
    font-weight: 700;
}
#contenuto .intro .start-intro:hover{
    background: #fff;
    color: #79237e;
 	border: 1px solid #79237e;
}

	#pagina {
		background: #fff;
    	border: 1px solid #6f2a81;
    	margin-top: 20px;
    	padding: 15px;
				
	}
	#pagina ul {
		padding-left: 0;
		border-top: 1px solid #c1c1c1;
		padding-top: 10px;
				
	}
#pagina .titolo-grande {
	font-family: Arial, "sans-serif";
    position: relative;
    padding-left: 0;
    font-size: 24px;
    padding-bottom: 0px;
    margin-top: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    background: #6f2a81;
    padding: 5px 10px;
	}
#pagina p{
	font-size: 18px;
	margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
#pagina .titolo-grande {

    font-size: 38px;
    
	}
#pagina p{
	font-size: 16px;
}

}

	#pagina .titolo-grande .image {
		position: absolute;
		height: 75px;
		width: 75px;
		margin:  10px 0 10px 0;		
		background-repeat: no-repeat;
		background-color: #FF7025;
		background-size: contain;
		border-radius: 50%;
    background-position: center;
		box-shadow: 0 5px rgba(204,204,204,0.9);
		left: -150px;
		top: 0;
	}



/* LIGHT COLORS */
.light .breadcrumb {
  border-color: #9C9E9E;
}
  .light .breadcrumb a {
    color: #454545;
    /*background-color: #e5e9e9;*/
    text-shadow: 0 -1px rgba(255,255,255,.7);
    box-shadow: inset 0 1px 0 #fff;
  } 
    .light .breadcrumb a:after {
      border-left-color: #f1f1f1;
    }
		.light .breadcrumb a:before { 
			border-left-color: #9C9E9E;
		}
		.light .breadcrumb a:hover {
		   background: #EDF1F1;
    }
		.light .breadcrumb a:hover:after {
		  border-left-color: #EDF1F1;
    }
/*
    .light .breadcrumb a:last-child,
    .light .breadcrumb input[type=text] {
      background-color: #d3d7d7;
      box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    }
*/
    .light .breadcrumb input[type=text] {
      color: #454545;
      background-color: #D3D7D7;
      border: 0;
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/49364/search-dark.svg);
    }

    .breadcrumb input[type=text]:focus {
      outline-color: #0026FF;
      background-color: #fff;
      box-shadow:
        inset 0 0 0 2px #6CB4F3,
        inset 0 1px 2px rgba(0,0,0,.4);
    }

.breadcrumb,
.breadcrumb a {
  height: 33px;
  display: inline-block;
}

.breadcrumb { 
  margin: 0;
  padding: 0;
  border-radius: 3px;
  /*border-width: 1px;*/
  border-width: 0;
  border-style: solid;
  overflow: hidden;
}
		.breadcrumb a {
/*
      text-rendering: optimizeLegibility;
      line-height: 33px;
    	font-size: 12px;
      font-weight: 300;
			text-decoration: none;
      padding: 0 10px 0 20px;
			position: relative;
*/
    text-rendering: optimizeLegibility;
    line-height: 33px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    padding: 0 10px 0 20px;
    position: relative;
		}
		.breadcrumb a:first-child {
		  padding-left: 16px;
		}
    .breadcrumb a:last-child,
    .breadcrumb input[type=text] {
      padding-right: 16px;
    }
		.breadcrumb a:after,
    .breadcrumb a:before { 
			content: ''; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 17px solid transparent;
			border-bottom: 17px solid transparent;
  /* make left half the height */
      border-left: 10px solid transparent;
			position: absolute;
      margin: auto;
			top: 0;
      bottom: 0;
			left: 100%;
			z-index: 2;
		}
		.breadcrumb a:before { 
      margin-left: 1px;
			z-index: 1;
		}

		.breadcrumb a:last-child {
      color: #ff7025;
		}

    .breadcrumb a:last-child {
			/*
			pointer-events: none;
			cursor: default;
			*/
		}
/*
		.breadcrumb a:last-child:after,
    .breadcrumb a:last-child:before,
    .breadcrumb input[type=text] {
		   border: none;
    }
*/
    .breadcrumb input[type=text] {
      -webkit-appearance: none;
      display: inline-block;
      text-indent: 24px;
      padding: 0 16px;
      height: 33px;
      width: 10px;
      outline: 1px solid transparent;
      background-origin: content-box;
      background-position: left 50%;
      background-repeat: no-repeat;
      background-size: 15px 15px;
      transition-property: all;
      transition-duration: .13s;
      transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    }
    .breadcrumb input[type=text]:hover,
    .breadcrumb input[type=text]:focus {
      width: 100px;
    }



	#path {
		position: relative;
		font-size: 18px;
		margin-bottom: 10px;
		background: #f1f1f1;
	}
	
	#path .ico-home:before {
		content: '\f015';
		font-family: FontAwesome;	 	
		font-size: 16px;
	}
	
	#path .fa {
    margin-top: 2px;
    font-size: 21px;
	}
	
	
	
	
	
/***********************************************************/	
/* DECISION TREE *******************************************/	
/***********************************************************/	

.header{
	background: #79237e;
}
.footer{
	background: #79237e;
	height: 70px;
}
.header .bg-header{
	background: url("img/bg-header.png") right bottom no-repeat;
}
.footer .bg-footer{
	background: url("img/bg-header.png") right bottom no-repeat;
	height: 55px;
	padding: 20px;
	color: #fff;
}

.header .logo{
	width: 283px;
	height: 54px;
	background: url("img/logo-bianco.png") center center no-repeat;
	margin-right: auto;
	margin-top: 20px;
    margin-bottom: 20px;
	
}

.header h1.titolo{
	
	margin-top: 30px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;

}
@media (max-width: 767.98px) {
.header h1.titolo{	
	margin-top: 0;
}	
}

.bg-grigio{
	background: #f1f3f4;
	border-radius: 3px;
	padding: 10px;
	margin-top: 30px;
}
.bg-grigio a{
	color: #232020;
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	text-transform: uppercase;
}

.bg-grigio a.button-torna{
	margin-right: 10px;
	border-right: 1px solid #a4a4a4;
	padding-right: 10px;
	margin-left: 10px;
}
.bg-grigio a.button-back{
}

.bg-grigio a.button-torna:before{
	color: #6f2a81;
	position: absolute;
	font-family: fontawesome;
	font-size: 16px;
	top: 2px;
	left: 0;
	content: '\f048';
}

.bg-grigio a.button-back:before{
	color: #6f2a81;
	position: absolute;
	font-family: fontawesome;
	font-size: 16px;
	top: 3px;
	left: 0;
	content: '\f053';
}

.bg-general{
	background:url("img/general-background.jpg");
}

h2 {
	margin: 30px 0 10px 0;
	font-family: "Arial", "sans-serif";
	font-weight: 700;
	color: #202529;
	font-size: 38px;
		
	}
@media (max-width: 767.98px) {
	h2 {
	margin: 20px 0 10px 0;
	font-size: 28px;
		
	}
}
	
	#path {
		font-size: 12px;
	}
	
	#contenuto {
		padding: 0 5% 10% 5%;
	}



	.dt {
    width: 100%;
    opacity: 1;
    padding: 8px 35px 8px 10px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #6f2a81;
    font-weight: 400;
    color: #202529;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    justify-content: flex-start;
    display: flex;
    align-items: center;
	}

.dt:hover {	
    background: #6f2a81;
		border: 1px solid #6f2a81;
		color: #fff;
	}
.dt:hover:after {	
		color: #fff;
	}
.dt:hover .cerchio {	
		
	background: #fff;
	}
.dt:hover .cerchio i{	
		color: #6f2a81;
	
	}
.dt:hover .testo{	
		color: #fff;
	
	}

	.dt:after {
		position: absolute;
		
		right: 26px;
		
		content: '\f105';
		font-family: FontAwesome;
		font-size: 32px;
		color: #6f2a81;
    line-height: 1;
	}

.dt .cerchio{
	height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #6f2a81;
    margin-right: 20px;
	
}
.dt i {
	width: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1;
	}
.dt .testo{
	font-size: 21px;
	color: #202529;
}

.immagine img {
	width: 100%;
}

.allegati {
	margin-top: 20px;
}

a.allegato{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 10px 10px 0;
    padding: 10px;
    transition-property: background-color, color;
    transition-duration: 250ms;
	background-color: #f2f2f2;
    border: 1px solid #d8d8d8;
	color: #711984;	
}
a.allegato:hover{
  
    background-color: #390B43;
    color: #f2f2f2;
    border: 1px solid #390B43;
	text-decoration: none;
}

/*
	.dt .fa {
		font-size: 40px;
	  position: absolute;
	  top: 50%;
	  left: 40px;
	  transform: translate(-50%, -50%);
	}
*/



@media (max-width: 992px){
		.dt {
    width: 100%;

	}
	
}	
	