.layout>li {
    width: 20%;
}

.form-control {
    color: #333;
    width: 290px;
    height: 40px;
}

.form-horizontal .form-group {
    margin-bottom: 10px;
}

.mbl {
    margin-bottom: 10px !important;
}

#teachers-form-group {
    margin: 80px 0;
}

.train_reg {
    margin: 30px 0 35px 0;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ededed;
}

.train_reg_title {
    background: #da3636;
    color: #fff;
    padding: 0 18px;
    box-sizing: border-box;
    font-size: 18px;
    height: 40px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
}

.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    text-align: center;
    border: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fff;
}

.train-member-table tr:nth-child(even) {
    background: #ebebeb;
}

.btn-default#delrow {
    display: block;
    width: 49px;
    height: 17px;
    margin: 0 auto;
    background: url(../../img/train/shanchu1.png) no-repeat center;
    background-size: cover;
}

.btn-default#assessment {
    display: block;
    width: 78px;
    height: 17px;
    margin: 0 auto;
    background: url(../../img/train/assess.png) no-repeat left;
    background-size: contain;
    text-align: right;
    color: #2a81ce;
    text-decoration: underline;
}

.btn-default#assessed {
    display: block;
    width: 78px;
    height: 17px;
    margin: 0 auto;
    background: none;
    color: #2a81ce;
    text-decoration: underline;
}

.teacher-assess {
    padding: 10px 20px;
    background: #f3f3f3;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}

.control-label {
    color: #999;
    font-weight: normal;
}

#teachers-form-group .control-label {
    line-height: 27px;
}

.paymentBox {
    /* margin-top: 9px; */
}

.Partingline {
    width: 100%;
    height: 1px;
    background: #999;
    margin: 20px 0 30px 0;
    clear: both;
}

.star {
    width: 25px;
    height: 24px;
    margin-right: 10px;
    float: left;
}

.star>img {
    width: 100%;
}

.train_reg h2 {
    margin: 30px 0;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}

.train_reg h4 {
    font-weight: bold;
    margin: 20px 0;
    font-size: 20px;
    color: #000;
}

.train_reg p {
    margin: 10px 0;
}

.train_reg p span {
    color: red;
}

.train_reg pre {
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    font-family: "΢���ź�";
    white-space: pre-wrap;
    text-indent: 2rem;
}

.train_reg pre span {
    color: red;
}

.train_reg div>img {
    display: block;
    width: 50%;
    margin: 20px auto;
}

.discount-item {
    width: 30%;
    text-align: center;
    background: #e83d2c;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin: 5px 1.66%;
    cursor: pointer;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paymentBox {
    padding-top: 8px;
}

.reminderBox {
    width: 80%;
    display: inline-block;
    height: auto;
    line-height: 40px;
    background: #fff9cd;
    color: red;
    border: 1px solid #eee7b5;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 55px;
}

.paddingTopStyle {
    padding-top: 8px;
}

.remindContent {
    float: left;
    width: 88%
}

.hotelInfo {
    display: inline;
    color: #e64346;
    margin-left: 10px;
    text-decoration: underline
}

@media screen and (max-width:768px) {
    .nav {
        width: 100%;
        /* display: none; */
    }
    .train_reg_title {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }
    .header {
        height: 30px;
    }
    .nav li {
        line-height: 30px;
    }
    .train_reg {
        margin: 15px 0 35px 0
    }
    #teachers-form-group {
        margin: 20px 0;
        ;
        box-sizing: border-box
    }
    #teachers-form-group .form-group {
        padding: 0 20px
    }
    /* .control-label {
        float: left;
        width: 25%;
        text-align: center;
    } */
    #content-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box
    }
    /* .form-control {
        width: 75%
    } */
    /* .btn-fat{position:relative;left:50%;margin-left:-59px;} */
    #invoice-detail-form>div:first-child>label {
        float: none
    }
    .paymentBox {
        padding-top: 0px;
    }
    .reminderBox {
        width: 100%;
        line-height: 1.5;
        padding: 10px;
        margin: 0
    }
    .form-horizontal .form-control {
        /* height: 40px; */
        margin: 0 auto;
    }
    .paddingTopStyle {
        padding-top: 0px;
    }
    .dinnerBox {
        margin-left: 24%
    }
    .signUpBtn {
        position: relative;
        left: 50%;
        margin-left: -41px;
    }
    .hotelInfo {
        color: red;
        display: block;
        margin: 10px 0;
        margin-left: 24%
    }
    .disableHints {
        margin-left: 24%
    }
    .addMemberBtn {
        position: relative;
        left: 50%;
        margin-left: -59px;
    }
    .searchBtnStyle {
        height: 40px;
    }
    .first-help-block {
        display: inline-block
    }
}