.my_job_list_item{
	background-color: #f1f3f4;
	padding: 20px;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.wdJobVip, .wdCvVip{
	position: absolute;
	left: -20px;
	top: 3px;
	font-size: 13px !important;
	background-color: #ff8a10;
	color: #ffffff !important;
	padding: 5px 26px;
	line-height: 1;
	z-index: 5;
	-webkit-transform: rotate(-40deg);
	-moz-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	-o-transform: rotate(-40deg);
	transform: rotate(-40deg);
	width: auto !important;
}
.wdJobFix{
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff !important;
	background-color: #4aabff;
	width: 30px;
	height: 33px;
	border-radius: 0 0 0 80px;
	text-align: center;
	padding: 2px 0 0 9px;
}
.my_job_list_item figure{
	display: flex;
	margin: 0;
	align-items: center;
	flex-flow: row wrap;
	position: relative;
	width: 100%;
}
.my_job_list_item figure > a{
	display: inline-flex;
	width: 70px;
	min-width: 70px;
	box-shadow: 0 0 3px 3px rgb(0 0 0 / .04);
	border-radius: 8px;
	padding: 3px;
}
.my_job_list_item figure > a img, .my_job_list_item figure > a .icms-profile-avatar__default{
	border-radius: 8px;
}
.my_job_list_item figure > a~figcaption {
    display: inline-block;
    padding-left: 20px;
    line-height: 1;
    vertical-align: middle;
    width: calc(100% - 70px);
    margin-right: -4px
}
.my_job_list_item figcaption h4{
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.my_job_list_item figcaption h4 a{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}
.my_job_list_item figcaption small{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-bottom: 5px;
}
.my_job_list_item figcaption span {
    font-size: 0.9rem;
    color: #0caa41;
    font-weight: 500;
}

.widget__content_cvslider{}
.content_cvslider_item{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
	padding-left: 8px;
    padding-right: 8px;
}
.wdCvBox{
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #dee0e1;
	border-bottom: none;
	background-color: #fff;
	padding: 14px 20px 19px 20px;
	border-radius: 4px 4px 0 0;
	position: relative;
	overflow: hidden;
	min-height: 270px;
	min-width: 285px;
}
.wdCvFix{
	position: absolute;
    right: 0;
    top: 0;
}
.wdCvFix.promotepof-badge:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-top: 40px solid #ffb607;
    border-left: 40px solid #fff0;
}
.wdCvBox > a img{
	display: inline-block;
    width: 103px;
    border-radius: 100%;
    border: 6px solid #f0f0f0;
    margin: 8px 0 23px 0;
}
.content_cvslider_item h4{
	color: #333;
    letter-spacing: 1.1px;
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.content_cvslider_item h4 a{}
.content_cvslider_item span{
	font-size: 16px;
    color: #0caa41;
    width: 100%;
}
.content_cvslider_item .cvListFio {
	display: block;
    font-size: 16px;
    color: #666;
    line-height: 1.1;
    margin-bottom: 3px;
}
.icms-widget__content_cvslider .slick-arrow {
  position: absolute;
  top: -57px;
  z-index: 9;
  cursor: pointer;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  color: #C1C4C6;
}
.icms-widget__content_cvslider .slick-arrow:hover{color: #777777;border-color:#777}
.icms-widget__content_cvslider .slick-arrow.osPrev {
  right: 40px;
}
.icms-widget__content_cvslider .slick-arrow.osNext {
  right: 0;
}
.wdCvBtn{
	float: left;
	width: 40%;
	background-color: #007ab9;
	color: #fff;
	font-size: 13px;
	text-align: center;
	padding: 17px 6px 18px;
	line-height: 1;
	text-decoration:none
}
.wdCvBtn:hover{color:#fff}




