.mobileheader-logo .site-logo img,
.side-header .site-logo img {
    height: 30px;
    top: 2px;
    width: inherit;
}

.card-dashboard-eight .list-group-item {
    padding: 14px 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #e7ecf3;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: flex-start;
}
.list-group-item div:first-child {
    padding-right: 20px;
}

.list-group-item div:last-child {
    font-size: 0.8em;
    text-align: right;
    flex-grow: 1;
}

.card:not(.dataTables_processing) {
    min-height: 400px;
}

.card.card.height-auto {
    min-height: unset;
}

.card-placeholder{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 0px 15px 38px rgba(25, 25, 48, 0.1);
    border-radius: 30px;
    border:0;
    background-color: #fff;
    height: 140px;
    margin-bottom: 20px;
}

.sort-handle{
    cursor: move;
    padding: 0 10px 0 6px;
}

.height-100 {
    height: 100% !important;
}

.main-content-label, .card-table-two .card-title, .card--eight .card-title {
    font-weight: 500;
    font-size: 19px;
}

.app-sidebar__user-name {
    line-height: 1.8;
}

.student-alert {
    border-radius: 0; border-width: 2px 0;
}

label.control-label {
    font-size: 0.9rem;
    font-weight: 600;
}

.side-menu .slide {
    padding: 0 20px 0 20px;
}

.slide-item {
    padding-left: 10px !important;
    padding-right: 24px !important;
}

.side-menu .slide .slide-menu li .slide-menu {
    display: none;
}
.side-menu .slide .slide-menu li .slide-menu.active-ul {
    display: block;
}

div.dataTables_wrapper div.dataTables_length select {
    border-radius: 0;
}

.searchtextinput {
    width: 100%;
}

.card .main-error-wrapper {
    min-height: unset;
    height: calc(100vh - 280px);
}

.btn-xs, .btn-group-xs > .btn {
    padding: .25rem .75rem;
    font-size: .75rem;
    line-height: 1;
    height: auto !important;
}

.hidden, .hide {
    display: none;
}

.btn-default {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-default:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-sm, .btn-group-sm>.btn {
    padding: .25rem .875rem;
    font-size: .875rem;
    line-height: 1.5;
    height: auto !important;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #664bc4;
    border-color: #664bc4;
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #6474dd;
    border-color: #6474dd;
}

.btn-success, .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-gray{
    color: rgb(79, 78, 78);
    background-color: #e7ecf3;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}

.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group .error {
    border-color: #ff0000;
    color: #ff0000;
}

.help-block.error {
    color: #ff0000;
}

.alert.no-border-radius {
    border-radius: unset;
}

.exp-timeline {
    list-style: none;
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    color: #4f4e4e;
}

.bootstrap-select.btn-group .dropdown-menu li:hover {
    background-color: #ececec;
}

.bootstrap-select .btn.dropdown-toggle {
    border: 1px solid #b3b3b3;
    background-color: #FFFFFF;
    color: #4f4e4e;
}

.input-group-btn .btn.btn-rounded {
    border-radius: 0 30px 30px 0 !important;
}

.exp-timeline .exp-timeline-status {
    margin: 3px 0;
    color: #4e4e4e;
}

.exp-timeline .exp-timeline-item .dot {
    position: absolute;
    width: 11px;
    height: 11px;
    background: #919FA9 !important;
    border: solid 1px #919FA9 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 5px;
    z-index: 3;
}

.exp-timeline-template-tags span{
    color: #6c7a86;
}
.exp-timeline-template-tags span:after{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 9px 0 9px;
    content: '\A';
    background: #919FA9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.exp-timeline-template-tags span:last-child:after{
    display: none;
}

#feedback-templates .modal-footer .d-flex,
#moderation-templates .modal-footer .d-flex {
    width: 100%;
}

#feedback-templates .selected-template-item,
#moderation-templates .selected-template-item {
    display: block;
    border: 1px solid #FFFFFF;
    background-color: #e7ecf3;
    padding: 4px 10px;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    padding: 0.5rem 1.5rem;
    display: block;
}

.bootstrap-select .btn.dropdown-toggle {
    border-radius: inherit;
}
#quiz [hidden] {
    display: block !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #3d4045;
}

#qa-container .ui-state-default {
    padding: 10px 20px 20px;
    background: #ddd;
    cursor: grab;
}

#qa-container .ui-state-default label {
    cursor: grab;
}

#criteria-container .ui-state-default {
    padding: 10px 20px 20px;
    background: #e4f1ff;
    cursor: grab;
}
#criteria-container .ui-state-default label {
    cursor: grab;
}

.criteria-form-wrapper{margin-bottom: 25px}
.criteria-form-wrapper table {
    width: 100%;
}
.criteria-form-wrapper thead {
    background-color: #f7f9fd;
}
.criteria-form-wrapper th {
    font-weight: bold;
}
.criteria-form-wrapper th, 
.criteria-form-wrapper td {
    padding: 15px;
    text-align: left;
    border: 1px solid #bbb;
    line-height: 13px;
}
.criteria-form-wrapper .edit-ui{
    width: 160px;
}
.criteria-form-wrapper td p{
    margin-bottom: 0;
}
.criteria-form-wrapper .hidden-area{
    display: none;
}
.yesno a.yes,
.yesno a.no{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #efefef;
    padding: 6px 14px 5px 28px;
    border-radius: 15px;
    cursor: pointer;
    line-height: 13px;
}
.yesno a.yes:before,
.yesno a.no:before{
    position: absolute;
    top: 6px;
    left: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #999;
    content: '';
}
.yesno a.yes:hover{
    background: rgb(114, 198, 72);
    color: #fff;
}
.yesno a.no:hover{
    background: #ec6a76;
    color: #fff;
}
.yesno a.yes:hover:before,
.yesno a.no:hover:before{
    border-color: #efefef;
}
.yesno a.yes.selected{
    background: rgb(59, 176, 1);
    color: #fff;
}
.yesno a.no.selected{
    background: #dc3545;
    color: #fff;
}
.yesno a.yes.selected:before,
.yesno a.no.selected:before{
    background: #fff;
    border-color: #efefef;
}
.criteria-form-wrapper .add-feedback{
    margin-top: 7px;
}
.criteria-form-wrapper .add-feedback a{
    display: block;
    background: #efefef;
    border-radius: 30px;
    cursor: pointer;
    padding: 5px 9px 6px 13px;
}
.criteria-form-wrapper .add-feedback a:hover{
    background: #dfdfdf;
}

