html{
    height: 100%;
}

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

a{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

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:0;
    margin:0 auto 40px;
    padding:0;
}

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

.form-section-title{
    float:none;
    width:auto;
    color:#1B2A4A;
    font-weight:600;
    font-size:17px;
    line-height:1.3;
    margin-bottom:20px;
}

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

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

.form-check:not(.form-check-inline){
    margin-bottom:0.5rem;
}

.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 #eef0f2;
    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:18px;
    color: #C4614A !important;
}

.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-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1B2A4A;
    margin: 0;
}

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

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

.unit-sortable-element-description{
    color: #697481;
    font-size: 13px;
    margin-top: 2px;
}

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

.collapse-group {
    display: flex;
    flex-direction: column;
    margin-left: -20px;
    margin-right: -20px;
}

.unit-card {
    border-bottom: 1px solid #eef0f2;
}

.unit-card:last-child {
    border-bottom: none;
}

.unit-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    text-decoration: none !important;
    cursor: pointer;
}

.unit-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
}

.unit-card-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    color: #697481;
    font-size: 14px;
}

.unit-card-header:hover .unit-card-toggle {
    background-color: #eceff2;
    color: #1B2A4A;
}

.unit-card-body {
    padding: 0 24px 8px;
    border-top: 1px solid #eceff2;
}

.unit-description {
    font-size: 15px;
    line-height: 1.5em !important;
    padding-top: 16px;
    padding-bottom: 8px;
    font-weight: 400;
    color: #4b5563;
}

.activity-title {
    margin-bottom: 4px;
    font-weight: 600;
    color: #1B2A4A;
}

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

.activity-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
}

.activity-row:not(:last-of-type){
    border-bottom: 1px solid #eceff2;
}

.activity-row-body {
    flex: 1 1 auto;
    min-width: 0;
}

.activity-type-description {
    margin-bottom: 0;
    font-size: 13px;
    color: #697481;
}

.activity-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
}

.activity-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.activity-score {
    font-size: 12px;
    color: #697481;
}

.activity-meta-end {
    justify-content: flex-end;
    min-width: 140px;
}

.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-top: 8px;
    display: none;
}

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

.removeanswer-enabled, .removeitem-enabled{
    font-size:14px;
    color:#C4614A;
    padding-top:8px;
    cursor:pointer;
}
.removeanswer-disabled, .removeitem-disabled{
    font-size:14px;
    color:#ccc;
    padding-top:8px;
    cursor:default;
}
.sortanswer-enabled, .sortitem-enabled{
    font-size:14px;
    color:#1B2A4A;
    cursor:pointer;
}
.sortanswer-disabled, .sortitem-disabled{
    font-size:14px;
    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:#2b384a;
    font-size:26px;
}

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

.dashboard-stat-card {
    display: block;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    padding: 20px;
    color: inherit;
}

.dashboard-stat-title{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color:#1B2A4A;
    margin-bottom:20px;
}

a.dashboard-stat-card:hover {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 10px rgba(0,0,0,0.10);
}

.dashboard-stat-card-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
}

.dashboard-stat-card-link:hover {
    color: inherit;
}

.dashboard-stat-card-link:hover .dashboard-stat-card-value,
.dashboard-stat-card-link:hover .dashboard-stat-card-label {
    text-decoration: underline;
}

.dashboard-stat-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 14px;
}

.dashboard-stat-card-icon-blue {
    background-color: #e6f0fa;
    color: #3d96ce;
}

.dashboard-stat-card-icon-amber {
    background-color: #fef3e0;
    color: #d97706;
}

.dashboard-stat-card-icon-slate {
    background-color: #eceff2;
    color: #697481;
}

.dashboard-stat-card-icon-red {
    background-color: #fbe7e7;
    color: #cc3333;
}

.dashboard-stat-card-icon-green {
    background-color: #e6f4ea;
    color: #1e7d3c;
}

.dashboard-stat-card-value {
    font-size: 28px;
    font-weight: 700;
    color: #1B2A4A;
    line-height: 1.2;
}

.dashboard-stat-card-label {
    font-size: 14px;
    color: #697481;
    margin-bottom: 10px;
}

