#marketplace-page {
	background-color: rgb(252,250,247);
}

/*.marketplace-assessments-wrapper,
.marketplace-learnings-wrapper {
	background-color: rgb(255,255,255);
}*/

@media (min-width: 768px) {		/* Tablet e desktop */
/*	.marketplace-height-row {
		height: 420px;
	}*/
	.marketplace-content-wrapper {
		padding: 0 40px;
	}
	.marketplace-pathline-wrapper {
		display: visible !important;
	}
	.marketplace-pathline-wrapper-mobile {
		display: none !important;
	}
/*.marketplace-assessment-pathline > div {
	position: relative;
	margin-left: 1px;
	display: inline-block;
}
.marketplace-assessment-pathline > div:first-child {
	position: relative;
	margin-left: 0;
}*/
}
@media (max-width: 767px) and (orientation: landscape) { 	/* Smarthphone - landscape */
/*	.marketplace-height-row {
		height: 420px;
	}*/
	.marketplace-content-wrapper {
		padding: 0 20px;
	}
	.marketplace-pathline-wrapper {
		display: visible !important;
	}
	.marketplace-pathline-wrapper-mobile {
		display: none !important;
	}
}
@media (max-width: 767px) and (orientation: portrait) {		/* Smarthphone - portrait */
/*	.marketplace-progress-wrapper {
		padding-bottom: 40px;
	}*/
	.marketplace-content-wrapper {
		padding: 0 20px;
	}
	.marketplace-pathline-wrapper {
		display: none !important;
	}
	.marketplace-pathline-wrapper-mobile {
		display: visible !important;
	}
	.marketplace_resdesc_wrapper {
		height: 125px;
		width: 100%;
		position: absolute;
		left: 45px;
		top: -50px;
	}
}