.criteria-form-wrapper tr.edit-row .edit-view{display: none;}
.criteria-form-wrapper tr.edit-row.editing .text-view{display: none;}
.criteria-form-wrapper tr.edit-row.editing .edit-view{display: block;}
.criteria-form-wrapper tr.edit-row .textarea-wrap{
    margin-bottom: 9px;
}
.criteria-form-wrapper tr.edit-row .buttons-wrap .btn{
    color: #fff;
}
.criteria-form-wrapper tr.edit-row textarea{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    outline: none;
    height: 60px;
}

#ac-grading-table-wrapper {
    margin-bottom: 1rem;
    width: 100%;
    overflow-x: auto;
}
#ac-grading-table{
    width: 100%;
}
#ac-grading-table thead {
    background-color: #f7f9fd;
}
#ac-grading-table th {
    font-weight: bold;
    background-color: #f7f9fd;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#ac-grading-table th, 
#ac-grading-table td {
    position: relative;
    padding: 15px 10px;
    text-align: left;
    border: 1px solid #bbb;
    line-height: 13px;
}
#ac-grading-table th input,
#ac-grading-table td input{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    outline: 0;
    padding-left: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#ac-grading-table th .delete-col {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -15px;
    width: 26px;
    line-height: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    color: #999;
}
#ac-grading-table td .delete-row,
#ac-grading-table td .set-invis,
#ac-grading-cache-score-table td .delete-row {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -15px;
    width: 26px;
    line-height: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
    text-align: center;
    color: #999;
}
#ac-grading-table td .set-invis{color: #e4e0e0;}
#ac-grading-table td .set-invis.invis-active{color: rgb(79, 78, 78) !important;}
#ac-grading-table td .delete-row:hover,
#ac-grading-table th .delete-col:hover,
#ac-grading-cache-score-table td .delete-row:hover{
    color: rgb(79, 78, 78);
}
#ac-grading-table td.title input{
    padding-right: 20px;
}
#agth-mid{background: #f7f9fd}
#ac-grading-table .number{width: 80px;}
#ac-grading-table .gpc{width: 57px;}
#ac-grading-table .incs{width: 60px;}
#ac-grading-table .hoursperunit{width: 60px;}
#ac-grading-table .title{min-width: 200px;}
#ac-grading-table .help-block.error {
    position: absolute;
    top: 100%;
    z-index: 3;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 0 4px 4px;
    border-bottom: 1px solid #bbb;
}

#grading-settings-modal{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 370px;
    height: auto;
    z-index: 9999;
    background: #fff;
    border-radius: 16px;
    padding: 30px 25px 30px 25px;
    box-shadow: 0 0 2px 10px #ccc;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#grading-settings-modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
}
#grading-settings-modal h4{margin-bottom: 25px;}
#grading-settings-modal .btn-wrap{margin-top: 20px;}
#grading-settings-modal .btn{color: #fff;}

.tutor-feedback-tables-wrapper{
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    width: 740px;
}
.tutor-grading-form-wrapper{
    margin-bottom: 30px;
    width: 100%;
    overflow-x: auto;
}
.tutor-grading-form-wrapper table{
    width: 100%;
}
.tutor-grading-form-wrapper thead,
#ac-grading-cache-score-table thead {
    background-color: #f7f9fd;
}
.tutor-grading-form-wrapper th {
    font-weight: bold;
    background-color: #f7f9fd;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.tutor-grading-form-wrapper th, 
.tutor-grading-form-wrapper td{
    position: relative;
    padding: 15px 10px;
    text-align: left;
    border: 1px solid #bbb;
    line-height: 13px;
}

.tutor-grading-form-wrapper .hoursperunit-invisible,
.tutor-grading-form-wrapper .incs-invisible{display: none;}
#ac-grading-table-wrapper th.number,
#ac-grading-table-wrapper th.title,
#ac-grading-table-wrapper th.hoursperunit,
#ac-grading-table-wrapper th.incs{cursor: pointer;}
#ac-grading-table-wrapper .hoursperunit-invisible,
#ac-grading-table-wrapper .incs-invisible{background: #d6d6d7}
#ac-grading-table-wrapper .hoursperunit-invisible input,
#ac-grading-table-wrapper .incs-invisible input{background: #f0f0f0}

.ac-grading-cache-score-wrapper{margin-bottom: 30px;}
#ac-grading-cache-score-table{width: 400px;}
#ac-grading-cache-score-table th {
    position: relative;
    padding: 15px 10px;
    text-align: left;
    border: 1px solid #bbb;
    line-height: 13px;
}
#ac-grading-cache-score-table td {
    position: relative;
    padding: 0;
    text-align: left;
    border: 1px solid #bbb;
    line-height: 13px;
}
#ac-grading-cache-score-table td input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 10px 15px;
}


.tutor-grading-form-wrapper .tfc-cell{
    padding: 0;
}
.tutor-grading-form-wrapper .tfc-cell.tfv-click{
    cursor: pointer;
}
.tutor-grading-form-wrapper .tfc-cell.tfv-click .tfc-cell-inner{
    background: #f2f2f2;
}
.tutor-grading-form-wrapper .tfc-cell .tfc-cell-inner{
    padding: 15px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tutor-grading-form-wrapper .total-grade{
    cursor: pointer;
    padding: 0;
}
.tutor-grading-form-wrapper .total-grade-inner{
    padding: 15px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tutor-grading-form-wrapper .total-grade-inner:hover,
.tutor-grading-form-wrapper .tfc-cell.tfv-click .tfc-cell-inner:hover{
    background: #eef1f6
}
.tutor-grading-form-wrapper .tfc-cell .inp-hidden-wrap.error {
    position: absolute;
    top: 3px;
    left: -7%;
    width: 114%;
    z-index: 2;
    background: #fdfdfd;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 8px;
    font-size: 12px;
}

#tfc-cell-modal {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 0;
    height: auto;
    z-index: 9;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 2px #ddd;
}
#tfc-cell-modal .item {
    cursor: pointer;
    padding: 4px 15px;
    border-bottom: 1px solid #ddd;
}
#tfc-cell-modal .item:hover{
    background: #f0f0f0;
}

#assignment-answer .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eff1f6;
}
#assignment-answer .card {
    min-height: auto;
    background: #eff1f6;
}

.question p {
    font-weight: bold;
}

.with-red-border {
    border: 1px #ff0000 solid!important;
}
.with-green-border {
    border: 1px #28be61 solid!important;
}

.with-orange-border {
    border: 1px #fcb332 solid!important;
}

#saveStickyProgress{
    background: #fff;
    border-top: 1px solid #d2d8da;
}

.progress-wording {
    width: 20rem;
}

