/*#dashboard-page > section > div {
	position: relative;
}*/

/**************************/
/******** PATHLINE ********/

#dashboard-progress-wrapper {
	position: relative;
	background-color: rgb(254,23,67); /* RED */
	padding-top: 40px;
}

#dashboard-progress-wrapper h2 {
  font-size: 24px;
  line-height: 18px;
/*   letter-spacing: 1px; */
  font-weight: normal;
  margin: 0px;
}

@media (min-width: 768px) {		/* Tablet e desktop */
	.dashboard-height-row {
		height: 300px;
	}
	#dashboard-pathline-wrapper {
		display: visible !important;
	}
	#dashboard-pathline-wrapper-mobile {
		display: none !important;
	}
/*#dashboard-assessment-pathline > div {
	position: relative;
	margin-left: 1px;
	display: inline-block;
}
#dashboard-assessment-pathline > div:first-child {
	position: relative;
	margin-left: 0;
}*/
}
@media (max-width: 768px) and (orientation: landscape) { 	/* Smarthphone - landscape */
	.dashboard-height-row {
		height: 300px;
	}
	#dashboard-pathline-wrapper {
		display: visible !important;
	}
	#dashboard-pathline-wrapper-mobile {
		display: none !important;
	}
}
@media (max-width: 767px) and (orientation: portrait) {		/* Smarthphone - portrait */
	#dashboard-progress-wrapper {
		padding-bottom: 40px;
	}
	#dashboard-pathline-wrapper {
		display: none !important;
	}
	#dashboard-pathline-wrapper-mobile {
		display: visible !important;
	}
	.dashboard_resdesc_wrapper {
		height: 125px;
		width: 100%;
		position: absolute;
		left: 45px;
		top: -50px;
	}
}
#dashboard-pathline-wrapper {
	position: relative;
	width: 100%;
	height: 125px;
	margin: 35px 0 20px;
}
#dashboard-pathline-wrapper-mobile {
	position: relative;
	width: 100%;
	margin: 70px 0 90px;
}
#dashboard-pathline {
	display: table;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	height: 44px;
	width: 100%;
}
#dashboard-learning-pathline {
	display: table-cell;
	padding: 12px 0;
	border-bottom: 1px solid rgb(255,255,255);	/* WHITE */
}
#dashboard-assessment-pathline > div,
#dashboard-learning-pathline > div {
	position: relative;
	margin-left: 150px;
	display: inline-block;
}
#dashboard-assessment-pathline > div .dashboard_resdesc_wrapper,
#dashboard-learning-pathline > div .dashboard_resdesc_wrapper {
	height: 125px;
	position: absolute;
	right: 35px;
	top: -50px;
}
#dashboard-learning-pathline > div:first-child {
	position: relative;
	margin-left: 0;
	display: inline-block;
}
#dashboard-learning-pathline > div:first-child .dashboard_resdesc_wrapper {
	height: 125px;
	position: absolute;
	right: -140px;
	top: -50px;
}
#dashboard-assessment-pathline > div .dashboard-arrowdesc,
#dashboard-learning-pathline > div .dashboard-arrowdesc {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-left-color: rgb(255,255,255);	/* WHITE */
	pointer-events: none;
	border-width: 7px;
	margin-top: -7px;
	right: -14px;
}
#dashboard-learning-pathline > div:first-child .dashboard-arrowdesc {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-right-color: rgb(255,255,255);	/* WHITE */
	pointer-events: none;
	border-width: 7px;
	margin-top: -7px;
	left: -14px;
}
#dashboard-learning-pathline-mobile {
	position: relative;
	width: 100%;
	margin-left: 20px;
	background: rgb(254,23,67) url("/extras/dashboard/img/white_pixel.png") repeat-y 9px 0;
/*	width: 10px;
	border-right: 1px solid rgb(255,255,255);*/	/* WHITE */
}

