body {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight:400;
    color:#333;
    font-size:16px;
}

#loading-container{
    position:fixed;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    z-index:9999999;
    border-radius:3px;
    padding:78px 100px;
    background-color:#fff;
    opacity:0.9;
}

.loading-body{
    font-size:18px;
    font-weight:400;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:300px;
    width:300px;
    text-align: center;
}

.loading-body img{
    width:80px;
    margin-top:-5px;
}

a {
    font-weight: 700;
    text-decoration: underline;
    color: #0b7976;
}

a:hover{
    color: #0b7976;
}

a.page-link {
    color: #0b7976;
}

.btn{
    border-radius:50px;
    font-weight:700;
    font-size:14px;
    padding:10px 36px 10px 12px;
    text-decoration:none !important;
}

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

.btn-sm{
    padding:6px 10px;
    font-size:12px;
}

.btn-lg{
    font-size:20px;
    padding:10px 30px;
}

.btn .spinner-border-sm{
    width:20px;
    height:20px;
}

.btn-xs{
    padding:3px 10px;
    font-size:12px;
}

.btn-theme.btn-xs{
    padding:3px 30px 3px 10px;
    font-size:12px;
}

.btn-xs .spinner-border-sm{
    width:10px;
    height:10px;
}

.btn-link, .btn-link:hover{
    color: #0b7976;
}

a.btn-link{
    text-decoration:none !important;
}

a.btn-theme, .btn-theme{
    color:#fff;
    transition: all .25s ease-in-out;
    position:relative;
    text-decoration: none;
    background-color: #006992;
    color: #ffffff;
}

.btn-primary{
    padding: 10px 12px;
}

.btn-secondary{
    padding: 10px 12px;
}

a.btn-theme:hover, .btn-theme:hover, a.btn-theme:active, .btn-theme:active, a.btn-theme:focus, .btn-theme:focus{
    color:#fff;
    background-color: #015171;
}

a.btn-theme:after, .btn-theme:after {
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 13px;
    height: 40px;
    margin-top: -9px; 
    color: #ffffff;
    content: url('data:image/svg+xml; utf8, <svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 35 55" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23FFFFFF" d="M -0.5,9.5 C 10.929,15.5831 20.929,23.5831 29.5,33.5C 20.929,43.4169 10.929,51.4169 -0.5,57.5C -0.5,56.8333 -0.5,56.1667 -0.5,55.5C 5.06851,47.9199 11.0685,40.5866 17.5,33.5C 11.0685,26.4134 5.06851,19.0801 -0.5,11.5C -0.5,10.8333 -0.5,10.1667 -0.5,9.5 Z"/></svg>');
}

.btn-theme-no-icon.btn-sm{
    color: #ffffff;
    padding:3px 6px !important;
    font-size:13px !important;
}

.btn-theme.btn-sm{
    color: #ffffff;
    padding:3px 26px 3px 6px !important;
    font-size:13px !important;
}

a.btn-theme.btn-sm:after, .btn-theme.btn-sm:after{
    right: 5px;
}

.title-action-button{
    color:#fff;
    border-radius: 4px;
    border: none;
    transition: all .25s ease-in-out;
    padding:8px 16px !important;
    font-size: 14px;
}

.btn-theme-no-icon{
    background-color: #006992;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px;
    text-decoration: none !important;
}

.btn-theme-no-icon:hover{
    color: #ffffff;
    background-color: #015171;
}

.btn-outline-theme{
    border-radius: 4px;
    transition: all .25s ease-in-out;
    padding:8px 16px;
    font-size: 14px;
    color: #006992;
    border-color: #006992;
}

.btn-group .btn-theme{
    color: #ffffff;
    background-color:#006992;
    border: 1px solid #006992;
    border-radius: 6px;
    box-shadow: none;
    transition: all .25s ease-in-out;
    padding:4px 8px !important;
}

.btn-group .btn-theme:after {
    display:none;
}

.btn-group .btn-theme:hover{
    color:#fff;
    box-shadow: none;
    color:#ffffff;
    background-color: #015171;
}

.page-item.active .page-link {
    background-color: #00a8a8 !important;
    border-color: #00a8a8 !important;
    color: #ffffff !important;
}


