/*button样式*/
.bef-button{
    background-color: white !important;
}
::-webkit-scrollbar{
    width: 17px !important;
    height: 17px !important;
}
.e-grid .e-movablescrollbar {
    flex: 1;
    overflow: hidden;
    max-height: 17px !important;
    min-height: 17px !important;
    overflow-x: scroll;
}
.e-grid .e-content {
    height: calc(100% - 50px) !important;
}
.e-grid .e-filtered:before {
    color: red !important;
    background-color: yellow !important;
}



/*toobarbase样式*/
.bef-toolbarBase{
    background-color: white !important;
}

/*toobargroup样式*/
.bef-toolbarGroup{
    background-color: white !important;
}

/*toobaritem样式*/
.bef-toolbarItem{
    background-color: white !important;
}

/*command按钮样式*/
.bef-btn-command{
    background-color:rgba(0,59,106,100) !important;
    border-color: rgba(0,59,106,100) !important;
}

/*查询按钮样式*/
.bef-btn-search{
    background-color: rgba(0,59,106,100)  !important;
    color:white !important;
    width: 100px !important;
}
/*查询函数右侧放大镜图片样式*/
.bef-btn-query-ico{
    content:url(./img/search2.png) !important;
}
    

/*退出登录按钮样式*/
.bef-btn-logonout{
    color:rgba(0,59,106,100) !important;
}

/*主题按钮样式*/
.bef-btn-theme{
    color:rgba(0,59,106,100) !important;
}

/*菜单头部背景样式*/
.bef-nav-heard
{
    background:rgba(250,250,250,100) !important;
    padding: 0 !important;
}

/*菜单内容背景样式*/
.bef-menu-content
{
    background:rgba(250,250,250,100) !important;
}

/*菜单字体样式*/
.bef-menu-content .nav > li > a {
    color: #6b717c !important;
    font-weight: 600 !important;
}

/*菜单获取焦点时背景样式*/
.bef-menu-content .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: rgba(0,59,106,100) !important;
    color: white !important;
}

/*登陆用户头像样式*/
.bef-admin-icon{
    content:url(./img/PersonInfo2.png) !important;
}

/*Gridpart搜索按钮样式*/
.bef-btn-gridsearch{
    background-color: rgba(0,59,106,100) !important;
    border-color: rgba(0,59,106,100) !important;
}

/*Gridpart分页按钮样式*/
.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: rgba(0,59,106,100) !important;
    color: white  !important;
}
    
/*tab分页标题样式*/
.page-tabs a.active:hover,.page-tabs a.active {
    background: rgba(0,59,106,100) !important;
}

/*tab分页下边框样式*/
.content-tabs {
    border-bottom-color:  rgba(0,59,106,100) !important;
}

/*filter控件选中后字体样式*/
.e-treeview .e-list-item.e-active > .e-text-content .e-list-text{
    color:rgba(255,105,180,100) !important;
}
/*filter控件数量显示样式*/
.treeCount {
    background-color: rgba(0,59,106,100) !important;
}

/*整体页面背景色*/
.bef-dashbard
{
 background: rgba(242,242,243,100);
}


/*内容页顶部模块背景*/
.bef-navbar-static-top
{
 background: rgba(242,242,243,100);
}

/*菜单顶部图片样式*/
.bef-admin-icon{
    content:url(/resource/wwwassets/img/header_right_logo.png) !important;
    max-width: 220px;
}