@CHARSET "UTF-8";
/*按钮图标样式  */
/*新增  */
.ico_btn_add{
	background-image:url(btnimages/add.png) !important;
}
/*删除  */
.ico_btn_delete{
	background-image:url(btnimages/delete.png) !important;
}
/*修改编辑  */
.ico_btn_edit{
	background-image:url(btnimages/edit.png) !important;
}
/*修改密码  */
.ico_btn_editps{
	background-image:url(btnimages/editpassword.png) !important;
}
/*保存  */
.ico_btn_save{
	background-image:url(btnimages/save.png) !important;
}
/*查询  */
.ico_btn_search{
	background-image:url(btnimages/search.png) !important;
}
/*查看详情  */
.ico_btn_view{
	background-image:url(btnimages/view.png) !important;
}
/*刷新 */
.ico_btn_refresh{
	background-image:url(btnimages/refresh.png) !important;
}
/*设置  */
.ico_btn_instal{
	background-image:url(btnimages/instal.png) !important;
}
/*切换  */
.ico_btn_cutover{
	background-image:url(btnimages/cutover.png) !important;
}
/*放弃退出  */
.ico_btn_giveup{
	background-image:url(btnimages/giveup.png) !important;
}
/*返回  */
.ico_btn_return{
	background-image:url(btnimages/return.png) !important;
}
/*导出excel  */
.ico_btn_exportexcel{
	background-image:url(btnimages/exportexcel.png) !important;
}
/*单用户  */
.ico_btn_user{
	background-image:url(btnimages/user.png) !important;
}
/*多用户  */
.ico_btn_users{
	background-image:url(btnimages/users.png) !important;
}
/*时间选择  */
.ico_btn_time{
	background-image:url(btnimages/time.png) !important;
}
/*确定  */
.ico_btn_queding{
	background-image:url(btnimages/queding.png) !important;
}
/*过滤 */
.ico_btn_filter{
	background-image:url(btnimages/filter.png) !important;
}
/*上一条 */
.ico_btn_prev{
	background-image:url(btnimages/prev.png) !important;
}
/*下一条 */
.ico_btn_next{
	background-image:url(btnimages/next.png) !important;
}
/*提交 */
.ico_btn_submit{
	background-image:url(btnimages/submit.png) !important;
}
/*重置 */
.ico_btn_reset{
	background-image:url(btnimages/reset.png) !important;
}
/* 领用 */
.ico_btn_receive{
	background-image:url(btnimages/receive.png) !important;
}
/* 完成 */
.ico_btn_complete{
	background-image:url(btnimages/complete.png) !important;
}
/* 打印 */
.ico_btn_print{
	background-image:url(btnimages/print.png) !important;
}
/* 清除 */
.ico_btn_qingchu{
	background-image:url(btnimages/qingchu.png) !important;
}

/*链接、测试链接*/
.ico_btn_link{
	background-image:url(btnimages/link.png) !important;
}
/*网络连接*/
.ico_btn_globe{
	background-image:url(btnimages/globe.png) !important;
}
/*方法管理*/
.ico_btn_method{
	background-image:url(btnimages/method.png) !important;
}
/*停止*/
.ico_btn_stop{
	background-image:url(btnimages/stop.png) !important;
}
/*开始*/
.ico_btn_start{
	background-image:url(btnimages/start.png) !important;
}

/*导入*/
.ico_btn_import{
	background-image:url(btnimages/import.png) !important;
}
/*全选*/
.ico_btn_checkall{
	background-image:url(btnimages/checkall.png) !important;
}
/*不全选*/
.ico_btn_notcheckall{
	background-image:url(btnimages/notcheckall.png) !important;
}
/*暂停*/
.ico_btn_zanting{
	background-image:url(btnimages/zanting.png) !important;
}
/*布局定义*/
.ico_btn_layout{
	background-image:url(btnimages/layout.png) !important;
}
/*预览*/
.ico_btn_preview{
	background-image:url(btnimages/eye.png) !important;
}
/*挂起*/
.ico_btn_guaqi{
	background-image:url(btnimages/guaqi.png) !important;
}
/*指派*/
.ico_btn_zhipai{
	background-image:url(btnimages/zhipai.png) !important;
}
/*开始视频*/
.ico_btn_startsp{
	background-image:url(btnimages/startsp.png) !important;
}
/*结束视频*/
.ico_btn_stopsp{
	background-image:url(btnimages/stopsp.png) !important;
}
/*拍照*/
.ico_btn_paizhao{
	background-image:url(btnimages/paizhao.png) !important;
}
/*自动裁剪*/
.ico_btn_cut{
	background-image:url(btnimages/cut.png) !important;
}
/*手工裁剪*/
.ico_btn_mancut{
	background-image:url(btnimages/mancut.png) !important;
}
/*预览*/
.ico_btn_previewsp{
	background-image:url(btnimages/Previewsp.png) !important;
}
/*图像设置*/
.ico_btn_noise{
	background-image:url(btnimages/noise.png) !important;
}
/*清除*/
.ico_btn_clear{
	background-image:url(btnimages/clean.png) !important;
}
/*摄像头*/
.ico_btn_sxt{
	background-image:url(btnimages/video.png) !important;
}
/*关闭摄像头*/
.ico_btn_gbsxt{
	background-image:url(btnimages/closevideo.png) !important;
}
.ico_btn_line{
	background-image:url(btnimages/chart_line.png) !important;
}
.ico_btn_bar{
	background-image:url(btnimages/chart_bar.png) !important;
}
/*按钮图标样式结束  */