.custom-checkbox, .custom-radio {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.custom-checkbox label, .custom-radio label {
    display: flex;
    align-items: center;
    padding-left: 38px;
    font-weight: 400;
    position: relative;
}

.custom-checkbox input, .custom-radio input {
    height: 22px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.custom-checkbox input + label::before,
.custom-radio input + label::before {
    border-radius: 5px;
    border: 1px solid;
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9d9d9d;
}

.custom-checkbox input + label::after {
    content: "";
    opacity: 0;
    background-image: url("/ui/images/check.svg");
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 11px;
    top: calc(50% - 7px);
    transform: translate(-50%);
    transition: opacity 0.2s ease-in-out;
}

.custom-radio input + label::after {
    content: "";
    opacity: 0;
    border: 6px solid;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: calc(50% - 8px);
    transform: translate(-50%);
    transition: opacity 0.2s ease-in-out;
}

.custom-checkbox input:checked + label::after, .custom-radio input:checked + label::after {
    opacity: 1;
}

.custom-checkbox input:focus + label::before, .custom-radio input:focus + label::before {
    box-shadow: 0 0 0 3px #bfeaea;
    outline: 3px solid transparent;
}

.nav-tabs {
    cursor:pointer;
}

.dropdown-noicon::after {
    display: none;
}

.topbar {
    background-color: #333;
    color:#fff;
    font-size: 1.0em;
    padding:0;
}

.topbar .header-row{
    height:50px;
}

.topbar-public-buttons a{
    border-left: 1px solid #4b4b4b;
    display:inline-block;
    height:50px;
    line-height:50px;
    padding:0 16px;
    color:#fff !important;
    text-decoration:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-bottom 0.07s ease;
}

.topbar-public-buttons a:hover{
    border-bottom: 3px solid #0b7976;
}

.topbar-public-buttons a:last-of-type{
    border-right: 1px solid #4b4b4b;
}

.public-container {
    color: rgba(0, 0, 0, 0.7);
}

.public-list ul{
    color:rgba(0, 0, 0, 0.75);
}

.public-list-icon {
    color: #ff9933;
}

.public-course-list-item {
    border-bottom:1px solid #ccc;
}

.public-call-to-action{
    background-color:#8bb918;
    color:#fff !important;
}

.public-call-to-action h1, .public-call-to-action h2{
    margin-top: 20px;
}

.public-course-sidebar-item-title {
    text-shadow: 1px 1px #000;
}

.public-course-sidebar-item-text {
    text-shadow: 1px 1px #000;
    color: #fff !important;
}

.public-course-sidebar-item-background-graphics {
    color: rgba(255, 255, 255, 0.45);
}

.public-course-sidebar-call-to-action-small, .public-course-sidebar-call-to-action-small:hover {
    color: #fff;
}

.public-course-sidebar-call-to-action-small:hover .public-course-sidebar-call-to-action-small-body{
    background-color: rgba(139, 185, 24, 0.8);
}

.public-course-sidebar-call-to-action-small-body {
    background-color: #8bb918;
}

.public-course-sidebar-feature-list .public-list ul>li>i {
    color: #3d96ce;
}

.topbar .topbarleft {
    margin-top: 4px;
}

.topbarright-menu {
    margin-top: 4px;
}

.topbarright-menu li {
    display: inline;
}

.topbarright-menu li {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}

.topbarright-menu li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

.topbarright-menu li a {
    color: #fff;
}

.topbar-lower {
    background: #2B3A59;
    height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #B2BFDA;
    display: none;
}

ul.courselist .coursename {
    margin-top: 5px;
    font-size: 2.0em;
}

ul.courselist {
    padding: 0;
    margin:0;
}

ul.courselist>li {
    list-style-type:none;
    padding:10px;
    border: solid 1px #eee;
    border-left: solid 10px #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pagesummary-container{
    color: #333;
    background-color:transparent;
    border:none;
    padding:0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:15px;
    min-height: 43px;
}

.pagesummary-text{
    margin-top:6px;
    font-size:1rem;
}

.pagesummary-container .form-inline{
    float:right;
    margin-top:3px;
}

.sort-label{
    font-weight: normal;
    font-size:0.85rem;
    margin-right: 4px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.list-item-header-labels{
    margin:3px 0 10px 0;
}

.list-item-checkbox{
    min-width:54px;
    color:#383838;
    font-size:13px;
    font-weight: normal;
}

.list-item-progress{
    height:10px;
    margin-bottom:5px;
}

.list-group-item{
    cursor: pointer;
}

.breadcrumb-custom {
    margin-bottom:0;
    margin-right:75px;
    background-color: transparent;
    border: 0;
    padding: 0 0 20px 0;
    font-size:16px;
    margin-top:-10px;
}

.breadcrumb-custom .breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item+.breadcrumb-item::before {
    padding: 0;
    content: "";
}

.breadcrumb-custom .breadcrumb-item{
    line-height:25px;
    color:#fff;
}

.breadcrumb-custom .breadcrumb-item a, .breadcrumb-custom .breadcrumb-item a:hover{
    color:#fff;
    font-weight:normal;
}

.breadcrumb-custom .inactive-link{
    color:#fff;
}

.breadcrumb-container{
    background-color: #00a8a8;
}

.panel-body label {
    font-weight: normal;
}

.panel-subheader {
    margin-top: 0px!important;
    margin-bottom: 5px!important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.panel-link {
    margin-top:10px !important;
    margin-bottom:10px !important;
}

.panel-body>p {
    margin-bottom:0px;
    margin-top:0px;
}

.panel-body>h3 {
    font-size: 24px;
    font-weight: 400;
}

.panel-body>h2 {
    font-size: 24px;
    font-weight: 400;
}


.paneldivider {
    border-bottom:solid #ddd 1px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.panelspacedivider {
    margin-top:20px;
}

.subheader-outer{
    overflow:hidden;
    width:100%;
}

.subheader {
    padding-bottom:0;
    border: 0;
    border-radius: 0;
    margin:0;
    padding-top:20px;
    background-color: #00a8a8;
}

.subheader-actions{
    padding:5px 5px 0 15px;
    float:right;
}

.cookie-warning-container{
    display:none;
    position:fixed;
    top:0; right:0; left:0;
    background-color:#000;
    z-index:999;
    text-align: center;
    padding:10px;
    line-height:30px;
    color:#fff;
}

.jconfirm .jconfirm-box .jconfirm-buttons button{
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 36px 10px 12px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-theme-no-icon{
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 12px 10px 12px !important;
}

.jconfirm-closeIcon{
    margin-top:10px;
}

div.terms {
    width:100%;
    max-height:200px;
    border:1px solid #ccc;
    background:#f2f2f2;
    padding:6px;
    overflow:auto;
    font:normal 11px/15px arial;
    color:#333;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #ccc !important;
    padding: 2px 7px;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #ccc !important;
    padding: 2px 7px;
    height:35px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-radius: 4px !important;
    -webkit-transition: all 0.20s ease-in-out !important;
    -moz-transition: all 0.20s ease-in-out !important;
    -ms-transition: all 0.20s ease-in-out !important;
    -o-transition: all 0.20s ease-in-out !important;
    border: 1px solid #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.select2-container--default.select2-container--focus .select2-selection--single{
    border-radius: 4px !important;
    -webkit-transition: all 0.20s ease-in-out !important;
    -moz-transition: all 0.20s ease-in-out !important;
    -ms-transition: all 0.20s ease-in-out !important;
    -o-transition: all 0.20s ease-in-out !important;
    border: 1px solid #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.select2-container--default .select2-results>.select2-results__options {
    -webkit-box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
    box-shadow: 0px 8px 10px -4px rgba(0,0,0,0.4);
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #555 !important;
}

.select2-dropdown{
    border: 1px solid #ccc !important;
}

.select2-results__message{
    color: #555 !important;
}

.select2-results__option {
    color: #555;
}

.select2-results__option--highlighted {
    color: #fff;
}

.select2-selection__arrow {
    margin-top: 4px !important;
}

.select2-selection__clear{
    margin-top:2px !important;
}

.select2-results__group{
    padding-top:0px !important;
    padding-bottom:0px !important;
}

.select2-results__option{
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:16px;
}

.select2-results__option .select2-results__option{
    padding-left:30px !important;
}

.select2-results__group{
    padding-left:16px !important;
}

.select2-selection__rendered{
    margin-bottom:-5px !important;
}

.select2-selection__choice{
    margin-top:3px !important;
}

.breadcrumb-first:before{
    content: "| " !important;
}

.topbar-dropdown{
    cursor: pointer;
}

.topbar-dropdown a:hover{
    background-color: #00a8a8 !important;
    color: #ffffff !important;
}

.list-show-btn{
    text-align:center;
    position:relative;
    padding:0 5px;
    width:50px;
    right:0;
    margin:0 auto;
    cursor: pointer;
    background-color:#ebebeb;
    border: 1px solid #bebebe;
    border-radius:5px;
    color:#337ab7;
    font-size:11px;
}

/* new lists */

.custom-list{
    list-style: none;
    padding:0;
}

.custom-list > li{
    list-style: none;
    background-color: #fafafa;
    border: 1px solid rgb(211, 222, 222);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-list-avatar, .custom-list-expandable-avatar{
    font-weight:500;
    font-size:28px;
    border-radius:60px;
    height: 60px;
    width: 60px;
    min-width:60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    text-transform: uppercase;
    cursor: default;
    margin-bottom:10px;
    position: relative;
    background-color: #333;
    color:#fff;
}

.custom-list-expandable-avatar-disabled {
    background-color: #969696 !important;
}

.custom-list-avatar>img, .custom-list-expandable-avatar>img {
    object-fit: cover;
    height:60px;
    width:60px;
    min-width:60px;
    border-radius:50%;
    overflow:hidden;
    margin-top:-8px;
    background-color:#fff;
}

.custom-list-avatar-small img {
    height:18px;
    width:18px;
    margin-top:-4px;
}

.custom-list-avatar{
    color: #ffffff;
    background-color: #00a8a8; 
}

.custom-list-expandable-check{
    color:#5cb85c;
}

.custom-list-expandable-avatar-disabled img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.custom-list-footer{
    margin: 10px -10px -10px -10px;
    padding: 5px 10px 5px 10px;
    background-color:transparent;
    text-align:right;
}

.custom-list-footer a{
    white-space: nowrap;
    padding-left: 20px;
    color:#383838;
    font-size:13px;
    font-weight: normal;
}

.custom-list .pull-right{
    margin-right:15px;
    margin-bottom:5px;
}

.custom-list-expandable .panel{
    margin-bottom:25px;
    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);
}

.custom-list-expandable .panel-heading{
    background-color: #fff;
}

.custom-list-expandable-footer{
    margin: 10px -15px -15px -15px;
    padding: 5px 10px 5px 10px;
    background-color: #f8f8f8;
    text-align:right;
}

.custom-list-expandable-footer a{
    white-space: nowrap;
    padding-left: 20px;
    color:#383838;
    font-size:13px;
    font-weight: normal;
}

.custom-list-expandable-tasks{
    padding-left:25px;
    margin-top:12px;
}

.custom-list-expandable-task-dates{
    font-size:11px;
}
.custom-list-expandable-tasks > li:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}

.custom-list-expandable-tasks > li{
    margin:12px 0;
    padding:12px 0 12px 16px;
}

.custom-list-expandable-tasks-materials{
    margin:30px -15px -16px -15px;
    padding:10px 25px 15px 55px;
    border-top:1px solid #ccc;
    background-color: #f4f4f4;
}

.custom-list-expandable-tasks-materials-title{
    font-size:16px;
    margin:10px 0 10px 0;
}

.custom-list-expandable-tasks-materials-item{
    font-size:13px;
    margin-bottom:5px;
}

.custom-list-expandable-tasks-materials-description{
    margin-bottom:7px;
    color:#5f5f5f;
}

.custom-list-expandable-task-description{
    color: #555555;
    margin-top:5px;
    font-size:13px;
    margin-bottom:7px;
}

.custom-list-expandable p:first-of-type {
    margin-top:13px;
}

.custom-list-expandable-condensed{
    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);
}

.custom-list-expandable-condensed .panel{
    margin-top:5px;
    margin-bottom:0;
    border:0;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
}

.custom-list-expandable-condensed .panel-collapse{
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
    background-color: #f8f8f8;
    margin: 0 14px 14px 14px;
}

.custom-list-expandable-condensed .panel-heading{
    padding:5px 15px;
}
.custom-list-expandable-condensed .custom-list-header{
    font-size:14px;
}

.custom-list-expandable-condensed button.btn.btn-success{
    margin-bottom:0;
}

.custom-list-expandable-condensed .custom-list-expandable-task-dates{
    margin-top:8px;
    padding-right: 0;
}

.custom-list-expandable-badges-container{
    margin-right: 0;
    text-align: right;
}

.custom-list-checkbox-label + input {
    position: relative;
    top: 1px;
    left: -3px;
}

.custom-list-expandable-small-centred {
    font-size: 11px;
    text-align: center;
}

.custom-list-item-special-mark{
    display:inline-block;
    background-color:#666666;
    color:#FFF;
    border-radius:10px;
    font-weight:600;
    padding:3px 8px;
    text-align:center;
    line-height:12px;
    font-size:12px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.9);

    text-transform: lowercase;
}

.custom-list h2, .custom-list-expandable h2{
    color: #000000;
}

.custom-list h3, .custom-list-expandable h3{
    color: #000000;
}

.custom-list-expandable .panel, .card{
    border:1px solid rgb(226, 226, 226) !important;
    border-radius: 12px !important;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.medium{
    width:50%;
    min-width:290px;
}

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

.btn-actions {
    margin-top: 10px;
}

.required {
    color: #DB0813;
    margin-left:5px;
}

.inactive-link {
    color: #8895a1;
}

.btn-wrap {
    white-space: normal;
    text-align: left;
}

ul.tagit {background: #FFF !important; margin-bottom:0px !important; border:1px solid #CCC !important;}
span.tagit-label, li.tagit-new input, ul.ui-menu li.ui-menu-item {color:#333333 !important; font-weight:normal !important; }
li.tagit-new input {background:#FFF !important;}
ul.ui-menu li.ui-menu-item a.ui-state-focus {font-weight:bold; border:1px solid #DDD !important; color:#333333 !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 4px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 4px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 4px;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 4px;}

/* Badges */

.custom-badge {
    background: #fff;
    padding: .5em .6em .3em;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0;
    min-width: 50%;
    margin-bottom: 3px;
    color: #333;
    border-radius:6px;
}

.custom-badge-default {
    background-color:#577590;
    border:1px solid #577590;
    color:#fff;
}

.custom-badge-primary {
    background-color:#073B4C;
    border:1px solid #073B4C;
    color:#fff;
}

.custom-badge-success {
    background-color: #328069;
    border:1px solid #328069;
    color:#fff
}

.custom-badge-warning {
    background-color: #d93d00;
    border:1px solid #d93d00;
    color:#fff;
}

.custom-badge-info {
    background-color: #0f7ca0;
    border:1px solid #0f7ca0;
    color:#fff;
}

.custom-badge-danger {
    background-color: #c33639;
    border:1px solid #c33639;
    color:#fff;
}

.custom-list-checkbox-label {
    margin-left: 20px;
    margin-right: 1px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

.custom-list-badges {
    text-align: right;
}

.nopadding {
    padding: 0px !important;
}

.navbar-custom .dropdown-menu>li>a, .topbar .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    font-size:14px;
    text-decoration: none !important;
    color:#000;
}

.topbar .dropdown-menu>li>a:focus, .topbar .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

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

.navbar-custom .navbar-brand{
    padding-left:0;
    max-width: 350px;
}

.navbar-custom .navbar-collapse{
    padding-top:0;
}

.navbar-custom{
    border-radius:0;
    background-color: #fff;
    padding:20px 0;
    min-height: 150px;
    border-bottom: 6px solid #00a8a8;
}

.navbar-custom .navbar-toggler .icon-bar{
    color:#333;
}

.navbar-custom .navbar-toggler{
    color:#333;
    border-color:#333;
}

.navbar-custom .navbar-nav{
    margin:30px 0 0 0;
}

.navbar-custom .navbar-nav a{
    color:#000;
    line-height:40px;
    display:block;
    text-transform: capitalize;
    font-size:16px;
    padding:0 0 0 14px !important;
    text-decoration: none;
}

.navbar-custom .navbar-nav a:hover, .navbar-custom .navbar-nav a:active, .navbar-custom .navbar-nav a:focus{
    color:#fff !important;
    box-shadow: none !important;
    background-color: #00a8a8 !important;
    color: #ffffff !important;
}

.navbar-custom .container-fluid{
    padding-top:10px;
}

.navbar-custom .dropdown-menu a{
    text-transform: capitalize;
}

.navbar-custom .dropdown-menu a:hover{
    border-bottom: none;
}

.navbar-custom .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}

.nav-link{
    text-decoration:none;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
    background-color:#eee;
    transition: box-shadow 0.2s ease;
}

.main-container {
    min-height: calc(100vh - 206px);
}

.main-content{
    background-color:#fff;
    min-height:300px;
    margin:40px auto;
}

.main-content-player{
    position:relative;
    overflow:hidden;
    max-width:1020px !important;
}

.page-title{
    color: #ffffff !important;
    font-size: 22px;
    line-height: 30px;
    margin-bottom:20px;
}

.footer {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 0;
    font-size: 16px;
    background-color:#fff;
    border-top:10px solid #006992;
}

.footer a {
    color: #002424 !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.footer a:hover {
    color: inherit !important;
}

.footer-title{
    font-size: 22px;
    color: #0b7976;
    font-weight: 700;
}

.footer-list{
    margin-left:20px;
}

.footer-list li{
    margin-bottom:5px;
}

.footer-list .footer-list{
    padding-left:0;
    margin-left:16px;
    margin-top:5px;
}

.footer-spocial-link-icon{
    font-size:18px; 
    border-radius:50%; 
    background-color:#00a8a8; 
    color:#fff; 
    width:34px; 
    height:34px; 
    line-height:34px; 
    font-weight:300; 
    text-align:center;
}

.footer-social-link{
    font-weight:400 !important; 
}

.footer-bottom{
    font-size:15px;
    padding:14px;
    text-align:center;
    color: #002424;
    background-color:#e5f6f6;
}


.login-submit-btn{
    padding: 8px 16px 8px 16px !important;
}

.login-body{
    margin-top:40px;
    padding-bottom:100px;
}

.login-box{
    background-color:#fff;
    margin:auto;
    width:100%;
    max-width:575px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    padding: 60px;
    border-radius:20px;
}

.login-logo{
    margin-bottom:20px;
}

.register-box {
    background-color:#fff;
    margin:auto;
    width:100%;
    max-width:960px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    padding: 60px;
    border-radius:20px;
}

.custom-nav-pills{
    margin:8px 0 3px 0;
}

.custom-nav-pills li a{
    padding:5px 10px;
}

.custom-nav-pills li{
    margin-bottom:8px;
}

.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: #ccc;
}

.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, .element-dropdown.dropdown .dropdown-menu{
    left:-114px !important;
    min-width:260px;
}

.contentauthoring-new-item .dropdown-menu .dropdown-item, .element-dropdown.dropdown .dropdown-menu .dropdown-item{
    text-decoration: none;
}

.contentauthoring-new-item .dropdown-menu .dropdown-item:hover, .contentauthoring-new-item .dropdown-menu .dropdown-item:active, .element-dropdown.dropdown .dropdown-menu .dropdown-item:hover, .element-dropdown.dropdown .dropdown-menu .dropdown-item:active{
    color: #ffffff !important;
    background-color: #00a8a8;
}

.element-dropdown .dropdown-toggle{
    color:#337AB7;
}

.element-dropdown .dropdown-toggle:hover{
    color: #23527c;
    text-decoration: underline;
}

.element-dropdown .dropdown-item{
    font-size:14px;
}

.contentauthoring-new-item-add-btn{
    color: #aeaeae !important;
    display:inline-block;
    text-align:center;
    font-size:17px;
    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;
}

.category{
    color:#fff;
    background-color:#337ab7;
    border-radius:5px;
    padding:3px 5px;
    line-height:25px;
    font-size:12px;
}
.coursecategory a{
    border:1px solid #337ab7;
    border-radius: 4px;
}

.custom-list-header {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
}

.custom-list-subheader {
    margin-top: 3px;
    margin-bottom: 15px !important;
    font-size: 15px;
    font-weight: 400;
}

.custom-list-infoheader {
    margin-top: 3px;
    margin-bottom: 15px !important;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

.custom-list-description {
    color: #7d7d7d;
    margin-bottom: 15px;
}

.custom-list-section {
    color: #5f5f5f;
    margin-bottom: 15px;
}

.custom-list-label {
    font-weight: bold;
    margin-right: 7px;
    color: #5f5f5f;
}

.custom-list-value{
    color:#5f5f5f;
}

.custom-list-bold {
    font-weight: bold;
}

.custom-list-ul {
    padding-left: 0;
}

.custom-list-ul li {
    list-style-type: none;
    display: inline-block;
    background-color: transparent;
    margin: 0 10px 0 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.custom-list-ul li .custom-list-label {
    margin-right: 4px;
}


.custom-list-item-form{
    padding:20px 40px 0 40px;
}

.sortable-move-icon{
    margin-right:0 !important;
    float:right;
}

.sortable-move-icon span{
    font-size:20px;
    color:rgba(51, 122, 183, 0.7);
    cursor:move;
}

.sortable-move-icon-disabled{
    cursor:default;
}

.tdChk {
    cursor:pointer;
}

#msgoverlay {
    position: fixed;
    height:100%;
    width:100%;
    top:0;right:0;bottom:0;left:0;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=70);
    z-index:9999;
}

#msgloading {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -100px;
    color:#fff;
    font-weight: bold;
}

.fieldmessage-error {
    color: #a94442 !important;
    display:inline-block;
    margin-top:6px;
    font-size:13px;
}

.error-text {
    color: #a94442 !important;
}

.removeanswer-enabled, .removeitem-enabled{
    font-size:20px;
    color:#ec5f65;
    padding-top:12px;
    cursor:pointer;
}
.removeanswer-disabled, .removeitem-disabled{
    font-size:20px;
    color:#ccc;
    padding-top:12px;
    cursor:default;
}
.sortanswer-enabled, .sortitem-enabled{
    font-size:20px;
    color:#136a93;
    cursor:pointer;
}
.sortanswer-disabled, .sortitem-disabled{
    font-size:20px;
    color:#ccc;
    cursor:default;
}

.pseudo-label {
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}


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

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

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

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



.contentelement-scaled.activity-container{
    margin:0;
}

.contentelement-scaled.activity-container-box{
    padding:12px;
    background-color: transparent;
    box-shadow: none;
}

.contentelement-scaled .activity-title{
    font-size:14px !important;
    margin-bottom:10px !important;
    margin-top:0 !important;
}

.contentelement-scaled .activity-text{
    font-size:14px;
    margin-bottom:10px;
}

.contentelement-scaled .activity-icon{
    border-radius:50%;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:12px;
}

.contentelement-scaled .activity-inputs-container{
    margin:0;
}



.contentelement-scaled.aside-container{
    margin:0;
    border:0;
    padding:0;
    background-color:transparent;
    box-shadow: none;
}
.contentelement-scaled .aside-title{
    font-size:16px !important;
    margin-bottom:10px !important;
}
.contentelement-scaled .aside-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height:70px;
    font-size:34px;
}

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

.contentelement-pagebreak-container{
    text-align: center;
    padding-bottom:10px;
}
.contentelement-pagebreak-text{
    padding:10px;
    color:#333;
    font-size:16px;
    font-weight:bold;
    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:-13px;
}

.title-action-button{
    color: #00a8a8;
    background-color: #ffffff;
    border: 1px solid #00a8a8;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    text-decoration:none;
}

.title-action-button:hover{
    color: #00a8a8;
    background-color:#eee;
}

.panel.panel-default button {
    margin-bottom:6px;
}

.panel.panel-default a.btn {
    margin-bottom:6px;
}

.dropdown-menu .inactive-link{
    padding: 3px 20px;
}

.current-balance{
    white-space: nowrap;
    font-size:13px;
    display: inline-block;
    margin-right:10px;
}





.introhelp-container {
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.4);
    margin-bottom: 40px;
    padding: 20px;
}
.introhelp-content {
    padding: 20px 20px 20px 5px;
}
.introhelp-title {
    font-size:22px;
    margin:0;
}

.introhelp-box, .introhelp-box-tall{
    overflow:hidden;
    height:130px;
    margin-bottom:35px;
}
.introhelp-box-tall{
    height:165px;
}
.introhelp-box-icon{
    float:left;
    margin-top:-10px;
    margin-left:-65px;
}
.introhelp-box-content{
    padding-top:8px;
    padding-right:8px;
}
.introhelp-box-title{
    text-transform: uppercase;
    color:#000;
    margin-bottom:6px;
    font-weight: bold;
    padding-left:110px;
}
.introhelp-box-text{
    color:#3c3c3c;
    padding: 0 6px 8px 110px;
    font-size:13px;
}
.introhelp-box-icon {
    font-size:130px;
}

.introhelp-box-content-dash{
    padding-top:8px;
    padding-right:2px;
}
.introhelp-box-title-dash{
    color:#000;
    margin-bottom:3px;
    padding-left:110px;
}
.introhelp-box-text-dash{
    color:#3c3c3c;
    padding: 0 6px 8px 110px;
    font-size:0.85rem;
}


.admin-learning{
    padding-right:30px;
}

.pagesummary-container .form-inline{
    white-space: nowrap;
}

/*
overrides for stripe checkout button
*/
.stripe-button-el {
    background-image:none !important;
    background-color: #337AB7 !important;
    padding: 4px 10px !important;
}
.stripe-button-el span {
    background-image:none !important;
    box-shadow:none !important;
    font-family: "Lato",sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: #337AB7 !important;
    padding: 0 !important;
}

.datepicker-days td.disabled.day{
    color: #ebebeb;
}

.datepicker-days td.disabled.day:hover{
    color:#EBEBEB;
}

.player_hotspotarea_condensed {
    outline: 1px dashed #fff;
    outline-offset: -25px;
}
.player_hotspotarea_condensed img {
    outline: 1px solid #000;
    outline-offset: -25px;
}

.packagetag{
    padding:2px 5px;
    background-color:#eee;
    color:#7d7d7d;
    border-radius:4px;
}

.select-areas-delete-area{
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-left:0;
    margin-bottom:-15px;
}

#logo {
    height:80px;
}

#logo-cropped {
    max-width: 70px;
    height:80px;
    display: inline;
}

