.styled-check-wrap.align-center {
    -moz-justify-content: -moz-center;
    -webkit-justify-content: center;
    -ms-justify-content: -ms-center;
    justify-content: center;
}

.designed-accord-item .accord-header.clickable-header:hover .expand-btn .label {
    display: none;
}

.designed-accord-item .accord-header.clickable-header .expand-btn:hover .label {
    display: block;
}

.designed-accord-item .accord-header .expand-btn > span:after {
    margin-left: 15px;
}

.ht__approve-btns button {
    float: left;
    display: block;
    line-height: 38px;
    height: 40px;
    padding: 0;
    width: 40px;
    text-align: center;
    margin-left: 10px;
    border-width: 2px;
}

.ht__approve-btns button:first-child {
    margin-left: 0;
}

.ht__approve-btns button.approve:hover,
.ht__approve-btns button.approve.active {
    background: #87FD9B;
}

.ht__approve-btns button.failed:hover,
.ht__approve-btns button.failed.active {
    background: #FF4867;
}

.ht__status-text {
    margin-left: 10px;
    margin-right: 10px;
}

.ht-approve-reject-icon {
    width: 20px;
    height: 36px;
    display: inline-block;
}

.form-section.controls-form-section input,
.form-section.controls-form-section button {
    display: none;
}

.chat__form-mark-as-hometask .styled-check-wrap {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: -moz-flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    -moz-justify-content: -moz-flex-end;
    -webkit-justify-content: -webkit-flex-end;
    -ms-justify-content: -ms-flex-end;
    align-items: end;
    justify-content: flex-end;
}

.staff .designed-accord-item .multi-content .accord-title {
    width: 450px;
}

.staff .ht__status-text {
    width: 150px;
}

.student .designed-accord-item .multi-content .accord-title {
    width: 600px;
}

.popup__prev-btn-wrap {
    position: absolute;
    top: -26px;
    right: 50px;
    z-index: 10;
}

.popup-inner {
    position: relative;
}

.month-wrap.past-event {
    display: none;
}

.courses-list-wrapper .course-week-links .week {
    line-height: 1.45;
}

.courses-list-wrapper .course-week-links .week > span {
    white-space: nowrap;
    font-weight: 300;
}

.courses-list-wrapper .course-week-links .week.inaccess {
    color: #8d8d8d;
}

.courses-list-wrapper .course-week-links .week.current > span {
    font-weight: 700;
}

.courses-list-wrapper .course-week-links .week.inactive {
    color: #FFF;
}

.courses-list-wrapper .course-week-links .week.inactive {
    font-weight: 300;
    display: inline-block;
}

.lessons-blocks-list .lessons-block-item.pro-item.finished-status.finished-i2 .img-wrapper {
    background: #3d8c52;
}

form .w100perc,
form .w100perc + .ui-selectmenu-button {
  width: 100% !important;
}

.plyr--video.plyr--playing .plyr__controls [data-plyr="play"] .icon--pressed {
    display: block;
}

.plyr--video.plyr--playing .plyr__controls [data-plyr="play"] .icon--not-pressed {
    display: none;
}

.lesson-feedback {
    margin-top: 10px;
    margin-bottom: 30px;
}

.x-lesson-rate-popup {
    font-weight: 400;
}

.ht-group-item .value a {
    font-weight: 500;
    text-decoration: underline;
    margin-right: 10px;
    display: inline-block;
}


.adv-materials-list__item {
    -moz-flex: 0 0 275px;
    -webkit-flex: 0 0 275px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    margin-top: 20px;
    /*color: #000000;*/
}

.adv-materials-list__item .mat-img-wrapper {
    position: relative;
    height: 155px;
    overflow: hidden;
}

.adv-materials-list__item .mat-img-wrapper img {
    position: relative;
    z-index: 1;
}

.adv-materials-list__item .mat-title {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: 700;
}

.wiki__mat-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.3s ease;
    display: flex;
}

.mat-img-wrapper:hover .wiki__mat-links {
    opacity: 1;
}

