.AutoVue
{
    height:100%;
    width:100%;
}
.MyWorkFlowCountRect {
    text-align: right;
    background-color:#ffffff;
}

.codeMachine_select {
    display: inline-block;
    margin: 10px 0px 15px 1.7%;
    width: 73%;
}

#codeParseContainer {
    bottom: 5px;
    position: absolute;
    width: 100%;
}

.codeMachine_Input {
    height: 19px;
    width: 80%;
}

#newCode {
    margin-left: 1px;
}

.codeSpan {
    display: inline-block;
    width: 74px;
    text-align: right;
    word-break: break-all;
}

#CodeRuleContainer {
    padding-top:20px;
}



/* bom浏览模式和编辑模式按钮 */
.hoteam-bom-auditButton {
    background-color: #157EC6 !important;
    border-radius: 4px;
    border: 1px solid rgb(131, 131, 131);
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 0;
    text-decoration: none;
    height: 25px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0px !important; 
}

    .hoteam-bom-auditButton:hover {
        background-color: #0869ae !important;
        color: #ffffff;
    }

.Bom-textbox-label {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    height: 10px;
    line-height: 26px;
    top: 50%;
    margin-top: -13px;
    color: #999999;
    cursor: text;
    font-style: normal;
    padding-left: 10px;
}

[cid="ParentQueryRoleGrid"] {
    border: 1px solid #c6c6c6;
    border-top: none;
}

.changeDisplayModebtn {
    display: flex; /* 使用flexbox布局 */
    flex-direction: column; /* 垂直排列内容 */
    justify-content: center; /* 垂直居中 */
    align-items: center; /* 水平居中 */
    width: 60px; /* 按钮宽度 */
    height: 60px; /* 按钮高度 */
    background-color: #157EC6; /* 背景色：深蓝色 */
    color: white; /* 字体颜色 */
    border: none; /* 无边框 */
    border-radius: 50%; /* 圆形按钮 */
    font-size: 16px; /* 字体大小 */
    cursor: pointer; /* 鼠标指针样式 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 按钮阴影 */
    text-align: center; /* 文本居中 */
    line-height: 1; /* 行高设置为1，避免额外空间 */
    transition: background-color 0.3s; /* 背景色平滑过渡 */
}

    .changeDisplayModebtn:hover {
        background-color: #004080; /* 悬停时的背景色 */
    }


.LogRemarkduyingc
{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px;
    height: 60px;
    width: 99%;
    resize: none;
}
.LogRemarkCommentBtn
{
    height: 25px;
    width: 75px;
    border: 1px solid #ccc;
    background-color: #3F8EDE;
    color:White;
    border-radius: 3px;
    float: right;
    margin-top: 5px;
    cursor: pointer;   
}
