.dataForm .error{
    color: #ff0000;
    border-color: #dd4b39;
}

/**
 * 更改
 */
.form-group .col-md-4 {
    width: 60%;
}

/**
 * 改变checkbox样式
 * @author 赵通通
 */
input[type=checkbox] {
    width: 15px;
    height: 15px;
}

/**
 * 更改textarea文本域
 */
.form-group textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
}

.checkbox-raido>label>input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}
.checkbox-raido>label {
    padding-top: 8px;
}

/**
 * 状态背景色
 */
.status-background1 {
    background: #228B22;
}

.status-background2 {
    background: #708090;
}

/**
 * 更改状态
 */
.change-status {
    cursor: pointer
}

body.hold-transition{
    padding-top: 7%; 
    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
.hold-transition .login-box{
    margin:0 auto !important;
}
.importCard{ width: 500px; position: fixed; top: 50%; left: 50%; height: 300px; margin-top: -150px; margin-left: -250px; background: #fff; z-index: 9999; display: none;}
.importCard-head{ height: 40px; background: #f5f5f5; border-bottom: 1px #ccc solid;}
.importCard h2{ font-size: 16px; float: left; line-height: 40px; margin-left: 15px;}
.importCard a{ float: right;line-height: 40px; margin-right: 15px; font-size: 18px; cursor: pointer;}
.body_bg{left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.5;  position: fixed;z-index: 9998; display: none;}