#logo-client {
    max-width: 260px;
    height:80px;
    display: inline;
}

.breadcrumb-custom-wide{
    line-height:20px;
}

.breadcrumb h1{
    padding-bottom:4px;
}

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

.player_order_sortable li {
    border-radius: 4px;
    border: 1px solid #333;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0,0,0,.4);
}

.player_order_sortable li.activity {
    background-color: rgb(247,250,247);
}

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

.player_match_item{
    box-shadow: 0px 2px 2px rgba(0,0,0,.4);
    border: 1px solid #333;
    padding: 5px;
}

.player_match_item.droppable {
    border-radius: 0 4px 4px 0;
    background: linear-gradient(90deg, #aaa 5%, #fff 0);
}

.player_match_item.draggable {
    border-radius: 4px 0 0 4px;
    background: linear-gradient(90deg, #fff 95%, #aaa 0);
}

.player_match_item div, .dragarea .player_feeback_inline {
    font-size: 16px;
}

code{
    color:#c14061;
}

.packagetag{
    color: #636363;
}

.advanced-search-container{
    background-color:rgb(231, 231, 231);
    border-radius:6px 6px;
}

.advanced-search-title{
    font-size:22px;
}

fieldset.form-group legend {
    color: #000000;
}

.dropdown-item{
    color:#212529 !important;
}

.topbar-impersonate-container{
    color: #ff9b24;
}

.modal-title{
    font-weight:600;
    font-size:17px;
    margin:0;
}

.overdue {
    font-weight:600;
    color: #ca181f;
}

.exceeded {
    font-weight:600;
    color: #ca181f;
}

.ceceeded {
    font-weight:600;
    color: #006400;
}

.color-theme-primary{
    color: #006992 !important;
}

.completed-btn{
    transition: all .25s ease-in-out;
    position: relative;
    text-decoration: none;
    background-color: #006992;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: .25rem;
}

.completed-btn:hover{
    background-color: #015171;
    color: #ffffff;
}

.frame-banner{
    max-height: 500px;
    transition:max-height 0.5s ease-in-out; 
    color: #000;
}

.frame-banner-bottom-border{
    border-bottom: 6px solid #00a8a8;
}

.frame-banner:hover{
    filter: brightness(93%) saturate(105%);
}

.frame-banner, .frame-banner a, .frame-banner a:hover{
    color:black;
}

.frame-banner-text-box{
    width: 100%;
    text-align: center;
    opacity: 1;
    transition:opacity 0.2s ease-in-out;
}

.frame-banner-btn{
    border:none !important;
    font-size: 24px;
    padding: 5px 10px;
    opacity: 1;
    transition:opacity 0.2s ease-in-out;
}

.frame-banner-btn:focus{
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

.main-container:has(.frame-banner), .navbar-custom {
    border-bottom: none;
}

@media (max-width: 475px) {
    .custom-list-item-form .medium{
        min-width:220px;
    }

    .custom-list-expandable-condensed input.medium{
        min-width:220px;
    }
    .breadcrumb-custom-mobile{
        display: block !important;
    }
    .breadcrumb-custom-wide{
        display: none !important;
    }
    .current-balance{
        display: none;
    }
    .navbar-custom{
        min-height:0;
    }
    #logo {
        max-width: 150px !important;
    }
    #logo-cropped {
        max-width: 40px !important;
    }
    #logo-client {
        max-width: 140px !important;
        max-height: 40px !important;
    }
}


