

/*Внутрянка урока*/

.ip_visual_lessonl .files-table tbody {   
    display: flex!important;
    justify-content: center; 
}

.ip_visual_lessonl {
    background: #F7F2EC;
}

.ip_visual_lessonl p {
	font-family: Montserrat;
}

.ip_visual_lessonl .lesson-header-block {
    border: 2px solid #D0E4FF!important;
    border-radius: 10px !important;
    background: linear-gradient(to right, #12375E, #316BA0)!important;
    color: #fff;
    font-family: Stolzl-regular;
    padding-bottom: 10px!important;
}

.ip_visual_lessonl .answer-comment .btn {
    background: #FEA94F;
    border:none;
}

.ip_visual_lessonl .lesson-title-value {
    font-size: 24px;
    font-family: Stolzl-regular;
    text-transform: uppercase;
    color: #DFC9B2;
}

.ip_visual_lessonl .lesson-description-value {
    font-size: 26px;
    font-family: Stolzl-regular;
    color: #0A332D;
    margin-top: 10px !important;
    display: block;
}


.ip_visual_lessonl .text-center.hidden-xs {
    color: #F1ECE6;
    font-family: Stolzl-regular;
}

.ip_visual_lessonl .row a   {
    color: #316BA0;
    text-transform: lowercase;
    background-color: #D0E4FF;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.ip_visual_lessonl div.hidden-xs {
    display: none;
}

.ip_visual_lessonl .text-right a {
    color: #316BA0;
    text-transform: lowercase;
    background-color: #D0E4FF;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.ip_visual_lessonl .text-right .hidden-xs {
    display: none;
}

.ip_visual_lessonl a {
    color: #316BA0;
    text-transform: uppercase;
}

.ip_visual_lessonl a:hover {
    color: #0A332D;
}

.ip_visual_lessonl div.hidden-xs {
    color: #0A332D;
    font-family: Stolzl-regular;
}

.ip_visual_lessonl .user-answer {
    border: 2px solid #12375E !important;
    border-radius: 10px !important;
    background: #F7F2EC!important;
    color: #000;
    font-family: Stolzl-regular;
}

.ip_visual_lessonl .answer-form {
    background: transparent!important;
    border: 2px solid #F1541D !important;
    border-radius: 10px !important;
    font-family: Stolzl-regular;
}

.ip_visual_lessonl .btn-send-answer {
    border-radius: 10px !important;
    color: #fff;
    background-color: #F1541D;
    border: 2px solid #F1541D !important;
}

.ip_visual_lessonl .btn-send-answer:hover {
    color: #F1541D;
    background-color: #fff;
    border: 2px solid #F1541D !important;
}

.ip_visual_lessonl .btn-save-draft {
    color: #F1541D!important;
}
/*Внутрянка урока*/
