﻿/* 页面按钮图标样式文件 */
/* 引用Font Awesome图标文件 */
.xx {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    /*font-size: inherit;*/
    font-size: 1.33333333em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3d85c6;
    line-height: 19px;
    margin-top: -9px;
    text-align: center;
}
.panel-tool .xx {
    line-height: 17px;
    font-size: 1.222222222em;
}
.textbox-icon.xx {
    line-height: 29px;
    margin-top: 0px;
}
/* 查询  fa-search */
.xx-Query:before {
    content: '\f002';
}
/* 确认、提交 fa-check */
.xx-Ok:before {
    content: '\f00c';
}
/* 退出、取消 fa-times */
.xx-No:before {
    content: '\f00d';
}
/* 前、左 fa-arrow-left */
.xx-Left:before {
    content: '\f060';
}
/* 后、右  fa-arrow-right */
.xx-Right:before {
    content: '\f061';
}
/* 上  fa-arrow-up */
.xx-Top:before {
    content: '\f062';
}
/* 下  fa-arrow-down */
.xx-Down:before {
    content: '\f063';
}
/* 同步、读取、刷新  fa-refresh */
.xx-Refresh:before {
    content: '\f021';
}
/* 调整、切换 fa-exchange */
.xx-Switch:before {
    content: '\f0ec';
}
/* 保存 fa-floppy-o */
.xx-Save:before {
    content: '\f0c7';
}
.xx-SaveBolt:before {
    content: '\f18c';
}
/* 插入 fa-indent */
.xx-Ins:before {
    content: '\f03c';
}
/* 添加 fa-plus */
.xx-Add:before {
    content: '\f067';
}
/* 删除 fa-minus */
.xx-Dele:before {
    content: '\f068';
}
/* 修改 fa-pencil-square-o */
.xx-Edit:before {
    content: '\f044';
}
/* 生成拼音 */
.xx-PY {
    background: url('Images/pingYin.png') no-repeat center center;
}
/* 生成五笔 */
.xx-WB {
    background: url('Images/WuBi.png') no-repeat center center;
}
/* 生成序号 */
.xx-XH {
    background: url('Images/XuHao.png') no-repeat center center;
}
/* 移除（不彻底删除）fa-trash-o */
.xx-Remove:before {
    content: '\f014';
}
/* 撤消 fa-undo */
.xx-Undo:before {
    content: '\f0e2';
}
/* 重做 fa-repeat */
.xx-Redo:before {
    content: '\f01e';
}
/* 打印 fa-print */
.xx-Print:before {
    content: '\f02f';
}
/* 克隆 fa-clone */
.xx-Clone:before {
    content: '\f24d';
}
/* 导出(导出文件至Excel) fa-file-excel-o */
.xx-toExcel:before {
    content: '\f1c3';
}
/* 导出压缩 fa-file-archive-o */
.xx-toZIP:before {
    content: '\f1c6';
}
/* 导出（导出DBF文件）fa-file-text-o */
.xx-toDBF:before {
    content: '\f0f6';
}
/* 导出（导出CSV） fa-file-code-o */
.xx-toCSV:before {
    content: '\f1c9';
}
/* 导出（导出word格式文件） fa-file-word-o */
.xx-toWord:before {
    content: '\f1c2';
}
/* 导出（导出PDF格式文件）fa-file-pdf-o */
.xx-toPDF:before {
    content: '\f1c1';
}
/* 设置 fa-cog */
.xx-Config:before {
    content: '\f013';
}
/* 调试 fa-bug */
.xx-Debug:before {
    content: '\f188';
}
/* 计算 fa-calculator */
.xx-Calc:before {
    content: '\f1ec';
}
/* 导入、抽取 fa-sign-in fa-retweet */
.xx-Readin:before {
    content: '\f079';
}
/* 检查 fa-check-square-o */
.xx-Check:before {
    content: '\f046';
}
/* 筛选 fa-filter */
.xx-Filter:before {
    content: '\f0b0';
}
/* 预览 fa-file-o */
.xx-Preview:before {
    content: '\f016';
}
/* 帮助 fa-question-circle */
.xx-Help:before {
    content: '\f059';
}
/* 全选 fa-angle-double-right */
.xx-SelectAll:before {
    content: '\f101';
}
/* 单选 fa-angle-right */
.xx-Select:before {
    content: '\f105';
}
/* 反全选 fa-angle-double-left */
.xx-UnSelectAll:before {
    content: '\f100';
}
/* 反选 fa-angle-left */
.xx-UnSelect:before {
    content: '\f104';
}
/* SQL语句 fa-file-code-o */
.xx-SQL:before {
    content: '\f1c9';
}
/* 复制 fa-copy */
.xx-Copy:before {
    content: '\f0c5';
}
/* 上移，向上移动 fa-arrow-circle-up */
.xx-MoveUp:before {
    content: '\f0aa';
}
/* 下移，向下移动 fa-arrow-circle-down */
.xx-MoveDown:before {
    content: '\f0ab';
}