@media (max-width: 600px) {
    .site-title-text {
        display: none;
    }
    .topbar-ga-container{
        display:none;
    }
    .topbar-impersonate-text-container{
        display:none;
    }
    .custom-list-expandable-footer a{
        line-height:30px;
    }
    .custom-list-footer a{
        line-height:30px;
    }
    .custom-list-item-form{
        padding:10px 20px 0 20px;
    }
    .current-balance{
        margin-right:0;
        margin-bottom:5px;
    }
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #5cb85c solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.hvr-ripple-out:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.user-feedback-container{
    margin:16px 0;
    background-color:#fafafa;
    padding:16px;
    border-radius:3px !important;
    border: 1px solid #c7c7c7;
}
.user-feedback-title{
    font-size:15px;
}
.user-feedback-container .form-body{
    margin-top:0px;
}
.user-feedback-stars-container{
    padding-left:6px;
    color:#FFC107;
}
.user-feedback-stars-container .star{
    cursor: pointer;
}
.user-feedback-sidebar-removebtn{
    color:orangered;
    font-size:12px;
    cursor:pointer;
}

.userstoenrol-sidebar{
    margin-top:12px;
}
.userstoenrol-sidebar-title{
    font-weight:bold;
    margin-bottom:6px;
}

.ownerlink {
    margin-top: 5px;
}