#dashboard-learning-pathline-mobile > div {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 120px;
	top: 0;
	left: 0;
}
#dashboard-learning-pathline-mobile > div:first-child {
	margin-top: -3px;
}
#dashboard-learning-pathline-mobile > div:last-child {
	margin-bottom: 60px;
}
#dashboard-assessment-pathline {
	display: table-cell;
/*	overflow: hidden;*/
	padding: 12px 0;
	border-bottom: 1px solid rgb(255,255,255);	/* WHITE */
}
#dashboard-assessment-pathline-mobile {
	position: relative;
	width: 100%;
	margin-left: 20px;
	background: rgb(254,23,67) url("/extras/dashboard/img/white_pixel.png") repeat-y 9px 0;
}
#dashboard-assessment-pathline-mobile > div {
	position: relative;
	width: 100%;
	height: 20px;
	margin-top: 120px;
}
#dashboard-assessment-pathline-mobile > div:first-child {
	margin-top: 80px;
}
#dashboard-assessment-pathline-mobile > div:last-child {
	margin-bottom: -1px;
}

/*#dashboard-assessment-pathline-mobile > div:first-child {
	margin-top: 30px;
}
#dashboard-pathline img {
	opacity: 0.8;
}*/
.dashboard_resdesc {
	height: inherit;
	width: 125px;
}
#dashboard-assessment-pathline-mobile .dashboard_resdesc,
#dashboard-learning-pathline-mobile .dashboard_resdesc {
	height: inherit;
	min-width: 125px;
	width: calc(100% - 100px);
}
.dashboard_resdesc.panel {
	border-top-left-radius: 0px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: rgb(255,255,255);	/* WHITE */
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin: 0;
}
.dashboard_resdesc.panel .panel-heading {
	position: relative;
	height: 18px;
	width: 100%;
	background-color: rgb(230,230,230);	/* BLACK 10% */
	border-radius: 0;
}
.dashboard_resdesc.panel .panel-title {
	position: relative;
	line-height: 18px;
	font-size: 12px;
	font-family: BestrFont-Book;
	color: rgb(77,77,77);	/* BLACK 70% */
	text-align: center;
	vertical-align: middle;
}
.dashboard_resdesc.panel .panel-body {
	position: relative;
	height: 75px;
	width: 100%;
	background-color: rgb(255,255,255);	/* WHITE */
	bottom: 0px;
	line-height: 16px;
	font-size: 14px;
	font-family: BestrFont-Book;
	color: rgb(51,51,51);	/* BLACK 80% */
	text-align: center;
	border: 0;
	padding: 0;
	display: table;
}
.dashboard_resdesc.panel .panel-body p {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.dashboard_resdesc.panel .panel-footer {
	position: relative;
	height: 32px;
	width: 100%;
	background-color: rgb(255,255,255);	/* WHITE */
	line-height: 32px;
	font-size: 16px;
	font-family: BestrFont;
	color: rgb(254,23,67);	/* RED */
	text-align: center;
	vertical-align: middle;
	border: 0;
	padding: 0;
	border-radius: 0;
}
.dashboard-arrowdesc-right {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-left-color: rgb(255,255,255);	/* WHITE */
	pointer-events: none;
	border-width: 7px;
	margin-top: -7px;
	right: -14px;
}
.dashboard-arrowdesc-left {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: 50%;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-right-color: rgb(255,255,255);	/* WHITE */
	pointer-events: none;
	border-width: 7px;
	margin-top: -7px;
	left: -14px;
}

#dashboard-badgepath-selector {
	min-width: 350px;
	margin-bottom: 12px;
}
#dashboard-badgepath-selector-mobile {
	width: 100%;
	margin-bottom: 12px;
}
#dashboard-badgepath-selector button {
	min-width: inherit;
	height: 46px;
	background-color: rgb(232,25,64);
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	padding: 0;
	text-align: left;
	position: relative;
}
#dashboard-badgepath-selector-mobile button {
	width: inherit;
	height: 46px;
	background-color: rgb(232,25,64);
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	padding: 0;
	text-align: left;
	position: relative;
}
#dashboard-badgepath-selector.open button,
#dashboard-badgepath-selector-mobile.open button {
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
#dashboard-badgepath-selector button > div,
#dashboard-badgepath-selector-mobile button > div {
	line-height: 46px;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 52px;
	white-space: nowrap;
}
#dashboard-badgepath-selector button > div:first-child,
#dashboard-badgepath-selector-mobile button > div:first-child {
	padding: 0 16px 0 0;
	position: absolute;
	left: 8px;
	top: 0;
}
#dashboard-badgepath-selector button > div:last-child,
#dashboard-badgepath-selector-mobile button > div:last-child {
	padding: 0 0 0 16px;
	position: absolute;
	right: 16px;
	left: auto;
	top: 0;
}
#dashboard-badgepath-selector .dashboard-caret,
#dashboard-badgepath-selector-mobile .dashboard-caret {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#dashboard-badgepath-selector.open .dashboard-caret,
#dashboard-badgepath-selector-mobile.open .dashboard-caret {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
	transform: rotate(180deg);
}
#dashboard-badgepath-selector .dropdown-menu {
	min-width: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	margin: 8px 0 0;
	padding: 0;
	background-color: rgb(232,25,64);
}
#dashboard-badgepath-selector-mobile .dropdown-menu {
	width: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	margin: 8px 0 0;
	padding: 0;
	background-color: rgb(232,25,64);
}
#dashboard-badgepath-selector-mobile .dropdown-menu li > a,
#dashboard-badgepath-selector-mobile .dropdown-menu li > a:link,
#dashboard-badgepath-selector-mobile .dropdown-menu li > a:visited,
#dashboard-badgepath-selector .dropdown-menu li > a,
#dashboard-badgepath-selector .dropdown-menu li > a:link,
#dashboard-badgepath-selector .dropdown-menu li > a:visited {
	padding: 0 0 0 52px;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	vertical-align: middle;
	color: rgb(255,255,255);	/* WHITE */
}
#dashboard-badgepath-selector-mobile .dropdown-menu li > a:hover,
#dashboard-badgepath-selector-mobile .dropdown-menu li > a:active,
#dashboard-badgepath-selector .dropdown-menu li > a:hover,
#dashboard-badgepath-selector .dropdown-menu li > a:active {
	color: rgb(233,233,233);	/* WHITE */
	background-color: rgb(212,26,61);
}

