﻿
body {
    display: block !important;
}

a {
    cursor: pointer;
}

    a span {
        vertical-align: middle;
    }

span > span {
    vertical-align: top !important;
}

.font-weight-bold {
    font-weight: bold;
}

.textBoxCover{
    max-width: none;
    width: 100%;
    height: 250px;
}

.date-picker{
    cursor:pointer !important;
}

tr > .day{
    cursor:pointer;
}

tr > th.next{
    cursor:pointer;
}

tr> th.prev{
    cursor:pointer;
}

.questionTitleResizable {
    resize: vertical;
}

.dim {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1 !important;
    background-color: black;
    filter: alpha(opacity=65); /* internet explorer */
    -khtml-opacity: 0.65; /* khtml, old safari */
    -moz-opacity: 0.65; /* mozilla, netscape */
    opacity: 0.65; /* fx, safari, opera */
}

.overDim{
    z-index: 3 !important;
}

#mainContent {
    width: calc(100% - 250px);
    float: right;
    margin-top: 70px;
}

    #mainContent > #tabs {
        text-align: center;
    }

        #mainContent > #tabs .row {
            font-size: 25px;
            padding-bottom: 25px;
        }

        #mainContent > #tabs .tab-link {
            margin: 0 25px;
            padding-bottom: 2px;
            white-space: nowrap;
        }

            #mainContent > #tabs .tab-link:hover {
                text-decoration: none;
            }

            #mainContent > #tabs .tab-link.active-tab {
                border-bottom: 3px orange solid;
            }

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.headbar,
.footer,
.sideContent,
.contentPlacement, .sidebar .logo2 img,
.slideItem {
    transition: 0.0s;
    -moz-transition: 0.0s;
    -o-transition: 0.0s;
    -webkit-transition: 0.0s;
}

.sideContent {
    box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.67);
    height: 100% !important;
    overflow-y: auto;
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0px;
    -webkit-box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.67);
}

.loginContent.panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


    .loginContent.panel .welcome {
        padding-left: 30px;
        width: 70%;
    }

    .loginContent.panel > .login {
        width: 30%;
        display: flex;
        flex-direction: column;
        margin-right:30px;
    }

.loginPanel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .loginPanel .inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

.loginPanel .form-group {
    align-items: center;
}

    .loginPanel .buttons .RHS .inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

    .footer .links {
        padding-bottom: 0px;
    }

        .footer .copyright{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: right;
        }

        .footer .copyright img {
            margin-bottom: 5px;
        }

        .footer .copyright .end {
            padding-bottom: 15px;
        }

