﻿button{
    border-radius: 5px;
}

.collapse-button {
    position: absolute;
    left: auto;
    top: 40px;
    right: 0%;
    bottom: auto;
    background-color: #0b2838;
    width: 40px;
    font-weight: 500;
}

    .collapse-button:after {
        content: '+';
    }

    .collapse-button.active:after {
        content: '-';
    }


.course-select-btn {
    max-width: 122px;
    padding: 12px 36px;
    background-color: #0b2838;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #0b2838;
    transition: all 0.3s ease;
}

    .course-select-btn:hover {
        color: #0b2838;
        background-color: white;
        border: 1px solid #292929;
    }

    .course-select-btn.confirm-btn {
        max-width: 200px;
        padding-right: 32px;
        padding-left: 32px;
        text-align: center;
        margin: 4px 0;
    }

    .course-select-btn.selected {
        background-color: #8d8d8d;
        color: white;
        /*cursor: default;*/
        border: none;
    }

        .course-select-btn.selected:hover {
            background-color: #8d8d8d;
            color: white;
            /*cursor: default;*/
            border: none;
        }

.edit-cart-buttons {
    max-width: 130px;
    padding: 12px 12px;
}

.cancel-btn {
    margin-right: 20px;
    color: white;
    background-color: #0b2838;
    border: 1px solid #0b2838;
    transition: 0.5s;
}

    .cancel-btn:hover {
        color: #0b2838;
        background-color: white;
        border: 1px solid #292929;
    }


.ck-button {
    overflow: auto;
    float: left;
    border: 1px solid #292929;
}

    .ck-button:hover {
        color: #0b2838;
        background-color: white;
        border: 1px solid #292929;
    }

    .ck-button label {
        margin-bottom: 0;
        float: left;
        width: 100%;
    }

        .ck-button label span {
            text-align: center;
            padding: 3px 0px;
            display: block;
        }

        .ck-button label input {
            position: absolute;
            top: -20px;
        }

    .ck-button input:checked + span, ck-button input:checked + .ck-button {
        color: #0b2838;
        background-color: white;
        border: 1px solid #292929;
    }

.next-page-btn {
    display: inline-block;
    margin-right: 60px;
    padding: 12px 26px;
    background-color: #0b2838;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.submit-button {
    padding: 10px 35px;
    background-color: #0b2838;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.schedule-another-btn a {
    padding: 10px 20px;
    background-color: #176439;
    color: white;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #176439;
    border-radius: 5px;
}

.done-btn a {
    padding: 10px 20px;
    background-color: #0b2838;
    color: white;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #0b2838;
    border-radius: 5px;
}

.white-btn {
    padding: 12px 36px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
    max-width: none;
    margin-right: 15px;
    font-weight: 600;
}
    .white-btn:hover {
        text-decoration: underline;
    }

.link-btn {
    padding: 12px 36px;
    background-color: white;
    font-family: Montserrat, sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: 0.5s;
    max-width: 191px;
    font-weight: 600;
    border: none;
    text-decoration: underline;
    width:100%;
}

    .link-btn:hover {
        text-decoration: underline;
        border: none;
    }

.course-only {
    display: block;
}

.get-directions-btn {
    padding: 0;
    font-weight: 500;
    text-align: left;
}

.move-onto-section {
    justify-content: start;
}

.next-button {
    padding: 12px 60px;
}

.full-course .link-btn {
    background-color: #FEFEFE;
}

.full-course .waitlist-btn {
    background-color: #DDDDDD;
    color: #cccccc;
    border: #cccccc;
    min-width: 191px;
}

.full-course .day-types {
    color: #cccccc !important;
    border-color: #cccccc !important;
}

@media screen and (max-width: 1090px) {
    .ck-button {
        width: 100%;
        max-width: 300px;
        display: block;
    }

        .ck-button label {
            width: 100%;
            max-width: 300px;

        }

            .ck-button label span {
                width: 100%;
                height: 45px;
                max-width: 300px !important;
                display: flex;
                justify-content: center;
                align-items: center;
            }
}

@media screen and (max-width: 767px) {
    .course-select-btn {
        max-width: none;
        width: 100%;
    }
    .move-onto-section {
        flex-direction: column;
        align-items: center;
    }

    .move-onto-section .next-button {
        width: 352px;
        height: 48px;
    }

    .next-page-btn {
        margin-right: 0px;
        margin-top: 20px;
    }

    .collapse-button {
        width: unset;
        top: 25px;
    }

}

@media screen and (max-width: 550px) {
    .course-options{
        margin-top: unset;
    }

    .course-options .course-select-btn-ctn {
        justify-content: center;
    }

        .course-options .course-select-btn-ctn button {
            width: 100%;
        }

    .course-options .course-select-btn {
        max-width: 250px;
        width: 100%;
    }

        .course-options .course-select-btn.confirm-btn {
            max-width: 250px;
            width: 100%;
        }

    .course-options .white-btn {
        margin: unset;
    }

    .done-btn {
        margin-top: 25px;
    }
}