

/*Внутрянка урока*/

.fiveday_visual_lessonl .files-table tbody {   
    display: flex!important;
    justify-content: left; 
}

.fiveday_visual_lessonl {
    background: #e8e4df;
}

.fiveday_visual_lessonl p {
	font-family: Nunito;
}

.fiveday_visual_lessonl .lesson-header-block {
    border: 2px solid #915700!important;
    border-radius: 30px !important;
    background: #f5ebe0!important;
    color: #000;
    font-family: Nunito;
    font-weight: 700;
    padding-bottom: 10px!important;
}

.fiveday_visual_lessonl .answer-comment .btn {
    background: #6b4a3b;
    border:none;
}

.fiveday_visual_lessonl .lesson-title-value {
    font-size: 24px;
    font-weight: 700;
    font-family: Nunito;
    text-transform: uppercase;
    color: #915700;
}

.fiveday_visual_lessonl .lesson-descrfivedaytion-value {
    font-size: 26px;
    font-family: Nunito;
    color: #F7F2EC;
    margin-top: 10px !important;
    display: block;
}


.fiveday_visual_lessonl .text-center.hidden-xs {
    color: #F1ECE6;
    font-family: Nunito;
}

.fiveday_visual_lessonl .row a   {
    color: #ffffff;
    text-transform: none;
    background-color: #6b4a3b;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.fiveday_visual_lessonl div.hidden-xs {
    display: none;
}

.fiveday_visual_lessonl .text-right a {
    color: #ffffff;
    text-transform: none;
    background-color: #6b4a3b;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.fiveday_visual_lessonl .text-right .hidden-xs {
    display: none;
}

.fiveday_visual_lessonl a {
    color: #915700 ;
    text-transform: uppercase;
}

.fiveday_visual_lessonl a:hover {
    color: #0A332D;
}

.fiveday_visual_lessonl div.hidden-xs {
    color: #0A332D;
    font-family: Nunito;
}

.fiveday_visual_lessonl .user-answer {
    border: 2px solid #915700  !important;
    border-radius: 20px !important;
    background: #f5ebe0 !important;
    color: #000;
    font-family: Nunito;
}

.fiveday_visual_lessonl .answer-form {
    background: rgba(255,255,255,0.92)!important;
    border: 2px solid #f5ebe0 !important;
    border-radius: 10px !important;
    font-family: Nunito;
}

.fiveday_visual_lessonl .btn-send-answer {
    border-radius: 10px !important;
    color: #fff;
    background-color: #6b4a3b;
    border: 2px solid #6b4a3b !important;
}

.fiveday_visual_lessonl .btn-send-answer:hover {
    color: #6b4a3b;
    background-color: #fff;
    border: 2px solid #6b4a3b !important;
}

.fiveday_visual_lessonl .btn-save-draft {
    color: #000!important;
}

/*блок текста в уроке*/

.fiveday_visual_lessonl .lt-lesson-header .lt-block-wrapper {
    padding: 30px!important;
    background-color: #f5ebe0!important;    
    border-radius: 30px;
    border: 2px solid #915700!important;
}

/*Скрытие заголовка "Задание"*/
.fiveday_visual_lessonl .lt-lesson-mission-block .lt-block-wrapper h3{
    
    display: none;
}

/*Блок с текстом задания*/
.fiveday_visual_lessonl .lesson-mission-text {
    font-family: Nunito;
    background-color: #fff;
    color: #853900;
    padding-bottom: 20px!important;
    border: 2px solid #853900;
    border-radius: 20px;
}

.fiveday_visual_lessonl .self-answers {
    padding-top: 30px;
}

/*Скрытие границы у блока с заданием*/
.fiveday_visual_lessonl .lesson-mission-wrapper {
    border: none;
}

/*Внутрянка урока*/