.marketplace-pathline-wrapper {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 120px;
}
.marketplace-pathline {
	display: table;
	width: 100%;
}
.marketplace-learnings-wrapper,
.marketplace-assessments-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.marketplace-learning-pathline,
.marketplace-assessment-pathline {
	display: table-cell;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom: 1px solid rgb(179,179,179);	/* 20% BLACK */
}
.marketplace-badgeimg-pathline {
	display: table-cell;
	width: 127px;
}
.marketplace-assessment-pathline > div,
.marketplace-learning-pathline > div {
	position: relative;
	display: inline-block;
}
.marketplace-learning-pathline > div {
	margin-left: 150px;
}
.marketplace-learning-pathline > div:first-child {
	margin-left: 20px;
}
.marketplace-assessment-pathline > div {
	margin-left: 50px
}
.marketplace-assessment-pathline > div:last-child {
	margin-right: 20px;
}
.marketplace-assessment-pathline > div .marketplace_resdesc_wrapper,
.marketplace-learning-pathline > div .marketplace_resdesc_wrapper {
	height: 0px;
	position: relative;
	right: 35px;
	top: -20px;
}
.marketplace-learning-pathline > div:first-child .marketplace_resdesc_wrapper {
	height: 0px;
	right: -50px;
	top: -20px;
}
.immagine {
	padding-top: 30px;
}
.marketplace-assessment-pathline > div .marketplace-arrowdesc,
.marketplace-learning-pathline > div .marketplace-arrowdesc {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: calc(50% + 13px);
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-left-color: rgb(204,204,204);	/* 20% BLACK */
	pointer-events: none;
	border-width: 7px;
	margin-top: 40px;
	right: -14px;
	float: right;
}
.marketplace-learning-pathline > div:first-child .marketplace-arrowdesc {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	top: calc(50% + 13px);
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-right-color: rgb(204,204,204);	/* 20% BLACK */
	pointer-events: none;
	border-width: 7px;
	margin-top: 40px;
	left: -14px;
}
.marketplace-badgeimg-pathline > img {
	position: absolute;
	height: 127px;
    width: 127px;
    top: -16px;
}
.marketplace_resdesc.panel {
	border: 1px solid rgb(204,204,204);	/* 20% BLACK */
	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;
}
.marketplace_resdesc.panel .panel-heading {
	position: relative;
	height: 18px;
	width: 100%;
	background-color: rgb(204,204,204);	/* 20% BLACK */
	border-radius: 0;
}
.marketplace_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;
	letter-spacing: 1px;
}
.marketplace_resdesc.panel .panel-body {
	position: relative;
	height: 94px;
	width: 120px;
	background-color: rgb(255,255,255);	/* WHITE */
	bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-Bold;
	margin: 0px;
	color: rgb(51,51,51);	/* BLACK 80% */
	text-align: center;
	border: 0;
	padding: 0;
	display: table;
}
.marketplace-learning-pathline-mobile > div .marketplace_resdesc.panel .panel-body,
.marketplace-assessment-pathline-mobile > div .marketplace_resdesc.panel .panel-body {
	width: 100%;
	padding: 10px;
}
.marketplace_resdesc.panel .panel-body p {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.marketplace-learning-pathline-mobile > div .marketplace-arrowdesc,
.marketplace-assessment-pathline-mobile > div .marketplace-arrowdesc {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);	/* TRANSPARENT */
	border-right-color: rgb(204,204,204);	/* 20% BLACK */
	pointer-events: none;
	border-width: 7px;
	margin-top: 40px;
	left: 26px;
}
.marketplace-pathline-wrapper-mobile {
	padding-left: 40px;
    padding-right: 40px;
}
.marketplace-learning-pathline-mobile,
.marketplace-assessment-pathline-mobile {
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0) url("/extras/marketplace/img/gray_pixel.png") repeat-y 20px 0;
/*	width: 10px;
	border-right: 1px solid rgb(255,255,255);*/	/* WHITE */
}
.marketplace-learning-pathline-mobile:first-child {
	margin-top: 56px;
}
.marketplace-badgeimg-pathline-mobile {
	position: relative;
	width: 127px;
	margin-bottom: 14px;
}
.marketplace-badgeimg-pathline-mobile > img {
    height: 81px;
    width: 81px;
    top: -40px;
    left: -20px;
    position: relative;
}
.marketplace-learning-pathline-mobile > div,
.marketplace-assessment-pathline-mobile > div {
	position: relative;
	width: 100%;
	height: 20px;
	padding-left: 10px;
}
.marketplace-learning-pathline-mobile > div {
	margin-top: 0px;
	margin-bottom: 120px;
	top: 0;
	left: 0;
}
.marketplace-learning-pathline-mobile > div:first-child {
	margin-top: -3px;
}
.marketplace-learning-pathline-mobile > div:last-child {
	margin-bottom: 60px;
}
.marketplace-assessment-pathline-mobile > div {
	margin-top: 120px;
}
.marketplace-assessment-pathline-mobile > div:first-child {
	margin-top: 80px;
}
.marketplace-assessment-pathline-mobile > div:last-child {
	margin-bottom: 110px;
}
.marketplace-assessment-pathline-mobile .marketplace_resdesc,
.marketplace-learning-pathline-mobile .marketplace_resdesc {
	height: inherit;
	min-width: 125px;
	width: calc(100% - 60px);
    float: right;
    margin-right: 20px;
}

