﻿* {
    box-sizing: border-box;
}
/* Create two unequal columns that floats next to each other */

.bg-green {
    background-color: #84B135;
}

.bg-gray2 {
    background-color: #F5F5F5;
}

#content {
    background-color: #FFF !important;
}

.activity-info {
    align-items: flex-start;
    display: flex;
    padding: 5px 0 15px;
    width: 100%;
    margin-bottom: 5px;
}

.activity-info-section {
}

.activity-info-section.left {
    background-color: #FFF;
    flex-shrink: 0;
    min-width: 160px;
}

.activity-info-section.center {
    flex: 1;
    padding: 0 15px;
    position: relative;
}

.activity-info-section.right {
    flex-shrink: 0;
    font-weight: bold;
    width: 15%;
    padding: 15px;
    text-align: right;
}

.info-title {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

.info-content {
    top: 15%;
    bottom: 15%;
    width: 100%;
    height: 70%;
    padding-top: 10PX;
    padding-left: 10PX;
    background: #FFF;
}

.info-content-row:not(:last-child) {
    margin-bottom: 10px;
}

.info-bottom {
    bottom: 0;
    width: 100%;
    padding: 10px;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.activity-info-title {
    font-weight: bolder;
    font-size: 12pt;    
}

.activity-info-heading {
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
}

.activity-info-outline-btn {
    font-weight: bold;
}

activity-info-details {
    
}

.activity-info-remove {
    font-weight: bold;
    padding-left: 10px;
}

.activity-info-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.activity-info-content-wrapper {
    display: flex;
}

.activity-info-content {
    flex: 1;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.total {
    border-collapse: collapse;
    padding: 10px 10px;
    width: 100%;
}

.total-activity-name {
    font-weight: bold;
    padding: 5px 5px;
    width: 80%;
    text-align: right;
}

.total-tax-name {
    font-weight: bold;
    padding: 5px 5px;
    width: 80%;
    text-align: right;
}

.total-activity-amount {
    font-weight: bold;
    padding: 5px 5px;
    width: 20%;
    text-align: right;
    white-space: nowrap;
}

.subtotal-text {
    font-weight: bold;
    padding: 5px 5px;
    width: 20%;
    text-align: right;
}

.subtotal-amount {
    font-weight: bold;
    padding: 5px 5px;
    width: 20%;
    text-align: right;
    white-space: nowrap;
}

.total-text {
    border-color: black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
    padding: 5px 5px;
    width: 20%;
    text-align: right;
}

.total-amount {
    border-color: black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    font-weight: bold;
    padding: 5px 5px;
    width: 20%;
    text-align: right;
    white-space: nowrap;
}

.sc_promo_section {
    margin-left: auto;
    max-width: 75%;
    text-align: right;
}

.activity-cost {
    font-size: 20px;
    font-weight: bold;
}

.primary-btn,
.secondary-btn {
    margin: 4px 2px !important;
}

input[type="button"].primary-btn,
input[type="submit"].primary-btn,
button.primary-btn,
a.primary-btn,
.primary-btn input[type="button"],
.primary-btn input[type="submit"],
.primary-btn button,
input[type="button"].secondary-btn,
input[type="submit"].secondary-btn,
button.secondary-btn,
a.secondary-btn,
.secondary-btn input[type="button"],
.secondary-btn input[type="submit"],
.secondary-btn button {
    border: none !important;
    border-radius: 15px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 14px !important;
    line-height: 1;
    cursor: pointer !important;
    white-space: nowrap;
    min-height: 0px;
}

.primary-btn input[type="button"],
.primary-btn input[type="submit"],
.primary-btn button,
.secondary-btn input[type="button"],
.secondary-btn input[type="submit"],
.secondary-btn button {
    width: 100%;
}

input[type="button"].primary-btn,
input[type="submit"].primary-btn,
button.primary-btn,
a.primary-btn,
.primary-btn input[type="button"],
.primary-btn input[type="submit"],
.primary-btn button {
    background-color: #2D6a00 !important; /* Green */
    color: white !important;
    font-weight: normal !important;
    padding: 5px 15px !important;
}

input[type="button"].primary-btn:hover,
input[type="submit"].primary-btn:hover,
button.primary-btn:hover,
a.primary-btn:hover,
.primary-btn input[type="button"]:hover,
.primary-btn input[type="submit"]:hover,
.primary-btn button:hover {
    background-color: #ededed !important;
    color: #303030 !important;
}

input[type="button"].secondary-btn,
input[type="submit"].secondary-btn,
button.secondary-btn,
a.secondary-btn,
.secondary-btn input[type="button"],
.secondary-btn input[type="submit"],
.secondary-btn button {
    background-color: #E0E0E0 !important; /* Green */
    color: #5f5f5f !important;
    font-weight: bold !important;
    transition: none;
    padding: 5px 10px !important;
}

input[type="button"].secondary-btn:hover,
input[type="submit"].secondary-btn:hover,
button.secondary-btn:hover,
a.secondary-btn:hover,
.secondary-btn input[type="button"]:hover,
.secondary-btn input[type="submit"]:hover,
.secondary-btn button:hover {
    color: white !important;
}

.link-btn {
    font-weight: bold;
}

    .btn:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

.accordion-wrapper.underline-accordion .accordion-item {
    position: relative;
}

.accordion-wrapper.underline-accordion .accordion-item .accordion-item-heading {
    color: #0095a9;
    background: none;
    border-bottom: 1px solid #000000;
    padding: 10px !important;
    text-transform: none;
}

.accordion-wrapper.underline-accordion .accordion-item .accordion-arrow {
    background: none;
    margin: 10px 10px 0 0;
    right: 0;
    top: 0;
}

.accordion-wrapper.underline-accordion .accordion-item .accordion-arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.accordion-wrapper.underline-accordion .accordion-item.open .accordion-arrow {
    transform: rotate(180deg);
}

@media (min-width: 601px) {
    .mobile {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .desktop {
        display: none !important;
    }

    .activity-info {
        align-items: stretch;
        flex-direction: column;
        min-height: 0;
    }

    .activity-info-section {
        min-width: 0 !important;
        width: auto !important;
    }

    .activity-info-section.center {
        padding-top: 15px;
    }
    
    .activity-info-section.right {
        padding-bottom: 0;
    }
    
    .activity-info .info-title {
        display: inline;
        margin-left: -5px;
        padding: 5px 10px;
    }

    .info-content {
        margin-bottom: 15px;
        padding: 0;
    }

    .info-bottom {
        align-items: flex-start;
        margin-bottom: 15px;
        padding: 0;
    }

    .total-text {
        vertical-align: middle;
    }

    .total-amount {
        font-size: 20px;
    }
}

.activity-section {
    width: 100%;
    border-bottom: black 1px solid
}

.activity-section-head {
    width: 100%;
    cursor: pointer;
}

.activity-section-head-title {
    font-weight: bold;
    color: #0095A9;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
}


.activity-section-content {
    width: 100%;
    padding: 10px 20px;
    display: none;
}

.close .activity-section-content {
    width: 100%;
    height: 0px;
    transition: height 1s ease-out;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
    padding: 0px;
}

.open .activity-section-content {
    width: 100%;
    padding: 0 20px 20px;
    display: block;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .activity-section-content-course-modules {
    padding: 10px 0px;
}

.close .activity-section-content-course-modules {
    padding: 0px;
}

.activity-section-content-schedule .pan_box_frame {
    border: none;
}

.activity-section-head-arrow {
    background-image: url(/juniper/images/Black_triangle.svg);
    width: 20px;
    height: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    margin: 15px 20px 0px 10px;
}

.open .activity-section-head-arrow {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.close .activity-section-head-arrow {
}

#_slSchedule {
    display: block;
    overflow-x: auto;
}

.sls_header_row td {
    color: white;
    font-weight: bold;
    background-color: #0095A9;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sls_header_text {
    color: white;
    font-weight: bold;
}

.sls_row td:first-child,
.sls_alternate_row td:first-child {
    white-space: nowrap;
}

.sls_link {
    font-weight: bold;
}

.sls_link .icon_list {
    vertical-align: middle;
}