/* Limitazione per titoli lunghi */
.dashboard-badgepath-selector-item {
  overflow: hidden;
  width: 90%;
}

/**********************/
/******** BLOG ********/

#dashboard-blog-wrapper {
	position: relative;
	background-color: rgb(129,151,161);  /* GRAY 80% */
}

#dashboard-blog-wrapper-mobile {
	position: relative;
	background-color: rgb(129,151,161);  /* GRAY 80% */
	height: 230px;
}
#dashboard-blog-wrapper > .carousel,
#dashboard-blog-wrapper-mobile > .carousel {
	height: inherit;
}
#dashboard-blog-wrapper > .carousel > .carousel-inner,
#dashboard-blog-wrapper-mobile > .carousel > .carousel-inner {
	height: inherit;
}
#dashboard-blog-wrapper > .carousel > .carousel-inner > .item,
#dashboard-blog-wrapper-mobile > .carousel > .carousel-inner > .item {
	height: inherit;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#dashboard-blog-wrapper > .carousel .carousel-caption {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 56px 30px 30px 56px;
	text-align: left;
	max-width: 400px;
}
#dashboard-blog-wrapper-mobile > .carousel .carousel-caption {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 30px;
	text-align: left;
	max-width: 400px;
	overflow: hidden;
}
#dashboard-blog-wrapper > .carousel .carousel-caption h2 {
	line-height: 32px;
	font-size: 30px;
	font-family: BestrFont-Italic;
	color: rgb(255,255,255);	/* WHITE */
}
#dashboard-blog-wrapper-mobile > .carousel .carousel-caption h2 {
	line-height: 28px;
	font-size: 26px;
	font-family: BestrFont-Italic;
	color: rgb(255,255,255);	/* WHITE */
}
#dashboard-blog-wrapper > .carousel .carousel-caption .link_standard,
#dashboard-blog-wrapper-mobile > .carousel .carousel-caption .link_standard  {
	font-size: 16px;
}
#dashboard-blog-wrapper > .carousel .carousel-indicators li,
#dashboard-blog-wrapper-mobile > .carousel .carousel-indicators li {
	background-color: rgb(207,166,102);	/* GOLD */
	margin: 1px 4px ;
	border: 1px solid transparent;
}
#dashboard-blog-wrapper > .carousel .carousel-indicators li.active,
#dashboard-blog-wrapper-mobile > .carousel .carousel-indicators li.active {
	background-color: rgb(207,166,102);	/* GOLD */
	margin: 0px 4px;
	border: 1px solid rgb(255,255,255);	/* WHITE */
}
#dashboard-blog-wrapper > .carousel .carousel-control,
#dashboard-blog-wrapper-mobile > .carousel .carousel-control {
	display: none;
}