.marketplace-header-box {
	height: 40px;
	background-color: rgb(230,230,230);	/* 10% BLACK */
	position: relative;
	padding-left: 50px;
}
.marketplace-header-box > div {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: rgb(204,204,204);	/* 20% BLACK */
	position: absolute;
	top: 0px;
	left: 0px;
}
.marketplace-header-box > div > img {
	vertical-align: middle;
	position: relative;
}
.marketplace-header-box > h5 {
	font-family: BestrFont-Medium;
	color: rgb(254,23,67); /* RED */
	line-height: 40px;
	vertical-align: middle;
	position: relative;
}
.marketplace-resource-box {
	/*margin-bottom: 4px;*/
	/*-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);*/
	/*box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);*/
}
@media (max-width: 767px) {
	.marketplace-resource-box {
		-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.6);
	    -ms-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.6);
	    -o-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.6);
		box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.6);
	}
}
/*.marketplace-resource-box > div {
	overflow: hidden;
	height: 100px;
}*/
.marketplace-resource-desc-wrapper {
	height: 150px;									/* altezza da modificare in caso di testi lunghi in marketplace-resource-desc specificando relativo id marketplace-resource-box*/
	background-color: rgb(255,255,255);	/* WHITE */
	overflow: hidden;
	margin-bottom: 4px;
	-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
}
.marketplace-resource-title {
	width: 170px;
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.marketplace-resource-title > div {
	display: block;
	width: 100%;
	margin-top: 10px;
	background-color: rgb(204,204,204);	/* 20% BLACK */
	font-family: BestrFont-Book;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: rgb(77,77,77);	/* 70% BLACK */
	letter-spacing: 1px;
}
.marketplace-resource-title > h6 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-Bold;
	margin: 0px;
	padding: 10px;
}
.marketplace-resource-desc {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	font-family: BestrFont-Light;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px;
}
/*.marketplace-resource-desc > p {
	font-family: BestrFont-Light;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0px;
}*/
.marketplace-resource-status-add,
.marketplace-resource-status-accomplished,
.marketplace-resource-status-progress {			/* altezza da modificare in caso di testi lunghi in marketplace-resource-desc specificando relativo id marketplace-resource-box*/
	height: 150px;
	overflow: hidden;
	margin-bottom: 4px;
	-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
	.marketplace-resource-status-add,
	.marketplace-resource-status-accomplished,
	.marketplace-resource-status-progress {
		height: 100px;
		overflow: hidden;
		margin-bottom: 4px;
		-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
		-ms-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
		-o-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
		box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	}
}
.marketplace-resource-status-add {
	background-color: rgb(254,23,67); 	/* RED */
}
.marketplace-resource-status-add span:nth-child(1) {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont;
}
.marketplace-resource-status-add span:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-ThinItalic;
}
.marketplace-resource-status-accomplished {
	background-color: rgb(207,166,102); /* GOLD */
}
.marketplace-resource-status-accomplished span:nth-child(1),
.marketplace-resource-status-accomplished span:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-Medium;
}
.marketplace-resource-status-accomplished span:nth-child(2) {
	color: rgb(187,123,75); 	/* DARK GOLD */
}
.marketplace-resource-status-progress {
	background-color: rgb(129,151,161); /* 80% GREY */
}
.marketplace-resource-status-progress span:nth-child(1),
.marketplace-resource-status-progress span:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-Medium;
}
.marketplace-resource-status-progress span:nth-child(2) {
	color: rgb(95,120,129); 	/* DARK GRAY */
}
.marketplace-resource-status-accomplished span img,
.marketplace-resource-status-progress span img {
	vertical-align: text-bottom;
	margin-right: 5px;
}
.marketplace-resource-status-accomplished span:nth-child(3),
.marketplace-resource-status-progress span:nth-child(3) {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: BestrFont-Light;
	margin-top: 8px;
}
.marketplace-resource-status-add a {
	color: rgb(255,255,255);	/* WHITE */
	text-decoration: none;
}
.marketplace-resource-status-accomplished span:nth-child(3) a,
.marketplace-resource-status-progress span:nth-child(3) a {
	color: rgb(255,255,255);	/* WHITE */
	text-decoration: underline;
}

.marketplace-resource-status {
    position: relative;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
	.marketplace-resource-status {
	    padding-top: 10px;
	}
}
.marketplace-resource-status > span {
	display: block;
	color: rgb(255,255,255);	/* WHITE */
}