.progress {
    width: 51px!important;
    height: 51px!important;
    background: none;
    position: relative;
  }
  
.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.simple-progress{
    background-color: #e6edf7;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .703125rem;
    height: auto;
}
.simple-progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #4c84ff;
    transition: width .6s ease;
}
.simple-progress-name{
    color: #919ba6;
    font-weight: 600;
}

.typing-motivation {
    margin: 0px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 15px;
    font-weight: 600;
}

#draftSaveProgress {
    margin: 0px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 15px!important;
    background-color: #9b4897;
    border: 1px solid #683666;
}

.wording-progress {
    font-size: 18px;
    font-weight: 400!important;
    line-height: 2px;
    margin-top: 7px;
}

.side-menu__badge{
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background: red;
    color: #fff;
    border-radius: 50%;
}
.angle.fe.fe-chevron-down + .side-menu__badge{
    margin-left: 10px;
}
.row-red-highlighted{
    background-color: #e3c6c6 !important;
}

/*tutor feedback form*/
.feedback-pro{
    display: inline-block;
    width: 740px;
    border: 1px solid #888;
    padding: 34px 50px 24px 50px;
    margin-bottom: 30px;
    border-radius: 4px;
}
.feedback-pro .form-group > label{font-weight: bold;}
.feedback-pro label i:after {
    content: '*';
    color: #dd1010;
    font-size: 12px;
    margin-left: 2px;
}
.feedback-pro hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.feedback-pro .description{
    margin: 18px 0 30px 0;
}
.feedback-pro .radio-rows{
    padding-left: 3px;
}
.feedback-pro .radio-rows label{
    display: block;
}
.feedback-pro textarea{
    min-height: 185px;
}
.feedback-pro .radio-rating{
    width: 300px;
}
.feedback-pro .radio-rating .th{
    border-bottom: 1px solid #111
}
.feedback-pro .radio-rating .th,
.feedback-pro .radio-rating .tb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.feedback-pro .radio-rating .th label{
    margin-bottom: 0;
    width: 41px;
    height: 34px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
}
.feedback-pro .radio-rating .tb div{
    width: 41px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.feedback-pro .radio-rating .tb input{
    display: inline-block;
    vertical-align: middle;
}
.feedback-pro .radio-rating .st{
    width: 44px !important;
    line-height: 40px !important;
}
.feedback-pro .radio-rating .th div:first-child,
.feedback-pro .radio-rating .tb div:first-child{
    width: 52px !important;
}
.feedback-pro .rating-form-group{
    margin-bottom: 30px;
}

.note-editor button.note-btn.active {
    background: #494f54;
}

.delete-course-unit {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 10px;
}
.delete-course-unit:hover {
    background: #efefef;
}
.delete-course-unit .si{
    font-size: 17px;
}

.course-unit-sortable-topics{
    padding-left: 20px;
}
.course-unit-sortable-topics .topic-row {
    position: relative;
    padding: 0 0 0 30px;
}
.topic-row .col-xs-6 .topic-icon,
.course-unit-sortable-topics .topic-row .col-xs-6 .fas{display: none;}
.course-unit-sortable-topics .topic-sort-handle {
    position: absolute;
    top: 0px;
    left: 0;
    padding-top: 2px;
    padding-bottom: 5px;
}
.unit-topic-placeholder{
    position: relative;
    display: block;
    box-shadow: 0px 5px 20px rgba(220,222,230, 0.5);
    border-radius: 3px;
    border-left: 3px solid #d0d4de;
    background-color: rgba(242,244,246,.8);
    height: 26px;
    margin-bottom: 15px;
}
.save-topics-order-button-wrap{
    padding-left: 20px;
    margin-top: 20px;
}

.student-course-result-one{
    padding: 5px 20px 12px 25px;
    background: #f6f8fa;
    border-bottom: 1px solid #d8e2e7;
}
.student-course-result-one .extend{
    margin: 5px 0 10px;
}
.student-course-result-one .name .text-name,
.student-course-result-one .name a{
    display: inline-block;
    margin-left: -15px;
    padding: 8px 15px 5px 15px;
}

.student-messages-container .mails .mail-box-item-photo,
.student-messages-container .mails .message-trash{display: none;}
.student-messages-container .mails .mail-box-item-header{padding-left: 15px;}
.student-messages-container .mails .mail-box-item.unclickable{background: #f6f8fa;}

.fresh-dropzone{border: 2px dashed #999;border-radius: 10px;max-width: 600px;}
.fresh-dropzone .dz-message{position: relative;padding-top: 62px;}
.fresh-dropzone .dz-message:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    content: '';
    background: url('../img/cloud-upload.svg');
    margin-left: -30px;
}
.fresh-dropzone .click-to-browse {
    font-weight: bold;
    color: #6474dd !important;
}

.mce-tinymce.mce-container.mce-panel,
.mce-edit-area.mce-container.mce-panel{
    border-color: #e7ecf3;
}
.mce-statusbar.mce-container.mce-panel{
    background-color: #f7f9fd;
    border-color: #e7ecf3;
}
.mce-container.mce-toolbar-grp.mce-panel{
    background-color: #f7f9fd;
    border-color: #e7ecf3;
    padding: 7px 0 8px 0;
}
.mce-first.mce-btn-group{
    margin-left: 10px;
}
.mce-btn-group .mce-btn{
    background-color: transparent;
}
.mce-btn-group .mce-btn:hover{
    background-color: #e7ecf3;
    border-color: #cfdaea;
}
.mce-btn-group:not(:first-child){
    border-left-color: #b4bdce;
}
.mce-branding-powered-by{
    display: none !important;
    background-color: #f7f9fd;
}
#tinymce-editor-loading {
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 5;
    width: 72px;
    height: 30px;
    background: no-repeat url('../img/cloud-upload.svg');
    padding-left: 35px;
    background-size: 24px 24px;
}
#tinymce-editor-loading:after{content: 'Loading...';line-height: 23px;}

.birthdate-selector .dd{display: inline-block;}
.birthdate-selector .dd i{margin: 0 7px 0 5px;color: #999;}
.birthdate-selector .dd select{
    padding: 7px 8px;
    border-radius: 6px;
    border: 1px solid rgb(169, 169, 169,0.3);
}
.second-birthdate-popup-confirmation button.cancel{margin-right: 25px;}

.student-complete-address-modal{width: 650px;margin-right: -325px;}
.student-complete-address-modal .optional{color: rgba(25, 25, 25, 0.37);font-weight: 400;}
.student-complete-address-modal .form-control{display:block;margin-top:0;height:38px;font-size: 14px;border-radius: 6px;border-color: rgb(169, 169, 169,0.3);}

#resourcechecklist-table .name,
#standardisation-table .name{min-width: 200px;max-width: 300px;}
#resourcechecklist .desc,
#standardisation-table .desc{min-width: 250px;max-width: 450px;}
#standardisation-table .category{min-width: 150px}
#resourcechecklist .action,
#standardisation-table .action{min-width: 250px}
#resourcechecklist-sign .status-result,
#standardisation-sign .status-result{margin-bottom: 20px;}

.publication{max-width: 70%;}
.publication .content-video-wrapper video{max-width: 100% !important}
.publication .youtubevideo iframe{max-width: 100% !important}
.anonymous-publication-card{margin: 0 auto;}

.common-layout .logo .site-logo img{height: 30px}
.common-layout .app-content{margin-left: 0;}
.common-layout.app.sidebar-mini .main-footer{margin-left: 0;}

.app-standardisation .badge{margin-left: 0.2rem !important}

.options-set-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.options-set{
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 460px;
    margin: 0 20px 20px 0;
    padding: 20px 0;
    border: 1px solid #dfe9f5;
    background: rgba(221, 236, 249, 0.3);
    border-radius: 3px;
}
.options-set .set-name{
    margin-bottom: 0;
    padding: 0 20px;
}
.options-set .add-new-item {
    margin-left: 10px;
}
.options-set .list{
    margin-top: 20px;
}
.options-set .add-form{
    margin-top: 20px;
    padding: 20px 20px 25px 20px;
    background: rgba(255,255,255,.6)
}
.options-set .add-form input{
    width: 100%;
}
.options-set .option{
    position: relative;
    padding: 0 110px 10px 20px;
    border-bottom: 1px solid #d6e2ec;
    margin-bottom: 10px;
}
.options-set .option:last-child{
    border-bottom: 0;
}
.options-set .option .name span {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
}
.options-set .option .fa-edit{font-size: 1.5em;}
.options-set .option .btn-edit{cursor: pointer;}
.options-set .option .btn-delete{
    position: absolute;
    top: 0;
    right: 20px;
}
.options-set .cp-buttons{
    margin-bottom: 15px;
}

.options-table-set-list, .options-table-td-set-list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}
.options-table-set-list li, .options-table-td-set-list li{
    padding: 3px 7px 3px 13px;
    margin: 0;
    border-bottom: 1px solid #eee;
    list-style: none;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    color: #555;
}
.options-table-set-list li:hover, .options-table-td-set-list li:hover{
    background: #d0e5ff;
}
.options-table-set-list li.clear, .options-table-td-set-list li.clear{
    color: #9faaac;
}
.options-table-set-list.multiple-cb-select li{
    position: relative;
    padding-left: 32px;
}
.options-table-set-list.multiple-cb-select li::before {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    content: '';
    border-radius: 4px;
}
.options-table-set-list.multiple-cb-select li.active:before{
    background-repeat: no-repeat;
    background: url('../img/cb-checked.svg');
    background-position: center center;
}
#user-table_wrapper{min-height: 300px;}
.selectoptioncol.nontextable .searchtextinput{cursor: pointer;}
.table .editabletd,
.table .selectpickertd,
.table .selectoptiontd{position: relative;}
.table .editabletd .loading,
.table .selectpickertd .loading,
.table .selectoptiontd .loading{
    position: absolute;
    top: 3px;
    left: 3px;
}
.table .notes .td-editable-value{width: 300px;}

.user-address-form{padding: 15px 25px;background: #f7f7f7;margin-bottom: 20px;}

body.overflowhidden{overflow: hidden;}

.colorpreview{display: inline-block;vertical-align: middle;width: 36px;height: 36px;margin-left: 15px;}

.lms-btn-auto{height: auto !important;margin-bottom: 10px;}

.idcheckfilepreview {
    display: inline-block;
    width: 320px;
    height: 60px;
    background: #f7f9fd;
    border-radius: 10px;
    padding: 7px 20px 7px 70px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f6fd;
}
.idcheckfilepreview:before {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 40px;
    height: 40px;
    content: '';
    background: url('../img/cloud-upload.svg');
}
.idcheckfilepreview:hover{
    box-shadow: 0 0 5px 2px #f7f6fd;
    border-color: #e3f5f9;
}
.idcheckfilepreview b{color: #664bc4;}
.idcheckfilepreview span{color: #888;}
.sweet-input-file{display: block !important;margin: 0 !important;height: 43px;font-size: 14px !important;line-height: 43px;cursor: pointer !important;}
.idcheck-upload-modal h2{margin-top: 0}
.idcheck-upload-modal > h2{display: none;}

.moderation-selected-unit{
    display: inline-block;
    vertical-align: top;
    background: #eee;
    padding: 4px 8px;
    border-radius: 8px;
    margin: 2px 4px 2px 0;
}
.moderation-completed-unit{
    background: #70a665;
    color: #fff;
}

.notes-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(55,55,55,.7);
}
.notes-modal {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    height: 80%;
    border-radius: 16px;
    background: #fdfdfd;
    box-shadow: 0 0 2px 2px #eee;
    z-index: 10000;
}
.notes-modal .close-modal, #tuc-preview-messages-modal .close-modal{
    position: absolute;
    top: -30px;
    right: -90px;
    width: 80px;
    height: 60px;
    content: '';
    cursor: pointer;
    background: url('../img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.notes-modal .notes-modal-inner{
    padding: 15px 20px;
    position: relative;
    height: 100%;
}
.notes-modal .add-note{
    position: absolute;
    left: 20px;
    bottom: 15px;
    right: 20px;
}
.notes-modal .notes-list{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 140px;
    overflow-y: scroll;
}
.notes-modal .notes-list .note-row{
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
}
.notes-modal .delete-note{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    content: '';
    cursor: pointer;
    background: url('../img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ddd;
    background-size: 16px 16px;
    border-radius: 6px;
}
.notes-modal .delete-note:hover{background-color: #999}
.notes-modal .date-author{color: #999;margin-top: 7px;}
.notes-modal .submit-note{margin-top: 10px;}
.notes-modal .note-textarea{width: 100%;padding: 5px 10px;border-radius: 4px;border: 1px solid #ddd;}

.coursetutor-formative-moderation-status {
    background: #f7f9fd;
    padding: 7px 15px;
    color: #6d6e82;
    border: 1px solid #e7ecf3 !important;
    outline: 0 !important;
    cursor: default !important;
    border-radius: 25px;
    margin: 0 15px 0 10px;
}

.qualification-label, .dcs-label {
    background: #664bc4;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 2px;
    color: #fff;
}
.dcs-label {
    background: #61bd5a;
}
.dcs-label.dcs-red{background: rgb(255, 97, 97)}

.selectitem{position: relative;}
.selectitem .selectitemui {
    position: absolute;
    top: 90%;
    left: -5%;
    width: 110%;
    z-index: 10;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 2px 2px #eee;
}
.selectitem .selectitemui .item-list {
    padding: 7px 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 145px;
    min-height: 40px;
}
.selectitem .selectitemui .item-list li{
    position: relative;
    margin-left: 0;
    padding: 4px 6px 4px 10px;
    list-style: none;
    cursor: pointer;
}
.selectitem .selectitemui .item-list li:hover{
   background-color: #daebf0; 
}
.selectitem .selectitemui .item-list li span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.selectitem .selectitemui .search-box input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 32px;
    padding-left: 10px;
    outline: none;
}
.absolute-text-cell-inner {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 22px;
    cursor: pointer;
}
.absolute-text-cell-inner:hover{
    background-color: #daebf0;
}

.edit-feedback-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(55,55,55,.7);
}
.edit-feedback-modal {
    position: fixed;
    top: 4%;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 92%;
    border-radius: 16px;
    background: #fdfdfd;
    box-shadow: 0 0 2px 2px #eee;
    z-index: 10000;
}
.edit-feedback-modal .close-modal{
    position: absolute;
    top: -30px;
    right: -90px;
    width: 80px;
    height: 60px;
    content: '';
    cursor: pointer;
    background: url('../img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.edit-feedback-modal .eff-modal-inner{
    padding: 15px 20px;
    position: relative;
    height: 100%;
}
.edit-feedback-modal .eff-form{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 20px 20px 20px;
    overflow-y: scroll;
}
.edit-feedback-modal .eff-row{
    margin-top: 20px;
}
.edit-feedback-modal .eff-row input,
.edit-feedback-modal .eff-row textarea {
    background: #fdfdfd;
    border: 1px solid #e7ecf3;
    padding: 5px 2px;
}
.edit-feedback-modal .eff-row textarea{height: 200px;width: 100%}
.edit-feedback-modal .eff-row label{
    font-size: 17px;
    font-weight: bold;
}
.edit-feedback-modal .eff-table input{width: 100%}
.edit-feedback-modal .eff-table td textarea{height: auto;}
.edit-feedback-modal .eff-fullwidth{width: 100%}
.edit-feedback-modal .table-full-width{
    width: 100%;
}
.edit-feedback-modal .eff-table{
  border-color: #e2e6e6;
  background-color: #fff;
  border: 1px solid #e2e6e6;
}
.edit-feedback-modal .eff-table th{
  padding: 3px 4px 3px 4px;
  border: 1px solid #626262 !important;
  background: #f3f4f5;
  color: #992297;
  font-size: 16px;
  font-family: MuseoSansRounded700, sans-serif;
  font-weight: 700;
}
.edit-feedback-modal .eff-table tr,
.edit-feedback-modal .eff-table th,
.edit-feedback-modal .eff-table td{
  border: 1px solid #e2e6e6;
}
.edit-feedback-modal .eff-table td{
  padding: 3px 4px 3px 4px;
  font-size: 14px;
}

.edit-feedback-modal .eff-table td p{margin-bottom: 0}
.edit-feedback-modal .eff-table td > *:last-child{margin-bottom: 0}
.edit-feedback-modal .eff-table td.feedback-desc{
  padding: 10px 20px 10px 20px;
}
.edit-feedback-modal .eff-table td.feedback-desc textarea{min-height: 150px;}
.edit-feedback-modal .incs-invisible{display: none;}
.edit-feedback-modal .hoursperunit-invisible{display: none;}
.edit-feedback-modal .no-tfoot-repeat tfoot { display: table-row-group; }
.edit-feedback-modal .eff-table .col-el-number {
  width: 4%;
}
.edit-feedback-modal .eff-table .col-el-title {
  width: 23%;
}
.edit-feedback-modal .eff-table .col-el-incs {
  width: 4%;
}
.edit-feedback-modal .eff-inline-rows .eff-row{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

.rcl-cb span:after,
.rcl-cb span:before{width: 19px;height: 19px;}
.rcl-cb-checked span:after{
    background-color: #69b93f;
}
.rcl-cb-unchecked span:after{
    background-color: rgba(50,50,50,.25);
}

.btn-auto-tick{position: relative;color: #fff !important;cursor: pointer;margin-top: 27px;}
.btn-auto-tick-active{background: #44ae7d !important;padding-left: 49px;}
.btn-auto-tick-active:before{
    position: absolute;
    top: 6px;
    left: 14px;
    width: 24px;
    height: 25px;
    background: url('../images/tick.svg');
    content: '';
}
.assignment-auto-tick-data{display: none;}

.tutor-points-options .tpo-section{margin-bottom: 20px;background: rgba(73, 172, 221, 0.1);padding: 20px 20px}
.tutor-points-options .tpo-st{padding-bottom: 5px}
.tutor-points-options .tpo-name-inp{background: rgba(255, 255, 255, 0.9);border: 1px solid rgba(73, 172, 221, 0.3);padding: 7px 10px;width: 375px;}
.tutor-points-options .tpo-items{margin-top: 10px;padding: 15px 15px;margin-bottom: 10px;border-top: 1px solid rgba(147, 199, 225, 0.3);}
.tutor-points-options .tpo-items .line-name{display: inline-block;vertical-align: top;margin-top: 5px;}
.tutor-points-options .tpo-items .tpo-input-box{display: inline-block;vertical-align: top;margin-left: 25px;padding-bottom: 5px;}
.tutor-points-options .tpo-items .tpo-ibm{margin-left: 25px;}
.tutor-points-options .tpo-items .points-type-wrap{display: inline-block;vertical-align: top;margin-bottom: 4px}
.tutor-points-options .tpo-items .points-type {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 1px 8px;
    border-radius: 24px;
    background: #eee;
    color: #777;
}
.tutor-points-options .tpo-items .points-type.active {
    background: #9e67ac;/*background: #a955bf;*/
    color: #fff;
    font-weight: bold;
}
.tutor-points-options .tpo-item{
    border-bottom: 1px solid rgba(147, 199, 225, 0.3);
    padding: 5px 0;
    margin-bottom: 5px;
}
.tutor-points-options .tpo-item .tpo-pv,
.tutor-points-options .tpo-item .tpo-iv{
    padding: 1px 10px;
    width: 65px;
    border-radius: 6px;
    border: 1px solid rgba(73, 172, 221, 0.3);
}
.tutor-points-options .tpo-item .points-tit{
    text-transform: uppercase;
    font-size: 12px;
    margin: -2px 0 2px 0;
}
.tutor-points-options .fixed-value{display: inline-block;vertical-align: top;}
.tutor-points-options .range-value{display: inline-block;vertical-align: top;}
.tutor-points-options .tpo-label {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    background: #ee922f;
    color: #fff;
    border-radius: 25px;
    margin-left: 6px;
}
.tutor-points-options .remove-tpo-section{color: #fff !important;margin-left: 25px;}
.tutor-points-options .remove-tpo-reason{color: #fff !important;margin-top: 5px;}
.tpo-result.error{margin-bottom: 20px;}
.tpo-name-inp-wrap{display: inline-block;vertical-align: top;}
#tutor-rating-reason{margin-left: 10px;}
.admin-allocate-points{margin-top: 10px;}
.allocate-points-input{margin-right: 10px;width: 100px;}
.admin-allocate-points .ms{display: inline-block;vertical-align: top;margin-right: 15px;}
.tutor-points-config{margin-bottom: 25px}
.tpc-box-items .tpc-box-item{display: inline-block;vertical-align: top;margin-right: 15px;}
.tutor-points-config .tpc-box-name {
    font-size: 16px;
    font-weight: 600;
}
.tutor-points-config .tpc-inp-wrap input{background: rgba(255, 255, 255, 0.9);border: 1px solid rgba(73, 172, 221, 0.95);padding: 7px 10px;width: 80px;}
.exp-timeline-item-hoveropacity{opacity: 0.4}
.exp-timeline-item-hoveropacity:hover{opacity: 1;}
.tutor-rating-resultset-table tr{cursor: pointer;}
@-webkit-keyframes invalid {
    0% {background: #ee6055;}
    25% {background: #60d394;}
    50% {background: #aaf683;}
    75% {background: #ffd97d;}
    100% {background: #ff9b85;}
}
@-moz-keyframes invalid {
    0% {background: #ee6055;}
    25% {background: #60d394;}
    50% {background: #aaf683;}
    75% {background: #ffd97d;}
    100% {background: #ff9b85;}
}
@keyframes invalid {
    0% {background: #ee6055;}
    25% {background: #60d394;}
    50% {background: #aaf683;}
    75% {background: #ffd97d;}
    100% {background: #ff9b85;}
}
.tutor-level-flash td {
  -webkit-animation: invalid 4s infinite;
  -moz-animation:    invalid 4s infinite;
  -o-animation:      invalid 4s infinite;
  animation:         invalid 4s infinite;
}

label.paid_in_full_label{margin-right: 7px;}
label.paid_in_full_label .coursetutor-paid-in-full {
    float: left;
    margin: 3px 4px 4px 4px;
}

.btn.btn-primary.add-to-formative-moderation-rs {
    width: 130px;
    height: 45px;
    line-height: 16px;
    padding-top: 6px;
}

.delete-formative-moderation-unit{
    background-color: #fff;
    padding: 4px;
    margin-left: 12px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.delete-formative-moderation-unit:hover{
    background-color: #ddd;
}
.add-formative-unit {
    background: #6a4bc4;
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    font-size: 24px;
    cursor: pointer;
    margin-top: 2px;
}
.add-formative-unit-select-wrapper {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 12px;
}
.add-formative-unit-select-wrapper .unit-item-clickable {
    background: #e8f3f9;
    border: 1px solid #a7d0e8;
    margin-bottom: 5px;
    padding: 0 10px 0 8px;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
}
.add-formative-unit-select-wrapper .unit-item-clickable:hover{
    background: #dbf1fd;
    border-color: #77bee8;
}

#mini-exam-questions .mini-exam-question {
    position: relative;
    padding: 30px 25px 20px 25px;
    background: #f1f8ff;
    margin-bottom: 20px;
    border-radius: 8px;
}
#mini-exam-questions .answers-list {
    margin-top: 20px;
    list-style-type: none;
}
#mini-exam-questions .answer {
    position: relative;
    padding: 40px 25px 25px 60px;
    background: #c4d5e6;
    margin-bottom: 15px;
    border-radius: 8px;
}
#mini-exam-questions .textarea {
    display: inline-block;
    vertical-align: top;
}
#mini-exam-questions .sel {margin-top: 5px;}
#mini-exam-questions select {
    background: #fdfdfd;
    padding: 1px 12px;
    border-radius: 8px;
    border: 1px solid #e7ecf3;
}
#mini-exam-questions .question-data span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}
#add-mini-exam-question{margin-bottom: 35px;}
#mini-exam-questions .sort-handle {
    cursor: move;
    padding: 12px 18px;
    position: absolute;
    height: 40px;
    top: 0;
    left: 0;
    width: 40px;
}
#mini-exam-questions{padding: 0;}
#mini-exam-questions, #mini-exams-questions ol{list-style-type: none;}
#mini-exam-questions .delete-answer,
#mini-exam-questions .delete-question{
    position: absolute;
    top: 7px;
    right: 20px;
}

#mini-exam{margin-top: 15px}
#mini-exam-student-form{margin-top: 31px;}
#mini-exam-student-form .submit-row{margin-top: 25px}
#mini-exam-student-form .question-text{margin-bottom: 15px;font-size: 16px;color: #000;}
#mini-exam-student-form .mini-exam-question {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 30px;
    background: #f1f8ff;
    border-radius: 12px;
}
#mini-exam-student-form .answer {
    position: relative;
    padding: 15px 18px 15px 59px;
    background: #ddecfb;
    margin-bottom: 15px;
    border-radius: 6px;
}
#mini-exam-student-form .answer .cb, #mini-exam-questions .answer .cb, #mini-exam-student-form .answer .icb {
    position: absolute;
    top: 10px;
    left: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #fdfdfd;
    border: 2px solid #d3dde3;
    border-radius: 2px;
}
#mini-exam-questions .answer .cb {
    top: 40px;
    left: 15px;
}
#mini-exam-student-form .answer .cb.selected, #mini-exam-questions .answer .cb.selected{
    border-color: #9550ff;
}
#mini-exam-student-form .answer .cb.selected:after, #mini-exam-questions .answer .cb.selected:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: url('../img/cb-checked.svg');
    background-position: center center;
    content: '';
}
#mini-exam-student-form .question-error {
    background: #f23f38;
    color: #fff;
    padding: 5px 12px;
    margin: -5px 0 15px 0;
}
#mini-exam-student-form .status.bad {
    background: #c41d1d;
    color: #fff;
    padding: 7px 14px;
}
#mini-exam-student-form .status.ok {
    background: #1dc428;
    color: #fff;
    padding: 7px 14px;
}
#mini-exam-container .msg-no-attempts {
    color: #5e9ba2;
    border-left: 3px solid #5e9ba2;
    background: #f3f9f8;
    padding: 10px 15px 11px 15px;
}
#mini-exam-container .msg-completed {
    color: #0ecaa4;
    border-left: 3px solid #54e0c4;
    background: #f1fff2;
    padding: 10px 15px 11px 15px;
}
#mini-exam-container .attempt-data {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
}
#mini-exam-container .attempts {
    margin-bottom: 15px;
    padding: 15px 20px;
    background: #f0f0ff;
}
.mini-exam-form-tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e7ecf3;
    margin-right: ;
    margin-left: 25px;
    padding: 14px 16px 14px 60px;
    color: #424959;
    cursor: pointer;
    font-size: 16px;
    border-radius: 60px;
}
.mini-exam-form-tab.active{
    border-color: #664bc4;
    color: #664bc4;
}
#mini-exam-form-tabs{
    display: inline-block;vertical-align: top;
}
.mini-exam-form-tab:after {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 32px;
    height: 32px;
    content: '';
    background-color: #e1e8f0;
    line-height: 17px;
    border-radius: 3px;
    border-radius: 50%;
}
.mini-exam-form-tab.active:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 55% 45%;
    background-color: #664bc4;
}
.back-to-mini-exam {
    border: 1px solid #664bc4;
    padding: 5px 20px;
    border-radius: 43px;
    font-size: 16px;
    margin-left: 20px;
}
.mini-exam-question.question-answered {
    border-left: 4px solid #24ce46;
    padding-left: 16px;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.mini-exam-question.question-not-answered {
    border-left: 4px solid #d95d5d;
    padding-left: 16px;
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}
.pdpgw-info {
    background: #d8efcc;
    color: #4d7438;
    padding: 12px 15px;
    margin-bottom: 20px;
}
.pdpgw-warn {
    background: #f8d7da;
    color: #956264;
    padding: 12px 15px;
}
#pdpgw-steps {
    padding: 18px 10px;
    border: 1px solid #f0f3f7;
}
#pdpgw-buttons {
    padding: 20px 10px 15px 10px;
    border: 1px solid #f0f3f7;
}
#pdpgw-steps .go {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 0 10px 0 10px;
    cursor: pointer;
}
#pdpgw-steps span {
    display: inline-block;
    vertical-align: middle;
}
#pdpgw-steps .num {
    margin-right: 8px;
    background: #b4bdce;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
}
#pdpgw-steps .text {
    max-width: 230px;
}
#pdpgw-steps .go.active .num{
    background: #664bc4 !important;
}
#pdpgw-steps .go.active .text{
    color: #664bc4 !important;
}
#pdpgw-steps .go.filled .num{
    background: #54e0c4;
}
#pdpgw-steps .go.filled .text{
    color: #54e0c4;
}
#pdpgw-tabs {
    border-left: 1px solid #f0f3f7;
    border-right: 1px solid #f0f3f7;
}
#pdpgw-tabs .pdpgw-tab {
    display: none;
    padding: 25px 25px 10px 25px;
}
#pdpgw-tabs label.control-label{
    font-size: 18px;
}
#pdpgw-tabs .pdpgw-tab.active{
    display: block;
}
#pdpgw-buttons{

}
#pdpgw-buttons-inn{
    display: inline-block;
    width: 100%;
}
#pdpgw-prev, #pdpgw-next {
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
}
#pdpgw-prev {
    float: left;
    margin-left: 15px;
    background: #b4bdce;
}
#pdpgw-prev.active{
    background: #664bc4;
}
#pdpgw-next {
    float: right;
    margin-right: 15px;
    background: #664bc4;
}
#pdpgw-buttons #submit-res.error {
    padding: 0 15px 20px 15px;
}
.ns{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.pdpgw-view .text-box{
    margin-bottom: 20px;
}
.pdpgw-view .text-box .name{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
.pdp-status-col{
    position: relative;
}
.pdp-status-col input{cursor: pointer;}
#pdpgw-date-note, #pdpgw-date-warn {
    margin-bottom: 20px;
    padding: 10px 15px;
    background: #ddefff;
}
#pdpgw-date-warn{}

#tuc-preview-messages-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    background: rgba(0,0,0,.8);
}
#tuc-preview-messages-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 740px;
    height: 680px;
    margin: -340px 0 0 -370px;
    background: #fff;
    z-index: 9998;
    border-radius: 6px;
}
#tuc-preview-messages-modal .heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}
#tuc-preview-messages-modal .inner-list{
    height: 100%;
    width: 100%;
    padding: 20px 30px;
    overflow-y: auto;
}
#tuc-preview-messages-modal .msg-wrap {
    position: relative;
}
#tuc-preview-messages-modal .msg-wrap .cb-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
#tuc-preview-messages-modal .msg-wrap .cb-item:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #f7f9fd;
    border: 1px solid #a6b1c8;
    content: '';
}
#tuc-preview-messages-modal .msg-wrap .cb-item:hover:before{
    border-color: #555d6d;
}
#tuc-preview-messages-modal .msg-wrap .cb-item.selected:before{
    border-color: #555d6d;
}
#tuc-preview-messages-modal .msg-wrap .cb-item.selected:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url('../img/cb-checked.svg');
    background-position: 1px 2px;
    content: '';
}
#tuc-preview-messages-modal .msg {
    background: #e9f1ff;
    margin-bottom: 10px;
    margin-left: 40px;
    padding: 15px 20px;
    border-radius: 6px;
}
#tuc-preview-messages-modal .msg.msg-tutor{
    background: #f7eff9;
}
#tuc-preview-messages-modal .author {
    margin-bottom: 5px;
}

