

/* замена фразы над названием */
.user-state-not_accomplish .user-state-label-ex{
 font-size:0px;
}

.user-state-not_accomplish .user-state-label-ex:before {
  font-size:15px;
  content:"Ваше домашнее задание требуется доработать";
  color:#e3c11a!important;
}



/* иконку слева и текст в правом углу */

.lesson-list li.user-state-not_accomplish {
   position: relative;
}

.lesson-list li.user-state-not_accomplish::before {
  content: "\f021 \00a0 Задание на доработку";
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "FontAwesome", "proxima-nova", sans-serif;
  color: #e3c11a!important;
  z-index: 1;
}

.user-state-not_accomplish  .user-state-new-icon.fa.fa-angle-right:before {
    font-family: FontAwesome; 
  content: ""!important;
}

.user-state-not_accomplish .user-state-new-icon.fa.fa-angle-right:after {
    font-family: FontAwesome; 
  content: "\f021"!important;
  font-size: 20px;
}

.lesson-list li.user-state-not_accomplish .user-state-bg {
	background: #e3c11a!important;
}


