﻿#divContentWrapper {
    margin: 30px;
    min-width: 100%;
}

    #divContentWrapper .list-item, li{
        margin-left: 0px !important
    }

.hero {
    display: none !important;
}

.div-loading-white {
    background-image: url(/juniper/images/spinner-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
}

.div-loading-black {
    background-image: url(/juniper/images/spinner-black.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 30px;
}

.text-14 {
    font-size: 14px
}

.search-empty {
    text-align: center;
}

.search-activity-container {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    padding-top: 10px;
}

.search-section {
    vertical-align: top;
    padding: 10px;
}

.search-front {
    display: inline-block;
    max-width: 165px;
    width: 100%;
}

.search-training-format {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.search-training-format--mobile {
    display: none;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: auto;
}

.search-front-content-row {
    display: block;
    padding: 5px 10px;
}

.search-middle {
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 365px);
    width: 100%;
}

.search-activity-title {
    padding: 10px 0px 13px;
}

    .search-activity-title a {
        font-weight: bold;
        font-size: 16px;
    }

.search-activity-parent {
    margin-top: auto;
}

.search-end {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

.search-end-left {
    display: none;
    vertical-align: top;
}

.search-end-content-row {
    display: block;
    padding: 5px 10px;
}

.search-end-right {
    display: block;
    width: 100%;
    max-width: 100%;
}

.search-end-content-section {
}

    .search-end-content-section .content-section-title {
        font-weight: bold;
    }

    .search-end-content-section .content-section-content {
        padding: 0px 10px;
    }

.search-end-completion-status {
    margin-top: 10px;
    padding: 5px 10px;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
}

.search-end-completion-status--mobile {
    margin-top: 10px;
    padding: 5px 20px;
    color: #ffffff;
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-end-completion-status--in-progress {
    background-color: #2D6A00;
}

.search-end-completion-status--completed {
    background-color: #006068;
}

.search {
    display: block;
    float: right;
    cursor: pointer;
}

.search--mobile {
    display: inline-block;
    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;
}

.search-empty {
    text-align: center;
}

.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;
}

.search-container {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 30px;
}

.search-container--mobile {
    display: none;
    margin-bottom: 20px;
    height: 30px;
    float: right;
}

.search-loading {
    background-image: url(/juniper/images/loading.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 30px;
}

.search-loader.loading {
    display: block;
}

.mobile-spacer {
    display: none;
    max-width: calc(100% - 20px);
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    margin: auto;
}

.search-middle--mobile {
    display: none;
}

.search-highlight {
    background-color: yellow;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 768px) {
    .search-activity-container {
        border-bottom: 2px solid #9e9e9e;
        flex-direction: column;
    }

    .search-front {
        display: none;
    }

    .search-front-content-row {
        display: none;
    }

    .search-training-format--mobile {
        display: inline-block;
    }

    .search-middle {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .search-end {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .search {
        display: none;
    }

    .search--mobile {
        display: block;
    }

    .search-container {
        display: none;
    }

    .search-end-left {
        display: inline-block;
        width: 100%;
        max-width: 50%;
    }

    .search-end-right {
        display: inline-block;
        width: 100%;
        max-width: 50%;
        padding-top: 5px;
    }

    .search-end-completion-status {
        display: none;
    }

    .search-end-completion-status--mobile {
        display: inline-block;
    }

    .mobile-spacer {
        display: block;
    }

    .search-container--mobile {
        display: inline-block;
    }

    .search-middle--mobile {
        display: block;
    }
}


.checkbox-wrapper-4 * {
    box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

    .checkbox-wrapper-4 .cbx:not(:last-child) {
        margin-right: 6px;
    }

    .checkbox-wrapper-4 .cbx:hover {
        background: rgba(0,119,255,0.06);
    }

    .checkbox-wrapper-4 .cbx span {
        float: left;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .checkbox-wrapper-4 .cbx span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            transform: scale(1);
            border: 1px solid #cccfdb;
            transition: all 0.2s ease;
            box-shadow: 0 1px 1px rgba(0,16,75,0.05);
        }

            .checkbox-wrapper-4 .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #fff;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

        .checkbox-wrapper-4 .cbx span:last-child {
            padding-left: 8px;
            line-height: 18px;
        }

    .checkbox-wrapper-4 .cbx:hover span:first-child {
        border-color: #0095A9;
    }

.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}

    .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
        background: #84B135;
        border-color: #84B135;
        animation: wave-4 0.4s ease;
    }

        .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

/*--------------------
Search
--------------------*/
.search-bar {
    width: 90%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid;
    border-color: rgba(97,97,97,0.25);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);  
    background: #fff;
    transition: all 0.3s ease;

    focus {
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    }
}

.search-bar-input {  
    top: 5px;
    left: 38px;
    font-size: 14px;
    background: none;
    color: #5a6674 !important;
    width: 80%;
    height: 20px;
    border: none !important;
    appearance: none;
    outline: none !important;

    &::-webkit-search-cancel-button {
        appearance: none;
    }
}

.search-bar-button {  
    position: relative;
    bottom: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    outline: none!important;
    cursor: pointer;
}

.text-select-pages {
    margin-right: 10px;
}

.sort-caption {
    align-self: center;
    margin-right: 20px;
}

.sort-dropdown-wrapper {
    margin-right: 20px;
    width: auto !important;
}

.page-count {
    font-size: 16px;
    margin-left: auto;
}

.paging-controls {
    display: flex;
    padding: 20px;
}

.paging-btn {
    background: none;
    color: #3c9ac9;
    min-height: 0;
    padding: 5px;
}

.paging-btn:hover {
    background: none !important;
    color: #368ab4 !important;
}

.paging-btn:disabled {
    visibility: hidden;
}

.paging-btn.next {
    margin-left: auto;
}

.paging-btn.next::after {
    content: '';
    border-bottom: 5px solid transparent;
    border-left: 10px solid #3c9ac9;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    width: 0;
}

.paging-btn.next:hover::after {
    border-left-color: #368ab4;
}

.paging-btn.prev::before {
    content: '';
    border-bottom: 5px solid transparent;
    border-right: 10px solid #3c9ac9;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    margin-right: 5px;
    width: 0;
}

.paging-btn.prev:hover::before {
    border-right-color: #368ab4;
}

/*--------------------
checkbox to
--------------------*/
.button-6 {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
  }
  
  .button-6:hover,
  .button-6:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    color: rgba(0, 0, 0, 0.65);
  }
  
  .button-6:hover {
    transform: translateY(-1px);
  }
  
  .button-6:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
  }

.advance-header {
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    display: block;
    font-size: 14px;
    font-weight: 600;
    min-height: 20px;
}