.contentelement-broken-link{
    text-align:center;
    font-size:13px;
    margin: 14px 14px 0 14px;
}
.contentelement-broken-link .fa{
    color:orangered;
    padding-right:6px;
}

.contentelement-broken-link-modal{
    margin-top:6px;
}
.contentelement-broken-link-modal .fa{
    color:orangered;
    padding-right:6px;
}


.alert-disclaimer {
    background-color: rgba(0, 0, 0, 0.02);
    border:1px solid #eaeaea;
}

.alert ul{
    margin-bottom:0;
    padding-left:16px;
}

.disclaimer-title{
    font-weight:500;
    font-size:110%;
    margin-bottom:16px;
}

.disclaimer-text{
    margin-bottom:32px !important;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd;
}

.breadcrumb>li+li:before {
    color: #ccc !important;
}

.breadcrumb-custom-mobile .dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
    font-size:14px;
}

.breadcrumb-custom-mobile .dropdown-menu>li>a{
    color: #333;
}

.breadcrumb-custom-mobile .dropdown-menu>li>a:focus, .breadcrumb-custom-mobile .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.course-item-expand-container{
    position:relative;
    min-width:10px;
    top:0;
    right:0;
}

fieldset{
    margin-bottom:30px;
}

fieldset legend{
    font-size:13px;
    font-weight:bold;
    border-bottom:1px dashed #ccc;
    padding-bottom:8px;
    margin-bottom:16px;
}

.tree ul {
    border-left: 1px solid #ccc;
    margin: 12px auto;
}

.tree li {
    list-style: none;
    margin: 12px auto;
    background-color: #fff;
}

.tree-branch {
    cursor: pointer;
}

.tree-action {
    color: #adadad;
}

.tree-add-new-item-container {
    border-left: 1px solid #ccc;
    padding-left: 40px;
    margin-top: -12px;
    padding-top: 20px;
}


.gigi-tree ul{
    border-left:1px solid #ccc;
    margin:12px auto;
}

.gigi-tree li{
    list-style: none;
    margin:12px auto;
}

.gigi-branch{
    cursor:pointer;
}

.gigi-action{
    color: #adadad;
}

.gigi-haskids{
    color:#333;
}

ul.gigi-pathlist{
    margin: 0;
    padding: 0;
}

ul.gigi-pathlist li{
    padding: 0;
    margin: 0 0 6px 18px;
}

li.gigi-nopathsmsg{
    list-style: none;
    padding-left:0 !important;
    margin-left:0 !important;
}

.tree-action{
    color:#adadad;
}

.tree-branch-btn .tree-action{
    color: #333;
}

.tree-action, .gigi-action{
    padding:0;
    background-color:transparent;
    border:0;
}


/* e-learning image stuff*/
.imagepreview {
    width: 100%;
    margin: 0 auto;
    display: inherit;
}
.imagecontainer {
    position: relative;
    display: inherit;
    margin: 0 auto;
}
.imagecontainer img {
    width:100% !important;
    height: auto !important;
}
.imagetextoverlay p {
    position: absolute;
    top: 10%;
    width: 80%;
    left: 10%;
}

.tab-disabled{
    color: #777;
    padding-left: 16px;
    line-height:44px;
}

.custom-tab li.disabled{
    cursor: not-allowed;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height:1.2;
    color: #0b7976;
    background-color: transparent !important;
    border-bottom:none;
    font-size: 1.25rem !important;
    padding:0;
    font-weight: 500;
    margin-bottom: 0.75rem;

}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ebebeb;
}

.panel-body {
    padding: 0;
}

.panel, .custom-list-expandable .panel, .filters-container .card{
    padding:1rem;
    border:none;
    border-left: 1px solid #ccc;
    border-radius:0;
    box-shadow:none;
}

.content-side-card {
    background-color: #fafafa;
}

.filters-container .card .card-body{
    padding:0;
}

.register-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height:1.2;
    color: #0b7976;
    background-color: transparent !important;
    border-bottom:none;
    font-size: 1.25rem !important;
    padding:0;
    font-weight: 500;
    margin-bottom: 0.75rem;

}

.mylearning-heading{
    font-size:  1.5rem;
}

.tnc-headings{
    font-size: 1.75rem;
}

.mgr-report-heading{
    font-size: 1.5rem;
}

.no-style-button{
    cursor:pointer;
    border: 0;
    background-color: transparent;
    margin:0;
    padding:0;
}

fieldset.contentauthoring-fs{
    margin-top: 40px;
    margin-bottom: 50px;
}

fieldset.contentauthoring-fs>legend{
    border-bottom: 1px dashed #7b7b7b;
    margin-bottom: 30px;
    padding-bottom:5px;
    font-size:16px;
    font-weight:bold;
    text-transform: uppercase;
}

.disabled{
    cursor: default !important;
}

table.compact td, table.compact th {
    padding: 5px;
}

.report-table th {
    background-color:#f5f5f5;
}

.report-table td.font-small {
    font-size:80%;
}

.auto-allocation-summary-list{
    padding-left:20px;
}

.auto-allocation-confirmation-box{
}

.auto-allocation-totals-box{
    border-top:1px dashed #878787;
    padding-top:15px;
    margin-top:25px;
}

.app-btn{
    display:block;
    color:#fff !important;
    text-decoration: none !important;
    background-color: #1c1c1c;
    padding:8px;
    border-radius:5px;
    width:50%;
    font-size:11px;
    text-transform:uppercase;
    transition: background-color 0.3s ease;
}

.app-btn:hover{
    color:#fff !important;
    text-decoration: none !important;
    background-color: #353535;
}

.app-btn-icon{
    font-size:30px;
}

.app-btn-store{
    font-size:16px;
    text-transform: capitalize;
    margin-top:-3px;
}

.giglabel{
    padding-right: 4px;
}

.sortablelist {
    min-height: 29px;
}

.sortablelist .sortablelistitem{
    cursor:move;
}

.sortable-placeholder {
    border: #a4a4a4 dashed 1px;
    background-color: #f7f7f7 !important;
    height: 40px;
}

.alphafilter {
    xborder: 1px solid #DDD;
    xborder-bottom: 1px solid transparent;
    xborder-top-left-radius: 3px;
    xborder-top-right-radius: 3px;
    xbackground-color: #EEE;
    padding:2px;
    padding-left: 7px;
}

/* SNACKBAR */
#snackbar {
    visibility: hidden;
    text-align: center;
    z-index: 9999;
    position: fixed;
    bottom: 30px;
    width:100%;
}

#snackbar-content{
    min-width: 250px;
    display:inline-block;
    border-radius: 2px;
    padding: 16px;
    background-color:#181818;
    color:#fff;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.ai-assistant-btn{
    background-color:#fff;
    border-radius:50%;
    width:21px;
    height:21px;
}

.ai-assistant-btn img{
    padding:4px;
    max-width:100% !important;
    max-height:100% !important;
    margin-top:-2px;
}

.ai-assistant-options-container{
    border-radius:0;
    border:1px solid #ced4da;
    padding:18px;
}

.ai-assistant-options-title{
    font-size:18px;
    font-weight:600;
}

.ai-assistant-options-title-icon{
    border:1px solid #284B63;
    border-radius:50%;
    width:30px;
    height:30px;
    text-align:center;
}
.ai-assistant-options-title-icon img{
    max-height:100%;
    max-width:100%;
    padding:4px;
}