.wiki__mat-links a {
    -moz-flex: 50%;
     -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-top: 0;
    color: #FFF;
    font-weight: 300;
    padding: 0 15px;
    text-align: center;
}

.notific-list-item.go-to-comment,
.notific-list-item .notific-list-link{
    cursor: pointer;
}

.page-content ul,
.page-content ol {
    margin-left: 40px;
}

.courses-list-wrapper .current-course-wrap > h3 {
    max-width: 700px;
}

.fileuploader-item-image.fileupload-no-thumbnail .fileuploader-item-icon {
    width: 100%;
    height: 100%;
    background: url('/static/images/files/default.png') no-repeat center/cover !important;
}

.fileuploader-item-image.fileupload-no-thumbnail {
    height: 100%;
}

.ui-datepicker {
    width: 19em;
    height: auto;
    margin: 5px auto 0;
    /*font-size: 14px;*/
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
       -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.ui-widget.ui-widget-content.ui-datepicker {
    border: 1px solid #8d8d8d;
    padding: 6px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker table {
    width: 100%;
    font-style: initial;
    margin: 0;
    table-layout: fixed;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker thead {
    /*background-color: #f7f7f7;*/
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody td {
    padding: 0;
}

.ui-datepicker-header {
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    line-height: 30px;
    border: 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    /*line-height: 600%;*/
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    content: '<'
}

.ui-datepicker-next {
    float: right;
    content: '>';
}
.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #777;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #8d8d8d;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ed2f4a;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover {
    border: 1px solid #ccc;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 5px;
}

.ui-datepicker .ui-datepicker-title select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.birthday.inputs-wrap input {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.birthday.inputs-wrap .fas {
    position: absolute;
    right: 10px;
    top: 7px;
}

.ui-dialog.ui-widget.ui-widget-content {
    border: 0;
}

.lesson-page .lesson-page-info {
    padding-bottom: 10px;
}

.lesson-page .lesson-page-info.webinar-sources {
    padding-bottom: 0;
    display: flex !important;
    min-height: 30px;
    align-items: center;
}

.article-title.default {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.webinar-sources {
    display: inline-block;
}

.webinar-sources input {
    visibility: hidden;
    width: 35px;
}

.webinar-sources .prop {
    padding-right: 20px;
}

.lesson-page #video_player {
    margin-top: 0;
}

.webinar-sources .switchery>small:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}

.webinar-sources .switchery-large>small:before {
    width: 24px;
    height: 24px;
}

.webinar-sources .switchery-small>small:before {
    width: 12px;
    height: 12px;
}

.webinar-sources.youtube .switchery>small:before {
    background-image: url('/static/images/icons/youtube.png');
}
.webinar-sources.vimeo .switchery>small:before {
    background-image: url('/static/images/icons/vimeo.png');
}

.lessons-blocks-list .lessons-block-item .img-wrapper:before,
.lessons-blocks-list .lessons-block-item .img-wrapper:after {
    height: 100%;
}

#upgradePopup .form-buttons {
    height: auto;
    margin-top:0;
}

.notific-popup-wrapper #openNotifics {
    margin-right: 0;
}

.notific-popup-wrapper .notific-inner {
    right: -66px;
}

#header .calendar-button button {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/static/images/icons/calendar-white.svg');
}

#header.light .calendar-button button {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/static/images/icons/calendar-black.svg');
}

.task-stage__form .fileuploader {
    background: none;
    margin: 0;
    padding: 0;
    border-radius: initial;
    overflow: initial;
}

.registration-form .iti {
    width: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: #000;
}

.form-element-container label, .form-element-container .label-part {
    flex: 0 0 170px;
}

#profileForm .select2-container .select2-selection--single {
    border-radius: 4px;
}

#profileForm .select2-container--below.select2-container--open .select2-container {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#profileForm .select2-container--above.select2-container--open .select2-container {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.notific-list-item .notific-ava-wrap {
    overflow: visible;
}

.notific-list-item .notific-ava-wrap .notifications-dot {
    top: 0;
    right: 0;
}
