/*
系统首页样式表
*/
.func-item{
    font-size: 1.2em;
    cursor:pointer;
}
.func-item-over{
    background-color: rgba(0, 0, 0, 0.2);
}
.func-item-text{
    white-space: nowrap;
}

.module-marker{
    position: absolute !important;
    visibility: hidden;
    top:2px;
    right:2px;
    color:#ffae00 !important;
}
.module-marker-show{
    visibility: visible;
}
#hcmheader .x-form-item-body-default {
    min-height:20px;
}
#hcmheader .x-form-text-default {
    padding:0;
    min-height:20px;
    background:transparent
}