html{
    height: 100%;
}

body{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

header{
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

main{
    margin: 85px auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

footer{
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 4px;
    font-size: 12px;
}

.btn:not(:disabled) {
    cursor: pointer;
}

.page-title{
    margin-bottom:22px;
    font-size:30px;
    line-height:36px;
}

.form-control-medium{
    width:50%;
    min-width:200px;
}

.form-control-short{
    width:30%;
    min-width:200px;
}

.field-message-error{
    color:orangered;
    font-size:13px;
}

.form-section{
    border-bottom:1px dashed #555;
    margin:40px auto;
    padding-bottom:36px;
}

.form-section:last-of-type{
    border-bottom: 0;
}

.form-section-title{
    font-weight:bold;
    font-size:17px;
    margin-bottom:34px;
}

.form-check-group{
    margin:26px auto;
}

.form-check-group:last-of-type{
    margin-bottom:0;
}

.form-actions{
    margin-top:36px;
}

.required{
    color:orangered;
    padding-left:4px;
}

.alert ul{
    margin:0;
    padding-left:1.25rem;
}

.sortable-drop-placeholder{
    border: 1px dashed #ccc;
    padding:2px 10px;
    background-color:#fbfbfb;
}

.unit-sortable-element-new, .activity-sortable-element-new {
    color: #747474 !important;
    font-size: 13px;
    background-color: #f7f7f7;
    padding: 2px 5px;
    border: 1px solid #ededed;
}

.unit-sortable-element-new a, .activity-sortable-element-new a{
    cursor: pointer;
}

.unit-sortable-element-new i, .activity-sortable-element-new i{
    color:#518a52;
    padding-right:4px;
}

.unit-sortable-element{
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    padding:16px 10px 16px 28px;
    background-color:#fff;
    margin:14px 0;
}

.activity-sortable{

}

.activity-sortable-element{
    border:1px solid #e7e7e7;
    padding:10px 10px 10px 26px;
    font-size:15px;
    margin:14px 0;
    background-color:#fff;
}

.unit-sortable-element-actions, .activity-sortable-element-actions{
    margin-right:0;
    float:right;
    font-size:16px;
    color: rgba(0, 123, 255, 0.7);
}

.activity-sortable-element-actions{
    font-size:15px;
}

.unit-sortable-element-actions a:hover, .activity-sortable-element-actions a:hover{
    text-decoration: none;
}

.unit-sortable-element-actions i, .activity-sortable-element-actions i{
    padding-left:6px;
    cursor:pointer;
    color: rgba(0, 123, 255, 0.7);
}

.unit-sortable-element-actions i:hover, .activity-sortable-element-actions i:hover{
    color:#0056b3;
}

.unit-sortable-element-move-icon, .activity-sortable-element-move-icon{
    cursor:move !important;
}

.unit-sortable-element-title{
    font-size:22px;
    font-weight:600;
    color: rgba(0, 123, 255, 1);
}

.activity-sortable-element-title{
    font-size:17px;
    font-weight:600;
}

.unit-sortable-element-description{
    font-size:14px;
    color: #757575;

}

.activity-sortable-element-description{
    font-size:13px;
    color: #757575;
}

.no-profile-picture{
    color:#fff;
    font-size:40px;
}

.profile-picture{
    border-radius:50%;
    width:40px;
    height:40px;
}

/* START OF LEARNER COURSE OVERVIEW */

.aims-text {
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.list-expand-controls {
    float: right;
}

.unit-header {
     padding: 10px 20px 10px 20px;
     background: #f7f7f7;
     border: 1px solid #ccc;
     font-size: 18px;
     font-weight: 400;
     margin-top: 25px;
 }

.unit-header-pre {
    padding: 10px 20px 10px 20px;
    background: #e1e1e1;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: 400;
    margin-top: 25px;
}
.course-arrow {
    color: #337ab7;
    float: right;
    margin-top: 5px;
}

.unit-box {
    border: 1px solid #ccc;
    border-top:0;
    padding: 0 20px 0 20px;
}

.unit-description {
    font-size: 16px;
    line-height: 1.5em !important;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: 300;
}

.activity-title {
    margin-bottom: 5px;
}

.activity-description {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5em !important;
    font-weight: 300;
    color:#555;
}

.unit-activity-container {
    font-size: 18px;
    padding-top:25px;
    border-top: 1px solid #f0f0f0;
    font-weight: 400;
}

.activity-type-description {
    margin-bottom: 10px;
    font-size: 16px;
}

.activity-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}

.activity-status-message {
    color: #002a4d;
    font-weight: bold;
    font-size: 13px;

}

.status-message-3 {
    color: #8bb918;
}

.status-message-4 {
    color: #CC0000;
}

.status-message-5 {
    color: #ff9933;
}

.video-text {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
}

.public-course-sidebar-item{
    background-color:#3d96ce;
    color:#fff;
    padding:4px 16px;
    border-radius:3px;
    margin-bottom:26px;
    position:relative;
    overflow: hidden;
}

.public-course-sidebar-item-link:hover {
    text-decoration: none;
}

.public-course-sidebar-item-green {
    background-color: #8bb918;
}

.public-course-sidebar-item-orange {
    background-color: #e88c2f;
}

.public-course-sidebar-item-orange:hover {
    background-color: #d07e2a;
}

.public-course-sidebar-item-red {
    background-color: #b82721;
}

.public-course-sidebar-item-body{
    position:relative;
    z-index:1;
}
.public-course-sidebar-item-title{
    font-weight:500;
    font-size:30px;
    text-shadow: 1px 1px #000;
}

.public-course-sidebar-item-text{
    text-shadow: 1px 1px #000;
    margin-bottom:16px !important;
    color:#fff !important;
    font-weight:400 !important;
    font-size:22px !important;
}

.public-course-sidebar-item-background-graphics{
    position:absolute;
    color: rgba(255, 255, 255, 0.45);
    z-index:0;
}

.public-course-sidebar-feature-list .public-list > ul{
    margin-left:17px;
    margin-top:20px;
}

.public-course-sidebar-feature-list .public-list > ul li{
    font-size:16px !important;
    line-height:24px;
}

.public-course-sidebar-feature-list .public-list ul>li>i{
    color:#3d96ce;
    font-size:10px;
    padding-top:4px;
}

.status-small-screen {
    margin-bottom: 25px;
    display: none;
}

.modal-dialog .close{
    position:absolute;
    right:15px;
}

.removeanswer-enabled, .removeitem-enabled{
    font-size:20px;
    color:orangered;
    padding-top:8px;
    cursor:pointer;
}
.removeanswer-disabled, .removeitem-disabled{
    font-size:20px;
    color:#ccc;
    padding-top:8px;
    cursor:default;
}
.sortanswer-enabled, .sortitem-enabled{
    font-size:12px;
    color:#337ab7;
    cursor:pointer;
}
.sortanswer-disabled, .sortitem-disabled{
    font-size:12px;
    color:#ccc;
    cursor:default;
}

/* END OF LEARNER COURSE OVERVIEW */

.center {
    text-align:center;
}
.disabledRemoveSubmission {
    float:right;
    margin-left:10px;
    color:#ccc;
}
.removeSubmission {
    float:right;
    margin-left:10px;
    color:orangered;
}
.removeSubmission:hover {
    color:orangered;

}

.submission-file-container {
    border: 1px solid #ced4da;
    padding:0.75rem;
    margin-bottom: 46px;
}

.submission-file-container-title{
    font-size:17px;
    font-weight:bold;
    margin-bottom:16px;
}

.submission-file-actions {
    width:100%;
    display:inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}

.multiFilePickerClearRow, .file-picker-row-clear {
    float: left;
    text-align: center;
    padding: 9px;
    width: 10%;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -1px;
}
.multiFilePickerRow, .file-picker-row {
    width:90%;
    float:left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}




.removeMultiFilePickerRow, .file-picker-row-remove {
    color:orangered;
}

.removeMultiFilePickerRow:hover, .file-picker-row-remove:hover {
    color: orangered;
}

/* DASHBOARDS */
.dashboard-user-profile-picture{
    border-radius:50%;
    width:23px;
    height:23px;
}

.dashboard-no-user-profile-picture{
    color:#212529;
    font-size:23px;
}

.admin-dashboard-box-outer-url {
    text-decoration: none !important;
}

.admin-dashboard-box-inner-url {
    text-decoration: none !important;
    color: white;
}
.admin-dashboard-box-inner-url:hover {
    text-decoration: none;
    color: white;
}

.admin-dashboard-box {
    padding:4px 16px;
    border-radius:3px;
    margin-bottom:26px;
    position:relative;
    overflow: hidden;
}

.admin-dashboard-box-blue {
    color:#fff;
    background-color: #3d96ce;
}
.admin-dashboard-box-blue:hover {
    background-color: #3175a1;
}
.admin-dashboard-box-blue .admin-dashboard-box-content-title, .admin-dashboard-box-blue .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-green {
    color:#fff;
    background-color: #8bb918;
}
.admin-dashboard-box-green:hover {
    background-color: #6b9118;
}
.admin-dashboard-box-green .admin-dashboard-box-content-title, .admin-dashboard-box-green .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-orange{
    color:#fff;
    background-color: #ff9933;
}
.admin-dashboard-box-orange:hover {
    background-color: #ea8e30;
}
.admin-dashboard-box-orange .admin-dashboard-box-content-title, .admin-dashboard-box-orange .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-red {
    color:#fff;
    background-color: #CC0000;
}
.admin-dashboard-box-red:hover {
    background-color: #a60000;
}
.admin-dashboard-box-red .admin-dashboard-box-content-title, .admin-dashboard-box-red .admin-dashboard-box-content-text{
    text-shadow: 1px 1px #000;
}

.admin-dashboard-box-content {
    position:relative;
    z-index:1;
}

.admin-dashboard-box-content-title {
    font-weight:500;
    font-size:30px;
}

.admin-dashboard-box-content-text {
    margin-bottom:16px;
    color:#fff;
    font-weight:400;
    font-size:22px;
}

.admin-dashboard-box-background-graphics {
    position:absolute;
    color: rgba(255, 255, 255, 0.45);
    z-index:0;
}

/* END OF DASHBOARDS */



/* ENROLMENT PROGRESS */

.enrolment-progress-container{
    border-radius:4px;
    padding:20px;
    overflow: hidden;
    position:relative;

}

.enrolment-progress-icon{
    position:absolute;
    right:0;
    margin-top:-25px;
    margin-right:-60px;
}

.enrolment-progress-icon i {
    font-size:160px;
}

.enrolment-progress-title{
    font-size:21px;
    line-height:26px;
    margin-bottom:10px;
}

.enrolment-progress-description{
    font-size:16px;
}

.enrolment-progress-primary{
    border:1px solid #3d96ce;
    color:#555;
}

.enrolment-progress-primary .enrolment-progress-icon i{
    color:#3d96ce;
}

.enrolment-progress-success{
    border:1px solid #8bb918;
    color:#555;
}

.enrolment-progress-success .enrolment-progress-icon i{
    color:#8bb918;
}

.enrolment-progress-danger{
    border:1px solid #CC0000;
    color:#555;
}

.enrolment-progress-danger .enrolment-progress-icon i{
    color:#CC0000;
}

/* END ENROLMENT PROGRESS */


.card-tutor{
    min-width: 200px;
}

.tutor-mark-btn{
    border-radius:4px;
    padding:2px;
    cursor: pointer;
    text-align:center;
}

.tutor-mark-btn:hover{
    text-decoration:none;
}

.tutor-mark-btn-primary{
    background-color:#3d96ce;
    border:1px solid #3175a1;
    color:#fff;
}
.tutor-mark-btn-primary:hover{
    background-color: #3175a1;
    color:#fff;
}

.tutor-mark-btn-light{
    background-color:#e2e6ea;
    border:1px solid #caced2;
    color:#333;
}
.tutor-mark-btn-light:hover{
    background-color: #caced2;
    color:#333;
}

/* ONLINE ASSESSMENT */
.online-assessment-question-container{
    border:1px solid #ced4da;
    padding: 0.75rem;
    margin-bottom:46px;
}

.online-assessment-question-title{
    font-size:17px;
    font-weight:bold;
    margin-bottom:16px;
}

.online-assessment-question-remove{
    cursor:pointer;
}

.online-assessment-question-remove-disabled{
    cursor:default;
}

.online-assessment-question-remove i{
    color:orangered;
}

.online-assessment-question-remove-disabled i{
    color:#ccc;
}

.online-assessment-question-add{
    text-align:center;
    padding:0.75em;
    border:1px solid #ced4da;
}

/*.online-assessment-question-container:not(:last-of-type){
    border-bottom:1px solid #e3e6e9;
}*/
/* END OF ONLINE ASSESSMENT */



.offline-assessment-submission-remove-disabled{
    cursor:default;
}

.offline-assessment-submission-remove i{
    color:orangered;
}

.offline-assessment-submission-remove-disabled i{
    color:#ccc;
}

.course-overview-header{
    background: #f7f7f7;
    padding:16px 20px;
    border:1px solid #ccc;
    border-bottom: 6px solid #555;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.custom-file-label-with-url{
    position:absolute;
    z-index:999;
    right:80px;
    padding-left:93px;
    width:100%;
    white-space: nowrap;
    overflow-x:hidden;
    text-overflow: ellipsis;
}

.custom-file{
    white-space: nowrap;
    overflow: hidden;
}

/* MEDIA QUERIES */

@media (min-width: 568px) {
    .card-tutor{
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .activity-icon {
        display: none;
    }
    .activity-description {
        margin-bottom: 10px;
    }
    .status-large-screen {
        display: none;
    }
    .status-small-screen {
        display: block;
    }


}

/* END OF MEDIA QUERIES */

