﻿body {
 font-family:"Microsoft YaHei","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size:15px;
 color:#222;
 background-color:#eee
}
*,:after,:before {
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
select {
    width: 120px;
    height: 30px;
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/images/icon/arrow.png") no-repeat scroll right center transparent;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10.5px;
}
th {
    text-align: center;
}
.panel {
    padding:0px;
 padding-top:15px;
 border-color:#ddd;
 background-color: #fff;
 border-width:1px;
 border: 1px solid #ddd;
}
.panel-left {
    width:320px;
    float:left;
}
.panel-right {
    float:left;
    margin-left:5px;
}
.panel-top {
    padding-top:15px;
    padding-bottom:15px;
}
.searchdiv {
    padding-bottom: 10px;
    font-size:14px;
}
.list-inline {
 padding-left:15px;
 list-style:none;
}
.list-inline>li {
 display:inline-block;
 padding-left:5px;
 padding-right:5px;
 cursor:pointer;
}
.searchdiv label{
	font-weight:normal;
	color:#666666;
}

.div-search {
	padding-top:0px;padding-left:0px;
}
.text-input {
	padding: 6px;
    text-align: left;
    height:30px;
    margin-top:5px;
	margin-bottom:5px;
    display:inline-block;
	font-size:14px;
	color:#222;
}
.line {
    border-bottom:1px solid #dddddd;
}
.dash {
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
    margin-left:15px;
    margin-right:15px;
}
.control-group {
    padding-left:15px; padding-top:5px;
}
.btn-group {
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
.inline {
    display:inline-block;
}
.button-right {
    float: right;
    margin: 5px;
}
.marginleft20 {
    margin-left:20px;
}
.fullwidth {
    width:100%
}
.text-shadow {
 width:100%;
 padding:6px 6px;
 /*font-size:15px;*/
 line-height:1.42857143;
 color:#6f6f6f;
 background-color:#fff;
 background-image:none;
 border:1px solid #ccc;
 border-radius:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.text-shadow:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.btn-normal {
    border: none;
    padding: 0px 20px 0px 20px;
    background-color: rgb(0, 160, 233);
    height:32px;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-right:5px;
}
.btn-barcode {
	background: url("/images/icon/icon-barcode.png") no-repeat scroll 7px 50% rgb(0, 160, 233);
	padding:0px 10px 0px 30px;
}
.btn-print {
	background: url("/images/icon/icon-print.png") no-repeat scroll 7px 50% rgb(0, 160, 233);
	padding:0px 10px 0px 30px;
}
.btn-compare {
    background: url("/images/icon/icon-compare.png") no-repeat scroll 7px 50% rgb(0, 160, 233);
    padding: 0px 10px 0px 30px;
}
.btn-add {
	background: url("/images/icon/icon-add.png") no-repeat scroll 7px 50% rgb(0, 160, 233);
	padding:0px 10px 0px 30px;
}
.btn-copy {
	background: url("/images/icon/icon-copy.png") no-repeat scroll 7px 50% rgb(0, 160, 233);
	padding:0px 10px 0px 30px;
}
.div-grid {
    font-size:12px;
    background-color: #fff;
}
.div-grid thead tr {
 background:none repeat scroll 0 0 #d2d2d2;
 color:#666;
 line-height:36px;
 padding:8px;
 border:0 solid #DDD
}
.div-grid tbody tr
{
    border-width:1px;
    border-color:#e2e2e2;
    border-style:solid;
    height:36px;
}
.div-grid tbody td
{
    text-align:center;
}
.tbcompare tbody td
{
    text-align:center;
    border: 1px solid #ddd;
}
.tbcompare thead th
{
    text-align:center;
    border: 1px solid #ddd;
    font-weight:bold;
    background-color:#ffffff;
}
.compare-bg {
    background-color: #EDF2F8;
}
.tbrole tbody td
{
    text-align:center;
    border: 1px solid #ddd;
}
.tbrole thead th
{
    text-align:center;
    border: 1px solid #ddd;
    font-weight:bold;
    background-color: #f4f4f4;
}
.tbrole thead tr {
    height: 30px;
}
.tbrole tbody tr {
    height: 25px;
}
.tbrole input {
    vertical-align: middle;
}
.tbrole label {
    font-size:13px;
}
input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    outline: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
} 
input[type=checkbox]:checked::after {
    content: "\2713";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border: 1px solid #ddd;
    color: red;
    font-size: 12px;
} 
input[type=radio]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background-color: red;
}

.redfont {
    color: #f04124;
}
.greenfont {
    color: green;
}
.boldfont {
    font-weight:bold;
}
.div-grid tfoot tr
{
    border-width:1px;
    border-color:#e2e2e2;
    border-style:solid;
    height:36px;
    background-color: rgb(252, 253, 253);
}
.div-grid tfoot td
{
    text-align:center;
}
.div-grid .alter 
{
    background: #f9f9f9;
}
.div-grid .selected {
    background:none repeat scroll 0 0 #FAF2CC;
    color:#444
}
.div-head {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.div-input {
	padding-top:0px;padding-left:10px; padding-right:10px;padding-bottom: 2px;
}
.btn-right {
    float: right;
    margin: -7px -7px 0px 0px;
}
.btn-center {
    margin: 10px auto;
    text-align: center;
}
.text-red {
 color:#f04124
}
.text-small {
 font-size:13px;
}
.transfer {
    display: inline-block;
    background: url("/images/status/transfer.png") no-repeat 50% 75%;
    height: 30px;
    width: 30px;
}
.draft {
    display: inline-block;
    background: url("/images/status/draft.png") no-repeat 50% 75%;
    height: 30px;
    width: 30px;
}
.operating .ui-icon {
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons.png);
}

.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-list {
    background-position: -48px -192px;
}
.ui-icon-display {
    background-position: 0 -208px;
}
.ui-icon-hide {
    background-position: -16px -208px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.text-sel {
    color: #0360e4;
}
.searchTab {
    float: right;
}
.searchTab span {
    color: rgb(0,160,233);
}

.nav, .navbar-nav > li.payment > a {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.nav, .navbar-nav, .user, .user-menu > a > span {
    font-size: 14px;
}
.nav, .navbar-nav > li.messageTips > a {
    padding-left: 15px;
}
.nav, .navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 2px;
}
.nav-tabs {
    border-bottom: 1px solid #7e9db9;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    height:40px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav > li {
    position: relative;
    display: block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #6f6f6f;
    background-color: #d2d2d2;
    border: 1px solid #ddd;
    border-width: 1px 1px 1px;
    border-color: #428bca #7e9db9 #7e9db9;
    border-bottom-color: rgb(126, 157, 185);
    border-bottom-color: transparent;
    cursor: default;

}
.nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 15px;
}
.ui-widget-content a {
    color: #222;
}
a {
    color: #2256a4;
    text-decoration: none;
}
a {
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
}
.tab-content > .tab-panel {
    display: none;
}
.tab-content > .active {
    display: block;
}
.tab-edit tr {
    border-top: 1px solid #ddd;
}
.td-right {
    text-align:right;
}
.btn-default {
    color: #333;
    background-color: #e7e7e7;
    border-color: #dadada;
}
.btn {
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 10px;
    font-size: 13px;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tab-edit {
    width:100%;
}
.span-file {
    width: 60px;
    line-height: 26px;
    padding: 0px 5px 0 5px;
}
.btn-file {
    margin-left: -43px;
    margin-top: -2px;
    height: 36px;
    width:60px;
    opacity:0;
}
.sortable-icon {
    background: url("/images/icon/icon-sortable.png") no-repeat scroll 0px 2px;
    padding-left: 12px;
}
/*-------------------------分页*/
.pages { width :100%;margin:5px auto;}
.p_btns { display:inline; margin: 10px auto; float:right; font-size: 12px;margin-bottom: 15px;}
.p_btns .total_count { float:right;padding-top:3px; line-height:16px;}
.p_btns a { display:block; float:left; margin-right:4px; padding:2px 5px; border: 1px solid #DDD; background: #FFF; line-height:16px; text-decoration: none;color: #00599B; font-size: 12px; text-align:center;height: 22px;}
.p_btns a { display:inline;}
.p_btns a:hover { text-decoration: none; border:1px solid #00599B; }
.p_btns .currentpage { display:block; float:left; margin-right:4px; padding:2px 5px; border:1px solid #333; font-weight:800; background:#00599B; color:#fff ;}
.p_btns .jumppage { float:left;padding-top:3px;}
.p_btns input { width: 40px; border: 1px solid #AACCEE; height: 15px; font-size: 12px; }

.tabSearch {
    text-align:right;
}
.tabSearch td {
    padding-left:20px;
}

.item-list {
	POSITION: relative; MARGIN: 2px auto 10px; COLOR: #808080; CLEAR: both
}
.item-list-hd {
	POSITION: relative; HEIGHT: 25px; TOP: 6px
}
.item-list-tabs {
	POSITION: relative; LEFT: 20px
}
.item-list-tabs LI {
	POSITION: relative; TEXT-ALIGN: center; LINE-HEIGHT: 21px; WIDTH: 130px; BACKGROUND: url(http://a.tbcdn.cn/app/trade/img/tabview_bg.gif) no-repeat 0px 6px; FLOAT: left; HEIGHT: 27px; CURSOR: pointer; MARGIN-RIGHT: 3px; PADDING-TOP: 8px
}
.item-list-tabs .current {
	BACKGROUND-POSITION: 0px -40px
}
.item-list-tabs .current A {
	COLOR: #333; FONT-WEIGHT: bold
}
.item-list-tabs .current A:hover {
	CURSOR: default; TEXT-DECORATION: none
}
.item-list-tabs A {
	WIDTH: 130px; DISPLAY: block; COLOR: #111 !important
}
.item-list-tabs-flexible {
	MARGIN-TOP: -2px; FLOAT: left
}
.item-list-tabs-flexible LI {
	BACKGROUND: url(http://a.tbcdn.cn/app/trade/img/tabview_bg_flexible.png) no-repeat
}
.item-list-tabs-flexible LI A {
	BACKGROUND: url(http://a.tbcdn.cn/app/trade/img/tabview_bg_flexible.png) no-repeat
}
.item-list-tabs-flexible LI {
	WIDTH: auto; BACKGROUND-POSITION: 0px 8px; HEIGHT: 29px
}
.item-list-tabs-flexible LI A {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 9px; WIDTH: auto; PADDING-RIGHT: 9px; BACKGROUND-POSITION: right -24px; FLOAT: left; HEIGHT: 24px; PADDING-TOP: 0px
}
.item-list-tabs-flexible .current {
	BACKGROUND-POSITION: 0px -43px
}
.item-list-tabs-flexible .current A {
	BACKGROUND-COLOR: transparent; MARGIN-TOP: -3px; BACKGROUND-POSITION: right -75px; HEIGHT: 24px; PADDING-TOP: 3px
}
.line-limit-length {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden {
    display: none;
}
.tracknum {
    width:125px; margin-left:5px;font-size:11px;
}
.trackinfo {
    margin-left:5px;font-size:12px;color: blue;
}
.left80 {
    width: 80px;
    text-align:right;
}
.left130 {
    width: 130px;
    text-align:right;
}