.ai-assistant-reply-text-content-container{
    border-radius:6px;
    background-color:#eef6fd;
    position:relative;
    padding:10px;
}

.ai-assistant-reply-text-content-actions-container{
    position:absolute;
    top:10px;
    right:10px;
}

.view-container .card{
    margin:0 0 30px 0;
    position:relative;
    font-size:14px;
    border-radius:12px;
    border:1px solid rgb(226, 226, 226);
}

.view-container .card-footer{
    padding-top:5px;
    padding-bottom:5px;
    font-size:12px;
}

.view-container .card-special-mark-container{
    position:absolute;
    display: flex;
    top:12px;
    left:12px;
}

.card-special-mark{
    background-color:#000;
    color:#fff;
    padding:2px 8px;
    margin-right: 4px;
    border-radius:12px;
    font-size:12px;
    z-index: 100;
}

.card-special-mark-purple{
    background-color: #7209b7;
}

.card-special-mark-primary{
    background-color: #007bff;
}

.card-special-mark-white{
    background-color: #fff;
    color:#000;
}

.card-badge-purple{
    background-color: #7209b7;
    color: #fff;
}

.card-button-purple{
    background-color: #7209b7;
    color: #fff;
}

.card-button-purple:hover{
    background-color: #9a16f3;
    color: #fff;
}

.view-container .card-icon-cover{
    background-color:#ccc;
    color:#555;
    overflow: hidden;
}

.view-container .card-icon-cover-inner-table{
    display:table;
    width:100%;
    height:100%;
}

.view-container .card-icon-cover-inner-table-cell{
    display:table-cell;
    text-align:center;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.view-container .card-icon-cover-inner-table-full-card{
    background-color:#4361ee; 
    border-radius:12px;
    transition: background-color 0.3s ease;
    color:#fff;
}

.view-container.tile-view .card-icon-cover-inner-table-full-card{
    height:376px; 
}

.view-container.list-view .card-icon-cover-inner-table-full-card{
    height:auto;
    padding:10px; 
}

.view-container .card-icon-cover-inner-table-full-card:hover{
    background-color:#3351d6; 
}

.view-container .card-icon-cover-inner-table-full-card .card-icon-cover-inner-table-cell{
    color:#fff; 
    font-weight:500;
    text-decoration: none !important;
    font-size:16px;
}

.view-container .card-title{
    font-size:17px;
    line-height:1.3;
}

.view-container .card-footer-hamburger{
    border-radius:50%;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#000;
    background:#eee;
    border:1px solid #777;
    outline:none;
    padding: 0;
    margin:0;
}

.view-container .card-image-badge{
    position:absolute; 
    bottom:0; 
    left:0;
    right:0;
}

.view-container .card-image-badge .badge{
    display:block;
    width:100%;
    border-radius:0;
    font-size:14px;
    background-color:#ef6c54;
    color:#fff;
    font-weight:700 !important;
}

.view-container .card-image-badge .badge-info{
    background-color:#0f7ca0;
}

.view-container .pagesummary-container{
    border-radius:12px;
    border:none;
}

.view-container .pagesummary-container label{
    font-size:1rem;
}

.view-container.tile-view .hide-in-tile-view{
    display:none !important;
}

.view-container .hide-in-list-view{
    display:none;
}

.view-container.tile-view .hide-in-list-view{
    display:block;
}

.view-container.tile-view .tile-card-description{
    min-height:auto;
}

.view-container.tile-view .card-description .custom-list-value{
    font-size:14px;
}

.view-container.tile-view .card-description .custom-list-section{
    margin-bottom:0;
}

.view-container.tile-view .card-image-cover, .view-container.tile-view .card-icon-cover{
    width:100%;
    height:160px;
    border-radius:12px 12px 0 0;
    overflow:hidden;
}

.view-container.tile-view .course-image-new-badge, .view-container.list-view .course-image-new-badge{
    position:absolute; 
    top:-10px; 
    right:-58px; 
    background-color:#ffc107; 
    color:#000; 
    font-weight:700; 
    padding:16px 22px 8px 22px; 
    width:150px; 
    text-align:center; 
    transform: rotate(45deg);
    line-height:14px;
}

.view-container.tile-view .custom-list-subheader{
    display:none;
}

.view-container.tile-view .card-special-mark-right{
    margin-left: auto;
}

.view-container.tile-view .card-description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height:62px;
    overflow:hidden;
}

.view-container.tile-view .card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:42px;
    overflow:hidden;
}

.card-title {
    color: #0b7976;   
}

.view-container.tile-view .badge-container{
    float:none;
    margin-bottom:16px;
}

.view-container.tile-view .badge-container .custom-badge{
    width:100%;
}

.view-container.tile-view .custom-list-footer{
    position:absolute;
    top:-6px;
    right:6px;
    background-color:transparent;
}

.view-container.tile-view .card-icon-cover{
    font-size:82px;
}

.view-container.tile-view .card-action-button{
    width:100%;
}

.view-container.list-view .card-description .custom-list-section{
    margin-bottom:5px;
}

.view-container.list-view .view-row{
    display:block;
}

.view-container.list-view .view-col{
    width:100% !important;
    max-width:100% !important;
}

.view-container.list-view .card-special-mark-right{
    margin-left: 0;
}

.view-container.list-view .card{
    flex-direction: row;
    margin-bottom:15px;
}

.view-container.list-view .card-image-cover, .view-container.list-view .card-icon-cover{
    width:20%;
    align-self:stretch;
    border-radius: 12px 0 0 12px;
    overflow:hidden;
}

.view-container.list-view .card-body{
    width:80%;
}

.view-container.list-view .badge-container{
    float:right;
    margin-bottom:none;
}

.view-container.list-view .custom-list-footer{
    margin: 10px -20px -20px -20px;
    border-radius: 0 0 12px 0;
}

.view-container.list-view .card-footer-hamburger{
    display:none;
}

.view-container.list-view .card-footer-hamburger-menu{
    display:block !important;
}

.view-container.list-view .card-footer-hamburger-menu .dropdown-item{
    display:inline;
    padding-right:0;
    padding-left:20px;
}

.view-container.list-view .card-footer-hamburger-menu .dropdown-item:hover{
    text-decoration: underline;
}

.view-container.list-view .card-footer-hamburger-menu .dropdown-item:active{
    background-color:transparent;
}

.view-container.list-view .custom-list-subheader{
    font-size:0.85rem;
}

.view-container.list-view .card-icon-cover{
    font-size:52px;
}

