/*必填项*/
.required:before {
    margin-right: 3px;
    content: "*";
    color: #ff0000;
}

/*详情页面字体颜色*/
.div-font-gray {
    /*color: #c2c2c2;*/
}

/*treetable 样式*/
.hide {
    display: none
}

.layui-card-body .toolbar {
    padding-bottom: 10px;
}

.layui-print {
    margin-left: 40px;
    cursor: pointer;
}

.layui-show-a {
    text-decoration: underline;
    color: blue;
}

.layui-show-a:hover {
    text-decoration: underline;
    color: blue;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
}

table td > input {
    height: 25px !important;
}

table td > select {
    height: 25px !important;
}

.layui-button-right {
    float: right;
    margin-right: 30px;
}

.lable-remark {
    color: #FF5722;
    line-height: 35px;
    height: 35px;
}
/* .layui-input-block >input[name='projectName']{
    width: 400px;
} */
