﻿
body {
    font-size: .875rem;
}

.main-content {
    position: relative;
}

.main-content .content {
    padding: 0;
    margin-top: 0;
}


.main-title {
    /*margin: 1em 2em 1em 2em;
    padding: 1em 2em 1em 2em;*/
    margin-bottom: 1em;
    padding: 1em 2em;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #d8d3d3;
}

label {
    font-weight: 600 !important;
}

a {
    text-decoration: none;
}

.footer {
    left: 20px;
}

/*面包屑部分的颜色*/
.breadcrumb-item > a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/* end of 面包屑部分的颜色*/

.form-control[readonly] {
    background-color: #D7EBFF;
}


.table > :not(:last-child) > :last-child > * {
    border-bottom: 1px solid #767ee5;
}
.btn {
    margin: 0.1em;
}

.form-group {
    margin-bottom: 1rem;
}

.datepicker {
    border: 1px solid #ced4da;
}
/*系统title*/
#top-title {
    color: #f0f0f0;
    font-size: 18px;
    font-weight: bold;
    width: 252px;
    height: 71px;
    padding: 35px 20px;
    display: block;
    float: left;
}

.text-indent {
    text-indent: 2em;
}

.enroll-result {
    background-color: #f1f0f0;
    border: solid 1px #d2d2d2;
    border-radius: 10px;
    height: 200px;
    margin: 20px 100px;
    padding: 50px 50px;
    text-align: center;
}

    .enroll-result .sign {
        font-size: 80px;
        padding: 0 30px;
        /*vertical-align:middle;*/
    }

        .enroll-result .sign .result-text {
            font-size: 16px;
        }

.icon-list {
    padding: 20px;
    /*background-color:lightgrey;
    border-radius:20px;*/
}

    .icon-list .sign {
        font-size: 30px;
        padding: 0 20px;
    }

        .icon-list .sign .icon-text {
            font-size: 16px;
        }

    .icon-list .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }


.control-label {
    float: left;
    /*width: 100%;*/
    /*padding-top: 10px;*/
    font-weight: bolder !important;
}
/* end of  pagelist改造*/



.mypage-header {
    /*padding-bottom: 9px;*/
    padding: 10px 0px 10px 10px;
    margin-bottom: 5px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #f7f7f7;
}




del {
    color: #c5171f;
}

ins {
    color: #c5171f;
}

.bg-warning {
    background-color: #fcf8e3 !important;
}

.float-left {
    float: left;
}

.block {
    display: block;
}

.float-right {
    float: right;
}

