
/* ==========================================================================
   profile widgets
   ========================================================================== */

.widget .levelData{
display: none;
}
.prsonalBonusWedget .widgetBody {
	position: relative;
	/*border:  1px solid red;*/
	height:  150px;
}

.prsonalBonusWedget .widgetBody .levelMarker{
	position: absolute;
	background: #82B051;
	width: 20px;
	height: 20px;
	top:  79px;
	border-radius: 10px;
}
.prsonalBonusWedget .widgetBody .levelMarkerValue{
	position: absolute;
	width: 20px;
	height: 20px;
	top:  59px;

	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
}


.prsonalBonusWedget .widgetBody .levelLabel{
	position: absolute;
	top:  120px;
	width: 50px;
	text-align: right;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	text-align: center;


}
.prsonalBonusWedget .widgetBody .levelLabel.shadow{
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.prsonalBonusWedget .widgetBody .baseline{
	background-color: #F3F3F3;
	width: 100%;
	height: 18px;
/*	border: 1px solid green;*/
	position: absolute;
	top: 80px;
	border-radius: 8px;
	overflow: hidden;
}

.prsonalBonusWedget .widgetBody .baseline .levelElement{
	position: absolute;
	height:  18px;
	top:  0px;	
}

.groupBonusWedget .widgetBody {
	position: relative;
	/*border:  1px solid red;*/
	height:  150px;
}

.groupBonusWedget .widgetBody .levelMarker{
	position: absolute;
	background: #82B051;
	width: 20px;
	height: 20px;
	top:  79px;
	border-radius: 10px;
}

.groupBonusWedget .widgetBody .levelMarkerValue{
	position: absolute;
	width: 20px;
	height: 20px;
	top:  59px;

	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color:  #82B051;
}

.groupBonusWedget .widgetBody .levelLabel{
	position: absolute;
	top:  140px;
	width: 50px;
	text-align: center;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	border-right: 2px solid #D9D9D9;
}

.groupBonusWedget .widgetBody .levelLabel:last-child{
	border-right: 0;
}
.groupBonusWedget .widgetBody .baseline{
	background-color: #F3F3F3;
	width: 100%;
	height: 18px;
/*	border: 1px solid green;*/
	position: absolute;
	top: 80px;
	border-radius: 8px;
	overflow: hidden;
}

.groupBonusWedget .widgetBody .baseline .levelElement{
	position: absolute;
	height:  18px;
	top:  0px;	
}
.groupBonusWedget .widgetBody .levelLabelMedal{
	position: absolute;
	height:  20px;
	width: 40px;
	top:  110px;

padding-top: 4px;

	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 13px;

}

.groupBonusWedget .widgetBody .levelLabelMedal .medal{
	position: absolute;
	/*border: 1px solid red;*/
	background-image: url(/img/level-medal.png);
	background-size: contain;
	width:  20px;
	height:  20px;
	top:  0px;	
	right:  0px;
}


.calendarChangeWedget .widgetBody {
	position: relative;
	/*border:  1px solid red;*/
	height:  30px;
}

.calendarChangeWedget .widgetBody .goNext, .calendarChangeWedget .widgetBody .goPrev{
	font-size: 27px;
	color:  #82B051;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.calendarChangeWedget .widgetBody .goNext:hover, .calendarChangeWedget .widgetBody .goPrev: hover{
	color:  #517728;;
}

.calendarChangeWedget .widgetBody .goPrev{
	left: 20px;
}
.calendarChangeWedget .widgetBody .goNext{
	right: 20px;
}

.calendarChangeWedget .widgetBody .periodLabel{

font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #333333;
text-align: center;
padding-top: 10px;

}

.calendarTimeLeftWidget .widgetBody {
	position: relative;
	/*border:  1px solid red;*/
	height:  30px;
}

.calendarTimeLeftWidget .widgetBody .timeLeftHeader{
	position: relative;		
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}
.calendarTimeLeftWidget .widgetBody .timeLeftHeader.Spent{
	padding-top:  10px;
}

.calendarTimeLeftWidget .widgetBody .timeLeft{
	position: relative;
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #82B051;
	text-align: center;
}

