.profcard{
	
	background-color: white;
	width: 100%;
	margin-top:45px;
	position: relative;
	height: 175px;
}

.stage-prof-card {
	width: 100%;

}

.onscreen-prof {
	position: fixed;
	top:0;
	right: 0;
	width: 100%; 
	border-bottom-left-radius: 7px;
	border-bottom: 1.5px solid #4D4447;
	border-left: 1.5px solid #4D4447;
	background-color: white;
	opacity: .5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
	padding-left: 10px;
	align-content: center;
	z-index: 2;

}

.onscreen-prof-fixed {


}

.onscreen-name {

}

.onscreen-prof-img {
	text-align: center;

}



.stage-prof-container {
	position: relative;
}

.userprofimg, .stage-img {
	position: absolute;
	padding:10px;
	
}

.userprofimg {
	right: 10px;
	top:0px;
}

.stage-img {
	left:10px;
	top:0px;
}

.userprofile
{
	width: 100%;
	margin:0 auto;
}

.proftitle p,
.stagetitle p {
	font-size: 28px;
	line-height: 18px;
	font-family: 'pBold';
	background-color: #4D4447;
	color: white;
	text-transform: uppercase;
	padding: 10px;
	width: 100%;
	
		
}

.reward-icon-img-label,
.single-icon-cont,
 {
	padding-left: 10px;
	padding-right: 10px;
}


.stagetitle p{
	text-align: right;
	padding-right: 35px;
}
.proftitle p {
	text-align: left;
	padding-left: 35px;
}

.comp-label {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: 'pRegular';
	color:#4D4447;

}

.comp-fill {
	background-color: white;
	width: 0%;
	height: 100%;
	padding:3px;
	padding-right: 10px;
	font-family: 'pBoldI';
	color:#4D4447;

}
.precentage {
	transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
}

.user-stage-data {
	position: absolute;
	left: 0px;
	top: 40px;
	padding-left: 35px;
	padding-right: 10px;
}

.prof-stage-data {
	position: absolute;
	right: 0px;
	top: 40px;
	padding-left: 10px;
	padding-right: 35px;
}




#edit-prof {
	margin-top: 0;
}

.ucontainer {
	padding-right: 25px;
	padding-left: 25px;
}

.logout {
	background-color: #C56A6E;
}



.proftitle {
	cursor:pointer;

}

.stage-completion+.comp-label {
	margin-top: 0px;

}

.stage-completion,
.reward-icon-count {
	width: 100%;
	border:1.5px solid #4D4447;
	text-align: left;
	margin-right: 45px;
	-webkit-transform: perspective(100px) rotateX(-25deg);
    -webkit-transform-origin: left top;
    -moz-transform: perspective(100px) rotateX(-25deg);
    -moz-transform-origin: left top;
	
}

.single-icon-cont {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:0px;
}


#show_Icons {
	display: inline-block;
}

.show-icons {

}


.reward-icons {
	padding-right: 35px;
	padding-left: 35px;
	width: 100%;
	position: absolute;
	top:185px;
	left:0;
}

.reward-icon-img-label {
	text-align: center;
}

.reward-icon-img {
	flex: 1 1 auto;
}

.reward-icon-img-cont {
	max-height: 75px;
	
}

/*Triangles*/

.inline-block {
	 display: inline-block;
}

.triangle-up, .triangle-down, .triangle-right, .triangle-left {
      width: 5px;
      height: 5px;
      opacity: .5;
      cursor: pointer;
      
    }

.triangle-down {
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 7px solid #4D4447;  
    display: inline-block;
}

.triangle-up {
	border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-bottom: 7px solid #4D4447;
    display: none;
}

.triangle-left {
   	border-top: 3.5px solid transparent;
    border-right: 7px solid #4D4447;
   	border-bottom: 3.5px solid transparent;
}

.triangle-right {
  	border-top: 3.5px solid transparent;
    border-left: 7px solid #4D4447;
    border-bottom: 3.5px solid transparent;
}

/*trophy stars*/

.trophy-star {
	position: relative;
	height: 0;
	width: 0;
	display: block;
	border-right:  5px solid transparent;
 	border-bottom: 10px  solid deepskyblue;
 	border-left:   5px solid transparent;
	
	
}

.trophy-star:before{
	display: block;
	height: 0;
	width: 0;
	left: 0px;
	content: '';
	position: absolute;
	border-right:  5px solid transparent;
 	border-bottom: 8px  solid red;
 	border-left:   5px solid transparent;

 	transform: rotate(-35deg);

}

.trophy-star:after {
	display: block;
	height: 0;
	width: 0; 
	position: absolute;
	border-right:  5px solid transparent;
 	border-bottom: 8px  solid hotpink;
 	border-left:   5px solid transparent;

 	transform: rotate(-70deg);
	
		
}

.trophy-star, .obtained {

}