.cleaner {
    clear: both
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.validation-summary-valid {
    display: none;
}

/***********************************add by yy*****************************************/
.pt_5px {
    padding-top: 5px;
}

.pt_10px {
    padding-top: 10px;
}

.pt_15px {
    padding-top: 15px;
}

.pt_20px {
    padding-top: 20px;
}

.pt_25px {
    padding-top: 25px;
}

.pt_30px {
    padding-top: 30px;
}

.pt_40px {
    padding-top: 40px;
}

.pt_50px {
    padding-top: 50px;
}

.pt_75px {
    padding-top: 75px;
}

.pt_300px {
    padding-top: 300px;
}

.pb_5px {
    padding-bottom: 5px;
}

.pb_10px {
    padding-bottom: 10px;
}

.pb_15px {
    padding-bottom: 15px;
}

.pb_50px {
    padding-bottom: 50px;
}

.pr_20px {
    padding-right: 20px;
}

.pl_10px {
    padding-left: 10px;
}

.pl_15px {
    padding-left: 15px;
}

.pl_25px {
    padding-left: 25px;
}

.pl_50px {
    padding-left: 50px;
}

.pr_5px {
    padding-right: 5px;
}

.pr_10px {
    padding-right: 10px;
}

/*input 标准高度，加Validation height*/
.sdheight {
    height: 85px;
}

.moreheight {
    height: 150px;
}

.cpheight {
    height: 35px;
}

.selectedrow {
    background-color: #c8eee4;
}

.LeftRow {
    background-color: #efefef;
    text-align: right;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.vmiddle {
    vertical-align: middle;
}

.text_left {
    text-align: left;
    vertical-align: middle;
}

.text_right {
    text-align: right;
    vertical-align: middle;
}

.width100px {
    width: 100px;
    float: left;
    display: block;
}

.width75px {
    width: 75px;
    float: left;
    display: block;
}

.width25px {
    width: 25px;
    float: left;
    display: block;
}

.widthAll {
    width: 100%;
    float: left;
    display: block;
}

.widthAllRight {
    width: 100%;
    float: right;
    display: block;
}

.width25Percen {
    width: 25%;
}

.width50Percent {
    width: 50%;
}


.progressPass {
    background-color: #c8eee4;
}

.progressWait {
    background-color: #FFFFFF;
}

.colorpass {
    color: #09984f;
}

.colorreject {
    color: #ff0000;
}

.colornormal {
    color: #000000;
}

.colorupdate {
    color: #ff6a00;
}

.colortips {
    color: #0094ff;
}

.colorwarning {
    color: #856404;
}

.colorwhite {
    color: white;
}

.newsbottom {
    height: 3px;
    background-color: #e2e2e2;
}

.links {
    padding: 10px 0px;
}



.colormenu {
    color: #9d9d9d;
}

.required {
    color: #FF0000;
    padding-right: 2px;
}

.bg-retake {
    background-color: #f3bebe;
}

.colorReadonly {
    background-color: #D7EBFF
}

.color-rd-red {
    color: #c5171f;
}

.bkcolor-rd-red {
    background-color: #c5171f;
}

.bkcolor-gray {
    background-color: #efefef;
}

.bkcolor-warning {
    background-color: #fff3cd;
}

.group_action {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
    border: solid #f8f9fa;
}




/**************tab *******************/

.floatingBox {
    /*background-color: white;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);*/
    min-height: 50px;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

    .floatingBox.table {
        position: relative;
    }

    .floatingBox.icons div.span3 {
        margin-left: 0;
    }

    .floatingBox div.floatingBoxMenu, .floatingBox div.floatingBoxMenu ul {
        margin: 0 0 30px 0;
        padding: 10px 0 0 0;
    }

        .floatingBox div.floatingBoxMenu ul {
            border-bottom: 2px solid rgba(0,0,0, .05);
        }

            .floatingBox div.floatingBoxMenu ul li {
                display: inline-block;
                padding-right: 30px;
                padding-bottom: 5px;
            }

                .floatingBox div.floatingBoxMenu ul li a {
                    color: #616161;
                    position: relative;
                    font-size: 1.2em;
                    font-weight: 500;
                    border: 0;
                    padding: 0;
                }

                    .floatingBox div.floatingBoxMenu ul li.active a, .floatingBox div.floatingBoxMenu ul li a:hover {
                        padding-bottom: 6px;
                        background: white;
                        border: 0;
                        border-bottom: 3px solid #e58d33;
                        color: #8f1d22;/*#33B5E5;*/
                        text-decoration: none;
                    }
/**************End of tab *******************/

.price-sum {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: right;
    font-family: verdana;
}

    .price-sum em {
        font-size: 20px;
        color: #E2231A;
        font-weight: 700;
    }

.control-group {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}




/*#region 学生信息*/
.student-infoes h5 {
    background-color: lightgrey;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #cc0033;
}

.student-infoes .row {
    padding: 20px 20px;
}

    .student-infoes .row label {
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .student-infoes .row .col-md-3 {
        margin-bottom: 15px;
    }

.student-infoes .datepicker {
    padding-left: 15px;
}

.student-infoes input[type="checkbox"] {
    margin-left: 15px;
    width: 20px;
}

.student-image {
    width: 80%;
    border: 1px solid #bcbcbc;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    margin-bottom: 20px;
    padding: 5px;
}

.image-wrap label {
    display: block;
}
/*#endregion 学生信息*/

/*4：3图片*/
.zoomImage4_3 {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.inbox-list-item a {
    color: #495057;
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #edf1f5;
}

.displaymobile {
    display: none;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 0px 0;
}

    #testimonials .testimonial-item {
        box-sizing: content-box;
        /*padding: 30px 30px 0 30px;
  margin: 30px 15px;*/
        padding: 10px 10px 10px 10px;
        /*margin: 10px 10px;*/
        margin-bottom: 10px;
        text-align: center;
        height: 430px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    }

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        /*margin: 30px 10px;*/
        margin: 10px 5px;
    }
}

.zoomImage {
    width: 100%;
    height: 0;
    border-radius: 50%;
    padding-bottom: 133.33%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    /*border-radius: 50%;*/
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

    #testimonials .testimonial-item h3 a {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    /*font-style: italic;*/
    margin: 5px auto 15px auto;
}

#testimonials .testimonial-item .choicebtn {
    margin: 5px auto;
    /*text-align:center;*/
}


#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

    #testimonials .owl-dot.active {
        background-color: #50d8af;
    }

/* End of Testimonials Section--------------------------------*/
