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:#a12833;
    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: 20px 20px 20px 50px;
     background: #f4f4f4;
     border: none;
     font-size: 21px;
     margin-top: 25px;
     color:#2b384a !important;
     text-decoration:none !important;
     font-weight:600;
 }

.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: none;
    padding: 0 20px 0 50px;
    background-color:#f4f4f4;
}

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

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

.activity-title-disabled:hover {
    text-decoration: none;
    cursor:default;
}

.unit-box-disabled {
    opacity:0.4;
}

.badge-info {
    color: #000;
    background-color: #17a2b8;
  }

.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;
    font-weight: 400;
    padding-bottom:16px;
}

.unit-activity-container:not(:last-of-type){
    border-bottom: 1px solid #dedede;
    margin-bottom:16px;
}

.activity-type-description {
    margin-bottom: 0;
    font-size: 14px;
}

.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;
    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;
}

.public-course-sidebar-dates-text{
    font-size:120%;
    margin-top:-0px;
}

.public-course-sidebar-dates-icon-marker{
    font-size:38px;
    padding-top:4px;
    padding-right:4px;
}

.public-course-sidebar-dates-icon-calendar{
    font-size:34px;
    padding-top:4px;
}

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

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

.removeanswer-enabled, .removeitem-enabled{
    font-size:26px;
    color:orangered;
    padding-top:8px;
    cursor:pointer;
}
.removeanswer-disabled, .removeitem-disabled{
    font-size:26px;
    color:#ccc;
    padding-top:8px;
    cursor:default;
}
.sortanswer-enabled, .sortitem-enabled{
    font-size:26px;
    color:#337ab7;
    cursor:pointer;
}
.sortanswer-disabled, .sortitem-disabled{
    font-size:26px;
    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;
}

.stickytableapplied th {
  background: #FFF;
}

.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 */
















/* END CONTENT AUTHORING */




.contentelement-container{
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 160px;
}

.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.jagged-border{
    height:13px;
    background:url("/ui/assets/images/elearning/jagged.png") repeat-x left bottom;
}

.contentelement-scaled{
    font-size:13px;
}

.contentelement-scaled p {
    margin-bottom:3px;
}

.contentelement-scaled .player_multichoicebody{
    padding:8px;
    margin:0;
}

.contentelement-scaled .player_multichoice_text{
    margin:5px 0 10px 0;
}

.contentelement-scaled.player_multichoice{
    margin:0;
}

.contentelement-scaled.player_multichoice h2 {
    font-size: 13px !important;
    padding: 5px 8px;
}

.contentelement-scaled.player_activity{
    -webkit-box-shadow: 0 0 0 0 rgba(57, 132, 57,0.5);
    -moz-box-shadow: 0 0 0 0 rgba(57, 132, 57,0.5);
    box-shadow: 0 0 0 0 rgba(57, 132, 57,0.5);
}

.contentelement-scaled.player_assessment{
    -webkit-box-shadow: 0 0 0 0 rgba(51, 122, 183,0.5);
    -moz-box-shadow: 0 0 0 0 rgba(51, 122, 183,0.5);
    box-shadow: 0 0 0 0 rgba(51, 122, 183,0.5);
}

.contentelement-scaled.aside-container{
    padding:8px;
    margin:0;
}
.contentelement-scaled .aside-title img{
    height: 14px !important;
    width: 14px !important;
    margin-right:3px;
}
.contentelement-scaled .aside-title{
    font-size:14px !important;
    margin-bottom:6px !important;
    padding-bottom:6px;
}


.contentelement-scaled .gallery-list{
    margin:0;
    padding:0;
}
.contentelement-scaled .gallery-list .glyphicon{
    margin-top: 50%;
    font-size: 18px;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

#hotspotscontainer{
    margin-top:30px;
}
#backgroundimagecontainer{
    max-width:100%;
}
.hotspotrow{
    border:1px solid #ddd;
    padding:16px;
}

.hotspotrow .removeitem{
    float:right;
    margin-top:-15px;
    margin-right:-7px;
}

.hotspotrow .hotspotimgpreview{
    overflow: hidden;
    margin-bottom:16px;
}

.hotspotrow .hotspotimgpreview img{
    max-width:inherit !important;
}

#imagematchscontainer{
    margin-top:30px;
}

.imagematchrow{
    border:1px solid #ddd;
    padding:16px;
}

.imagematchrow .removeitem{
    float:right;
    margin-top:-15px;
    margin-right:-7px;
}

.imagematchrow .imagematchimgpreview{
    overflow: hidden;
    margin-bottom:16px;
}

.imagematchrow .imagematchimgpreview img{
    max-width:inherit !important;
}

#imagematch-data>div{
    margin:auto;
}

#imagematch-data .select-areas-delete-area{
    width:20px;
    height:20px;
}