.user-select-none {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*#region headbar*/
.headbar {
    background: #1b3075;
    color: white;
    height: 55px;
    right: 0;
    padding-left: 0;
    position: fixed;
    -webkit-box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: calc(100% - 250px);
}

    .headbar .rightsection {
        line-height: 50px;
        float: right;
    }

    .headbar .loginLink {
        color: white;
        font-size: large;
        text-decoration: none;
    }

    .headbar .fa-bars:hover {
        cursor: pointer;
        color: #AAA;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
    }

    .headbar .fa-bars {
        font-size: 20px;
        color: white;
        padding: 18px;
        margin-right: 0px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
    }

    .headbar .other-icons .fa-search {
        margin-right: 0px;
    }

    .headbar .other-icons input {
        border: 1px solid #ccc;
    }

    .headbar .profilePic {
        cursor: pointer;
        height: 31px;
        width: 31px;
        border-radius: 50px;
        margin-left: 0;
        border: 2px solid #EEE;
        margin-top: 13px;
        margin-right: 10px;
        object-fit: cover;
    }

    .headbar .dropdown-menu {
        top: 125%;
        display: block;
        transition: visibility 0s, opacity 0.3s linear;
        -webkit-transition: visibility 0s, opacity 0.3s linear;
        -moz-transition: visibility 0s, opacity 0.3s linear;
        -o-transition: visibility 0s, opacity 0.3s linear;
    }

.headerItem {
    z-index: 100;
}

    .headerItem img {
        margin-top: 12px;
    }

.headbar .headerItem {
    color: white;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    width: auto;
}

.headerBanner{
    background-color: darkred;
    width: 40%;
    margin-left: 30%;
    padding-left: 10%;
    
}

.headbar .dropdown .dropdown-menu {
    visibility: hidden;
    opacity: 0;
}

.headbar .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
/*#endregion*/

.sidebar {
    background-color: #fff;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    position: fixed;
    width: 250px;
    left: 0px;
    height: 100% !important;
}

    .sidebar .logo img {
        max-width: 100%;
        padding: 20px 10px;
        max-height: 250px;
        min-width: 200px;
    }

    .sidebar .logo {
        text-align: center;
        border-bottom: 1px solid;
        border-bottom-color: #1b3075;
    }

    .sidebar .slideProfile {
        border-bottom: 1px solid #EEE;
        color: white !important;
        cursor: default !important;
        float: left;
        margin-left: 0;
        padding: 20px 0px;
        width: 100%;
    }

    .sidebar .menu-nav ul {
        padding: 10px 10px 50px 10px;
        width: 100%;
    }

    .sidebar .menu-nav li {
        font-size: medium;
        white-space: nowrap;
        text-decoration: none;
        width: 100%;
        z-index: 1;
        font-weight: normal;
        font-family: "Source Sans Pro", sans-serif;
    }

    .floatedButtonParent{
        margin-bottom: 5px;
    }

img {
    vertical-align: middle;
}

.btn {
    border: none;
    padding: 6px 15px;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
}

.cog-btn{
    white-space:normal!important;
    margin-left:1em;
}

.cog-dropdown{
    white-space:normal !important;
}

.btn-default {
    background-color: #2a90d0 !important;
    text-shadow: none;
}

    .btn-default:focus {
        background-color: #1b3075 !important;
        border-color: #fff;
    }

    .btn-default:hover {
        background-color: #1b3075 !important;
        border-color: #fff;
    }


.btn-primary {
    background-color: #57C1E8 !important;
}

.btn {
    background-image: none !important;
}

.line-divide {
    height: 3px;
    width: 100%;
    border-bottom: 2px solid #eee;
    margin-top: 15px;
    margin-bottom: 5px;
}


body.hide-nav .headbar {
    left: 0px;
    right: 0px;
    width: auto;
}

body.hide-nav .body-content {
    left: 50px;
}

.columnHeight {
    height: 0;
    overflow: hidden;
}

.lowerButton i:hover,
.lowerButton i.active {
    background: #EEE;
    cursor: pointer;
    color: #222;
}

.lowerButton i {
    font-size: 28px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.lowerButton {
    margin: 0px !important;
    padding: 0px !important;
}

body, .navbar-fixed-top, .navbar-fixed-bottom {
    margin-right: 0 !important;
}

a i {
    margin-right: 10px;
    margin-top: -3px;
    font-size: 18px !important;
}

.navbar-nav li a {
    font-weight: bold;
}

.navbar-nav li > a span {
    color: #1b3075;
}

.navbar-nav li:hover > a span {
    color: #2a90d0;
}

.content-heading {
    background-color: #1b3075;
    color: #fff;
}

.colour-panel {
    background: #2a90d0;
    border-radius: 10px 10px 0 0;
    height: 3px;
    width: 100%;
}

.body-content {
    position: fixed;
    left: 250px;
    top: 55px;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0;
    right: 0;
}

    .body-content .title-section {
        margin: 20px 10px;
    }

        .body-content .title-section h1 {
            text-align: center;
            display: block;
            color: rgba(0, 0, 0, 0.67);
            font-size: 25px;
        }

        .body-content .title-section .row {
            position: relative;
            left: 28%;
        }

        .body-content .title-section .divider {
            height: 1px;
            width: 20%;
            margin: 9px 0;
            overflow: hidden;
            background-color: rgba(0,0,0,0.1);
        }

        .body-content .title-section .fa {
            padding: 0px;
            margin: 0;
            text-align: center;
            width: 4%;
            font-size: 25px;
        }


    .body-content .panel {
        min-height: 82%;
        height: auto;
    }

        .body-content .panel .panel-heading {
            height: 52px;
            font-size: 20px;
        }

        .body-content .panel h4.title-name {
            margin: 10px;
            display: inline;
        }

m .body-content .panel .panel-body {
    height: 95%;
    position: relative;
}

.title-name {
    color: #1b3075;
    font-weight: bold;
    font-size: 24px;
}


.panel_heading_button {
    display: none;
    margin-left: 10px;
}

.innerContentPlacement {
    height: 100%;
    /*display: table;*/
    width: 100%;
}

.panel-default > .panel-heading {
    background-image: none !important;
}

.panel-heading {
    background-image: none !important;
}

.panel-body.login-cat {
    display: flex;
    justify-content: center;
}

    .panel-body.login-cat .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
    }

        .panel-body.login-cat .inner div:nth-child(1) {
            padding-right: 10px;
        }

    .panel-body.login-cat a{
        margin-top:0px;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
}

h2 {
    font-size: 18px;
    font-weight: 500;
}

fieldset {
    border-left: 1px solid #ddd;
    margin: 0 0 1.5em 0;
    -webkit-box-shadow: 5px 5px 5px -1px #BDBEC3;
    box-shadow: 5px 5px 5px 2px #BDBEC3;
    margin: 20px auto;
    position: relative;
    padding: 60px 20px 20px;
    border-top: 3px solid #2a90d0;
    
}

.upProfile {
    width: 60%;
    margin: auto;
}

fieldset.editProfile,
fieldset.changePassword{
    display: flex;
    flex-direction: column;
    width: 60%;
}

    fieldset.editProfile input,
    fieldset.editProfile select,
    fieldset.changePassword input {
        max-width: unset;
    }

        fieldset.editProfile input.btn.btn-default,
        fieldset.changePassword input.btn.btn-default {
            display: block;
            margin-left: auto;
        }

    fieldset.editProfile .form-group,
    fieldset.changePassword .form-group {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

        fieldset.editProfile .form-group .RHS,
        fieldset.changePassword .form-group .RHS {
            display: flex;
            width: 70%;
        }

        fieldset.changePassword .form-group .RHS.instructions {
            flex-direction: column;
        }

        fieldset.editProfile .form-group .RHS .avImage {
            display: flex;
            flex-direction: column;
            align-items: start;
            width: 66%;
        }

            fieldset.editProfile .form-group .useravatar {
                object-fit: cover;
                width: 100px;
                height: 100px;
            }

                    fieldset.editProfile .form-group .RHS .avImage .form-control {
                        width: 100%;
                    }

        fieldset.editProfile .form-group .control-label,
        fieldset.changePassword .form-group .control-label {
            margin-bottom: 0px;
            padding-right: 5px;
        }

        fieldset.editProfile .form-group .form-control,
        fieldset.changePassword .form-group .form-control {
            width: 66%;
        }

            fieldset.editProfile .form-group .useravatar {                
                margin-bottom: 20px;
            }

legend {
    text-align: left;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.form-group .control-label {
    text-align: left;
}

.form-group input, .form-group select, .form-group button {
    /*margin-bottom: 20px;*/
}

fieldset .image_container {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

    fieldset .image_container img {
        height: 100px;
    }

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

input, select, textarea {
    max-width: 300px;
}

.form-group {
    margin-bottom: 30px;
    min-height: 25px;
}

.panel-body.login-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .panel-body.login-form .form-group {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        width: 100%;
    }

        .panel-body.login-form .form-group .control-label {
            margin-right: 10px;
        }

        .panel-body.login-form .form-group .RHS {
            width: 80%;
        }

        .panel-body.login-form .form-group .RHS input {
            max-width: unset;
            width: 75%;
        }

    .panel-body.login-form .buttons {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-top: 10px;
    }

        .panel-body.login-form .buttons .RHS {
            width: 80%;
        }

            .panel-body.login-form .buttons .RHS .inner {
                width: 75%;
                display: flex;
                justify-content: space-between;
            }

    .panel-body.login-form .text {
        padding-top: 10px;
        text-align: center;
    }

    /*#region table*/
    .table tbody tr td {
        vertical-align: middle;
    }

    .table tbody tr td * {
        vertical-align: middle;
    }

    .table tbody tr td.actions input[type=submit] {
        margin: 2px 0;
    }

.grid-table tbody {
    border: 1px solid #ddd;
}

.grid-figure {
    text-align: center;
}

.pager td {
    padding: 5px;
    padding-left: 3px;
}

.pager {
    border: none;
}

    .pager td table {
        float: right;
        border: none;
    }

        .pager td table tbody {
            border: none;
        }

            .pager td table tbody span {
                color: #2a90d0;
            }

            .pager td table tbody a {
                color: #293473;
            }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

    .table > tbody > tr > td:last-child {
        border-right: 1px solid #ddd;
    }

    .table > tbody > tr > td:first-child {
        border-left: 1px solid #ddd;
    }

.pager > td {
    border: none !important;
}


.pager td table tbody tr td {
    border: none;
}

.pager.customPaging td span,
.pager.customPaging td a {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #2a90d0;
}

.pager.customPaging td span {
    background-color: #2a90d0;
    color: white;
}

.customPaging {
    /*border: 1px solid #ddd;*/
    border-top: none;
    margin: -20px 0px 20px 0px;
}

.scrollable-table thead tr {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
}

.scrollable-table tr:after { /* clearing float */
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.scrollable-table tbody {
    max-height: 154px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollable-table.two-columns tbody td,
.scrollable-table.two-columns thead th {
    width: 50%;
    float: left;
}

.scrollable-table.three-columns tbody td,
.scrollable-table.three-columns thead th {
    width: 33.33%;
    float: left;
}

.table-striped > tbody > tr:nth-of-type(even){
    background-color: #fff;
}


th {
    background-color: #1b3075;
}

th {
    color: #fff;
}

    th a {
        color: #fff;
    }

.pager td table tbody span {
    color: #1b3075;
}

.pager td table tbody a {
    color: #2a90d0;
}

.modal h3 {
    color: #ffffff;
}

.modal-body img {
    max-width: 100%;
}

.modal-body h1 {
    color: #000 !important;
}

.modal-body h2 {
    color: #000 !important;
}

.modal-body h3 {
    color: #000 !important;
}

.modal-body h4 {
    color: #000 !important;
}

.modal-body .Rtable h4 {
    color: #fff !important;
}

.modal-body h5 {
    color: #000 !important;
}

.modal.workspace .modal-body .module,
.modal.workspace .modal-body .summary {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.modal.workspace .modal-body .summary {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}


    .modal.workspace .modal-body .module .info {
        display: flex;
        width: 100%;
        padding-bottom: 10px;
    }

        .modal.workspace .modal-body .module .info img {
            vertical-align: top;
            margin-right: 10px;
            width: 100%;
            max-width: 200px;
            height: 100%;
        }

    .modal.workspace .modal-body .module .status {
        text-align: right;
    }

.modal.workspace .modal-body .evidence #btnUploadEvidence {
    margin: 10px 0px;
}

.modal-header {
    background-color: #1b3075;
}

.chartImage {
    width: 100% !important;
}

.HelpText h4 {
    color: #000;
    font-weight: bold;
}

.attainmentTrigger {
    background-color: #2a90d0;
    border-radius: 10px;
}

.modal .close {
    color: #ffffff;
    opacity: 1;
}

.navbar-collapse {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 250px;
}

.framework-searchfield{
    margin-bottom:10px;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        height: 100% !important;
    }
}

/*Workspace*/

.programmeInner {
    padding-top: 10px;
    display: flex;
    width: 100%;
    flex-direction: column
}

.programmeContainer.LHS {
    width: 3.33333333%;
    text-align: right;
    padding-right: 15px;
}

.programmeContainer.RHS {
    width: 96.66666667%;
    display: flex;
    flex-direction: column;
}

.stageContainer {
    display: flex;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s; /* Safari */
    transition: height 1s;
    transition-timing-function: linear;
}

.stageContainerInner {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.programmeToggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #2a90d0;
    font-size: 20px;
    width: 100%;
}

    .programmeToggle .title,
    .stageToggle .title {
        font-size: 16px;
        color: #000;
    }

.stageToggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #2a90d0;
    font-size: 20px;
}

.stageTable{
    background-color: transparent !important;
}

.stageHeader {
    display: flex;
    width: 100%;
}

.stageHeaderInner.LHS {
    width: 3.33333333%;
    text-align: right;
    padding-right: 15px;
}

.stageHeaderInner.RHS {
    padding: 10px 0px;
    width: 96.66666667%;
    font-size: 16px;
}

.stageInner {
    display: flex;
    width: 100%;
}

.stageTable td {
    background-color: transparent;
    border: none !important;
}

    .stageTable tbody {
        border: none !important;
    }

.stageVerticalBar {
    background-color: black;
    width: 3px;
    display: inline-block
}

.stageHorizontalBar {
    display: inline-block;
    background-color: black;
    margin-left: -23px;
    height: 3px;
    width: 21px;
    margin-bottom: 5px;
}

.stageCircle {
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px 2px -5px;
}

.coursestatus-box, .resourcestatus-box {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.learning-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 16px;
}

    .learning-table .header {
        display: flex;
        width: 100%;
        /*background-color: #9fb1f5;*/
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        /*padding: 8px;*/
    }

    .learning-table .learningRow {
        display: flex;
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border-top: 1px solid #ddd;
    }

    .learning-table .multiLearningRow {
        width: 100%;
        font-size: 16px;
        padding: 8px;
        border-top: 1px solid #ddd;
    }

        .learning-table .multiLearningRow.learningRow {
            display: block;
        }

            .learning-table .multiLearningRow.learningRow .learningRow {
                border-top: none;
            }

        .learning-table .multiLearningRow .learningRow {
            width: 100%;
            border-top: none;
            padding: 0px;
        }

    .learning-table .cell {
        display: flex;
        align-items: center;
        padding:8px;
    }

        /*Course rating table specific css*/
        .learning-table .cell.courseName {
            width: 25%;
        }
        .learning-table .cell.avgRating {
            width: 25%;
        }
        .learning-table .cell.userName {
            width: 25%;
        }
        .learning-table .cell.userRating {
           width: 25%;
        }
        /*End of course rating table*/

        .learning-table .cell.name {
            width: 25%;
        }

        .learning-table .cell.status {
            width: 15%;
        }

        .learning-table .cell.ev-status {
            width: 15%;
        }

        .learning-table .cell.category {
            width: 15%;
        }

        .learning-table .cell.last-visit {
            width: 15%;
        }

        .learning-table .cell.score {
            width: 5%;
        }

        .learning-table .cell.action {
            width: 15%;
        }
        .learning-table .cell.action .modalMode{
            width: 50% !important;
        }

        .learning-table .cell .course-launch {
            width: 100%;
            /*display: flex;
            justify-content: space-between;*/
            max-width: 150px;
        }
        .learning-table .cell .course-launch {
            width: 100%;
            max-width: 100% !important;
        }

    .learning-table .stageInner .cell.status {
        width: 20%;
    }

    .learning-table .stageInner .cell.ev-status {
        width: 20%;
    }

    .learning-table .stageInner .cell.last-visit {
        width: 20%;
    }
     
    .learningRow .fa-plus-circle, .learningRow .fa-minus-circle, .programmeInner .fa-plus-circle, .programmeInner .fa-minus-circle {
        padding-right: 5px;
    }

.workpaceRow {
    display: flex;
    width: 100%;
    font-size: 16px;
    padding: 8px;
}

/*Catalogue*/
.basket-header h4 {
    color: #fff;
}

.basketContainer .fa {
    font-size: 24px;
}

.basketContainer a {
    cursor: pointer;
}

.tdBasketOptions {
    min-width: 200px;
}

#basket {
    color: #2a90d0;
    cursor: pointer;
    vertical-align: top;
}

.basket-pointer-container {
    height: 10px
}

.basket-pointer {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    float: right;
    border-bottom: 10px solid #1b3075;
    padding-bottom: 1px;
    margin-right: 8px
}

.basket-container {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    display: none;
    float: left;
    min-width: 270px;
    padding: 0 0 0 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
}

.basket-container-inner {
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.basket-header {
    padding: 5px 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #1b3075;
}

.basket-content {
    padding: 0 25px;
    background-color: #eee;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
}

.basket-item {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.basket-item-heading {
    font-weight: bold;
    text-align: left;
    border-bottom: none;
    display: block;
    margin-bottom: 5px;
    line-height: inherit;
    color: #333 !important;
    border: 0;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.basket-footer {
    height: 40px;
    font-weight: bold;
    background-color: #eee;
    padding: 0 8px;
    vertical-align: bottom;
}

.checkout-items {
    max-height: 360px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.checkout-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/* Upload Panel */

.loading-container {
    font-weight: bold;
}

.upload-data {
    height: 20px;
}

.loading-bar {
    width: 100%;
    height: 30px;
    padding: 3px;
    background-color: #eaeaea;
}

.loading-bar-inner {
    background: green;
    height: 100%;
    width: 0;
}

/* Media styles*/

.modal-linkbutton{
    color: #fff;
    text-decoration: none;
}

.modal-linkbutton:hover {
    color: #fff;
    text-decoration: none;
}

.text-centred{
    text-align:center;
}

.small-text{
    font-size: 12px;
}

.panel.panel-default {
    width: 100%;
}

.dashboard-button {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    height: auto;
    background: #1b3075;
    color: white;
    border: none;
    height: 200px;
    font-size: 1.5em;
    border-radius: 3px;
    text-wrap: normal;
    overflow-wrap: normal;
    transition: 0.2s all;
    text-align: center;
    line-height: 200px;
}

    .dashboard-button:active,
    .dashboard-button:hover {
        opacity: 0.8;
        cursor: pointer;
        background: white;
        color: #1b3075;
        text-decoration: none;
    }

    .dashboard-button[disabled] {
        background: rgba(0, 0, 0, 0.67);
        color: white;
    }
        .dashboard-button[disabled]:active,
        .dashboard-button[disabled]:hover {
        cursor: not-allowed;
    }

.dashboard-widget .profilePanel {
    min-height: 188px;
    display: flex;
    width: 100%;
}

    .dashboard-widget .profilePanel img {
        object-fit: cover;
        max-width: 180px;
        margin-right: 20px;
        height: 180px;
    }

    .dashboard-widget .profilePanel .info {
        display: flex;
        flex-direction: column;
        width: 100%
    }

        .dashboard-widget .profilePanel .info .profilename {
            width: 100%;
            padding: 15px 0px;
        }

        .dashboard-widget .profilePanel .info .emailAddress {
            width: 100%;
            padding-bottom: 30px;
        }

.dashCourse {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.dashCourse .info{
    display: flex;
    width: 100%;
}

    .dashCourse .summary {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        padding-top: 10px;
    }

.modal-body.forgotPass .errorMsg {
    padding-bottom: 5px
}

.modal-body.forgotPass .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-body.forgotPass .actions input[type="text"] {
        width: 50%;
    }

.userDetails {
    display:flex;
}

    .userDetails .form-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
    }

        .userDetails .form-group .control-label {
            margin-bottom: 0px;
            padding-right: 5px;
            width: 130px;
        }

        .userDetails .form-group .RHS {
            display: flex;
            width: 65%;
        }

            .userDetails .form-group .RHS.pass {
                flex-direction: column;
            }

        .userDetails .form-group select,
        .editProfile .form-group select {
            margin-bottom: 0px;
        }

    .userDetails .action {
        display: flex;
        justify-content: flex-end;
        width: 430px;
    }

#purchase-modal .Rtable-cell.lastColumn {
    justify-content: flex-start;
}

#course-modal-tabs span input {
    background: none;
    border: none;
    color: #337ab7;
}

.circleBtn, .circleBtn:hover {
    border-radius: 50%;
    background: black;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    text-decoration:none;
}

.btn-flex-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.btn-flex-group.reverse {
    flex-direction: row-reverse;
}

.formGroupDetails{
}

    .formGroupDetails .form-group {
        margin-bottom: 10px;
    }
            
            .formGroupDetails .form-group .form-control {
                margin-bottom: 0;
            }

.research-radio input[type="radio"] {
    /*padding-left : 0.5rem !important;
    padding-right : 0.5rem !important;*/
    width: 25px;
    height: 25px;
    /*vertical-align: middle;*/
    text-align: center;
}

.research-radio label {
    padding-left: 0.5rem;
    /*padding-right: 0.5rem;*/
    /*vertical-align: middle;*/
    text-align: center;
    font-size: 2.5rem;
}

.research-radio-container {
    width : 20%;
    display : grid;
    grid-template-columns : 1fr 1fr;
}