.dashboard-stat-card-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 999px;
    text-decoration: none !important;
}

a.dashboard-stat-card-badge:hover {
    text-decoration: underline !important;
}

.dashboard-stat-card-badge-red {
    background-color: #fbe7e7;
    color: #b32424;
}

.dashboard-stat-card-badge-amber {
    background-color: #fef3e0;
    color: #a35a00;
}

.dashboard-stat-card-badge-green {
    background-color: #e6f4ea;
    color: #1e7d3c;
}

.dashboard-stat-card-badge-blue {
    background-color: #e6f0fa;
    color: #2472a4;
}

.dashboard-stat-card-badge-slate {
    background-color: #eceff2;
    color: #697481;
}

.dashboard-stat-card .subheader-extratitle {
    color: #1B2A4A;
}

.subheader-stat-col {
    padding: 20px;
    border-bottom: 1px solid #eceff2;
}

.subheader-stat-col:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .subheader-stat-col {
        border-bottom: none;
        border-right: 1px solid #eceff2;
    }

    .subheader-stat-col:last-child {
        border-right: none;
    }
}

/* donut graphs were designed to sit on the dark .subheader background;
   rescope their colours/size so they read correctly inside a white dashboard-stat-card */
.dashboard-stat-card-graph .svg-item {
    margin: 0 auto;
}

.dashboard-stat-card-graph .donut {
    width: 100px;
    height: 100px;
}

.dashboard-stat-card-graph .donut-ring {
    stroke: #eceff2;
}

.dashboard-stat-card-graph .donut-text-container {
    fill: #1B2A4A;
}

.dashboard-stat-card-graph .donut-small-ring {
    width: 64px;
    height: 64px;
    line-height: 58px;
    font-size: 14px;
    border-color: #eceff2;
    color: #1B2A4A;
}

/* 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:178px;
    max-width:220px;
    overflow:hidden;
    text-overflow:ellipsis;
    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;
    white-space:nowrap;
    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:16px;
    padding:24px 28px;
    overflow: hidden;
    position:relative;
    background-color:#1B2A4A;
    color:#fff;
    margin-left: -10px;
}

.enrolment-progress-title{
    font-size:21px;
    font-weight:700;
    line-height:26px;
    margin-bottom:10px;
    color:#fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.enrolment-progress-description{
    font-size:15px;
    color: rgba(255,255,255,0.7);
}

.enrolment-progress-container .progress{
    background-color: rgba(255,255,255,0.15);
    height:10px;
    border-radius:6px;
}

.enrolment-progress-container .progress-bar{
    background-color:#fff;
    color:#fff;
    font-weight:600;
    border-radius:6px;
}

/* 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-icon-remove{
    align-items:center;
    display:inline-flex;
    height:32px;
    justify-content:center;
    padding:0;
    width:32px;
}

/*.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{
    position: relative;
    display: block;
    width: 100%;
    min-height: 38px;
    white-space: nowrap;
    overflow: hidden;
}

.input-group > .custom-file{
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .custom-file:not(:last-child) .custom-file-label{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file-input{
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 38px;
    margin: 0;
    opacity: 0;
}

.custom-file-label{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    min-height: 38px;
    padding: 0.375rem 0.75rem;
    overflow: hidden;
    color: #495057;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    min-height: 38px;
    padding: 0.375rem 0.75rem;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-label-disabled{
    background-color: #e9ecef;
}

.input-group-prepend,
.input-group-append{
    display: flex;
}

/* Bootstrap 4 compatibility shims retained for legacy Smarty markup. */
.form-group{
    margin-bottom: 1rem;
}