.imagematch-label-btn-outer{
    width:40%;
    margin-right:40px;
    margin-bottom:30px;
}

.imagematch-label-btn{
    background-color:transparent;
    border:none;
    display:flex;
    align-items: center;
    padding:0;
    cursor:pointer;
}

.imagematch-label-btn-circle{
    height:40px;
    width:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    margin-right:10px;
    font-weight:500;
    background-color:#96e0cd;
    color:#2b384a;
}

.imagematch-label-btn-text{
    color:#2b384a;
    font-weight:500;
    font-size:18px;
}

.imagematch-spot-btn{
    color:#2b384a;
    height:100%;
    width:100%;
    line-height:100%;
    border-radius:50%;
    font-weight:500;
    padding:0;
    opacity:1;
    border:3px solid #fff;
    cursor:pointer;
}

.imagematch-spot-btn{
    background-color:#96e0cd;
}

.imagematch-btn-fill{
    opacity:1;
}

.contentelement-pagebreak-container{
    text-align: center;
    padding-bottom:10px;
}

.contentelement-pagebreak-text{
    padding:10px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    border-bottom: 1px solid #333;
    width: 100%;
    text-align: center;
}

.contentauthoring-item:hover .contentelement-pagebreak-text{
    background-color: #fafafa;
}

.contentelement-pagebreak-line{
    border-bottom:1px solid #ccc;
    width:100%;
    text-align: center;
    margin-top:-12px;
}
.contentelement-scaled .player_orderbody{
    padding:8px;
    margin:0;
}

.contentelement-scaled .player_order_text{
    margin:5px 0 10px 0;
}

.contentelement-scaled.player_order{
    margin:0;
}

.contentelement-scaled.player_order h2 {
    font-size: 13px !important;
    padding: 5px 8px;
}

.player_order_sortable  {
    list-style-type: none;
    padding-inline-start: 20px
}

.player_order_sortable li {
    border-radius: 0;
    border: 1px solid #2b384a;
    padding: 14px;
    background-color: #fff;
    box-shadow: none;
    color: #2b384a;
    font-size: 18px;
    font-weight: 500;
}

.contentelement-scaled .player_truefalsebody{
    padding:8px;
    margin:0;
}

.contentelement-scaled .player_truefalse_text{
    margin:5px 0 10px 0;
}

.contentelement-scaled.player_truefalse{
    margin:0;
}

.contentelement-scaled.player_truefalse h2 {
    font-size: 13px !important;
    padding: 5px 8px;
}

.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.contentelement-scaled .player_matchbody{
    padding:8px;
    margin:0;
}

.contentelement-scaled .player_match_text{
    margin:5px 0 10px 0;
}

.contentelement-scaled.player_match{
    margin:0;
}

.contentelement-scaled.player_match h2 {
    font-size: 13px !important;
    padding: 5px 8px;
}

.player_match_item {
    border: 1px solid;
}

.player_match_item {
    border-color: #2b384a;
}

.player_match_item.droppable {
    border-radius: 0;
    background: #fff;
    padding:8px;
    font-weight:500;
    font-size:18px;
    border-left:8px solid #2b384a;
}

.player_match_item.droppable.matched {
    background: #fff;
}

.player_match_item.draggable {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    padding:8px;
    font-weight:500;
    font-size:18px;
    border-right:8px solid #2b384a;
}

.contentelement-scaled.panel-group{
    margin-bottom:10px;
}

.contentelement-scaled .panel{
    margin-left:4px;
    margin-right:4px;
}

.contentelement-scaled .panel-title{
    font-size:14px;
}

.contentelement-scaled .imagematch-label-btn-circle{
    width:26px; 
    height:26px; 
    line-height:26px;
}

.contentauthoring-item{
    background-color:#fff;
    padding: 16px;
    margin: 0;
    border-radius:4px;
    position:relative;
    border:1px solid #fff;
}

.contentauthoring-item:hover{
    background-color: #fafafa;
    box-shadow: 0 5px 0 rgba(0,0,0,.3);
    border-radius: 6px;
    border-color:rgba(0,0,0,.3);
}

.contentauthoring-item h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
}

