﻿.page-content {
    font-size: 16px;
}

h2, #course-bundles-page a {
    color: #00693D;
}

    #course-bundles-page a:hover {
        color: #26AE60;
        text-decoration: none;
    }

#course-bundles-page .link {
    color: #00693D;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

    #course-bundles-page .link:hover {
        color: #26AE60;
        text-decoration: underline;
    }

#page-title {
    margin-bottom: 27px;
}

#course-bundles-page p, #course-bundles-page a {
    font-size: 16px;
}

.pricing-panel {
    text-align: center;
    margin-bottom: 24px;
}

    .pricing-panel .prices {
        display: flex;
        justify-content: center;
    }

        .pricing-panel .prices > div {
            text-align: left;
        }

        .pricing-panel .prices > .left-col {
            margin-right: 20px;
        }

        .pricing-panel .prices > .right-col {
            margin-left: 20px;
        }

        .pricing-panel .prices .item {
            margin-top: 14px;
        }

.organization-panels {
    margin-top: 20px;
}

.buy-btn {
    background-color: #FFF;
    margin-right: 24px;
}

    .buy-btn.disabled {
        color: #9E9E9E;
        border-color: #9E9E9E;
        cursor: default;
    }

.msgSelectCountWarning {
    display: none;
    color: #F2180C;
}

.module a:not(.buy-btn) {
    text-decoration: underline;
    padding-left: 0px;
}

.module a:hover {
    color: #35aa47;
}

ul {
    padding-left: 0px;
    list-style: none;
}

.custom-checkbox-container {
    padding-left: 16px;
    margin-bottom: 0;
}

    .custom-checkbox-container input {
        left: 0;
    }

    .custom-checkbox-container .custom-checkbox {
        height: 18px;
        width: 18px;
        border: solid 2px #707070;
    }

        .custom-checkbox-container .custom-checkbox:after {
            border-color: #00693D;
            top: 0;
            left: 4px;
            height: 12px;
            width: 7px;
        }

    .custom-checkbox-container .labelText {
        font-weight: bold;
        display: inline-block;
    }

.panel-heading, .panel-body {
    padding-right: 0px;
    padding-left: 0px;
}

    .panel-heading b {
        line-height: 31px;
        font-size: 16px;
    }

.panel {
    margin-bottom: 0px;
}

.course-label, label {
    margin: 24px 0px 15px 0px;
}

.price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

#states-container {
    margin-top: 20px;
}

#ddlState {
    width: 306px;
    padding: 4px 10px;
    border-color: #707070;
}

.module h2 {
    font-weight: bold;
    margin-top: 0;
}

.module h5 {
    line-height: 19px;
}

.module .collapse-content {
    padding-top: 18px;
}

.category-titles {
    margin-bottom: 20px;
}

.module {
    margin-top: 40px;
}

.course-listing {
    margin-bottom: 16px;
}

    .course-listing .course-header a {
        font-weight: bold;
        margin-left: 29px;
    }

    .course-listing .course-content {
        padding-left: 28px;
    }

    .course-listing .credit-label {
        color: #00693D;
        margin-top: 8px;
    }

    .course-listing .course-descr {
        line-height: 19px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

.errorMsg {
    color: #F2180C;
    margin-top: 60px;
    margin-bottom: 40px;
}

.price-container {
    margin-top: 20px;
}

#promo-code {
    margin-left: 12px;
    max-width: 197px;
    border-color: #707070;
    height: 26px;
}

#cert-container {
    width: 85%;
}

@media (max-width: 575px) {
    #ddlState {
        width: 100%;
    }
}