body {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    border: 0;
    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 {
    color: #337ab7;
}

a.page-link {
    color: #337ab7;
}

.page-item.active .page-link {
    background-color: #337ab7 !important;
}

.nav-tabs {
    cursor:pointer;
}

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

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

.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: #f5f5f5;
    border:1px solid #ddd;
    padding: 6px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom:15px;
    min-height: 43px;
}

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

.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 {
    background-color:#fff;
    border: 0;
    padding:10px 15px;
    margin-bottom:0;
    margin-right:75px;
}

.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:5px!important;
    margin-bottom:0px!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;
}

.panelspacedivider {
    margin-top:20px;
}

.subheader {
    background-color:#fff;
    border: 1px solid #e7e7e7;
    border-radius:4px;
    padding-bottom:0;
    margin-bottom:20px;
}

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

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

.dash-box{
    position: relative;
    overflow: hidden;
    color:#fff;
    height:120px;
    width:100%;
    cursor:pointer;
}

.dash-box-text-container{
    position: relative;
    z-index: 2;
    text-align: right;
}

.dash-box:hover{
    opacity:0.75;
}

.dash-box:after {
    font-family: FontAwesome;
    position: absolute;
    font-size: 170px;
    opacity: 0.4;
    z-index: 1;
    margin: -148px 0 0 -10px;
}

.dash-box-value {
    padding-right:15px;
    font-size:50px;
}

.dash-box-description {
    padding-right:15px;
    font-size:20px;
}

.dash-box-small {
    height:130px;
}

.dash-box-small:after {
    font-size: 130px;
    opacity: 0.35;
    margin: -125px 0 0 -50px;
}


.dash-box-users {
    background-color: #2196F3;
}
.dash-box-users:after {
    content: "\f0c0";
}

.dash-box-graduation {
    background-color: #4caf50;
}
.dash-box-graduation:after {
    content: "\f19d";
}

.dash-box-book {
    background-color: #673ab7;
}
.dash-box-book:after {
    content: "\f02d";
}

.dash-box-clock {
    background-color: #009688;
}
.dash-box-clock:after {
    content: "\f017";
}

.dash-box-folder {
    background-color: #ff5722;
}
.dash-box-folder:after {
    content: "\f07c";
}

.dash-box-comments {
    background-color: #cddc39;
}
.dash-box-comments:after {
    content: "\f086";
}

.dash-box-pointer {
    background-color: #3f51b5;
}
.dash-box-pointer:after {
    content: "\f245";
}

.dash-box-tasks {
    background-color: #9c27b0;
}
.dash-box-tasks:after {
    content: "\f0ae";
}

/* purple hue stuff */
.dash-box-university {
    background-color: #9575CD;
}
.dash-box-university:after {
    content: "\f19c";
}

.dash-box-user {
    background-color: #512DA8;
}
.dash-box-user:after {
    content: "\f007";
}

.dash-box-trophy {
    background-color: #673AB7;
}
.dash-box-trophy:after {
    content: "\f091";
}

.dash-box-signs {
    background-color: #B39DDB;
}
.dash-box-signs:after {
    content: "\f277";
}

.dash-box-hashtag {
    background-color: #9575CD;
}
.dash-box-hashtag:after {
    content: "\f292";
}

.dash-box-tachometer {
    background-color: #5E35B1;
}
.dash-box-tachometer:after {
    content: "\f0e4";
}

.topbar-dropdown{
    cursor: pointer;
}

.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{
    background-color:#fff;
    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);
    padding:10px;
}

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

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

.custom-list-avatar>img, .custom-list-expandable-avatar>img {
    height:51px;
    width:51px;
    min-width:51px;
    margin-top:-5px;
    background-color:#fff;
}

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

.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: #f8f8f8;
    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;
    margin-bottom:20px;
    padding-bottom:20px;
}

.custom-list-expandable-tasks li{
    padding-left: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;
}

.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; font-family: "Open Sans", sans-serif; !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 {
    padding: .5em .6em .3em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    border-radius: .25em;
    background: #fff;
    min-width: 50%;
    margin-bottom: 3px;
}

.custom-badge-default {
    border: 1px solid #777;
    color: #6A6A6A;
}

.custom-badge-primary {
    border: 1px solid #337ab7;
    color: #337ab7;
}

.custom-badge-success {
    border: 1px solid #5cb85c;
    color: #3B873B;
}

.custom-badge-warning {
    border: 1px solid #eea236;
    color: #EB9419;
}

.custom-badge-info {
    border: 1px solid #5bc0de;
    color: #5bc0de;
}

.custom-badge-danger {
    border: 1px solid #d9534f;
    color: #d9534f;
}

.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:5px;
}

.navbar-custom{
    border-radius:0;
    min-height:80px;
}

.navbar-custom .navbar-nav a{
    text-transform: uppercase;
}

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

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

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

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

.contentauthoring-item:hover{
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-list-ul li {
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

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

.dash-box-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;
}
.dash-box-has-link:hover{
    background-color: #f4f4f4;
}
.dash-box-link{
    padding:36px 5px 0 0;
    font-size:16px;
}
.dash-box-link span{
    cursor:pointer;
}
.dash-box-avatar{
    width:100%;
    color:#fff;
    font-size:30px;
    text-align:center;
    padding:25px 0 20px 0;
    margin-bottom:-1px;
}
.dash-box-title{
    text-transform: uppercase;
    font-size: 16px;
    padding-top:22px;
}
.dash-box-title a{
    color:inherit;
    text-decoration: none;
}
.dash-box-number{
    font-size:18px;
    font-weight:bold;
}
.dash-graph-title{
    color:#fff;
    font-size:17px;
    padding:4px 16px;
}
.dash-table-viewall{
    text-align:center;
    background-color:#f8f8f8;
    text-transform:uppercase;
    padding:4px 0 2px 0;
    font-size:12px;
}
.dash-box-nodata{
    color: #e4e4e4;
    line-height:223px;
    font-size:42px;
    text-align: center;
}
.dash-box-container .table{
    margin-bottom:16px;
}

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

button.btn.btn-success {
    margin-bottom: 30px;
}

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

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

.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: #FFF;
    background-color: #4c7ab7;
    border: 1px solid #344e78;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    text-decoration:none;
}

.title-action-button:hover{
    color: #FFF;
    text-decoration:none;
    background-color: #344e78;
}

.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;
}
.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: "Roboto",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 {
    max-width: 350px;
}

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

#logo-client {
    max-width: 260px;
    max-height: 65px;
    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;
}

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

.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 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height:1.2;
}

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

.panel-body {
    padding: 15px;
}

h2.panel-heading {
    font-size: 16px !important;
}

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

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

@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: 250px;
    }
    #logo-cropped {
        max-width: 50px;
    }
    #logo-client {
        max-width: 170px;
        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;
    }

    .dash-box-container{
        margin-bottom:20px;
    }
    .dash-box-title{
        padding:10px 10px 0 10px;
        font-size: 16px;
    }
    .dash-box-number{
        padding:0 10px 10px 10px;
    }
    .dash-graph-title{
        font-size:17px;
    }
    .dash-box-avatar-column{
        display:none;
    }
    .dash-box-link{
        padding:25px 15px 0 0;
    }
    .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 (max-width: 1199px) {
    .introhelp-box{
        height: 145px !important;
    }
    .introhelp-box-tall{
        height: 160px !important;
    }

    .dash-box-title{
        font-size:13px;
    }
    .dash-graph-title{
        font-size:14px;
    }
}
