/*企业关系*/
.new-header .header-login-area .content-top{
    height:auto;
}
.company_name_box{
    max-height:90px;
    overflow-y: auto;
}
.company_name_box>a{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
}
.company_name_box >a.company-name {
    background: url(../images/checked.png) no-repeat 0px 10px;
}
.company_name_box>a:hover{
    color:#1875f0;
}
.switch_company {
    text-align: center;
    padding-top: 20px;
    display: none;
}
.btn_box{
    text-align: center;
}
.ht-btn-sbg-primary{
    display: inline-block;
}
/*.ht-empty{
    height: 40px;
}*/
.current-box{
    display:inline-block;
    margin-bottom: 20px;
}
.table{
    table-layout: auto;
}
.new-header .header-login-area .content-top.relationship-top{
    height: auto;
    padding-bottom: 20px;
}
.new-header .header-login-area .header-logout .header-logout-content.header-logout-relationship{
    max-height:412px;
    height: auto!important;
}
.workbench_logout .workbench_logout_content{
    max-height: 412px;
    height: auto!important;
}
.new-header .header-login-area .header-logout .header-logout-content{
    max-height: 412px;
    height: auto!important;
}
.new-header .header-login-area .content-top{
    padding-bottom: 20px;
}
.ht-radio-group-icon.current {
    border-color: #1875f0;
    background: #fff;
}
.ht-radio-group-box .ht-radio-group-icon.current:after {
    width: 8px;
    height: 8px;
    font-weight: 700;
    background: #1875f0;
    -ms-transform: scale(1);
    transform: scale(1);
}
.table-striped tbody > tr > td a:not(.btn):hover {
    color: #fff;
}
.my_company tbody > tr > td.company-name {
    position: relative;
}
.my_company tbody tr td:nth-child(2) {
    padding-left: 26px;
}
.my_company thead th.thead-company-name {
    padding-left: 26px;
}
.my_company tbody > tr > td.company-name i {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 12px;
    background: url(../images/checked.png) no-repeat center;
}
.ht-radio-group-box .ht-radio-group-icon.company-name {
    display: none;
}
@media(max-width: 768px){
    .current-box,.right-bar{
        margin-bottom: 10px;
    }
}