.activity-sidebar {
    max-width: 160px;
    width: 100%;
    display: inline-block;
    margin-right: 10px;
}

.main-content {
    max-width: calc(100% - 175px);
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position:relative;
}

.mobile-spacer {
    display: none;
    width: 100%;
    border-bottom: 2px solid #616161;
}

.activity-sidebar__title {
    color: white;
    background-color: #84b135;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.activity-sidebar__title--subscribe {
    color: white;
    background-color: #84b135;
}

.activity-sidebar__title--progress {
    color: white;
    background-color: #2D6a00;
}

.activity-sidebar__title--mobile {
    color: white;
    background-color: #84b135;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display:none;
    max-width: 150px;
    padding:5px 10px;
    width: 100%;
}

.activity-sidebar__content {
    padding: 5px;
}

.activity-sidebar-link {
    font-weight: bold;
}

.activity-back-button {
    text-align: right;
    margin-top:10px;

}

.activity-sidebar__content-row {
    padding: 5px;
    width: 100%;
    display: block;
}

.content-row--progress {
    width: 100%;
    display: block;
}

.content-row-label {
    font-weight: bold;
    display: block;
    width: 100%;
}
.content-row-value {
    padding:0px 10px
}

#_pSubscribe {
    margin-top: 20px;
    margin-bottom:20px;
}

.pan_box_frame {
    width:100px;
    min-width: 100%;
}

.schedule-details {
    padding: 0 0 10px;
}

.schedule-filters {
    display: flex;
    margin-top:10px;
}

.schedule-filter-container {
    align-items: center;
    display: flex;
    gap: 15px;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.schedule-filter-container:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.schedule-filter-container--right {
    margin-right: 0px;
}

.schedule-filter-label {
    padding-bottom: 3px;
}

.schedule-filter {
    position: relative;
}

.schedule-filter select {
    background: none;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    width: 100%;
}

.schedule-filter::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
}

.course-menu-table {
    position: relative;
}
.course-menu-table td {
    padding: 5px 10px;
}

.course-menu-table .user_row {
    border: none;
}

.course-menu-table .user_alternate_row {
    border: none;
}

.course-menu-circle {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 1px solid #0095A9;
    margin: auto;
    padding: 2px;
}

.course-menu-circle-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0095A9;
}

.course-menu-circle-col {
    padding:10px !important;
}

.course-menu-header {
    background-color: #0095A9;
    color:#fff;
    
}
.course-menu-header th {
    padding: 5px 10px;
}

.module-icon {
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px;
    background-image: url(/juniper/images/Jun_Icon-Info.svg);
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align:middle;
}

.module-name {
    display: inline-block;
}

.module-link {
    font-weight: bold;
}

.module-description {
    display: block;
}

.module-description.open {
    display: block;
}

.module-description.close {
    display: none;
}

.module-status {
    white-space: nowrap;
    width: 100%
}

.module-status-label {
    font-weight: bold;
}

.module-status--mobile-container {
    text-align: center;
    display: none;
    padding: 5px 10px 10px !important;
}

.module-status--mobile {
    text-align: center;
    color: #ffffff;
    display: none;
    padding:0px !important;
}

.module-status-header {
    display:block;
}

.activity-sidebar__bookmark {
    display: block;
    float: right;
    cursor:pointer;
}

.activity-sidebar__bookmark--mobile {
    display: none;
    float: right;
    margin: 0px 10px;
    cursor: pointer;
}

.bookmarked {
    background-image: url(/juniper/images/Jun_Icon-Bookmark-Filled.svg);
    width: 23px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.not-bookmarked {
    background-image: url(/juniper/images/Jun_Icon-Bookmark-empty.svg);
    width: 23px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#_pMobileSideBarTitle {
    position: relative;
    margin-bottom: 40px;
    display: none;
    font-weight: bold;
}

.course-menu-circle-empty {
    position: relative;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    margin: auto;
    display:none;
}

.course-menu-value--mobile {
    font-weight: bold;
}

#_btnSidebarSubscribe {
    padding: 5px 10px;
    display: block;
}