.form-inline{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.control-label,
.form-group > label, .sort-label, .form-check-label, form > label {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 0.375rem;
}

.radio-inline,
.checkbox-inline{
    display: inline-flex;
    align-items: center;
    margin-right: 0.75rem;
}

.radio-inline input,
.checkbox-inline input{
    margin-right: 0.25rem;
}

.media{
    display: flex;
    align-items: flex-start;
}

.media-body{
    flex: 1;
}

.card-deck{
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
}

.card-deck .card{
    flex: 1 0 0%;
}

.embed-responsive{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.embed-responsive::before{
    display: block;
    content: "";
}

.embed-responsive-16by9::before{
    padding-top: 56.25%;
}

.embed-responsive-4by3::before{
    padding-top: 75%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.table{
    --bs-table-color: #212529;
    --bs-table-striped-color: #212529;
    --bs-table-hover-color: #212529;
    --bs-table-active-color: #212529;
}

.table .thead-dark th{
    color: #fff;
    background-color: #212529;
    border-color: #C8CDD2;
}

.table .thead-light th{
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

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

/* course header card (learner course / ILP header) */
.course-header-card {
    display: flex;
    align-items: stretch;
    gap: 24px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    padding: 20px;
    height: 223px;
}

.course-header-cover {
    flex: 0 0 183px;
    width: 183px;
    height: 183px;
    border-radius: 10px;
    background-color: #eceff2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.course-header-body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.course-header-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.course-header-title {
    font-size: 24px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0;
    word-break: break-word;
}

.course-header-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-shrink: 0;
}

.course-header-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-header-meta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 14px;
}

.course-header-meta-icon-blue {
    background-color: #e6f0fa;
    color: #3d96ce;
}

.course-header-meta-icon-amber {
    background-color: #fef3e0;
    color: #d97706;
}

.course-header-meta-icon-green {
    background-color: #e6f4ea;
    color: #1e7d3c;
}

.course-header-meta-label {
    font-size: 12px;
    color: #697481;
    line-height: 1.4;
}

.course-header-meta-value {
    font-size: 14px;
    font-weight: 600;
    color: #1B2A4A;
    line-height: 1.4;
}

.course-header-progress {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-header-progress-label {
    font-size: 13px;
    font-weight: 600;
    color: #697481;
}

.course-header-progress-label i {
    color: #3d96ce;
    margin-right: 6px;
}

.course-header-progress-track {
    height: 8px;
    border-radius: 4px;
    background-color: #eceff2;
}

.course-header-progress-bar {
    border-radius: 4px;
    background-color: #3d96ce;
}

@media (max-width: 767px) {
    .course-header-card {
        flex-direction: column;
    }

    .course-header-cover {
        width: 100%;
        height: 140px;
    }

    .course-header-meta {
        gap: 16px;
    }
}

.activity-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.activity-filter-btn {
    border-radius: 999px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.25;
    padding: 3px 9px;
}

.activity-filter-btn.active {
    background-color: #1B2A4A;
    border-color: #1B2A4A;
    color: #fff;
}

.enrolment-activities-table {
    font-size: 13px;
    background-color: #fff;
}

.enrolment-activities-table + .enrolment-activities-table {
    margin-top: 10px;
}

.enrolment-activities-table th,
.enrolment-activities-table td {
    vertical-align: middle;
}

.enrolment-activities-table th {
    white-space: nowrap;
}

.enrolment-activities-table tbody tr:nth-child(odd) {
    background-color: #f7f8fa;
}

.activity-unit-heading {
    background-color: #e5e9ee !important;
    color: #2b384a !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.activity-name-cell strong {
    color: #0f1f36;
}

.activity-type-label,
.activity-meta,
.activity-empty-value {
    color: #697481;
}

.activity-meta {
    margin-top: 4px;
    font-size: 12px;
}

.activity-date-cell {
    color: #263545;
    white-space: nowrap;
}

.activity-status-cell .list-badge,
.enrolment-activities-table td .list-badge {
    padding: 3px 9px;
    font-size: 11px;
}

.activity-status-note,
.activity-score {
    margin-top: 6px;
    color: #495366;
    font-size: 12px;
    white-space: nowrap;
}

.activity-status-note i {
    color: #d95d1e;
}

.activity-actions-header,
.activity-actions-cell {
    width: 44px;
}

.activity-action-button {
    width: 32px;
    height: 28px;
    border: 0;
}

.activity-no-results {
    padding: 14px 16px;
    color: #697481;
    background-color: #f7f8fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 13px;
}

/* END OF MEDIA QUERIES */
