@charset "utf-8";
/* 默认 黑色 */	
/*全站默认字体颜色*/
.Hui-aside{background: #333}
body, th, td, button, input, select, textarea{font-family: inherit !important;}
a{color:#333}a:hover,a:focus,.maincolor,.maincolor a{color:#06c}
.navbar{ background:#222}/*顶部导航*/
	.navbar-logo,.navbar-logo-m,.navbar-slogan,.navbar-userbar{color:#fff}/*logo 及 用户信息文字颜色*/
	.navbar-logo:hover,.navbar-logo-m:hover{color:#fff;text-decoration: none}
	
.navbar-nav > ul > li, .navbar-nav > ul > li > a{ color:#fff}/*顶部导航文字颜色*/
.navbar-userbar > ul> > li,.navbar-userbar > ul> > li > a{ color:#fff}

.Hui-aside{}/*侧边栏*/
	.Hui-aside .menu_dropdown dt{color:#fff;border-bottom: 0}/*左侧二级导航菜单*/
	.Hui-aside .menu_dropdown dt:hover{color:#fff}
	.Hui-aside .menu_dropdown dt:hover [class^="icon-"]{ color:#7e8795}
	.Hui-aside .menu_dropdown li a{color:#fff;border-bottom: 1px solid #e5e5e5;text-decoration: none}
	.Hui-aside .menu_dropdown li a:hover{background:rgba(255,255,255,0.2)}
	.Hui-aside .menu_dropdown li.current a,.menu_dropdown li.current a:hover{color:#148cf1}
	.Hui-aside .menu_dropdown dt .Hui-iconfont{ color:#fff}
	.Hui-aside .menu_dropdown dt .menu_dropdown-arrow{ color:#ffffff;margin-top: 12px}
	.dislpayArrow a{background:url(icon_arrow.png) no-repeat 0 0}

.btn{border-radius: 0}
.fixed-table-container{border-radius: 0}
.table-bg thead th{background: #ebebeb}
input,button{border-radius: 0 !important;}
.fixed-table-toolbar{margin-bottom: 10px}
.fixed-table-toolbar > .columns-right{float: right !important;margin: 0;}
.fixed-table-toolbar > .columns-right > button{background: #5eb95e;color: #fff}
.columns-right > button:visited,.columns-right > button:active,.columns-right > button:link,.columns-right > button:focus{border: 0}
.fixed-table-toolbar > .search{width: 70%;float: none !important;}

.btn-success{background: #5dc05d}
.btn-primary{background: #5f96ed}