@charset "utf-8";
/*CSS Document*/
@import "fontawesome/font-awesome.css";
a   {text-decoration:none;color:#333;}

input,select	{margin:0;padding:5px 6px; border:1px solid #ccc; color:#555; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;outline: none;}
input:hover		{border:1px solid #2be;}
select	{margin:0;font-size:12px;padding:4px 6px;}
textarea		{padding:6px; border:1px solid #ccc; font:12px/25px 微软雅黑; color:#555; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
input[type=checkbox]	{border:1px solid #2be;}

input[name=px]{width:50px;}

c		{display:block;clear:both;}
.l		{float:left;}
.r		{float:right;}


/*
按钮
*/
btn	{padding:5px 9px;background:#0b0;border:1px solid #0b0;color:#fff;font:12px/20px 微软雅黑;border-radius:3px;cursor:pointer;}
btn i:first-child	{padding-right:5px;}
.btn_sm	{padding:2px 3px;}
.btn_sm i{display:inline-block;width:15px;text-align:center;}
.btn_big    {font-size:14px;padding:5px 20px;}

.btn_white  {background:#fff;border:1px solid #eee;color:#333}
.btn_red   {background:#f30;border:1px solid #f30;}
.btn_blue   {background:#2be;border:1px solid #2be;}
.btn_delete {background:#f30;border:1px solid #f30;}
.btn_ash {background:#999;border:1px solid #999;}


/*分页*/
.pagination{margin:10px 0;padding:0;list-style: none;display:flex;flex-flow:row wrap;line-height:12px;font-size:12px;color:#999;}
.pagination li{margin: 1px;padding:5px;list-style: none;border:1px solid #eee;border-radius:2px;}
.pagination a{color:#20a53a;}
.pagination .active{background:#20a53a;color:#fff;border:1px solid #20a53a;}
.pagination .active{background:#20a53a;color:#fff;border:1px solid #20a53a;}


/*数据列表*/
.form_table	{margin:0px; color:#555; border-collapse:separate; border-spacing:1px; background:#eee;width:100%;table-layout:fixed}
.form_table tr:nth-of-type(odd)		{background:#fcfcfc;}	/*奇数行 */
.form_table tr:nth-of-type(even)	{background:#fff;}	/*偶数行 */
.form_table tr:hover	{background:#ffe;}
.form_table tr:first-child	{background:#f8f8f8;}
.form_table tr:first-child:hover	{background:#f8f8f8;}
.form_table td	{padding:5px 10px; font:14px/25px "微软雅黑";}/*white-space:nowrap;text-overflow:ellipsis;overflow:hidden;*/
.form_table tr td:first-child	{text-align:center;}
.form_table tr .no_data{padding:50px;color:#999;}       /*数据为空*/

.form_table tr .form_td_btn{display:flex;}
.form_table tr .form_td_btn btn{margin-right:5px;line-height:14px;}

.form_table .form-toggle{display:block;margin:auto;text-align:center;color:#ccc;cursor:pointer;font-size:20px;}
.form_table .fa-toggle-on{color:#0b0;}