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

.loading-body{
    font-family: 'Roboto', sans-serif;
    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;
}

.dropdown-header{
    font-size:14px;
    font-weight:500;
    color:#000;
}

.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:1rem;
}

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

.sort-label{
    font-weight: normal;
    font-size:16px;
    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:400px;
    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;
}

.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-avatar-img{
    border-radius:50%;
    height:50px;
    width:50px;
}

.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{
    xfont-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: 20px 0 20px 40px;
    border-top: 2px solid #eee;
}

.custom-list-expandable-check {
    float: right;
}

.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;
    xfont-size:13px;
}

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

.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:42px;
    text-align:center;
    padding:15px;
    width:120px;
}
.dash-box-title{
    text-transform: uppercase;
    font-size: 16px;
    padding-top:20px;
}
.dash-box-title a{
    color:inherit;
    text-decoration: none;
}
.dash-box-number{
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.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{
    margin-bottom:35px;
}

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

.packagetag-free{
    padding:2px 5px;
    background-color:#5cb85c;
    color:#fff;
    border-radius:4px;
}

.packagetag-paid{
    padding:2px 5px;
    background-color:#f0ad4e;
    color:#fff;
    border-radius:4px;
}

.packagetag-plus{
    padding:2px 5px;
    background-color:#337ab7;
    color:#fff;
    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;
}

.btn-reviewio{
    color: #000;
    background-color: #eee;
    border-color: #eee;
    border-radius: 12px;
}
      
.btn-reviewio:hover {
color: #000;
background-color: #ddd;
border-color: #ddd;
}

.btn-reviewio:focus, .btn-reviewio.focus {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
    box-shadow: 0 0 0 0.2rem rgb(197, 197, 197);
}
      
.googlereview img{
    max-height: 252px; 
    max-width: 252px;
}

@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;
    }
    .custom-list-expandable-task-description{
        display:none;
    }
    .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:12px;
}
.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;
}

.invoice-heading{
    font-size:  1.3rem;
    font-weight: 500;
}

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

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

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

.view-container .card{
    margin:0 0 30px 0;
    position:relative;
    font-size:14px;
    border-radius:12px;
    border:2px 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-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:14px;
    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;
    font-weight:400;
}

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

.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:72px;
    overflow:hidden;
}

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

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

.profile-header-stats{
    text-align:center; 
}

.profile-avatar{
    border-radius:50%;
    width:100px;
    height:100px;
    line-height:100px;
    background-color:#fff;
    border:1px solid #dee2e6;
    color:#6c757d;
    font-size:52px;
    text-align:center;
    text-transform: uppercase;
    margin:20px auto;
}

.profile-avatar-header{
    width:45px;
    height:45px;
    line-height:45px;
    font-size:20px;
    margin:0;
    padding:0;
}

.profile-avatar-sm{
    width:60px;
    height:60px;
    line-height:60px;
    font-size:24px;
}

.profile-avatar-xs{
    width:40px;
    height:40px;
    line-height:40px;
    font-size:18px;
}

.profile-name{
    font-weight:500; 
    font-size:22px;
}

.profile-edit-link{
    font-size:14px;
}

.profile-stats-item-container{
    width:150px;
}

.profile-stats-item-container:not(:last-of-type){
    border-right:1px solid #777; 
}

.profile-stats-item-title{
    font-weight:600; 
    font-size:20px;
}

.profile-stats-item-subtitle{
    font-size:12px;
}

.learning-course-container{
    margin-bottom:30px;
    overflow:hidden;
    border-radius: 12px;
    border: 2px solid rgb(226, 226, 226);
}

.learning-course-header{
    padding:14px 16px;
}

.learning-course-header-title{
    font-weight:500;
    font-size:18px;
    margin-bottom:0;
}

.learning-course-header .badge{
    font-size:11px; 
    padding:9px 14px 10px 14px;
}

.learning-course-header .badge-small{
    font-size:10px;
    padding:3px 5px;
}

.learning-course-header-tail{
    position:absolute; 
    width:20px; 
    height:20px; 
    background-color:#fff; 
    transform: rotate(45deg); 
    bottom:-5px; 
    left:60px; 
    z-index:0;
}