#marketplace-wizard-resource-card {
	position: relative;
	width: 100%;
	background-color: rgb(255,255,255); /* WHITE */
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
#marketplace-wizard-resource-card > div:first-child {
	position: relative;
	width: 100%;
	background-color: rgb(230,230,230);	/* 10% BLACK */
	top: 0px;
	font-family: BestrFont;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
    color: rgb(77,77,77);
    letter-spacing: 1px;
}
#marketplace-wizard-resource-card > div:last-child {
	position: relative;
	width: 100%;
	background-color: rgb(230,230,230);			/* 10% BLACK */
	bottom: 0px;
	font-family: BestrFont-Book;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    color: rgb(77,77,77);
    letter-spacing: 1px;
}
#marketplace-wizard-resource-card > img {
	margin: 36px auto;
	display: block;
}
#marketplace-wizard-resource-card > h4 {
	font-family: BestrFont-Bold;
	margin: 0 12% 48px;
}
#marketplace-wizard-resource-card > h6 {
	font-family: BestrFont-Bold;
	line-height: 24px;
	margin: 0 12% 36px;
}
#marketplace-wizard-resource-descr,
#marketplace-wizard-resource-details {
	position: relative;
	width: 100%;
	font-family: BestrFont-Light;
	letter-spacing: 1px;
	color: rgb(77,77,77);						/* BLACK 70% */
	padding: 0 0 20px;
	overflow: hidden;
	margin-bottom: 12px;
}
#marketplace-wizard-resource-descr {
	border-bottom: 1px solid rgb(179,179,179);	/* 20% BLACK */
}
@media (max-width: 767px) {
	#marketplace-wizard-resource-details {
	    border-bottom: 1px solid rgb(179,179,179);	/* 20% BLACK */
	}
}
#marketplace-wizard-resource-descr .marketplace-resource-descr-title,
#marketplace-wizard-resource-details .marketplace-resource-descr-title {
	position: relative;
	width: 100%;
	top: 0px;
    font-size: 13px;
    line-height: 22px;
    vertical-align: middle;
    color: rgb(179,179,179);					/* 20% BLACK */
    margin-bottom: 12px;
}
/*#marketplace-wizard-resource-descr .marketplace-wizard-expand-handler,
#marketplace-wizard-resource-details .marketplace-wizard-expand-handler {
	position: absolute;
	right: 0;
	font-family: BestrFont-Book;
    font-size: 18px;
    line-height: 18px;
    color: rgb(51,51,51);						BLACK 80%
    cursor: pointer;
}*/
#marketplace-wizard-resource-descr .marketplace-resource-descr-text {
	position: relative;
	width: 100%;
	top: 0px;
	font-family: BestrFont-Light;
    font-size: 13px;
    line-height: 18px;
	text-align: justify;
}
/*@media (min-width: 767px) {
	#marketplace-wizard-resource-descr .marketplace-resource-descr-text {
	    overflow: auto;
    	max-height: 90px;
	}
}
#marketplace-wizard-resource-descr .marketplace-resource-descr-text::-webkit-scrollbar {
    width: 6px;
}
#marketplace-wizard-resource-descr .marketplace-resource-descr-text::-webkit-scrollbar-button {
    background: #eee
}
#marketplace-wizard-resource-descr .marketplace-resource-descr-text::-webkit-scrollbar-track-piece {
    background: #ccc
}
#marketplace-wizard-resource-descr .marketplace-resource-descr-text::-webkit-scrollbar-thumb {
    background: #888
}*/
#marketplace-wizard-resource-details > ul {
	padding: 0;
	margin: 0;
}
#marketplace-wizard-resource-details > ul > li {
	list-style-type: none;
	text-align: left;
	font-size: 13px;
    line-height: 18px;
}
#marketplace-wizard-resource-details > ul > li > span {
	font-family: BestrFont;
	color: rgb(51,51,51);						/* BLACK 80% */
	font-size: 13px;
    line-height: 18px;
}
#marketplace-wizard-resource-details > img {
	margin-top: 12px;
	margin-right: 12px;
	float: left;
}
#marketplace-wizard-resource-details > ul > li > a {
	cursor: pointer;
}
/*#marketplace-wizard-wrapper > div:last-child > button {
	float: right;
	margin-top: 10px;
}*/
#marketplace-wizard-buttons {
	text-align: right;
}
