@CHARSET "UTF-8";
/* dark : #1b2532  红色 #d15b47  蓝色：#0063b1*/

/*主题颜色*/
.themeBorderColor{
	border-color: #0063b1 !important;
}
.themeColor{
 	background-color: #0063b1 !important;
	border-color: #0063b1 !important;
	
	/* background-color: #cd2e18 !important;
	border-color: #cd2e18 !important; */
}

/*layer弹框按钮主题颜色*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #0063b1 !important;
    background-color: #0063b1 !important;
}
/*
layer弹框按钮标题颜色
 .layui-layer-title {
    background: #0063b1;
    color: white !important;
} */

.layui-layer-btn{
	border-top: 1px solid #dcdfe6 !important;
}

/*分页栏*/
.pagination .current{
	background-color: #0063b1 !important;
} 

/*搜索词热度排名 */
.on{
	background-color: #0063b1 !important;
}

/* 自定义统计中步骤按钮 上一步*/
.swMain .buttonPrevious{
	background-color: #0063b1 !important;
}

/* 自定义统计中步骤按钮 下一步*/
.swMain .buttonNext{
	background-color: #0063b1 !important;
}

/* 自定义统计中步骤按钮 完成*/
.swMain .buttonFinish{
	background-color: #0063b1 !important;
}

/* 自定义统计中步骤按钮，请不要更改颜色 */
.swMain .buttonDisabled {
	background-color: #CCCCCC !important;
}

/* 表单授权左右移按钮*/
.rightBtn{
	color: #0063b1 !important;
}

/* 20210902 test modify fontsize  */
body{
	font-size : 13px !important;
}
.nav-list>li>a{
	font-size : 13px !important;
}
.ztreeelefthead{
	font-size : 13px !important;
}
.ztree * {
	font-size : 13px !important;
}
table{
	font-size : 13px !important;
}
.ui-jqgrid-sortable{
	font-size : 13px !important;
}
label{
	font-size : 13px !important;
}
btn-xs{
	font-size : 13px !important;
}
.ui-jqgrid .ui-jqgrid-view input, .ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view textarea, .ui-jqgrid .ui-jqgrid-view button{
	font-size : 13px !important;
}


/* 登录页字体颜色*/
.themeTextColor{
	 color: #0063b1 !important;
	/* color: #cd2e18 !important; */
	
}