.view-container .card{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.clickable-card .card-title a{
    font-weight: 500;
    text-decoration: none !important;
}

.clickable-card .card-description{
    font-weight: 700;
}

.clickable-card{
    color: #222;
    text-decoration: none !important;
}

.clickable-card:hover{
    text-decoration: none !important;
    color: #222 !important;
}

.card-arrow-container{
    padding:20px;
    border-radius:0 12px 12px 0;
    width:74px;
}

.card-arrow{
    margin-right:10px;
    transition: all 0.3s ease;
    color:#4361ee;
    font-size: 20px;
}

.clickable-card:hover .card-arrow{
    margin-right:0;
}

.clickable-card:hover .card-arrow-container{
    transition: all 0.3 ease;
    text-decoration: none !important;
}

.rec-card .card-image-badge{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.rec-card .card-image-badge .badge {
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
}

.rec-card-special-mark-container{
    position: absolute;
    top: 12px;
    left: 8px;
    right: 8px;
}

.rec-card-special-mark-container .card-special-mark-right{
    margin-left: auto;
}

.change-view-btn{
    background-color:transparent;
    border-radius:6px;
    border:none;
    outline:none;
    color:#999;
    transition:all 0.3s ease;
    padding:0;
    margin:0;
    padding:2px 8px;
    font-size:18px;
}

.change-view-btn:hover{
    background-color:rgb(231, 231, 231);
    color:#999;
}

.change-view-btn-active{
    background-color:rgb(231, 231, 231) !important;
    color:#999 !important;
    cursor:default !important;
}

.input-group .form-control{
    height:43px;
}

.course-details-image{
    width:100%;
    height:300px;
    border-radius:6px;
}

.course-details-title, .profile-details-title{
    font-size:22px;
}

.course-details-overview-box, .profile-details-box{
    background-color:#eee;
    border-radius:12px;
    padding:20px;
}

.course-details-overview-box-item{
    padding:0 10px;
    margin:0 10px;
    text-align:center;
}

.course-details-overview-box-item .badge{
    font-size:14px;
    padding:6px 20px;
    font-weight:400;
    border-radius:6px;
}

.course-details-overview-box-item:not(:last-of-type){
    border-right:1px solid #777;
}

.course-details-overview-box-item-title{
    font-weight:500;
    font-size:12px;
    margin-bottom:20px;
}

.course-details-side-panel, .side-panel{
    border-left:1px solid #ccc;
    padding-left:16px;
    font-weight:400;
}

.course-details-side-panel-title, .side-panel-title{
    font-size:19px;
    font-weight:500;
    margin-bottom:8px;
}

.course-details-side-list, .side-panel-list{
    margin:0;
    padding-left:22px;
}

.course-details-list{
    margin:0;
    padding-left:22px;
}

.course-details-list li{
    margin-bottom:25px;
    padding-bottom:25px;
    padding-left: 16px;
}

.course-details-list li:not(:last-of-type){
    border-bottom:1px solid #eee;
}

.course-details-list-item-title{
    font-size:16px;
    font-weight:500;
}

.course-details-leave-feedback-title{
    margin:50px 0 20px 0;
    font-size:18px;
    font-weight:500;
}

.badge-larger{
    font-size: 20px !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

.card-hero{
    padding:40px;
    background-color:#00a8a8;
    color:#fff;
    border-radius:20px;
    backdrop-filter: blur(10px);
}

.card-hero-title{
    font-size:28px; 
    font-weight:bold;
    margin-bottom:16px;
}

.card-hero-text{
    color:#fff; 
    font-size:20px; 
    width:100%; 

}

.card-hero-icon-container{
    text-align:center; 
    font-size:82px; 
    color:rgba(255, 255, 255, 0.9);
    margin-bottom:12px;
}

.hero {
    width: 100%;
    min-height: 390px;
    display:grid;
    color:#000;
    font-size:18px;
}

.hero-primary{
    background-color:#00a8a8;
}

.hero-primary-lighter{
    background-color:#40bebf;
}

.hero-text-box-container{
    align-self:center;
}

.hero-text-box{
    width:100%;
    margin:30px auto;
    text-align:center;
    padding:24px 60px;
}

.hero-text-box-title{
    font-size:28px;
    font-weight:bold;
}

.bg-striped {
    background: repeating-linear-gradient(
        -45deg,
        #fff,
        #fff 2px,
        #00a8a8 2px,
        #00a8a8 3px
    );
}

.hero-popup{
    position:absolute;
    z-index:999;
    top:0;
    right:0;
    left:0;
    padding:4px 0px;
    font-size:18px;
    background-color:#fec107;
    color:#000;
}

.hero-popup-icon{
    font-size:30px;
}

.reportprogress1 {
    color: #303030;
    background-color: #D3D0CB;
}

.reportprogress2 {
    background-color: #3A7CA5;
}

.reportprogress3 {
    color: #303030;
    background-color: #BFD8BD;
}

.accordion .card-header {
    background-color: #333;
    color: #fff;
}

.accordion-card-header-button {
    font-weight: 400;
    font-size: 22px;
}

.accordion .card-body {
    background-color: rgba(72, 38, 131, 0.05);
}

.learning-compass-icon{
    width:64px; 
    height:64px; 
    line-height:64px; 
    border-radius:50%; 
    background-color:#015171; 
    color:#fff; 
    font-weight:600; 
    text-align:center; 
    font-size:20px;
}

.learning-compass-icon-img{
    width:64px; 
    height:64px; 
    border-radius:50%; 
    overflow:hidden;
}

.learning-compass-icon-img img{
    width:64px; 
    height:64px; 
}

.mydevelopment-icon{
    display:inline-block;
    height: 1.35em;
    overflow: visible;
    vertical-align: -0.3em;
}

.dash-box{
    border-radius:20px;
    padding:22px;
    border:4px solid #ccc;
    color:#000;

    .dash-box-title{
        font-size:22px;
        font-weight:600;
        margin-bottom: 30px;
    }

    .dash-box-list-item{
        padding-bottom:14px;
    }

    .dash-box-list-item:not(:last-of-type){
        border-bottom:1px solid #ccc;
        margin-bottom:14px;
    }

    .dash-box-list-item-icon{
        border-radius:50%;
        width:90px;
        height:90px;
        overflow:hidden;
    }

    .dash-box-list-item-icon img{
        width:90px;
        height:90px;
    }

    .dash-box-list-item-big-text{
        font-size:32px;
        font-weight: 600;
    }

    .dash-box-list-item-small-text{
        font-size: 14px;
        font-weight: 400;
    }

    .btn-dashboard{
        min-width: 100px;
        padding: 5px 30px 5px 10px;
        font-size: 12px
    }
}

.dash-box-green{
    border-color: #00a8a8;

    .dash-box-title{
        color: #00a8a8;
    }

    .dash-box-list-item-header{
        font-size: 20px;
    }

    .dash-box-list-item-big-text{
        color: #00a8a8;
    }

    .btn-theme{
        background-color: #00a8a8 !important;
        box-shadow: 2px 3px #b3e3e3;
    }

    .btn-theme:hover{
        background-color: #006992 !important;
        box-shadow: 2px 3px #b3d2df;
    }

}

.dash-box-purple{
    border-color: #535f94;

    .dash-box-title{
        color: #535f94;
    }

    .dash-box-list-item-header{
        font-size: 20px;
    }

    .dash-box-list-item-big-text{
        color: #535f94;
    }

    .btn-theme{
        background-color: #535f94 !important;
        box-shadow: 2px 3px #cbcede;
    }

    .btn-theme:hover{
        background-color: #006992 !important;
        box-shadow: 2px 3px #b3d2df;
    }
}

.dash-section{
    border-radius:20px;
    padding:22px;
    color:#000;
    background-color:#f2fafa;
}

.dash-section-title{
    font-size:22px;
    font-weight:600;
    margin-bottom: 30px;
}

.dash-section-checklist-item:not(:last-of-type){
    margin-bottom:14px;
}

.dash-section-checklist-item-icon{
    border-radius:50%;
    width:45px;
    height:45px;
    overflow:hidden;
}

.dash-section-checklist-item-icon img{
    width:45px;
    height:45px;
}

.dash-title{
    font-size:22px;
    font-weight:600;
    margin-bottom: 30px;
}

.dash-sidepanel{
    border-radius: 20px;
    background-color: #f4f4f4;
    padding:22px;
}

.dash-news-item{
    border-radius: 30px;
    background-color: #d9d9d9;
    padding:18px;    
    font-size:14px;
}

.dash-news-item-title{
    font-size:22px;
    font-weight:600;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
    max-width: 100%; 
    margin-bottom:12px;
}

.dash-news-item-icon{
    border-radius:50%;
    height:70px;
    width:70px;
    line-height:70px;
    text-align:center;
    color:#fff;
    font-size:32px;
}

.dash-news-item-title a{
    text-decoration: none;
}

.dash-news-item-article .dash-news-item-icon{
    background-color:#e09744;
}

.dash-news-item-linkedin .dash-news-item-icon{
    background-color:#44a7e0;
}

.dash-modal{

    .modal-header{
        border-bottom:none;
    }

    .modal-footer{
        border-top:none;
        justify-content: center;
        margin-bottom:30px;

        .btn{
            padding:8px 16px;
            font-size: 16px;
            font-weight:600;
        }
    }

    .modal-content{
        border-radius:20px;
    }

}

.dash-modal-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
}

.dash-modal-icon img{
    width:100px; 
    height:100px;
}

.dash-modal-text{
    color:#000;
    font-size:18px;
}

.dash-modal-danger{

    .modal-content{
        background-color:#ffe0dd;
    }

    .dash-modal-title{
        color:#fe6454;
    }

    .dash-modal-icon img{
        border:4px solid #fe6454;
        border-radius:50%;
        overflow:hidden;
    }

    .btn{
        background-color:#fe6454;
        color:#fff;
    }

    .btn:hover{
        background-color:#ce5042;
    }
}

.alert-modal{

    .modal-header{
        border-bottom:none;
    }

    .modal-footer{
        border-top:none;
        justify-content: center;
        margin-bottom:30px;

        .btn{
            padding:8px 16px;
            font-size: 16px;
            font-weight:600;
        }
    }

    .modal-content{
        border-radius:20px;
    }

}

.alert-modal-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
}

.alert-modal-text{
    color:#000;
    font-size:18px;
}

.alert-modal-icon img{
    width:100px; 
    height:100px;
}

.alert-modal-success{

    .modal-content{
        background-color:#ddfffe;
    }

    .alert-modal-title{
        color:#00a8a8;
    }

    .alert-modal-icon img{
        border:4px solid #00a8a8;
        border-radius:50%;
        overflow:hidden;
    }

    .btn{
        background-color:#00a8a8;
        color:#fff;
    }

    .btn:hover{
        background-color:#036c6c;
    }
}

.learning-sidepanel{
    border-radius: 20px;
    background-color: #f2fbfb;
    padding:22px;
}

.learning-sidepanel-description{
    color:#000;
    font-weight:600;
    font-size:18px;
}

.learning-sidepanel-item-box{
    border-radius:12px;
    background-color:#eee;
    padding:12px;
}

.learning-sidepanel-item-title{
    font-size:20px;
    font-weight:600;
    color:#000;
}

.learning-sidepanel-item-icon img{
    height:60px;
    width:60px;
    border:3px solid #fff;
    border-radius:50%;
    height:60px;
    width:60px;
    overflow:hidden;
}

.learning-sidepanel-item-box-blue{
    background-color:#cee2ea;

    .learning-sidepanel-item-title{
        color:#096e94;
    }    
}

.learning-accordions-container{
    position:relative;
}

.learning-accordions-line{
    position:absolute;
    z-index:0;
    width:3px;
    top:0;
    bottom:100px;
    left:42px;
    background-color:#79d1d1;
}

.learning-accordion .card-header{
    padding:0;
}

.learning-sidepanel-item-box-green{

    .card{
        border:none !important;
    }

    .card-header{
        background-color:#ccefee;
    }

    .card-body{
        background-color:#00a8a8;
        color:#fff;
        font-size:16px;
        padding-left: 86px;
        padding-top:0;
        --margin-top:-10px;
    }

    .card-body a{
        color:#fff;
    }

    .learning-sidepanel-item-title{
        color:#00a8a8;
    }    

    .learning-sidepanel-item-text{
        color:#00a8a8;
        font-size:16px;
        font-weight:500;
    }

    .learning-accordion-button{
        padding:12px;
    }

    .learning-accordion-button:after{
        padding:12px;
    }

    .learning-accordion-button-chevron{
        font-size:18px;
    }

    .btn-theme{
        background-color: #ccefee;
        color:#00a8a8;
        box-shadow: 2px 3px #007676;
    }

    .btn-theme:hover{
        background-color: #006992 !important;
        box-shadow: 2px 3px #b3d2df;
    }

    .btn-theme:after{
        content: url('data:image/svg+xml; utf8, <svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 35 55" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%2300A8A8" d="M -0.5,9.5 C 10.929,15.5831 20.929,23.5831 29.5,33.5C 20.929,43.4169 10.929,51.4169 -0.5,57.5C -0.5,56.8333 -0.5,56.1667 -0.5,55.5C 5.06851,47.9199 11.0685,40.5866 17.5,33.5C 11.0685,26.4134 5.06851,19.0801 -0.5,11.5C -0.5,10.8333 -0.5,10.1667 -0.5,9.5 Z"/></svg>');
        top: 45%;
    }
    .btn-theme:hover:after{
        content: url('data:image/svg+xml; utf8, <svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 35 55" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23FFFFFF" d="M -0.5,9.5 C 10.929,15.5831 20.929,23.5831 29.5,33.5C 20.929,43.4169 10.929,51.4169 -0.5,57.5C -0.5,56.8333 -0.5,56.1667 -0.5,55.5C 5.06851,47.9199 11.0685,40.5866 17.5,33.5C 11.0685,26.4134 5.06851,19.0801 -0.5,11.5C -0.5,10.8333 -0.5,10.1667 -0.5,9.5 Z"/></svg>');
    }

}

.learning-sidepanel-item-box-green.accordion-open{
    .card-header{
        background-color:#00a8a8;
    }

    .learning-sidepanel-item-title{
        color:#fff;
    }    

    .learning-sidepanel-item-text{
        color:#fff;
    }

    .learning-accordion-button-chevron{
        color:#fff;
    }
}

.activitylist-accordion{

    .card{
        border:none !important;
    }

    .card-header{
        background-color: #f8f9fa;
        padding: .75rem 1rem;
    }

    .card-body{
        background-color: #eeeeee;
        color: #333;
        font-size:16px;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .card-body a{
        color: #0b7976;
    }

    .activitylist-accordion-item-title{
        font-size: 18px;
        font-weight: 600;
    }    

    .activitylist-accordion-button{
        padding:12px;
    }

    .activitylist-accordion-button:after{
        padding:12px;
    }

    .activitylist-accordion-chevron{
        font-size:18px;
    }

    .activitylist-accordion-button-chevron-icon{
        vertical-align: middle;
    }

    .btn-link{
        padding: 0.5rem 1rem;
    }
}

@media (min-width: 576px) {

    .page-title{
        font-size: 26px;
        line-height: 28px;
    }

    .login-logo{
        margin-bottom:42px;
    }

}

@media (min-width: 768px) {

    .navbar-custom .navbar-collapse{
        padding-right:0;
    }

    .breadcrumb-custom-wide{
        line-height:28px;
        margin-top:2px;
    }

    .breadcrumb h1{
        padding-bottom:0;
    }

}

@media (max-width: 768px) {
    .breadcrumb-custom{
        font-size:80%;
        line-height:22px;
        padding-bottom:5px;
    }
    .title-action-button{
        padding: 5px 8px;
        font-size: 12px;
    }

    .subheader{
        margin-top:-15px;
    }

    .admin-learning{
        padding-right:auto;
        padding-bottom:15px;
    }

    .navbar-custom .navbar-nav li a{
        padding-left:25px;
    }

    .custom-list-avatar, .custom-list-expandable-avatar {
        display: none;
    }

}


@media (max-width: 992px) {

    .course-item-expand-container{
        position:absolute;
    }

    .pagesummary-container .form-inline{
        float:none;
    }

    .subheader-actions{
        float:none;
        padding-bottom: 10px;
    }
    .navbar-custom .navbar-right {
        float: left !important;
        margin:20px auto 6px auto;
        width:100%;
    }
    .navbar-collapse {
        padding-left:0;
    }
    #logo {
        max-width: 300px;
    }
    #logo-cropped {
        max-width: 50px;
    }
    #logo-client {
        max-height: 50px;
    }

    .custom-list-expandable-task-description{
        margin-bottom:12px;
    }
}

