
#cmodal_bg {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

#cmodal_data {
    display: none;
    position: fixed;
    z-index: 91;
    width: 1000px;
    max-height: 700px;
    overflow: auto;
    top: 50%;
    left: 50%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    text-align: center;
}

.cmodal_back {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.cmodal_back:before {
    content: url('/images/cmodal/cmodal_back.png');
}

.cmodal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.cmodal_close:before {
    content: url('/images/cmodal/cmodal_close.png');
}

#cmodal_inner {
    display: none;
}

.cmodal_button {
    position: fixed;
    top: 50%;
    left: 0px;
    margin: -110px 0px 0px 0px;
    cursor: pointer;
    z-index: 10;
}

.cmodal_button img {
    height: 220px;
}

.cmodal_title {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    width: 800px;
    margin: 0px auto 30px auto;
}

.cmodal_course {
    display: none;
}

.cmodal_cat_data {
    display: none;
}

.cmodal_subcat_data {
    display: none;
}

.cmodal_course_title {
    background: #399ecb;
    color: #FFF;
    text-align: left;
    padding: 5px 5px 5px 10px;
    margin: 0px 0px 10px 0px;
    border-radius: 10px;
    cursor: pointer;
}

.cmodal_cat, .cmodal_subcat {
    display: inline-block;
    background: #0a67b7;
    border: 0px solid #fff;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    margin: 0px 5px 5px 0px;
    width: 310px;
    height: 70px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}

.cmodal_sub {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 310px;
}

.cmodal_course_data {
    display: none;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
    padding: 5px;
    background: #fff;
}

.cmodal_course_buy {
    color: #FFF;
    background: #399ECB;
    border: 1px solid #399ECB;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 700;
    margin: 0px 0px 0px 20px;
    cursor: pointer;
    text-decoration: none;
}

.cmodal_course_buy_table {
    color: #000;
    border-collapse: collapse;
    margin: 0px auto;
}

.cmodal_course_buy_table td:nth-child(2) {
    text-align: right;
    vertical-align: middle;
}

.buy_modal_table td:nth-child(2),
.cmodal_course_buy_table .cert-buy-td td:nth-child(2) {
    vertical-align: middle;
}

.cmodal_course_buy_table td {
    font-size: 14px;
    border: 0px solid #000;
    padding: 5px;
}
