
        .cc-highlight {
            color:#037acf!important;
        }
        .cc-highlight-bk {
            background-color:#037acf!important;
        }
        .cc-highlight-fill {
            fill:#037acf!important;
        }


        
/*个人资料-头像-mobile*/

.employee-page #emp-card-mobile .photo-block .emp-photo:hover{
width: 135px;
height: 170px;
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;
}
/*头像靠左*/
.emp-details-base .head {
    text-align: right;
    padding-right:30px;
}

/*信息采集-头像*/
.hc-primary-photo .primary-photo.circle {
width: 135px;
height: 170px;
border-radius: 0;
}


.hc-primary-photo .primary-photo.circle {
float: right;
}


/*个人资料-头像-mobile*/

.employee-page #emp-card-mobile .photo-block .emp-photo:hover{
width: 135px;
height: 170px;
border-radius:0;
border: 2px solid #fff;
}


/*隐藏右上角"新建"按钮*/
/*.pc-main-frame .header-banner > nav .icon.with-inner {*/
/*    display: none;*/
/*}*/

.pc-main-frame .header-banner > nav .inner-icon.icon-hcm-add {
    display: none;
}

/*隐藏手机端搜索*/
body > div.container > div > div > div.bottom-menu > div:nth-child(2) {  display: none}
/*隐藏右上角"放大镜"按钮*/
#nav-list > span.icon.icon-hcm-check{ display: none }


/*人员信息界面显示模式默认*/
.hc-list-grid th,.hc-list-grid td{
    border: 1px solid #eee;
}

/*隐藏超链接帮助*/

.pc-main-frame .header-banner>nav .icon-hcm-question {
    display: none;
}
hc-dialog .hc-dialog-window header .icon-hcm-question {
    display: none;
}
/*隐藏+*/
.circle .bottom-menu .item .icon 
{ font-size: 20px;display: none; }

/*隐藏"我的"*/
.home-page>div .home-user-bar .user-bar {
       display: none;
}
/*隐藏"人力洞察导出按钮"*/
#analysis-container > .table-block > .table-header > div > button[ng-click="exportTable()"] {
    display: none;
}