/*************************/
/******** MESSAGE ********/

#dashboard-message-wrapper {
	background-color: rgb(129,151,161);  /* GRAY 80% */
	color: rgb(255,255,255);	/* WHITE */
	padding-top: 56px;
}
#dashboard-message-wrapper-mobile {
	background-color: rgb(129,151,161);  /* GRAY 80% */
	color: rgb(255,255,255);	/* WHITE */
	padding-top: 40px;
	padding-bottom: 40px;
}

/***************************/
/******** MY BADGES ********/

#dashboard-badges-wrapper {
	background-color: rgb(248,244,238);  /* LIGHT CREAM */
	padding-top: 40px;
}
#dashboard-badges-wrapper > p:first-child {
	padding-bottom: 40px;
}
.dashboard-badges {
	position: relative;
	width: 100%;
	height: 95px;
	background-color: rgb(248,244,238);  /* LIGHT CREAM */
	border-bottom: 1px solid rgba(128,128,128,0.2);	/* BLACK 50% */
}
.dashboard-badges:last-child {
	border-bottom: 0;
	margin-bottom: 30px;
}
.dashboard-badges-sidecover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: rgb(248,244,238);  /* LIGHT CREAM */
	z-index: 10;
}
.dashboard-badges-sidecover > a {
	position: relative;
	top: 31px;
	cursor: pointer;
}
.dashboard-badges-sidecover > span {
	position: relative;
	color: rgb(254,23,67);	/* RED */
	font-size: 20px;
	top: 18px;
	margin-left: 5px;
	margin-right: 10px;
	font-family: BestrFont-Medium;
}
.dashboard-badges-forwardcover {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: rgb(248,244,238);  /* LIGHT CREAM */
	padding-left: 30px;
	z-index: 10;
}
.dashboard-badges-forwardcover svg {
	position: relative;
	top: 31px;
}
.dashboard-badges-forwardcover polygon {
	fill: rgb(179,179,179);	/* BLACK 30% */
}
.dashboard-badges-forwardcover.icondisabled polygon {
	fill: rgb(230,230,230);	/* BLACK 10% */
}
.dashboard-badges-list {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	height: 95px;
	width: auto;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 50px 0 70px
}
.dashboard-badges-item {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	width: 200px;
	top: 34px;
    vertical-align: middle;
	white-space: normal;
	line-height: 12px;
	font-size: 13px;
	font-family: BestrFont-Book;
}
.dashboard-badges-item > a {
	cursor: pointer;
	color: rgb(128,128,128);	/* BLACK 50% */
}