.contentauthoring-item h2{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.contentauthoring-item h3{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
}

.contentauthoring-item .custom-list-action-group{
    position:absolute;
    z-index:999;
    top:12px;
    right:12px;
    background-color:transparent;
    opacity:0;
    transition: opacity 0.5s ease;
}

.contentauthoring-item:hover .custom-list-action-group{
    opacity:1;
}

.contentauthoring-item-element-type{
    position:absolute;
    z-index:999;
    top:12px;
    right:104px;
    font-size:13px;
    font-weight:bold;
    border: 1px solid #343a40;
    border-right:0;
    background-color: #fff;
    color:#333;
    padding:5px 10px 5px 8px;
    border-radius:3px 0 0 3px;
    opacity:0;
    transition: opacity 0.5s ease;
}

.contentauthoring-item:hover .contentauthoring-item-element-type{
    opacity:1;
}

.contentauthoring-item-element-loading{
    position:absolute;
    z-index:999;
    top:12px;
    right:12px;
    font-size:13px;
    font-weight:bold;
    border: 1px solid #343a40;
    background-color: #343a40;
    color:#fff;
    padding:5px 17px;
    border-radius:3px;
}

.contentauthoring-new-item{
    padding:2px 0;
    color:#767676;
    background-color:transparent;
    position:relative;
    text-align:center;
    margin:35px 0 15px 0;
}

.contentauthoring-new-item .dropdown-menu{
    left:-60px !important;
}

.contentauthoring-new-item-add-btn{
    color: #aeaeae !important;
    display:inline-block;
    text-align:center;
    font-size:16px;
    width:28px;
    height:28px;
    line-height:28px;
    cursor:pointer;
    border:1px solid #b7b7b7;
    border-radius:50%;
    background-color:#fff;
}

.contentauthoring-new-item-line{
    border-bottom:1px dashed #c2c2c2;
    width:100%;
    height:1px;
    margin-bottom:-15px;
}

/* END CONTENT AUTHORING */



/* 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;
    border-radius:0;
    border:none;
}

.card-tutor .card-header{
    background-color:#18212c;
    padding:20px;
    border:none;
}

.card-tutor-picture-container{
    width:100px;
}

.card-tutor-picture{
    border-radius:50%;
    width:100px;
    height:100px;
    position:absolute;
}

.card-tutor-title{
    color:#fff;
    font-weight:600;
    font-size:22px;
    margin-bottom:4px;
}
.card-tutor-subtitle{
    color:#96E0CD;
    font-size:14px;
    font-weight:600;
}

.card-tutor .card-body{
    background-color:#F4F4F4;
}

.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;
    color:orangered;
}

.online-assessment-question-remove-disabled{
    cursor:default;
    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;
}

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

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

.btn-emailbuilder{
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
      padding-right: 0.75rem;
      padding-left: 0.75rem;
    border-radius: .25rem;
    background-color: #2275bb;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 21px;
    vertical-align: top;
    text-decoration: none;
}

.btn-emailbuilder:hover, .btn-emailbuilder:active {
    color: #fff;
    text-decoration: none;
}


.full-width-page{
    overflow:hidden;
}

.full-width-page main{
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.full-width-page .main-content {
    margin:0 !important;
    padding:0 !important;
}

.full-width-page .page-content {
    margin:0 !important;
    padding:0 14px;
}

.full-width-page .page-header{
    padding: 10px 20px 0 20px;
}

.full-width-page footer{
    display:none;
}


.course-units-container-tab-support{
    border-top-left-radius: 0 !important;
}

.files-card{
    border-radius:6px;
    border:1px solid #e5e5e5;
    background-color:#fafafa;
    padding:8px;
}

.files-card-small.files-card{
    padding:6px 8px;
}

.files-card a, .files-card a:hover{
    color:#333;
    text-decoration: none;
}

.files-card-icon{
    border-radius:50%;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:22px;
    border:1px solid #ccc;
    background-color:#fff;
    color:#333;
}

.files-card-small .files-card-icon{
    width:34px;
    height:34px;
    line-height:34px;
    font-size:20px;
}

.files-card-title{
    font-size:16px;
    font-weight:500;
}

.files-card-body{
    line-height:18px;
}

.files-card-small .files-card-title{
    font-size:14px;
}

.files-card-subtitle{
    font-size:14px;
    font-weight:300;
}

.files-card-small .files-card-subtitle{
    font-size:12px;
}

.files-card-chevron{
    width:24px;
}

.files-card-chevron-icon{
    font-size:14px;
}

.files-card a:hover .files-card-chevron-icon{
    margin-left:10px;
    transition: margin-left 0.3s ease;
}

.files-card-body{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.files-card-small .files-card-body{
    line-height:16px;
}

.learner-course-tab-inactive{
    background-color: #e9e9e9 !important;
    color: #495057 !important;
}

.force-word-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}    

.donut-user-name {
    display: none; 
}

.donut-display-lg {
    display: none;
}

.donut-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


/* MEDIA QUERIES */

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

@media (min-width: 768px) {
    .full-width-page .page-header{
        padding-top: 0px;
    }

    .donut-display-lg {
        display: block;
    }

    .donut-display-sm {
        display: none;
    }
}

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

@media (min-width: 1200px) {
    .donut-container {
        max-width: 70%;
        justify-content: space-between;
    }

    .donut-user-name {
        display: flex;
        align-items: center;
    } 
}

/* END OF MEDIA QUERIES */

