
        .cc-highlight {
            color:#03A9F4!important;
        }
        .cc-highlight-bk {
            background-color:#03A9F4!important;
        }
        .cc-highlight-fill {
            fill:#03A9F4!important;
        }


        /*表格线段*/

hc-list table{
    border-collapse:collapse;
}

hc-list th,hc-list tr td {
    border: 1px solid #ccc;
}

/*缩小行距*/
.hc-form-field.single-line {
    margin: 5px 0 !important;
}

/*首页左侧宽度变窄*/
pc-main-side-nav .pc-main-nav .nav-body .category-list{
    width:12%;
}

/*首页右侧卡片片头行高调整*/
home-widget-message .home-widget .home-widget-header{
    height:42px;
}

home-widget-message .home-widget .home-widget-header .menu>div.selected{
    height:48px;
}


/*个人资料-头像-pc*/
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo {
width: 135px;
height: 170px;
border-radius: 0;
}
.employee-page.hcm-nav-content .content-panel .photo-block .emp-photo img {
width: 135px;
border-radius: 0;
}
.employee-page.hcm-nav-content .content-panel .photo-block img{
width:135px;
height:170px;
border-radius:0;
}
/*个人资料-功能按钮*/
.employee-page #emp-card-mobile .func-bar .func-box .content-box{
width:40px;
height:40px;
}

/*个人资料-头像-mobile*/
.employee-page #emp-card-mobile .photo-block .emp-photo {
width: 85px;
height: 107px;
border-radius:0;
border: 2px solid #fff;
}

/*人员管理-头像*/
.emp-details-base .head .emp-photo img {
width: 135px;
height: 170px;
border-radius:0;
}
.emp-details-base .head .emp-photo .mask {
border-radius: 0;
}
.emp-details-base .head .emp-photo {
width: 135px;
height: 170px;
border-radius:0;
overflow: hidden;
cursor: pointer;
position: relative;
display: inline-block;
}

/*信息采集-头像*/
.hc-primary-photo .primary-photo.circle {
width: 135px;
height: 170px;
border-radius: 0;
}
.hc-primary-photo .primary-photo:not(.circle) {
border-radius: 0;
width: 135px;
height: 170px;
}
/*绩效-最高分汇总*/
.all-list .list-top .weight .max-score-count{
    display:none;
}

/*人力洞察组织下级选择颜色*/
#org-select-page 
.org-child .tag {
    color: blue;
}

.emp-super-search .paging-desc{
    position:fixed;
    top:120px;
    left:20px;
}

.emp-super-search .hc-paging-mobile {
    position: fixed;
    top: 48px;
}

.mobile .emp-super-search .content {
    top:24px;
}

#org-select-page .org-child .content .main{
    font-size: 18px;
}

/*hc-super-selector 树型选择器文本溢出换行*/
hc-dialog[name=hc-super-selector]  .hc-dialog-content {
    padding: 15px;
}

hc-dialog[name=hc-super-selector]  .hc-dialog-content .hc-simple-tree .tree-node-container .tree-node, hc-simple-tree .tree-node-container .tree-node {
    height: auto;
    min-height: 28px;
}

hc-dialog[name=hc-super-selector]  .hc-dialog-content .hc-simple-tree .tree-node-container .tree-node .node-text, hc-simple-tree .tree-node-container .tree-node .node-text {
    max-width: 356px;
    line-height: 20px;
    white-space: normal;
    
}

.emp-super-search .search-history {
    display:none !important;
}

/*仪表板加边框*/
.pc-main-frame hcm-board .hc-board-container .hc-board-component-container hc-board-component{
            border: 1px solid #000000;
            background-color: #ffffff;
}

/*去除仪表板上浮效果*/
.pc-main-frame hcm-board .hc-board-container .hc-board-component-container hc-board-component:hover {
    box-shadow:  var(--hcm-shadow-gray-default-down-z1);;
    transform: unset;
}
.pc-main-frame .board-report >.hcm-content >.hcm-content-bottom{
background-color: #ccc;
}

/*360测评分段打分隐藏每题分数显示框*/
hc-list-new hc-slider input.slider-with-input {
    display: none;
}

/*隐藏绩效进度条评分*/
hc-stage-card .hc-stage-card #stage-nav li .executor-info{display:none !important;}

/*仪表板汇总表组件导出按钮下移*/
.pc-main-frame .hc-board-stat-report hc-list-btn {
    margin-top:35px;
}
.pc-main-frame .hc-board-stat-report .hcm-content-top {
     padding-top: 1px;
    padding-bottom: 1px;
}
.pc-main-frame .hc-board-stat-report .hcm-content-bottom {
    margin: 0;
}
.pc-main-frame .hc-board-stat-report .hcm-content-bottom .hcm-hc-list-container {
    padding-top: 1px;
}

hc-dialog .hc-board-stat-report hc-list-btn {
    margin-top:35px;
}
hc-dialog .hc-board-stat-report .hcm-content-top {
     padding-top: 1px;
    padding-bottom: 1px;
}
hc-dialog .hc-board-stat-report .hcm-content-bottom {
    margin: 0;
}
hc-dialog .hc-board-stat-report .hcm-content-bottom .hcm-hc-list-container {
    padding-top: 1px;
}

/*调整列表页面序号列宽度*/
.hc-editable-table .fix-content .row-cell[col-key='hcm_index'], .hc-editable-table .fix-content .cell-group .row-cell:nth-child(1) {
    width: 40px !important;
}



/*360测评按钮样式*/
.model-mobile-page .model-mobile-body .operates-box {
	z-index: 10;
}

/*360问卷描述取消关闭*/
.hc-content-tip .tip-content .operate .close-btn {
    display: none;
}

/*数字模型移动端统计表维度过滤框大小*/
.hc-board-stat-report .simple-form hc-form .hc-form-group .content .hc-form-field {
         min-width: 130px;
}

/*数字模型移动端统计表导出按钮隐藏*/
.mobile .hc-board-stat-report .hcm-content-top hc-list-btn {
    display: none;
}
/*在线反馈显示服务通道*/
.pc-main-frame .header-banner .operate-add-popup .contact {
   display: block;
}
/*登录首页显示服务通道*/
.customer-service {
    display: flex;
}
/*管理服务-通知链接样式*/
.url-item-name {
    text-decoration: underline;
    color: #03b1f7
}
/*人员数字化分析模型底色*/
hc-dialog[name=HCMBoardReportDialog] .hcm-nav-content .hcm-hc-portal-container {
    background-color: #ccc;
}

/*员工合规承诺签名管理专员端齿轮隐藏*/
.model-list-style[name='U_signature-manager'] .hcm-nav-content .hcm-content .hcm-content-top .hcm-content-indicator .advance-query .simple .right-content .operates .icon-hcm-set {
    display: none;}

/*员工合规承诺签名管理专员端编辑高级查询条件隐藏*/
.model-list-style[name='U_signature-manager'] .hcm-nav-content .hcm-content .hcm-content-top .hcm-content-indicator .advance-query .simple .right-content .operates .icon-hcm-check-list {
    display: none;}
