.acl-cell-div  .objbox{
    overflow-x: hidden !important;
}

.go-manage-page {
    .dhx_cell_cont_tabbar{
        background-color: #F0F0F0;
    }
    .go-tree-ctl{
        background-color: #F8F9FB;
    }
}
.submit-color{
    color: #1E7EE2 !important;
}
.going-eplat-client {
    .go_sub_page{
        background-color: #F4F4F4;
    }

    .dhxlayout_base_material div.dhx_cell_layout{
        box-shadow:none;
    }

    .dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_cont_layout{
        border-width: 0 0 1px 0;
    }
}

//树节点样式信息
.dhx_bg_img_fix.tree_icon{
    font-size: 17px;
    left:4px;
    color:#515a6e;
}
.dhx_bg_img_fix.tree_icon.folderOpen,.dhx_bg_img_fix.tree_icon.leaf,.dhx_bg_img_fix.tree_icon.folderClosed{
    position: relative;
    top:4px;

}
//展开 收缩样式
.dhx_bg_img_fix.tree_icon.minus,.dhx_bg_img_fix.tree_icon.plus{
    padding: 3px 0 0 3px !important;
}

.dhx_bg_img_fix.tree_icon.iconUncheckAll,.dhx_bg_img_fix.tree_icon.iconCheckAll,.dhx_bg_img_fix.tree_icon.iconCheckGray{
    padding: 0 0 0 3px !important;

}
//选中图标样式
.dhx_bg_img_fix.tree_icon.iconCheckAll,.dhx_bg_img_fix.tree_icon.iconCheckGray{
    color:#1E7EE2;
}

.ivu-icon-md-radio-button-on{
    color:#1E7EE2;
}

div.goPage div.dhxlayout_sep_sw_material {
    position: absolute;
    left: 0;
    top: -100px;
    width: 8px;
    height: 1px;
    font-size: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

//表格checkbox的样式信息
.grid_check_box{
    margin-left: -7px;cursor: pointer;
    i{
        font-size: 18px;
        &.ivu-icon-md-checkbox{
            color:#2d8cf0;
        }
    }
}

.grid_tool_bar{
    line-height: 18px;
    .btn_icon{
        font-size: 16px;
        cursor: pointer;
        color:#2d8cf0;
        line-height: 18px;
    }
}

//bar上右边图标的样式
.right-tool-bar .right_icon{
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top:-3px;
}


//表格里面对switch 太高
.gridCtl .objbox {
    .ivu-switch{
        height: 18px;
        line-height: 16px;
        border-radius: 18px;
        &:after {
            content: '';
            width: 14px;
            height: 14px;
            border-radius: 14px;
        }
    }

    .ivu-switch-checked:after {
        left: 27px;
    }

}

//日历组件样式
.dhtmlxcalendar_material.dhtmlxcalendar_in_input{
    box-shadow: 0 0 1px 0px rgba(0,0,0,0.2), 0 0 6px 2px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.94);

    //选中单元格的样式
    div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell_month_date {
        color: white;
        background-color: #1e85ec;
        border-radius: 4px;
    }
}
div.gridbox .filter input, div.gridbox .filter select{
    height: 24px;
}