.top-bar {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.top-bar *:first-child {
    margin-left: auto;
}

.bookmark-container {
    display:block;
    height: 30px;
}

.bookmark-loader {
    border: 8px solid #f5f5f5; 
    border-top: 8px solid #0085b3; 
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;

    margin:auto;
    margin-top:5px;
    display:none;
}

.bookmark-loader.loading {
    display:block;
}

.intro-container .intro .right {
    border: none;
}


.main-content-custom-page {
    max-width: 100%;
}

.mobile-spacer-custom-page {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 768px) {
    .module-status {
        display:none;
    }

    .module-status--mobile-container{
        display:table-cell;
    }

    .module-status--mobile {
        display: block;
    }

    .module-status-header {
        display: none;
    }

    .activity-sidebar {
        max-width: 100%;
        width: 100%;
        display: block;
        margin:auto;
    }

    .activity-sidebar__title--progress {
        margin: auto;
        max-width: calc(100% - 20px);
        width: 100%;
    }

    .main-content {
        max-width: 100%;
        width: 100%;
        display: block;
        vertical-align: top;
    }


    .pan_card_wrap {
        padding:5px 0px;
    }

    .mobile-spacer {
        display: block;
    }

    .mobile-spacer-custom-page {
        display: none;
    }

    .activity-sidebar__content-row {
        width: calc(50% - 5px);
        text-align:center;
        display:inline-block;
    }

    .content-row--progress {
        width: 100%;
        display: block;
    }

    .content-row-label {
    }

    .content-row-value {
        padding: 0px;
    }

    #_pUnEnrolledDetails {
        padding:10px;
    }

    #_pSideBarTitle {
        max-width:150px;
    }

    .course-menu-table {
        position: relative;
    }

    .course-menu-table-header {
        position: sticky;
        top: 0;
    }

    .activity-sidebar__title--subscribe {
        display:none;
    }


    .activity-sidebar__title--mobile {
        display: inline-block;
    }

    .activity-sidebar__content {
        padding: 0px 10px 5px;
    }

    #_pSidebarProgressDaysLeft {
        /*background-color: #E0E0E0;*/
    }
    #_pSidebarProgressExpires {
        /*background-color: #E0E0E0;*/
    }

    .activity-sidebar__bookmark {
        display: none;
        
    }

    .activity-sidebar__bookmark--mobile {
        display: block;
    }

    #_pMobileSideBarTitle {
        display: block;
    }

    .course-menu-circle-col {
        padding: 5px 10px !important;
    }

    .course-menu-circle {
        position: relative;
        border-radius: 50%;
        height: 12px;
        width: 12px;
        border: 1px solid #0095A9;
        margin: auto;
        margin-top:5px;
    }

    .course-menu-circle-empty {
        display:block;
        margin-top: 5px;
    }

    #_btnSidebarSubscribe {
        display:none;
    }

    .bookmark-container {
        display:none;
    }

    .schedule-filters{
        padding: 0px 20px;
        text-align:center;
    }

    .schedule-filter-container {
        margin-right:0px;
        display:block;
    }
}

.module-status--not-started {
    background-color: #212121;
}

.module-status--in-progress {
    background-color: #2D6A00;
}

.module-status--completed {
    background-color: #006068;
}

.module-container {
    width:100%
}

.activity-sidebar-progress-bar{
    height: 8px;
    background-color: #E0E0E0;
    border-radius: 50px;
}

.activity-sidebar-progress-bar--inner {
    height: 8px;
    background-color: #2D6a00;
    border-radius: 50px;
}

.progress-header {
    font-weight: bold;
    text-align: center;
    margin-bottom:10px;
}
.progress-percentage {
    margin-top:5px;
    text-align: center;
}

.bk_button input[type=button] {
    border-radius: 25px;
    background-color: #2D6a00;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: normal;
}

.ebook-details{
    margin-bottom:20px;
}

.lab-access-label {
    font-weight: bold;
}

#_pCost {
    font-weight: bold;
    text-align:right;
    font-size:22px;
    margin-bottom:10px;
}

.rating_edit_container {
    margin-right:0px;
    margin-left:auto;
}

.junosphere-purchase-controller {
    text-align:right;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

#_pStatus {
    margin-left: auto;
    text-align:right;
}

#_pLaunchMessage {
    text-align:center;
    max-width:500px;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}

#_pSubscriptionNoneAvailable {
    text-align:right;
}

#_pSubscriptionNoSeats {
    text-align: right;
}

#_pSubscriptionExpired {
    text-align:right;
    max-width:320px;
    margin-right:0px;
    margin-left: auto;
    margin-top:10px;
}

#_pSubscriptionRenew {
    text-align:right;
}

#_pSubscriptionNew {
    text-align: right;
}

#_pIncludeCompletionForm{
    text-align:right;
}

.completion-form {
    margin-left:auto;
    margin-right:0px;
}

#_pPassword {
    text-align:right;
}

#_pPassword .error_box {
    margin-left:auto;
}

#_pPrerequisitesNotice .error_box {
    margin-left: auto;
}

#_pOnline {
    text-align: right;
}

#_pLibrary {
    text-align: right;
}

#_pReviewRetake {
    text-align:right;
}

.review-retake-btns {
    text-align: center;
    margin-top: 25px;
}

#_blAltActivitiesList li {
    padding-bottom: 0;
}