#tuc-hide-conversation {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
.assessor-warned{color: #111;font-size;font-size: 16px;font-weight: normal;}
#tuc-admin-send {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px 10px 10px;
}
#tuc-admin-send .send {
    display: block;
    height: 46px;
    background: #3fa3d5;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    font-size: 16px;
}
#tuc-admin-send .send:hover{background: #1685bd;}
#tuc-admin-send-num {
    font-weight: bold;
    padding: 0 2px;
}
.mail-box-item.mbc-read:after {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 10px;
    left: -1px;
    bottom: 10px;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.mail-box-item.mbc-read.mbc-red:after {
    background: #ff6363;
}
.mail-box-item.mbc-read.mbc-green:after {
    background: #19ca19;
}
.mail-box-item.mbc-read.mbc-amber:after {
    background: #f7b721;
}
#mail-colours-info {
    position: absolute;
    top: -35px;
    left: 0;
}
.html-tooltip{
    cursor: help;
}
.html-tooltip:hover + .html-tooltip-data{
    display: block;
}
.html-tooltip-data {
    display: none;
    width: 450px;
    padding: 10px 15px 10px 18px;
    position: absolute;
    top: 32px;
    left: -13px;
    z-index: 2;
    border-radius: 12px;
    background: #fdfdfd;
    border: 5px solid #d8e2e7;
}
.html-tooltip-data:after, .html-tooltip-data:before {
    bottom: 100%;
    left: 76px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.html-tooltip-data:after {
    border-color: rgba(253, 253, 253, 0);
    border-bottom-color: #fdfdfd;
    border-width: 7px;
    margin-left: -7px;
}
.html-tooltip-data:before {
    border-color: rgba(216, 226, 231, 0);
    border-bottom-color: #d8e2e7;
    border-width: 14px;
    margin-left: -14px;
}
.course-tutor-marking-days{width: 60px;margin-right: 12px}

.assignment-work-submit-row .form-group{
    display: inline-block;
    vertical-align: top;
}
.assignment-work-submit-row .save-draft{
    color: #fff !important;
    margin-left: 15px;
}

.ai-check-rules {
    background: rgba(73, 172, 221, 0.1);
    padding: 20px 20px;
}
.ai-check-rule {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(147, 199, 225, 0.3);
}
.ai-check-rule:last-child{
    border-bottom: 0;
}
.ai-check-rule .line-name {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.ai-check-rule .aic-name-inp {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(73, 172, 221, 0.3);
    padding: 7px 10px;
    width: 375px;
}
.ai-check-rule .aic-input-box {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    padding-bottom: 5px;
}
.ai-check-rule .points-tit {
    text-transform: uppercase;
    font-size: 12px;
    margin: -2px 0 2px 0;
}
.ai-check-rule .aic-pv {
    padding: 1px 10px;
    width: 65px;
    border-radius: 6px;
    border: 1px solid rgba(73, 172, 221, 0.3);
}
.aic-check-levels {
    margin-bottom: 25px;
}
.aic-box .aic-box-name {
    font-size: 16px;
    font-weight: 600;
}
.aic-check-levels .aic-box-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.aic-check-levels .aic-inp-wrap input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(73, 172, 221, 0.95);
    padding: 7px 10px;
    width: 80px;
}
.aic-btn-work{
    background: #2d71f2;
    color: #fff;
}
.aic-btn-work:hover{
    background: #215ccc !important;
    color: #fff !important;
}
.aic-modal .modal-footer{
    justify-content: space-between;
}
.aic-rule-content .value{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f7f9fd;
}
.aic-rule-content .delete-content{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    background: #f23f38;
    color: #fff !important;
    padding: 0px 10px;
    cursor: pointer;
}

.map-dashboard-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff;
}
.map-dashboard-modal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    content: '';
    cursor: pointer;
    background: url('../img/cross.svg');
    background-repeat: no-repeat;
    background-size: 58px 58px;
    z-index: 3;
    background-position: center center;
}