.learning-course-body{
    background-color:rgb(243, 243, 243); 
    padding:16px;
    overflow:hidden;
}

.learning-course-body-item:not(:first-of-type){
    margin-top:15px;
}

.learning-course-body-progress{
    font-weight:500; 
    font-size:13px;
}

.learning-course-body-progress label{
    margin-bottom:0;
}

.learning-course-body .progress{
    background-color:#6c757d;
}

.learning-course-image-cover{
    border-radius:50%;
    width:42px;
    height:42px;
    line-height:42px;
    color:#fff;
    background-color:#6c757d;
    text-align:center;
}

.learning-course-image-special-mark{
    position: absolute;
    left: -4px;
    /*position:absolute;*/
    /*left:2px;*/
    bottom:0;
    background-color:#000;
    color:#FFF;
    border-radius:10px;
    font-weight:600;
    padding:1px 6px;
    text-align:center;
    line-height:10px;
    font-size:10px;
    text-transform: lowercase;
}

.learning-h2{
    font-weight:500; 
    font-size:22px;
    margin-top:70px;
    margin-bottom:40px;
}

.learning-pagesummary-container{
    padding:15px 20px;
}

.learning-pagesummary-container #btnsubmit{
    font-size:14px; 
    padding:3px 10px; 
    border-radius:0 12px 12px 0;
}

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

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

.course-details-overview-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;
}

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

.profile-badges-container{
    text-align: center;
    margin:-40px auto 15px auto;
    height: 24px;
}

.profile-badges{
    font-size:16px;
    background-color:#fff;
    border-radius:16px;
    padding:0 3px;
    border:1px solid rgb(202, 202, 202);
}

.badge-bronze{
    color: #cd7f32;
}

.badge-silver{
    color: #808080;
}

.badge-gold{
    color: #FFD700;
}

    
.calendar-container{
    overflow-x:auto;
}

.calendar{
    width:100%;
}

.calendar-header{
    display:flex;
    margin-top:10px;
}

.calendar-header>div{
    align-self:center;
    padding:0 12px;
}

.calendar-header-title{
    font-size:13px;
    font-weight:500;
    text-align: center;
    width:100%;
}

.calendar-header-button{
    width:200px;
}

.calendar-header-button>button{
    background-color:transparent;
    border:none;
    font-size:13px;
    color:#4361ee;
    white-space: nowrap;
}

.calendar-weeks-header{
    display:flex;
    margin: 15px 0;
}

.calendar-weeks-day-name{
    color: #555;
    font-weight:400;
    font-size: 14px;
    text-align: center;
    flex: 1 1 0
}

.calendar-week{
    display:flex;
    justify-content: space-around;
}

.calendar-day{
    margin:5px;
    background-color:#fff;
    color:#555;
    font-size: 12px;
    flex: 1 0 auto;
    height:auto;
    border:1px solid #ccc;
    border-radius:6px;
}

.calendar-day:before {
    content:'';
    float:left;
    padding-top:100%;
}

.calendar-day-grayed{
    color: #bbbbbb;
    background-color: #f8f8f8;
}

.calendar-day-current{
    xbackground-color:#ff00a4;
}

.calendar-day-inner-table{
    display:table;
    height:100%;
    width:100%;
}

.calendar-day-inner-table-cell{
    display:table-cell;
    height:100%;
    width:20px;
    text-align:right;
    vertical-align: top;
    position: relative;
}

.calendar-day-courses-container{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:30px;
    padding:6px;
    text-align: left;
    overflow-x:hidden;
    overflow-y:auto;
}