@media (max-width: 991px) {

    .custom-list-badges {
        text-align: left;
        margin-bottom: 15px;
        margin-top: -15px;
    }
    .custom-badge {
        min-width: 0;
    }
    #practice-name {
        display: none;
    }
    .topbar-lower {
        display: block;
    }
    .custom-list-expandable-small-centred {
        margin-bottom: 20px;
    }
    .panel.panel-default:first-of-type{
        margin-top:20px;
    }
    .custom-list-expandable-badges-container{
        margin: -6px 0 8px auto;
        text-align: left;
    }
    .custom-list-expandable-tasks{
        margin-left:-30px;
        list-style: none;
    }
    .custom-list-expandable-task-dates{
        float:none !important;
        text-align:left !important;
        margin-bottom:8px;
    }
    .custom-list-expandable-tasks-materials{
        padding:10px 25px 15px 25px;
    }
    .learnercourses-label-mobile{
        display: inline-block !important;
    }
    .learnercourses-label-wide{
        display: none;
    }
    .introhelp-box, .introhelp-box-tall{
        height:auto !important;
    }
}

@media (min-width: 992px) {

    .main-content{
        min-height:600px;
    }

    .navbar-custom{
        padding:0;
    }

    .navbar-custom .navbar-nav{
        margin:0;
    }

    .navbar-custom .navbar-nav a{
        line-height:80px;
        display:inline-block;

    }

    .navbar-custom .dropdown a{
        padding-right:12px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        padding-right:12px;
    }

    .navbar-custom .nav-item:last-of-type a .nav-link-text{
        border-right-color:#fff;
    }

    .navbar-custom .navbar-nav .nav-item.active .nav-link, .navbar-custom .navbar-nav .nav-link.active{
        background-color: inherit;
        -moz-box-box-shadow: inset 0 -2px 0 #00a8a8;
        -webkit-box-shadow: inset 0 -2px 0 #00a8a8;
        box-shadow: inset 0 -2px 0 #00a8a8;
        transition: box-shadow 0.2s ease;
    }

    .advanced-search-apply-button{
        width:auto;
    }

}

@media (max-width: 1199px) {
    .introhelp-box{
        height: 145px !important;
    }
    .introhelp-box-tall{
        height: 160px !important;
    }
}

@media (min-width: 1200px) {

    .navbar-custom .navbar-nav a{
        font-size:16px;
        padding-left:14px !important;
    }

    .navbar-custom .navbar-nav a .nav-link-text{
        padding-right:14px;
    }

}

@media print {
    .page-title{
        font-size:18px;
        font-weight:500;
        margin:0;
        padding:0;
        color:#000;
    }

    .main-content{
        padding-top:0;
    }
}