.switchonoff-name{line-height: 30px;vertical-align: middle;display: inline-block;margin-right: 8px;}
.switchonoff {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: 56px;
  height: 30px;
}
.switchonoff input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.switchonoff .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 30px;
}
.switchonoff .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.switchonoff input:checked + .slider {
  background-color: #2196F3;
}
.switchonoff input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switchonoff input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.help-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  cursor: help;
  outline: none;
}

.help-tip__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #999;
  color: #555;
  user-select: none;
}

.help-tip__popup {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
  min-width: 373px;
  max-width: 400px;
  z-index: 9999;
  background: #fff;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 10px 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
}

.help-tip__popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #ddd transparent transparent;
}
.help-tip__popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.help-tip:hover .help-tip__popup,
.help-tip:focus-within .help-tip__popup,
.help-tip.is-open .help-tip__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Optional: small typography inside tooltip */
.help-tip__content { font-size: 13px; line-height: 1.35; }
.help-tip__content code { background: #f6f8fa; padding: 2px 4px; border-radius: 4px; }



@media all and (max-width: 1889px){
    .tutor-feedback-tables-wrapper{
        width: 100%;
        margin-left: 0;
    }
}
@media all and (max-width: 1700px){
    .options-set{
        -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }
    .edit-feedback-modal{width: 1200px;margin-left: -600px;}
}
@media all and (max-width: 1400px){
    .options-set{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .edit-feedback-modal{width: 96%;margin-left: 0;left: 2%;}
    .edit-feedback-modal .close-modal {background-color: rgba(50,50,50,.4);top: 2px;right: 2px;z-index: 9999;}
}
@media all and (max-width: 1000px){
    .publication{max-width: 100%;}
    #tuc-preview-messages-modal{top: 0;left: 0;width: 100%;height: 100%;margin: 0;}
    #tuc-preview-messages-modal .inner-list{padding-left: 16px;padding-right: 16px;}
    #tuc-preview-messages-modal .close-modal {
        top: 10px;
        right: 10px;
        height: 60px;
        background-color: rgba(0,0,0,.4);
        border-radius: 50%;
        width: 60px;
        background-size: 24px 24px;
    }
}

@media all and (max-width: 768px){
    .common-layout .mobile-header, 
    .common-layout .mobileheader-logo{display: none;}
    .common-layout .main-header{display: block !important}
}

@media all and (max-width: 660px){
    .student-complete-address-modal{width: 100%;margin: 0 !important;top: 0;right: 0;left: 0 !important;height: 100%;padding: 0 0 75px 0;}
    .student-complete-address-modal > h2{display: none;}
    .student-complete-address-modal > p{height: 100%;overflow-y: scroll;padding: 0 25px 25px 25px;}
    .student-complete-address-modal .sa-button-container {
        padding-top: 17px;
        box-shadow: 0 -2px 1px 1px rgba(50,50,50,.07);
        z-index: 9999999;
        position: relative;
    }
}
@media all and (max-width: 530px){
    .simple-progress-name{
        display: inline-block;
        max-width: 300px;
    }
    .title-mfw{flex: 0 0 100%;max-width: 100%;}
    .lms-btn-auto-fc + .lms-btn-auto{margin-bottom: 0px;}
}
@media all and (max-width: 440px){
    .simple-progress-name{
        display: inline-block;
        max-width: 220px;
    }
}