.calendar-day-course{
    margin-bottom:4px;
    overflow-x:hidden;
    overflow-y:auto;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.donut {
    position: relative;
    width: 200px;
    height: 200px;
}

.donut-default {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.donut-white {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.donut-line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.donut-text {
    top: 25px;
    left: 25px;
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.donut-text span {
    color: #000;
    font-weight:500;
    font-size:26px;
    line-height:26px;
}

.donut-text span small{
    font-size:16px;
}

/* ============ instalment 1 ==========*/

.instalment1 .donut-case {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ecc5df;
    position: absolute;
    top: 0;
    left: 0;
    background-clip: border-box;
    overflow: hidden;
}

.instalment1 .donut-case::before {
    content: "";
    clip: rect(0 200px 100px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(180deg);
    background: #4361ee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instalment1 .donut-case::after {
    content: "";
    clip: rect(0 100px 200px 0);
    -webkit-transform: rotate(327.6deg);
    transform: rotate(360deg);
    background: #4361ee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.instalment1 .donut-line::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: -25px;
    left: 50%;
    background: #fff;
    z-index: 2;
}

.instalment1 .donut-line::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 25px;
    background: #fff;
    border-bottom: 1px solid #fff;
    z-index: 2;
}

.clickable-card{
    cursor: pointer;
    color: #222;
}

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

.clickable-card > .card:hover{
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!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;
}

.badge-larger{
    line-height: 24px;
    padding:8px 16px 8px 16px !important;
    font-size: 16px !important;
}

.custom-checkbox, .custom-radio {
    position: relative;
    margin-bottom:8px;
}

.custom-checkbox label, .custom-radio label, .custom-checkbox legend {
    display: inline-block;
    padding-left: 34px;
    font-weight:400;
    font-size:0.95rem;
}

.custom-checkbox legend {
    font-size: 16px;
}

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

.custom-checkbox input + label::before {
    border-radius:2px;
    border: 1px solid;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
    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: 4px;
    top: 4px;
    transition: opacity 0.2s ease-in-out;
}

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

.custom-radio input + label::after {
    content: "";
    opacity: 0;
    border: 6px solid;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 5px;
    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 rgba(0, 0, 0, 0.2);
    outline: 3px solid transparent;
}

.test-question-container{
    padding:30px 30px 10px 30px;
    margin-bottom:22px;
}

.test-question-container:nth-of-type(odd){
    background-color:rgb(247, 247, 247);
    border-radius:12px;
}

.test-question-container fieldset{
    margin-bottom:0;
}

.test-question-container legend{
    font-size:17px;
    font-weight:500;
    padding-bottom:20px;
    margin-bottom:26px
}

.menu-alert-bell{
    font-size: 20px;
    padding: 4px 7px 0 0;
    color:#4361ee;
}

a:hover .menu-alert-bell{
    color: #fff;
}

.inline-menu-alert-bell{
    display:inline-block;
    border-radius:50%;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:12px;
    text-align:center;
    background-color:#4361ee;
    position:absolute;
    top:0;
    right:-6px;
}

.inline-menu-alert-bell-icon{
    color:#fff;
}

.test-feedback h3{
    font-size:24px;
    font-weight:500;
    margin-bottom:40px;
}

.test-feedback h4{
    font-size:18px;
    font-weight:500;
    margin:30px 0 10px 0;
}

.test-feedback-body-container{
    width:65%;
}

.test-feedback-graph-container{
    width:35%;
}

.profile-job-role{
    font-size:14px;
    font-weight:500;
}

.team-title{
    font-weight:500; font-size:22px;
}

.linemanager-icon{
    color:#4361ee;
}

.team-card-header{
    border-bottom:1px solid #ccc;
    padding-bottom:16px;
    height: 110px;
}

.team-card-body-heading{
    font-size:14px;
    font-weight:500;
    margin-bottom:10px;
}

.team-card-footer{
    border-top:1px solid #ccc;
    background-color:rgb(245, 245, 245);
    font-size:14px;
    font-weight:500;
    border-radius: 0 0 12px 12px;
}

.team-card-footer-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-card-link{
    color:#000;
}

.team-card-link:hover{
    color:#000;
}

.team-profile-avatar{
    border-radius:50%;
    width:75px;
    height:75px;
    line-height:75px;
    background-color:#fff;
    border:1px solid #dee2e6;
    color:#6c757d;
    font-size:34px;
    text-align:center;
    text-transform: uppercase;
    margin:20px auto;
}

.team-profile-psyc-colour{
    border-radius:50%;
    width:35px;
    height:35px;
}

.team-profile-psyc-text{
    font-size:13px;
    font-weight:500;
}

.team-card-expand{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 95px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius:50%;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #555;
}

.team-card-expand:hover:not(:disabled){
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.team-card-expand:disabled{
    border: 2px solid #e3e3e3;
    color: #e3e3e3;
    cursor: default;
}

.team-card-body-header{
    font-size:14px;
    font-weight:500;
    margin-bottom:10px;
}

.department-title{
    font-size: 20px;
    margin-top: 46px;
    margin-bottom:35px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 20px
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;  
}

.line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
}

.line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.psyctest-player-nav-border{
    border:0;
    border-bottom: 1px dashed #ccc;
}

.psyctest-player-progressbar{
    width: 75%;
    height:20px;
    background-color:#4361ee;
}

.card-cover-blue{
    background-color: #4361ee !important;
    color: #FFFFFF !important;
}

.card-text-larger{
   height: 140px !important;
}

.badge-container{
    padding:20px;
    border-radius:20px;
    color:#000;
}

.badge-container-1{
    border:2px solid #3dc7eb;
    background-color:rgba(61, 199, 235, 0.1);
}

.badge-container-2{
    border:2px solid #3d65b0;
    background-color: rgba(61, 101, 176, 0.1);
}

.badge-container-3{
    border:2px solid #5b409b;
    background-color: rgba(91, 64, 155, 0.1);
}

.badge-container-4{
    border:2px solid #e3459a;
    background-color:rgba(227, 69, 154, 0.1);
}

.badge-image img{
    width:200px;
    height:200px;
}

.badge-tasks-container{
    width:100%;
}

.badge-task-image-muted{
    display:none;
}

.badge-task-muted .badge-task-image{
    display:none;
}

.badge-task-muted .badge-task-image-muted{
    display:block;
}

.badge-task-muted .badge-task-text{
    color:rgb(104, 104, 104);
}

.badge-task-text{
    font-size:16px;
    font-weight:500;
    line-height:24px;
}

.small-badge{
    height: 20px;
    width: 20px;
    margin: 0 1px 0 1px;
}

.placeholder-card{
    height: 415px;
    background-color: #E1E1E1;
}

.placeholder-icon{
    font-size: 60px;
    color: #6e6e6e;
}


.pathway-authoring-container .card{
    font-size: 14px;
    border-radius: 12px;
    border: 2px solid rgb(226, 226, 226);
    overflow:hidden;
    max-width:100%;
}

.pathway-authoring-container .card>a, .pathway-authoring-container .card>a:hover{
    color:#000;
    text-decoration:none;
}

.pathway-authoring-container .card-image-cover{
    width:100%;
    height:158px;
    border-radius:12px 12px 0 0;
    background-color: #ccc;
    color:#555;
    font-size:82px;
    line-height:160px;
    text-align:center;
}

.pathway-authoring-container .card-title{
    font-size:17px;
    font-weight:500;
    height: 48px;
    overflow: hidden;
}

.pathway-authoring-container .card-text{
    font-size:14px !important;
    line-height:20px;
    font-weight:400 !important;
    height:122px;
    overflow: hidden;
}

.pathway-authoring-container .card-footer-details{
    font-size:13px;
    color:#555;
}


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

.pathway-authoring-card:hover .custom-list-action-group{
    opacity:1;
}

.pathway-section-title{
    font-size: 22px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 20px;
    margin-top: 46px;
    font-weight: 500;
}

.pathway-title{
    font-weight: 500;
    font-size: 18px;
}

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


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

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

.card-muted .card-body{
    background-color: #eeeeee;
}

.btn-small{
    height:25px;
    padding: 0 5px 0 5px;
}

.manage-pathway-title{
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 46px;
    font-weight: 500;
}

.btn-manage-pathway{
    color: #fff !important;
}

.pathway-course-heading{
    font-size: 1.5rem;
    line-height: inherit;
}

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

.radio-block-button{
    cursor:pointer;
    display:block;
    margin-right:20px;
    border-radius:20px;
    margin-bottom:30px;
    font-size:14px;
}

.radio-block-button-inner{
    height:100%;
    width:100%;
    padding:40px;
    border:2px solid #0175FC;
    border-radius:20px;
}

.radio-block-button input{
    position:absolute;
    margin-left:-999999px;
}

.radio-block-button .radio-block-button-checked{
    display:none;
}

.radio-block-button-checked, .radio-block-button-not-checked{
    font-size:48px;
    color: #0175FC;
}

.radio-block-button input:checked + .radio-block-button-inner .radio-block-button-checked, .radio-block-button:hover .radio-block-button-inner .radio-block-button-checked{
    display:block;

}

.radio-block-button input:checked + .radio-block-button-inner .radio-block-button-not-checked, .radio-block-button:hover .radio-block-button-inner .radio-block-button-not-checked{
    display:none;
}

.radio-block-button input:checked + .radio-block-button-inner, .radio-block-button:hover .radio-block-button-inner{
    border:2px solid #4361ee;
    border-radius:20px;
}

.radio-block-button input:checked + .radio-block-button-inner .radio-block-button-checked, .radio-block-button:hover .radio-block-button-inner .radio-block-button-checked{
    color:#4361ee;
}

.radio-block-button-name{
    margin-bottom:4px;
    font-size:22px;
    text-transform:uppercase;
    font-weight:bold;
}

.scale_1-5 {
    transform: scale(1.5);
}

.radio-block-button-container{
    border:1px solid #ffffff;
}

/* 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: #333;
    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;
}

.registertable-rowbreak{
    border-bottom: dashed 1px #000000;
    border-top: none !important;
}


.fake-btn-secondary{
    padding: 8px 16px !important;
    line-height: 1.5;
    border-radius: 8px;
    border: none;
    color: #fff;
    background-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

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

.reciteme{
    color: #fff !important;
    text-decoration: underline;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.dark-tool-tip{
    background-color: #000;
    color:white;
    border-radius: 25px;
    padding: 10px 10px 10px 10px;
}

.red-icon{
    color: red;
}

.green-icon{
    color: green;
}

.currency-input-box {
    min-width: 39px; 
    border-top-left-radius: 14px; 
    border-bottom-left-radius: 14px;
}

.cm-select2-single .select2-selection{
    height: 40px !important;
    border-radius: 16px !important;
}

.cm-select2-single .select2-selection__rendered{
    height: 40px !important;
    border-radius: 16px !important;
    padding-top: 5px;
}

.cm-select2-single .select2-selection__arrow{
    margin-top: 5px !important;
}

.cm-select2-single .select2-selection__placeholder{
    color: #555;
}

.scroll-modal .modal-dialog {
    overflow-y: initial !important
}

.scroll-modal .modal-body{
    height: 70vh;
    overflow-y: auto;
}

.badge-container-coptrzbadge{
    border: 2px solid #000000;
    background-color: rgba(139, 139, 139, 0.1);
    padding: 20px;
    border-radius: 20px;
    color: #000;
}

.coptrz-badge-code-container{
    padding: 20px;
}

.coptrz-badge-break-word{
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;

    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.login-background{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width: 35%;

    z-index:-1;
    visibility: hidden;
}

.login-container{
    display: flex;
    align-items: stretch;
    height:100vh;
}

.login-panel-container{
    width:100%;
    position:relative;
}

.login-panel{
    display:flex;
    flex-direction: column;
    align-items: center;
    height:100vh;
    margin:auto 10%;
}

.login-panel-inner{
    margin:auto;
    width: 100%;
}

.login-panel-right{
    color:#fff;
    overflow: auto;
    background-color: #1b233a;
}

.login-panel-left{
    overflow: auto;
}

.login-panel-header{
    font-size:24px;
    margin-bottom:16px;
    font-weight:500;
}

.login-panel-text-block{
    border-radius:10px;
    background-color: #215ea2;
    padding:10px;
    margin-bottom:10px;
    font-size:16px;
}

.login-panel-text-block p{
    margin:0;
}

.login-panel-text-block-title{
    font-size:20px;
    font-weight:bold;
    margin-bottom:3px;
    color: rgba(255,255,255,.5);
    line-height: 20px;
}

.login-panel-text-block:last-of-type{
    margin-bottom:10px;
}

.login-panel-text-block a{
    text-decoration: underline;
    color:#fff !important;
    font-weight:bold;
}

.login-logo{
    width:200px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 40px;
}

.login-form-container{
    max-width:400px;
    width:100%;
    padding:50px 0;
}

.login-form-container .form-control{
    height:50px;
}

.login-panel-right{
    display:none;
}

.login-footer-container{
    text-align:center;
    padding-bottom:50px;
}

.login-card{
    border-radius: 0 !important;
    border: 1px solid #FFFFFF;
    background-color: #1b233a;
    padding: 30px;
}

.login-card-badge{
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.75rem;
    border-radius: 0 !important;
}

.login-submit-btn{
    border-radius: 3px;
    padding: 13px 16px 13px 16px !important;
    font-size:17px;
    background-color: #1d2338;
    color: #FFFFFF;
    min-width: 150px;
}

.login-submit-btn:disabled{
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.square-input{
    border-radius: 0 !important;
}

.btn-login-buy{
    font-size: 2rem !important;
    background-color: #FFFFFF;
    color: #000000;
}

.news-title{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
}
.news-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.news-item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-card-text{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 832px;
}

.news-card-text::-webkit-scrollbar {
    display: none;
}

.comments-modal-comments-container{
    max-height: 750px;
    overflow-y: auto;

}

.login-modal-lhs{
    min-height: 610px;
    background-color: #000;
}

.login-modal-rhs{
    min-height: 610px;
}

.login-modal-lhs{
    padding: 0 .5rem .5rem .5rem;
}

.loginregister-modal-nav-link-left.active{
    border-bottom: 0 !important;
    border-right:  0 !important;
    border-left:  0 !important;
    border-top:  0 !important;
    border-radius: 0 !important;
    color: #222 !important;

}

.loginregister-modal-nav-link-left{
    border-bottom: 1px solid #1d2338 !important;
    border-right: 1px solid #1d2338 !important;
    border-left:  0 !important;
    border-top:  0 !important;
    border-radius: 0 !important;
    background: black;
    color: white !important;
    width: 100%;
}

.loginregister-modal-nav-link-right.active{
    border-bottom: 0 !important;
    border-right:  0 !important;
    border-left:  0 !important;
    border-top:  0 !important;
    border-radius: 0 !important;
    color: #222 !important;
}

.loginregister-modal-nav-link-right{
    border-bottom: 1px solid #1d2338 !important;
    border-left: 1px solid #1d2338 !important;
    border-right:  0 !important;
    border-top:  0 !important;
    border-radius: 0 !important;
    background: black;
    width: 100%;
    color: white !important;
}

.loginregister-modal-nav-link-right.active:hover{
    color: #222;
}

.loginregister-modal-nav-link-right:hover{
    color: white;
}

.loginregister-modal-nav-link-left.active:hover{
    color: #222;
}

.loginregister-modal-nav-link-left:hover{
    color: white;
}

.loginregister-modal-nav-tabs{
    border: 0 !important;
}

@media (min-width: 768px) {
    .login-panel-right{
        display:block;
        width: 50% !important;
    }

    .login-panel-container{
        width:50% !important;
    }
}

@media (min-width: 992px) {
    .login-panel-right{
        display:block;
        width: 65% !important;
    }

    .login-background{
        visibility: visible;
    }

    .login-panel-container{
        width:35%;
    }

    .login-footer-container{
        padding-bottom:10px;
    }
}

@media (min-width: 1400px) {
    .login-footer-container{
        padding-bottom:50px;
    }
}

@media (min-width: 576px) {
    /* .view-container.tile-view .card-description{
        min-height:100px;       
    } */
}

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

    .test-feedback-body-container{
        width:100%;
    }
    
    .test-feedback-graph-container{
        width:100%;
    }

}

@media (min-width: 992px) {
    .w-lg-75{
        width: 75% !important;
    }
}

@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) {

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

@media (min-width: 1200px) { 
    .w-xl-50{
        width:50% !important;
    }
}
