.rating-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}

.rating-box ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.rating-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.rating-box ul li.star {
    width: 32px;
    height: 32px;
    background: url('../bundles/app/img/stars.png') no-repeat center top;
}
.rating-box .help-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
rating-box-hidden {
    display: none;
}
.current-teachers .rating {
    float: left;
}
.filter-form form label {
    margin-right: 5px;
}

.filter-form form select {
    margin-right: 5px;
}

.content .tab_student_for_teacher {
    width: 392px;
    margin-bottom: 12px;
    margin-left: 19px;
    margin-top: 16px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
}

.content.teacher_journal .tab_student_for_teacher {
    margin-top: 14px;
}

.content .tab_student_for_teacher li {
    background-color: #F2F2F2;
    display: inline-block;
    line-height: normal;
    letter-spacing: normal;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 1px solid #D9D9D9;
}

.content .tab_student_for_teacher li:first-child {
    border-left: 1px solid #D9D9D9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.content .tab_student_for_teacher.tab_student_for_teacher_1 li:first-child {
    width: 134px;
}

.content .tab_student_for_teacher li:last-child {
    border-left: 1px solid #D9D9D9;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.content .tab_student_for_teacher.tab_student_for_teacher_1 li:last-child {
    width: 133px;
}

.content .tab_student_for_teacher li.active {
    background-color: #1bb7eb;
    border-color: #26afdd;
}

.content.teacher_journal .tab_student_for_teacher li a {
    padding: 2px 18px 5px 19px;
}

.content.teacher_journal .tab_student_for_teacher li.last a {
    padding: 2px 24px 5px 21px;
}

.content .tab_student_for_teacher li a {
    color: #666666;
    font-family: arialnarrow;
    font-size: 14px;
    padding: 2px 15px 5px 15px;
}

.content .tab_student_for_teacher li.active a {
    color: #ffffff;
}

.journal_menu_top_bg {
    width: 1160px;
    background-color: #E5E5E5;
    height: 23px;
    display: none;
    position: absolute;
    z-index: 100;
    top: -23px;
    left: -10px;
}

.journal_menu {
    width: 1140px;
    background-color: #ffffff;
    position: relative;
    z-index: 10;
}

.journal_menu .tab_student_for_teacher li:hover {
    background-color: #1bb7eb;
    border-color: #26afdd;
}

.journal_menu .tab_student_for_teacher li:hover a {
    color: #ffffff;
}

.journal_menu .tab_student_for_teacher li a:hover {
    background-color: transparent;
}

.journal_menu .teacher_search_student {
    position: absolute;
    margin-right: 20px;
    width: 298px;
    right: 0;
    top: 70px;
}

.journal_menu .teacher_search_student.student_search_teacher {
    top: 14px;
}

.journal_menu .teacher_search_student input[type='text'] {
    width: 270px;
    height: 29px;
    border-right: none;
    box-shadow: none;
    padding: 0px 7px 3px;
    border-color: #D9D9D9;
}

.journal_menu .teacher_search_student input[type='text']:focus {
    border-color: #D9D9D9;
}

.journal_menu .teacher_search_student .input-group-btn {
    height: 29px;
    width: 26px;
    vertical-align: top;
}

.journal_menu .teacher_search_student .input-group-btn button {
    width: 26px;
    height: 29px;
    background-color: #ffffff;
    border-left: none;
    border-color: #d9d9d9;
    color: #b5b5b5;
    font-size: 20px;
    vertical-align: top;
}

.journal_menu .teacher_search_student .input-group-btn button:hover {
    background-color: transparent;
    color: #b5b5b5;
}

.journal_menu .teacher_search_student .input-group-btn button span {
    vertical-align: top;
    bottom: 0;
    display: block;
    left: 0;
    padding-top: 2px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../bundles/app/img/search_icon.png") no-repeat center;
}

.schedule_day_header_table .teacher_header_table,
.journal_menu .teacher_header_table,
.past_lessons.teacher_header_table {
    width: 100%;
    background: url("../bundles/app/img/teacher_header_menu.png") repeat-x 0 0;
    height: 45px;
    margin: 0;
    color: #999999;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
}

.schedule_day_header_table .teacher_header_table,
.past_lessons.teacher_header_table {
    border-top: 1px solid #e5e5e5;
}

.journal_menu .teacher_header_table_no_border {
    border: none;
}

.schedule_day_header_table .teacher_header_table thead tr,
.journal_menu .teacher_header_table thead tr {
    font-size: 16px;
    height: 45px;
}

.schedule_day_header_table .teacher_header_table thead tr th,
.journal_menu .teacher_header_table thead tr th {
    color: #999999;
    border: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.schedule_day_header_table .teacher_header_table thead tr th a,
.journal_menu .teacher_header_table thead tr th a {
    font-size: 16px;
    color: #999999;
    font-family: arialnarrow;
}

.schedule_day_header_table .teacher_header_table thead tr th a:hover,
.journal_menu .teacher_header_table thead tr th a:hover {
    text-decoration: none;
}

.people_table .avatar {
    position: relative;
}

.people_table .avatar .lesson-confirmed {
    float: right;
    height: 20px;
    left: -8px;
    padding: 3px 5px;
    position: absolute;
    top: -8px;
    width: 20px;
    z-index: 1;
    border-radius: 50% 50% 50% 50%;
    font-size: 11px;
}

.content .people_table {
    border: medium none;
    margin: 2px 0 15px;
    position: relative;
}

.content .people_table.teacher_students .message .right_border {
    padding-left: 0;
}

.content .people_table.student_office .text,
.content .people_table.student_journal .text {
    width: 400px;
    max-width: 400px;
}

.content .people_table.teacher_students .td_time {
    padding-left: 30px;
}

.content .people_table.teacher_students .two_button .right_border {
    display: table-cell;
    height: 66px;
    line-height: 1;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 15px;
    padding-top: 5px;
    vertical-align: middle;
    width: 321px;
}

.content .people_table.teacher_students .homework a.btn {
    top: 2px;
    left: -4px;
}

.content .people_table tr {
    border-bottom: 1px solid #e5e5e5;
    height: 86px;
}

.content .people_table tr td {
    color: #333333;
    border: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    border: none;
    height: 88px;
}

.content .office.people_table tr td {
    height: 86px;
    font-family: Trebuchet MS;
    font-size: 22px;
}

.content .office.people_table tr td.message {
    padding-left: 10px;
}

.content .office.people_table tr td.message .right_border {
    width: 90px;
    padding-left: 0;
}

.content .office.people_table tr td.two_button .right_border {
    padding-left: 0;
    padding-right: 0;
}

.content .student_schedule_day.people_table tr td.two_button .right_border {
    padding-left: 33px;
    padding-right: 0;
}
.content .student_schedule_day.people_table tr td.two_button .right_border .btn-lesson-remove{
    left: -20px;
}

.content .office.people_table tr td .homework_competed,
.content .office.people_table tr td .homework_do {
    left: 19px;
    top: 1px;
}

.content .office.people_table tr td.two_button .btn_no_teacher {
    width: 133px;
    padding: 0 1px;
    height: 40px;
    position: relative;
    top: -1px;
}

.content .office.people_table tr td.two_button .btn-lesson-remove {
    left: -20px;
}

.content .people_table.table_teacher_students_past tr td.message {
    padding-left: 13px;
}

.content .people_table.table_teacher_students_past tr td.subject .subject {
    color: #00AFE9;
    font-family: arialnarrow;
    font-size: 15px;
    line-height: 19px;
    padding-left: 28px;
    padding-right: 57px;
}

.content .people_table tr td.message {
    text-align: left;
    vertical-align: middle;
}

.content .people_table tr td.message .right_border {
    padding-left: 2px;
    padding-right: -22px;
}

.content .people_table tr td .language_name {
    position: relative;
}

.content .people_table tr td .lesson_begin {
    font-family: arialnarrowbold;
    font-size: 16px;
    font-weight: 300;
}

.content .people_table tr td .lesson_begin .time-notice {
    color: #999999;
    font-size: 14px;
    font-family: Arial;
}

.content .people_table tr td .lesson_begin .time-notice {
    color: #999999;
}

.content .people_table tr td.message .btn-message {
    background: url("../bundles/app/img/message_table.png") no-repeat 0 0 transparent;
    border: none;
    height: 40px;
    width: 58px;
    padding: 0;
    margin: 1px 0 0 1px;
}

.content .people_table tr td.message .btn-message:hover {
    background: url("../bundles/app/img/message_table.png") no-repeat 0 -40px transparent;
}

.content .people_table tr td.two_button .btn-confirm {
    background: url("../bundles/app/img/btn-enter-bg.png") 0 0 repeat-x;
    height: 40px;
    padding: 7px 16px 7px 37px;
    position: relative;
    color: #ffffff;
    border: none;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    margin-right: 4px;
    top: -1px;
}

.content .people_table tr td.two_button .btn-confirm:hover {
    background-position: 0 -40px;
}

.content .people_table tr td.two_button .btn-confirm .icon {
    background-position: 0 0;
}

.content.teacher_journal .people_table tr td.two_button .btn-lesson-remove {
    left: 0;
    top: 2px;
}

.content .people_table tr td.two_button .btn-lesson-remove {
    display: inline-block;
    border-bottom: 0;
    border-top: 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    background: url("../bundles/app/img/btn-lesson-remove-bg.png") 0 0 repeat-x;
    font-size: 16px;
    padding: 8px 0 10px 47px;
    position: relative;
    color: #666666;
    height: 40px;
    width: 133px;
    top: -1px;
    left: -16px;
    text-align: left;
    font-family: arialnarrow;
    font-weight: 300;
}

.content .people_table tr td.two_button .btn-lesson-remove:hover {
    background-position: 0 -40px;
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.content .people_table tr td.two_button.new-applicants .btn-confirm {
    top: 3px;
}

.content .people_table tr td.two_button.new-applicants .btn-lesson-remove {
    margin-right: 8px;
    top: 3px;
}

.content .people_table tr td.two_button.new-applicants.teacher_students_new .btn-lesson-remove {
    top: 2px;
    left: -20px;
    position: relative;
}

.content .people_table tr td.two_button.new-applicants.teacher_students_new form {
    top: -1px;
    left: 2px;
    position: relative;
}

.content .people_table tr td.two_button .btn-blackboard {
    background: url("../bundles/app/img/btn-enter-bg.png") 0 0 repeat-x;
    height: 40px;
    line-height: 38px;
    padding: 0 31px 1px 57px;
    position: relative;
    color: #ffffff;
    border: none;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    left: 1px;
    top: -1px;
}

.content .people_table tr td.two_button .go_to_blackboard {
    display: none;
    padding: 0 14px;
}

.content .people_table tr.online td.two_button .go_to_blackboard {
    display: inline-block;
}

.content .people_table tr td.two_button .btn-blackboard:hover {
    background-position: 0 -40px;
}

.content .people_table tr td.two_button .btn-blackboard .icon {
    background-position: 0px 0;
    left: 30px;
    top: 11px;
}

.content .people_table tr td.two_button .btn-lesson-remove .icon {
    background-position: -17px 0;
    left: 20px;
    top: 11px;
}

.content .people_table tr td .icon {
    background-image: url("../bundles/app/img/teacher_table_ico.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 10px;
}

.content.teacher_journal .people_table tr td.td_time {
    padding-left: 19px;
}

.content .people_table tr td.td_time {
    color: #333333;
    padding-left: 25px;
    font-family: Trebuchet MS;
    font-size: 22px;
}

.content .people_table tr td.subject .subject {
    color: #00afe9;
    font-family: arialnarrow;
    font-size: 15px;
    line-height: 19px;
    padding-left: 28px;
    padding-right: 76px;
}

.content .people_table tr td.td_time .date {
    font-size: 22px;
    padding-top: 3px;
}

.content.teacher_journal .people_table tr td.td_time .time {
    font-weight: normal;
    font-family: arialnarrow;
}

.content .people_table tr td.td_time .time {
    font-size: 16px;
    font-family: arialnarrow;
}

.content .people_table tr td.td_time .time .lesson-success {
    background-image: url("../bundles/app/img/button_module.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    background-position: -360px -15px;
    left: 2px;
    margin: 2px 0 0 2px;
    position: relative;
    top: 2px;
}

.content .people_table tr td.td_time .time .lesson-no-success {
    background-image: url("../bundles/app/img/button_module.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    background-position: -360px -32px;
    left: 2px;
    margin: 2px 0 0 2px;
    position: relative;
    top: 2px;
}

.content .people_table tr td .avatar {
    display: inline-block;
    width: 86px;
    vertical-align: top;
    margin-right: 16px;
    height: 86px;
    background-size: cover;
}

.content .people_table tr td .avatar img {
    height: 86px;
    width: 86px;
}

.content .people_table tr td .avatar.student {
    background-image: url('../bundles/app/img/avatar_student_default_86.png');
}

.content .people_table tr td .avatar.teacher {
    background-image: url('../bundles/app/img/avatar_teacher_default_86.png');
}

.content .people_table tr td .text {
    display: inline-block;
    max-width: 235px;
    vertical-align: top;
    margin-top: 16px;
    color: #999999;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}

.content .people_table tr td .text a {
    font-size: 22px;
    color: #00afe9;
    font-family: "Trebuchet MS";
}

.content .people_table tr td .text p {
    margin-bottom: 0;
}

.content .people_table tr td.homework {
    text-align: center;
}

.content .people_table tr td.homework .with-border {
    text-align: left;
}

.content .people_table tr td.homework .td_homework {
    padding-left: 21px;
    text-align: left;
}

.content .people_table.office tr td.homework .td_homework .homework_verify {
    position: relative;
    left: -1px;
}

.content.teacher_journal .people_table tr td.homework .homework_btn {
    left: 14px;
    top: 3px;
}

.content .people_table tr td.homework .td_homework .homework_btn.homework_verify {
    background: url("../bundles/app/img/teacher-office-button-bg.png") 0 0 repeat-x;
}

.content .people_table tr td.homework .homework_btn .homework_completed {
    background: url("../bundles/app/img/btn-lesson-remove-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color #D9D9D9;
    border-style: none solid;
    border-width: 0 1px;
    color: #666666;
    display: inline-block;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    left: 15px;
    padding: 8px 0 10px 47px;
    position: relative;
    text-align: left;
    top: -1px;
    width: 133px;
}

.content .people_table tr td.homework .homework_btn .homework_completed .icon {
    background-image: url("../bundles/app/img/teacher_table_ico.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    left: 15px;
    position: absolute;
    top: 10px;
    width: 21px;
    background-position: -79px 0px;
}

.content .people_table tr td.homework .homework_checked .icon {
    background-position: -77px 0;
    width: 25px;
}

.content .people_table tr td.homework .homework_verify .icon {
    background-position: -33px 0;
    width: 23px;
}

.content .people_table tr td.homework .td_homework .homework_btn.homework_create {
    background: url("../bundles/app/img/teacher-office-button-bg.png") repeat-x scroll 0 -80px transparent;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    color: #666666;
}

.content .people_table tr td.homework .td_homework .homework_btn.homework_create .icon {
    background-position: -55px 0;
    width: 23px;
}

.content .people_table tr td.homework .td_homework .homework_btn.homework_checked {
    background: none;
    border: none;
    color: #bebebe;
}

.content .people_table tr td.homework .td_homework .homework_btn.homework_checked .icon {
    background-position: -79px 0;
    width: 23px;
}

.content .people_table tr td.homework .homework_compose {
    left: 0;
    background: url("../bundles/app/img/btn-lesson-remove-bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-color: -moz-use-text-color #D9D9D9;
    border-style: none solid;
    border-width: 0 1px;
    color: #666666;
    display: inline-block;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 8px 0 10px 47px;
    position: relative;
    text-align: left;
    top: -1px;
    width: 133px;
}

.content .people_table tr td.homework .homework_compose:hover {
    background-position: 0 -40px;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
}

.content .people_table tr td.homework .homework_verify {
    border: none;
    color: #ffffff;
    display: inline-block;
    font-family: arialnarrow;
    font-size: 16px;
    left: 3px;
    top: -1px;
    background: url("../bundles/app/img/btn-lesson-remove-bg.png") repeat-x scroll 0 -80px rgba(0, 0, 0, 0);
    font-weight: 300;
    height: 40px;
    padding: 8px 20px 10px 47px;
    position: relative;
    text-align: left;
}

.content .people_table tr td.homework .homework_compose .icon {
    background-position: -54px 0;
    width: 23px;
    left: 14px;
}

.teacher-info .teacher_info_photo #video-notification {
    cursor: pointer;
}

.content .people_table tr td.double {
    border-top: 1px solid #fff;
}

.content .people_table tr td.double .border {
    border-right: 1px solid #E5E5E5;
    height: 46px;
    background: #fff;
}

.content .people_table tr td.language-td div {
    font-size: 18px;
    padding: 11px 0 10px 28px;
    border-right: 1px solid #E5E5E5;
    margin: 19px 0 21px;
    font-family: "Trebuchet MS";
}

.people_table td.subject div.border {
    border-left: 1px solid #E5E5E5;
    height: 46px;
    background: #fff;
}

.journal_menu .teacher_header_table thead tr th {
    font-weight: normal;
    padding-bottom: 7px;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th {
    padding-bottom: 0;
    font-family: arialnarrow;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th a {
    font-family: arialnarrow;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th a.desc,
.teacher_journal .journal_menu .teacher_header_table thead tr th a.asc,
.journal_menu .teacher_header_table thead tr th a.desc,
.journal_menu .teacher_header_table thead tr th a.asc {
    background: #f1f1f1;
    border-radius: 35px;
    padding: 0 19px;
    -webkit-box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
    box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
}

.journal_menu .teacher_header_table thead tr th.nearest-lesson {
    text-align: left;
}

.journal_menu .teacher_header_table thead tr th.nearest-lesson span {
    border: 1px solid #e3e3e3;
    background-color: #f1f1f1;
    border-radius: 25px;
    padding: 0 22px 0 14px;

}

.journal_menu .teacher_header_table thead tr th.align-left {
    text-align: left;
    padding-left: 20px;
}

.people_table .program {
    height: 46px;
    cursor: pointer;
    line-height: 46px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: arialnarrow;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.people_table .program.lesson-program {
    border-right: none;
}

.content.teacher_journal .people_table .program .hint {
    display: none;
    position: absolute;
    top: -9px;
    bottom: -11px;
    left: 10px;
    right: 10px;
    color: #fff;
    background: #9eca48;
    line-height: normal;
    text-align: center;
    padding: 12px 5px;
    border-radius: 3px;
    font-size: 16px;
    font-family: arialnarrow;
    color: #fff;
}

.content.teacher_journal .people_table .program .hint a {
    color: #fff;
    text-decoration: none;
}

.content.teacher_journal .people_table .program.lesson-program .hint {
    background: #9dc62e;
}

.content.teacher_journal .people_table .program.home-program .hint {
    background: #7f7f7f;
}

.content.teacher_journal .people_table .program:hover .hint {
    display: block;
}

form.journal-period {
    margin-top: 13px;
    margin-right: 20px;
}

form.journal-period label {
    font-size: 14px;
    margin-right: 6px;
    color: #999;
    position: relative;
    top: 2px;
    font-family: arialnarrow;
    font-weight: normal;
}

form.journal-period select,
form.journal-period .jq-selectbox__select-text {
    height: 28px;
    font-size: 14px;
    font-family: arialnarrow;
    width: 107px;
    line-height: 25px;
}

form.journal-period .jq-selectbox__select {
    background: #f2f2f2;
    height: 28px;
    padding-left: 8px;
}

form.journal-period .jq-selectbox__trigger-arrow {
    top: 8px;
    right: 10px;
}

.people_table .height88 {
    height: 88px;
}

.content.teacher_journal .people_table tr td.homework .with-border .homework_verify span {
    top: 12px;
}

.content.teacher_journal .people_table tr td.homework .with-border .homework_verify {
    padding: 8px 19px 9px 47px;
}

.content.teacher_journal .people_table tr td.homework .with-border .homework_compose {
    left: 14px;
}

.content.teacher_journal .people_table tr td.homework .with-border {
    padding-left: 17px;
}

.people_table tr td .with-border {
    border-left: 1px solid #e5e5e5;
    padding-left: 20px;
}

.people_table tr td .text.with-border {
    margin-top: 0;
}

.people_table tr td.subject div {
    height: 46px;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th.fix-table-begin {
    text-align: left;
    padding-left: 21px;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th.fix-table-name {
    text-align: left;
    padding-left: 18px;
}

.teacher_journal .journal_menu .teacher_header_table thead tr th.fix-table-homework {
    text-align: left;
    padding-left: 37px;
}

.teacher_journal .people_table tr td {
    height: 88px;
}

.content.teacher_journal a.desc,
.content.teacher_journal a.asc {
    background: #f1f1f1;
    border-radius: 35px;
    padding: 0 19px;
    -webkit-box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
    box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
}
form.add-lesson {
    padding: 40px 10px;
}
textarea.add-lesson-header {
    height: 37px;
    margin-top: 1px;
}
form.add-lesson .add-lesson-time {
    margin-top: 26px;
    width: 100%;
}
.add-lesson-time .slider-legend {
    font-size: 12px;
}
.add-lesson-time .slider-legend .col-lg-1 {
    width: 68px;
}
div#ui-datepicker-div {
    z-index: 100 !important;
}
.app_lesson_add_students {

}
.student-at-lesson {
    margin-bottom: 5px;
    list-style: none;
}
.student-at-lesson .remove {
    background-image: url("../bundles/app/img/teacher_table_ico.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-position: -17px 0;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.own-students {

}
.own-students .list {
    height: 200px;
    overflow-y: auto;
}
.own-students .list--student {
    list-style: none;
}
.student-groups {
    margin-bottom: 15px;
}

.module {
    text-align: center;
    background-color: #434343;
    color: #fcfcfc;
    width: 155px;
    height: 185px;
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms;
    padding: 0;
}

.unit-to-click div.hr {
    height: 1px;
    background-color: #a3bf00;
    cursor: default;
    margin: 10px 0;
}

.unit-to-click {
    background-color: #8da600;
    width: 155px;
    height: 220px;
    position: absolute;
    padding: 0;
    display: none;
}

.module:hover {
    background-color: #8da600;
}

.module:hover div.module-to-hover {
    display: block;
    height: 185px;
}

.module:hover div.unit-default, div.unit-to-click {
    display: none;
}

.unit-default .caption {
    color: #ffffff;
}

.unit-default .caption>img {
    width: 100%;
}

.module-to-hover {
    display: none;
    background-color: #8da600;
    height: 185px;
    position: relative;
}

.module-preview .module-body {
    background-color: #9dc62e;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 57px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: none;
    border-radius: 0 0 3px 3px;
    padding: 19px;
}

.modules-container .module-body .module-entry {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    position: relative;
    overflow: hidden;
    min-width: 245px;
}

.module_entries_b .module-entry,
.module_entries_d .module-entry,
.module_entries_e .module-entry {
    width: 31%;
}

.modules-container .module-body .vertical,
.modules-container .module-body .module_homework_s .module-entry,
.modules-container .module-body .module_homework_t .module-entry {
    float: none;
}

.modules-container .module-body .module_homework_o .answer {
    display: none;
}

.modules-container .module-body .module_homework_t .module-entry-number,
.modules-container .module-body .module_homework_s .module-entry-number {
    display: none;
}

.modules-container .module-body .module-entry .module-entry-number,
    /*.modules-container .module-body .add-entry .module-entry-number,*/
.bb-modules-container .bb-module-body .module-entry .module-entry-number,
.bb-modules-container .bb-module-body .add-entry .module-entry-number {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #8da600;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 1;
}

.modules-container .module-body .module_edit_entries_o .module-entry {
    width: 300px;
    clear: both;
}

.modules-container .module-body .module_edit_entries_o .module-entry .module-entry-number {
    position: static;
    float: left;
    margin-right: 10px;
    background-color: #494949;
}

.modules-container .module-body .module_entries_o .module-entry .module-entry-number,
.modules-container .bb-module-body .module_entries_o .module-entry .module-entry-number,
.modules-container .module-body .module_homework_o .module-entry .module-entry-number {
    background-color: transparent;
}

.modules-container .module_edit_entries_o .module_o input {
    margin: 6px 0 0;
}

.modules-container .module-body .module-entry .module-entry-img {
    width: 230px;
    height: 230px;
}

.module-entry .player {
    margin-top: 5px;
    position: relative;
    float: left;
}

dl.module-actions {
    margin: 0 5px;
}

dl.module-actions dt {
    width: 48px;
    height: 45px;
    cursor: pointer;
}

dl.module-actions dd {
    margin-left: 55px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    height: 44px;
    cursor: pointer;
    padding: 6px 0;
}

dl.module-actions dd.hr {
    margin: 0 6px;
    height: 1px;
    background-color: #a3bf00;
    cursor: default;
    padding: 0;
}

#module-attach-modal {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

#module-attach-modal div.modal-body {
    height: 450px;
}

#module-o-entry .sortable,
.module-answer .module_homework_o .sortable {
    padding-left: 80px;
}

.module-answer .module_homework_o .module-entry {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    clear: both;
    float: none;
}

.module-answer .module_homework_s .module-entry {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.sortable .module-drag {
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 22px;
    margin-right: 15px;
    padding-top: 40px;
}

.s-entry .btn-group .btn-img {
    margin: 3px;
}

.s-entry .btn-group button {
    cursor: default;
}

.s-entry .btn,
.module_homework_s .btn,
.s-entry .btn.active {
    border: 0;
    box-shadow: none;
}

.s-entry .btn.active,
.module_homework_s .btn.active {
    background-color: #638800;
}

.s-entry .btn,
.module_homework_s .btn {
    background-color: transparent;
    padding: 6px;
}

.sortable .module-p-drag {
    width: 190px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    margin-right: 20px;
    margin-top: 5px;
    padding-top: 10px;
    cursor: default;
}

.module-entry .row {
    margin: 0;
}

.modules-container .module-edit,
.modules-container .module-answer {
    border-radius: 4px;
}

.modules-container .module-answer .module-body {
    position: absolute;
    top: 55px;
    bottom: 51px;
    left: 0;
    right: 0;
}

.module-edit label,
.module-answer label {
    display: none;
}

.module-edit .module-entry label,
.module-answer .module-entry label {
    display: block;
}

.module-edit .module-entry .question input,
.module-answer .module-entry .question input {
    width: 100%;
    margin-top: 10px;
}

.modules-container .module-answer .submit {
    padding: 10px 19px;
    border-top: 1px dashed #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.modules-container .modal-dialog {
    width: auto;
    margin: auto;
    max-width: 1000px;
}

.modules-container .modal-dialog .modal-content {
    height: 100%;
}

.module-title .module-title-input {
    display: none;
}

.module-title .module-title-input input {
    width: 790px;
}

.module-edit .module-entry .module_b .correct_answer input {
    display: none;
}

.module-edit .module-entry .module_b .correct_answer label {
    display: inline-block;
    padding: 3px;
    background: #819f00;
    border-radius: 15px;
    width: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;

}

.module-entry .module_c .correct_answer input,
.module_entries_c .module-entry .answer input,
.module_homework_c .module-entry .answer input {
    width: 235px;
    margin-top: 10px;
}

.modules-container .module-entry .module_a .audio,
.modules-container .module-answer .module_a .audio {
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    background: #494949;
    border-radius: 6px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.modules-container .module-entry .module_a .image,
.modules-container .module-answer .module_a .image,
.module_entries_b .module-entry .image,
.modules-container .module-entry .module_b .image,
.module_entries_c .module-entry .image,
.modules-container .module-entry .module_c .image,
.module_entries_d .module-entry .image,
.modules-container .module-entry .module_d .image,
.module_entries_e .module-entry .image,
.modules-container .module-entry .module_e .image,
.module_entries_p .module-entry .image,
.modules-container .module-entry .module_p .image,
.module_entries_s .module-entry .image,
.modules-container .module-entry .module_s .image,
.module_entries_v .module-entry .module-video,
.modules-container .module-entry .module_v .module-video {
    width: 235px;
    height: 235px;
    position: relative;
    background-color: #494949;
    cursor: pointer;
    border-radius: 6px;
}

.module_entries_p .module-entry .image,
.modules-container .module-entry .module_p .image,
.module_entries_s .module-entry .image,
.modules-container .module-entry .module_s .image {
    width: 192px;
    height: 192px;
    margin-right: 20px;
}

.module_entries_b .module-entry .image .empty,
.modules-container .module-entry .module_b .image .empty,
.module_entries_c .module-entry .image .empty,
.modules-container .module-entry .module_c .image .empty,
.module_entries_d .module-entry .image .empty,
.modules-container .module-entry .module_d .image .empty,
.module_entries_e .module-entry .image .empty,
.modules-container .module-entry .module_e .image .empty,
.module_entries_p .module-entry .image .empty,
.modules-container .module-entry .module_p .image .empty,
.module_entries_s .module-entry .image .empty,
.modules-container .module-entry .module_s .image .empty {
    color: #b3d200;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 100px;
}

.module_entries_b .module-entry .question {
    margin: 10px 0 0 0;
}

.module_entries_b .module-entry .buttons {
    margin: 10px 0;
}

.modules-container .module-entry .module_p .image .empty,
.module_entries_s .module-entry .image .empty,
.modules-container .module-entry .module_s .image .empty {
    top: 85px;
}

.module_entries_s .module-entry .answer img {
    margin-right: 15px;
}

.module_entries_s .module-entry .answer button img {
    margin: 0;
}

.module_entries_v .module-entry .module-video,
.modules-container .module-entry .module_v .module-video {
    width: 640px;
    height: 300px;
    margin-right: 20px;
}

.module_entries_v .module-entry .module-video span,
.modules-container .module-entry .module_v .module-video span {
    color: #b3d200;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    padding-top: 135px;
}

.module-edit .module-entry .module_d,
.module-edit .module-entry .module_e {
    overflow: hidden;
}

.module-edit .module-entry .module_d .correct_answer label,
.module-edit .module-entry .module_e .correct_answer label {
    display: none;
}

.module-edit .module-entry .module_d .correct_answer input,
.module-edit .module-entry .module_e .correct_answer input {
    margin: 16px 0 8px;
}

.module_entries_d .module-entry .answer,
.module_entries_e .module-entry .answer {
    margin: 10px 0;
}

.module-edit .module-entry .module_d .options input,
.module-edit .module-entry .module_e .options input {
    width: 100%;
    margin-top: 3.4%;
}

.module-edit .module-entry .module_d .errors,
.module-edit .module-entry .module_e .errors {
    width: 235px;
}

.modules-container .module-body .add-entry {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    position: relative;
}

.modules-container .module-body .module_edit_entries_o .add-entry {
    clear: both;
}

.modules-container .module-body .module_edit_entries_o .add-entry .img {
    display: none;
}

.modules-container .module-body .module_edit_entries_o .add-entry .module-entry-number {
    position: static;
}

.module_edit_entries_s .answer input[type=text],
.module_edit_entries_p .answer input[type=text] {
    width: 178px;
    margin-top: 10px;
}

.module_edit_entries_s .add-entry .img,
.module_edit_entries_p .add-entry .img {
    height: 192px;
    width: 192px;
}

.module_entries_p .module-entry .item,
.modules-container .module-entry .module_p .item {
    position: relative;
}

.module-edit .module-entry .module_p .errors {
    width: 192px;
}

.add-entry .img {
    width: 235px;
    height: 235px;
    background: #494949;
}

.module-edit .module-entry .remove-entry {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 100;
}

.module_edit_entries_v .add-entry .img {
    display: none;
}

.module_edit_entries_s .row .img-rounded {
    margin-right: 20px;
    width: 192px;
    height: 192px;
}

.module_edit_entries_s .module-question {
    margin: 15px 0 0 60px;
}

.module_edit_entries_s .module-question input {
    width: 500px;
}

.module_edit_entries_s .module-entry .remove-entry {
    position: absolute;
    right: 235px;
    top: 18px;
}

.module_edit_entries_s .selected-image {
    position: absolute;
    margin: -30px 0 0 150px;
}

.module_edit_entries_v .module-question {
    margin: 15px 0 0 60px;
}

.module_edit_entries_v .module-question input {
    width: 500px;
}

.module_edit_entries_v .module-entry .remove-entry {
    position: absolute;
    right: 35px;
    top: 18px;
}

.module-entries .well {
    min-height: 90px;
}

.lesson-homework .module:hover {
    background-color: #434343;
}

.lesson-homework .module:hover .module-to-hover {
    background-color: #434343;
    height: 145px;
    margin-top: 0;
    cursor: pointer;
}

.lesson-homework .module:hover .caption {
    color: #fff;
}

.module_homework_s .module-entry .question,
.module_entries_s .module-entry .question {
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
}

.module_homework_f .module-entry .radio label,
.module_homework_f .module-entry .radio-buttons label,
.module_entries_f .module-entry .radio label {
    color: #fff;
}

.module_entries_f .unit-check-correct {
    left: 550px;
    top: 0;
}

.module_entries_s .unit-check-correct,
.module_entries_p .unit-check-correct {
    left: 160px;
    top: 160px;
}

.modules-container button .unit-check-correct [class*=" icon-"] {
    background: none;
    margin: -4px 0 0 -4px;
}

.modules-container .s-entry .answer button {
    position: relative;
}

.modules-container .module-entry .module_b .answer input {
    display: none;
}

.modules-container .module-entry .answer .buttons label {
    float: left;
    margin-right: 5px;
}

.about-student .modules-container {
    min-height: 300px;
}

.about-student .modules-container .dropped {
    display: none;
}

.about-student .a_teacher_schedule {
    background: url("../bundles/app/img/icon_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 34px;
    position: absolute;
    width: 34px;
    right: 0px;
    top: 10px;
    z-index: 10;
}

.about-student .a_teacher_schedule:hover {
    background-position: -34px 0;
}

.lesson-preview .modal-dialog {
    width: auto;
    margin: auto;
    max-width: 1200px;
}

#previous-lesson #modalPreview .modal-dialog {
    width: 1200px;
}

.lesson-preview .modal-content {
    padding: 10px 20px;
    height: 100%;
    position: relative;
}

.lesson-preview .header-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 135px;
}

.lesson-preview .header-row .title {
    font-size: 12px;
    color: #999999;
    margin: 0;
    position: static;
}

.lesson-preview .header-row .date {
    float: left;
    width: 90px;
    border-right: 1px dashed #999;
    margin-right: 10px;
    height: 67px;
}

.lesson-preview .header-row .student {
    float: left;
    width: 200px;
    border-right: 1px dashed #999;
    margin-right: 10px;
    height: 67px;
}

.lesson-preview .header-row .student .picture {
    float: left;
    margin-right: 5px;
}

.lesson-preview .header-row .subject {
    float: left;
    width: 620px;
    height: 67px;
}

.lesson-preview .modules-container-wrapper {
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 135px;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.lesson-preview .modules-container {
    clear: both;
    padding: 0;
}
/*unregister main menu*/

.login-link {
    z-index: 1000;
    position: relative;
    left: 356px;
    top: -32px;
    width: 356px;
    background-color: #ffffff;
    padding: 0 15px 0 25px;
}

.navbar-main {
    background-color: #ffffff;
    margin: 0 0 0 0;
}

.navbar-main li a {
    color: #333333;
}

.navbar-main li a:hover {
    color: #00afe9;
    background-color: #e5e5e5;
}

/* register user menu*/
.user-menu {
    background-color: #f1f1f1;
    width: 100%;
    height: 54px;
    clear: both;
}

#scroll_menu {
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    height: 54px;
    z-index: 110;
}

.user-menu ul li a {
    color: #999999;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: arialnarrow;
    font-weight: 300;
}

#profile-menu.user-menu ul {
    height: 54px;
    border-bottom: 1px solid #D8D8D8;
}

#profile-menu.user-menu ul li{
    height: 54px;
}

.user-menu ul li a span {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
}

.user-menu ul li.active a {
    color: #00afe9;
    background-color: #E5E5E5;
    display: block;
    position: relative;
    top: 1px;
    padding-bottom: 15px;
}

.user-menu ul li.active a span {
    border-bottom: 2px solid #00afe9;
    padding-bottom: 14px;
    position: relative;
}

#header{
    width: 100%;
    background-color: #ffffff;
}

.header {
    padding: 7px 0;
    background-color: #ffffff;
    height: 96px;
    margin: 0 auto;
    min-width: 1140px;
}

.no_login{
    padding: 25px 20px 7px;
}

#current-user a.dropdown-toggle {
    display: table-header-group;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 245px;
    color: #000000;
}

#current-user .caret {
    background: url("../bundles/app/img/current_user_caret.png") 0 0 no-repeat;
    width: 11px;
    height: 6px;
    margin-left: 21px;
    border: none;
}

#current-user a.dropdown-toggle:hover {
    background-color: #ffffff;
}

#current-user .dropdown-menu {
    border-top: 4px solid #00afe9;
    padding: 0;
    border-right: 0;
    top: 74px;
    border-left: 0;
    border-right: 0;
    left: -30px;
    border-radius: 0;
    width: 285px;
}

#current-user .dropdown-menu li {
    width: 100%;
    border: 0;
}

#current-user .dropdown-menu li:hover {
    width: 100%;
    border: 0;
    background-color: #e5e5e5;
}

#current-user .dropdown-menu li.dropdown-last a {
    background-color: #f1f1f1;
}

#current-user .dropdown-menu li.blue {
    margin: 0;
    background-color: #00afe9;
}

#current-user .dropdown-menu li.divider {
    margin: 0;
    height: 1px;
    position: relative;
}

#current-user li.open a {
    background-color: #ffffff;
}

#current-user li.open a:hover,
#current-user li.open a:focus {
    background-color: #ffffff;
}

#current-user .dropdown-menu li a {
    padding: 12px 20px 14px 23px;
    font-family: arialnarrow;
    font-size: 18px;
    color: #333333;
    position: relative;
}

#current-user .dropdown-menu li a:hover {
    color: #000000;
    background-color: #f1f1f1;
}

#current-user .dropdown-menu li.dropdown-last {
    color: #000000;
    background-color: #f1f1f1;
    border-bottom: 2px solid #00afe9;
}

#current-user .current-name {
    max-width: 145px;
    min-width: 145px;
    max-height: 50px;
    min-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#current-user .current-name span {
    display: block;
    white-space: nowrap;
    height: 30px;
    text-overflow: ellipsis;
    text-align: right;
    overflow: hidden;
}

#next-lesson {
    font-size: 16px;
    color: #808080;
    padding: 5px;
    width: 278px;
}

#next-lesson .user-next-lesson span {
    display: block;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00AFE9;
}

#next-lesson .user-next-lesson a {
    color: #00afe9;
    margin-left: 15px;
    letter-spacing: -0.5px;
}

#timezone .btn-group.bootstrap-select {
    margin-bottom: 0;
}

#timezone .btn-group.bootstrap-select button {
    background-color: #FFFFFF;
    font-size: 16px;
    color: #808080;
    padding: 0;
    margin-left: 24px;
}

#timezone .btn .caret {
    border: none;
}

#timezone .bootstrap-select .btn:focus {
    outline: none !important;
}

#current-day {
    font-size: 16px;
    font-family: arialnarrow;
    padding-left: 37px;
    padding-top: 2px;
}

#timezone_timezone {
    width: 150px;
    display: none;
}

#current-time {
    margin-left: 35px;
    line-height: 1;
    left: 1px;
    position: relative;
    top: 0px;
}

#current-time #time-point {
    width: 11px;
    height: 24px;
    padding-left: 2px;
}
.user-menu li a:hover {
    color: #00afe9;
}

.user-menu ul {
    width: 100%;
    font-weight: 300;
    background-color: #F1F1F1;
    z-index: 100;
    display: block;
    float: none;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    letter-spacing: -5px;
    border-bottom: 1px solid #D8D8D8;
    height: 53px;
    max-width: 1140px;
}

.user-menu ul li {
    letter-spacing: normal;
    line-height:normal;
    font-size: 16px;
    text-align: center;
    border-right:1px solid #d8d8d8;
}

.user-menu ul li:first-child {
    border-left:1px solid #d8d8d8;
}

.user-menu ul li.active {
    border-bottom-color: #e5e5e5;
    background-color: #E5E5E5;
}

.user-menu ul li.teacher-menu {
    width: 16.66%;
}

.user-menu ul li.teacher-menu[icon='icon-users'] {
    width: 14.66%;
}
.user-menu ul li.teacher-menu[icon='icon-modules'] {
    width: 18.66%;
}

.user-menu ul li.teacher-menu a span i{
    position: relative;
    left: 7px;
    top: 1px;
}

.user-menu ul li.student-menu {
    width: 20%;
}

.user-menu ul li.admin-menu {
    /*width: 16%;*/
    height: 53px;
}

.user-menu ul li a i {
    position: relative;
    top: -1px;
    left: 3px;
}

.login {
    padding: 7px 0 0 0;
}

.login #register_btn_header {
    background: url("../bundles/app/img/header_menu.png") 0 0 repeat-x;
    font-size: 18px;
    height: 42px;
    line-height: 38px;
    padding: 1px 15px 24px;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    top: -1px;
    right: -3px;
    border: none;
    letter-spacing: 1px;
}

.login #register_btn_header:hover {
    background: url("../bundles/app/img/header_menu_hover.png") 0 0 repeat-x;
}

.login #register_btn_header:focus {
    outline: 0;
}

.user-menu ul li.active {
    border-bottom-color: #e5e5e5;
}

#profile-menu .navbar-nav > li > a {
    line-height: 25px;
    font-family: arialnarrowbold;
}

#profile-menu ul li.active a span {
    border-bottom: 2px solid #00afe9;
    padding-bottom: 14px;
    padding-right: 2px;
    padding-top: 2px;
    position: relative;
    top: -1px;
}

#profile-menu ul li.teacher-menu {
    width: 220px;
}

#profile-menu ul li {
    border-bottom-width: 0px;
    font-size: 14px;
}

#profile-menu ul li:first-child {
    border-left: 0;
}

#profile-menu ul li:last-child {
    position: relative;
}

#profile-menu ul li.active a {
    color: #00afe9;
    background-color: #FFFFFF;
    display: block;
    position: relative;
    top: 1px;
    border-bottom: none;
    padding-bottom: 15px;
}

#profile-menu ul li.active {
    color: #00afe9;
    background-color: #FFFFFF;
}

/*menu icons*/

.user-menu [class^="icon-"],
.user-menu [class*=" icon-"],
button [class*=" icon-"],
button [class^="icon-"],
#current-user [class^="icon-"],
#current-user [class*=" icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 10px;
    line-height: 24px;
    vertical-align: text-top;
    background-image: url("../bundles/app/img/ll-icons-disable.png");
    background-repeat: no-repeat;
}

.user-menu li a:hover [class^="icon-"],
#current-user li a:hover [class^="icon-"],
.user-menu ul li.active [class^="icon-"] {
    background-image: url("../bundles/app/img/ll-icons-active.png");
}

.icon-journal {
    background-position: -1px 0;
}

.icon-schedule {
    background-position: -26px 0;
}

.icon-users {
    background-position: -51px 0;
}

.icon-modules {
    background-position: -76px 0;
}

.icon-office {
    background-position: -101px 0;
}

.icon-message {
    background-position: -126px 0;
}

.icon-application {
    background-position: -151px 0;
}

.icon-profile {
    background-position: -176px 0;
}

.icon-setting {
    background-position: -201px 0;
}

.icon-exit {
    background-position: -226px 0;
}

.icon-payment {
	width: 28px !important;
    background-position: -251px 0;
}

.notification {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    background-color: #e93503;
    border-radius: 50%;
    text-align: center;
    font-size: 18px !important;
    color: #ffffff;
}

.blue-caret-up {
    background-image: url('../bundles/app/img/blue-caret-up.png');
    width: 19px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -35px;
    left: 28px !important;
}

/*icon for buttons*/

button [class*=" icon-"],
button [class^="icon-"],
.with-icon [class*=" icon-"],
.with-icon [class^="icon-"] {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 10px;
    line-height: 24px;
    vertical-align: middle;
    background-image: url("../bundles/app/img/ll-btn-icons.png");
    background-repeat: no-repeat;
}

.icon-plus-circle {
    background-position: -1px 0;
}

.icon-upload-avatar {
    background-position: -75px 0;
}

.icon-upload-video {
    background-position: -25px 0;
}

.icon-record-video {
    background-position: -49px 0;
}

.icon-back {
    background-position: -98px 0;
}

.icon-next {
    background-position: -120px 0;
}

.icon-speaker {
    background-position: -142px 0;
}

.icon-plus {
    background-position: -166px 0;
}

.icon-save {
    background-position: -188px 0;
}

.icon-preview {
    background-position: -210px 0;
}

.icon-removeall {
    background-position: -233px 0;
}
.profile-edit {
    position: relative;
    top: -21px;
}

.profile-edit h1 {
    margin-bottom: 20px;
}

.profile-edit .block-biography {
    padding: 30px 0 41px 40px;
    width: 100%;
    display: block;
    height: 276px;
}

.profile-edit .block-workplaces {
    padding: 30px 0 41px 40px;
    width: 100%;
    display: block;
    min-height: 260px;
    margin-bottom: 0;
}

.profile-edit .block_button {
    height: 121px;
    background-color: #f1f1f1;
    border-bottom: 2px solid #00afe9;
    width: 100%;
}

.profile-edit .block_button .personal-data {
    position: relative;
    margin-left: 39px;
    margin-top: 38px;
    vertical-align: top;
    padding: 9px 9px 9px 42px;
}

.profile-edit .block_button .personal-data .icon {
    background: url("../bundles/app/img/row_left.png") no-repeat 0 0;
    display: block;
    height: 17px;
    left: 15px;
    position: absolute;
    top: 11px;
    width: 17px;
}

.profile-edit .block_button input[type=submit] {
    width: 236px;
    height: 48px;
    border: none;
    background: url("../bundles/app/img/register_cr_ac_bg.png") repeat-x center;
    color: #ffffff;
    display: inline-block;
    font-family: arialnarrow;
    font-size: 24px;
    font-weight: 300;
    margin-left: 220px;
    margin-top: 30px;
    padding: 6px 17px;
    vertical-align: top;
}

.profile-edit .block-workplaces .group-label {
    padding-top: 4px !important;
    display: inline-block;
    float: none;
}

.profile-edit .block-workplaces .width800 {
    padding-top: 8px;
    width: 821px;
    display: inline-block;
    float: none;
}

.profile-edit .block-workplaces .width800 .clearfix {
    margin-bottom: 8px;
}

.profile-edit .block-workplaces .width800 .workplace-item {
    clear: both;
}

.profile-edit .block-workplaces .width800 .clearfix > div > div:nth-last-child(3) {
    background: url("../bundles/app/img/personal-from-to.png") no-repeat scroll 117px 20px transparent;
    display: inline-block;
    float: left;
    height: 40px;
    width: 136px;
}

.profile-edit .block-workplaces .width800 .clearfix button.close {
    background: url('../bundles/app/img/btn-remove.png') no-repeat center;
    width: 30px;
    height: 30px;
    border: none;
    display: inline-block;
    margin-top: 5px;
}

.profile-edit .block-workplaces .width800 .clearfix button.close:hover {
    background: url('../bundles/app/img/btn-remove-focus.png') no-repeat center;
}

.profile-edit .block-workplaces .width800 .workplaces-years {
    width: 107px;
    height: 40px;
    margin-right: 29px;
    display: none;
}

.profile-edit .block-workplaces .width800 .workplaces-years div.jq-selectbox__select-text {
    overflow: visible;
}

.profile-edit .block-workplaces .workplace-description {
    width: 496px;
    height: 39px;
    margin-left: 8px;
    padding: 7px 9px;
    position: relative;
    top: -1px;
    font-family: Arial;
    color: #000000;
    font-size: 14px;
}

.profile-edit .block-workplaces #add_workplace {
    margin-top: 2px;
    width: 133px;
    height: 39px;
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    line-height: 22px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    color: #666666;
    font-family: arialnarrow;
    font-size: 16px;
    font-weight: 300;
    padding-top: 8px;
}

.profile-edit .block-workplaces #add_workplace .icon-plus-circle {
    position: relative;
    top: 1px;
    left: -3px;
    margin-right: 0;
}

.profile-edit .block-workplaces #add_workplace:focus {
    outline: 0;
    color: #666666;
}

.profile-edit .block-workplaces .width800 .workplaces-years .jq-selectbox__select {
    height: 39px;
}

.profile-edit .block-workplaces #add_workplace.btn:hover {
    border: solid 1px #c6c6c6;
    color: #666666;
}

.profile-edit ul.nav-tabs {
    background: #f1f1f1;
}

.profile-edit ul.nav li {
    padding: 0 35px;
    border-right: 1px solid #dddddd;
}

.profile-edit ul.nav li > a {
    font-size: 14px;
    padding: 17px 0 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    border: none;
    color: #999;
}

.profile-edit ul.nav li.active > a {
    border-left: none;
    color: #00AFE9;
    border-bottom: 3px solid #00AFE9;
    padding-bottom: 15px;
}

.profile-edit ul.nav li.active > a:hover {
    border: none;
    border-bottom: 3px solid #00AFE9;
}

.profile-edit ul.nav li.active {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.profile-edit ul.nav li:last-child {
    padding: 0 48px;
}

.profile-edit .add-avatar-wrapper {
    width: 50%;
    padding-left: 40px;
}

.profile-edit .avatar-title,
.profile-edit .video-title {
    font-size: 18pt;
    line-height: 30px;
    color: #333;
}

.profile-edit .add-avatar-wrapper .avatar-title {
    width: 221px;
}

.profile-edit .add-avatar-wrapper .avatar-block {
    padding: 6px 0 0;
}

.profile-edit .add-avatar-wrapper .avatar-block .btn {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: auto;
    text-align: left;
    height: 39px;
    padding-top: 7px;
    font-size: 16px;
}

.profile-edit .add-avatar-wrapper .avatar-block .btn i {
    margin-left: 7px;
    margin-right: 3px;
}

.profile-edit .add-video-wrapper {
    padding-left: 30px;
}

.profile-edit .avatar-title, .profile-edit .video-title {
    font-size: 24px;
}

.profile-edit .add-video-wrapper .video-title {
    width: 125px;
}

.profile-edit .add-video-wrapper .video-block {
    width: 400px;
}

.video-block #modalPreview .modal-dialog {
    border-top: 2px solid #00AFE9;
    left: 0;
    position: relative;
    top: 10%;
    width: 640px;
}
.video-block #modalPreview .modal-dialog .modal-content {
    border: medium none;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}
.video-block #modalPreview .modal-dialog .modal-content #jp_container_profile {
    border: medium none;
}
.video-block #modalPreview .modal-dialog .modal-content .close {
    background: url("../bundles/app/img/close-btn.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    opacity: 1;
    position: absolute;
    right: -18px;
    top: -13px;
    width: 34px;
}

.profile-edit .add-video-wrapper .video-block .player {
    background: url("../bundles/app/img/profile-empty-video.png") no-repeat center;
    height: 151px;
    width: 300px;
    margin-left: 12px;
    margin-top: 6px;
    position: relative;
}

.profile-edit .add-video-wrapper .video-block .player.with-video {
    cursor: pointer;
}

.profile-edit .add-video-wrapper .video-block .buttons {
    margin-top: 20px;
    margin-left: 77px;
}

.profile-edit .add-video-wrapper .video-block .buttons .upload {
    width: auto;
    text-align: left;
    height: 39px;
    padding-top: 7px;
    font-size: 16px;
}

.profile-edit .add-video-wrapper .video-block .buttons .upload i {
    margin-left: 2px;
    margin-right: 5px;
}

.profile-edit .add-video-wrapper .video-block .buttons .record {
    width: 172px;
    text-align: left;
    height: 39px;
    padding-top: 7px;
    font-size: 16px;
    margin-left: 14px;
}

.profile-edit .add-video-wrapper .video-block .buttons .record i {
    margin-left: 6px;
    margin-right: 9px;
}

.profile-edit .add-video-wrapper .video-block .modal-dialog {
    width: 680px;
}

.profile-edit .block-media {
    margin: 38px 0 43px;
    overflow: hidden;
}

.profile-edit .block-info,
.profile-edit .block-language {
    margin: 0;
    padding: 27px 0 41px 40px;
    float: left;
    width: 100%;
    clear: both;
}

.profile-edit .block-language {
    padding-bottom: 32px;
}

.profile-edit .block-info .group-label,
.profile-edit .block-biography .group-label,
.profile-edit .block-workplaces .group-label,
.profile-edit .block-language .group-label {
    line-height: 30px;
    width: 180px;
    padding-top: 7px;
    margin-right: 40px;
}

.profile-edit .block-biography textarea {
    height: 213px;
    min-height: 213px;
    border: 1px solid #d9d9d9;
    max-width: 820px;
    min-width: 820px;
    width: 820px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 300;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 13px;
}

.width440 {
    width: 440px;
}

.width800 {
    width: 800px;
}

.profile-edit .form-group {
    padding: 0 0 50px 60px;
}

.profile-edit input, .profile-edit select {
    display: block;
    width: 381px;
    height: 40px;
    margin-bottom: 8px;
    line-height: 1.428571429;
    color: #555555;
    margin-top: 3px;
}

.profile-edit .birthDate select {
    width: auto;
    display: inline-block;
}

.profile-edit .birthDate .jq-selectbox {
    margin-right: 10px;
}

.profile-edit .birthDate .jq-selectbox:last-child {
    margin-right: 0px;
}

.profile-edit .birthDate .jq-selectbox__select {
    height: 38px;
}

.profile-edit .birthDate select[name*='[day]'] {
    width: 109px;
    height: 40px;
}

.profile-edit .birthDate select[name*='[month]'] {
    width: 144px;
    margin-left: 10px;
    height: 40px;
}

.profile-edit .birthDate select[name*='[year]'] {
    width: 108px;
    margin-left: 10px;
    height: 40px;
}

.profile-edit .jq-selectbox {
    margin: 1px 0 21px;
}

.profile-edit #app_profile_teacher_general_user_country-styler,
.profile-edit #app_profile_teacher_general_user_city-styler,
.profile-edit #app_profile_student_general_user_country-styler,
.profile-edit #app_profile_student_general_user_city-styler {
    margin-bottom: 12px;
}

.profile-edit .slider-personal {
    clear: both;
    padding-left: 221px;
    padding-top: 4px;
}

.profile-edit .slider-personal .jq-selectbox {
    margin: -2px 0 21px;
}

.profile-edit .slider-position {
    float: left;
    width: 375px;
    font-family: arialnarrowbold;
    font-weight: 300;
}

.profile-edit label {
    font-size: 18px;
}

.profile-edit .slider-personal label {
    display: block;
}

.profile-edit .slider-personal .btn-remove {
    margin-top: 19px;
    margin-left: 20px;
}

.profile-edit .slider-personal .slider-wrapper {
    background: url("../bundles/app/img/slider-bg.png") repeat-x left top;
}

.profile-edit .slider-personal .width360 {
    width: 375px;
}

.profile-edit .slider-personal .changing-range {
    padding: 5px 1px 0px;
    font-family: arialnarrowbold;
    font-weight: 300;
}

.profile-edit .slider-personal .controls .clearfix > div {
    margin-top: -15px;
    float: left;
}

.profile-edit .slider-personal .controls .clearfix:first-child > div {
    margin-top: 0;
}

.profile-edit .slider-personal .controls .clearfix .slider-position label {
    display: none;
}

.profile-edit .slider-personal .controls .clearfix:first-child .slider-position label {
    display: block;
}

.profile-edit .slider-personal .controls .clearfix .slider-position .slider-wrapper {
    margin-top: 30px;
}

.profile-edit .slider-personal .controls .clearfix:first-child .slider-position .slider-wrapper {
    margin-top: 0px;
}

.profile-edit .add_language label {
    display: none;
}

.profile-edit .btn-add {
    margin-left: 221px;
    margin-top: -11px;
    height: 39px;
    width: 132px;
    text-align: left;
    padding: 0 19px 0;
    line-height: 37px;
    font-size: 16px;
}

.profile-edit .btn-add .icon-plus-circle {
    margin-right: 1px;
}

.profile-edit .block-translator {
    margin-left: 200px;
    clear: both;
    padding-bottom: 6px;
}

.profile-edit .block-translator .controls {
    padding-top: 25px;
}

.profile-edit #app_profile_teacher_general_onDuty-styler,
.profile-edit #app_profile_student_general_onDuty-styler {
    width: 17px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}

.profile-edit .block-buttons {
    padding-left: 454px;
    margin: 0;
    padding-top: 30px;
    border-bottom: 2px solid #00AFE9;
    padding-bottom: 33px;
    overflow: hidden;
}

.profile-edit .block-buttons .control-label {
    display: none;
}

.profile-edit .block-buttons input {
    width: 235px;
    color: #FFF;
    font-size: 24px;
    line-height: 0;
    margin-top: 0;
    height: 48px;
    float: left;
}

.profile-edit .block-buttons .personal-data {
    float: right;
    margin: 8px 38px 0px 0px;
    height: 40px;
    line-height: 28px;
    width: auto;
    text-align: left;
    padding: 5px 14px 0px;
    font-size: 16px;
}

.profile-edit .block-buttons .personal-data i {
    margin-left: 5px;
}

.profile-edit .border {
    clear: both;
}

.profile {
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);

}

.profile .profile-edit-button {
    display: inline-block;
    background: url("../bundles/app/img/btn-edit-profile.png") no-repeat center;
    width: 157px;
    height: 40px;
}

a .profile-edit-button:hover {
    background: url("../bundles/app/img/btn-edit-profile-hover.png") no-repeat center;
}

.profile .rating-stars {
    padding: 0px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.profile .rating-stars img {
    margin-right: 3px;
}

.profile-about {
    margin-top: 32px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border: 1px solid #CECECE;
}

.profile-edit .language_container .control-group {
    float: left;
}

.profile-edit .language_container:first-child .control-group:last-child label {
    display: block;
}

.profile-edit .language_container .control-group:last-child label {
    display: none;
    font-family: arialnarrowbold;
    font-weight: 300;
}

#edit-student-profile-general .control-group label.required,
#edit-teacher-profile-general .control-group label.required {
    font-family: arialnarrowbold;
    font-weight: 300;
}

.profile-edit .language_container .control-group:last-child label span {
    font-family: arialnarrow;
    font-weight: 300;
}

.profile-edit .language_container .control-group:last-child {
    padding-left: 58px;
}

.profile-edit .language_container {
}

.profile-about .form-content .cutting {
    color: #666666;
    font-family: Arial;
    font-size: 14px;
}

.profile-edit .block-translator label {
    font-weight: 300;
}

.profile-edit .block-language .add_language .btn:hover {
    border: solid 1px #c6c6c6;
    color: #666666;
}

.profile-edit .block-language .add_language button {
    padding-left: 22px;
    margin-top: -42px;
    width: 133px;
    height: 39px;
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    line-height: 22px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.2);
}

.profile-edit .block-language .add_language button:focus {
    outline: 0;
    color: #666666;
}

.profile-edit .block-language .add_language #add_language span {
    position: relative;
    top: -1px;
    left: -3px;
    margin-right: 0;
}

.profile-edit .block-language .add_language #add_language {
    font-size: 16px;
    line-height: 28px;
}

/*User registration page style*/

#main-register input,
#main-register select {
    display: block;
    height: 40px;
    margin-bottom: 13px;
    line-height: 1.428571429;
    color: #555555;
}

#main-register label {
    margin-bottom: 4px;
    font-family: arialnarrowbold;
    font-weight: 300;
    font-size: 18px;
}

#main-register .jqselect {
    display: block !important;

}



#main-register .jq-selectbox__select {
    height: 39px;
    margin-top: 0;
}

#main-register .jq-selectbox__trigger-arrow {
    top: 12px;
    right: 15px;
}

#main-register input[type="checkbox"] {
    display: inline-block;
    padding: 0;
    margin-bottom: 8px;
    margin-left: 21%;
    border: none;
    height: 16px;
    width: 16px;
}

#main-register .form-group .reg-language {
    padding: 30px 0 50px 60px;
}

#main-register .no-padding {
    padding-bottom: 0;
    margin-bottom: 0;
}

#main-register .no-padding div button[type="submit"] {
    margin-top: 20px;
    background: none repeat scroll 0 0 #9dc62e;
    opacity: 1;
    box-shadow: 0 1px 0 rgba(50, 50, 50, 0.5);
}

#main-register .slider-position {
    margin-left: 60px;
    width: 380px;
}

#main-register .slider-position label span {
    font-weight: normal;
    font-family: arialnarrow;
    font-size: 16px;
}

#main-register .language_selector {
    margin-top: -30px;
}

#main-register .language_container {
    margin-bottom: 15px;
}

#main-register button.close {
    margin-top: 11px;
}

#main-register .btn:hover {
    border: solid 1px #c6c6c6;
    color: #333333;
}

#main-register .changing-range {
    margin-top: 8px;
    font-size: 24px;
    font-family: arialnarrowbold;
    font-weight: 300;
}

#main-register .nav-tabs {
    border: none;
    background-color: #f1f1f1;
}

#main-register .nav-tabs li {
    border: none;
}

#main-register .nav-tabs li:first-child {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

#main-register .nav-tabs li.active:first-child {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

#main-register .nav-tabs li:last-child {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

#main-register .nav-tabs li.active:last-child {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

#main-register .nav-tabs li a {
    margin: 0;
    border: none;
    text-align: center;
    border-radius: 0;
    padding: 34px 34px 33px 109px;
    color: #999;
}

#main-register .nav-tabs li a:focus {
    outline: 0;
}

#main-register .nav-tabs li.active {
    border-bottom: none;
}

#main-register .nav-tabs li.active a span {
    border-bottom: 2px solid #00afe9;
    padding-bottom: 35px;
}





#main-register .nav-tabs li {
    width: 50%;
}

#add_teacher_language span,
#add_student_language span {
    position: relative;
    top: -1px;
    left: -3px;
    margin-right: 0;
}

#add_teacher_language,
#add_student_language {
    font-size: 16px;
    line-height: 28px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

#main-register .gray {
    background-color: #f8f8f8;
    padding: 0;
    margin: 0;
}

.group-label {
    width: 221px;
    padding-right: 25px;
    line-height: 1.3;
    color: #000000;
}

.workplace-description {
    width: 440px;
    height: 100px;
}

.register-textarea {
    width: 320px;
    height: 100px;
}

.register-subtitle {
    font-size: 18px !important;
    margin-bottom: 13px;
    margin-top: -3px;
}

#main-register .grey-line {
    background-color: #e5e5e5;
    height: 1px;
    margin: 39px 0 0 221px;
}

.duty {
    margin-bottom: -35px;
    margin-left: 225px;
}

.register_form {
    border-bottom: 2px solid #00afe9;
}

.border {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

#main-register .create_account {

    padding-top: 29px;
    padding-bottom: 59px;
    margin: 0;
    font-size: 16px;
    background-color: #f1f1f1;
}

#main-register .create_account button {
    margin: 29px 0 0 0;
    width: auto;
    height: 48px;
    border: none;
    background: url("../bundles/app/img/register_cr_ac_bg.png") repeat-x center;
}

#main-register .create_account button:hover {
    background: url("../bundles/app/img/register_cr_ac_bg_hv.png") repeat-x center;
    border: solid 1px #80a619;
    color: #ffffff;
}

#main-register .middle_block.teacher_middle_block {
    height: 231px;
}

#main-register .add_language button {
    margin-top: -42px;
    width: 133px;
    height: 39px;
    background-color: #f1f1f1;
    border: 1px solid #d9d9d9;
    line-height: 22px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 1px 0px rgba(0, 0, 0, 0.2);
}

#main-register .add_language button:focus {
    outline: 0;
    color: #666666;
}

#main-register .top_block {
    padding: 0 0 27px 0;
    background-color: #f8f8f8;
}

#main-register .top_block .form-group {
    margin: 0;
}

#main-register .block_header {
    margin: 0;
    height: 313px;
}

#main-register .on_duty,
#main-register .on_duty label {
    font-size: 16px;
    font-weight: bold;
}

#main-register  a,
#main-register a:hover {
    color: #00afe9;
    outline: 0;
}

#main-register .on_duty a {
    margin-left: 20px;
}

#main-register .jq-checkbox {
    width: 17px;
    height: 17px;
    margin-right: 3px;
}

#main-register .btn-remove {
    margin: 4px 0 0 20px;
}

#main-register .lead {
    margin: 0;
}

#main-register .slider-personal .slider-wrapper {
    position: relative;
    background: url('../bundles/app/img/slider_bg_1.png') repeat-x;
}

#main-register .slider-wrapper .ui-slider .ui-slider-range .label {
    font-weight: 300;
}

#main-register .jq-checkbox {
    padding-left: 2px;
}

.invalid{
    border: 1px solid red;
}

#main-register .want-learn {
    float: left;
}

#app_student_registration_studentLanguages{
    margin-top: 20px;
}

#app_teacher_registration_teacherLanguages{
    margin-top: 20px;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
#index_page {
  width: 100%;
  height: 100px;
  position: relative;
}
#index_page h2 {
  color: #000000;
  font-family: Trebuchet MS;
  font-size: 42px;
  text-align: center;
  margin: 0;
  padding-top: 86px;
}
#index_page .menu_tab {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  border: none;
  margin: 24px auto 0;
  text-align: center;
  width: 630px;
  padding: 0;
}
#index_page .menu_tab li {
  vertical-align: top;
  display: inline-block;
  line-height: 48px;
  letter-spacing: normal;
  width: 310px;
  height: 54px;
  background: url('../bundles/app/img/index_menu_tab_li.png') 0 0 repeat-x;
  border: 1px solid #bababa;
}
#index_page .menu_tab li a {
  font-size: 22px;
  font-family: arial;
  color: #999999;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 49px;
}
#index_page .menu_tab li a .icon {
  position: absolute;
  background-image: url('../bundles/app/img/index_menu_tab_icon.png');
  height: 55px;
  width: 32px;
  background-repeat: no-repeat;
}
#index_page .menu_tab li a:focus {
  outline: 0;
}
#index_page .menu_tab .for_student {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
#index_page .menu_tab .for_student a {
  padding-left: 55px;
}
#index_page .menu_tab .for_student a .icon {
  background-position: 0 0;
  left: 69px;
  top: 11px;
}
#index_page .menu_tab .for_student.small_padding a {
  padding-left: 57px;
}
#index_page .menu_tab .for_student.small_padding a .icon {
  left: 85px;
}
#index_page .menu_tab li:hover {
  background: url('../bundles/app/img/index_menu_tab_li.png') 0 0 repeat-x;
  border: 1px solid #bababa;
}
#index_page .menu_tab li:hover a {
  color: #12adef;
  text-shadow: 0 1px 0 #ffffff;
}
#index_page .menu_tab li.active:hover {
  background: url('../bundles/app/img/index_menu_tab_li_active_hover.png') 0 0 repeat-x;
  height: 54px;
  border: none;
}
#index_page .menu_tab li.active:hover a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
#index_page .menu_tab .for_student:hover a .icon {
  background-position: -64px 0;
}
#index_page .menu_tab .for_teacher {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
#index_page .menu_tab .for_teacher a {
  padding-left: 53px;
}
#index_page .menu_tab .for_teacher a .icon {
  background-position: -96px 0;
  left: 31px;
  top: 11px;
}
#index_page .menu_tab .for_teacher.small_padding a {
  padding-left: 56px;
}
#index_page .menu_tab .for_teacher.small_padding a .icon {
  left: 49px;
}
#index_page .menu_tab .for_teacher:hover a .icon {
  background-position: -160px 0;
}
#index_page .menu_tab .for_teacher.active:hover,
#index_page .menu_tab .for_teacher.active {
  border-left: 1px solid #14acde;
}
#index_page .menu_tab .for_teacher.active:hover a .icon,
#index_page .menu_tab .for_teacher.active a .icon {
  background-position: -128px 0;
}
#index_page .menu_tab .for_student.active:hover,
#index_page .menu_tab .for_student.active {
  border-right: 1px solid #14acde;
}
#index_page .menu_tab .for_student.active:hover a .icon,
#index_page .menu_tab .for_student.active a .icon {
  background-position: -32px 0;
}
#index_page .menu_tab .active {
  background: url('../bundles/app/img/index_menu_tab_li_active.png') 0 0 repeat-x;
  height: 54px;
  border: none;
}
#index_page .menu_tab .active a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#index_page #capability_tab_content {
  margin: 0 auto;
}
#index_page .capability_content {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  border: none;
  margin: 45px auto 29px;
  text-align: center;
  width: 1140px;
  padding: 0;
}
#index_page .capability_content li {
  vertical-align: top;
  display: inline-block;
  width: 340px;
  letter-spacing: normal;
}
#index_page .capability_content li h4 {
  margin: 0 0 12px;
  font-family: Trebuchet MS;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  line-height: 29px;
}
#index_page .capability_content li .content {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  height: auto;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
  min-width: 100%;
}
#index_page .capability_content li a {
  text-decoration: underline;
  color: #00afe9;
  display: block;
  font-size: 14px;
  text-align: left;
  height: 20px;
}
#index_page .capability_content li .icon {
  background-image: url('../bundles/app/img/content_tab_icon_1.png');
  height: 160px;
  background-repeat: no-repeat;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#index_page .capability_content .left {
  margin-right: 60px;
}
#index_page .capability_content .left .icon {
  width: 133px;
  left: -2px;
  top: 1px;
}
#index_page .capability_content .center {
  margin-right: 60px;
}
#index_page .capability_content .center .icon {
  background-position: -133px 0;
  width: 146px;
  left: 5px;
  top: 1px;
}
#index_page .capability_content .right {
  margin-right: 0;
}
#index_page .capability_content .right .icon {
  width: 157px;
  background-position: -281px 0;
  left: -1px;
  top: 1px;
}
#index_page .capability_content.teacher li .icon {
  background-image: url('../bundles/app/img/content_tab_icon_2.png');
}
#index_page .capability_content.teacher .left .icon {
  width: 161px;
  left: 1px;
  top: 10px;
}
#index_page .capability_content.teacher .center .icon {
  background-position: -161px 0;
  width: 140px;
  left: 0;
  top: 10px;
}
#index_page .capability_content.teacher .right .icon {
  width: 164px;
  background-position: -304px 0;
  left: 3px;
  top: 10px;
}
#index_page #reviews_tab_content {
  margin: 2px auto 0;
}
#index_page .reviews_content {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  width: 1140px;
  margin: 59px auto 0;
  padding: 0;
  display: block;
}
#index_page .reviews_content li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: normal;
  width: 340px;
  margin-right: 60px;
  position: relative;
}
#index_page .reviews_content li .icon {
  position: absolute;
  background: url('../bundles/app/img/index_reviews_icon.png') 0 0 no-repeat;
  width: 41px;
  height: 20px;
  left: 101px;
  top: 91px;
}
#index_page .reviews_content li .avatar {
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-bottom: 14px;
  box-shadow: 0 0 0 2px #ffffff;
  margin-left: 2px;
  border-radius: 50%;
}
#index_page .reviews_content li .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#index_page .reviews_content li .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_96.png');
}
#index_page .reviews_content li .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_96.png');
}
#index_page .reviews_content li h6 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  margin: 28px 0 34px;
  color: #333333;
}
#index_page .reviews_content li h6 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 2px;
}
#index_page .reviews_content li .text {
  font-size: 14px;
  clear: both;
  color: #666666;
  font-family: Arial;
  font-style: italic;
  background: url('../bundles/app/img/reviews_content_text_bg.png') 0 0 repeat;
  line-height: 26px;
  padding-bottom: 26px;
}
#index_page .reviews_content li:nth-child(3n) {
  margin-right: 0;
}
#index_page #header {
  background: none;
  position: relative;
  z-index: 400;
  height: 96px;
  margin: 0 auto;
  width: 1180px;
}
#index_page #content {
  position: relative;
  top: -96px;
  margin-bottom: -96px;
  min-width: 1180px;
}
#index_page #content #top {
  background-color: #ffffff;
  height: 700px;
}
#index_page #content #top #top_tab_content {
  margin: 0 auto;
  height: 700px;
  width: 100%;
  min-width: 1140px;
}
#index_page #content #top .top_banner_one {
  background-image: url('../bundles/app/img/index_top_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  min-width: 1140px;
}
#index_page #content #top .top_banner_two {
  background-image: url('../bundles/app/img/index_top_bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  min-width: 1140px;
}
#index_page #content #top .top_text {
  height: 700px;
  width: 1440px;
  margin: 0 auto 0 -720px;
  left: 50%;
  padding-top: 70px;
  position: relative;
  z-index: 200;
}
#index_page #content #top .top_text h1 {
  color: #ffffff;
  margin: 0 340px;
  margin-top: 98px;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}
#index_page #content #top .top {
  bottom: 700px;
  height: 700px;
  width: 1440px;
  margin: 0 auto 0 -720px;
  left: 50%;
  padding-top: 70px;
  position: relative;
  z-index: 200;
}
#index_page #content #top .top h1 {
  color: #ffffff;
  margin: 0 340px;
  margin-top: 98px;
  text-align: center;
  font-family: Trebuchet MS;
  font-size: 50px;
  font-weight: 700;
  line-height: 58px;
}
#index_page #content #top .top .block {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  top: 291px;
  height: 443px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 200;
}
#index_page #content #top .top .block li {
  display: inline-block;
  line-height: normal;
  letter-spacing: normal;
  width: 520px;
  height: 520px;
  vertical-align: top;
  position: relative;
}
#index_page #content #top .top .block li h3 {
  text-align: center;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 30px;
  font-weight: bold;
  margin: 245px 0 8px;
}
#index_page #content #top .top .block li .text {
  text-align: center;
  color: #666666;
  font-family: Arial;
  font-size: 18px;
  margin: 0 auto 32px;
  width: 386px;
  line-height: 23px;
}
#index_page #content #top .top .block .search_teacher {
  background: url('../bundles/app/img/search_teacher_bg.png') 0 100% no-repeat;
  left: 5px;
  top: -5px;
}
#index_page #content #top .top .block .play_video {
  background: url('../bundles/app/img/play_video_bg.png') 0 0 no-repeat;
  width: 110px;
  position: relative;
  top: -27px;
}
#index_page #content #top .top .block .search_student {
  background: url('../bundles/app/img/search_student_bg.png') 0 100% no-repeat;
  top: -5px;
  left: -5px;
}
#index_page #content #top .block_bg {
  position: relative;
  background: url('../bundles/app/img/index_top_ul_bg.png') 0 100% repeat-x;
  bottom: 700px;
  height: 100px;
  width: 100%;
  z-index: 0;
}
#index_page #content #middle {
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 300;
  top: -5px;
  margin-bottom: -5px;
}
#index_page #content #middle .block_bg {
  position: relative;
  background: url('../bundles/app/img/index_middle_bg.png') 0 100% repeat-x;
  height: 5px;
  width: 100%;
}
#index_page #content #middle .middle_bg {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
#index_page #content #middle .middle_bg .middle {
  width: 1440px;
  margin: 0 auto 0 -720px;
  left: 50%;
  position: relative;
}
#index_page #content #middle .middle_bg .middle h2 {
  color: #000000;
  font-family: Trebuchet MS;
  font-size: 42px;
  text-align: center;
  margin: 0;
  padding-top: 86px;
}
#index_page #content #bottom {
  width: 100%;
  background-color: #f4f4f4;
}
#index_page #content #bottom .bottom {
  margin: 0 auto 0 -720px;
  left: 50%;
  position: relative;
  width: 1440px;
  padding-bottom: 38px;
}
#index_page #content #bottom .bottom h2 {
  padding-top: 57px;
}
#index_page #content #bottom .bottom .all_reviews {
  display: block;
  margin: 10px auto 17px;
  background: url('../bundles/app/img/index_all_reviews.png') 0 0 repeat-x;
  height: auto;
  border-radius: 18px;
  line-height: 32px;
  border: 2px solid #c4c4c4;
  color: #777777;
  font-family: Trebuchet MS;
  font-size: 16px;
  width: 205px;
  position: relative;
  padding: 1px 3px 3px 44px;
}
#index_page #content #bottom .bottom .all_reviews .icon {
  background: url('../bundles/app/img/index_all_reviews_icon.png') 0 0 no-repeat;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 9px;
}
#index_page #content #bottom .bottom .all_reviews:hover {
  color: #12adef;
  border: 2px solid #12adef;
  text-decoration: none;
}
#index_page #content #bottom .bottom .all_reviews:hover .icon {
  background-position: -17px 0;
}
#index_page #content #bottom .bottom #reviews_menu_tab {
  position: relative;
}
#index_page #content #bottom .bottom #reviews_menu_tab li {
  position: relative;
  height: 54px;
}
#index_page #content #bottom .bottom #reviews_menu_tab li a {
  padding-left: 55px;
  position: relative;
}
#index_page #content #bottom .bottom #reviews_menu_tab li a .icon {
  position: absolute;
}
#index_page #content #bottom .bottom #reviews_menu_tab .active {
  position: relative;
  background: url('../bundles/app/img/index_menu_tab_li_active_1.png') 0 0 repeat-x;
}
#index_page #content #bottom .bottom #reviews_menu_tab .active a {
  height: 54px;
}
#index_page #content #bottom .bottom #reviews_menu_tab .active:hover {
  background: url('../bundles/app/img/index_menu_tab_li_active_hover.png') 0 0 repeat-x;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_student {
  position: relative;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_student a {
  padding-top: 2px;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_student a .icon {
  top: 11px;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_teacher {
  position: relative;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_teacher a {
  padding-left: 52px;
  padding-top: 0;
}
#index_page #content #bottom .bottom #reviews_menu_tab .for_teacher a .icon {
  position: absolute;
  top: 10px;
  left: 48px;
}
#index_page .footer {
  margin-top: 0;
}
#index_page #container {
  margin-top: 0;
}
#index_page #header .header.no_login {
  position: fixed;
}
.common-page {
  background-color: #ffffff;
}
#common_page {
  width: 100%;
  height: 100px;
  position: relative;
}
#common_page #header {
  background: #ffffff;
  position: relative;
  z-index: 400;
  height: 96px;
  margin: 0 auto;
  width: 1180px;
}
#common_page #content {
  position: relative;
  top: -96px;
  min-width: 1180px;
  margin-bottom: -96px;
}
#common_page #content #top {
  background-image: url('../bundles/app/img/common_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-width: 1140px;
}
#common_page #content #top .top {
  height: 315px;
  width: 1170px;
  margin: 0 auto;
  padding: 80px 13px 0;
  position: relative;
  z-index: 200;
}
#common_page #content #top .top h2 {
  color: #ffffff;
  margin: 98px 0 7px 0;
  font-family: Trebuchet MS;
  font-size: 48px;
  line-height: 58px;
}
#common_page #content #top .top p {
  font-family: Trebuchet MS;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 22px;
}
.register_btn {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15);
  background: url('../bundles/app/img/index_reg_li.png') 0 0 repeat-x;
  font-size: 18px !important;
  padding: 1px 16px;
  height: 43px;
  line-height: 36px;
  border: none;
  letter-spacing: 1px;
}
#header .header {
  width: 1140px;
}
#header .header .logo {
  padding: 0 0 0 20px;
  position: relative;
  top: -9px;
}
#header .header .navbar-main {
  background: none;
  border: none;
  display: inline-block;
  width: 556px !important;
  padding-left: 13px;
}
#header .header .navbar-main ul {
  font-size: 0;
  line-height: 0;
  margin-top: 3px;
  position: relative;
  left: -4px;
  margin-left: 0;
  margin-right: 0;
  width: 527px;
}
#header .header .navbar-main ul li {
  padding: 0 18px;
}
#header .header .navbar-main ul li a {
  padding: 14px 0 32px;
  font-size: 18px;
  color: #333333;
  font-family: arialnarrow;
  letter-spacing: 1px;
}
#header .header .navbar-main ul li a:hover {
  background: none;
  color: #13aef0;
  border-bottom: 2px solid #13aeef;
}
#header .header .navbar-main ul .active a {
  background: none;
  color: #13aef0;
  border-bottom: 2px solid #13aeef;
}
#header .login {
  width: 290px;
  position: relative;
  right: 0;
  top: 1px;
}
#header .language_selector {
  margin: 0;
  padding: 4px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
#header .language_selector .language_selector_list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
  max-width: 120px;
}
#header .language_selector .language_selector_list li {
  display: inline-block;
}
#header .language_selector .language_selector_list li img {
  width: 24px;
}
#header .language_selector .language_selector_list a {
  border: none;
}
#header .language_selector .language_selector_list a.active {
  padding-bottom: 4px;
  border-bottom: 2px solid #13aeef;
}
#header #current-user {
  padding: 9px 0 0;
  position: relative;
  right: -22px;
  width: 286px;
}
#header #current-user ul.dropdown-menu li a i {
  margin-top: 3px;
  left: -3px;
  position: relative;
}
#header #current-user .avatar {
  width: 66px;
  height: 66px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 5px;
  left: 8px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
#header #current-user .avatar img {
  border-radius: 50%;
}
#header #current-user .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_66.png');
}
#header #current-user .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_66.png');
}
#header .user-next-lesson {
  margin-bottom: 1px;
  margin-top: -4px;
}
#header .user-next-lesson img {
  position: relative;
  left: -3px;
  top: 5px;
}
#header .user-next-lesson .group-lesson {
  margin-left: 15px;
}
#header .user-next-lesson-top {
  font-family: arialnarrow;
  position: relative;
  padding-left: 38px;
  top: -1px;
  width: 250px;
  display: block;
}
#header .user-next-lesson-bottom {
  font-family: arialnarrow;
  position: relative;
  padding-left: 38px;
}
#header .header.no_login {
  width: 1180px;
}
#header .header.no_login .logo {
  padding: 0 0 0 32px;
  position: relative;
  top: -1px;
  left: 3px;
}
#container .content {
  max-width: 100%;
}
#container .content .menu_tab_journal {
  height: 55px;
  background-color: #f1f1f1;
  vertical-align: top;
  border-top: 1px solid #cecece;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  border-bottom: 1px solid #D8D8D8;
}
#container .content .menu_tab_journal li {
  border-left: 0;
  display: inline-block;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  height: 55px;
}
#container .content .menu_tab_journal li a {
  padding: 16px 69px 0;
  color: #999999;
  font-family: arialnarrowbold;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-right: 1px solid #D8D8D8;
  height: 54px;
}
#container .content .menu_tab_journal li a:hover,
#container .content .menu_tab_journal li a:focus {
  background: none;
  outline: none;
}
#container .content .menu_tab_journal li .notification {
  font-size: 16px;
  color: #ffffff;
  display: inline;
  height: 26px;
  line-height: 25px;
  position: absolute;
  right: 32px;
  top: 14px;
  width: 26px;
}
#container .content .menu_tab_journal li .slash-count {
  font-family: arialnarrowbold;
  font-size: 14px;
  color: #c3c3c3;
  margin-left: 5px;
}
#container .content .menu_tab_journal li:first-child .active {
  box-shadow: none;
}
#container .content .menu_tab_journal li.active {
  background-color: #ffffff;
}
#container .content .menu_tab_journal li.active a {
  color: #00afe9;
}
#container .content .menu_tab_journal li.active a span {
  border-bottom: 2px solid #00AFE9;
  padding-bottom: 15px;
}
#container .content .teacher_students_new_tab li:last-child {
  width: 220px;
}
#container .content .teacher_students_new_tab li:last-child a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#container .content .teacher_students_new_tab li:last-child .notification {
  right: 19px;
}
#container .content .student_office_tab li {
  width: 220px;
}
#container .content .student_office_tab li a {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
#container .content .search-teacher * select {
  display: none;
}
#container .content .search-teacher h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
#container .content .search-teacher.no-focus {
  background-color: #f3f3f3;
}
#container .content .search-teacher .main-teachers {
  border-bottom: 1px solid #E5E5E5;
  padding: 27px 42px 17px;
}
#container .content .search-teacher .main-teachers .required {
  font-weight: 300;
  font-family: arialnarrowbold;
  font-size: 18px;
  color: #666666;
}
#container .content .search-teacher .main-teachers .teacher_search_top {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 0 0 29px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 25px;
  display: block;
  float: none;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 17px;
  font-family: arialnarrow;
  font-weight: 300;
  color: #666666;
  list-style: none;
  vertical-align: top;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li label {
  display: block;
  margin-bottom: 1px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li .jq-selectbox {
  width: 100%;
  z-index: 50 !important;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li .jq-selectbox .jq-selectbox__select {
  width: 241px !important;
  height: 40px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  top: 1px;
  right: 3px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  font-size: 18px;
  color: #333333;
  font-family: arialnarrow;
  font-weight: 300;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(1) {
  width: 245px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) {
  width: 569px;
  padding-left: 74px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 0 0 0 1px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 18px;
  font-family: arialnarrow;
  font-weight: 300;
  background-color: #f5f5f5;
  color: #666666;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 0;
  text-align: center;
  width: 59px;
  cursor: pointer;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days li input {
  display: none;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days li label {
  cursor: pointer;
  margin: 0;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days li:first-child {
  border-left: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(2) .week_days #teacher_search_week_days .checked {
  background-color: #08b2ea;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  padding: 7px 0;
}
#container .content .search-teacher .main-teachers .teacher_search_top > li:nth-child(3) {
  width: 242px;
}
#container .content .search-teacher .main-teachers .teacher_search_time_period {
  background: url('../bundles/app/img/c-availability-time-bg.png') no-repeat scroll 1px 26px rgba(0, 0, 0, 0);
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  height: 134px;
}
#container .content .search-teacher .main-teachers .teacher_search_time_period label {
  width: 100%;
  display: block;
  margin-bottom: 23px;
  font-weight: 300;
  font-family: arialnarrowbold;
  font-size: 18px;
}
#container .content .search-teacher .main-teachers .teacher_search_time_period .ll-slider {
  width: 1044px;
}
#container .content .search-teacher .main-teachers .teacher_search_time_period .ll-slider .ll-slider-background .slider-background {
  background: url('../bundles/app/img/slider-bg-time-1.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
#container .content .search-teacher .main-teachers .teacher_search_time_period .ll-slider .ll-slider-background .slider-legend {
  margin: -1px 0 0 2px;
  width: 1055px;
}
#container .content .search-teacher .main-teachers .teacher_search_time_period .ll-slider .ll-slider-background .slider-legend .col-lg-1 {
  color: #999999;
  display: inline-block;
  float: none;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0 0;
  text-align: left;
  width: 84px;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 0;
  margin: 22px 0 0;
  display: block;
  float: none;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom > li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 17px;
  font-family: arialnarrow;
  font-weight: 300;
  color: #666666;
  list-style: none;
  vertical-align: top;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:first-child {
  width: 500px;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:first-child > label span {
  font-weight: 300;
  font-family: arialnarrow;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:first-child .ll-slider {
  width: 377px;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:first-child .ll-slider .ll-slider-background .slider-background-range {
  background: url('../bundles/app/img/slider-bg-time-2.png') repeat-x 0 0;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:last-child {
  display: block;
  width: 350px;
  line-height: 96px;
  height: 80px;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom li:last-child label {
  padding-left: 6px;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom .teacher_search_promo_code label {
  display: block;
}
#container .content .search-teacher .main-teachers .teacher_search_bottom .teacher_search_promo_code input {
  height: 35px;
  width: 130px;
}
#container .content .search-teacher .search-by-name {
  padding: 13px 42px 17px;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 0;
  display: block;
  float: none;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top > li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 17px;
  font-family: arialnarrow;
  font-weight: 300;
  color: #666666;
  list-style: none;
  vertical-align: top;
  width: 38%;
  padding-right: 30px;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top > li label {
  display: block;
  margin-bottom: 1px;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top > li input {
  width: 100%;
  color: #333333;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top > li:last-child {
  padding-right: 0;
  width: 24%;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top .teacher_search_by_name_submit {
  text-align: center;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top .teacher_search_by_name_submit button {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Trebuchet MS;
  font-size: 17px;
  font-weight: 300;
  height: 39px;
  margin-top: 24px;
  padding: 8px 18px 8px 49px;
  vertical-align: top;
  width: 247px;
  position: relative;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top .teacher_search_by_name_submit button span {
  width: 22px;
  height: 22px;
  position: absolute;
  background: url('../bundles/app/img/button_module.png') no-repeat scroll -307px -80px rgba(0, 0, 0, 0);
  left: 19px;
  top: 10px;
}
#container .content .search-teacher .search-by-name .teacher_search_by_name_top .teacher_search_by_name_submit button:hover {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 -49px rgba(0, 0, 0, 0);
}
#container .content .search-teacher .teacher_search_submit {
  width: 100%;
  background-color: #f1f1f1;
  height: 109px;
  text-align: center;
}
#container .content .search-teacher .teacher_search_submit button {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: 300;
  height: 49px;
  margin-top: 31px;
  padding: 9px 18px 8px 49px;
  vertical-align: top;
  width: 268px;
  position: relative;
}
#container .content .search-teacher .teacher_search_submit button span {
  width: 22px;
  height: 22px;
  position: absolute;
  background: url('../bundles/app/img/button_module.png') no-repeat scroll -307px -80px rgba(0, 0, 0, 0);
  left: 19px;
  top: 13px;
}
#container .content .search-teacher .teacher_search_submit button:hover {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 -49px rgba(0, 0, 0, 0);
}
#container .content .empty_div {
  font-family: 'Trebuchet MS';
  font-size: 24px;
  color: #999999;
  width: 100%;
  line-height: 352px;
  text-align: center;
  height: 408px;
}
#container .content.search-teachers-list {
  margin-top: 31px;
}
#container .content.search-teachers-list h4 {
  display: inline-block;
  vertical-align: top;
  font-family: 'Trebuchet MS';
  font-size: 24px;
  color: #333333;
  left: -2px;
  margin: 6px 0 0;
  position: relative;
  width: 506px;
}
#container .content.search-teachers-list .sort {
  display: inline-block;
  vertical-align: top;
}
#container .content.search-teachers-list .sort label {
  font-family: arialnarrow;
  font-size: 14px;
  color: #666666;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 1.1px;
}
#container .content.search-teachers-list .sort ul {
  display: inline-block;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 0;
  margin: 6px 0 0 4px;
  width: 254px;
}
#container .content.search-teachers-list .sort ul li {
  display: inline-block;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 14px;
  font-family: arialnarrow;
  font-weight: 300;
  background-color: #f5f5f5;
  color: #666666;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  width: 84px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  height: 30px;
}
#container .content.search-teachers-list .sort ul li input {
  display: none;
}
#container .content.search-teachers-list .sort ul li label {
  cursor: pointer;
  margin: 0;
}
#container .content.search-teachers-list .sort ul li a {
  color: #666666;
}
#container .content.search-teachers-list .sort ul li span {
  background-color: #08b2ea;
  color: #ffffff;
  border: none;
  -webkit-box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  display: block;
  position: relative;
  height: 30px;
  top: -1px;
}
#container .content.search-teachers-list .sort ul li:first-child {
  border-left: 1px solid #d9d9d9;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#container .content.search-teachers-list .sort ul li:first-child span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
#container .content.search-teachers-list .sort ul li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#container .content.search-teachers-list .sort ul li:last-child span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#container .content.search-teachers-list .review.no_sort {
  margin-left: 364px;
}
#container .content.search-teachers-list .review {
  display: inline-block;
  vertical-align: top;
  font-family: arialnarrow;
  font-size: 14px;
  color: #666666;
  margin-bottom: -30px;
  padding: 11px 0 0 35px;
  width: 224px;
  position: relative;
}
#container .content.search-teachers-list .review .link {
  display: inline-block;
  font-size: 0;
  letter-spacing: 1.1px;
  line-height: 0;
  vertical-align: top;
  position: absolute;
  right: -12px;
  top: 7px;
  width: 90px;
}
#container .content.search-teachers-list .review .link a {
  background: url('../bundles/app/img/search_teacher_page_bg.png') no-repeat 0 0;
  display: inline-block;
  vertical-align: top;
  height: 29px;
  width: 40px;
}
#container .content.search-teachers-list .review .link .table {
  background-position: 0 0;
}
#container .content.search-teachers-list .review .link .table.active {
  background-position: 0px -29px;
}
#container .content.search-teachers-list .review .link .calendar {
  background-position: -41px -29px;
}
#container .content.search-teachers-list .review .link .calendar.active {
  background-position: -42px 0;
}
#container .content.search-teachers-list .teachers-list {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 20px 0 0;
  margin: 19px 0 0;
  border-top: 1px solid #e5e5e5;
  display: block;
  float: none;
  width: 100%;
}
#container .content.search-teachers-list .teachers-list li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 17px;
  font-family: arialnarrow;
  font-weight: 300;
  color: #666666;
  vertical-align: top;
  list-style: none;
  width: 168px;
  margin-right: 18px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 291px;
}
#container .content.search-teachers-list .teachers-list li .image {
  position: relative;
  width: 100%;
}
#container .content.search-teachers-list .teachers-list li .image button {
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  display: block;
  background: url('../bundles/app/img/button_like.png') repeat-x scroll 0 0;
  width: 24px;
  height: 21px;
  cursor: pointer;
  z-index: 10;
}
#container .content.search-teachers-list .teachers-list li .image button:hover,
#container .content.search-teachers-list .teachers-list li .image button.active-like {
  background-position: 0 -21px;
}
#container .content.search-teachers-list .teachers-list li .image .rating {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #000000;
  opacity: 0.6;
  border-radius: 2px;
  height: 22px;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 80px !important;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  padding-left: 6px;
  padding-top: 4px;
}
#container .content.search-teachers-list .teachers-list li .image .rating img {
  height: 13px;
  width: 14px;
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
}
#container .content.search-teachers-list .teachers-list li .image .online {
  background-color: #9dc62e;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#container .content.search-teachers-list .teachers-list li .image .avatar {
  width: 168px;
  height: 150px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#container .content.search-teachers-list .teachers-list li .image .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_168_150.png');
}
#container .content.search-teachers-list .teachers-list li .info {
  font-family: arialnarrow;
  padding: 2px 10px;
  font-weight: 300;
}
#container .content.search-teachers-list .teachers-list li .info .name a {
  font-size: 16px;
  color: #00afe9;
}
#container .content.search-teachers-list .teachers-list li .info .location {
  border-bottom: 1px solid #E5E5E5;
  color: #999999;
  font-size: 14px;
  height: 27px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  top: -2px;
  white-space: nowrap;
  margin-bottom: 2px;
}
#container .content.search-teachers-list .teachers-list li .info .languages {
  font-family: arialnarrowbold;
  color: #666666;
  margin-bottom: 3px;
}
#container .content.search-teachers-list .teachers-list li .info .cost {
  color: #999999;
  font-size: 14px;
  margin-bottom: 5px;
}
#container .content.search-teachers-list .teachers-list li .info .cost span {
  clear: both;
  display: block;
  width: 100%;
}
#container .content.search-teachers-list .teachers-list li .info .cost .amount {
  font-family: arialnarrowbold;
  color: #666666;
  position: relative;
  top: -4px;
}
#container .content.search-teachers-list .teachers-list li .info .action {
  display: none;
}
#container .content.search-teachers-list .teachers-list li:nth-child(6n) {
  margin-right: 0;
}
#container .content.search-teachers-list .teachers-list li:hover .languages,
#container .content.search-teachers-list .teachers-list li:hover .cost {
  display: none;
}
#container .content.search-teachers-list .teachers-list li:hover .action {
  display: block;
  margin-top: 7px;
  margin-left: 1px;
}
#container .content.search-teachers-list .teachers-list li:hover .action .btn-message {
  color: #666666;
  display: block;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  padding: 1px 0 2px;
  position: relative;
  text-align: center;
  width: 147px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.3);
  box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.3);
}
#container .content.search-teachers-list .teachers-list li:hover .action .btn-success {
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  background-color: #9dc62e;
  border: none;
  border-bottom: 1px solid #81A700;
  -webkit-box-shadow: 0 1px 0 0 rgba(128, 166, 25, 0.5);
  box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  height: 29px;
  margin-top: 9px;
  padding: 4px 0 2px;
  width: 147px;
}
#container .content.teacher_journal .menu_tab_journal li a {
  padding: 16px 68px 0 68px;
}
#container .content.lessons {
  border-right: 0;
  border-left: 0;
}
#container .content.lessons .menu_tab_journal li a {
  padding: 16px 19px 0 14px;
  width: 228px;
  text-align: center;
}
#container .teacher_header_table {
  border-top: 1px solid #e5e5e5;
  position: relative;
  top: 5px;
}
#container .teacher_header_table_no_border {
  border: none;
}
#container .alert-sys-message {
  background-color: #00AFE9;
  border: medium none;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  position: relative;
  line-height: 29px;
  padding: 34px 322px 38px;
}
#container .alert-sys-message button.close {
  background: url('../bundles/app/img/confirm_alert_close.png') no-repeat scroll 0 0 #00AFE9;
  height: 34px;
  margin-left: -34px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  font-size: 0;
}
#container .alert-sys-message button.close:hover {
  background-position: -34px 0;
}
#container .confirm_block {
  color: #ffffff;
  font-size: 20px;
  font-family: arialnarrow;
  border: none;
  border-radius: 0;
  font-weight: 300;
  padding-top: 15px;
  position: relative;
  top: -2px;
  height: 280px;
  margin-bottom: 30px;
  background: #00afe9 url('../bundles/app/img/confirm_alert_bg.png') 540px 190px no-repeat;
}
#container .confirm_block button.close {
  background: #00afe9 url('../bundles/app/img/confirm_alert_close.png') 0 0 no-repeat;
  width: 34px;
  height: 34px;
  opacity: 1;
  position: relative;
  right: 5px;
  top: 5px;
  margin-left: -34px;
}
#container .confirm_block button.close:hover {
  background-position: -34px 0;
}
#container .confirm_block h1 {
  font-family: 'Trebuchet MS';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}
#container .confirm_block .text {
  text-align: center;
  letter-spacing: 0;
  line-height: 25px;
}
#container .confirm_block .text p {
  margin: 0;
}
#container .confirm_ul {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  margin: 38px 0 63px;
  padding: 0;
  text-align: center;
}
#container .confirm_ul .confirm_li {
  vertical-align: top;
  display: inline-block;
  line-height: 48px;
  letter-spacing: normal;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  height: 426px;
}
#container .confirm_ul .confirm_li h3 {
  position: relative;
  color: #000000;
  font-family: Trebuchet MS;
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 13px;
}
#container .confirm_ul .confirm_li .text {
  position: relative;
  color: #666666;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  width: 326px;
}
#container .confirm_ul .confirm_li a {
  position: absolute;
  background: url('../bundles/app/img/confirmed_a_bg.png') 0 0 repeat-x;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Trebuchet MS';
  border-radius: 3px 3px 3px 3px;
  bottom: 0;
  display: block;
  height: 49px;
  left: 50%;
  line-height: 23px;
  margin: 0 auto 0 -122px;
  padding: 10px 5px 14px;
  width: 243px;
}
#container .confirm_ul .confirm_li a:hover {
  background: url('../bundles/app/img/confirmed_a_bg_hover.png') 0 0 repeat-x;
  text-decoration: none;
}
#container .teacher .confirm_li .icon {
  position: relative;
  background: url('../bundles/app/img/confirmed_teacher_icon.png') 0 0 no-repeat;
  width: 263px;
  height: 188px;
  margin: 0 auto;
}
#container .teacher .left {
  position: relative;
  left: -20px;
}
#container .teacher .left .icon {
  background-position: 0 0;
}
#container .teacher .center {
  position: relative;
}
#container .teacher .center .icon {
  background-position: -243px 0;
}
#container .teacher .right {
  position: relative;
  right: -19px;
}
#container .teacher .right .icon {
  background-position: -499px 0;
}
#container .student .confirm_li .icon {
  position: relative;
  background: url('../bundles/app/img/confirmed_student_icon.png') 0 0 no-repeat;
  width: 198px;
  height: 188px;
  margin: 0 auto 17px auto;
  left: 1px;
}
#container .student .left {
  position: relative;
  left: -20px;
}
#container .student .left .icon {
  background-position: 0 0;
}
#container .student .center {
  position: relative;
}
#container .student .center .icon {
  background-position: -231px 0;
  width: 230px;
  left: 11px;
  position: relative;
}
#container .student .right {
  position: relative;
  right: -19px;
}
#container .student .right .icon {
  background-position: -470px 0;
  width: 259px;
  left: 12px;
  position: relative;
}
#container .message_bloc {
  text-align: left;
  font-family: arialnarrow;
  font-size: 18px;
  color: #999999;
  height: 60px;
  padding: 16px 19px;
  width: 100%;
}
#container .schedule_header {
  background-color: #00afe9;
  height: 80px;
  padding: 18px 17px;
}
#container .schedule_header .c-control-panel {
  display: inline-block;
  left: 69px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 426px;
  height: 44px;
}
#container .schedule_header .c-control-panel a.arrow-left {
  position: relative;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') 0 0 no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-left: 0;
  margin-right: 22px;
  vertical-align: top;
}
#container .schedule_header .c-control-panel a.arrow-left:hover {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') -47px 0 no-repeat;
}
#container .schedule_header .c-control-panel span.c-control-panel-header {
  position: relative;
  display: inline-block;
  font-family: Trebuchet MS;
  font-size: 26px;
  font-weight: 700;
  vertical-align: top;
  width: 280px;
  padding-right: 46px;
}
#container .schedule_header .c-control-panel span.c-control-panel-header .bg_picker {
  height: 40px;
  display: block;
  position: absolute;
  right: 1px;
  top: 3px;
  width: 50px;
  border-radius: 4px;
  cursor: pointer;
}
#container .schedule_header .c-control-panel span.c-control-panel-header .bg_picker .icon {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') -92px 0 no-repeat;
  width: 38px;
  height: 25px;
  display: block;
  position: relative;
  right: -7px;
  top: 7px;
}
#container .schedule_header .c-control-panel span.c-control-panel-header .bg_picker:hover {
  background: url('../bundles/app/img/teacher_myschedule_head_button.png') 0 -80px repeat-x;
}
#container .schedule_header .c-control-panel a.arrow-right {
  position: relative;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') -182px 0 no-repeat;
  width: 44px;
  height: 44px;
  display: inline-block;
}
#container .schedule_header .c-control-panel a.arrow-right:hover {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') -133px 0 no-repeat;
}
#container .schedule_header .c-control-panel #date-picker-form {
  position: absolute;
  left: -230px;
  top: 62px;
  width: 879px;
  background: url('../bundles/app/img/c-month-picker-top-bg.png') 0 0 no-repeat;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  overflow: visible;
  z-index: 120;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog {
  position: relative;
  border-radius: 0;
  left: 0;
  padding: 0;
  width: 100%;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content {
  position: relative;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body {
  position: relative;
  background-color: #ffffff;
  margin-top: 14px;
  border-bottom: 2px solid #00afe9;
  height: 434px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar {
  position: relative;
  text-align: center;
  max-height: 235px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline {
  margin: 0 auto;
  height: 240px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-header {
  position: relative;
  background: none;
  border: 0;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: 700;
  height: 24px;
  padding: 0;
  top: -35px;
  width: 239px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar {
  position: relative;
  top: -24px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead {
  background-color: #404040;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead tr {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead tr th {
  font-family: arialnarrowbold;
  font-size: 14px;
  color: #c3c3c3;
  font-weight: 300;
  padding: 2px 3px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td {
  text-align: center;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td a {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding: 5px;
  text-align: center;
  font-family: arialnarrowbold;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #00afe9;
  border: none;
  border-radius: 2px;
  color: #ffffff;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  position: relative;
  border: none;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border: 1px solid #00afe9;
  background: none;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover {
  margin: 1px;
  border: none;
  background-color: #00afe9;
  color: #ffffff;
  border-radius: 2px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first {
  left: -17px;
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -259px 0 transparent;
  left: -121px;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 110px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev:hover {
  border: none;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -308px 0 transparent;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-calendar {
  left: -5px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last {
  position: relative;
  right: -15px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -401px 0 transparent;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 110px;
  right: -135px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next:hover {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -354px 0 transparent;
  border: none;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-calendar {
  right: -8px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .middle {
  position: relative;
  margin-top: 3px;
  display: block;
  float: none;
  font-size: 0;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 0;
  width: 850px;
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
  left: -6px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .middle .month {
  background: none repeat scroll 0 0 transparent;
  color: #00AFE9;
  display: inline-block;
  float: none;
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  line-height: 29px;
  margin: 0;
  padding: 0 11px;
  text-align: center;
  width: auto;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .middle .month.selected {
  background-color: #00afe9;
  color: #ffffff;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .middle .month:hover {
  background-color: #e5e5e5;
  color: #666666;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .top {
  border-bottom: 1px solid #DDDDDD;
  height: 49px;
  position: relative;
  top: -14px;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .top .c-month-picker-title {
  width: 100%;
  text-align: center;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .top .c-month-picker-title h4 {
  color: #333333;
  font-family: Trebuchet ms;
  font-size: 20px;
  font-weight: 700;
}
#container .schedule_header .c-control-panel #date-picker-form .c-month-picker .modal-dialog .modal-content .modal-body .top .close {
  background: url('../bundles/app/img/c-month-picker-close.png') 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 34px;
  opacity: 1;
  position: absolute;
  right: -37px;
  top: -25px;
  width: 34px;
}
#container .schedule_header .no_c_control_week {
  left: 0;
}
#container .schedule_header .c-control-week {
  display: inline-block;
  float: right;
  vertical-align: top;
}
#container .schedule_header .c-control-week a {
  background: url('../bundles/app/img/teacher_myschedule_head_button.png') 0 0 repeat-x;
  position: relative;
  border: none;
  padding: 10px 12px 10px 41px;
  right: 3px;
  top: 2px;
  border-radius: 3px;
}
#container .schedule_header .c-control-week a .icon {
  display: block;
  position: absolute;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -557px 0 transparent;
  width: 18px;
  height: 18px;
  left: 14px;
  top: 11px;
}
#container .schedule_header .c-control-week a:hover {
  background: url('../bundles/app/img/teacher_myschedule_head_button.png') 0 -40px repeat-x;
  border: none;
}
#container .schedule_header .c-control-week a.student_teachers_break {
  background: url('../bundles/app/img/student_teachers_break_bg.png') 0 0 repeat-x;
  top: -68px;
  padding: 10px 6px 10px 33px;
  margin-left: -40px;
}
#container .schedule_header .c-control-week a.student_teachers_break .icon {
  background: url('../bundles/app/img/ll-btn-icons.png') no-repeat scroll -99px 0 transparent;
  height: 21px;
  left: 9px;
  top: 7px;
}
#container .schedule_header.schedule_header_day {
  position: relative;
}
#container .schedule_header.schedule_header_day .c-control-panel {
  position: relative;
}
#container .schedule_header.schedule_header_day .c-control-panel .arrow-left {
  left: -3px;
  margin-right: 13px;
}
#container .schedule_header.schedule_header_day .c-control-panel .c-control-panel-header {
  max-width: 301px;
  min-width: 280px;
  width: auto;
  padding-right: 57px;
}
#container .schedule_header.schedule_header_day .c-control-panel .arrow-right {
  margin-left: 6px;
}
#container .schedule_header.schedule_header_week {
  position: relative;
}
#container .schedule_header.schedule_header_week .c-control-panel {
  width: 760px;
  left: auto;
  text-align: center;
}
#container .schedule_header.schedule_header_week .c-control-panel .arrow-left {
  left: -3px;
  margin-right: 13px;
}
#container .schedule_header.schedule_header_week .c-control-panel .c-control-panel-header {
  max-width: 640px;
  min-width: 280px;
  width: auto;
  padding-right: 57px;
  padding-left: 57px;
  text-align: center;
  letter-spacing: -1px;
}
#container .schedule_header.schedule_header_week .c-control-panel .c-control-panel-header .date-picker-btn-from {
  left: 1px;
}
#container .schedule_header.schedule_header_week .c-control-panel .arrow-right {
  margin-left: 6px;
}
#container .c-day form {
  padding: 0;
  border: none;
}
#container .c-day .a_teacher_schedule {
  background: url('../bundles/app/img/icon_close.png') no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 34px;
  position: relative;
  width: 34px;
  right: 20px;
  top: 25px;
  z-index: 60;
}
#container .c-day .a_teacher_schedule:hover {
  background-position: -34px 0;
}
#container .c-day .title {
  text-align: center;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 24px;
  padding-left: 38px;
  position: relative;
  margin-bottom: 26px;
  padding-top: 23px;
}
#container .c-day .title_student {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  margin: 7px 0 22px 4px;
  top: 0;
  font-family: arialnarrow;
}
#container .c-day .a_student_schedule {
  top: 13px;
}
#container .c-day .teacher-time-text {
  font-family: arialnarrow;
  font-size: 19px;
  color: #333333;
  position: relative;
  width: 100%;
  padding: 26px 0 26px 38px;
  letter-spacing: 0.6px;
}
#container .c-day .teacher-time-text .a_teacher_schedule {
  position: absolute;
  right: 19px;
  top: 19px;
}
#container .c-day .c-availability-time {
  background: url('../bundles/app/img/c-availability-time-bg.png') 42px 0 no-repeat;
  padding-left: 42px;
  position: relative;
}
#container .c-day .c-availability-time .ll-slider {
  position: relative;
  top: 20px;
  height: 61px;
  width: 1044px;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-background .slider-background {
  background: url('../bundles/app/img/slider-bg-time-1.png') repeat-x scroll 0 0 transparent;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-background .slider-background .slider-range {
  background: url('../bundles/app/img/slider_range_bg.png') repeat-x 0 0;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-background .slider-background .slider-range.group-lesson {
  background: url('../bundles/app/img/slider_group_lesson_range_bg.png') repeat-x 0 0;
  opacity: 0.5;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-background .slider-legend {
  width: 1055px;
  margin: 0;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-background .slider-legend .col-lg-1 {
  float: none;
  text-align: left;
  display: inline-block;
  padding: 5px 0 0;
  width: 84px;
  color: #999999;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-container .multiple-sliders .slider-wrapper .ui-slider-range .label {
  position: relative;
  top: 3px;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-container .multiple-sliders .slider-wrapper .ui-slider-range a {
  display: none;
  background-image: url('../bundles/app/img/button_module.png');
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  width: 17px;
  background-position: -339px -57px;
  top: 11px;
}
#container .c-day .c-availability-time .ll-slider .ll-slider-container .multiple-sliders .slider-wrapper.group-lesson .ui-slider-range a {
  background-position: -339px -13px;
}
#container .c-day .c-availability-time .time-labels {
  left: -2px;
  position: relative;
  margin: 40px 0 40px;
}
#container .c-day .c-availability-time .time-labels span.title {
  display: block;
  color: #999999;
  font-family: arialnarrow;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
  font-weight: 300;
}
#container .c-day .c-availability-time .time-labels > div {
  display: block;
  font-family: arialnarrowbold;
  font-size: 30px;
  color: #666666;
  height: 36px;
  left: -2px;
  margin-bottom: 14px;
  position: relative;
  font-weight: 300;
}
#container .c-day .c-availability-time .time-labels > div .time-label .btn-remove {
  position: relative;
  left: 9px;
  top: -3px;
}
#container .c-day .c-availability-time .time-labels > div .time-label .btn-remove + label {
  margin-left: 30px;
}
#container .c-day .c-availability-time .time-labels > div .time-label label {
  font-size: 18px;
  font-weight: normal;
  margin-left: 68px;
  position: relative;
  top: -7px;
}
#container .c-day .c-availability-time .time-labels > div .time-label label input {
  margin-right: 5px;
  margin-top: 0;
}
#container .c-day .c-availability-time .time-labels-student {
  margin-top: 26px;
  display: none;
}
#container .c-day .c-availability-time .time-labels-student .title {
  color: #999999;
}
#container .c-day .c-availability-time .block-image {
  width: 1044px;
  position: relative;
  display: block;
  margin: 25px 0 0;
}
#container .c-day .c-availability-time .block-image .lesson {
  width: 44px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: -40px;
  margin-right: -47px;
}
#container .c-day .c-availability-time .block-image .lesson .student-avatar {
  display: inline-block;
  position: relative;
  width: 45px;
  vertical-align: top;
}
#container .c-day .c-availability-time .block-image .student-homework {
  position: relative;
  text-align: center;
  padding: 15px 0;
}
#container .c-day .c-availability-time .block-image .student-homework .icon {
  background: url('../bundles/app/img/teacher_schedule_day_ison.png') repeat-x scroll 0 0 transparent;
  height: 40px;
  width: 44px;
  position: relative;
  top: -3px;
}
#container .c-day .c-availability-time .block-image .student-homework .check {
  background-position: -83px 0;
}
#container .c-day .c-availability-time .block-image .student-homework .checked {
  background-position: -42px 0;
  width: 42px;
}
#container .c-day .c-availability-time .block-image .student-homework .pending {
  background-position: -126px 0;
  width: 42px;
}
#container .c-day .c-availability-time .block-image .avatar {
  width: 42px;
  height: 42px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#container .c-day .c-availability-time .block-image .avatar img {
  width: 100%;
  height: 100%;
}
#container .c-day .c-availability-time .block-image .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_42.png');
}
#container .c-day .c-availability-time .block-image .avatar.group-lesson {
  background-image: url('../bundles/app/img/avatar_group_lesson.png');
}
#container .c-day .c-availability-time .day_empty {
  margin: 50px auto 50px;
  width: 940px;
  font-size: 20px;
  font-family: 'Trebuchet MS';
  color: #999999;
  text-align: center;
  position: relative;
  left: -9px;
  line-height: 15px;
}
#container .c-day .c-availability-time .day_empty .day {
  color: #9dc62e;
  text-transform: lowercase;
}
#container .c-day .c-availability-time .day_empty .day.day-de {
  text-transform: capitalize;
}
#container .c-day .c-availability-time .day_empty .day.day-en {
  text-transform: capitalize;
}
#container .c-day .c-availability-time .day_empty .key {
  font-size: 16px;
}
#container .c-day .block_button {
  background-color: #F1F1F1;
  border-bottom: 2px solid #00AFE9;
  border-top: 1px solid #e5e5e5;
  height: 121px;
  width: 100%;
  position: relative;
  z-index: 10;
}
#container .c-day .block_button button {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: 300;
  height: 49px;
  margin-left: 40px;
  margin-top: 30px;
  padding: 4px 6px 8px;
  vertical-align: top;
  width: 242px;
}
#container .c-day .block_button button:hover {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 -49px transparent;
}
#container .c-day .block_button .btn-reserved {
  width: 213px;
}
#container .c-day .block_button a {
  background: url('../bundles/app/img/bg_button_a.png') repeat-x scroll 0 0 transparent;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  border-bottom: none;
  border-top: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  height: 40px;
  line-height: 26px;
  margin-left: 16px;
  margin-top: 39px;
  padding-left: 46px;
  padding-right: 30px;
  position: relative;
}
#container .c-day .block_button a .icon {
  background: url('../bundles/app/img/remove_icon.png') no-repeat scroll 0 0 transparent;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 11px;
}
#container .c-day .block_button a:hover {
  background: url('../bundles/app/img/bg_button_a.png') repeat-x scroll -40px 0 transparent;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
#container .c-week form {
  padding: 0;
  border: none;
}
#container .c-week .a_teacher_schedule {
  background: url('../bundles/app/img/icon_close.png') no-repeat scroll 0 0 transparent;
  cursor: pointer;
  height: 34px;
  position: relative;
  width: 34px;
  right: 20px;
  top: 25px;
  z-index: 100;
}
#container .c-week .a_teacher_schedule:hover {
  background-position: -34px 0;
}
#container .c-week .title {
  text-align: center;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 24px;
  padding-left: 38px;
  position: relative;
  margin-bottom: 26px;
  padding-top: 23px;
}
#container .c-week .week-description {
  margin: -15px 0 32px 0;
}
#container .c-week .week-description p {
  font-size: 20px;
  font-family: 'Trebuchet MS';
  color: #999999;
  text-align: center;
  position: relative;
  line-height: 14px;
}
#container .c-week .week-description p .day {
  color: #9dc62e;
  text-transform: lowercase;
}
#container .c-week .week-description p .day.day-de {
  text-transform: capitalize;
}
#container .c-week .form-week {
  position: relative;
}
#container .c-week .form-week #period-dates {
  position: absolute;
  left: 130px;
  top: 4px;
  width: 882px;
  background: url('../bundles/app/img/c-month-picker-top-bg.png') 0 0 no-repeat;
  z-index: 500;
}
#container .c-week .form-week #period-dates .c-month-picker {
  position: relative;
  margin-left: 0;
  margin-top: 0;
  overflow: visible;
  z-index: 120;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog {
  position: relative;
  border-radius: 0;
  left: 0;
  padding: 0;
  width: 100%;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content {
  position: relative;
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body {
  position: relative;
  background-color: #ffffff;
  margin-top: 14px;
  border-bottom: 2px solid #00afe9;
  height: 434px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar {
  position: relative;
  text-align: center;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline {
  margin: 0 auto;
  height: 240px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-header {
  position: relative;
  background: none;
  border: 0;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: 700;
  height: 24px;
  padding: 0;
  top: -35px;
  width: 239px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar {
  position: relative;
  top: -24px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead {
  background-color: #404040;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead tr {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar thead tr th {
  font-family: arialnarrowbold;
  font-size: 14px;
  color: #c3c3c3;
  font-weight: 300;
  padding: 2px 3px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td {
  text-align: center;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td a {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  padding: 5px;
  text-align: center;
  font-family: arialnarrowbold;
  font-size: 16px;
  font-weight: 300;
  color: #666666;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td a:hover {
  background-color: #00afe9;
  border: none;
  border-radius: 2px;
  color: #ffffff;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  position: relative;
  border: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  border: 1px solid #00afe9;
  background: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group .ui-datepicker-calendar tbody tr td.ui-datepicker-today a:hover {
  background-color: #00AFE9;
  border: medium none;
  border-radius: 2px;
  color: #FFFFFF;
  margin: 1px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first {
  left: -17px;
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -259px 0 transparent;
  left: -121px;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 110px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  display: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-header .ui-datepicker-prev:hover {
  border: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-first .ui-datepicker-calendar {
  left: -5px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last {
  position: relative;
  right: -15px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -354px 0 transparent;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 110px;
  right: -135px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-header .ui-datepicker-next:hover {
  border: none;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .calendar .ui-datepicker-inline .ui-datepicker-group-last .ui-datepicker-calendar {
  right: -8px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .middle {
  position: relative;
  margin-top: 3px;
  display: block;
  float: none;
  font-size: 0;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .middle .month {
  background: none repeat scroll 0 0 transparent;
  color: #00AFE9;
  display: inline-block;
  float: none;
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  height: auto;
  line-height: 29px;
  margin: 0;
  padding: 0 11px;
  text-align: center;
  width: auto;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .middle .month.selected {
  background-color: #00afe9;
  color: #ffffff;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .middle .month:hover {
  background-color: #e5e5e5;
  color: #666666;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .top {
  border-bottom: 1px solid #DDDDDD;
  height: 49px;
  position: relative;
  top: -14px;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .top .c-month-picker-title {
  width: 100%;
  text-align: center;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .top .c-month-picker-title h4 {
  color: #333333;
  font-family: Trebuchet ms;
  font-size: 20px;
  font-weight: 700;
}
#container .c-week .form-week #period-dates .c-month-picker .modal-dialog .modal-content .modal-body .top .close {
  background: url('../bundles/app/img/c-month-picker-close.png') 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 34px;
  opacity: 1;
  position: absolute;
  right: -37px;
  top: -25px;
  width: 34px;
}
#container .c-week .c-availability-time {
  background: url('../bundles/app/img/c-availability-time-bg.png') 60px 0 no-repeat;
  padding-left: 61px;
  position: relative;
}
#container .c-week .c-availability-time .name-weekday {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 20px;
  font-family: 'Trebuchet MS';
  color: #333333;
}
#container .c-week .c-availability-time .ll-slider {
  position: relative;
  top: 20px;
  height: 100px;
  width: 1044px;
}
#container .c-week .c-availability-time .ll-slider .ll-slider-background .slider-background {
  background: url('../bundles/app/img/slider-bg-time-1.png') repeat-x scroll 0 0 transparent;
}
#container .c-week .c-availability-time .ll-slider .ll-slider-background .slider-legend {
  width: 1055px;
  margin: 0;
}
#container .c-week .c-availability-time .ll-slider .ll-slider-background .slider-legend .col-lg-1 {
  float: none;
  text-align: left;
  display: inline-block;
  padding: 5px 0 0;
  width: 84px;
  color: #999999;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}
#container .c-week .c-availability-time .ll-slider .ll-slider-container .multiple-sliders .slider-wrapper .ui-slider-range .label {
  position: relative;
  top: 3px;
}
#container .c-week .c-availability-time .ll-slider .ll-slider-container .multiple-sliders .slider-wrapper .ui-slider-range a {
  display: none;
  background-image: url('../bundles/app/img/button_module.png');
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  width: 17px;
  background-position: -339px -57px;
  top: 11px;
}
#container .c-week .block_button {
  background-color: #F1F1F1;
  border-bottom: 2px solid #00AFE9;
  border-top: 1px solid #e5e5e5;
  height: 121px;
  width: 100%;
  margin-top: 16px;
}
#container .c-week .block_button button {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-family: Trebuchet MS;
  font-size: 20px;
  font-weight: 300;
  height: 49px;
  margin-left: 40px;
  margin-top: 30px;
  padding: 4px 6px 8px;
  vertical-align: top;
  width: 242px;
}
#container .c-week .block_button button:hover {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 -49px transparent;
}
#container .c-week .block_button a {
  background: url('../bundles/app/img/bg_button_a.png') repeat-x scroll 0 0 transparent;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  border-bottom: none;
  border-top: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  height: 40px;
  line-height: 26px;
  margin-left: 16px;
  margin-top: 39px;
  padding-left: 46px;
  padding-right: 30px;
  position: relative;
}
#container .c-week .block_button a .icon {
  background: url('../bundles/app/img/remove_icon.png') no-repeat scroll 0 0 transparent;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 20px;
  top: 11px;
}
#container .c-week .block_button a:hover {
  background: url('../bundles/app/img/bg_button_a.png') repeat-x scroll -40px 0 transparent;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
#container .schedule_month {
  width: 100%;
}
#container .schedule_month .c-weekdays {
  background-color: #404040;
  display: block;
  float: none;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
#container .schedule_month .c-weekdays .c-weekday {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  font-family: arialnarrow;
  color: #dddddd;
  width: 163px;
  border-right: 1px solid #6d6d6d;
  padding: 7px 0 9px 9px;
  vertical-align: top;
}
#container .schedule_month .c-weekdays .c-weekday:last-child {
  border-right: none;
  width: 158px;
}
#container .schedule_month_days {
  display: block;
  float: none;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
#container .schedule_month_days .c-day {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  font-family: arialnarrow;
  color: #dddddd;
  width: 163px;
  height: 172px;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#container .schedule_month_days .c-day .day {
  padding: 4px 0 5px 9px;
  font-size: 16px;
  display: block;
  font-family: 'Trebuchet MS';
}
#container .schedule_month_days .c-day:nth-child(7n) {
  width: 158px;
  border-right: none;
}
#container .schedule_month_days .c-day:nth-child(7n) .to-fill {
  right: -2px !important;
}
#container .schedule_month_days .c-day:nth-child(7n) .lessons-count {
  right: 5px !important;
}
#container .schedule_month_days .c-day.c-day-disabled {
  cursor: default;
}
#container .schedule_month_days .c-day.c-day-disabled .day {
  color: #999999;
}
#container .schedule_month_days .c-day {
  cursor: pointer;
}
#container .schedule_month_days .c-day .day {
  color: #333333;
}
#container .schedule_month_days .day-student {
  position: relative;
}
#container .schedule_month_days .day-student .to-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9dc62e;
  color: #ffffff;
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  padding: 67px 28px 35px;
  display: none;
}
#container .schedule_month_days .day-student .to-fill .icon {
  position: absolute;
  width: 35px;
  height: 35px;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -575px -9px transparent;
  left: 64px;
  top: 27px;
}
#container .schedule_month_days .day-student:not(.c-day-no-empty):hover {
  border: none;
}
#container .schedule_month_days .day-student:not(.c-day-no-empty):hover .to-fill {
  display: block;
}
#container .schedule_month_days .day-student:not(.c-day-no-empty):hover .day {
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}
#container .schedule_month_days .c-day-disabled-student {
  position: relative;
}
#container .schedule_month_days .c-day-disabled-student .no-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #999999;
  color: #ffffff;
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  padding: 51px 18px 0;
  display: none;
}
#container .schedule_month_days .c-day-disabled-student:hover .no-fill {
  display: block;
}
#container .schedule_month_days .c-to-fill {
  position: relative;
}
#container .schedule_month_days .c-to-fill .to-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #9dc62e;
  color: #ffffff;
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: 23px;
  padding: 67px 28px 35px;
  display: none;
}
#container .schedule_month_days .c-to-fill .to-fill .icon {
  position: absolute;
  width: 35px;
  height: 35px;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -575px -9px transparent;
  left: 64px;
  top: 27px;
}
#container .schedule_month_days .c-to-fill:hover .day {
  color: #ffffff;
  position: relative;
  z-index: 10;
}
#container .schedule_month_days .c-to-fill:hover .to-fill {
  display: block;
}
#container .schedule_month_days .today {
  border: 2px solid #999999;
}
#container .schedule_month_days .today .day {
  padding: 4px 0 3px 9px;
}
#container .schedule_month_days .today .task,
#container .schedule_month_days .today .no_task {
  margin: 0 8px 2px !important;
}
#container .schedule_month_days .c-day-no-empty {
  position: relative;
}
#container .schedule_month_days .c-day-no-empty .task,
#container .schedule_month_days .c-day-no-empty .no_task {
  position: relative;
  background-color: #9dc62e;
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  border-radius: 2px;
  margin: 0 9px 2px 10px;
  padding: 3px 0 5px 10px;
}
#container .schedule_month_days .c-day-no-empty .task .period,
#container .schedule_month_days .c-day-no-empty .no_task .period {
  position: relative;
  width: 130px;
  display: block;
}
#container .schedule_month_days .c-day-no-empty .task .period .lessons-count,
#container .schedule_month_days .c-day-no-empty .no_task .period .lessons-count {
  background-color: #ffffff;
  width: 21px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  color: #9dc62e;
  font-family: arialnarrowbold;
  font-size: 16px;
  font-weight: 300;
  right: 1px;
  bottom: 0;
  line-height: 20px;
  padding-left: 7px;
}
#container .schedule_month_days .c-day-no-empty .task.group-lesson,
#container .schedule_month_days .c-day-no-empty .no_task.group-lesson {
  background-color: #CF5D53;
}
#container .schedule_month_days .c-day-no-empty .no_task {
  background-color: #ffffff;
  color: #9dc62e;
  border: 1px solid #9dc62e;
}
#container .schedule_month_days .c-day-no-empty .task_photo {
  float: none;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 37px;
  overflow: hidden;
}
#container .schedule_month_days .c-day-no-empty .task_photo .photo {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: normal;
}
#container .schedule_month_days .c-day-no-empty .task_photo .period {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: normal;
  font-size: 16px;
  width: 80px;
  margin: 7px 10px;
}
#container .schedule_month_days .c-day-no-empty .day_info {
  padding: 0;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 327px;
  left: -51%;
  z-index: 100;
}
#container .schedule_month_days .c-day-no-empty .day_info .title {
  position: relative;
  background-color: #404040;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Trebuchet MS';
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
  padding: 10px 14px;
  text-align: left;
}
#container .schedule_month_days .c-day-no-empty .day_info .title .close {
  background: url('../bundles/app/img/teacher_day_info_close.png') no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  display: block;
  opacity: 1;
  z-index: 50;
}
#container .schedule_month_days .c-day-no-empty .day_info .table {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 14px;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr {
  position: relative;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td {
  position: relative;
  padding: 0;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td .avatar {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td .avatar img {
  width: 100%;
  height: 100%;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_60.png');
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_60.png');
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td .avatar.group-lesson {
  background-image: url('../bundles/app/img/avatar_group_lesson.png');
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td:first-child {
  width: 65px;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td:last-child {
  padding-left: 9px;
  width: 100%;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td:last-child p {
  position: relative;
  font-weight: 300;
  font-family: arialnarrowbold;
  font-size: 16px;
  color: #666666;
  margin-bottom: 3px;
}
#container .schedule_month_days .c-day-no-empty .day_info .table tr td:last-child p a {
  font-family: 'Trebuchet MS';
  font-size: 20px;
  color: #00afe9;
  font-weight: 300;
  position: relative;
  top: 5px;
}
#container .schedule_month_days .c-day-no-empty .day_info .empty {
  color: #666666;
  font-size: 18px;
  font-family: arialnarrow;
  font-weight: 300;
  text-align: center;
  padding: 16px 0 35px;
  height: auto;
  line-height: normal;
}
#container .schedule_month_days .c-day-no-empty .day_info .a_day {
  position: relative;
  padding-left: 123px;
  display: block;
  top: -3px;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 16px;
  color: #00afe9;
}
#container .schedule_month_days .c-day-no-empty .day_info .a_day .icon {
  background: url('../bundles/app/img/index_all_reviews_icon.png') no-repeat -17px 0;
  width: 17px;
  display: block;
  height: 17px;
  position: absolute;
  left: 99px;
  top: 4px;
}
#container .schedule_month_days .c-day-no-empty .day_info .border-bottom {
  background: url('../bundles/app/img/teacher_day_info_border.png') no-repeat 0 0;
  width: 100%;
  height: 14px;
  position: relative;
  top: 10px;
}
#container .teacher_calendar .c-day {
  position: relative;
  cursor: default;
}
#container .teacher_calendar .c-day .day {
  position: absolute;
}
#container .teacher_calendar .c-day .teacher_avatar {
  display: block;
  float: none;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 6px 3px 0 5px;
}
#container .teacher_calendar .c-day .teacher_avatar .avatar {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  height: 37px;
  width: 37px;
  margin-right: 1px;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 1px;
}
#container .teacher_calendar .c-day .teacher_avatar .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_37.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
}
#container .teacher_calendar .c-day .teacher_avatar .avatar:first-child {
  margin-left: 38px;
}
#container .teacher_calendar .c-day .teacher_info {
  position: absolute;
  display: block;
  float: none;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  width: auto;
  min-width: 337px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
#container .teacher_calendar .c-day .teacher_info .avatar {
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
  line-height: normal;
  width: 168px;
  height: 150px;
  vertical-align: top;
  position: relative;
  background-image: url('../bundles/app/img/avatar_teacher_default_168_150.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
#container .teacher_calendar .c-day .teacher_info .avatar .online {
  background-color: #9dc62e;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  min-width: 169px;
  height: 150px;
  vertical-align: top;
  font-family: arialnarrow;
  font-weight: 300;
  padding: 3px 12px 0 10px;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content a {
  display: block;
  font-size: 16px;
  color: #00afe9;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content .city {
  display: block;
  font-size: 14px;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
  margin-top: -3px;
  padding-bottom: 6px;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content .language {
  font-family: arialnarrowbold;
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content .payment {
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 2px;
}
#container .teacher_calendar .c-day .teacher_info .teacher_content .price {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-top: -5px;
}
#container .teacher_calendar .c-day.today .teacher_avatar {
  padding: 4px 3px 0 4px;
}
#container .messages-container {
  position: relative;
}
#container .messages-container .messages_menu {
  width: 1140px;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
#container .messages-container .messages_menu .messages_menu_top_bg {
  width: 1160px;
  background-color: #E5E5E5;
  height: 22px;
  display: none;
  position: absolute;
  z-index: 100;
  top: -22px;
  left: -10px;
}
#container .messages-container .messages_menu .menu_tab_messages {
  height: 56px;
  background-color: #f1f1f1;
  vertical-align: top;
  border-top: 1px solid #cecece;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  border-bottom: 1px solid #D8D8D8;
}
#container .messages-container .messages_menu .menu_tab_messages li.active {
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}
#container .messages-container .messages_menu .menu_tab_messages li.active a {
  color: #00afe9;
}
#container .messages-container .messages_menu .menu_tab_messages li.active a span {
  border-bottom: 2px solid #00AFE9;
  padding-bottom: 15px;
}
#container .messages-container .messages_menu .menu_tab_messages li {
  border-left: 0;
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: normal;
  letter-spacing: normal;
  position: relative;
  height: 55px;
  width: 220px;
  text-align: center;
}
#container .messages-container .messages_menu .menu_tab_messages li a {
  padding: 16px 45px 0 40px;
  color: #999999;
  font-family: arialnarrowbold;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  border-right: 1px solid #D8D8D8;
  height: 55px;
}
#container .messages-container .messages_menu .menu_tab_messages li a span .archive-messages-count {
  display: none;
}
#container .messages-container .messages_menu .menu_tab_messages li a:focus {
  background: none;
  outline: none;
}
#container .messages-container .messages_menu .menu_tab_messages li a:hover {
  background: none;
}
#container .messages-container .messages_menu .menu_tab_messages li .notification {
  font-size: 18px;
  color: #ffffff;
  display: inline;
  height: 27px;
  line-height: 28px;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 27px;
}
#container .messages-container .messages_menu .menu_tab_messages li:first-child {
  box-shadow: 1px 0 0 0 #E5E5E5;
}
#container .messages-container .messages_menu .menu_tab_messages li:first-child.active {
  box-shadow: none;
}
#container .messages-container .c-new-message {
  position: absolute;
  top: 6px;
  right: 2px;
  vertical-align: top;
}
#container .messages-container .c-new-message a {
  background: url('../bundles/app/img/message_new_button.png') 0 0 repeat-x;
  position: relative;
  border: none;
  padding: 10px 9px 10px 36px;
  right: 18px;
  top: 2px;
  border-radius: 3px;
}
#container .messages-container .c-new-message a .icon {
  display: block;
  position: absolute;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll 0 0 transparent;
  width: 18px;
  height: 18px;
  left: 11px;
  top: 11px;
}
#container .messages-container .c-new-message a:hover {
  background: url('../bundles/app/img/message_new_button.png') 0 -40px repeat-x;
  border: none;
}
#container .messages-container .messages-all {
  padding-top: 26px;
}
#container .messages-container .messages-all .c-left {
  float: left;
  width: 285px;
  margin-top: 5px;
}
#container .messages-container .messages-all .c-left .contacts {
  border-right: 1px solid #e4e4e4;
}
#container .messages-container .messages-all .c-left .contacts .search {
  border-bottom: 1px solid #E4E4E4;
  height: 50px;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group {
  padding: 0 22px 20px 21px;
  display: block;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group input[type='text'] {
  border-right: medium none;
  width: 228px;
  padding-right: 15px;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group input[type='text']:focus {
  border-color: #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  outline: 0 none;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group .form-control {
  height: 30px;
  padding: 5px 6px 6px 6px;
  font-size: 13px;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group .input-group-btn {
  position: absolute;
  top: 0;
  right: 47px;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group .input-group-btn button {
  height: 30px;
  width: 30px;
  border-color: #cccccc;
  border-left: medium none #D9D9D9;
  padding: 4px 0 0 0;
  background-color: transparent;
}
#container .messages-container .messages-all .c-left .contacts .search .input-group .input-group-btn button .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -19px 0 transparent;
  display: inline-block;
  width: 20px;
  height: 19px;
}
#container .messages-container .messages-all .c-right {
  float: left;
  width: 855px;
}
#container .messages-container .messages-all .c-right .messages.c-default .composer {
  display: none;
}
#container .messages-container .messages-all .c-right .messages .stream {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
#container .messages-container .messages-all .c-right .messages .stream .current-contact {
  height: 44px;
  border-bottom: 1px solid #E4E4E4;
  overflow: hidden;
  font-family: Trebuchet MS;
  margin-bottom: 10px;
}
#container .messages-container .messages-all .c-right .messages .stream .current-contact p {
  padding-right: 150px;
  font-size: 22px;
}
#container .messages-container .messages-all .c-right .messages .stream .current-contact p .status {
  background-color: #9DC62E;
  border-radius: 50% 50% 50% 50%;
  height: 10px;
  width: 10px;
  display: hide;
  margin: 1px 0 0 5px;
}
#container .messages-container .messages-all .c-right .messages .stream .current-contact p .status.online {
  display: inline-block;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions {
  position: absolute;
  top: -9px;
  right: 20px;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-toggle {
  position: relative;
  background-color: #fff;
  width: 132px;
  height: 40px;
  color: #666666;
  font-family: arialnarrow;
  font-size: 16px;
  padding: 8px 0 0 38px;
  text-align: left;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-toggle .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -150px 0 transparent;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 9px;
  top: 9px;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-toggle .icon-caret {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -187px 0 transparent;
  display: inline-block;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 10px;
  top: 17px;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu {
  border-left: 0 none;
  border-radius: 0 0 0 0;
  border-right: 0 none;
  border-top: 4px solid #00AFE9;
  border-bottom: 2px solid #00AFE9;
  padding: 0;
  top: 42px;
  width: 318px;
  padding-top: 13px;
  padding-bottom: 10px;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu .blue-caret-up-actions {
  background-image: url('../bundles/app/img/blue-caret-up.png');
  display: inline-block;
  height: 10px;
  left: 233px;
  margin-left: 10px;
  position: absolute;
  top: -14px;
  width: 19px;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu li {
  border: 0 none;
  width: 100%;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu li a {
  color: #333333;
  font-family: arialnarrow;
  font-size: 18px;
  padding: 2px 20px;
  position: relative;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu li a:hover {
  background-color: #F1F1F1;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu li:hover {
  background-color: #E5E5E5;
  border: 0 none;
  width: 100%;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions .dropdown-menu li.disabled a {
  color: #999999;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions.open .dropdown-toggle {
  color: #00afe9;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions.open .dropdown-toggle .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -168px 0 transparent;
}
#container .messages-container .messages-all .c-right .messages .stream .message_actions.open .dropdown-toggle .icon-caret {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -197px 0 transparent;
}
#container .messages-container .messages-all .c-right .messages .stream .text-default {
  text-align: center;
}
#container .messages-container .messages-all .c-right .messages .stream .text-default h3 {
  margin-top: 8%;
  margin-left: -5px;
  color: #999999;
  font-size: 30px;
  line-height: 35px;
  font-family: 'Trebuchet MS';
  margin-bottom: 8px;
}
#container .messages-container .messages-all .c-right .messages .stream .text-default .btn {
  position: relative;
  padding: 0 0 0 34px;
  color: #00afe9;
}
#container .messages-container .messages-all .c-right .messages .stream .text-default .btn .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -57px 0 transparent;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 9px;
}
#container .messages-container .messages-all .c-right .messages .stream-header {
  height: 39px;
  position: relative;
}
#container .messages-container .messages-all .c-right .messages .stream-header .contact {
  border: none;
  box-shadow: none;
  width: 200px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li:first-child label {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #D9D9D9;
  border-top-left-radius: 3px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li:last-child label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li:hover label {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
  cursor: pointer;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li {
  display: block;
  float: left;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li label {
  display: block;
  padding: 3px 0 6px 0;
  position: relative;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  letter-spacing: normal;
  line-height: normal;
  color: #666666;
  font-size: 14px;
  font-family: arialnarrow;
  width: 80px;
  text-align: center;
  font-weight: normal;
}
#container .messages-container .messages-all .c-right .messages .stream-header .tab-stream li label.current {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group {
  padding-right: 1px;
  display: block;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group input[type='text'] {
  border-right: medium none;
  font-size: 12px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group input[type='text']:focus {
  border-color: #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  outline: 0 none;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group .form-control {
  height: 30px;
  width: 244px;
  padding: 5px 6px 6px 6px;
  font-size: 13px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group .input-group-btn {
  position: absolute;
  top: 0px;
  right: 26px;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group .input-group-btn button {
  height: 30px;
  width: 30px;
  border-color: #cccccc;
  border-left: medium none #D9D9D9;
  padding: 4px 0 0 0;
  background-color: transparent;
}
#container .messages-container .messages-all .c-right .messages .stream-header .form-search .input-group .input-group-btn button .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -19px 0 transparent;
  display: inline-block;
  width: 20px;
  height: 19px;
}
#container .messages-container .messages-all .c-right .messages .stream-content {
  margin: 10px 0;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech {
  padding: 10px;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech p {
  font-weight: bold;
  white-space: nowrap;
  display: block;
  margin: 0 0 2px;
  padding-right: 60px;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .avatar {
  float: left;
  margin-right: 11px;
  width: 60px;
  height: 60px;
  background-size: cover;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .avatar img {
  width: 100%;
  height: 100%;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .time {
  right: 0;
  top: 0;
  color: #999999;
  font-family: arialnarrow;
  font-size: 14px;
  line-height: 14px;
  width: 60px;
  text-align: right;
  float: right;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .text {
  margin: 0 0 0 59px;
  min-height: 60px;
  overflow: hidden;
  padding-bottom: 5px;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .text .firstName,
#container .messages-container .messages-all .c-right .messages .stream-content .speech .text .lastName {
  color: #00afe9;
  font-family: Trebuchet MS;
  font-size: 17px;
  line-height: 17px;
  vertical-align: top;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .text .message {
  font-family: arialnarrow;
  font-size: 16px;
  line-height: 19px;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech .text .message a {
  display: block;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech.owner {
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech.selected,
#container .messages-container .messages-all .c-right .messages .stream-content .speech.owner.selected {
  background-color: #9dc62e;
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech.student .avatar {
  background-image: url('../bundles/app/img/avatar_student_default_60.png');
}
#container .messages-container .messages-all .c-right .messages .stream-content .speech.teacher .avatar {
  background-image: url('../bundles/app/img/avatar_teacher_default_60.png');
}
#container .messages-container .messages-all .c-right .messages .composer {
  background-color: #f1f1f1;
  border-bottom: 1px solid #E4E4E4;
  padding: 20px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer {
  position: relative;
  height: 153px;
  background-color: #fff;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_uploader {
  background-color: #fff;
  height: 35px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_uploader .upload-file {
  height: 35px;
  width: 130px;
  font-family: arialnarrow;
  font-size: 14px;
  padding: 4px 0 3px 12px;
  text-align: left;
  color: #999999;
  border-right: 1px solid #E4E4E4;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_uploader .upload-file .icon {
  display: block;
  float: left;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -76px 0 transparent;
  width: 15px;
  height: 16px;
  margin: 3px 6px 3px 0;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_uploader .upload-file:hover {
  color: #00afe9;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_uploader .upload-file:hover .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -92px 0 transparent;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_file {
  height: 36px;
  left: 0;
  right: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_file .file {
  display: inline-block;
  overflow: hidden;
  color: #0088CC;
  height: 35px;
  padding: 7px 0 5px 0;
  position: relative;
  max-width: 210px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_file .file a {
  background: url('../bundles/app/img/icon-file.png') no-repeat scroll 13px 2px transparent;
  font-family: arialnarrowbold;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  height: 35px;
  max-width: 180px;
  min-width: 50px;
  text-overflow: ellipsis;
  padding: 0 35px 0 35px;
  display: inline-block;
  white-space: nowrap;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_file .file .delete_file {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -108px 0 transparent;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 10px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .block_file .file .delete_file:hover {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -121px 0 transparent;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer textarea {
  width: 100%;
  height: 83px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: none;
  padding: 6px 9px 6px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: arialnarrow;
  font-size: 15px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer textarea:-moz-placeholder {
  color: #999999;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer textarea::-moz-placeholder {
  color: #999999;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .progress_body {
  z-index: 100;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .send_message {
  position: absolute;
  width: 125px;
  height: 35px;
  border-radius: 0;
  background-color: #9dc62e;
  text-align: left;
  bottom: 0px;
  right: 0px;
  padding-left: 40px;
  z-index: 50;
  margin-top: -35px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .send_message .icon {
  position: absolute;
  display: block;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -134px 0 transparent;
  width: 15px;
  height: 16px;
  top: 7px;
  left: 15px;
}
#container .messages-container .messages-all .c-right .messages .composer .c-composer .send_message:hover {
  background-color: #7ea903;
}
#container .account-settings .form_block {
  padding-left: 40px;
}
#container .account-settings .form_block .form_input input[type='submit'] {
  -webkit-box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  border-bottom: 1px solid #81a700;
  font-family: arialnarrow;
  font-size: 16px;
  width: auto;
  height: 40px;
}
#container .account-settings .form_block .form_input input[type='submit']:hover {
  background-color: #7ea903;
}
#container .profile-about ul.navbar-nav {
  height: 55px;
}
#container .profile-about #about_form .form-content .years {
  font-size: 18px;
  font-weight: 700;
  margin-top: -4px;
  letter-spacing: 1px;
}
#container .profile-about #about_form .form-content .workplace {
  font-size: 18px;
  letter-spacing: 0.055px;
  font-family: arialnarrow;
}
#container .profile-about #about_form .btn-back {
  display: inline-block;
  float: right;
  vertical-align: top;
  margin-top: -25px;
  margin-right: -35px;
}
#container .profile-about #about_form .btn-back a {
  position: relative;
  border: none;
  padding: 10px 8px 7px 10px;
  right: 12px;
  top: 2px;
  border-radius: 3px;
}
#container .profile-about #about_form .btn-back a .icon-back {
  margin-right: 2px;
}
#container .profile-about #about_form .age {
  margin-right: 55px;
}
#container .profile-about #about_form .years {
  font-size: 18px;
}
#container .profile-about #tab2 {
  margin-top: -4px;
}
#container .profile-about-bg {
  background-color: #ffffff;
}
#container .profile-about-bg .schedule_month .c-weekdays .c-weekday:last-child {
  width: 158px;
}
#container .profile-about-bg .schedule_month_days li:nth-child(7n) {
  width: 158px !important;
}
#container .profile-about-bg .schedule_month_days li:nth-child(7n) .no-fill {
  right: -2px !important;
}
#container .lesson-homework .top {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  color: #404040;
  width: 100%;
  height: 56px;
}
#container .lesson-homework .top h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Trebuchet MS';
  width: 50%;
  letter-spacing: normal;
  line-height: normal;
  margin: 23px 0 0;
  padding-left: 29px;
}
#container .lesson-homework .top .percent_complete {
  display: inline-block;
  vertical-align: top;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 18px;
  width: 50%;
  letter-spacing: normal;
  line-height: normal;
  padding: 26px 0 0 173px;
}
#container .lesson-homework .top .percent_complete .progress_line_no_complete {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 10px;
  background: url('../bundles/app/img/percent_complete_bg.png') repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  z-index: 0;
  margin: 10px 0 0 14px;
}
#container .lesson-homework .top .percent_complete .progress_line_no_complete .progress_line_complete {
  position: relative;
  z-index: 10;
  height: 10px;
  background: url('../bundles/app/img/percent_complete_bg.png') repeat-x 0 -10px;
}
#container .teachers .menu_tab_journal li {
  width: 220px;
}
#container .teachers .menu_tab_journal li a {
  padding: 16px 0;
  text-align: center;
}
#container .teachers .menu_tab_journal li.first-lesson {
  width: 232px;
}
#container .teachers .menu_tab_journal li.first-lesson .notification {
  right: 16px;
}
#container .teachers .container-sub-menu {
  min-height: 57px;
}
#container .teachers .current-students .people_table tr td .text {
  margin-top: 15px;
  line-height: 19px;
}
#container .teachers .current-students .people_table tr td .text .bl-rating {
  position: relative;
}
#container .teachers .current-students .people_table tr td .text .bl-rating .rating {
  display: inline-block;
  letter-spacing: -1px;
  padding-bottom: 5px;
}
#container .teachers .current-students .people_table tr td .text .bl-rating .rating img {
  width: 12px;
}
#container .teachers .current-students .people_table tr td .text .bl-rating .change-rating {
  font-size: 14px;
  line-height: 22px;
  font-family: arialnarrow;
  position: absolute;
  left: 80px;
  top: 0;
}
#container .teachers .current-students .people_table tr td .text .bl-rating .change-rating.add-rating {
  left: 0;
}
#container .teachers .current-students .people_table tr td .btn-blackboard {
  width: 142px;
  padding: 0 0 1px 0;
  text-align: center;
}
#container .teachers .current-students .people_table tr td .popup-rating-box {
  border-collapse: separate;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 162px;
  width: 272px;
  z-index: 100;
  position: absolute;
  background-color: #FFFFFF;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .border-left {
  background: url('../bundles/app/img/rating_left_border.png') no-repeat 0 0 transparent;
  height: 161px;
  border: 0;
  left: -14px;
  width: 14px;
  top: 0;
  position: absolute;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content {
  padding: 14px 23px;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content p {
  font-family: arialnarrow;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  padding-bottom: 15px;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content .rating-box {
  font-size: 0;
  position: relative;
  height: 70px;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content .rating-box img {
  margin-right: 7px;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content .rating-box .help-text:first-letter {
  text-transform: uppercase;
}
#container .teachers .current-students .people_table tr td .popup-rating-box .popup-content .rating-box .help-text {
  font-family: arialnarrow;
  font-size: 24px;
  line-height: 26px;
  color: #333333;
}
#container .favorites-teachers-list .teachers-list {
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  padding: 20px 0 0 20px;
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#container .favorites-teachers-list .teachers-list li {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 17px;
  font-family: arialnarrow;
  font-weight: 300;
  color: #666666;
  vertical-align: top;
  list-style: none;
  width: 168px;
  margin-right: 18px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 291px;
  overflow: hidden;
}
#container .favorites-teachers-list .teachers-list li .image {
  position: relative;
  width: 100%;
}
#container .favorites-teachers-list .teachers-list li .image button {
  position: absolute;
  top: 5px;
  left: 5px;
  border: none;
  display: block;
  background: url('../bundles/app/img/button_like.png') repeat-x scroll 0 0;
  width: 24px;
  height: 21px;
  cursor: pointer;
  z-index: 10;
}
#container .favorites-teachers-list .teachers-list li .image button:hover {
  background-position: 0 -21px;
}
#container .favorites-teachers-list .teachers-list li .image .btn-favorite-remove {
  display: none;
}
#container .favorites-teachers-list .teachers-list li .image .rating {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #000000;
  opacity: 0.6;
  border-radius: 2px;
  height: 22px;
  margin-bottom: 5px;
  margin-left: 5px;
  width: 80px !important;
  font-size: 0;
  letter-spacing: -5px;
  line-height: 0;
  padding-left: 6px;
  padding-top: 4px;
}
#container .favorites-teachers-list .teachers-list li .image .rating img {
  height: 13px;
  width: 14px;
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
}
#container .favorites-teachers-list .teachers-list li .image .avatar {
  width: 168px;
  height: 150px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#container .favorites-teachers-list .teachers-list li .image .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_168_150.png');
}
#container .favorites-teachers-list .teachers-list li .info {
  font-family: arialnarrow;
  padding: 5px 10px;
  font-weight: 300;
}
#container .favorites-teachers-list .teachers-list li .info .name a {
  font-size: 16px;
  color: #00afe9;
}
#container .favorites-teachers-list .teachers-list li .info .location {
  border-bottom: 1px solid #E5E5E5;
  color: #999999;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  padding-bottom: 3px;
  position: relative;
  text-overflow: ellipsis;
  top: -3px;
  white-space: nowrap;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson {
  position: relative;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson p {
  font-size: 14px;
  color: #999999;
  padding: 5px 0 4px 0;
  margin: 0;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .bl-time {
  color: #333333;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .bl-time .date {
  font-size: 22px;
  line-height: 25px;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .bl-time .time {
  font-size: 16px;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .lesson-status {
  position: absolute;
  right: 0;
  top: 38px;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .lesson-status i {
  width: 32px;
  height: 32px;
  background: url('../bundles/app/img/button_module.png') no-repeat -422px -1px transparent;
  display: block;
}
#container .favorites-teachers-list .teachers-list li .info .next-lesson .lesson-status .unconfirmed {
  background-position: -422px -40px;
}
#container .favorites-teachers-list .teachers-list li .info .action {
  display: none;
}
#container .favorites-teachers-list .teachers-list li:nth-child(6n) {
  margin-right: 0;
}
#container .favorites-teachers-list .teachers-list li:hover .btn-favorite-remove {
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
}
#container .favorites-teachers-list .teachers-list li:hover .btn-favorite-remove i {
  width: 28px;
  height: 28px;
  background: url('../bundles/app/img/button_module.png') no-repeat -423px -73px transparent;
  display: block;
}
#container .favorites-teachers-list .teachers-list li:hover .next-lesson {
  display: none;
}
#container .favorites-teachers-list .teachers-list li:hover .action {
  display: block;
  margin-top: 7px;
  margin-left: 1px;
}
#container .favorites-teachers-list .teachers-list li:hover .action .btn-message {
  color: #666666;
  display: block;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  padding: 1px 0 2px;
  position: relative;
  text-align: center;
  width: 147px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.3);
  box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.3);
}
#container .favorites-teachers-list .teachers-list li:hover .action .btn-lesson-remove {
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  background-color: #ec3b15;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.5);
  box-shadow: 0 1px 0 0 rgba(111, 111, 111, 0.5);
  height: 29px;
  margin-top: 9px;
  padding: 4px 0 2px;
  width: 147px;
}
#container .teacher-lessons {
  background-color: #ffffff;
}
#container .teacher-lessons .teacher-lessons-header {
  height: 58px;
  position: relative;
  padding: 16px 19px;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 30px;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li:first-child a {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #D9D9D9;
  border-top-left-radius: 3px;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li {
  display: block;
  float: left;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li a {
  display: block;
  padding: 3px 0 0 0;
  position: relative;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  line-height: normal;
  color: #666666;
  font-size: 14px;
  font-family: arialnarrow;
  text-align: center;
  font-weight: normal;
  width: 138px;
  height: 28px;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li a span {
  color: #999999;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li:hover a {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
  cursor: pointer;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li:hover a span {
  color: #ffffff;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li.active a {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
}
#container .teacher-lessons .teacher-lessons-header .teacher-lessons-tabs li.active a span {
  color: #ffffff;
}
#container .teacher-lessons .people_table {
  position: relative;
  top: -5px;
}
#container .teacher-lessons .people_table tr {
  border-bottom: 1px solid #e5e5e5;
}
#container .teacher-lessons .people_table tr td .right_border {
  width: 565px;
}
#container .teacher-lessons .people_table tr td .container-td {
  padding: 5px 10px 0 20px;
  display: table-cell;
  height: 66px;
  line-height: 1;
  overflow: hidden;
  vertical-align: middle;
}
#container .teacher-lessons .people_table tr td .btn-blackboard {
  background: url('../bundles/app/img/btn-enter-bg.png') repeat-x 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  width: 140px;
  height: 40px;
  left: 1px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  position: relative;
  margin-right: 20px;
}
#container .teacher-lessons .people_table tr td .remove-lesson {
  margin-right: 20px;
}
#container .teacher-lessons .people_table tr td .remove-lesson button {
  padding: 9px 15px 7px 47px;
}
#container .teacher-lessons .people_table tr td .homework_btn {
  left: 17px;
  top: 1px;
}
#container .teacher-lessons .people_table tr td .program {
  width: 111px;
  height: 66px;
  line-height: 60px;
}
#container .teacher-lessons .people_table tr td .program .hint {
  height: 65px;
}
#container .teacher-lessons .people_table tr td .program .hint_a {
  margin-left: -27px;
}
#container .teacher-lessons .people_table tr td:nth-child(4) .right_border,
#container .teacher-lessons .people_table tr td:nth-child(5) .right_border {
  padding-right: 0;
}
#container .teacher-lessons .people_table tr td:nth-child(4):hover .hint,
#container .teacher-lessons .people_table tr td:nth-child(5):hover .hint {
  width: 111px;
  height: 66px;
}
#container .teacher-lessons .people_table tr td:nth-child(4):hover .hint a,
#container .teacher-lessons .people_table tr td:nth-child(5):hover .hint a {
  font-family: arialnarrow;
  font-size: 16px;
}
#container .teacher-lessons .people_table tr:last-child {
  border-bottom: none;
}
#container .student-journal .table colgroup + thead tr:first-child th {
  padding-top: 4px;
  font-family: arialnarrow;
  text-align: left;
}
#container .student-journal .people_table tr td .text {
  margin-top: 0;
  width: 100%;
}
#container .student-journal .people_table tr td.td_time {
  padding-left: 18px;
}
#container .student-journal .people_table tr td.td_time .time {
  padding-left: 2px;
}
#container .student-journal .people_table tr td.two_button {
  left: 0;
  top: 1px;
}
#container .student-journal .people_table tr td.homework {
  text-align: left;
}
#container .student-journal-past .people_table tr td .text {
  margin-top: 20px;
  width: auto;
}
#container .student-journal-past .people_table tr td:nth-child(4):hover .hint {
  left: 12px;
  top: -6px;
  width: 111px;
  padding-bottom: 13px;
}
#container .student-journal-past .people_table tr td:nth-child(5):hover .hint {
  left: 11px;
  width: 111px;
  top: -7px;
}
#container .reviews {
  margin-bottom: 15px;
}
#container .reviews .menu_tab {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  border: none;
  margin: 7px auto 0;
  text-align: center;
  width: 630px;
  padding: 0;
}
#container .reviews .menu_tab li {
  vertical-align: top;
  display: inline-block;
  line-height: 48px;
  letter-spacing: normal;
  width: 310px;
  height: 54px;
  background: url("../bundles/app/img/index_menu_tab_li.png") 0 0 repeat-x;
  border: 1px solid #bababa;
}
#container .reviews .menu_tab li a {
  font-size: 22px;
  font-family: arial;
  color: #999999;
  text-decoration: none;
  position: relative;
  display: block;
  line-height: 49px;
}
#container .reviews .menu_tab li a .icon {
  position: absolute;
  background-image: url("../bundles/app/img/index_menu_tab_icon.png");
  height: 55px;
  width: 32px;
  background-repeat: no-repeat;
}
#container .reviews .menu_tab li a:focus {
  outline: 0;
}
#container .reviews .menu_tab .for_student {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}
#container .reviews .menu_tab .for_student a {
  padding-left: 55px;
}
#container .reviews .menu_tab .for_student a .icon {
  background-position: 0 0;
  left: 69px;
  top: 11px;
}
#container .reviews .menu_tab .for_student.small_padding a {
  padding-left: 57px;
}
#container .reviews .menu_tab .for_student.small_padding a .icon {
  left: 85px;
}
#container .reviews .menu_tab li:hover {
  background: url("../bundles/app/img/index_menu_tab_li.png") 0 0 repeat-x;
  border: 1px solid #bababa;
}
#container .reviews .menu_tab li:hover a {
  color: #12adef;
  text-shadow: 0 1px 0 #ffffff;
}
#container .reviews .menu_tab li.active:hover {
  background: url("../bundles/app/img/index_menu_tab_li_active_hover.png") 0 0 repeat-x;
  height: 54px;
  border: none;
}
#container .reviews .menu_tab li.active:hover a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
#container .reviews .menu_tab .for_student:hover a .icon {
  background-position: -64px 0;
}
#container .reviews .menu_tab .for_teacher {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}
#container .reviews .menu_tab .for_teacher a {
  padding-left: 53px;
}
#container .reviews .menu_tab .for_teacher a .icon {
  background-position: -96px 0;
  left: 31px;
  top: 11px;
}
#container .reviews .menu_tab .for_teacher.small_padding a {
  padding-left: 56px;
}
#container .reviews .menu_tab .for_teacher.small_padding a .icon {
  left: 49px;
}
#container .reviews .menu_tab .for_teacher:hover a .icon {
  background-position: -160px 0;
}
#container .reviews .menu_tab .for_teacher.active:hover,
#container .reviews .menu_tab .for_teacher.active {
  border-left: 1px solid #14acde;
}
#container .reviews .menu_tab .for_teacher.active:hover a .icon,
#container .reviews .menu_tab .for_teacher.active a .icon {
  background-position: -128px 0;
}
#container .reviews .menu_tab .for_student.active:hover,
#container .reviews .menu_tab .for_student.active {
  border-right: 1px solid #14acde;
}
#container .reviews .menu_tab .for_student.active:hover a .icon,
#container .reviews .menu_tab .for_student.active a .icon {
  background-position: -32px 0;
}
#container .reviews .menu_tab .active {
  background: url("../bundles/app/img/index_menu_tab_li_active.png") 0 0 repeat-x;
  height: 54px;
  border: none;
}
#container .reviews .menu_tab .active a {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
#container .reviews #reviews_tab_content {
  margin: 2px auto 0;
}
#container .reviews .reviews_content {
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  width: 1140px;
  margin: 59px auto 0;
  padding: 0;
  display: block;
}
#container .reviews .reviews_content li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  line-height: normal;
  width: 340px;
  margin-right: 60px;
  position: relative;
}
#container .reviews .reviews_content li .icon {
  position: absolute;
  background: url("../bundles/app/img/index_reviews_icon.png") 0 0 no-repeat;
  width: 41px;
  height: 20px;
  left: 101px;
  top: 91px;
}
#container .reviews .reviews_content li .avatar {
  width: 96px;
  height: 96px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 16px;
  margin-bottom: 14px;
  box-shadow: 0 0 0 2px #ffffff;
  margin-left: 2px;
  border-radius: 50%;
}
#container .reviews .reviews_content li .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#container .reviews .reviews_content li .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_96.png');
}
#container .reviews .reviews_content li .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_96.png');
}
#container .reviews .reviews_content li h6 {
  font-size: 18px;
  font-family: Arial;
  font-weight: 700;
  margin: 28px 0 34px;
  color: #333333;
}
#container .reviews .reviews_content li h6 span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin-top: 2px;
}
#container .reviews .reviews_content li .text {
  font-size: 14px;
  clear: both;
  color: #666666;
  font-family: Arial;
  font-style: italic;
  background: url("../bundles/app/img/reviews_content_text_bg.png") 0 0 repeat;
  line-height: 26px;
  padding-bottom: 26px;
}
#container .reviews .reviews_content li:nth-child(3n) {
  margin-right: 0;
}
#container .reviews .infinite-scroll .loader-infinite {
  text-align: center;
  display: none;
}
#container .reviews .infinite-scroll.infinite-scroll-loader .loader-infinite {
  display: block;
}
#container-footer {
  width: 1150px;
  padding: 0;
  max-width: 1140px;
  left: 50%;
  position: relative;
  margin-left: -570px;
}
#container-footer .border_footer {
  width: 1180px;
  margin: 0 auto 0 -590px;
  background-color: #48c3ec;
  height: 1px;
  position: relative;
  left: 50%;
}
#container-footer .footer_copyright {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 20px;
  color: #d8eef8;
  font-size: 12px;
}
#container-footer .footer_copyright a {
  color: #D8EEF8 !important;
  font-size: 12px;
}
#container-footer .footer_copyright .margin_right {
  margin-right: 20px;
}
#container-footer .footer_copyright .border_span {
  border-right: 1px #48c3ec solid;
}
#container-footer .footer_copyright span a {
  margin: 0 13px;
}
#container-footer .footer_copyright .copyright {
  position: relative;
  left: -15px;
  display: inline-block;
  vertical-align: top;
  color: #a2def4;
  float: left;
}
#container-footer .footer_copyright .privacy {
  position: relative;
  left: -1px;
  vertical-align: top;
  padding-right: 14px;
}
#container-footer .footer_copyright .agreement {
  position: relative;
  left: 9px;
  vertical-align: top;
}
#container-footer .footer_menu {
  display: block;
  margin: 20px 0 41px;
  font-size: 18px;
  position: relative;
  top: -2px;
  padding-left: 0;
  padding-right: 0;
  width: 1140px;
  text-align: left;
}
#container-footer .footer_menu .product {
  vertical-align: top;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  width: 135px;
}
#container-footer .footer_menu .language-assistants {
  vertical-align: top;
  display: inline-block;
  padding-right: 0;
  width: 192px;
  padding-left: 30px;
}
#container-footer .footer_menu .about {
  vertical-align: top;
  display: inline-block;
  padding-right: 0;
  padding-left: 30px;
  width: 165px;
}
#container-footer .footer_menu .help {
  vertical-align: top;
  display: inline-block;
  padding-right: 0;
  padding-left: 30px;
  width: 135px;
}
#container-footer .footer_menu a {
  font-size: 12px;
  font-weight: 700;
  color: #D8EEF8 !important;
  display: block;
  text-align: left;
  width: 100%;
}
#container-footer .footer_menu .social_icons_block {
  text-align: left;
  position: relative;
  left: -122px;
  width: 218px;
  display: inline-block;
  vertical-align: top;
}
#container-footer .footer_menu .social_icons_block .social_icons {
  margin-top: 10px;
}
#container-footer .footer_menu .social_icons_block .social_icons a {
  display: inline;
  margin-right: 3px;
  text-decoration: none;
}
#container-footer .footer_menu .IADL {
  margin: 20px 42px -20px 0;
  height: 53px;
}
#container-footer .footer_menu .IADL img {
  border-radius: 3px;
}
#container-footer .footer_menu .language_selector_list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
#container-footer .footer_menu .language_selector_list li {
  display: inline-block;
}
#container-footer .footer_menu .language_selector_list li img {
  width: 24px;
}
#container-footer .footer_menu .language_selector_list a {
  border: none;
}
#container-footer .footer_menu .language_selector_list a.active {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 2px;
}
.icon_back {
  position: absolute;
  right: 0;
  top: 7px;
  width: 34px;
  height: 34px;
  background: url('../bundles/app/img/icon_close.png') 0 0 no-repeat;
  cursor: pointer;
}
.icon_back:hover {
  background-position: -34px 0;
}
.teacher-info-pay,
.teacher-info {
  position: relative;
}
.teacher-info-pay .teacher_info_photo,
.teacher-info .teacher_info_photo {
  display: inline-block;
  height: 204px;
  width: 237px;
  vertical-align: top;
  padding-left: 36px;
  position: relative;
  padding-top: 2px;
}
.teacher-info-pay .teacher_info_photo #video-notification,
.teacher-info .teacher_info_photo #video-notification {
  position: absolute;
  bottom: 0;
  left: 36px;
}
.teacher-info-pay .teacher_info_photo .avatar,
.teacher-info .teacher_info_photo .avatar {
  width: 200px;
  height: 200px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.teacher-info-pay .teacher_info_photo .avatar img,
.teacher-info .teacher_info_photo .avatar img {
  border-radius: 50%;
}
.teacher-info-pay .teacher_info_photo .avatar.teacher,
.teacher-info .teacher_info_photo .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default.png');
}
.teacher-info-pay .teacher_info_photo .avatar.student,
.teacher-info .teacher_info_photo .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default.png');
}
.teacher-info-pay .teacher_info_photo #modalPreview .modal-dialog,
.teacher-info .teacher_info_photo #modalPreview .modal-dialog {
  border-top: 2px solid #00AFE9;
  left: 0;
  position: relative;
  top: 10%;
  width: 640px;
}
.teacher-info-pay .teacher_info_photo #modalPreview .modal-dialog .modal-content,
.teacher-info .teacher_info_photo #modalPreview .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
.teacher-info-pay .teacher_info_photo #modalPreview .modal-dialog .modal-content #jp_container_profile,
.teacher-info .teacher_info_photo #modalPreview .modal-dialog .modal-content #jp_container_profile {
  border: none;
}
.teacher-info-pay .teacher_info_photo #modalPreview .modal-dialog .modal-content .close,
.teacher-info .teacher_info_photo #modalPreview .modal-dialog .modal-content .close {
  background: url("../bundles/app/img/close-btn.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  display: block;
  height: 34px;
  opacity: 1;
  position: absolute;
  right: -18px;
  top: -13px;
  width: 34px;
}
.teacher-info-pay .teacher-profile-info,
.teacher-info .teacher-profile-info {
  display: inline-block;
  vertical-align: top;
  margin-left: 22px;
  width: 859px;
  height: 204px;
}
.teacher-info-pay .teacher-profile-info #block-message,
.teacher-info .teacher-profile-info #block-message {
  margin-top: 7px;
  margin-right: 6px;
  position: absolute;
  right: 10px;
}
.teacher-info-pay .teacher-profile-info #block-message button,
.teacher-info .teacher-profile-info #block-message button {
  padding: 8px 11px 8px 43px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666666;
  position: relative;
}
.teacher-info-pay .teacher-profile-info #block-message button span,
.teacher-info .teacher-profile-info #block-message button span {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -317px -57px;
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 10px;
}
.teacher-info-pay .teacher-profile-info .fio,
.teacher-info .teacher-profile-info .fio {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  top: 5px;
}
.teacher-info-pay .teacher-profile-info .city-country,
.teacher-info .teacher-profile-info .city-country {
  position: relative;
  top: -1px;
  font-size: 24px;
  padding-left: 0.5px;
}
.teacher-info-pay .teacher-profile-info .rating,
.teacher-info .teacher-profile-info .rating {
  position: relative;
  margin-bottom: 4px;
  margin-top: 16px;
  margin-left: 1px;
}
.teacher-info-pay .teacher-profile-info .rating img,
.teacher-info .teacher-profile-info .rating img {
  position: relative;
  height: 26px;
  margin-right: 4px;
  width: 26px;
}
.teacher-info-pay .teacher-profile-info .language,
.teacher-info .teacher-profile-info .language {
  font-size: 24px;
  position: relative;
  top: -2px;
}
.teacher-info-pay .teacher-profile-info .language.short,
.teacher-info .teacher-profile-info .language.short {
  overflow: hidden;
  max-height: 75px;
  max-width: 550px;
  display: inline-block;
}
.teacher-info-pay .teacher-profile-btn-edit,
.teacher-info .teacher-profile-btn-edit {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 44px;
}
.teacher-info-pay .teacher-profile-btn-edit a,
.teacher-info .teacher-profile-btn-edit a {
  background: url('../bundles/app/img/teacher_myschedule_head_button.png') 0 0 repeat-x;
  position: relative;
  border: none;
  text-decoration: none;
  padding: 10px 12px 10px 41px;
  right: 3px;
  top: 2px;
  border-radius: 3px;
  color: white !important;
}
.teacher-info-pay .teacher-profile-btn-edit a .icon,
.teacher-info .teacher-profile-btn-edit a .icon {
  display: block;
  position: absolute;
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -557px 0 transparent;
  width: 18px;
  height: 18px;
  left: 14px;
  top: 11px;
}
.teacher-info-pay .teacher-profile-btn-edit a:hover,
.teacher-info .teacher-profile-btn-edit a:hover {
  background: url('../bundles/app/img/teacher_myschedule_head_button.png') 0 -40px repeat-x;
  border: none;
}
.teacher-info {
  padding-top: 36px !important;
}
.student-profile .teacher_info_photo {
  padding-left: 37px;
}
.student-profile .teacher-profile-info {
  margin-left: 28px;
  width: 851px;
}
.student-profile .teacher-profile-info .fio {
  color: #00afe9;
}
.student-profile .teacher-profile-info .city-country {
  top: 0;
}
.student-profile .teacher-profile-info .student-profile-param {
  width: 855px;
}
.student-profile .teacher-profile-info .student-profile-param .home-result {
  display: inline-block;
  width: 280px;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 1px;
  margin-right: 13px;
}
.student-profile .teacher-profile-info .student-profile-param .home-result div {
  font-family: arialnarrow;
  font-size: 18px;
  color: #999999;
  position: relative;
}
.student-profile .teacher-profile-info .student-profile-param .home-result div span {
  font-family: arialnarrowbold;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
}
.student-profile .teacher-profile-info .student-profile-param .home-result div:nth-child(1) {
  margin-top: 10px;
}
.student-profile .teacher-profile-info .student-profile-param .home-result div:nth-child(2) {
  margin-top: -4px;
}
.student-profile .teacher-profile-info .student-profile-param .home-result div:nth-child(3) {
  margin-top: -4px;
}
.student-profile .teacher-profile-info .student-profile-param .student-note {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  float: none;
  height: 136px;
  border: none;
  margin: 11px 0 3px 3px;
  border-radius: 0;
  background-color: #f1f1f1;
  padding-top: 9px;
}
.student-profile .teacher-profile-info .student-profile-param .student-note form textarea {
  padding: 5px 9px;
  min-width: 530px;
  max-width: 530px;
  border: 1px solid #cccccc;
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}
.student-profile .teacher-profile-info .student-profile-param .student-note form button {
  float: right;
  margin-top: 5px;
  padding: 8px 19px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666666;
}
.lesson-header {
  display: flex;
  flex-direction: column;
}
.lesson-header h3 {
  display: flex;
  justify-content: center;
}
.lesson-header .lesson-header-form-block {
  display: flex;
  justify-content: center;
}
.lesson-header .lesson-header-form-block .lesson-header-form {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  float: none;
  height: 136px;
  border: none;
  margin: 11px 0 3px 3px;
  border-radius: 0;
  background-color: #f1f1f1;
  padding: 9px 9px 0 9px;
}
.lesson-header .lesson-header-form-block .lesson-header-form form textarea {
  padding: 5px 9px;
  min-width: 530px;
  max-width: 530px;
  border: 1px solid #cccccc;
  min-height: 71px;
  max-height: 71px;
  overflow: hidden;
}
.lesson-header .lesson-header-form-block .lesson-header-form form button {
  float: right;
  margin-top: 5px;
  margin-right: 2px;
  padding: 8px 19px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #666666;
}
.teacher_reviews_block {
  margin-top: 29px;
}
.teacher_reviews_block #review_list {
  position: relative;
  top: 4px;
}
.teacher_reviews_block #review_list .avatar {
  width: 66px;
  height: 66px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
}
.teacher_reviews_block #review_list .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teacher_reviews_block #review_list .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_66.png');
}
.teacher_reviews_block #review_list .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_66.png');
}
.teacher_reviews_block #review_list .col-md-11 .fio {
  font-size: 20px;
  left: -3px;
  position: relative;
}
.teacher_reviews_block #review_list .col-md-11 .rating {
  position: relative;
  left: -6px;
  padding-bottom: 0;
  top: -3px;
}
.teacher_reviews_block #review_list .col-md-11 .rating img {
  position: relative;
  height: 18px;
  margin-right: -2px;
  width: 18px;
}
.teacher_reviews_block #review_list .col-md-11 .date-create {
  font-size: 16px;
  color: #999999;
  padding-left: 7px;
}
.teacher_reviews_block #review_list .col-md-11 .text {
  font-size: 14px;
  color: #666666;
  font-family: Arial;
  line-height: 22px;
  margin-top: 9px;
}
.teacher_reviews_block #review_list .page-header {
  margin-bottom: 39px;
  margin-top: 28px;
}
#about_form .form-content .no_content {
  font-family: Arial;
  color: #b5b5b5;
  font-size: 16px !important;
}
.teacher_info_top_bg {
  height: 4px;
  width: 100%;
  background-color: #00AFE9;
  position: absolute;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  z-index: 10;
}
#timezone {
  position: relative;
  left: 2px;
  padding: 0;
  width: 285px;
}
#timezone .icon_time_header {
  position: relative;
  left: -1px;
}
#timezone #timezone_timezone-styler {
  height: 24px;
  position: relative;
  top: -4px;
  width: 285px !important;
  z-index: 130;
}
#timezone #timezone_timezone-styler .jq-selectbox__select {
  border: medium none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  height: 25px;
  padding: 0;
}
#timezone #timezone_timezone-styler .jq-selectbox__select .jq-selectbox__select-text {
  color: #808080;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  left: 37px;
  position: relative;
  top: -5px;
}
#timezone #timezone_timezone-styler .jq-selectbox__select .jq-selectbox__trigger {
  height: 58px;
  left: 34px;
  top: 30px;
  width: 158px;
}
#timezone #timezone_timezone-styler .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  background: url('../bundles/app/img/current_user_caret.png') no-repeat scroll 0 0 transparent;
  height: 6px;
  right: 75px;
  top: 8px;
  width: 11px;
}
#timezone #timezone_timezone-styler .jq-selectbox__select:active {
  background-color: #ffffff;
}
#timezone #timezone_timezone-styler .jq-selectbox__dropdown {
  background: #ffffff;
  height: 285px !important;
  top: 90px !important;
  border-radius: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 302px;
}
#timezone #timezone_timezone-styler .jq-selectbox__dropdown ul {
  width: 100%;
  height: 285px !important;
  overflow: visible;
}
#timezone #timezone_timezone-styler .jq-selectbox__dropdown ul li {
  color: #333333;
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
}
#timezone #timezone_timezone-styler .jq-selectbox__dropdown ul li.selected,
#timezone #timezone_timezone-styler .jq-selectbox__dropdown ul li:hover {
  background-color: #f1f1f1;
}
#timezone #timezone_timezone-styler .border_top {
  background: url('../bundles/app/img/h_border_top_drop_down.png') no-repeat 0 0;
  height: 14px !important;
  width: 285px !important;
  position: relative;
  top: 50px !important;
}
#timezone #timezone_timezone-styler .border_bottom {
  background-color: #00afe9;
  height: 2px !important;
  width: 285px !important;
  left: 1px !important;
  position: relative;
  top: 335px !important;
}
.modules-container {
  padding-top: 7px;
  margin-bottom: 120px;
}
.modules-container .module_list {
  background: url('../bundles/app/img/module_list_bg.png') repeat-x 100% 100%;
  display: block;
  float: none;
  font-size: 0;
  height: 272px;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 13px 0 0 30px;
  width: 100%;
}
.modules-container .module_list .module_list_li {
  background: url('../bundles/app/img/module_bottom_bg.png') no-repeat 100% 100%;
  border: medium none;
  display: inline-block;
  float: none;
  font-size: 16px;
  height: 242px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: top;
  width: 210px;
  position: relative;
}
.modules-container .module_list .module_list_li .unit-complete {
  display: none;
  position: absolute;
  height: 34px;
  width: 34px;
  left: 150px;
  top: 200px;
  z-index: 1;
}
.modules-container .module_list .module_list_li .unit-complete.label-success {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
}
.modules-container .module_list .module_list_li .unit-complete.label-danger {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.modules-container .module_list .module_list_li .unit-default {
  background: url('../bundles/app/img/unit-default-bg.png') no-repeat 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modules-container .module_list .module_list_li .unit-default .caption {
  width: 100%;
  height: 100%;
}
.modules-container .module_list .module_list_li .unit-default .caption .index {
  font-family: arialnarrowbold;
  font-weight: 700;
  font-size: 30px;
  color: #ababab;
  display: block;
  left: 19px;
  position: absolute;
  top: 7px;
}
.modules-container .module_list .module_list_li .unit-default .caption .name {
  font-family: arialnarrowbold;
  font-size: 18px;
  font-weight: 300;
  color: #f1f1f1;
  height: 156px;
  margin-top: 63px;
  padding-left: 11px;
  padding-right: 29px;
  text-align: left;
  line-height: 22px;
}
.modules-container .module_list .module_list_li .module-to-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7ea903;
}
.modules-container .module_list .module_list_li .module-to-hover .caption {
  width: 100%;
  height: 100%;
}
.modules-container .module_list .module_list_li .module-to-hover .caption .index {
  font-family: arialnarrowbold;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  display: block;
  left: 19px;
  position: absolute;
  top: 7px;
}
.modules-container .module_list .module_list_li .module-to-hover .caption .name {
  font-family: arialnarrowbold;
  font-size: 18px;
  font-weight: 300;
  color: #f1f1f1;
  height: 156px;
  margin-top: 63px;
  padding-left: 11px;
  padding-right: 29px;
  text-align: left;
  line-height: 22px;
}
.modules-container .module_list .module_list_li .module-to {
  width: 200px;
  height: 100%;
  -webkit-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  background: #000000;
}
.modules-container .module_list .module_list_li .module-to .module-actions {
  width: 100%;
  height: 252px;
  margin: 0;
  padding: 0;
  border-radius: 4px 0 4px 4px;
}
.modules-container .module_list .module_list_li .module-to .module-actions li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #7ea903;
  height: 49px;
  background-color: #9DC62E;
  cursor: pointer;
  display: block;
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  padding: 6px 30px 0 75px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
}
.modules-container .module_list .module_list_li .module-to .module-actions li .icon {
  background: url('../bundles/app/img/module_action_icon.png') no-repeat 0 0;
  position: absolute;
  width: 33px;
  height: 31px;
  display: block;
  left: 21px;
  text-align: center;
  top: 12px;
  vertical-align: middle;
}
.modules-container .module_list .module_list_li .module-to .module-actions li:hover {
  background-color: #7ea903;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-view {
  position: relative;
  height: 49px;
  border-radius: 4px 0 0 0;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-view .icon {
  background-position: -35px -49px;
  height: 26px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-edit {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-edit .icon {
  background-position: -70px -49px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-lesson {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-lesson .icon {
  background-position: -70px -91px;
  height: 38px;
  top: 5px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-homework {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-homework .icon {
  background-position: -70px -138px;
  height: 38px;
  top: 5px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-remove {
  position: relative;
  background-color: #eb350d;
  border: none;
  border-radius: 0 0 4px 4px;
  height: 49px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-remove .icon {
  background-position: 0 -191px;
  top: 10px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-view:hover {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-view:hover .icon {
  background-position: -35px -74px;
  height: 26px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-edit:hover {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-edit:hover .icon {
  background-position: 0 -49px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-lesson:hover {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-lesson:hover .icon {
  background-position: 0 -91px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-homework:hover {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-attach-to-homework:hover .icon {
  background-position: 0 -138px;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-remove:hover {
  background-color: #cc2906;
}
.modules-container .module_list .module_list_li .module-to .module-actions .module-action-remove:hover .icon {
  background-position: -71px -191px;
}
.modules-container .module_list .module_list_li .module-to .module-actions-two-items {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to .module-actions-two-items .module-action-view {
  height: 50%;
}
.modules-container .module_list .module_list_li .module-to .module-actions-two-items .module-action-add {
  border: 0;
  height: 50%;
}
.modules-container .module_list .module_list_li .module-to .module-actions-two-items .module-action-remove-from-lesson {
  border: 0;
  height: 50%;
}
.modules-container .module_list .module_list_li .module-to.active {
  display: block;
  height: 255px;
  border-radius: 0;
  background: #7EA903;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions {
  border-radius: 0;
  height: 242px;
  background-color: #7ea903;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions li {
  background-color: #7ea903;
  border-bottom: 1px solid #9dc62e;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions li:hover {
  background-color: #9DC62E;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-close:hover {
  position: relative;
  height: 49px;
  border-radius: 4px 0 0 0;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-close:hover .icon {
  background-position: -70px 0;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-edit:hover {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-edit:hover .icon {
  background-position: -70px -49px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-lesson:hover {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-lesson:hover .icon {
  background-position: -70px -91px;
  height: 38px;
  top: 5px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-homework:hover {
  position: relative;
  height: 48px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-homework:hover .icon {
  background-position: -70px -138px;
  height: 38px;
  top: 5px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-remove:hover {
  position: relative;
  background-color: #cc2906;
  border: none;
  border-radius: 0 0 4px 4px;
  height: 49px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-remove:hover .icon {
  background-position: -71px -191px;
  top: 10px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-close {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-close .icon {
  background-position: 0 0;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-edit {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-edit .icon {
  background-position: 0 -49px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-lesson {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-lesson .icon {
  background-position: 0 -91px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-homework {
  position: relative;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-attach-to-homework .icon {
  background-position: 0 -138px;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-remove {
  background-color: #eb350d;
  border-radius: 0;
}
.modules-container .module_list .module_list_li .module-to.active .module-actions .module-action-remove .icon {
  background-position: 0 -191px;
}
.modules-container .module_list .module_list_li:last-child {
  margin: 0;
}
.modules-container .module_list .default_li {
  position: relative;
  height: 242px;
  background: none;
}
.modules-container .module_list .default_li .module-to {
  height: 242px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items {
  height: 100%;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items li {
  padding: 78px 22px 0 22px;
  text-align: center;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items li .icon {
  background: url('../bundles/app/img/module_action_icon_1.png') no-repeat 0 0;
  height: 40px;
  left: 76px;
  top: 23px;
  width: 70px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-view {
  position: relative;
  border: 1px solid #7ea903;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-view .icon {
  background-position: 0 0;
  height: 39px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-add {
  position: relative;
  border-radius: 0 0 4px 4px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-add .icon {
  background-position: 0px -51px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-remove-from-lesson {
  position: relative;
  border-radius: 0 0 4px 4px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-remove-from-lesson .icon {
  background-position: 0px -51px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-view:hover {
  position: relative;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-view:hover .icon {
  background-position: -70px 0;
  height: 41px;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-add:hover {
  position: relative;
}
.modules-container .module_list .default_li .module-to .module-actions-two-items .module-action-add:hover .icon {
  background-position: -70px -51px;
}
.modules-container .module_list .default_li.active {
  position: relative;
  width: 213px;
}
.modules-container .module_list .default_li.active .module-to.active {
  height: 255px;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items {
  background-color: #7ea903;
  position: relative;
  height: 243px;
  border-radius: 4px 0 0 0;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items li {
  background-color: #7EA903;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items li:hover {
  background-color: #9dc62e;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-close:hover {
  height: 50%;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-close:hover .icon {
  background-position: -211px -1px;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-add:hover {
  position: relative;
  border-radius: 0 0 0 0;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-add:hover .icon {
  background-position: 0px -51px;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-close {
  position: relative;
  border: 1px solid #9DC62E;
  height: 50%;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-close .icon {
  background-position: -141px -1px;
  width: 48px;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-add {
  border-radius: 0;
}
.modules-container .module_list .default_li.active .module-to.active .module-actions.module-actions-two-items .module-action-add .icon {
  background-position: -70px -51px;
}
.modules-container .module_list .module_list_li:hover .module-to {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #7ea903;
}
.modules-container .module_list .module_list_li:hover .module-to .caption {
  width: 100%;
  height: 100%;
}
.modules-container .module_list .module_list_li:hover .module-to .caption .index {
  font-family: arialnarrowbold;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  display: block;
  left: 19px;
  position: absolute;
  top: 7px;
}
.modules-container .module_list .module_list_li:hover .module-to .caption .name {
  font-family: arialnarrowbold;
  font-size: 18px;
  font-weight: 300;
  color: #f1f1f1;
  height: 156px;
  margin-top: 63px;
  padding-left: 11px;
  padding-right: 20px;
  text-align: left;
  line-height: 22px;
}
.modules-container .search_form_control {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 28px;
}
.modules-container .search_form_control .input-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  padding-top: 2px;
}
.modules-container .search_form_control .input-group input {
  position: relative;
  height: 29px;
  padding: 3px 7px;
  width: 206px;
  display: inline-block;
  vertical-align: top;
  border-right: none;
  color: #b5b5b5;
  font-family: arialnarrow;
  font-size: 14px;
}
.modules-container .search_form_control .input-group input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-family: arialnarrow;
  font-size: 14px;
}
.modules-container .search_form_control .input-group input::-moz-placeholder {
  font-size: 14px;
}
.modules-container .search_form_control .input-group input:-moz-placeholder {
  font-size: 14px;
}
.modules-container .search_form_control .input-group input:focus {
  border-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.modules-container .search_form_control .input-group .input-group-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -5px;
  width: 41px;
}
.modules-container .search_form_control .input-group .input-group-btn button {
  position: relative;
  background-color: #ffffff;
  border-left: none;
  height: 29px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  width: 39px;
}
.modules-container .search_form_control .input-group .input-group-btn button span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  background: url('../bundles/app/img/search_icon.png') no-repeat scroll center center rgba(0, 0, 0, 0);
  top: 3px;
}
.modules-container .search_form_control .input-group .input-group-btn button:hover {
  border-color: #cccccc;
}
.modules-container-checked {
  margin-bottom: 0;
}
.modules-container-checked .homework_checked_block {
  width: 100%;
  height: 80px;
  background-color: #444444;
  margin-top: 10px;
}
.modules-container-checked .homework_checked_block a {
  background: url('../bundles/app/img/btn-enter-bg.png') 0 0 repeat-x;
  height: 40px;
  padding: 2px 24px 7px 43px;
  position: relative;
  color: #ffffff;
  border: none;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  display: block;
  left: 32px;
  line-height: 35px;
  top: 20px;
  width: 220px;
}
.modules-container-checked .homework_checked_block a span {
  background-image: url('../bundles/app/img/ll-btn-icons.png');
  background-repeat: no-repeat;
  background-position: -188px 0;
  display: block;
  height: 24px;
  left: 10px;
  top: 7px;
  width: 24px;
  position: absolute;
}
.modules-container-checked .homework_checked_block a:hover {
  background-position: 0 -40px;
  text-decoration: none;
}
.row_by_4 .module-entries .module-body {
  padding-right: 0;
}
.row_by_4 .module-entries .module-body ul.module_entries li:nth-child(4n) {
  margin: 0;
}
.lesson-homework .modules-container .module_list {
  background: none;
}
#modalPreview .modal-dialog {
  width: 1080px;
  padding: 0;
}
#modalPreview .modal-dialog > .module-entries {
  height: 100%;
  display: block;
}
#panel {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  background: url('../bundles/app/img/panel_module_bg.png') repeat-x 0 0;
  max-height: 222px;
}
#panel .panel-header {
  margin: 20px auto 17px;
  width: 1140px;
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 24px;
  position: relative;
}
#panel .panel-header .p-title {
  float: left;
}
#panel .panel-header .p-buttons {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 3px;
  display: block;
}
#panel .panel-header .p-buttons .icon-remove-sign {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -3px -67px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
#panel .panel-header .p-buttons .icon-remove-sign:hover {
  background-position: -53px -67px;
}
#panel .panel-header .p-buttons .icon-plus-sign {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -3px -7px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
#panel .panel-header .p-buttons .icon-plus-sign:hover {
  background-position: -53px -7px;
}
#panel .panel-header .panel-show,
#panel .panel-header .panel-hide {
  cursor: pointer;
}
#panel .panel-body {
  margin: 0 auto;
  width: 1141px;
  height: 146px;
  padding: 5px 0 0;
}
#panel .panel-body #module-panel {
  margin: 0;
  height: 123px;
  padding: 0 53px;
}
#panel .panel-body #module-panel .module-item {
  background: url('../bundles/app/img/panel_modules_book.png') no-repeat 0 0;
  height: 123px;
  margin: 0 -5px 0 0;
  width: 125px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
#panel .panel-body #module-panel .module-item .caption {
  color: #ffffff;
  font-size: 48px;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: arialnarrowbold;
  font-weight: 300;
  width: 100%;
}
#panel .panel-body #module-panel .carousel-inner {
  height: 100%;
  width: 961px;
}
#panel .panel-body #module-panel .carousel-control.left {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -120px 3px;
  background-repeat: no-repeat;
  height: 48px;
  left: -12px;
  opacity: 1;
  position: absolute;
  top: 32px;
  filter: none;
}
#panel .panel-body #module-panel .carousel-control.left:hover {
  background-position: -120px -61px;
}
#panel .panel-body #module-panel .carousel-control:focus {
  outline: 0;
}
#panel .panel-body #module-panel .carousel-control.right {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -184px 3px;
  background-repeat: no-repeat;
  height: 48px;
  opacity: 1;
  position: absolute;
  top: 32px;
  right: -18px;
  filter: none;
}
#panel .panel-body #module-panel .carousel-control.right:hover {
  background-position: -184px -61px;
}
#panel .panel-body #module-panel .carousel-control {
  width: 75px;
}
#panel .panel-body #module-panel .carousel-inner.no-items {
  position: relative;
  overflow: visible;
}
#panel .panel-body #module-panel .carousel-inner.no-items .no-items-message {
  color: #999999;
  bottom: 0;
  position: relative;
  font-weight: 300;
  font-family: arialnarrow;
  font-size: 18px;
  left: -50px;
  top: -20px;
}
#teacher_student_lessons {
  z-index: 400;
  padding-top: 140px;
  width: 712px;
  padding-bottom: 0;
}
#teacher_student_lessons .modal-content {
  position: relative;
  height: 475px;
  border-radius: 0;
}
#teacher_student_lessons .modal-content .blue-line {
  height: 4px;
  display: block;
  width: 100%;
  background-color: #00afe9;
}
#teacher_student_lessons .modal-content .form-inline {
  line-height: 20px;
  height: 468px;
}
#teacher_student_lessons .modal-content .form-inline .modal-header {
  border-bottom: 1px solid #E5E5E5;
  min-height: 16.4286px;
  padding: 4px 19px 7px;
}
#teacher_student_lessons .modal-content .form-inline .modal-header .close {
  background: url('../bundles/app/img/close-btn.png') no-repeat center;
  display: block;
  height: 34px;
  opacity: 1;
  position: absolute;
  right: -18px;
  top: -13px;
  width: 34px;
}
#teacher_student_lessons .modal-content .form-inline .modal-header h4 {
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 24px;
}
#teacher_student_lessons .modal-content .form-inline .modal-header p {
  color: #666666;
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 10px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body {
  padding: 0;
  position: relative;
  height: 300px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  border-bottom: 1px solid #E5E5E5;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead {
  position: relative;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr {
  position: relative;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th:first-child {
  width: 508px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th {
  position: relative;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 16px;
  color: #999999;
  vertical-align: middle;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  margin-left: 109px;
  margin-right: 9px;
  margin-top: 5px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 260px;
  padding-top: 2px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group input {
  position: relative;
  height: 29px;
  padding: 3px 7px;
  width: 206px;
  display: inline-block;
  vertical-align: top;
  border-right: none;
  color: #b5b5b5;
  font-family: arialnarrow;
  font-size: 14px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group input:focus {
  border-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group .input-group-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -5px;
  width: 41px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group .input-group-btn button {
  position: relative;
  background-color: #ffffff;
  border-left: none;
  height: 29px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  width: 39px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group .input-group-btn button span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  background: url('../bundles/app/img/search_icon.png') no-repeat scroll center center rgba(0, 0, 0, 0);
  top: 3px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .modal_table_header thead tr th .input-group .input-group-btn button:hover {
  border-color: #cccccc;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container {
  margin-top: 0;
  height: 264px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table {
  width: 100%;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr {
  border-bottom: 1px solid #e5e5e5;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td {
  position: relative;
  padding: 0;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .jq-selectbox * {
  font-family: arialnarrow !important;
  font-weight: 300;
  font-size: 16px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .jq-selectbox ul li {
  padding: 10px 10px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .avatar {
  width: 86px;
  height: 86px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 22px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_86.png');
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_86.png');
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td .avatar.group-lesson {
  background-image: url('../bundles/app/img/avatar_group_lesson_86.png');
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(1) {
  width: 84px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(2) {
  position: relative;
  width: 400px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(2) p {
  margin: 0;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(2) p label {
  font-size: 22px;
  color: #00afe9;
  font-family: 'Trebuchet MS';
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(2) p label a {
  font-size: 22px;
  color: #00afe9;
  font-family: 'Trebuchet MS';
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(2) span {
  margin: 0;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(3) {
  position: relative;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(3) .jq-selectbox {
  width: 165px;
}
#teacher_student_lessons .modal-content .form-inline .modal-body .table-scroll-container table tr td:nth-child(3) .jq-selectbox .jq-selectbox__select {
  width: 162px !important;
  padding: 0 45px 0 10px;
  height: 39px;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer {
  border: none;
  margin-top: 0;
  padding: 20px 20px 14px;
  text-align: right;
  height: 80px;
  font-family: arialnarrow;
  font-weight: 300;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .cancel_button {
  display: inline-block;
  border-bottom: 0;
  border-top: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: url('../bundles/app/img/btn-lesson-remove-bg.png') 0 0 repeat-x;
  font-size: 16px;
  padding: 6px 0 10px 28px;
  position: relative;
  color: #666666;
  height: 40px;
  width: 133px;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .cancel_button .icon {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -339px -36px;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 21px;
  top: 10px;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .cancel_button:hover {
  background-position: 0 -40px;
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .add_button {
  background: url('../bundles/app/img/btn-enter-bg.png') 0 0 repeat-x;
  height: 40px;
  padding: 2px 24px 7px 49px;
  position: relative;
  color: #ffffff;
  border: none;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  margin-left: 7px;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .add_button .icon {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -338px -76px;
  background-repeat: no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 21px;
  top: 9px;
}
#teacher_student_lessons .modal-content .form-inline .modal-footer .add_button:hover {
  background-position: 0 -40px;
}
#month-picker-form {
  margin: 0;
  position: absolute;
  left: -340px;
}
#month-picker-form .c-month-picker-best {
  position: relative;
  overflow: visible;
  margin-top: -22px;
  margin-left: 0;
  padding-top: 0;
}
#month-picker-form .c-month-picker-best .modal-dialog {
  left: 0;
  right: 0;
  width: 1100px;
  padding-top: 30px;
  z-index: 400;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content {
  background: url('../bundles/app/img/c-month-picker-best-top-bg.png') no-repeat 0 0;
  position: relative;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  padding-top: 14px;
  height: 180px;
  overflow: visible;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
  background-color: #ffffff;
  height: 164px;
  color: #000000;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-title {
  width: 1040px;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
  display: block;
  position: relative;
  text-align: center;
  float: none;
  padding-top: 19px;
  padding-bottom: 17px;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-title .close {
  background: url('../bundles/app/img/c-month-picker-close.png') 0 0 no-repeat;
  display: block;
  font-size: 0;
  height: 34px;
  opacity: 1;
  position: absolute;
  right: -37px;
  top: -18px;
  width: 34px;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content {
  clear: both;
  display: block;
  width: 890px;
  margin: 0 auto;
  padding-top: 40px;
  height: 66px;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year {
  position: relative;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .year_number {
  margin-right: 23px;
  display: inline-block;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month {
  display: inline-block;
  float: none;
  font-family: arialnarrow;
  font-size: 18px;
  color: #00afe9;
  margin-bottom: 0;
  background: none;
  width: auto;
  line-height: 20px;
  margin-right: -3px;
  padding: 3px 9px;
  height: inherit;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month a {
  color: #00afe9;
  text-decoration: none;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month.selected {
  background-color: #00afe9;
  color: #ffffff;
  border-radius: 2px;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month.selected a {
  color: #ffffff;
  text-decoration: none;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month:hover:not(.selected) {
  background-color: #e5e5e5;
  color: #666666;
  border-radius: 2px;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .c-month-picker-content .year .month:hover:not(.selected) a {
  color: #666666;
  text-decoration: none;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-left {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -259px 0 transparent;
  left: 21px;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 88px;
  margin: 0;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-left span {
  display: none;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-left a {
  display: block;
  width: 100%;
  height: 100%;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-left:hover {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -308px 0 transparent;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-right {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -401px 0 transparent;
  position: absolute;
  height: 44px;
  width: 44px;
  cursor: pointer;
  top: 88px;
  right: 21px;
  margin: 0;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-right span {
  display: none;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-right a {
  display: block;
  width: 100%;
  height: 100%;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .modal-body .arrow-right:hover {
  background: url('../bundles/app/img/teacher_myschedule_day_interactivestyleguide.png') no-repeat scroll -354px 0 transparent;
}
#month-picker-form .c-month-picker-best .modal-dialog .modal-content .bottom_border {
  height: 2px;
  width: 100%;
  background-color: #00afe9;
}
.content.profile-about {
  margin-top: 32px;
  padding: 0;
}
.content.profile-about .tab-pane {
  text-align: left;
  clear: both;
}
.content.content-common-page {
  box-shadow: none;
  color: #666666;
  font-family: arial;
  font-size: 16px;
  line-height: 24px;
}
.content.content-common-page .page-menu {
  width: 208px;
  float: left;
  margin-top: 16px;
}
.content.content-common-page .page-menu li {
  background-color: #F2F2F2;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.content.content-common-page .page-menu li span {
  display: block;
  padding: 13px 25px 14px 19px;
  position: relative;
  font-family: Trebuchet MS;
  font-size: 18px;
  font-weight: 700;
  min-height: 50px;
}
.content.content-common-page .page-menu li span .icon {
  padding: 0;
  position: absolute;
  width: 17px;
  height: 11px;
  background: url('../bundles/app/img/page-main-item-icon.png') no-repeat 0 0 transparent;
  top: 21px;
  right: 19px;
}
.content.content-common-page .page-menu li a {
  color: #333333;
  font-family: Trebuchet MS;
  font-size: 16px;
  padding: 12px 15px 13px 19px;
  min-height: 50px;
}
.content.content-common-page .page-menu li a:hover {
  color: #00bded;
  background-color: transparent;
}
.content.content-common-page .page-menu li.main-page {
  background-color: #00bded;
  color: #ffffff;
}
.content.content-common-page .page-menu li.active a {
  color: #00bded;
}
.content.content-common-page .page-menu li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.content.content-common-page .page-menu li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-color: transparent;
}
.content.content-common-page .container-text h1 {
  color: #000000;
  margin: 10px 0 30px 0;
  font-family: Trebuchet MS;
  font-size: 42px;
}
.content.content-common-page .container-text p {
  margin-bottom: 23px;
}
.content.content-common-page .container-text ul {
  padding: 1px 0 10px 15px;
}
.content.content-common-page .container-text ul li {
  color: #000000;
  font-family: Trebuchet MS;
  font-size: 18px;
  list-style-position: outside;
  padding-left: 20px;
  margin: 19px 0;
}
.content.content-common-page .container-text label {
  font-family: arialnarrowbold;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
.content.content-common-page .container-text textarea {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 300;
  height: 213px;
  margin-top: 3px;
  margin-bottom: 8px;
  max-width: 820px;
  min-height: 213px;
  min-width: 820px;
  padding: 8px;
  width: 820px;
}
.content.content-common-page .container-text .jq-selectbox {
  padding: 0;
  height: 40px;
  margin-bottom: 8px;
  margin-top: 3px;
  width: 820px !important;
}
.content.content-common-page .container-text .jq-selectbox * {
  color: #000000;
}
.content.content-common-page .container-text input,
.content.content-common-page .container-text select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000000;
  line-height: normal;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  display: block;
  height: 40px;
  margin-bottom: 8px;
  margin-top: 3px;
  width: 820px;
}
.content.content-common-page .container-text input:focus,
.content.content-common-page .container-text select:focus {
  border-color: #66AFE9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.content.content-common-page .container-text input[type='submit'] {
  border-bottom: 1px solid #81A700;
  box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  font-family: arialnarrow;
  font-size: 16px;
  height: 40px;
  width: 132px;
  background-color: #9DC62E;
  color: #FFFFFF;
  margin-top: 10px;
}
.content.content-common-page .container-text input[type='submit']:hover {
  background-color: #7EA903;
}
.content.content-common-page .container-text .jq-selectbox__dropdown ul {
  padding: 0;
}
.content.content-common-page .container-text .jq-selectbox__dropdown ul li {
  margin: 0;
  color: #231F20;
  padding: 5px 10px 6px;
}
.content.content-common-page .container-text.shift-for-left-menu {
  margin-left: 250px;
}
.content.content-common-page .container-faqs {
  margin-top: -7px;
  padding: 0 0 0 0;
}
.content.content-common-page .container-faqs .item-faq {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  min-height: 72px;
}
.content.content-common-page .container-faqs .item-faq .question {
  position: relative;
}
.content.content-common-page .container-faqs .item-faq .question .item-number {
  height: 40px;
  width: 40px;
  background: url('../bundles/app/img/page-main-item-icon.png') no-repeat -21px 0 transparent;
  color: #00a4d9;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-top: 13px;
}
.content.content-common-page .container-faqs .item-faq .question h5 {
  color: #262626;
  font-family: Trebuchet MS;
  font-size: 22px;
  font-weight: 700;
  padding: 22px 80px 14px 80px;
  margin: 0;
}
.content.content-common-page .container-faqs .item-faq .question .icon-more {
  position: absolute;
  display: none;
  top: 27px;
  right: 29px;
  background: url('../bundles/app/img/page-main-item-icon.png') no-repeat -65px 0 transparent;
  width: 17px;
  height: 11px;
}
.content.content-common-page .container-faqs .item-faq .question:hover {
  cursor: pointer;
}
.content.content-common-page .container-faqs .item-faq .question:hover h5 {
  color: #00a4d9;
}
.content.content-common-page .container-faqs .item-faq .question:hover .icon-more {
  display: block;
}
.content.content-common-page .container-faqs .item-faq .question.open {
  cursor: default;
}
.content.content-common-page .container-faqs .item-faq .question.open h5 {
  color: #00a4d9;
}
.content.content-common-page .container-faqs .item-faq .question.open:hover .icon-more {
  display: none;
}
.content.content-common-page .container-faqs .item-faq .answer {
  color: #1b1b1b;
  display: none;
  padding: 6px 10px 53px 80px;
  font-size: 16px;
}
.content.content-common-page .container-faqs .item-faq .answer .icon-close {
  position: absolute;
  display: block;
  top: 27px;
  right: 29px;
  background: url('../bundles/app/img/page-main-item-icon.png') no-repeat -88px 0 transparent;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.teacher_header_table {
  background: url('../bundles/app/img/table_header.png') repeat-x 0 0;
  border: none;
  width: 100%;
}
.teacher_header_table tr {
  border: none;
}
.teacher_header_table tr th {
  height: 44px;
  border: none;
  color: #999999;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  padding-left: 21px;
  padding-bottom: 5px;
}
.teacher_header_table tr th .bg_br {
  float: left;
  background-color: #f1f1f1;
  border-radius: 35px;
  padding: 0 19px;
  -webkit-box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
  box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.06) inset;
}
#planed .people_table tr td .program {
  width: 111px;
  height: 66px;
  line-height: 60px;
}
#planed .people_table tr td .program .hint {
  height: 65px;
}
#planed .people_table tr td .program .hint_a {
  margin-left: -27px;
}
#planed .people_table tr td:nth-child(4) .right_border,
#planed .people_table tr td:nth-child(5) .right_border {
  padding-right: 0;
}
#planed .people_table tr td:nth-child(4):hover .hint,
#planed .people_table tr td:nth-child(5):hover .hint {
  width: 111px;
  height: 66px;
  top: -3px;
}
#planed .people_table tr td:nth-child(4):hover .hint a,
#planed .people_table tr td:nth-child(5):hover .hint a {
  font-family: arialnarrow;
  font-size: 16px;
}
#previous-lesson .people_table tr td .right_border {
  width: 575px;
}
#previous-lesson .people_table tr td .program {
  width: 111px;
  height: 66px;
  line-height: 60px;
}
#previous-lesson .people_table tr td .program .hint {
  height: 65px;
}
#previous-lesson .people_table tr td .program .hint_a {
  margin-left: -27px;
}
#previous-lesson .people_table tr td:nth-child(4) .right_border,
#previous-lesson .people_table tr td:nth-child(5) .right_border {
  padding-right: 0;
}
#previous-lesson .people_table tr td:nth-child(4):hover .hint,
#previous-lesson .people_table tr td:nth-child(5):hover .hint {
  width: 111px;
  height: 66px;
  top: -3px;
}
#previous-lesson .people_table tr td:nth-child(4):hover .hint a,
#previous-lesson .people_table tr td:nth-child(5):hover .hint a {
  font-family: arialnarrow;
  font-size: 16px;
}
.people_table {
  width: 100%;
}
.people_table tr td {
  height: 89px;
  position: relative;
}
.people_table tr td .right_border {
  height: 66px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 5px;
  line-height: 1;
  padding-right: 10px;
  background: url('../bundles/app/img/table_td_border.png') no-repeat 100% 50%;
  width: 480px;
}
.people_table tr td .right_border a {
  font-family: arialnarrow;
  color: #00afe9;
  font-size: 18px;
  padding: 17px 0;
}
.people_table tr td .right_border .program {
  border: none;
}
.people_table tr td .no_border {
  background: none;
}
.people_table tr td .remove-lesson button {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #666666;
  padding: 9px 21px 7px 47px;
  position: relative;
  margin-left: 20px;
}
.people_table tr td .remove-lesson button span {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -339px -36px;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 19px;
  top: 10px;
}
.people_table tr td .remove-lesson .lesson-confirm {
  background-color: #9dc62e;
  color: #ffffff;
  border: none;
  box-shadow: 0 1px 0 rgba(84, 142, 23, 0.6);
}
.people_table tr td .remove-lesson .lesson-confirm span {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -317px -36px;
}
.people_table tr td .student-homework {
  position: relative;
}
.people_table tr td .student-homework .icon {
  background: url('../bundles/app/img/teacher_schedule_day_ison.png') repeat-x scroll 0 0 transparent;
  height: 40px;
  width: 44px;
  position: relative;
  top: 3px;
  left: 9px;
  display: inline-block;
}
.people_table tr td .student-homework .check {
  background-position: -83px 0;
}
.people_table tr td .student-homework .make {
  background-position: 42px 0;
  width: 40px;
}
.people_table tr td .student-homework .done {
  background-position: -42px 0;
  width: 42px;
}
.people_table tr td .homework_btn {
  display: inline-block;
  font-family: arialnarrow;
  font-weight: 300;
  font-size: 16px;
  padding: 8px 21px 10px 47px;
  border: none;
  height: 40px;
  width: 130px;
  position: relative;
  overflow: hidden;
  color: #bebebe;
}
.people_table tr td .homework_btn .icon {
  background-image: url('../bundles/app/img/teacher_table_ico.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  left: 15px;
  position: absolute;
  top: 10px;
  width: 21px;
}
.people_table tr td .homework_btn.homework_do {
  background-color: #7f7f7f;
  color: #ffffff;
}
.people_table tr td .homework_btn.homework_do .icon {
  background-position: -102px 0;
  width: 23px;
}
.people_table tr td .homework_btn.homework_competed {
  color: #999999;
  background: url('../bundles/app/img/btn-lesson-remove-bg.png') repeat-x 0 0 transparent;
  border-color: -moz-use-text-color #D9D9D9;
  border-style: none solid;
  border-width: 0 1px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.people_table tr td .homework_btn.homework_competed .icon {
  background-position: -127px 0;
  width: 23px;
}
.people_table tr td .homework_btn.homework_competed:hover {
  background-position: 0 -40px;
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
.people_table tr td:nth-child(1) {
  font-family: arialnarrowbold;
  font-size: 24px;
  font-weight: 300;
  color: #b5b5b5;
  text-align: left;
}
.people_table tr td:nth-child(2) {
  font-family: 'Trebuchet MS';
  font-size: 22px;
  color: #333333;
}
.people_table tr td:nth-child(2) p {
  margin-bottom: 2px;
}
.people_table tr td:nth-child(2) p:last-child {
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
}
.people_table tr td:nth-child(3) {
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
}
.people_table tr td:nth-child(4) .hint {
  display: none;
}
.people_table tr td:nth-child(4) span {
  font-family: arialnarrow;
  font-size: 18px;
}
.people_table tr td:nth-child(4):hover .hint {
  background-color: #9DC62E;
  border-radius: 2px 2px 2px 2px;
  display: block;
  left: -10px;
  line-height: 19px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  top: -3px;
  width: 100px;
}
.people_table tr td:nth-child(4):hover .hint a {
  color: #ffffff;
  text-decoration: none;
}
.people_table tr td:nth-child(4):hover .hint_a {
  display: none;
}
.people_table tr td:nth-child(4):hover .hint_span {
  display: none;
}
.people_table tr td:nth-child(5).no_homework:hover .hint_span {
  display: inline;
}
.people_table tr td:nth-child(5).no_homework .program {
  cursor: default;
}
.people_table tr td:nth-child(5) .hint {
  display: none;
}
.people_table tr td:nth-child(5):hover .hint {
  background-color: #7f7f7f;
  border-radius: 2px 2px 2px 2px;
  display: block;
  left: -10px;
  line-height: 19px;
  padding: 13px 0;
  position: relative;
  text-align: center;
  top: 0;
}
.people_table tr td:nth-child(5):hover .hint a {
  color: #ffffff;
  text-decoration: none;
}
.people_table tr td:nth-child(5):hover .hint_a {
  display: none;
}
.people_table tr td:nth-child(5):hover .hint_span {
  display: none;
}
.people_table tr td.homework .homework_btn.homework_todo {
  border: none;
  color: #ffffff;
  display: inline-block;
  font-family: arialnarrow;
  font-size: 16px;
  left: 9px;
  top: 4px;
  background: url('../bundles/app/img/btn-lesson-remove-bg.png') repeat-x scroll 0 -80px rgba(0, 0, 0, 0);
  font-weight: 300;
  height: 40px;
  padding: 8px 17px 10px 47px;
  position: relative;
  text-align: left;
}
.people_table tr td.homework .homework_btn.homework_todo .icon {
  background-position: -102px 0;
  width: 23px;
}
.people_table tr td.homework .homework_btn.homework_done {
  border: 1px solid #e5e5e5;
  top: 4px;
  left: 9px;
  padding-right: 30px;
}
.people_table tr td.homework .homework_btn.homework_done .icon {
  background-position: -77px 0;
  width: 25px;
}
.people_table .border.vertical {
  height: 46px;
  width: 1px;
  margin-right: 20px;
  float: left;
}
.people_table tr.message-current-item {
  background-color: #ffffd6;
}
.people_table tr.message-current-item td.message .btn-message,
.people_table tr.message-current-item td.message .btn-message:hover {
  background-position: 0 -80px;
}
.module-entries {
  display: none;
  position: relative;
  background-color: #7ea903;
  border: none;
  border-radius: 4px;
  margin: -7px auto 10px;
  width: 1080px;
}
.module-entries .module-head {
  background-color: #7EA903;
  margin-bottom: -5px;
  border: none;
  padding: 10px 0;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.module-entries .module-head .close {
  font-size: 0;
  position: absolute;
  height: 35px;
  width: 37px;
  background-image: url('../bundles/app/img/button_module.png');
  background-repeat: no-repeat;
  background-position: -263px -3px;
  opacity: 1;
  right: 9px;
  top: 11px;
  line-height: 0;
}
.module-entries .module-head .close:hover {
  background-position: -263px -64px;
}
.module-entries .module-head .module-title {
  font-family: 'Trebuchet MS';
  font-size: 18px;
  color: #ffffff;
  margin-left: 56px;
  margin-top: 1px;
  float: none;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.module-entries .module-head .module-name {
  padding: 0 0 0 20px;
  font-family: arialnarrowbold;
  font-size: 24px;
  color: #bfd481;
  float: left;
  white-space: nowrap;
}
.module-entries .module-body {
  background-color: #9dc62e;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 57px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: none;
  border-radius: 0 0 3px 3px;
  padding: 19px;
}
.module-entries .module-body .module_entries {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}
.module-entries .module-body .module_entries li {
  float: none;
  display: inline-block;
  margin: 0 20px 0 0;
  width: 245px;
  position: relative;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  background: none;
  overflow: visible;
}
.module-entries .module-body .module_entries li .player {
  width: 245px;
}
.module-entries .module-body .module_entries li .module-entry-number {
  position: absolute;
  left: 11px;
  top: 11px;
  background-color: #9dc62e;
  color: #ffffff;
  font-family: arialnarrowbold;
  font-size: 18px;
  padding: 3px 13px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  font-weight: 300;
}
.module-entries .module-body .module_entries li .module-entry-number a {
  outline: none;
}
.module-entries .module-body .module_entries li .image {
  width: 245px;
  height: 245px;
  background-color: #494949;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  top: 1px;
  left: 1px;
}
.module-entries .module-body .module_entries li .image .img-rounded {
  border-radius: 3px;
}
.module-entries .module-body .module_entries li .image .empty {
  font-family: arialnarrowbold;
  font-size: 18px;
  position: relative;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  top: 92px;
  left: -3px;
  font-weight: 300;
}
.module-entries .module-body .module_entries li .image .empty span {
  position: relative;
  top: -3px;
  left: 3px;
  display: block;
  width: 35px;
  height: 35px;
  background: url('../bundles/app/img/module_image_plus.png') 0 0 no-repeat;
  margin: 0 auto;
}
.module-entries .module-body .module_entries li .unit-check-correct {
  display: none;
  position: absolute;
  height: 34px;
  width: 34px;
  left: 202px;
  top: 11px;
  z-index: 1;
}
.module-entries .module-body .module_entries li .unit-check-correct.label-success {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
}
.module-entries .module-body .module_entries li .unit-check-correct.label-danger {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.module-entries .module-body .module_entries li .btn-play {
  width: 100%;
  color: #ffffff;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 63px;
  margin-bottom: 48px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 10px;
  left: 1px;
}
.module-entries .module-body .module_entries li .btn-play i {
  position: relative;
  left: -1px;
  top: -1px;
}
.module-entries .module-body .module_entries li .btn-play span {
  font-family: arialnarrow;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.module-entries .module-body .module_entries li .jplayer-btn-stop {
  width: 100%;
  color: #ffffff;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 63px;
  margin-bottom: 48px;
  position: absolute;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 255px;
  left: 1px;
}
.module-entries .module-body .module_entries li .jplayer-btn-stop i {
  position: relative;
  left: -1px;
  top: -1px;
}
.module-entries .module-body .module_entries li .jplayer-btn-stop span {
  font-family: arialnarrow;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.module-entries .module-body .module_entries li .btn-play:focus {
  outline: none;
}
.module-entries .module-body .module_entries li .group-radio-buttons {
  position: relative;
  display: block;
  padding-left: 0;
  min-height: 26px;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item {
  font-size: 22px;
  font-family: Trebuchet MS;
  color: #ffffff;
  margin-bottom: 2px;
  display: block;
  cursor: pointer;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px 0 transparent;
  float: left;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: 5px;
  width: 20px;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item input[type='radio'] {
  left: -9999px;
  position: absolute;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item label {
  cursor: pointer;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item.disabled .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -42px transparent;
  cursor: not-allowed;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item.checked .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -21px transparent;
}
.module-entries .module-body .module_entries li .group-radio-buttons .radio-item.disabled.checked .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -63px transparent;
  cursor: not-allowed;
}
.module-entries .module-body .module_entries .module-text {
  resize: both;
  overflow: auto;
}
.module-entries .module-body .module_entries_b li {
  margin: 0 20px 49px 0;
}
.module-entries .module-body .module_entries_b li .question {
  height: 29px;
  color: #ffffff;
  font-family: 'Trebuchet MS';
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.module-entries .module-body .module_entries_b li .buttons {
  padding-left: 1px;
}
.module-entries .module-body .module_entries_b li .buttons button,
.module-entries .module-body .module_entries_b li .buttons label {
  width: 86px;
  background: url('../bundles/app/img/module_button_bg.png') 0 0 repeat-x;
  height: 40px;
  color: #666666;
  margin-right: 6px;
  border: none;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  padding-left: 21px;
}
.module-entries .module-body .module_entries_b li .buttons button i,
.module-entries .module-body .module_entries_b li .buttons label i {
  background-image: url('../bundles/app/img/button_module.png');
  background-position: -316px -13px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  left: 14px;
  top: 11px;
  position: absolute;
  width: 18px;
  float: left;
}
.module-entries .module-body .module_entries_b li .buttons button.btn-success,
.module-entries .module-body .module_entries_b li .buttons label.btn-success {
  background-position: 0 -40px;
  color: #ffffff;
  padding-left: 25px;
}
.module-entries .module-body .module_entries_b li .buttons button.btn-success i,
.module-entries .module-body .module_entries_b li .buttons label.btn-success i {
  background-position: -339px -13px;
  top: 10px;
}
.module-entries .module-body .module_entries_c li {
  margin: 0 15px 49px 0;
}
.module-entries .module-body .module_entries_c li .answer {
  margin-top: 12px;
  margin-bottom: 10px;
}
.module-entries .module-body .module_entries_c li .answer input {
  margin: 0;
  height: 39px;
  width: 100%;
}
.module-entries .module-body .module_entries_d li {
  margin: 0 15px 36px 0;
}
.module-entries .module-body .module_entries_d li .answer {
  margin-top: 12px;
}
.module-entries .module-body .module_entries_d li .answer .radio-item {
  min-height: 26px;
}
.module-entries .module-body .module_entries_e li {
  margin: 0 15px 36px 0;
}
.module-entries .module-body .module_entries_e li .answer {
  margin-top: 14px;
}
.module-entries .module-body .module_entries_e li .answer .radio-item {
  font-size: 17px;
  padding-left: 28px;
  margin-bottom: 6px;
  min-height: 26px;
}
.module-entries .module-body .module_entries_e li .answer .radio-item .radio-button {
  margin-left: -28px;
  top: 2px;
}
.module-entries .module-body .module_entries_f li {
  border-bottom: 1px solid #BBD76D;
  margin: 0 auto 21px 1px;
  padding-bottom: 37px;
  max-width: 1040px;
  width: 100%;
}
.module-entries .module-body .module_entries_f li .question {
  color: #ffffff;
  font-family: 'Trebuchet MS';
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 700;
}
.module-entries .module-body .module_entries_f li .unit-check-correct,
.module-entries .module-body .module_entries_f li .unit-complete.label-success,
.module-entries .module-body .module_entries_f li .unit-check-correct.label-success,
.module-entries .module-body .module_entries_f li .unit-complete.label-danger,
.module-entries .module-body .module_entries_f li .unit-check-correct.label-danger {
  display: inline-block;
  left: auto;
  margin: -8px 12px;
  position: relative;
  top: auto;
}
.module-entries .module-body .module_entries_f li .answer .radio-item {
  font-size: 17px;
  margin-bottom: 0;
  padding: 3px 0;
  min-height: 26px;
}
.module-entries .module-body .module_entries_f li .answer .radio-item .radio-button {
  top: 1px;
}
.module-entries .module-body .module_entries_o li {
  border-bottom: 1px solid #BBD76D;
  margin: 0 auto 21px 1px;
  padding-bottom: 30px;
  max-width: 1040px;
  width: 100%;
}
.module-entries .module-body .module_entries_o li .module-entry-number {
  position: absolute;
  top: 13px;
  left: -1px;
  border-radius: 0;
  padding: 0;
}
.module-entries .module-body .module_entries_o li .unit-check-correct,
.module-entries .module-body .module_entries_o li .unit-complete.label-success,
.module-entries .module-body .module_entries_o li .unit-check-correct.label-success,
.module-entries .module-body .module_entries_o li .unit-complete.label-danger,
.module-entries .module-body .module_entries_o li .unit-check-correct.label-danger {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  margin-right: 5px;
  padding: 5px 0;
  vertical-align: top;
  left: 10px;
  position: relative;
  right: auto;
  top: 2px;
}
.module-entries .module-body .module_entries_o li .sortable {
  margin: 0 0 0 21px;
  padding: 20px 0 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}
.module-entries .module-body .module_entries_o li .sortable .module-drag {
  background-color: #FFFFFF;
  border: medium none;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  font-family: 'Trebuchet MS';
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 700;
  height: 39px;
  margin-right: 5px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  width: 39px;
}
.module-entries .module-body .module_entries_p {
  width: 100%;
}
.module-entries .module-body .module_entries_p .module-entry {
  border-bottom: 1px solid #BBD76D;
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items {
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  width: 100%;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items .module_p_item {
  min-height: 292px;
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  margin: 0 20px 20px 0;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items .module_p_item:last-child {
  margin: 0;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items .module-p-drag {
  background: url('../bundles/app/img/module_p_sort_bg.png') 0 0 no-repeat;
  border: medium none;
  color: #FFFFFF;
  font-family: 'Trebuchet MS';
  font-size: 18px;
  height: 47px;
  line-height: 57px;
  text-align: center;
  width: 245px;
  display: list-item;
  float: left;
  cursor: pointer;
  list-style: none;
  top: 245px;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items .module-p-drag:last-child {
  margin: 0;
}
.module-entries .module-body .module_entries_p .module-entry .module_p_items .module-p-drag.ui-sortable-placeholder {
  display: none;
}
.module-entries .module-body .module_entries_p .module-entry .sortable {
  padding: 0;
  min-width: 1040px;
  width: 100%;
  display: block;
  list-style: none;
  height: 47px;
  position: relative;
  overflow: hidden;
}
.module-entries .module-body .module_entries_p .module-entry .sortable .module-p-drag {
  background: url('../bundles/app/img/module_p_sort_bg.png') 0 0 no-repeat;
  border: medium none;
  color: #FFFFFF;
  font-family: 'Trebuchet MS';
  font-size: 18px;
  height: 47px;
  line-height: 37px;
  text-align: center;
  width: 245px;
  display: list-item;
  float: left;
  cursor: pointer;
}
.module-entries .module-body .module_entries_p .module-entry .sortable .module-p-drag:last-child {
  margin: 0;
}
.module-entries .module-body .module_entries_s {
  width: 100%;
}
.module-entries .module-body .module_entries_s .module-entry {
  border-bottom: 1px solid #BBD76D;
  margin: 0 0 19px;
  padding: 0 0 39px;
  width: 100%;
}
.module-entries .module-body .module_entries_s .module-entry .question {
  font-family: 'Trebuchet MS';
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
  margin-top: 15px;
}
.module-entries .module-body .module_entries_s .module-entry .module_s {
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}
.module-entries .module-body .module_entries_s .module-entry .module_s button {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  margin: 0 20px 20px 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.module-entries .module-body .module_entries_s .module-entry .module_s button:nth-child(4n) {
  margin: 0;
}
.module-entries .module-body .module_entries_s .module-entry .module_s button.active {
  background: none;
  box-shadow: 0 0 0 4px #526e01;
  border-radius: 1px;
}
.module-entries .module-body .module_entries_s .module-entry .module_s button.active .unit-check-correct {
  display: block;
}
.module-entries .module-body .module_entries_s .module-entry .module_s button .unit-check-correct {
  display: none;
}
.module-entries .module-body .module_entries_s .module-entry .module_s_items {
  padding: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  width: 100%;
}
.module-entries .module-body .module_entries_s .module-entry .module_s_items .module_s_item {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  margin: 0 20px 20px 0;
}
.module-entries .module-body .module_entries_s .module-entry .module_s_items .module_s_item:last-child {
  margin: 0;
}
.module-entries .module-body .module_entries_t li {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 1040px;
}
.module-entries .module-body .module_entries_t li .module-text {
  width: 100%;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  min-height: 190px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  display: block;
  margin-bottom: 10px;
}
.module-entries .module-body .module_entries_v > li {
  width: 98%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #bbd76d;
  display: block;
}
.module-entries .module-body .module_entries_v > li .question {
  font-family: 'Trebuchet MS';
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 15px;
  color: #ffffff;
}
.module-entries .module-body .module_entries_v > li .player {
  width: 640px;
  float: none;
}
.module-entries .module-body .module_entries_v > li .player div.jp-video ul.jp-controls li {
  display: inline;
  margin: 0;
  width: auto;
  float: left;
}
.module-entries .module-body .module_homework_a.module_entries li .jplayer-btn-stop {
  top: 10px;
}
.module-entries .module-edit .module-head .module-name .title-edit {
  width: 0;
}
.module-entries .module-edit .module-body {
  background-color: #646464;
  margin: 0 0 82px;
}
.module-entries .module-edit .module-body .module_entries li {
  float: none;
  overflow: inherit;
  margin-right: 15px;
}
.module-entries .module-edit .module-body .module_entries li .image {
  background-color: #8f8f8f;
}
.module-entries .module-edit .module-body .module_entries li .remove-entry {
  cursor: pointer;
  height: 34px;
  width: 34px;
  position: absolute;
  right: 5px;
  top: 12px;
  z-index: 60;
}
.module-entries .module-edit .module-body .module_entries li .remove-entry .btn-remove-entry {
  background: url('../bundles/app/img/icon_close.png') no-repeat;
  width: 34px;
  height: 34px;
  border: none;
  display: inline-block;
}
.module-entries .module-edit .module-body .module_entries li .remove-entry .btn-remove-entry:hover {
  background-position: -34px 0;
}
.module-entries .module-edit .module-body .module_entries li .remove-entry .btn-remove-entry:focus {
  outline: none;
}
.module-entries .module-edit .module-body .module_entries .add-entry {
  margin: 1px 0 74px 1px;
}
.module-entries .module-edit .module-body .module_entries .add-entry a {
  text-decoration: none;
}
.module-entries .module-edit .module-body .module_entries .add-entry .img {
  width: 245px;
  height: 245px;
  background-color: #8f8f8f;
  border-radius: 3px;
}
.module-entries .module-edit .module-body .module_entries .add-entry .module-entry-number {
  margin: -1px;
  padding: 4px 0 4px;
}
.module-entries .module-edit .module-body .module_entries .add-entry .module-entry-number .icon-plus {
  position: relative;
  top: -1px;
  left: 7px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li {
  margin-bottom: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a {
  width: 245px;
  margin-bottom: -10px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a .image.upload {
  border-radius: 3px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a .audio.upload {
  padding: 12px 10px;
  background-color: #8f8f8f;
  border-radius: 3px;
  height: 39px;
  position: relative;
  top: 1px;
  left: 1px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a .audio.upload .empty {
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 0;
  left: -10px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a .audio.upload.add-audio-file {
  background-color: #7ea903;
  padding: 8px;
  height: 38px;
  position: relative;
  top: 1px;
  left: 1px;
}
.module-entries .module-edit .module-body .module_edit_entries_a li .module_a .audio.upload.add-audio-file .empty i {
  position: relative;
  top: 0;
  left: 6px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li {
  margin: 0 20px 49px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .module_b .question {
  margin-top: 12px;
  margin-bottom: 10px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .module_b .question input {
  margin: 0;
  height: 39px;
  width: 100%;
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .module_b .question input::-webkit-input-placeholder {
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .module_b .question input:-moz-placeholder {
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .module_b .correct_answer label {
  background: none;
  display: inline-block !important;
}
.module-entries .module-edit .module-body .module_edit_entries_b li .remove-entry {
  position: absolute;
  right: 5px;
  top: 12px;
}
.module-entries .module-edit .module-body .module_edit_entries_b li:nth-last-child(1),
.module-entries .module-edit .module-body .module_edit_entries_b li:nth-last-child(2),
.module-entries .module-edit .module-body .module_edit_entries_b li:nth-last-child(3),
.module-entries .module-edit .module-body .module_edit_entries_b li:nth-last-child(4) {
  margin-bottom: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_b .add-entry {
  margin-left: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_c li {
  margin: 0 15px 49px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_c li .module_c .correct_answer {
  margin-top: 12px;
  margin-bottom: 10px;
}
.module-entries .module-edit .module-body .module_edit_entries_c li .module_c .correct_answer input {
  margin: 0;
  height: 39px;
  width: 99%;
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_c li .module_c .correct_answer input::-webkit-input-placeholder {
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_c li .module_c .correct_answer input:-moz-placeholder {
  line-height: 26px;
}
.module-entries .module-edit .module-body .module_edit_entries_c li .remove-entry {
  position: absolute;
  right: 5px;
  top: 12px;
}
.module-entries .module-edit .module-body .module_edit_entries_c .add-entry {
  margin-left: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_d li {
  margin: 0 14px 49px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .options {
  width: 215px;
  float: left;
  padding: 10px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .options .option {
  margin: 0 0 10px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .options .option input {
  margin: 0;
  height: 40px;
  padding: 6px 9px;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .correct_answer {
  width: 30px;
  float: left;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .correct_answer .group-radio-buttons {
  padding-top: 16px;
  height: 200px;
  overflow: hidden;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .module_d .correct_answer .group-radio-buttons .radio-item {
  height: 47px;
}
.module-entries .module-edit .module-body .module_edit_entries_d li .remove-entry {
  position: absolute;
  right: 14px;
  top: 11px;
}
.module-entries .module-edit .module-body .module_edit_entries_e li {
  margin: 0 14px 49px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .options {
  width: 215px;
  float: left;
  padding: 10px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .options .option {
  margin: 0 0 10px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .options .option input {
  margin: 0;
  height: 40px;
  padding: 6px 9px;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .correct_answer {
  width: 30px;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .correct_answer .group-radio-buttons {
  padding-top: 16px;
  float: left;
  height: 150px;
  overflow: hidden;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .module_e .correct_answer .group-radio-buttons .radio-item {
  height: 47px;
}
.module-entries .module-edit .module-body .module_edit_entries_e li .remove-entry {
  position: absolute;
  right: 14px;
  top: 11px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li {
  border-bottom: 1px solid #939393;
  margin: 0 auto 21px 1px;
  padding-bottom: 20px;
  padding-top: 14px;
  position: relative;
  width: 1040px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module-entry-number {
  width: 39px;
  height: 39px;
  padding: 6px 15px;
  left: 1px;
  top: 21px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .question {
  margin: 6px 43px 10px 50px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .question input {
  margin: 0;
  height: 40px;
  padding: 6px 9px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .options {
  width: 215px;
  float: left;
  padding: 10px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .options .option {
  margin: 0 0 9px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .options .option input {
  margin: 0;
  height: 40px;
  padding: 6px 9px;
  width: 315px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .correct_answer {
  width: 30px;
  float: left;
  margin-left: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .correct_answer .group-radio-buttons {
  padding-top: 16px;
  height: 200px;
  overflow: hidden;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .module_f .correct_answer .group-radio-buttons .radio-item {
  height: 47px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li .remove-entry {
  position: absolute;
  right: 0;
  top: 24px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li.add-entry {
  border-bottom: none;
  height: 50px;
}
.module-entries .module-edit .module-body .module_edit_entries_f li.add-entry .img {
  background-color: transparent;
  width: auto;
  height: auto;
}
.module-entries .module-edit .module-body .module_edit_entries_f li.add-entry .module-entry-number {
  text-align: center;
}
.module-entries .module-edit .module-body .module_edit_entries_o li {
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 14px;
  position: relative;
  width: 1040px;
}
.module-entries .module-edit .module-body .module_edit_entries_o li .module-entry-number {
  background-color: #9DC62E;
  border-radius: 4px;
  left: 1px;
  padding: 8px 15px 6px;
  position: relative;
  top: 6px;
  z-index: 1;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  float: none;
}
.module-entries .module-edit .module-body .module_edit_entries_o li .module_o {
  width: 321px;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-top: 6px;
}
.module-entries .module-edit .module-body .module_edit_entries_o li .module_o .row input {
  margin: 0;
  width: 315px;
  height: 39px;
}
.module-entries .module-edit .module-body .module_edit_entries_o li .remove-entry {
  left: 0;
  top: 9px;
  display: inline-block;
  position: relative;
}
.module-entries .module-edit .module-body .module_edit_entries_p {
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry {
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .module_p_items {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  padding: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .module_p_items .module_p_item {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  margin-right: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .module_p_items .module_p_item .correct_answer {
  margin: 12px 0 39px;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .module_p_items .module_p_item .correct_answer input {
  width: 100%;
  margin: 0;
  height: 38px;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .module_p_items .module_p_item:nth-child(4) {
  margin-right: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_p .module-entry .remove-entry {
  right: 15px;
}
.module-entries .module-edit .module-body .module_edit_entries_s {
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry {
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module-entry-number {
  padding: 6px 16px;
  left: 1px;
  top: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module-question {
  margin: 20px 0 9px 50px;
  width: 947px;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module-question input {
  height: 39px;
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module_s_items {
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  padding: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module_s_items .module_s_item {
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module_s_items .module_s_item .selected-image {
  right: 10px;
  bottom: 10px;
  position: absolute;
  box-shadow: 0 0 10px 7px #FFFFFF;
  border-radius: 50%;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .module_s_items .module_s_item:nth-child(4) {
  margin-right: 0;
}
.module-entries .module-edit .module-body .module_edit_entries_s .module-entry .remove-entry {
  right: 6px;
  top: 23px;
}
.module-entries .module-edit .module-body .module_edit_entries_s li.add-entry {
  margin-top: 20px !important;
}
.module-entries .module-edit .module-body .module_edit_entries_t {
  letter-spacing: normal;
  height: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_t #module_edit_entries_0 {
  height: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_t #module_edit_entries_0 > :first-child {
  height: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke {
  border: none;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_reset {
  height: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_inner {
  position: relative;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_inner .cke_contents {
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto !important;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_inner .cke_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 11px 0 0 0;
  background: #646464;
  border: none;
  height: 40px;
  box-shadow: none;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_reset_all,
.module-entries .module-edit .module-body .module_edit_entries_t .cke_reset_all * {
  font-family: arialnarrowbold;
  font-size: 16px;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_toolgroup {
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_toolgroup a.cke_button {
  height: 16px;
  width: 19px;
  padding: 10px 8px 10px 10px;
  background-color: #f2f2f2;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_combo .cke_combo_text {
  width: 60px;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_combo .cke_combo_button {
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 16px;
  width: 69px;
  padding: 6px 18px 14px 0;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_combo .cke_combo_button .cke_combo_open {
  height: 0;
  width: 0;
  font-size: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid #777777;
  position: relative;
  top: -6px;
  left: -7px;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_combo .cke_combo_button .cke_combo_open .cke_combo_arrow {
  height: 0;
  width: 0;
  font-size: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777777;
  position: relative;
  top: -4px;
  left: -4px;
}
.module-entries .module-edit .module-body .module_edit_entries_t .cke_chrome {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.module-entries .module-edit .module-body .module_edit_entries_t .add-entry {
  display: none;
}
.module-entries .module-edit .module-body .module_edit_entries_v .module-entry {
  border-bottom: 1px solid #939393;
  margin: 0 auto 21px 1px;
  padding-bottom: 20px;
  position: relative;
  width: 1040px;
}
.module-entries .module-edit .module-body .module_edit_entries_v .module-entry .module-entry-number {
  padding: 6px 16px;
  left: 1px;
  top: 20px;
}
.module-entries .module-edit .module-body .module_edit_entries_v .module-entry .module_v .module-question {
  margin: 20px 0 9px 50px;
  width: 947px;
}
.module-entries .module-edit .module-body .module_edit_entries_v .module-entry .module_v .module-question input {
  height: 39px;
  width: 100%;
}
.module-entries .module-edit .module-body .module_edit_entries_v .module-entry .remove-entry {
  right: 0;
  top: 23px;
}
.module-entries .module-edit .module-body .module_edit_entries_v li.add-entry {
  position: relative;
  left: -10px;
}
.module-entries .module-edit .module-body .module_edit_entries_v li.add-entry:nth-child(4n) {
  margin: 1px 0 74px 1px;
}
.module-entries .module-edit .module-body .module-ege-background:not(:first-child) {
  margin-top: 70px;
}
.module-entries .module-edit .submit {
  background-color: #444444;
  border-top: none;
  padding: 20px 19px;
  height: 82px;
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.module-entries .module-edit .submit button {
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.module-entries .module-edit .submit .module-save {
  background: url('../bundles/app/img/module-save.png') 0 0 repeat-x;
  height: 42px;
  width: 198px;
  line-height: 40px;
  padding: 0 13px 0 0;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: -1px;
  left: 1px;
}
.module-entries .module-edit .submit .module-save i {
  margin-right: 0;
  position: relative;
  top: -1px;
  left: 1px;
}
.module-entries .module-edit .submit .module-save:hover {
  background: url('../bundles/app/img/module-save-hover.png') 0 0 repeat-x;
}
.module-entries .module-edit .submit .module-save:focus {
  outline: none;
}
.module-entries .module-edit .submit .preview {
  background: url('../bundles/app/img/module-preview.png') 0 0 repeat-x;
  height: 42px;
  width: 149px;
  line-height: 38px;
  padding: 0 19px 0 0;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: -1px;
  left: 382px;
}
.module-entries .module-edit .submit .preview i {
  position: relative;
  top: -2px;
  left: 8px;
}
.module-entries .module-edit .submit .preview:focus {
  outline: none;
}
.module-entries .module-edit .submit .remove-all {
  background: url('../bundles/app/img/module-clear.png') 0 0 repeat-x;
  height: 42px;
  width: 149px;
  line-height: 38px;
  padding: 0 16px 0 0;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: -1px;
  left: 694px;
}
.module-entries .module-edit .submit .remove-all i {
  position: relative;
  top: -2px;
  left: 7px;
}
.module-entries .module-edit .submit .remove-all:focus {
  outline: none;
}
.module-entries .module-edit td.language-td {
  font-family: 'Trebuchet MS';
  font-size: 18px;
}
.module-entries .module-a-submit,
.module-entries .module-v-submit {
  display: none;
}
#bb-live-editor-warning-label {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
#bb-live-editor-warning-label.available {
  color: green;
}
#bb-live-editor-warning-label.unavailable {
  color: darkred;
}
#bb-live-editor-wrapper,
#bb-html {
  padding: 15px;
  height: 100%;
  padding-bottom: 0;
}
.bb-container {
  background-color: #ffffff;
  min-height: 768px;
  height: 100%;
}
.bb-container .row {
  margin: 0;
  padding: 0;
}
.bb-container .bb-main-menu {
  background-color: #f1f1f1;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  height: 56px;
}
.bb-container .bb-main-menu .bb-menu-tabs {
  width: 401px;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav {
  background-color: #f1f1f1;
  font-size: 0;
  height: 55px;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li {
  border-left: 0 none;
  display: inline-block;
  height: 56px;
  width: 200px;
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li a {
  color: #999999;
  font-family: arialnarrowbold;
  font-size: 14px;
  padding: 15px 0 18px 0;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #D8D8D8;
  height: 56px;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li a span span {
  color: #c3c3c3;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li a:hover {
  background-color: transparent;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li.active {
  background-color: #ffffff;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li.active a {
  color: #00afe9;
  height: 56px;
  background-color: #ffffff;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li.active a span {
  border-bottom: 2px solid #00afe9;
  padding-bottom: 16px;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li.active a:hover {
  background-color: transparent;
}
.bb-container .bb-main-menu .bb-menu-tabs .nav li:first-child {
  box-shadow: none;
}
.bb-container .bb-main-menu .bb-menu-url {
  height: 50px;
  padding: 5px 10px;
}
.bb-container .bb-main-menu .bb-menu-url .bb-btn-clear {
  background: url('../bundles/app/img/btn_ok_sprite.png') 0 -1px repeat-x;
  font-family: arialnarrowbold;
  font-size: 18px;
  padding: 3px 12px;
  margin-left: 3px;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  float: left !important;
  margin-right: 13px !important;
  margin-top: 5px;
}
.bb-container .bb-main-menu .bb-menu-url .bb-btn-clear:hover {
  background: url('../bundles/app/img/btn_ok_sprite.png') 0 -34px repeat-x;
}
.bb-container .bb-main-menu .bb-menu-url form {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 5px 0 0 0;
}
.bb-container .bb-main-menu .bb-menu-url form input[type=text] {
  width: 280px;
  font-family: 'Arial Narrow';
  font-style: italic;
  font-size: 16px;
  padding: 0 25px 0 10px;
  float: left;
  display: block !important;
}
.bb-container .bb-main-menu .bb-menu-url form .input-reset {
  padding: 0;
  margin-left: -32px;
  margin-right: 10px;
}
.bb-container .bb-main-menu .bb-menu-url form .bb-divider {
  background-color: #D8D8D8;
  width: 1px;
  height: 100%;
  float: left;
  margin-right: 13px;
}
.bb-container .bb-main-menu .bb-menu-url form .bb-btn-ok {
  background: url('../bundles/app/img/btn_ok_sprite.png') 0 -1px repeat-x;
  width: 72px;
  font-family: arialnarrowbold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 12px;
  margin-left: 3px;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
}
.bb-container .bb-main-menu .bb-menu-url form .bb-btn-ok:hover {
  background: url('../bundles/app/img/btn_ok_sprite.png') 0 -34px repeat-x;
}
.bb-container .bb-main-menu .bb-menu-timer {
  width: 110px;
  height: 54px;
  line-height: 54px;
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-family: 'Trebuchet MS';
  margin-left: 25px;
}
.bb-container .bb-frame {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 0;
  margin: 0;
}
.bb-container .bb-url {
  font-size: 20px;
  display: block;
}
.bb-container .bb-panel {
  height: 709px;
}
.bb-container .bb-panel-left {
  margin-right: 377px;
}
.bb-container .bb-panel-left .tab-content .bb-text-info {
  margin: 30px 20px;
  font-family: arialnarrow;
  font-size: 16px;
}
.bb-container .bb-panel-left .tab-content .modules-header {
  height: 60px;
  padding: 15px 20px;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border-bottom: 1px solid #e5e5e5;
  height: 45px;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li:first-child a {
  border-bottom-left-radius: 3px;
  border-left: 1px solid #D9D9D9;
  border-top-left-radius: 3px;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li {
  display: block;
  float: left;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li a {
  display: block;
  padding: 3px 0 6px 0;
  position: relative;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  line-height: normal;
  color: #666666;
  font-size: 14px;
  font-family: arialnarrow;
  text-align: center;
  font-weight: normal;
  width: 155px;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li a span {
  color: #999999;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li:hover a {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
  cursor: pointer;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li:hover a span {
  color: #ffffff;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li.active a {
  background-color: #1BB7EB;
  border-color: #26AFDD;
  color: #ffffff;
}
.bb-container .bb-panel-left .tab-content .modules-header .bb-modules-tabs li.active a span {
  color: #ffffff;
}
.bb-container .bb-panel-left .tab-content .carousel {
  padding-top: 28px;
  padding-bottom: 50px;
}
.bb-container .bb-panel-left .tab-content .carousel .carousel-indicators {
  top: 590px;
}
.bb-container .bb-panel-left .tab-content .carousel .carousel-indicators li {
  background-color: #8f8f8f;
  border: 1px solid #606060;
}
.bb-container .bb-panel-left .tab-content .carousel .carousel-indicators .active {
  background-color: #606060;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list {
  background: url('../bundles/app/img/module_list_bg.png') repeat-x 100% 100%;
  display: block;
  float: none;
  font-size: 0;
  height: 272px;
  letter-spacing: -5px;
  line-height: 0;
  margin: 0;
  padding: 13px 0 0 20px;
  width: 100%;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li {
  background: url('../bundles/app/img/module_bottom_bg.png') no-repeat 100% 100%;
  border: medium none;
  display: inline-block;
  float: none;
  font-size: 16px;
  height: 242px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: top;
  width: 210px;
  position: relative;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .unit-default {
  background: url('../bundles/app/img/unit-default-bg.png') no-repeat 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .unit-default .caption {
  width: 100%;
  height: 100%;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .unit-default .caption .index {
  font-family: arialnarrowbold;
  font-weight: 700;
  font-size: 30px;
  color: #ababab;
  display: block;
  left: 19px;
  position: absolute;
  top: 7px;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .unit-default .caption .name {
  font-family: arialnarrowbold;
  font-size: 18px;
  font-weight: 300;
  color: #f1f1f1;
  height: 156px;
  margin-top: 63px;
  padding-left: 11px;
  padding-right: 29px;
  text-align: left;
  line-height: 22px;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .module-to {
  width: 200px;
  height: 100%;
  -webkit-border-radius: 4px 0 4px 4px;
  border-radius: 4px 0 4px 4px;
  background: none;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .module-to .bb-module-action-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 4px 0 4px 4px;
  background: url('../bundles/app/img/cross_circle.png') 50% 75px no-repeat #9DC62E;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li .module-to .bb-module-action-container .bb-module-action-text {
  font-family: arialnarrowbold;
  font-size: 18px;
  line-height: 24px;
  padding: 114px 35px 10px;
}
.bb-container .bb-panel-left .tab-content .carousel .bb-module-list .module_list_li:last-child {
  margin: 0;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper {
  display: flex;
  flex-direction: column;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper {
  padding: 15px 15px 0 15px;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student {
  border: 1px solid #D8D8D8;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  display: block;
  float: left;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student a {
  color: #999999;
  font-weight: bold;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student a span {
  padding-bottom: 5px;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student a:hover {
  background-color: #E5E5E5;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student.active {
  background-color: #ffffff;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student.active a {
  background-color: #ffffff;
  color: #00afe9;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper .bb-student.active a span {
  border-bottom: 2px solid #00afe9;
  padding-bottom: 5px;
}
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper.is-student a,
.bb-container .bb-panel-left .tab-content .bb-editor-students-wrapper #bb-students-wrapper.is-student a:hover {
  background-color: #ffffff;
  cursor: default;
}
.bb-container .bb-panel-right {
  width: 377px;
  float: right;
  border-left: 1px solid #e4e4e4;
}
.bb-container .bb-panel-right .bb-sub-menu {
  background-color: #f1f1f1;
  font-size: 0;
  height: 46px;
  letter-spacing: -5px;
  line-height: 0;
  vertical-align: top;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}
.bb-container .bb-panel-right .bb-sub-menu li {
  border-left: 0 none;
  display: inline-block;
  height: 46px;
  width: 113px;
  letter-spacing: normal;
  line-height: normal;
  position: relative;
}
.bb-container .bb-panel-right .bb-sub-menu li a {
  color: #999999;
  font-family: arialnarrowbold;
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #D8D8D8;
  height: 46px;
}
.bb-container .bb-panel-right .bb-sub-menu li a:hover {
  background-color: transparent;
}
.bb-container .bb-panel-right .bb-sub-menu li.active {
  background-color: #ffffff;
}
.bb-container .bb-panel-right .bb-sub-menu li.active a {
  color: #00afe9;
}
.bb-container .bb-panel-right .bb-sub-menu li.active a span {
  border-bottom: 2px solid #00afe9;
  padding-bottom: 11px;
}
.bb-container .bb-panel-right .bb-sub-menu li.active a:hover {
  background-color: transparent;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper {
  height: 362px;
  border-top: none;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content {
  margin: 10px 0 0 0;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech {
  padding: 10px 20px;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech p {
  white-space: nowrap;
  display: block;
  margin: 0 0 4px;
  padding-right: 60px;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .time {
  right: 0;
  top: 0;
  color: #999999;
  font-family: arialnarrow;
  font-size: 14px;
  line-height: 14px;
  width: 60px;
  text-align: right;
  float: right;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .text {
  min-height: 60px;
  overflow: hidden;
  padding-bottom: 5px;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .text .firstName,
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .text .lastName {
  color: #999999;
  font-family: arialnarrowbold;
  font-size: 16px;
  line-height: 17px;
  vertical-align: top;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .text .message {
  font-family: arialnarrow;
  font-size: 16px;
  line-height: 18px;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech .text .message a {
  display: block;
}
.bb-container .bb-panel-right .messages-container .stream-content-wrapper .stream-content .speech.owner {
  background-color: #f1f1f1;
}
.bb-container .bb-panel-right .messages-container .composer {
  background-color: #f1f1f1;
  border-bottom: 1px solid #E4E4E4;
  padding: 15px;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer {
  position: relative;
  height: 129px;
  background-color: #fff;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_uploader {
  background-color: #fff;
  height: 33px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_uploader .upload-file {
  height: 35px;
  width: 130px;
  font-family: arialnarrow;
  font-size: 14px;
  padding: 4px 0 3px 12px;
  text-align: left;
  color: #999999;
  border-right: 1px solid #E4E4E4;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_uploader .upload-file .icon {
  display: block;
  float: left;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -76px 0 transparent;
  width: 15px;
  height: 16px;
  margin: 3px 6px 3px 0;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_uploader .upload-file:hover {
  color: #00afe9;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_uploader .upload-file:hover .icon {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -92px 0 transparent;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_file {
  height: 36px;
  left: 0;
  right: 0;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_file .file {
  display: inline-block;
  overflow: hidden;
  color: #0088CC;
  height: 35px;
  padding: 7px 0 5px 0;
  position: relative;
  width: 24%;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_file .file a {
  background: url('../bundles/app/img/icon-file.png') no-repeat scroll 13px 2px transparent;
  font-family: arialnarrowbold;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  height: 35px;
  min-width: 30px;
  text-overflow: ellipsis;
  padding: 0 10px 0 32px;
  display: inline-block;
  white-space: nowrap;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_file .file .delete_file {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -108px 0 #fff;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 10px;
  right: 0;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .block_file .file .delete_file:hover {
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -121px 0 transparent;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: none;
  padding: 6px 2px 6px 9px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: arialnarrow;
  font-size: 15px;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer textarea:-moz-placeholder {
  color: #999999;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer textarea::-moz-placeholder {
  color: #999999;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .progress_body {
  z-index: 100;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .send_message {
  position: absolute;
  width: 98px;
  height: 32px;
  border-radius: 0;
  background-color: #9dc62e;
  bottom: 1px;
  right: 1px;
  z-index: 50;
}
.bb-container .bb-panel-right .messages-container .composer .c-composer .send_message:hover {
  background-color: #7ea903;
}
.bb-container .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background: url('../bundles/app/img/ajax-loader.gif') #ffffff no-repeat center;
}
.bb-container .progress_body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #454545;
}
.bb-container .progress_body .progress_line {
  position: absolute;
  left: 3%;
  right: 3%;
  height: 5px;
  top: 50%;
  background: #D4D4D4;
  border-radius: 5px;
}
.bb-container .progress_body .progress_line .ui-widget-header {
  background: #8EA702;
}
.group-lesson-module-bb-panel .group-lesson-module-row {
  margin-left: 0;
  margin-right: 0;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab {
  border: 1px solid #D8D8D8;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  display: block;
  float: left;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab a {
  color: #999999;
  font-weight: bold;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab a span {
  padding-bottom: 5px;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab a:hover {
  background-color: #E5E5E5;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab .glyphicon-ok {
  color: #7EA903;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab.active {
  background-color: #ffffff;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab.active a {
  background-color: #ffffff;
  color: #00afe9;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-tab.active a span {
  border-bottom: 2px solid #00afe9;
  padding-bottom: 5px;
}
.group-lesson-module-bb-panel .group-lesson-module-row .group-lesson-module-iframe-container {
  position: absolute;
  height: calc(100% - 41px);
  width: 100%;
}
#bb-is-finished-lesson h4 {
  position: absolute;
  top: 50%;
  font-family: 'Trebuchet MS';
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  width: 100%;
  line-height: 28px;
  margin: -28px 0;
}
.blackboard {
  min-width: 1200px;
}
.blackboard .translator .controls {
  height: 38px;
  margin-top: 20px;
}
.blackboard .translator .controls > div {
  float: left;
}
.blackboard .translator select {
  width: 128px;
}
.blackboard .translator button {
  width: auto;
  height: 37px;
  border: none;
  background: url("../bundles/app/img/register_cr_ac_bg.png") repeat-x center;
  margin: 0 8px;
}
.blackboard .translator button[type=submit] {
  width: 310px;
  margin: 11px 0 0;
  font-size: 18px;
  font-family: arialnarrow;
}
.blackboard .translator textarea {
  height: 130px;
  min-height: 130px;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border-radius: 3px;
  margin-top: 13px;
}
.blackboard .translator .result {
  height: 130px;
  min-height: 130px;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-family: Arial;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border-radius: 3px;
  margin-top: 13px;
  background-color: #fbfbfb;
}
.blackboard .translator .yandex-link {
  display: none;
  text-align: right;
  margin-top: 20px;
}
.book-lesson-container .ll-slider-container .lesson-slider .slider-range-placeholder #app_student_lesson_time_time .ui-slider-range a {
  display: none;
  background-image: url('../bundles/app/img/button_module.png');
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  width: 17px;
  background-position: -339px -57px;
  top: 11px;
}
.book-lesson-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled {
  opacity: 1;
}
.book-lesson-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled .ui-slider-range {
  background: #D87D75;
}
.book-lesson-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled .ui-slider-range a.remove {
  background-position: -339px -14px;
}
.system-messages-scroll {
  margin: 3px 0 0;
  width: 1140px;
  height: 270px;
}
.system-messages-scroll ul.system-messages {
  margin: 0;
  padding: 0;
  float: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  width: 1140px;
  display: block;
  height: 270px;
}
.system-messages-scroll ul.system-messages li.system-message {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 540px;
  background: #fff;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  height: 270px;
}
.system-messages-scroll ul.system-messages li.system-message .message-icon {
  float: left;
  width: 270px;
  height: 270px;
  background: url('../bundles/app/img/message-default-icon.png') no-repeat;
}
.system-messages-scroll ul.system-messages li.system-message .lesson .message-icon {
  background: url('../bundles/app/img/message-lesson-icon.png') no-repeat;
}
.system-messages-scroll ul.system-messages li.system-message .message-content {
  float: right;
  width: 270px;
  text-align: center;
  padding-top: 28px;
}
.system-messages-scroll ul.system-messages li.system-message .message-content .title {
  font-size: 24px;
  padding: 0 10px;
  line-height: 30px;
  margin-bottom: 20px;
}
.system-messages-scroll ul.system-messages li.system-message .message-content .name-city {
  padding-top: 5px;
  font-family: arialnarrow;
}
.system-messages-scroll ul.system-messages li.system-message .message-content .name-city a {
  font-size: 22px;
  color: #00afe9;
  font-family: 'Trebuchet MS';
}
.system-messages-scroll ul.system-messages li.system-message .message-content .avatar {
  width: 66px;
  height: 66px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.system-messages-scroll ul.system-messages li.system-message .message-content .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.system-messages-scroll ul.system-messages li.system-message .message-content .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_66.png');
}
.system-messages-scroll ul.system-messages li.system-message .message-content .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_66.png');
}
.system-messages-scroll ul.system-messages li.system-message.odd {
  margin-right: 30px;
}
.system-messages-scroll ul.system-messages li.system-message.even {
  margin-left: 30px;
}
.system-messages-nav {
  margin: 8px auto 28px;
  text-align: center;
}
.system-messages-nav a {
  width: 10px;
  height: 11px;
  background: url('../bundles/app/img/system-messages-nav-a.png') -10px 0 no-repeat;
  font-size: 0;
  display: inline-block;
  margin: 0 7px;
}
.system-messages-nav a.active {
  background-position: 0 0;
}
.system-messages-nav a:focus {
  outline: 0;
}
.modal-message .modal-dialog {
  width: 520px;
}
.modal-message .modal-dialog .modal-content {
  position: relative;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.modal-message .modal-dialog .modal-content .modal-header {
  background-color: #404040;
  padding-left: 22px;
}
.modal-message .modal-dialog .modal-content .modal-header h3 {
  color: #ffffff;
  font-family: Trebuchet MS;
  font-size: 18px;
  margin: 0;
}
.modal-message .modal-dialog .modal-content .modal-header .close {
  width: 12px;
  height: 12px;
  background: url('../bundles/app/img/modal-sprite.png') no-repeat 0 0 transparent;
  opacity: 1;
  margin-right: 3px;
  margin-top: 4px;
}
.modal-message .modal-dialog .modal-content .modal-body {
  padding: 10px 22px;
}
.modal-message .modal-dialog .modal-content .modal-body textarea {
  width: 100%;
  height: 349px;
  margin: 0;
  border: none;
  font-family: arialnarrow;
  font-size: 18px;
  color: #333333;
  resize: none;
}
.modal-message .modal-dialog .modal-content .modal-body textarea:focus {
  outline: none;
}
.modal-message .modal-dialog .modal-content .modal-footer {
  margin-top: 0;
  background-color: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  height: 80px;
  text-align: left;
  padding: 19px 22px;
}
.modal-message .modal-dialog .modal-content .modal-footer .submit {
  background-color: #9DC62E;
  color: #FFFFFF;
  border-bottom: 1px solid #81A700;
  box-shadow: 0 1px 0 rgba(128, 166, 25, 0.5);
  font-family: arialnarrow;
  font-size: 16px;
  height: 39px;
  width: 132px;
  position: relative;
  text-align: left;
  padding-top: 7px;
  padding-left: 45px;
  margin-right: 7px;
}
.modal-message .modal-dialog .modal-content .modal-footer .submit .icon {
  background: url('../bundles/app/img/modal-sprite.png') no-repeat -16px 0 transparent;
  height: 15px;
  width: 16px;
  overflow: hidden;
  top: 11px;
  left: 20px;
  position: absolute;
}
.modal-message .modal-dialog .modal-content .modal-footer .submit:hover {
  background-color: #7EA903;
}
.modal-message .modal-dialog .modal-content .modal-footer .cancel {
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #D9D9D9;
  box-shadow: 0 1px 0 rgba(111, 111, 111, 0.5);
  font-family: arialnarrow;
  font-size: 16px;
  height: 39px;
  width: 132px;
  position: relative;
  text-align: left;
  padding-top: 7px;
  padding-left: 45px;
  margin-left: 0;
}
.modal-message .modal-dialog .modal-content .modal-footer .cancel .icon {
  background: url('../bundles/app/img/modal-sprite.png') no-repeat -34px 0 transparent;
  height: 15px;
  width: 12px;
  overflow: hidden;
  top: 12px;
  left: 23px;
  position: absolute;
}
.modal-message .modal-dialog .modal-content .modal-footer .cancel:hover {
  border: 1px solid #C6C6C6;
}
.modal-message .modal-dialog .modal-content .modal-border-left {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00afe9;
}
h1.teacher-reviews-title {
  font-size: 36px;
}
.teacher-reviews {
  margin-top: 31px;
}
.teacher-reviews .user-menu {
  height: 55px;
}
.teacher-reviews #profile-menu ul li.teacher-menu {
  width: 221px;
}
.teacher-reviews .tab-content {
  background: #fff;
  padding-top: 10px;
}
.teacher-reviews .tab-content a.student_teachers_break {
  background: url('../bundles/app/img/student_teachers_break_bg.png') 0 0 repeat-x;
  padding: 10px 6px 10px 33px;
  float: right;
  margin-right: 20px;
  position: relative;
}
.teacher-reviews .tab-content a.student_teachers_break .icon {
  background: url('../bundles/app/img/ll-btn-icons.png') no-repeat scroll -99px 0 transparent;
  height: 21px;
  left: 9px;
  top: 7px;
  display: block;
  position: absolute;
  width: 18px;
}
.teacher-reviews .tab-content #review_list {
  clear: both;
  position: relative;
  top: -21px;
  padding: 0 40px 20px;
}
.teacher-reviews .tab-content #review_list .review_body {
  overflow: hidden;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.teacher-reviews .tab-content #review_list .review_body .avatar {
  width: 66px;
  height: 66px;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  margin-top: 10px;
}
.teacher-reviews .tab-content #review_list .review_body .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.teacher-reviews .tab-content #review_list .review_body .avatar.student {
  background-image: url('../bundles/app/img/avatar_student_default_66.png');
}
.teacher-reviews .tab-content #review_list .review_body .avatar.teacher {
  background-image: url('../bundles/app/img/avatar_teacher_default_66.png');
}
.teacher-reviews .tab-content #review_list .review_body .review {
  float: right;
  width: 972px;
  padding-top: 5px;
}
.teacher-reviews .tab-content #review_list .review_body .review .rating {
  position: relative;
  top: -5px;
}
.teacher-reviews .tab-content #review_list .review_body .review .rating img {
  width: 16px;
}
.teacher-reviews .tab-content #review_list .review_body .review .date {
  position: relative;
  top: -5px;
  left: 8px;
}
.teacher-reviews .tab-content #review_list .review_body .review .text {
  font-size: 14px;
  margin-top: 5px;
}
.teacher-reviews .tab-content #review_list .review_body:first-child {
  border: none;
  padding-top: 0;
}
.teacher-reviews .tab-content #review_list .add_review {
  padding: 9px 17px 9px 36px;
  position: relative;
  font-size: 16px;
  font-family: arialnarrow;
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 0 transparent;
  border: medium none;
}
.teacher-reviews .tab-content #review_list .add_review .icon {
  background: url('../bundles/app/img/ll-btn-icons.png') no-repeat scroll -271px 0 transparent;
  height: 21px;
  left: 12px;
  top: 9px;
  display: block;
  position: absolute;
  width: 18px;
}
.teacher-reviews .tab-content #review_list .add_review:hover {
  background: url('../bundles/app/img/save_submit_button_bg.png') repeat-x scroll 0 -49px transparent;
}
.student-journal .table colgroup + thead tr:first-child th {
  padding-top: 4px;
  font-family: arialnarrow;
  text-align: left;
}
.student-journal .people_table tr td.td_time {
  padding-left: 18px;
}
.student-journal .people_table tr td.td_time .time {
  padding-left: 2px;
}
.student-journal .people_table tr td:nth-child(3) {
  padding-left: 18px;
}
.student-journal .people_table tr td .text {
  margin-top: 0;
  width: auto;
}
.student-journal .people_table tr td.homework {
  text-align: left;
}
.student-journal-past .people_table tr td .text {
  margin-top: 20px;
}
.student-journal-past .people_table tr td:nth-child(4):hover .hint {
  left: 12px;
  top: -6px;
  width: 111px;
  padding-bottom: 13px;
}
.student-journal-past .people_table tr td:nth-child(5):hover .hint {
  left: 11px;
  width: 111px;
  top: -7px;
}
.border.vertical {
  height: 46px;
  width: 1px;
  margin-right: 20px;
  float: left;
}
.modal-remove-lesson .modal-dialog .modal-content {
  width: 423px;
  border-radius: 0;
  padding-bottom: 12px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-header {
  padding-bottom: 2px;
  border-bottom: 0;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-header h3 {
  text-align: center;
  margin-top: 14px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body {
  font-family: arialnarrow;
  font-size: 18px;
  padding-top: 0;
  text-align: center;
  letter-spacing: 0.5px;
  width: 370px;
  left: 25px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .name {
  margin-left: 3px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .buttons {
  margin-top: 35px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .buttons .btn-cancel {
  background: url('../bundles/app/img/btn-enter-bg.png') 0 0 repeat-x;
  height: 40px;
  width: 130px;
  position: relative;
  color: #ffffff;
  border: none;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  left: 1px;
  top: -2px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .buttons .btn-cancel:hover {
  background-position: 0 -40px;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .buttons .btn-exit {
  margin: -1px 9px 0 -3px;
  padding: 0 0 3px 24px;
  display: inline-block;
  border-bottom: 0;
  border-top: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: url('../bundles/app/img/btn-lesson-remove-bg.png') 0 0 repeat-x;
  font-size: 16px;
  position: relative;
  color: #666666;
  height: 40px;
  width: 133px;
  top: -1px;
  left: -16px;
  text-align: left;
  font-family: arialnarrow;
  font-weight: 300;
}
.modal-remove-lesson .modal-dialog .modal-content .modal-body .buttons .btn-exit:hover {
  background-position: 0 -40px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}
.modal-remove-lesson .modal-dialog .modal-content .top-blue-line {
  border-top: 2px solid #12adef;
}
.modal-remove-lesson .modal-dialog .modal-content .bottom-blue-line {
  border-bottom: 4px solid #12adef;
}
.info-message {
  padding: 20px;
}
.messages-container .contact,
.messages-container .contacts,
.messages-container .messages,
.messages-container .composer {
  position: relative;
}
.messages-container form {
  margin: 0;
}
.messages-container .suggest-item {
  border-bottom: 1px solid #e4e4e4;
}
.messages-container .suggest-item a {
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.messages-container .suggest-item .avatar {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.messages-container .suggest-item .avatar img {
  width: 100%;
  height: 100%;
}
.messages-container .suggest-item .name {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.messages-container .suggest-item .info {
  font-size: 14px;
  color: #999999;
}
.messages-container .suggest-item .name,
.messages-container .suggest-item .info {
  margin: 0;
  white-space: nowrap;
  display: block;
}
.messages-container .suggest-item .msg {
  display: none;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -40px 0 transparent;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 35px;
  right: 10px;
}
.messages-container .suggest-item.student .avatar {
  background-image: url('../bundles/app/img/avatar_student_default_60.png');
}
.messages-container .suggest-item.teacher .avatar {
  background-image: url('../bundles/app/img/avatar_teacher_default_60.png');
}
.messages-container .contacts .contact {
  border-bottom: 1px solid #e4e4e4;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.messages-container .contacts .contact:hover {
  background-color: #f5f5f5;
}
.messages-container .contacts .contact .avatar {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background-size: cover;
}
.messages-container .contacts .contact .avatar img {
  width: 100%;
  height: 100%;
}
.messages-container .contacts .contact .status {
  position: absolute;
  top: 17px;
  right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 10px;
  height: 10px;
}
.messages-container .contacts .contact .name {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}
.messages-container .contacts .contact .info {
  font-size: 14px;
  color: #999999;
}
.messages-container .contacts .contact .name,
.messages-container .contacts .contact .info {
  margin: 0;
  white-space: nowrap;
  display: block;
}
.messages-container .contacts .contact .msg {
  display: none;
  background: url('../bundles/app/img/message_sprite.png') no-repeat scroll -40px 0 transparent;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 35px;
  right: 10px;
}
.messages-container .contacts .contact.student .avatar {
  background-image: url('../bundles/app/img/avatar_student_default_60.png');
}
.messages-container .contacts .contact.teacher .avatar {
  background-image: url('../bundles/app/img/avatar_teacher_default_60.png');
}
.messages-container .contacts .contact.unread .msg {
  display: block;
}
.messages-container .contacts .contact.current {
  background-color: #9dc62e;
}
.messages-container .contacts .contact.current .name,
.messages-container .contacts .contact.current .info {
  color: #ffffff;
}
.messages-container .contacts .contact.online .status {
  background-color: #9dc62e;
}
.messages-container .contacts .items {
  overflow: auto;
  margin-bottom: -1px;
  max-height: 460px;
  min-height: 190px;
}
.messages-container .current-contact p {
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  display: block;
}
.messages-container .stream .speech.unread .msg {
  display: block;
}
.messages-container .stream .speech .text .highlight {
  background-color: #ff2;
}
.messages-container .stream .speech .text .selectHighlight {
  background-color: #FF9632;
}
.messages-container .stream .speech:last-child .text {
  border-bottom: 0;
}
.messages-container .stream-header .ui-autocomplete {
  right: 0;
  left: 40px;
  top: 100%;
  display: block;
  height: 415px;
  overflow: auto;
}
.messages-container .stream-content-wrapper {
  overflow: auto;
  border-top: 1px solid #d7d7d7;
  position: relative;
  max-height: 315px;
  min-height: 190px;
}
.messages-container .stream-content-wrapper .stream-content {
  position: relative;
}
.messages-container .upload-file {
  border: none;
  background: none;
  color: #333333;
}
.messages-container .block_file .file .delete_file {
  cursor: pointer;
}
.login-dialog {
  width: 540px;
  height: 442px;
}
.login-dialog #login-reset-password {
  color: #00afe9;
  position: relative;
  top: 9px;
  left: 74px;
}
.login-dialog #username,
.login-dialog #password {
  margin: 26px 0 0 30px;
  padding: 0 0 4px 9px;
  height: 39px;
  width: 388px;
  border-color: #d9d9d9;
  border-radius: 3px;
}
.login-dialog #password {
  margin: 21px 0 8px 30px;
}
.login-dialog #remember_me-styler {
  margin-left: 11px;
  margin-top: -4px;
}
.login-dialog label.checkbox span {
  color: #666666;
  font-weight: 200;
  position: relative;
  left: 5px;
}
.login-dialog .net-modal-footer {
  padding: 13px 0 0 20px;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.login-dialog .reg-modal-footer {
  background-color: #f1f1f1;
  border: 1px solid #e5e5e5;
  padding-left: 49px;
  padding-bottom: 5px;
  padding-top: 14px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #666666;
}
.login-dialog .reg-modal-footer a {
  color: #00afe9;
}
.login-dialog .reg-modal-footer p {
  margin-bottom: 12px;
}
.login-title {
  margin: 4px 0 0 128px;
}
.login-close {
  margin-left: 451px;
  margin-top: -41px;
  position: absolute;
  background: url('../bundles/app/img/close-btn.png') no-repeat center;
}
.login-btn-enter {
  background: url('../bundles/app/img/login-btn-enter.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 47px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 6px;
  left: 30px;
  color: white;
}
.login-btn-enter:hover {
  background: url('../bundles/app/img/login-btn-enter-hover.png') 0 0 repeat-x;
}
.login-btn-enter-fb {
  background: url('../bundles/app/img/login-btn-enter-fb.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 24px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 6px;
  left: 30px;
  color: white;
}
.login-btn-enter-fb:hover {
  background: url('../bundles/app/img/login-btn-enter-fb-hover.png') 0 0 repeat-x;
}
.login-btn-enter-tw {
  background: url('../bundles/app/img/login-btn-enter-tw.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 33px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 6px;
  left: 49px;
  color: white;
}
.login-btn-enter-tw:hover {
  background: url('../bundles/app/img/login-btn-enter-tw-hover.png') 0 0 repeat-x;
}
#fb a span {
  position: relative;
  top: 0;
  left: -5px;
}
#tw span {
  position: relative;
  top: 0;
  left: -5px;
}
#login-message {
  position: absolute;
  top: 15px;
  left: 2px;
  min-width: 484px;
  max-width: 484px;
  width: 484px;
}
#login-message a.close {
  position: relative;
  top: -11px;
  left: 9px;
}
.jq-selectbox__select-text.empty {
  color: #b5b5b5;
}
.jq-selectbox__dropdown ul li.empty {
  color: #b5b5b5;
  height: 27px;
}
.jq-selectbox__dropdown ul li.empty.selected,
.jq-selectbox__dropdown ul li.empty:hover {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
input:-webkit-input-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
input:-moz-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
input::-moz-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
textarea::-webkit-input-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
textarea:-webkit-input-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
textarea:-moz-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
textarea::-moz-placeholder {
  font-family: arialnarrow;
  font-size: 18px;
  color: #d3d3d3;
}
.people_table.office tr .in_office {
  color: #468847;
}
.people_table.office tr .btn_no_teacher {
  display: inline-block;
}
.people_table.office tr .btn-blackboard,
.people_table.office tr .in_office {
  display: none;
}
.people_table.office tr.online .btn_no_teacher {
  display: none;
}
.people_table.office tr.online .btn-pay-for-lesson {
  display: none;
}
.people_table.office tr.online .btn-blackboard,
.people_table.office tr.online .in_office {
  display: inline-block;
}
.bb-modules-container {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.bb-modules-container .module-entries {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.bb-modules-container .module-entries .module-body {
  overflow: auto;
}
.bb-modules-container .module-body {
  overflow: auto;
}
.bb-modules-container .module-block-container.module-body {
  overflow: auto;
}
.bb-modules-container .bb-module-body {
  background-color: #819f00;
  border-color: #819f00;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  overflow: auto;
}
.bb-modules-container .bb-module-body .module-entry {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  position: relative;
  overflow: hidden;
}
.bb-modules-container .bb-module-body .module-entry .player {
  margin-top: 5px;
  position: relative;
  float: left;
}
.bb-modules-container .bb-module-body .module-entry .btn-play {
  width: 100%;
  color: #ffffff;
  font-weight: bold;
}
.bb-modules-container .bb-module-body .module-entry .jplayer-btn-stop {
  position: absolute;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  top: 0;
  left: 0;
}
.bb-modules-container .bb-module-body .vertical {
  float: none;
}
.bb-modules-container .bb-module-body .module_entries_f .module-entry {
  float: none;
}
.bb-modules-container .bb-module-body,
.bb-modules-container .bb-modules-check,
.bb-modules-container .bb-modules-do {
  width: 905px;
}
#team {
  width: 100%;
  padding-top: 72px;
}
#team .man {
  background-color: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  width: 415px;
  float: left;
  clear: left;
  vertical-align: top;
  position: relative;
  padding: 64px 22px 10px;
  margin-bottom: 87px;
}
#team .man:nth-child(2n) {
  float: right;
  clear: right;
}
#team .man img {
  position: absolute;
  border-radius: 50%;
  top: -47px;
  left: 23px;
  margin: 0;
}
#team .man h5 {
  font-family: Arial;
  font-size: 23px;
  font-weight: 700;
  color: #272727;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#team .man h6 {
  font-weight: 300;
  color: #00aae0;
  font-size: 17px;
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#team .man .text {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  margin-top: 22px;
}
.form-control.form-digits {
  width: 120px;
}
.admin_part_nav_tab li:hover {
  background-color: #1bb7eb;
  border-color: #26afdd;
}
.admin_part_nav_tab li:hover a {
  color: #ffffff;
}
.admin_part_nav_tab li {
  width: auto;
}
.admin_part_nav_tab li a:hover {
  background-color: transparent;
}
.lessons-list {
  width: 100%;
  margin-bottom: 15px;
}
.lessons-list thead tr {
  height: 45px;
}
.lessons-list thead tr th {
  font-weight: normal;
  color: #999999;
  padding-left: 28px;
}
.lessons-list tr {
  border-bottom: 1px solid #e5e5e5;
  height: 89px;
}
.lessons-list tr td {
  color: #404040;
  height: 86px;
}
.lessons-list tr td.checkbox-td {
  width: 50px;
}
.lessons-list tr td.checkbox-td > div {
  padding: 0 5px 0 28px;
}
.lessons-list tr td.language-td div {
  border-right: 1px solid #E5E5E5;
  padding: 11px 0 10px 28px;
  margin: 24px 0 21px;
  font-size: 18px;
  font-family: "Trebuchet MS";
}
.lessons-list tr td.language-td label {
  font-size: 18px;
  font-family: "Trebuchet MS";
}
.lessons-list tr td.td-time {
  padding-left: 28px;
}
.lessons-list tr td.td-time .date {
  font-family: 'Trebuchet MS';
  font-size: 22px;
}
.lessons-list tr td.td-time .time {
  font-family: Arial;
  font-size: 17px;
}
.lessons-list tr td.td-time-date {
  width: 150px;
}
.lessons-list tr td.td-time-time {
  width: 200px;
}
.lessons-list tr td.td-cost {
  padding-left: 28px;
  width: 170px;
  font-family: Arial;
  font-size: 17px;
}
.lessons-list tr td.td-cost span {
  font-weight: 700;
}
.user-small-info .avatar {
  float: left;
  background-size: cover;
  width: 86px;
  height: 86px;
  margin-right: 22px;
}
.user-small-info .avatar img {
  width: 100%;
  height: 100%;
}
.user-small-info .text {
  color: #999999;
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  max-width: 235px;
  vertical-align: top;
  display: inline-block;
  margin-top: 13px;
  position: relative;
}
.user-small-info .text a {
  color: #00afe9;
  font-family: "Trebuchet MS";
  font-size: 22px;
}
.user-small-info .text p {
  margin-bottom: 0;
}
.user-small-info .lesson {
  color: #333333;
  font-family: Trebuchet MS;
  float: right;
  width: 235px;
}
.user-small-info .lesson .language {
  font-size: 22px;
  margin-top: 13px;
}
.user-small-info .lesson .time {
  font-size: 16px;
  font-weight: normal;
  font-family: arialnarrow;
}
.confirm-some-lessons h4,
.pay-lessons h4,
.pay-subscription h4,
.destination-lesson-paid h4,
.destination-lesson-no-paid h4 {
  margin: 30px 25px 15px 25px;
  font-family: Trebuchet MS;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #404040;
  line-height: 29px;
}
.confirm-some-lessons .bl-footer,
.pay-lessons .bl-footer,
.pay-subscription .bl-footer,
.destination-lesson-paid .bl-footer,
.destination-lesson-no-paid .bl-footer {
  padding: 20px 30px;
}
.confirm-some-lessons .bl-footer .controls,
.pay-lessons .bl-footer .controls,
.pay-subscription .bl-footer .controls,
.destination-lesson-paid .bl-footer .controls,
.destination-lesson-no-paid .bl-footer .controls {
  float: right;
}
.confirm-some-lessons .control-label,
.pay-lessons .control-label,
.pay-subscription .control-label,
.destination-lesson-paid .control-label,
.destination-lesson-no-paid .control-label {
  font-family: arialnarrow;
  color: #666666;
  font-size: 18px;
  line-height: 20px;
}
.confirm-some-lessons .total-cost,
.pay-lessons .total-cost,
.pay-subscription .total-cost,
.destination-lesson-paid .total-cost,
.destination-lesson-no-paid .total-cost {
  font-family: arialnarrowbold;
  font-size: 24px;
  color: #00afe9;
}
.confirm-some-lessons .slider-position,
.destination-lesson-no-paid .slider-position {
  width: 100%;
  font-family: arialnarrowbold;
  position: relative;
}
.confirm-some-lessons .slider-position label,
.destination-lesson-no-paid .slider-position label {
  font-size: 18px;
  font-weight: 300;
  font-family: arialnarrow;
  width: 135px;
  display: block;
  position: absolute;
}
.confirm-some-lessons .slider-position .changing-value,
.destination-lesson-no-paid .slider-position .changing-value {
  margin-top: 8px;
  font-size: 24px;
  font-family: arialnarrowbold;
  font-weight: 300;
  width: 135px;
  position: absolute;
}
.confirm-some-lessons .slider-position .slider-wrapper,
.destination-lesson-no-paid .slider-position .slider-wrapper {
  background: url(../bundles/app/img/slider-bg.png) repeat-x left top;
  margin-top: 10px;
  padding-right: 18px;
}
.confirm-some-lessons .slider-position .slider-wrapper .ui-slider .ui-state-default,
.destination-lesson-no-paid .slider-position .slider-wrapper .ui-slider .ui-state-default {
  background: none repeat scroll 0 0 #9dc62e !important;
  line-height: 37px;
  overflow: hidden;
  text-align: center;
  margin: 0;
  top: 0;
  width: 18px;
}
.modal-destination-lesson-paid .modal-dialog.destination-lesson-paid,
.modal-destination-lesson-no-paid .modal-dialog.destination-lesson-paid,
.modal-destination-lesson-paid .modal-dialog.destination-lesson-no-paid,
.modal-destination-lesson-no-paid .modal-dialog.destination-lesson-no-paid {
  width: 880px;
}
.confirm-some-lessons .lessons-list .language-td div {
  padding: 0;
}
.confirm-some-lessons .lessons-list .controls label {
  color: #9dc62e;
  font: 300 17px Arial;
}
.confirm-some-lessons .slider-position label {
  left: 955px;
  top: -9px;
}
.confirm-some-lessons .slider-position .changing-value {
  left: 955px;
  top: 0;
}
.confirm-some-lessons .slider-position .slider-wrapper {
  width: 945px;
}
.confirm-some-lessons .bl-destination-item {
  padding: 20px 30px 10px;
}
.confirm-some-lessons .bl-destination-item label {
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.confirm-some-lessons .bl-destination-item .bl-duration {
  width: 175px;
  float: left;
}
.confirm-some-lessons .bl-destination-item .bl-cost {
  width: 250px;
  float: left;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.confirm-some-lessons .bl-destination-item .bl-text {
  width: 418px;
  float: right;
  padding-right: 15px;
  padding-top: 10px;
}
.confirm-some-lessons .bl-destination-item .bl-text p {
  font-size: 14px;
  line-height: 14px;
}
.confirm-some-lessons .bl-destination-item .bl-total {
  width: 125px;
  float: right;
  min-height: 50px;
}
.confirm-some-lessons .bl-destination-item .attention {
  color: #ec3b15;
}
.confirm-some-lessons .bl-destination-item .numeric {
  font-family: arialnarrowbold;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.confirm-some-lessons .bl-destination-item .numeric.paid-time {
  color: #00afe9;
}
.confirm-some-lessons .bl-footer.footer-lesson-confirm {
  padding: 0 0 30px 0;
}
.confirm-some-lessons .bl-footer.footer-lesson-confirm .controls {
  padding-right: 20px;
}
.pay-lessons .bl-footer form,
.pay-subscription .bl-footer form {
  display: inline-block;
}
.destination-lesson-no-paid .user-small-info {
  margin-bottom: 20px;
}
.destination-lesson-no-paid .bl-destination {
  margin: 0 -20px;
}
.destination-lesson-no-paid .bl-destination-container {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
}
.destination-lesson-no-paid .group-radio-buttons {
  position: relative;
  display: block;
  padding-left: 0;
  min-height: 26px;
  margin-bottom: 5px;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item {
  font-size: 18px;
  font-family: Trebuchet MS;
  color: #00afe9;
  line-height: 28px;
  display: block;
  cursor: pointer;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px 0 transparent;
  float: left;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: 5px;
  width: 20px;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item input[type='radio'] {
  left: -9999px;
  position: absolute;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item label {
  cursor: pointer;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item.disabled {
  cursor: not-allowed;
  color: #666666;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item.disabled .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat 0 0 transparent;
}
.destination-lesson-no-paid .group-radio-buttons .radio-item.checked .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -21px transparent;
}
.destination-lesson-no-paid .slider-position label {
  left: 675px;
  top: -9px;
}
.destination-lesson-no-paid .slider-position .changing-value {
  left: 675px;
  top: 0;
}
.destination-lesson-no-paid .slider-position .slider-wrapper {
  width: 665px;
}
.destination-lesson-no-paid .bl-destination-item {
  padding: 5px 0 10px 0;
  color: #666666;
}
.destination-lesson-no-paid .bl-destination-item label {
  font-family: arialnarrow;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.destination-lesson-no-paid .bl-destination-item .bl-duration {
  width: 175px;
  float: left;
}
.destination-lesson-no-paid .bl-destination-item .bl-cost {
  width: 145px;
  float: right;
}
.destination-lesson-no-paid .bl-destination-item .bl-text {
  width: 550px;
  float: left;
  padding-right: 15px;
  padding-top: 10px;
}
.destination-lesson-no-paid .bl-destination-item .bl-text p {
  font-size: 14px;
  font-family: arialnarrow;
  line-height: 14px;
}
.destination-lesson-no-paid .bl-destination-item .bl-total {
  width: 145px;
  float: right;
  min-height: 50px;
}
.destination-lesson-no-paid .bl-destination-item .bl-note {
  font-size: 18px;
  font-family: arialnarrow;
}
.destination-lesson-no-paid .bl-destination-item .attention {
  color: #ec3b15;
}
.destination-lesson-no-paid .bl-destination-item .numeric {
  font-family: arialnarrowbold;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.destination-lesson-no-paid .bl-destination-item .numeric.paid-time {
  color: #00afe9;
}
.destination-lesson-no-paid .bl-subscription {
  padding-top: 0;
}
.destination-lesson-no-paid .bl-subscription .bl-left {
  width: 520px;
  float: left;
}
.destination-lesson-no-paid .bl-subscription .bl-right {
  width: 290px;
  float: right;
  padding-top: 10px;
}
.destination-lesson-no-paid .bl-subscription .slider-position label {
  left: 335px;
  width: 190px;
  top: -6px;
}
.destination-lesson-no-paid .bl-subscription .slider-position .changing-value {
  left: 335px;
  top: 1px;
}
.destination-lesson-no-paid .bl-subscription .slider-position .slider-wrapper {
  width: 323px;
}
.destination-lesson-no-paid .jq-selectbox {
  width: 100%;
  z-index: 50 !important;
}
.destination-lesson-no-paid .jq-selectbox .jq-selectbox__select {
  width: 285px !important;
  height: 40px;
}
.destination-lesson-no-paid .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  top: 1px;
  right: 3px;
}
.destination-lesson-no-paid .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
  font-size: 18px;
  color: #333333;
  font-family: arialnarrow;
  font-weight: 300;
}
.destination-lesson-no-paid .jq-selectbox ul li {
  padding: 10px 10px;
}
.pay-subscription .bl-subscription {
  margin: 0 -20px;
}
.pay-subscription .bl-subscription-text {
  border-top: 1px solid #e5e5e5;
  padding: 35px 45px 45px;
  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 24px;
}
.pay-subscription .bl-subscription-text span {
  font-weight: 700;
}
.content.confirm-some-lessons,
.content.pay-subscription,
.content.pay-lessons {
  margin-top: 32px;
  padding: 0;
}
/*
* Page of buying a subscription plan by teacher
* /payment/subscription/list
*/
.delimiter {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #e5e5e5;
}
#payment_subscription_list_page {
  position: relative;
}
#payment_subscription_list_page p,
#payment_subscription_list_page div {
  line-height: 1;
}
#payment_subscription_list_page .delimiter {
  position: absolute;
  top: 100px;
  left: 0;
}
#payment_subscription_list_page h3 {
  color: #404040;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 5px;
}
#payment_subscription_list_page .hint-commission {
  margin-left: 30px;
  margin-top: 3px;
  color: #666;
}
#payment_subscription_list_page .hint-commission span {
  color: #9dc62e;
}
#subscription-list-to-buy {
  margin-top: 60px;
  margin-left: 30px;
}
#subscription-list-to-buy > div:nth-child(3n+3) {
  margin-right: 0 !important;
}
#subscription-list-to-buy > div {
  position: relative;
  padding-top: 35px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 340px;
  height: 230px;
  border: 1px #d9d9d9 solid;
  border-bottom-width: 2px;
  border-radius: 3px;
  float: left;
}
#subscription-list-to-buy > div h4 {
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
  color: #9dc62e;
  font-size: 24px;
  text-align: center;
  min-height: 65px;
}
#subscription-list-to-buy > div p {
  margin: 0;
  text-align: center;
}
#subscription-list-to-buy > div .duration {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}
#subscription-list-to-buy > div .buy-subscription-button {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 30px;
}
#subscription-list-to-buy > div button {
  color: #FFF;
}
#subscription-list-to-buy > div button:focus {
  color: #FFF;
}
#unlock-subscription-by-promocode {
  width: 280px;
  height: 100px;
  background-color: #12adef;
  position: absolute;
  right: 0;
  top: 0;
  padding: 28px 23px 0 25px;
}
#unlock-subscription-by-promocode p {
  color: #FFF;
  margin-bottom: 10px;
}
#unlock-subscription-by-promocode button {
  border: 1px solid #d9d9d9;
  color: #666;
  height: 30px;
  background-color: #FFF;
  border-radius: 3px;
  float: right;
  padding: 0 10px;
}
#unlock-subscription-by-promocode button:hover {
  color: #666;
}
#unlock-subscription-by-promocode button[disabled] {
  opacity: 1;
}
#unlock-subscription-by-promocode button:focus {
  color: #666;
}
#unlock-subscription-by-promocode button:active {
  color: #666;
}
#unlock-subscription-by-promocode input {
  border: 1px solid #d9d9d9;
  height: 30px;
  width: 127px;
  border-radius: 3px;
  text-align: center;
}
#unlock-subscription-by-promocode input[disabled] {
  opacity: 1;
}
.payment_history_table_header {
  background-position-y: -5px !important;
  top: 7px !important;
  font-family: arialnarrow;
}
.payment_history_table_header th {
  font-size: 12px;
  padding-bottom: 0 !important;
  height: 39px !important;
  text-align: left;
  box-sizing: border-box;
}
.payment_history_table_header th.align-left {
  font-family: arialnarrow;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 300;
}
.payment_history_table_header.payment_history {
  height: 40px !important;
  background-position: 0 -1px !important;
}
.payment_history_table_header.payment_history.subscription_payment_history_table_header {
  background-position: 0 11px !important;
}
.payment_history_table {
  width: 100%;
  font-family: arialnarrow;
}
.payment_history_table tr {
  border-bottom: 1px solid #e5e5e5;
}
.payment_history_table tr td {
  box-sizing: border-box !important;
  background-size: 1px 23px !important;
  font-size: 14px;
  text-align: left;
  padding: 0;
  padding-left: 20px;
}
.payment_history_table tr td:last-of-type {
  background: none;
}
.payment_history_table tr td:first-of-type {
  line-height: 35px;
}
.payment-toolbar input[type="text"]:-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.payment-toolbar input[type="text"]::-moz-placeholder {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#lesson-payment-period-selector-styler {
  width: 65px !important;
  margin-left: 5px !important;
}
#lesson-payment-period-selector-styler.disabled {
  cursor: default;
}
#lesson-payment-period-selector-styler .jq-selectbox__select-text {
  width: 55px !important;
}
.payment-period-nav {
  float: left !important;
  width: 162px !important;
  margin-top: 0 !important;
}
.payment-period-nav li.active a {
  background-color: #1bb7eb;
  border-color: #26afdd;
}
h4.payment_history_lessons_header {
  margin: 18px 0 -13px 19px;
  font-size: 20px;
}
.payment_history_teacher td.row-status {
  padding-left: 16px !important;
}
.payment_history .row-status {
  width: 120px;
}
.payment_history .row-status-short {
  width: 85px;
}
.payment_history .row-tax {
  width: 130px;
  padding-left: 15px !important;
}
.payment_history .row-cost {
  width: 100px;
}
.payment_history .row-payonlineid {
  width: 250px;
}
.payment_history .row-payonlineid-short {
  width: 190px;
}
.payment_history .row-netcost {
  width: 165px;
}
.payment_history .row-studentname {
  width: 206px;
}
.payment_history .row-studentname-short {
  width: 140px;
}
.payment_history .row-teachername {
  width: 248px;
}
.payment_history .row-teachername-long {
  width: 315px;
}
.payment_history .row-general {
  width: 160px;
}
.payment_history .row-date {
  width: 90px;
}
.payment_history .row-duration {
  width: 122px;
}
.payment_history .row-freetime {
  width: 115px;
}
.payment_history .row-subscription-dates {
  width: 150px;
}
#subscription-payment-period-selector-styler {
  width: 65px !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
}
#subscription-payment-period-selector-styler .jq-selectbox__select-text {
  width: 55px !important;
}
.subscription_payment_history_table_header th.v-align {
  vertical-align: text-top !important;
}
.subscription_payment_history_table_header tr {
  height: 53px !important;
}
.payment_history_table_header.payment_history.subscription_payment_history_table_header {
  background-position-y: 11px !important;
}
.buy-subscription-btn {
  background-color: #00afe9 !important;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.buy-subscription-btn:hover {
  background-color: #00afe9 !important;
}
.buy-subscription-btn:active {
  background-color: #00afe9 !important;
}
#subscription-payment-period-selector {
  margin-top: 55px;
}
.payment-subscription-sub-menu {
  min-height: inherit !important;
  height: 40px;
  margin: -10px 32px 0 32px;
}
.subscription-payment-period-div {
  margin-top: 30px;
}
.subscription-payment-period-div p {
  float: left;
  line-height: 40px;
}
.payment-tools {
  margin-left: 40px;
}
.payment-tools th {
  color: #999;
  font-size: 16px;
  text-align: center;
  font-family: arialnarrow;
  font-weight: normal;
  line-height: 45px;
}
.payment-tools .row-select {
  width: 40px;
}
.payment-tools .row-date {
  width: 160px;
}
.payment-tools .row-name {
  width: 160px;
}
.payment-tools-row:hover > div {
  background-color: #FFFAF0;
  cursor: pointer;
}
.payment-tools-row > div {
  float: left;
  line-height: 45px;
  height: 45px;
  text-align: center;
}
#payment-tools-wrapper {
  margin-bottom: 25px;
}
#payment-tools-wrapper > label {
  margin: 0;
  font-weight: normal;
  display: block;
}
#payment-tools-wrapper > label i {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -44px transparent;
  float: left;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: 14px;
  width: 20px;
  left: 25px;
}
#payment-tools-wrapper > label input {
  position: absolute;
  left: -9999px;
}
#payment-tools-wrapper > label input:checked + i {
  background-position: -22px -65px;
}
.payment-tool-button-div {
  height: 40px;
  margin: 15px 25px 15px 23px;
}
.payment-tool-button-div h5 {
  line-height: 40px;
  font-size: 16px;
}
.promocodes-list {
  min-height: 250px;
}
.promocodes-list div p {
  margin: 0;
  font-size: 16px;
  border: 1px dotted #808080;
  width: 111px;
  float: left;
  text-align: center;
  padding: 10px;
}
.promocodes-list-header {
  margin: 25px 0;
}
.btn-pay-for-lesson {
  background: url('../bundles/app/img/btn-enter-bg.png') repeat-x 0 0 transparent;
  border: medium none;
  font-family: arialnarrow !important;
  font-size: 16px !important;
  font-weight: 300;
  width: 131px;
  height: 40px;
  left: 1px;
  top: -1px;
  line-height: 38px;
  padding: 0 !important;
  text-align: center;
  position: relative;
  margin-right: 20px;
  color: #FFF !important;
}
.btn-pay-for-lesson:hover {
  background-position: 0 -40px;
}
.btn-pay-for-lesson-my-teachers {
  margin-right: 0 !important;
  width: 142px !important;
}
.not-paid-lesson-caption {
  margin: 0;
  font-size: 16px;
  font-family: arialnarrow;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  float: left;
  width: 132px;
  text-align: center;
}
.no-right-padding {
  padding-right: 0 !important;
}
.short-confirm-btn .btn-lesson-remove {
  width: 125px !important;
}
.short-confirm-btn .btn-confirm {
  padding-left: 32px !important;
}
.short-confirm-btn .btn-confirm .icon {
  left: 8px !important;
}
.modal.modal-absolute {
  position: absolute;
  overflow: visible;
}
.payment-result-div {
  position: relative;
  padding: 24px 22px 60px 22px;
}
.payment-result-div p {
  margin: 0;
}
.payment-result-div .payment-result-return-btn {
  background-color: #00afe9 !important;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}
.payment-result-div .payment-result-return-btn:hover {
  background-color: #00afe9 !important;
}
.payment-result-div .payment-result-return-btn:active {
  background-color: #00afe9 !important;
}
.payment-result-div .error-descr {
  color: #f00;
}
.payment-result-div .tip {
  float: right;
  font-size: 13px;
}
.payment-result-div .from-to-labels {
  position: absolute;
  left: 580px;
}
.payment-result-div .for-lesson {
  margin-bottom: 3px;
}
.payment-result-div .row-info {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.payment-result-div .row-info:after {
  content: '';
  display: block;
  clear: both;
}
.payment-result-div .row-info p:first-child {
  float: left;
  margin-top: -4px;
}
.payment-result-div .row-info p:not(:first-child) {
  margin-left: 180px;
  font-size: 16px;
}
.lesson-subscribe-promocode {
  position: absolute;
  margin-top: 26px;
  margin-left: 250px;
  z-index: 10;
}
.lesson-subscribe-promocode input {
  height: 35px;
  width: 130px;
}
.lesson-subscribe-promocode label {
  color: #666666;
  display: block;
  font-size: 17px;
  font-family: arialnarrow;
}
/**
Create new payment card page
*/
.create-new-card-div {
  width: 780px;
  margin: 0 auto;
}
.create-new-card-div h3 {
  font-size: 28px;
  text-align: center;
}
.create-new-card-div .secure-text {
  font-size: 12px;
  margin: 23px;
  text-align: center;
}
.create-new-card-div .block-total-text {
  font-size: 16px;
  margin-bottom: 23px;
  text-align: center;
}
.create-new-card-div .block-total-text span {
  font-weight: bold;
}
.create-new-card-div .payonline-text {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-top: 50px;
}
.create-new-card-div .payonline-text a {
  color: #000;
  text-decoration: underline;
}
.create-new-card-div .payonline-text a:hover {
  color: #000;
  text-decoration: none;
}
.create-new-card-div .payonline-info-table {
  margin-bottom: 15px;
  margin-top: 15px;
}
.create-new-card-div .payonline-info-table img {
  float: left;
}
.create-new-card-div .payonline-info-table > div {
  padding-top: 20px;
}
.create-new-card-div .payonline-info-table > div:first-of-type {
  float: right;
}
.create-new-card-div .payonline-info-table > div:first-of-type p {
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.create-new-card-div .payonline-info-table > div:last-of-type {
  margin-left: 230px;
  margin-right: 190px;
}
.create-new-card-div .payonline-info-table:after {
  content: '';
  clear: both;
  display: block;
}
/**
Verify new payment card page
*/
.verify-new-card-div {
  width: 780px;
  margin: 0 auto;
}
.verify-new-card-div p {
  text-align: center;
}
.verify-new-card-div img {
  margin: 30px;
}
.verify-new-card-div h4 {
  font-size: 22px;
  text-align: center;
  margin-top: 125px;
}
.verify-new-card-div h4.err {
  color: #fe0100;
}
.verify-new-card-div h4.green {
  color: #02d00b;
}
.verify-new-card-div .amount-field {
  text-align: center;
  margin: 40px;
}
.verify-new-card-div .amount-field input {
  text-align: center;
  width: 130px;
  line-height: 30px;
  height: 30px;
}
.verify-new-card-div .ok-button {
  text-align: center;
  margin-bottom: 140px;
}
.verify-new-card-div .ok-button button {
  color: #000;
  background-color: #dbd7d8;
  border-radius: 8px;
  padding: 3px 65px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.grey-btn {
  color: #000;
  background-color: #dbd7d8;
  border-radius: 8px;
  padding: 10px 15px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
}
.grey-btn.small-btn-vrf {
  font-size: 18px;
  margin-bottom: 140px;
}
.grey-btn:hover {
  text-decoration: none;
  color: #000;
}
.grey-btn:active {
  text-decoration: none;
  color: #000;
}
.grey-btn:focus {
  text-decoration: none;
  color: #000;
}
.btn-ll-confirm,
.btn-ll-cancel {
  display: inline-block;
  padding: 2px 30px;
  margin-bottom: 0;
  font: 300 16px arialnarrow;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 40px;
}
.btn-ll-confirm {
  color: #ffffff;
  background: url('../bundles/app/img/btn-enter-bg.png') 0 0 repeat-x;
}
.btn-ll-confirm:hover,
.btn-ll-confirm:focus {
  color: #ffffff;
  text-decoration: none;
  background-position: 0 -40px;
}
.btn-ll-cancel {
  color: #666666;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-top: 0;
  background: url('../bundles/app/img/btn-lesson-remove-bg.png') 0 0 repeat-x;
}
.btn-ll-cancel:hover,
.btn-ll-cancel:focus {
  color: #666666;
  text-decoration: none;
}
a.btn-ll-confirm,
a.btn-ll-cancel {
  padding: 8px 30px;
}
.office-subscription-btn {
  display: block !important;
  float: left !important;
  width: 130px !important;
}
#lesson-payments-page h4,
#lesson-payments-page h5,
#lesson-payments-page p {
  margin: 0;
  padding: 0;
}
#lesson-payments-page h4 {
  font-size: 24px;
  margin-left: 30px;
  margin-bottom: 25px;
  margin-top: 30px;
}
#lesson-payments-page .lesson-payments-page-block {
  width: 512px;
  margin-left: 30px;
  margin-right: 30px;
}
#lesson-payments-page .lesson-payments-page-block .overflow {
  overflow: hidden;
}
#lesson-payments-page .lesson-payments-page-block p.first {
  margin-bottom: 15px;
}
#lesson-payments-page .lesson-payments-page-block p.second {
  margin-top: 10px;
  margin-bottom: 15px;
}
#lesson-payments-page .lesson-payments-page-block .right {
  float: right;
}
#lesson-payments-page .lesson-payments-page-block .left {
  float: left;
}
#lesson-payments-page .lesson-payments-page-block .item {
  width: 240px;
  border: #d9d9d9 1px solid;
  border-bottom-width: 2px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 9px 0 0 20px;
  height: 42px;
}
#lesson-payments-page .lesson-payments-page-block .item img {
  margin-right: 12px;
  margin-top: -3px;
}
#lesson-payments-page .lesson-payments-page-block .item a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
}
#lesson-payments-page .lesson-payments-page-block .item a:hover {
  text-decoration: underline;
}
#lesson-payments-page .lesson-payments-page-block.right {
  float: right;
  margin-right: 30px;
}
#lesson-payments-page .lesson-payments-page-block h5 {
  font-size: 22px;
  border-bottom: #e5e5e5 solid 1px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#lesson-payments-page .lesson-payments-page-block p {
  font-size: 17px;
}
#lesson-payments-page .lesson-payments-page-block .italic {
  font-size: 16px;
  font-style: italic;
}
#lesson-payments-page .lesson-payments-page-block-last {
  background-color: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px 30px;
  margin: 40px 30px 30px 30px;
  font-style: italic;
  font-size: 16px;
}
#lesson-payments-page .lesson-payments-page-block-last span {
  background: url('../bundles/app/img/payment-ico.png') 0 0 no-repeat;
  display: block;
  width: 25px;
  height: 15px;
  float: left;
  position: relative;
  top: 4px;
}
.feedback-page #flash-messages .alert {
  background-color: #FFF;
  border: 1px solid #CCC;
}
.form-control-is-subscribe-once {
  margin-bottom: 10px;
}
.form-control-is-subscribe-once > div {
  position: relative;
}
.form-control-is-subscribe-once > div label {
  font-weight: normal;
  margin-left: 25px;
}
.form-control-is-subscribe-once > div > div {
  position: absolute;
  left: 0;
  top: 2px;
}
.module-edit-title-div {
  margin-top: 0 !important;
  margin-right: 56px;
}
.module-edit-title-div input {
  height: 35px;
  width: 100%;
}
.module-edit-title-div {
  margin-top: 0 !important;
  margin-right: 56px;
}
.module-edit-title-div input {
  height: 35px;
  width: 100%;
}
#container .schedule_month_days .c-day:nth-child(7n) .lessons-count {
  right: 5px !important;
}
#container .profile-about-bg .schedule_month_days li:nth-child(7n) {
  width: 158px !important;
}
#container .profile-about-bg .schedule_month_days li:nth-child(7n) .no-fill {
  right: -2px !important;
}
#container .schedule_month_days .c-day:nth-child(7n) .to-fill {
  right: -2px !important;
}
/*
*
EGE 2016 english
*
*/
.module-task-text {
  margin-bottom: 20px;
}
.module-task-audio {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-task-audio .btn-play {
  outline: 0 !important;
  width: 100%;
  color: #ffffff;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 63px;
  margin-bottom: 48px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 10px;
  left: 1px;
}
.module-task-audio .btn-play:focus {
  outline: 0 !important;
}
.module-task-audio .btn-play i {
  position: relative;
  left: -1px;
  top: -1px;
}
.module-task-audio .btn-play span {
  font-family: arialnarrow;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.module-entries .module-body .module_entries_ege_a li {
  display: block !important;
  width: auto !important;
  margin-bottom: 10px !important;
}
.module-entries .module-body .module_entries_ege_a li .module-entry-number {
  position: inherit !important;
  float: left;
  left: 0 !important;
  top: 0 !important;
}
.module-ege-background .task-caption {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.module-ege-background .task-caption-first {
  margin-top: -5px;
}
.module-ege-background .add-entry {
  float: none !important;
}
.module-ege-background .module-entry-number {
  float: left;
  position: absolute;
  top: -1px;
  margin-right: 10px;
  background-color: #9dc62e;
  color: #ffffff;
  font-family: arialnarrowbold;
  font-size: 18px;
  padding: 3px 13px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  font-weight: 300;
}
.module-ege-background .module-entry-number .icon-plus {
  margin-right: -6px !important;
  margin-left: -4px !important;
}
.module-ege-background .module-m-answer {
  resize: both;
  overflow: auto;
}
.module-ege-background .jplayer-btn-stop {
  outline: 0 !important;
  top: 10px;
  color: #ffffff;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 63px;
  position: absolute;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  left: 1px;
  width: 228px;
  margin-bottom: 0;
}
.module-ege-background .jplayer-btn-stop:focus {
  outline: 0 !important;
}
.module-ege-background .jplayer-btn-stop i {
  position: relative;
  left: -1px;
  top: -1px;
}
.module-ege-background .jplayer-btn-stop span {
  font-family: arialnarrow;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.module-ege-background .btn-play:focus {
  outline: none;
}
.module-ege-background .caption-1 {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  margin-top: 25px;
}
.module-ege-background .caption-1-first {
  margin-top: -5px;
}
.module-ege-background .audio {
  width: 240px;
}
.module-ege-background .audio.upload {
  padding: 12px 10px;
  background-color: #8f8f8f;
  border-radius: 3px;
  height: 39px;
  position: relative;
  top: 1px;
  left: 1px;
}
.module-ege-background .audio.upload .empty {
  font-family: arialnarrow;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: 0;
  left: -10px;
}
.module-ege-background .audio.upload.add-audio-file {
  background-color: #7ea903;
  padding: 8px;
  height: 38px;
  position: relative;
  top: 1px;
  left: 1px;
}
.module-ege-background .audio.upload.add-audio-file .empty i {
  position: relative;
  top: 0;
  left: 6px;
}
.module-ege-background .audio {
  letter-spacing: normal;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
  background: #494949;
  border-radius: 6px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.module-ege-background .remove-entry {
  float: right;
  margin-right: 270px;
  margin-top: -2px;
}
.module-ege-background .btn-remove-entry {
  background: url('../bundles/app/img/icon_close.png') no-repeat;
  width: 34px;
  height: 34px;
  border: none;
  display: inline-block;
}
.module-ege-background .btn-remove-entry:hover {
  background-position: -34px 0;
}
.module-ege-background .btn-remove-entry:focus {
  outline: none;
}
.ege-item {
  position: relative;
  margin-bottom: 15px;
}
.ege-item .ege-phrase {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 55px;
}
.ege-item .ege-phrase input {
  width: 600px;
}
.ege-item .ege-phrase-e {
  margin-bottom: 7px;
  margin-right: 15px;
  margin-left: 55px;
}
.ege-item .ege-phrase-e input {
  width: 900px;
}
.ege-item .ege-answer input {
  width: 60px;
}
.phrase-answer-table .short-input {
  width: 55px;
}
.phrase-answer-table td,
.phrase-answer-table th {
  border: 2px solid #000;
  background-color: #FFF;
  text-align: center;
  padding: 1rem;
}
.module-task-audio-preview {
  position: relative;
  margin-top: -10px;
  margin-bottom: 20px;
  width: 228px;
}
.module-task-audio-preview.show-slider {
  width: 660px;
}
.module-task-audio-preview.show-slider .btn-play {
  padding-left: 65px;
}
.module-task-audio-preview .btn-play {
  width: 100%;
  color: #ffffff;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
  height: 42px;
  line-height: 38px;
  padding: 0 63px 0 10px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  top: 10px;
  left: 1px;
}
.module-task-audio-preview .btn-play i {
  position: relative;
  left: -1px;
  top: -1px;
}
.module-task-audio-preview .btn-play span {
  font-family: arialnarrow;
  font-size: 16px;
  position: relative;
  left: -8px;
}
.add-new-plus {
  margin-bottom: 15px;
}
.ege-correct-answer-sign {
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  left: 202px;
  top: 11px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
}
.ege-incorrect-answer-sign {
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  left: 202px;
  top: 11px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.ege-correct-answer-text {
  display: block;
  height: 34px;
  line-height: 34px;
}
.answer-text {
  width: 50px;
}
/*
*
* MODULE E
*
*/
.ege-e-preview-item .answer .ege-e-radio-item-student.checked .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -21px transparent;
}
.ege-e-preview-item .answer .ege-e-radio-item.checked1 .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -21px transparent;
}
.ege-e-preview-item .phrase {
  font-size: 18px;
  margin-bottom: 0;
}
.ege-e-preview-item .answer-text-block {
  font-size: 18px;
  margin-left: 30px;
}
.ege-e-preview-item label {
  font-weight: normal;
}
.ege-e-preview-item .answer .ege-e-radio-item {
  min-height: 26px;
}
.ege-e-preview-item .answer .ege-e-radio-item i {
  display: block;
  float: left;
}
.ege-e-preview-item .answer .ege-e-radio-item span {
  display: block;
  margin-left: 30px;
}
.ege-e-preview-item .group-radio-buttons {
  position: relative;
  display: block;
  padding-left: 0;
  min-height: 26px;
  margin-bottom: 15px;
}
.ege-e-preview-item .answer .ege-e-radio-item {
  min-height: 26px;
}
.ege-e-preview-item .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px 0 transparent;
  float: left;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: 3px;
  width: 20px;
}
.ege-e-preview-item .ege-e-radio-item {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2px;
  display: block;
  cursor: pointer;
}
.ege-e-preview-item .ege-e-radio-item.disabled .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -42px transparent;
  cursor: not-allowed;
}
.ege-e-preview-item .ege-e-radio-item input[type='radio'] {
  left: -9999px;
  position: absolute;
}
.ege-e-edit-answers {
  margin-left: 55px;
}
.ege-e-edit-answers .ege-e-remove-entry {
  float: right;
  margin-right: -45px !important;
  margin-top: 0 !important;
}
.ege-e-edit-answers .phrase {
  font-size: 18px;
  margin-bottom: 0;
}
.ege-e-edit-answers .answer-text-block {
  font-size: 18px;
  margin-left: 30px;
}
.ege-e-edit-answers label {
  font-weight: normal;
}
.ege-e-edit-answers label input {
  width: 400px;
}
.ege-e-edit-answers .answer .ege-e-radio-item {
  min-height: 26px;
  width: 435px;
}
.ege-e-edit-answers .answer .ege-e-radio-item.checked .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -21px transparent;
}
.ege-e-edit-answers .group-radio-buttons {
  position: relative;
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
}
.ege-e-edit-answers .answer .ege-e-radio-item {
  min-height: 26px;
  margin-bottom: 7px;
  font-size: inherit;
}
.ege-e-edit-answers .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px 0 transparent;
  float: left;
  height: 20px;
  margin-right: 9px;
  position: relative;
  top: 6px;
  width: 20px;
}
.ege-e-edit-answers .ege-e-radio-item {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2px;
  display: block;
}
.ege-e-edit-answers .ege-e-radio-item .radio-button {
  cursor: pointer;
}
.ege-e-edit-answers .ege-e-radio-item.disabled .radio-button {
  background: url('../bundles/app/img/radio_buttons_sprite.png') no-repeat -22px -42px transparent;
  cursor: not-allowed;
}
.ege-e-edit-answers .radio-item input[type='radio'] {
  left: -9999px;
  position: absolute;
}
.add-entry-ege-e .module-entry-number1 {
  margin-bottom: 20px;
  width: 40px;
  margin-left: 46px;
  background-color: #9dc62e;
  color: #ffffff;
  font-size: 18px;
  padding: 3px 13px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  font-weight: 300;
}
.add-entry-ege-e .module-entry-number1 .icon-plus {
  margin-right: -6px !important;
  margin-left: -4px !important;
}
.ege-e-edit-answers .group-radio-buttons .ege-e-radio-item:nth-child(1) .ege-e-remove-entry {
  display: none;
}
.ege-e-edit-answers .group-radio-buttons .ege-e-radio-item:nth-child(2) .ege-e-remove-entry {
  display: none;
}
.ege-e-correct-answer-sign {
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
  margin-right: 20px;
}
.ege-e-incorrect-answer-sign {
  margin-right: 20px;
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.module-answer-ege_b,
.module-answer-ege_c,
.module-entry-ege_b,
.module-entry-ege_c {
  margin-top: 10px;
  max-width: 800px;
}
.module-answer-ege_b .ege-phrase,
.module-answer-ege_c .ege-phrase,
.module-entry-ege_b .ege-phrase,
.module-entry-ege_c .ege-phrase {
  float: left;
  margin-bottom: 5px;
  margin-right: 15px;
  margin-left: 40px;
  max-width: 550px;
  padding: 5px 13px 5px 13px ;
}
.module-answer-ege_b .ege-answer,
.module-answer-ege_c .ege-answer,
.module-entry-ege_b .ege-answer,
.module-entry-ege_c .ege-answer {
  width: 100px;
  float: right;
  margin-right: 40px;
}
.module-entry-ege_b .ege-answer {
  margin-right: 70px;
}
.module-entry-ege_c .ege-answer {
  margin-right: 40px;
}
.module-text-entry-ege_c {
  position: relative;
  margin-top: 20px;
}
.module-text-entry-ege_c .text {
  padding-left: 40px;
  margin-bottom: 20px;
}
.answer .ege-item .ege-answer {
  position: relative;
}
.answer .ege-item .unit-check-correct {
  display: none;
  position: absolute;
  height: 34px;
  width: 34px;
  z-index: 1;
}
.answer .ege-item .unit-check-correct.label-success {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
}
.answer .ege-item .unit-check-correct.label-danger {
  display: block;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.answer .ege-item.module-entry-ege_b .unit-check-correct {
  left: 150px;
  top: 0;
}
.answer .ege-item.module-entry-ege_c .unit-check-correct {
  left: 100px;
  top: 0;
}
.ege-item.module_ege_b .ege-phrase input {
  width: 536px;
}
/**
* MODULE F
*/
.ege-f-text {
  margin-right: 30px;
  margin-bottom: 15px;
}
.ege-f-text p {
  margin-bottom: 2px;
}
/*
*
* MODULE G
*
*/
.ege-g-preview-item .phrase {
  float: left;
}
.ege-g-preview-item .answer-text-block {
  font-size: 18px;
  margin-left: 30px;
}
.ege-g-preview-item .group-radio-buttons {
  margin-left: 25px;
}
/*
*
* MODULE H
*
*/
.ege-h-item-number {
  font-size: 18px;
  margin-top: -2px;
  float: left;
}
.ege-h-item {
  margin-left: 25px;
  margin-right: 15px;
}
.ege-h-item-caption {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.ege-h-preview-item {
  margin-bottom: 10px;
}
.ege-h-preview-item input {
  margin-bottom: 10px;
}
.ege-h-preview-item .ege-h-text {
  margin-bottom: 10px;
}
.ege-h-preview-item .ege-h-text p {
  margin-bottom: 0;
}
.ege-h-edit-caption {
  margin-top: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.ege-h-student-edit-item {
  margin-bottom: 30px;
}
.ege-h-student-edit-item > div {
  margin-right: 15px;
}
.ege-h-student-edit-item .answer-caption {
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}
.module-f-task-text {
  margin-bottom: -5px;
}
.module-f-task-text p {
  margin-bottom: 0;
}
.task-caption-h-student {
  margin-bottom: 3px;
}
.ege-h-item-check {
  margin-bottom: 22px;
}
.ege-h-item-caption-check {
  margin-top: -6px;
}
.ege-h-correct-answer-sign {
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px 0 no-repeat transparent;
  margin-right: 20px;
}
.ege-h-incorrect-answer-sign {
  margin-right: 20px;
  display: block;
  float: right;
  height: 34px;
  width: 34px;
  z-index: 1;
  background: url('../bundles/app/img/button_module.png') -381px -39px no-repeat transparent;
}
.module-h-task-text {
  margin-right: 15px;
  margin-bottom: 20px;
}
.module-h-task-text p {
  margin-bottom: 0;
}
/*
*
* MODULE M
*
*/
.module-m-answer {
  overflow-y: scroll;
  width: 98%;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  height: 190px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  margin-bottom: 10px;
}
.module-m-student-textarea {
  width: 98%;
  padding: 10px;
  border-radius: 2px;
  background-color: #ffffff;
  min-height: 190px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.29);
  margin-bottom: 10px;
}
.module-m-student-textarea:focus {
  outline: 0;
}
.module-ege-entry {
  margin-bottom: 40px;
}
.module-ege-entry:last-child {
  margin-bottom: 0;
}
.module-attaching-btn {
  cursor: progress !important;
  pointer-events: auto !important;
}
.ege-answer-b .jq-selectbox__select {
  width: 140px !important;
}
.remove-entry-b {
  margin-top: 0 !important;
  margin-right: 240px !important;
}
.ege-answer-c .jq-selectbox__select {
  width: 70px !important;
}
.ege-answer-d .jq-selectbox__select {
  width: 70px !important;
}
.ege-task-text {
  border: 2px solid #7EA903;
  padding: 0 10px 10px 10px;
  margin: 0 15px 20px 0;
  line-height: 1.6;
}
.ege-task-text p {
  margin: 0;
}
.ege-task-text legend {
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  width: auto;
  padding: 0 10px;
  border: none;
  margin: 0;
}
.module-ege-a-count {
  font-size: 16px;
  font-weight: bold;
}
.module-answer-ege_b .ege-phrase,
.module-entry-ege_b .ege-phrase {
  margin-left: 0;
  padding-left: 0;
}
.module-ege-c-count {
  background: none !important;
  color: #000 !important;
}
.module-answer-ege_c .module-entry-number {
  color: #000;
}
#jplayer-slider-div {
  padding: 13px 10px 0 20px;
  height: 42px;
  position: absolute;
  width: 623px;
  top: 11px;
  background: url('../bundles/app/img/btn-play.png') 0 0 repeat-x;
}
#jplayer-slider-div .jplayer-current-time {
  margin-left: -3px;
}
#jplayer-slider-div .jplayer-duration {
  float: right;
  position: relative;
  top: 2px;
}
#jplayer-slider-div > span {
  font-size: 12px;
  font-style: italic;
}
#jplayer-slider {
  height: 7px;
}
#jplayer-slider > a {
  height: 15px;
  width: 10px;
}
#jplayer-slider > div {
  left: -5px;
}
[data-show-slider="true"] + .jplayer-btn-stop {
  overflow: hidden;
  left: inherit;
  width: 39px;
  right: -1px;
  padding: 0 12px;
}
[data-show-slider="true"] + .jplayer-btn-stop i {
  margin-right: 20px;
  top: 1px;
}
.module-edit-title-div input {
  height: 35px;
  width: 100%;
}
.teacher-social-links-block {
  position: absolute;
  right: 15px;
  top: 100px;
}
.teacher-social-links-block span {
  cursor: pointer;
  display: inline-block;
}
.teacher-social-links-block p {
  margin: 0;
  padding: 0;
}
.teacher-social-links-block input,
.teacher-social-links-block textarea {
  height: 30px;
  padding: 3px 7px;
  width: 300px;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.teacher-social-links-block input:focus,
.teacher-social-links-block textarea:focus {
  outline: none !important;
  border-color: #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.teacher-social-links-block textarea {
  resize: none;
  overflow: hidden;
  overflow-y: scroll;
  height: 50px;
}
.teacher-social-links-block > div {
  margin-top: 15px;
}
.teacher-social-links-block > div .teacher-social-links-block-btn1 {
  float: left;
}
.teacher-social-links-block > div .teacher-social-links-block-btn1 span {
  padding: 0 3px;
}
.teacher-social-links-block > div .teacher-social-links-block-btn2 span {
  padding-left: 15px;
}
.teacher-social-links-block > div .teacher-social-links-block-btn1,
.teacher-social-links-block > div .teacher-social-links-block-btn2 {
  border-bottom: 2px solid #808080;
  color: #808080;
  cursor: pointer;
}
.teacher-social-links-block > div .teacher-social-links-block-btn1.sel,
.teacher-social-links-block > div .teacher-social-links-block-btn2.sel {
  border-color: #cc191f;
}
.teacher-social-links-block > div .teacher-social-links-block-btn1.sel span,
.teacher-social-links-block > div .teacher-social-links-block-btn2.sel span {
  color: #000;
}
.teacher-social-links-block > div .teacher-social-links-block-tab1,
.teacher-social-links-block > div .teacher-social-links-block-tab2 {
  margin-top: 7px;
}
.teacher-social-links-block > div .teacher-social-links-block-tab1 {
  position: relative;
}
.ege-task-text.min-width-660 {
  min-width: 660px;
}
.edit-banner-visibility-type .errors,
.edit-banner-page-route .errors {
  display: none;
}
.edit-banner-visibility-type label,
.edit-banner-page-route label {
  min-width: 100px;
}
.edit-banner-visibility-type .focused .jq-selectbox__select,
.edit-banner-page-route .focused .jq-selectbox__select {
  border-color: #ff0000;
}
.edit-banner-checkbox {
  position: relative;
}
.edit-banner-checkbox label {
  margin-left: 25px;
}
.edit-banner-checkbox .jq-checkbox {
  position: absolute;
  top: 2px;
  left: 0;
}
.edit-banner-page-image a {
  cursor: pointer;
}
#edit-banner-image-preview {
  text-align: center;
}
#edit-banner-image-preview > div {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 800px;
}
#edit-banner-image-preview > div span {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  background-color: #ff8080;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-radius: 50px;
  border: 1px solid #000;
  cursor: pointer;
}
#edit-banner-image-preview > div img {
  display: inline-block;
  max-width: 100%;
  max-height: 400px;
}
.section-banner {
  padding: 20px 80px 25px 80px !important;
  margin-top: 0 !important;
  min-height: 73px;
}
.section-banner.clear-padding {
  padding: 0 !important;
}
.section-banner p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}
.section-banner h3 {
  margin-top: 15px;
}
.section-banner .close {
  border-radius: 50px;
}
.section-banner img {
  max-width: 1140px;
}
.section-banner-a {
  text-decoration: none !important;
}
.section-banner-a:hover {
  text-decoration: none !important;
}
.content.b-search-by-parameters {
  border-bottom: 2px solid #00AFE9;
}
.search-separator {
  margin-top: 20px;
}
.add-lesson-time-container .ll-slider-container .lesson-slider {
  position: relative;
  height: 37px;
}
.add-lesson-time-container .ll-slider-container .lesson-slider .slider-range-placeholder #app_student_lesson_time_time .ui-slider-range a {
  display: none;
  background-image: url('../bundles/app/img/button_module.png');
  background-repeat: no-repeat;
  height: 17px;
  position: absolute;
  width: 17px;
  background-position: -339px -57px;
  top: 11px;
}
.add-lesson-time-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled {
  opacity: 1;
}
.add-lesson-time-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled .ui-slider-range {
  background: #D87D75;
}
.add-lesson-time-container .ll-slider-container .lesson-slider .slider-range-placeholder.group-lesson #app_student_lesson_time_time .ui-state-disabled .ui-slider-range a.remove {
  background-position: -339px -14px;
}
.add-lesson-time-container .slider-background {
  background: url('../bundles/app/img/slider-bg-time-1.png') repeat-x scroll 0 0 transparent;
}
.add-lesson-time-container .slider-background .slider-range {
  background: url('../bundles/app/img/slider_range_bg.png') repeat-x 0 0;
}
.add-lesson-time-container .slider-background .slider-range.group-lesson {
  background: url('../bundles/app/img/slider_group_lesson_range_bg.png') repeat-x 0 0;
  opacity: 0.5;
}
.add-lesson-time-container .slider-legend {
  margin: 0;
}
.add-lesson-time-container .slider-legend .col-lg-1 {
  float: none;
  text-align: left;
  display: inline-block;
  padding: 5px 0 0;
  width: 63px;
  color: #999999;
  font-family: arialnarrow;
  font-size: 14px;
  font-weight: 300;
}
.add-lesson-time-container .slider-range,
.add-lesson-time-container .slider-range-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
}
.add-lesson-time-container .slider-range {
  background-color: #d7d7d7;
}
.add-lesson-time-container .slider-range-placeholder .slider {
  background: none;
  border: none;
}
.add-lesson-time-container .slider-range-placeholder > div .ui-slider {
  position: inherit;
}
.add-lesson-time-container .time-labels .title {
  font-weight: bold;
}
.add-lesson-time-container .time-labels .time-label {
  font-weight: bold;
  font-size: 28px;
}
.plan-container .plan-header {
  border-bottom: solid 1px silver;
  padding: 24px 24px 12px 24px;
}
.plan-container .plan-content {
  padding: 24px 24px 24px 24px;
}
.plan-container button,
.plan-container button img {
  border: none;
  background-color: transparent;
}
.plan-container .plan-name {
  font-size: 24px;
}
.plan-container .plan-description {
  font-size: 18px;
}
.plan-container .plan-description .price {
  font-weight: bold;
}

.arial-narrow {
    font-family: arialnarrow;
}

.arial-narrow-gray {
    font-family: arialnarrow, serif;
    font-size: 20px;
    color: #808080;
}

.arial-gray {
    color: #bababa;
    font-size: 17px;
}

.thumbnails-center {
    display: table;
    width: 100%;
}

.block-left {
    padding-left: 40px;
}

.block-right {
    padding-right: 40px;
}

.padding-right45 {
    padding-right: 45px;
}

.padding-left30 {
    padding-left: 30px;
}

.padding-left-none {
    padding-left: 0;
}

.px14 {
    font-size: 14px;
}

.px16 {
    font-size: 16px;
}

.px18 {
    font-size: 18px;
}

#about_form .form-content {
    margin-top: 32px;
}

#about_form .form-content .hint {
    margin-bottom: 7px;
    font-size: 17px;
}

#about_form {
    padding-top: 36px;
    padding-left: 38px;
}

#about_form span.arial-narrow-gray.px18 {
    margin-right: 10px;
}

#about_form .workplace {
    font-size: 18px;
}

#about_form .page-header {
    margin-bottom: 40px;
}

#about_form .age {
    margin-right: 65px;
}

.teacher-profile-btn-edit {
    padding-left: 0;
}

p.link-to-edit {
    height: 307px;
}

.link-to-edit a {
    color: #00afe9;
    text-decoration: none;
}

.link-to-edit a span {
    padding-left: 7px;
}

.link-to-edit a img {
    position: relative;
    top: -3px;
}

.link-to-edit a:hover,
.link-to-edit a:focus {
    color: #00afe9;
    text-decoration: none;
}

.trebuchet {
    font-family: "Trebuchet MS", verdana, serif;
}

.lead {
    color: #666666;
}

body {
    background-color: #e5e5e5;
}

.block-body {
    padding: 0;

    position: relative;
}

.content {
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.footer {
    background: url('../bundles/app/img/footer_shadow.png') 0 0 repeat-x #00afe9;
    color: #ffffff;
    min-height: 250px;
    min-width: 1180px;
}

.footer a {
    color: #ffffff;
}

.clear-both {
    clear: both;
}

form.teacher_search .input-group input {
    float: left;
}

.btn-teacher-search {
    background: url('../bundles/app/img/btn_teacher_search.png') no-repeat center;
    width: 35px;
    height: 35px;
    border: none;
    display: inline-block;
}

.btn-remove {
    background: url('../bundles/app/img/btn-remove.png') no-repeat center;
    width: 30px;
    height: 30px;
    border: none;
    margin-left: 8px;
    display: inline-block;
    margin-bottom: -6px;
}

.btn-remove:hover {
    background: url('../bundles/app/img/btn-remove-focus.png') no-repeat center;
}

input, select {
    line-height: normal;
    padding: 6px 12px;
    color: #000000;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus, select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

a#login-btn {
    color: #00adee;
    font-size: 18px;
}

a#login-btn:hover {
    color: #13b3ef;
}

.cutting {
    overflow: hidden;
    text-overflow: ellipsis;
}

.video {
    width: 995px;
    border: 1px solid #000000;
    margin: 0 0 20px 50px;
    padding-bottom: 20px;
}

.inner {
    height: 140px;
    width: 420px;
    margin-left: 18px;
}

#video-front div.clearfix {
    padding-left: 20px;
}

div.vertical-right {
    border-right: solid 1px gainsboro;
}

div.vertical-left {
    border-left: solid 1px gainsboro;
}

form.vertical-left {
    border-left: solid 1px gainsboro;
    padding-left: 15px;
}

.line-around {
    border: solid 1px gainsboro;
    padding: 20px;
}

#team img {
    margin: 0 20px 0 20px;
}

.hspace1 {
    margin-top: 25px;
}

.hspace2 {
    margin-top: 50px;
}

.hspace3 {
    margin-top: 75px;
}

.hspace4 {
    margin-top: 100px;
}

.hspace5 {
    margin-top: 125px;
}

.hspace6 {
    margin-top: 275px;
}

#feedback {
    padding: 50px 50px 70px 100px;
}

#feedback form label {
    font-weight: bold;
}

.slider-personal .slider-wrapper {
    position: relative;
    background: url('../bundles/app/img/block-empty.png') repeat-x;
}

.slider-personal {
    padding-left: 24.5%;
}

.slider-personal .errors {
    display: none;
}

.ll-slider-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.ll-slider-background {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.ll-slider {
    position: relative;
    height: 50px;
}

.slider-all-form {
    width: 855px;
}

.slider-background {
    z-index: 1;
    height: 37px;
    background: url('../bundles/app/img/slider-bg-time.png') repeat-x;
}

.slider-background-range {
    height: 37px;
    background: url('../bundles/app/img/slider-bg-range.png') repeat-x;
}

.slider-wrapper .ui-widget-content {
    height: 37px;
    background-image: none;
    background-color: inherit;
    border-style: none;
}

.multiple-sliders {
    position: relative;
    height: 20px;
}

.multiple-sliders .slider-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
}

.slider-wrapper .ui-slider .ui-slider-range {
    text-align: center;
    overflow: hidden;
    line-height: 37px;
    background: #9dc62e;
}

.slider-wrapper.group-lesson .ui-slider .ui-slider-range {
    background: #CF5D53;
}

.slider-wrapper .ui-slider .ui-slider-handle {
    border: none;
    background: #8da600 url("../bundles/app/img/slider-grag-left.png") no-repeat center;
    margin: 0;
    top: 0;
    height: 37px;
}

.slider-wrapper .ui-slider .ui-slider-handle:last-child {
    background: #8da600 url("../bundles/app/img/slider-grag-right.png") no-repeat center;
    margin-left: -18px;
}

.slider-wrapper .ui-slider .ui-slider-range .label {
    background: none;
    font-size: 18px;
    font-family: arialnarrowbold;
    font-weight: 300;
    line-height: 38px;
}

.multiple-sliders .ui-slider-horizontal .ui-slider-range {
    height: 19px;
}

.teacher_search_lesson_cost .ll-slider-background {
    background: url('../bundles/app/img/slider-bg-cost.png') repeat-x;
}

.teacher_search_lesson_cost .ll-slider-background .slider-background-range {
    background: url('../bundles/app/img/slider-bg-cost.png') no-repeat -72px;
}

.legend-elem {
    width: 15%;
    float: left;
    padding-left: 15px;
}

.teacher_search_lesson_cost .slider-legend {
    width: 107%;
}

.teacher_search_lesson_cost .slider-legend .legend1 {
    margin: 0;
    text-align: center;
    width: 17%;
}

.teacher_search_lesson_cost .slider-legend .legend2 {
    margin-left: 3.25%;
    text-align: center;
}

.teacher_search_lesson_cost .slider-legend .legend3 {
    text-align: right;
    width: 16%;
}

.teacher_search_lesson_cost .slider-legend .legend4 {
    text-align: right;
    padding-left: 12%;
}

.teacher_search_lesson_cost .slider-legend .legend5 {
    padding-left: 15%;
}

.teachers-favorites-list .teacher-item .info {
    height: 140px;
}

.sort-display {
    overflow: hidden;
    float: right;
}

.sort-display .sort {
    float: left;
}

.sort-display .sort label {
    float: left;
}

.sort-display .sort ul {
    float: right;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.sort-display .sort ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #888;
}

.sort-display .sort ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.sort-display .sort ul li.sorted a {
    color: #000;
    text-decoration: none;
}

.sort-display .sort ul li a {
    text-decoration: underline;
}

.sort-display .display {
    float: left;
}

.sort-display .display div {
    float: left;
    list-style: none;
}

.sort-display .display ul {
}

div.c-container {
    width: 1128px;
    position: relative;
}

div.c-container .c-nav {
    height: 40px;
}

div.c-month div.c-day {
    width: 160px;
    height: 160px;
    margin-right: 1px;
    margin-bottom: 1px;
    background-color: #ffffff;
    float: left;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

div.c-month div.c-day .day {
    font-weight: bold;
}

div.c-month div.c-day.active {
    border: 1px solid #8da600;
}

div.c-month div.c-day .task .period {
    padding: 2px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    font-size: 10px;
    cursor: pointer;
}

div.c-month div.c-day .task {
    margin: 0 0 2px;
}

div.c-month div.c-day .lesson .photo {
    float: left;
    width: 30px;
    height: 30px;
    margin: 3px 5px 3px 3px;
    background: url('../bundles/app/img/avatar_teacher_default_30.png') no-repeat;
}

div.c-month div.c-day .task.lesson .period {
    height: 36px;
    padding: 9px 0;
}

div.c-month div.c-day-disabled {
    color: lightgray;
    cursor: default;
}

div.c-weekdays {

}

div.c-weekday {
    background-color: #3f3f3f;
    color: #aeaeae;
    float: left;
    width: 160px;
    padding: 5px;
    text-align: center;
    margin-right: 1px;
    margin-bottom: 1px;
}

div.c-go-previous, div.c-go-next {
    width: 35px;
    height: 70px;
    position: absolute;
    top: 400px;
    background-color: #ffffff;
    border: 1px solid #e1e1e8;
    text-align: center;
    line-height: 70px;
    opacity: 0;
    z-index: 1;
}

div.c-go-previous:hover, div.c-go-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.c-go-next {
    right: 0;
    -webkit-border-top-left-radius: 500px;
    -webkit-border-bottom-left-radius: 500px;
    -moz-border-top-left-radius: 500px;
    -moz-border-bottom-left-radius: 500px;
    border-top-left-radius: 499px;
    border-bottom-left-radius: 499px;
}

div.c-go-previous {
    left: 0;
    -webkit-border-top-right-radius: 500px;
    -webkit-border-bottom-right-radius: 500px;
    -moz-border-top-right-radius: 500px;
    -moz-border-bottom-right-radius: 500px;
    border-top-right-radius: 499px;
    border-bottom-right-radius: 499px;
}

div.c-month div.c-to-fill:hover {
    background-color: #8da600;
    color: #ffffff;
}

div.c-month div.c-to-fill span.to-fill {
    display: none;
}

div.c-month div.c-to-fill:hover span.to-fill {
    display: block;
    text-align: center;
    font-weight: bold;
}

div.c-head {
    padding: 25px 20px;
    text-align: center;
    background-color: #333333;
}

div.c-head table {
    width: 100%;
}

div.c-head table td.left, div.c-head table td.right {
    width: 130px;
}

div.c-head table td.left {
    text-align: left;
}

div.c-head table td.right {
    text-align: right;
}

div.c-head table td.center {
    text-align: center;
}

div.c-head .c-control-panel {
    position: relative;
    color: #ffffff;
    font-size: 25px;
}

div.c-head .c-control-panel .modal-body {
    font-size: 17px;
}

div.c-head .c-control-panel .modal-body .ui-widget {
    font-size: 15px;
}

div.c-head .c-control-panel .c-control-panel-header {
    font-weight: bold;
}

div.c-head .c-control-panel .arrow-left {
    margin-right: 15px;
    color: #ffffff;
}

div.c-head .c-control-panel .arrow-right {
    margin-left: 15px;
    color: #ffffff;
}

.alert-sys-message {
    color: #ffffff;
    background-color: #9eca48;
    border-color: #9eca48;
    text-align: center;
    padding: 20px 20px;
}

.alert-sys-message h4 {
    color: #ffffff;
}

.alert-sys-message .close {
    position: relative;
    top: -15px;
    right: -7px;
}

.current-students td a h4 {
    margin: 0 0 0 0;
}

#period-dates {
    position: absolute;
    width: 100%;
}

.c-month-picker:focus {
    outline: none;
}

.c-month-picker {
    position: relative;
    overflow: auto;
    margin-top: -20px;
    margin-left: 100px;

}

.c-month-picker div.month {
    text-align: center;
    float: left;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 84px;
    height: 40px;
    background-color: #e4e4e4;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #a1a1a1;
    line-height: 42px;
}

.c-month-picker div.month:hover,
.c-month-picker div.month.selected {
    color: white;
    background-color: #333333;
}

.c-month-picker div.arrow-left {
    float: left;
}

.c-month-picker div.arrow-right {
    float: right;
    margin-right: 8px;
}

.c-month-picker div.arrow-left,
.c-month-picker div.arrow-right {
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0;
}

.c-month-picker div.modal-body {
    max-height: 450px;
}

.c-month-picker .c-month-picker-title {
    float: left;
}

.c-month-picker .c-month-picker-title {
    float: left;
    margin-bottom: 5px;
}

.c-month-picker div.calendar .ui-datepicker-inline {
    display: block;
    border: 0;
}

#month-picker-form {
    margin: 0;
    position: absolute;
}

#date-picker-form {
    margin: 0;
    position: absolute;
}

#bl-date-from,
#bl-date-to {
    margin: 0;
    position: absolute;
}

.modal-open {
    overflow: visible;
}

.position-absolute {
    position: absolute;
    top: 0;
    right: 0;
}

.height470 {
    height: 470px;
}

.width350 {
    width: 350px;
}

.width360 {
    width: 360px;
}

.width380 {
    width: 380px;
}

.width300 {
    width: 300px;
}

div.c-day {
    position: relative;
}

div.c-day div.c-head {
    background-color: #3f3f3f;
    height: 30px;
    padding: 0;
}

div.c-day form {
    padding: 30px;
    border: 1px solid #e4e4e4;
}

div.c-day form p {
    font-weight: bold;
    font-size: 21px;
}

div.c-day div.c-availability-time {
    min-height: 250px;
}

.month-picker-btn, .day-picker-btn, .date-picker-btn, .date-picker-btn-from, .date-picker-btn-to {
    cursor: pointer;
}

div.c-day div.c-availability-time {
    min-height: 250px;
}

.errors {
    margin-left: 0;
    padding-left: 0;
}

.errors li {
    list-style: none;
    margin-bottom: 5px;
}

.workplaces-years {
    width: 90px;
    margin-right: 10px;
    float: left;
}

#lesson-slider {
    display: none;
}

.book-lesson-container .slider-range,
.book-lesson-container .slider-range-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
}

.book-lesson-container .slider-range {
    background-color: #d7d7d7;
}

.book-lesson-container .slider-range-placeholder .slider {
    background: none;
    border: none;
}

.slider-range-placeholder > div .ui-slider {
    position: inherit;
}

.book-lesson-container .lesson-slider {
    position: relative;
    height: 37px;
}

.book-lesson-container .time-labels .title {
    font-weight: bold;
}

.book-lesson-container .time-labels .time-label {
    font-weight: bold;
    font-size: 28px;
}

.green-date {
    color: #8da600;
}
.green-date.day-de {
    text-transform: capitalize;
}

.lessons-count {
    color: #8da600;
    font-weight: bold;
}

.pagination {
    clear: both;
    text-align: center;
}

div.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
    filter: alpha(opacity=30); /*IE opacity*/
    background: url(../bundles/app/img/ajax-loader.gif) #ffffff no-repeat center;
}

div.progress_body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #8f8f8f;
    border-radius: 3px;
}

div.progress_body div.progress_line {
    position: absolute;
    left: 12%;
    right: 12%;
    width: 76%;
    height: 10px;
    top: 51%;
    background: #646464;
    border-radius: 5px;
    border: none;
}

.audio.upload div.progress_body div.progress_line {
    top: 40%;
}

div.progress_body div.progress_line .ui-widget-header {
    background: #9dc62e;
    border-radius: 5px;
    height: 12px;
}

div.progress_body div.progress_text {
    text-align: center;
    font-size: 18px;
    font-family: arialnarrowbold;
    color: #cdcdcd;
    top: 87px;
    position: relative;
}

div.page-blocker {
    z-index: 10000; /*IE перекрытие меню*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0); /*IE opacity*/
    background: #ffffff;
}

.multiple-sliders .ui-widget-header .label {
    background-color: inherit;
}

.multiple-sliders .ui-slider-range {
    height: 37px !important;
}

.multiple-sliders .slider-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
}

.multiple-sliders .ui-widget-content {
    height: 37px;
    background-image: none;
    background-color: inherit;
    border-style: none;
}

.slider-legend .col-md-1 {
    width: 6.25%;
    font-size: 12px;
}

.slider-wrapper .ui-slider .ui-state-default {
    border-style: none !important;
    background-color: inherit !important;
    background: url("../bundles/app/img/slider-grag-left.png") no-repeat center;
    margin: 0;
    top: 0;
    height: 37px;
    width: 18px;
}

.slider-wrapper .ui-slider .ui-slider-handle:last-child {
    background: url("../bundles/app/img/slider-grag-right.png") no-repeat center;
    margin-left: -18px;
}

.c-availability-time .day_empty {
    text-align: center;
    display: none;
}

.teachers {
    position: relative;
}

form.teacher_search .input-group {
    position: absolute;
    right: 0;
    top: 0;
}

.v-align-middle {
    vertical-align: middle;
}

.lesson-table-header .sortable {
    padding-left: 0;
}

.lesson-long-name-user-s {
    display: block;
    max-width: 290px;
}

.lesson-long-name-user {
    display: block;
    max-width: 370px;
    width: 370px;
}

.office .location {
    float: left;
}

.c-availability-time .block-image {
    position: relative;
    width: 855px;
}

.teacher-day {
    position: relative;
}

.nav-tabs-add {
    position: absolute;
    right: 0;
    top: 0;
}

.time-notice {
    font-size: 11px;
}

.slider-disabled a {
    display: none;
}

.slider-disabled .ui-slider-range {
    opacity: 0.6;

}

#app_profile_teacher_user_photos > div,
#app_profile_student_user_photos > div {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    width: 130px;
    height: 150px;

}

#app_profile_teacher_user_photos div .close,
#app_profile_student_user_photos div .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
}

#edit-student-profile-general div .image.upload,
#edit-teacher-profile-general div .image.upload {
    background-color: #494949;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: 140px;
    position: relative;
    width: 140px;
}

#app_profile_teacher_user_photos div .image.upload,
#app_profile_student_user_photos div .image.upload {
    background-color: #494949;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: 130px;
    position: relative;
    width: 130px;
}

#app_profile_teacher_user_photos div .image.upload .empty,
#app_profile_student_user_photos div .image.upload .empty {
    color: #B3D200;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
}

.user #add_photo,
.user #add_document {
    display: none;
    cursor: pointer;
}

.team .avatar-block,
.user .avatar-block {
    position: relative;
    min-width: 120px;
    min-height: 120px;
}


.user .avatar-block .btn {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 170px;
}

.team .team_avatar {
    margin-top: 20px;
    width: 205px;
}

.team .avatar-block .btn{
    left: 15px;
    position: absolute;
    bottom: 0;
    width: 170px;
}

.team .avatar-block .avatar,
.user .avatar-block .avatar {
    width: 200px;
    height: 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.team .avatar-block .avatar img,
.user .avatar-block .avatar img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.user .avatar-block .avatar.teacher {
    background-image: url('../bundles/app/img/avatar_teacher_default.png');
}

.user .avatar-block .avatar.student {
    background-image: url('../bundles/app/img/avatar_student_default.png');
}

.user .avatar-title,
.user .video-title {
    font-size: 18pt;
}

.user .video-block {
    position: relative;
    width: 640px;
}

.user .video-block .player {
    background: url("../bundles/app/img/profile-empty-video.png") no-repeat center;
}

.user #avatar {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

#app_profile_user_files_user_documents > div {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    width: 130px;
    height: 130px;

}

#app_profile_user_files_user_documents div .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 100;
}

#app_profile_user_files_user_documents div.uploadble .close {
    display: none;
}

#app_profile_user_files_user_documents div:hover .close {
    display: block;
}

#app_profile_user_files_user_documents div .image.upload {
    background-color: #494949;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    height: 130px;
    width: 130px;
    position: relative;
}

#app_profile_user_files_user_documents div .image.upload .empty {
    color: #B3D200;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55px;
    z-index: 0;
}

#app_profile_user_files_user_documents div label {
    display: none;
}

#app_profile_user_files_user_documents input[type="text"] {
    display: block;
    width: 130px;
    margin-top: 3px;
    height: 30px;
}

.add_gallery_photo {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    float: left;
}

.modal-photo {
    text-align: center;
    width: auto;
    top: 2.5%;
    max-width: 1400px;
}

.modal-photo .modal-body {
    max-height: none;
}

.modal-photo img {
    max-width: 100%;
    max-height: 80%;
}

.add_user_files {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    background: #eee;
    cursor: pointer;
    float: left;
}

#flash-messages {
    position: fixed;
    top: 16%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    max-height: 30%;
    overflow-y: auto;
    z-index: 700;
}

.lesson-homework form {
    margin-bottom: 0;
}

.uploader-form, #fileForm, #fileInput, #fileSubmit {
    width: 0px;
    height: 0px;
    position: relative;
    margin: 0;
    border: 0;
    font-size: 0;
    padding: 0;
}

#fileInputLabel, #fileInput {
    position: absolute;
    z-index: 50;
    display: block;
    cursor: pointer;
    opacity: 0.1;
}

#fileInputLabel:hover, #fileInput:hover {
    background-color: #ffffff;
}

.icon-white {
    color: #ffffff;
}

a.arrow-left:hover, a.arrow-right:hover {
    text-decoration: none;
}

.changing-range {
    font-weight: bold;
    font-size: 24px;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: "";
}

.thumbnails:after {
    clear: both;
}

.row .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
}

.text_review {
    width: 828px;
    height: 131px;
}

.review_submit {
    float: right;
    margin: 20px;
}

.student-profile h3 {
    float: left;
}

.student-profile .view-profile {
    margin-top: 20px;
}

.student-profile .send-message {
    margin-top: 20px;
    float: right;
}

.student-profile .city {
    margin-bottom: 15px;
}

.student-profile .home-result {
    border-top: 1px solid #eeeeee;
    margin: 0;
}

.student-profile form {
    margin: 0;
}

.student-profile form textarea {
    height: 40px;
    width: 330px;
}

.student-profile .student-note {
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin-left: 10px;
    padding: 10px;
    float: left;
    width: 445px;
}

.student-profile .student-note .legend {
    background: #fff;
    padding: 0 10px;
    margin-top: -20px;
    float: left;
    margin-left: 110px;
    text-transform: uppercase;
    font-size: 10px;
}

.about-student .thumbnail {
    margin-left: 0;
}

.about-student .next-lessons {
    margin-top: 20px;
}

.about-student .remove-lesson {
    height: 60px;
    line-height: 60px;
}

.about-teacher .program,
.about-student .program {
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    position: relative;
    text-align: center;
}

.about-teacher .program .hint,
.about-student .program .hint {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    right: 0;
    color: #fff;
    background: #9eca48;
    line-height: normal;
    text-align: center;
    padding-top: 8px;
    line-height: 1px;
    letter-spacing: 0.05em;
}

.about-student .program .hint a {
    font-size: 16px;
}

.about-student .program .hint_a {
    font-size: 18px;
    margin-left: -20px;
}

.about-teacher .program.home-program .hint,
.about-student .program.home-program .hint {
    background: #484848;
}

.about-teacher .program:hover .hint,
.about-student .program:hover .hint {
    display: block;
}

.system-messages {
    overflow: hidden;
}

.system-messages .message {
    background: #E4E4E4;
    border-radius: 5px;
}

.thumbnail .title {
    width: 140px;
}

.span-align-right {
    float: right;
    display: inline-block;
}

#app_profile_student_user_photos .required,
#app_profile_teacher_user_photos .required {
    display: none;
}

.span-align-right {
    float: right;
    display: inline-block;
}

.teacher-info .modal-dialog {
    width: 680px;
}

.top-blue-line {
    border-top: 4px solid #00afe9;
}

.bottom-blue-line {
    border-bottom: 2px solid #00afe9;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.rating {
    padding-bottom: 15px;
}

.block-space {
    padding-top: 40px;
    padding-bottom: 37px;
}

.btn-blue {
    background-color: #00a3e5;
    color: #ffffff;
}

.btn-blue:hover {
    background-color: #12adef;
}

.ll-space60 {
    padding-left: 60px;
}

.ll-space15 {
    padding-left: 15px;
}

#profile-tab .active a {
    border-top: none;
    border-top-style: none;
    border-top-width: 0;
}

.padding-none {
    padding: 0;
}

body {
    _width: expression( document.body.clientWidth > 1140 ? "1140px" : "auto" );
}

#container {
    margin-top: 33px;
}

.gray {
    background-color: #f8f8f8;
    padding: 0 0 30px 0;
}

.link-to-back {
    color: #12adef;
}

.restore-close {
    margin-left: 471px;
    margin-top: -21px;
    position: absolute;
    background: url("../bundles/app/img/close-btn.png") no-repeat center;
}

#restore-pass .text {
    font-size: 16px;
    margin-top: 16px;
    letter-spacing: 0.036em;
    line-height: 1.2;
    width: 97%;
}

#restore-pass {
    padding-right: 51px;
    padding-left: 50px;
}

.request-dialog {
    width: 490px;
    height: 334px;
}

.request-dialog .email {
    width: 100%;
    margin-top: 31px;
    height: 39px;
    font-size: 18px;
    text-indent: 0.16em;
    line-height: 1.4em;
    padding-left: 6px;
    border-color: #d9d9d9;
    border-radius: 3px;
}

.btn-recover {
    margin-bottom: 25px;
    margin-top: 20px;
    padding-left: 7px;
    width: 131px;
    height: 40px;
    color: #ffffff;
    background: url("../bundles/app/img/btn-recover.png") repeat-x center;
    font-size: 16px;
    text-indent: 0.1em;
    letter-spacing: 0.041em;
}

.btn-recover:hover {
    background: url("../bundles/app/img/btn-recover-hover.png") repeat-x center;
}

.radius-none {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.recover-modal-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #e5e5e5;
    padding-left: 50px;
    padding-bottom: 15px;
    padding-top: 13px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.recover-modal-footer span {
    display: inline-block;
    margin: 2px 0;
}

.recover-modal-footer .text {
    font-size: 16px;
    letter-spacing: 0.0413em;
    word-spacing: -0.15em;
}

.request-dialog .modal-body {
    padding: 0;
    height: 100%;
    position: relative;
}

.recover-title {
    text-align: center;
    padding-top: 24px;
    padding-right: 2px;
}

#restore-message {
    position: absolute;
    top: 15px;
    left: 2px;
    min-width: 484px;
    max-width: 484px;
    width: 484px;
}

#restore-message a.close {
    position: relative;
    top: -11px;
    left: 9px;
}

.placeholder,
.placeholder::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.with-video {
    background: none !important;
}

.video-preview-image {
    height: 151px;
    width: 300px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
}

.player-button {
    position: relative;
    margin-left: 40%;
    margin-top: -60%;
}

.module-block-container {
    height: 85%;
    width: 100%;
    overflow: auto;
}

.glyphicon-calendar-write {
    background: url('../bundles/app/img/calendar-write.png') no-repeat;
    height: 25px;
    width: 23px;
    display: inline-block;
}

@media (min-width: 1025px) {
    body {
        min-width: 1140px;
    }

    #header .header.no_login {
        width: 1180px;
    }
    #header .header .navbar-main {
        width: 560px;
        padding-left: 13px;
    }
    #header .header .navbar-main ul {
        width: 527px;
        font-size: 0;
    }

    #header .header .navbar-main ul li a {
        font-size: 18px;
    }

    .navbar-main li a {
        font-size: 18px;
    }
    .trebuchet {
        font-size: 24px;
    }
    #container {
        max-width: 1170px;
        min-width: 1170px;
        width: 1170px;
    }

    .block-body {
        min-width: 1140px;
    }

    .register-title {
        font-size: 36px !important;
    }
    .width440 {
        width: 439px;
    }
    #main-register .form-group {
        padding: 35px 0 26px 40px;
    }

    #main-register input,
    #main-register select {
        width: 380px;
    }

    #main-register .top_block .form-group {
        padding: 32px 0 21px 40px;
    }

    #main-register .jq-selectbox {
        width: 380px !important;
    }

    #main-register .create_account {
        padding-left: 261px;
    }

    #main-register .middle_block.student_middle_block {
        height: 142px;
    }

    #main-register .add_language,
    #main-register .slider-personal {
        padding-left: 260px;
    }

    #main-register .middle_block {
        padding: 33px 0 41px 40px;
    }

    #main-register .grey-line {
        width: 820px;
    }

    #container-footer {
        margin-left: -570px;
        left: 50%;
        max-width: 1140px;
        width: 1150px;
    }

    #container-footer .border_footer {
        width: 1180px;
    }

    #container-footer .footer_menu {
        width: 1140px;
    }

    #main-register .on_duty {
        margin-left: 222px;
        margin-top: 29px;
    }

    #header .header .navbar-main ul li {
        padding: 0 18px;
    }

    #main-register .nav-tabs li.active a[href="#student"] {
        color: #00afe9;
        background: #ffffff url("../bundles/app/img/st-lb-active.png") no-repeat 130px center;
    }

    #main-register .nav-tabs li a[href="#teacher"] {
        background: url("../bundles/app/img/t-lb-disable.png") no-repeat 102px center;
        color: #999;
    }

    #main-register .nav-tabs li.active a[href="#student"]:hover {
        color: #00afe9;
        background: #ffffff url("../bundles/app/img/st-lb-active.png") no-repeat 130px center;
    }

    #main-register .nav-tabs li a[href="#student"] {
        background: url("../bundles/app/img/st-lb-disable.png") no-repeat 130px center;
    }

    #main-register .nav-tabs li a[href="#student"]:hover {
        background: url("../bundles/app/img/st-lb-active.png") no-repeat 130px center;
        color: #00afe9;
    }

    #main-register .nav-tabs li.active a[href="#teacher"] {
        color: #00afe9;
        background: #ffffff url("../bundles/app/img/t-lb-active.png") no-repeat 102px center;
    }

    #main-register .nav-tabs li.active a[href="#teacher"]:hover {
        color: #00afe9;
        background: #ffffff url("../bundles/app/img/t-lb-active.png") no-repeat 102px center;
        text-align: center;
    }

    #main-register .nav-tabs li a[href="#teacher"]:hover {
        background: url("../bundles/app/img/t-lb-active.png") no-repeat 102px center;
        color: #00afe9;
    }
}

@media only screen
and (max-width: 1024px) {
    body.responsive-nail {
        width: 100%;
    }
    .responsive-nail #header {
        width: 100%;
    }

    .responsive-nail .navbar.navbar-main.arial-narrow {
        display: none !important;
    }

    .responsive-nail #header .header.no_login .logo {
        margin-right: 110px;
    }

    .responsive-nail #main-register .form-group {
        padding: 15px 10px 16px 10px;
    }

    .responsive-nail #main-register .top_block .form-group {
        padding: 12px 10px 11px 10px;
    }

    .responsive-nail .width440 {
        width: 100%;
    }

    .responsive-nail #main-register input, #main-register select {
        width: 100%;
    }

    .responsive-nail .content.content-common-page .container-text.shift-for-left-menu {
        margin-left: auto;
        float: left;
    }

    .responsive-nail #team .man {
        width: auto;
    }

    .responsive-nail .content.content-common-page .page-menu .main-page {
        display: none;
    }

    .responsive-nail .content.content-common-page .page-menu {
        display: inline-flex;
        width: 100%;
    }

    .responsive-nail .footer {
        width: 100%;
        min-width: 0;
    }

    .responsive-nail form #feedback_topic-styler,
    .responsive-nail form #feedback_username,
    .responsive-nail form #feedback_email,
    .responsive-nail form #feedback_message {
        width: 100% !important;
    }

    .responsive-nail form #feedback_message {
        min-width: 0;
        max-width: none;
    }

    .feedback .container-text {
        width: 100%
    }

    #flash-messages {
        width: auto;
        margin-left: auto;
        left: auto;
    }

    #container-footer .footer_menu a {
        font-size: 14px;
    }
}

@media only screen
and (max-width: 1024px)
and (min-width: 768px) {
    .responsive-nail .ui-slider-handle {
        -ms-touch-action: none;
        touch-action: none;
    }

    .responsive-nail #header .header.no_login {
        width: auto;
    }

    .responsive-nail #container {
        width: auto;
    }

    .responsive-nail .block-body {
        min-width: 0;
    }

    .responsive-nail .container {
        max-width: 100% !important;
    }

    .responsive-nail .content {
        max-width: 100% !important;
        min-width: 0;
    }

    .responsive-nail .header {
        min-width: 0 !important;
        font-size: 18px;
    }

    .responsive-nail .login.arial-narrow {
        font-size: 20px;
    }

    .responsive-nail #header .header .navbar-main {
        width: 300px;
        padding-left: 45px;
    }

    .responsive-nail #header .header .navbar-main ul {
        width: 350px;
        padding-left: 20px;
    }

    .responsive-nail #header .header .navbar-main ul li {
        padding: 0 10px;
    }

    .responsive-nail #header .header .navbar-main ul li a {
        font-size: 1.2rem;
    }

    .responsive-nail .navbar-main li a {
        font-size: 1rem;
    }

    .responsive-nail .navbar-main li a {
        font-size: 18px;
    }

    .responsive-nail .trebuchet {
        font-size: 1.6rem;
    }

    .responsive-nail .register-title {
        font-size: 36px !important;
    }

    .responsive-nail #main-register .form-group {
        padding: 35px 40px 26px 40px;
    }

    .responsive-nail #main-register .top_block .form-group {
        padding: 32px 40px 21px 40px;
    }

    .responsive-nail #main-register .middle_block {
        padding: 33px 40px 41px 40px;
    }

    .responsive-nail #main-register .jq-selectbox {
        width: 100% !important;
    }

    .responsive-nail #main-register .add_language,
    .responsive-nail #main-register .slider-personal {
        padding-left: 40px;
        padding-right: 40px;
    }

    .responsive-nail #container-footer {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .responsive-nail #container-footer .border_footer {
        width: 100%;
        left: 0 !important;
        margin: 0 !important;
    }

    .responsive-nail #container-footer .footer_menu {
        width: 100%;
    }

    .responsive-nail #container-footer .footer_menu .product {
        width: 150px !important;
    }

    .responsive-nail #container-footer .footer_menu .about {
        width: 150px !important;
    }

    .responsive-nail #container-footer .footer_menu .help {
        width: 150px !important;
    }

    .responsive-nail #container-footer .footer_menu .social_icons_block {
        left: 0 !important;
        float: none !important;
    }

    .responsive-nail #main-register .on_duty {
        margin-left: 0;
        margin-top: 29px;
    }

    .responsive-nail #main-register .nav-tabs li.active a[href="#student"] {
        color: #00afe9;
        background-size: 13% 13%;
        background: #ffffff url("../bundles/app/img/st-lb-active.png") no-repeat 75px center;
    }

    .responsive-nail #main-register .create_account button {
        margin: 68px 0 0 0;
    }

    .responsive-nail #main-register .nav-tabs li a[href="#teacher"] {
        background-size: 13% 13%;
        background: url("../bundles/app/img/t-lb-disable.png") no-repeat 43px center;
        color: #999;
    }

    .responsive-nail #main-register .nav-tabs li.active a[href="#student"]:hover {
        color: #00afe9;
        background-size: 13% 13%;
        background: #ffffff url("../bundles/app/img/st-lb-active.png") no-repeat 75px center;
    }

    .responsive-nail #main-register .nav-tabs li a[href="#student"] {
        background-size: 13% 13%;
        background: url("../bundles/app/img/st-lb-disable.png") no-repeat 75px center;
    }

    .responsive-nail #main-register .nav-tabs li a[href="#student"]:hover {
        background-size: 13% 13%;
        background: #ffffff url("../bundles/app/img/st-lb-active.png") no-repeat 75px center;
        color: #00afe9;
    }

    .responsive-nail #main-register .nav-tabs li.active a[href="#teacher"] {
        color: #00afe9;
        background-size: 13% 13%;
        background: url("../bundles/app/img/t-lb-active.png") no-repeat 43px center;
    }

    .responsive-nail #main-register .nav-tabs li.active a[href="#teacher"]:hover {
        color: #00afe9;
        background-size: 13% 13%;
        background: #fff url("../bundles/app/img/t-lb-active.png") no-repeat 43px center;
        text-align: center;
    }

    .responsive-nail #main-register .nav-tabs li a[href="#teacher"]:hover {
        background-size: 13%;
        background: url("../bundles/app/img/t-lb-active.png") no-repeat 43px center;
        color: #00afe9;
    }

    .responsive-nail #common_page #header {
        width: 100% !important;
    }

    .responsive-nail #common_page #content {
        min-width: 100% !important;
    }

    .responsive-nail #common_page #content #top {
        min-width: 100% !important;
    }

    .responsive-nail #common_page #content #top .top {
        width: 100% !important;
    }

    .responsive-nail #reviews_tab_content.tab-content {
        width: 100% !important;
    }

    .responsive-nail .reg-password {
        margin-top: 20px !important;
    }

    .responsive-nail #container .student .right,
    .responsive-nail #container .student .left,
    .responsive-nail #container .student .center,
    .responsive-nail #container .teacher .right,
    .responsive-nail #container .teacher .left,
    .responsive-nail #container .teacher .center {
        left: 0;
        right: 0;
    }

    .responsive-nail #container .confirm_ul .confirm_li {
        height: auto;
        width: auto;
        margin-bottom: 20px;
        display: block;
    }

    .responsive-nail #container .confirm_ul .confirm_li .text {
        width: auto;
        margin-bottom: 20px;
        max-width: 400px;
    }

    .responsive-nail #container .confirm_ul .confirm_li a {
        line-height: 49px;
        padding: 0;
        margin: 0 auto;
        position: static;
    }

    #header.responsive-nail .header {
        width: auto;
        height: auto;
        min-width: 0;
    }

    .responsive-nail .user-menu ul li a span {
        font-size: 0;
    }

    .responsive-nail .user-menu ul li a span i {
        vertical-align: middle !important;
    }

    .responsive-nail #header #current-user {
        right: 0;
    }
}
@media only screen
and (max-width: 767px) {
    .responsive-nail #header .header.no_login .logo {
        margin-right: 125px;
        padding-left: 25px;
    }
    .responsive-nail .block-body .h3 {
        font-size: 1.5rem !important;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%
    }
    .responsive-nail .register-title {
        font-size: 2rem;
        text-align: center;
    }
    .responsive-nail .register-subtitle {
        font-size: 1.3rem;
        text-align: center;
    }

    .responsive-nail.container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .responsive-nail #main-register .nav-tabs  li a {
        background-position: center center !important;
    }

    .responsive-nail #main-register .nav-tabs  li  a  span {
        /*display: none;*/
    }

    .responsive-nail #main-register .on_duty {
        margin-left: 0;
        margin-top: 29px;
    }

    .responsive-nail #common_page #header {
        width: 100% !important;
    }

    .responsive-nail #common_page #content {
        min-width: 100% !important;
    }

    .responsive-nail #common_page #content #top {
        min-width: 100% !important;
    }

    .responsive-nail #common_page #content #top .top {
        width: 100%;
    }

    .responsive-nail #reviews_tab_content.tab-content {
        width: 100% !important;
    }

    .responsive-nail #container-footer {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .responsive-nail #container-footer .border_footer {
        left: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .responsive-nail #container-footer .footer_menu {
        width: 100%;
    }

    .responsive-nail #container-footer .footer_menu .product {
        width: 120px !important;
    }

    .responsive-nail #container-footer .footer_menu .about {
        width: 120px !important;
    }

    .responsive-nail #container-footer .footer_menu .help {
        width: 120px !important;
    }

    .responsive-nail #container-footer .footer_menu .social_icons_block {
        left: 0 !important;
    }

    .responsive-nail #main-register .slider-position {
        margin-left: 0;
    }

    .responsive-nail .tab-content .slider-personal {
        padding: 10px;
    }

    .responsive-nail #main-register .slider-position {
        width: 80% !important;
        margin: 0 !important;
    }

    .responsive-nail #main-register .nav-tabs li a {
        padding: 26px 15px !important;
        height: 100%;
        font-size: .9rem;
    }

    .responsive-nail #main-register .create_account button {
        margin: 68px 0 0 0;
    }

    .responsive-nail #main-register .nav-tabs li.active a span {
        padding-bottom: 20px !important;
    }

    .responsive-nail .jq-selectbox.jqselect {
        width: auto !important;
        margin-bottom: 20px
    }

    .responsive-nail .reg-password {
        margin-top: 20px !important;
    }

    .responsive-nail #add_student_language,#add_teacher_language {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .responsive-nail #main-register .language_selector {
        margin-top: 0 !important;
    }

    .responsive-nail #header .header.no_login {
        width: 100%;
        min-width: 0;
    }

    .responsive-nail .want-learn {
        width: 100%;
    }

    .responsive-nail .mobile-warning {
        padding-top: 20px;
        text-decoration: underline;
    }

    .responsive-nail #container .confirm_block {
        height: auto;
        padding-top: 35px;
        background: #00afe9;
    }

    .responsive-nail #container .confirm_block button.close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .responsive-nail #container .student .right,
    .responsive-nail #container .student .left,
    .responsive-nail #container .student .center,
    .responsive-nail #container .teacher .right,
    .responsive-nail #container .teacher .left,
    .responsive-nail #container .teacher .center {
        left: 0;
        right: 0;
    }

    .responsive-nail #container .confirm_ul .confirm_li {
        height: auto;
        width: auto;
        margin-bottom: 20px;
        display: block;
    }

    .responsive-nail #container .confirm_ul .confirm_li .text {
        width: auto;
        margin-bottom: 20px;
        max-width: 400px;
    }

    .responsive-nail #container .confirm_ul .confirm_li a {
        line-height: 49px;
        padding: 0;
        margin: 0 auto;
        position: static;
    }

    .responsive-nail #header .header {
        width: auto;
        height: auto;
        min-width: 0;
    }

    .responsive-nail #current-user {
        float: right;
    }

    .responsive-nail .user-menu ul li a span {
        font-size: 0;
    }

    .responsive-nail .user-menu ul li a i {
        vertical-align: middle !important;
    }

    .responsive-nail #header #current-user {
        right: 0;
    }

    .responsive-nail #common_page #content #top .top h2 {
        margin-top: 40px;
    }

    .responsive-nail .content.content-common-page .container-faqs .item-faq .question h5 {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .responsive-nail .content.content-common-page .container-faqs .item-faq .answer {
        font-size: 15px;
        padding-left: 10px;
    }

    .content.content-common-page .container-faqs .item-faq .question .icon-more,
    .content.content-common-page .container-faqs .item-faq .answer .icon-close,
    .responsive-nail .content.content-common-page .container-faqs .item-faq .question .item-number {
        display: none !important;
    }

    .responsive-nail .content.content-common-page .page-menu li a {
        padding: 10px;
        text-align: center;
        min-height: 0;
    }

    .responsive-nail #container {
        padding-left: 5px;
        padding-right: 5px;
    }
}