/*资金费用列表*/
td .fundMore{
	/*正资金费*/
	color:#2936de;
	font-weight: bold;

}
td .fundLess{
	/*负资金费*/
	color:#333;
	text-decoration: line-through;
}
td.more, td .more{
	font-weight: bold;
	color: red;
	font-style: italic;
}
td.more a, td .more a{
	font-weight: bold;
	color: red;
	font-style: italic;
}

td.less, td .less{
	font-weight: bold;
	color: green;
}
td.less a, td .less a{
	font-weight: bold;
	color: green;
}

td.moreless td .more{
	font-weight:bold;
	color: blue;
}

td.mustClose{
	font-weight:bold;
	color:red;
	text-decoration:line-through;
}
td.toClose{
	font-weight:body;
	color:brown;
}
td.mayClose{
	font-weight:body;
	color:orchid;
}

td.firstLess{
	font-weight:body;
}

td.schedule0{
	background:aliceblue;
}

td.scheduleLow{
	background-repeat:no-repeat;
	background-size:0;
	background-image:url(/css/red.png);
	background-position-y:85%;
}

td.scheduleMid{
	background-repeat:no-repeat;
	background-size:0;
	background-image:url(/css/blue.png);
	background-position-y:85%;
}

td.scheduleHigh{
	background-repeat:no-repeat;
	background-size:0;
	background-image:url(/css/green.png);
	background-position-y:85%;
}

td.schedule100{
	background:lightgoldenrodyellow;
}
td.scheduleReduce{
	background:lightgray;
}

/*策略列表资金费率样式*/
td.minusMinus {
	font-weight:bold;
	color:red;
	text-decoration:line-through;
}

/* 负正负*/
td.minusPlusMinus{
	color:red;
	font-style: oblique;
}

/*负正正*/
td.minusPlusPlus{
	color:green;
	font-style: oblique;
}


td.plusMinusPlus{
	color:green;
	text-shadow: 1px 1px 2px pink;
}
td.plusMinusMinus{
	color:red;
	text-shadow: 1px 1px 2px pink;
}
td.plusPlus{
	color:green;
	font-weight:bold;
}

/*策略列表*/
#strategy_list .more_action {
	display:none;
}
.strategy_list .view_log{
	display:none;
}
#strategy_list .view_log{
	display:inline;
}
/*资金费用列表*/
.fundFeeTable .table>tbody>tr>td, .fundFeeTable .table>tbody>tr>th, .fundFeeTable .table>tfoot>tr>td, .fundFeeTable .table>tfoot>tr>th, .fundFeeTable .table>thead>tr>td, .fundFeeTable .table>thead>tr>th {
	padding:2px 0px;
}
.fundFeeTable .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 1px;
}
/*goods 详情*/
a.run{
	color:green;
}
a.platsIn{
	font-size: larger;
	color: greenyellow;
}
a.stop{
	color:gray;
}
text.highcharts-credits{
	display:none;
}

/*
.strategyLinkTdCls {
	font-size: large;
}
*/
.goodsInfoTable td>a>sub{
	color: black;
    font-style: italic;
    font-size: small;
    font-weight: bolder;
	border-bottom: blue solid 1px;
}
i.main-net{
	font-size: large;
	color: deepskyblue;
}
a[fee="0"] {
	border-left: 1px dotted;
}
a[fee="1"]{
	border-left: 1px solid;
}
a[fee="2"]{
	border-left: 2px double;
}
/*gap fund*/
#fundrategap .exist{
	font-weight:bold;
}
#fundrategap .existRevert{
	font-weight:bold;
	font-style: italic;
}
#fundrategap .noExist{
	text-decoration: line-through;
}

.line-through{
	text-decoration: line-through;
}
.overline{
	text-decoration:overline;
}
.underline{
	text-decoration:underline;
}

/* iconfont */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
