@CHARSET "UTF-8";
.fd-menu{
  min-width:940px;
  margin:5px 0;
  padding:5px;
  background-color:#f9f9f9;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;  
}
.fd-menu .input-prepend .add-on,
.fd-menu .input-append .add-on{
  background-color: #eee;
}
.fd-task{
  width:100%;
  min-height:320px;
  min-width:940px;
  overflow-x:auto;
  /*border:1px solid #ddd;*/
}
.fd-task .table{
  white-space:nowrap;
  margin:0;
  border-bottom:1px solid #ddd;
}
.fd-task .table tr{
  cursor:pointer;
}
.fd-task .table td,
.fd-task .table th{
  padding:4px 10px;
  /*border-right:1px solid #ddd;*/
}
.fd-task .table thead{
  /*background-color:#eee;*/
}
.fd-task table.items tr.selected td{
  background:#d6e7fc;
  border-top:1px solid #7da2ce;
  border-bottom:1px solid #7da2ce;  
}

.fd-task .label{
  width:20px;
  line-height:16px;
  padding:0 3px;
  margin:2px;
  vertical-align:top; 
  text-align:center;
}
.fd-task .label-GB{
  background-color: #003;
}
.fd-task .label-MB{
  background-color: #09c;  
}
.fd-task .label-KB{
  background-color: #0c9;  
}
.fd-task-view .view-item{
  height:42px;
  line-height:20px;
  border:1px solid #ddd;
  margin:0 0 8px 0;
  padding:0 10px 0 40px;
  word-wrap: break-word;
  word-break: break-all;
}
.fd-task-view .view-item.ok{
  border:1px solid #468847;  
}
.fd-task-view .view-item.no{
  border:1px solid #b94a48;  
}
.fd-task-view .view-item .item-status{
  width:30px;
  height:40px;
  line-height:40px;
  margin-left:-40px;
  text-align:center;
  float:left;
  background-color:#ccc;
  color:#fff;  
}
.fd-task-view .view-item.ok .item-status{
  background-color:#468847;
}
.fd-task-view .view-item.no .item-status{
  background-color:#b94a48;
}

.fd-node{
  min-height:100px;
  margin:15px 0;
  padding:0;
  border:1px solid #EEE;
}
.fd-node .table{
  margin:0;
}
.fd-node table.items tr.selected td{
  background:#ffffff; 
}

.fd-node .label{
  height:20px;
  line-height:20px;
  margin:5px;
  padding:0px 5px;
  vertical-align:top;
}
.fd-node .grid-view .summary{
  text-align:right;
}

/*rewrite*/
.grid-view{
  padding:0;
}
.grid-view .summary{
  height:20px;
  line-height:20px;
  margin:5px 0;
  text-align: left;
  font-size:12px;
}
.pagination ul{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
}
.pagination ul > li > a,
.pagination ul > li > span{
  width:20px;
  height:20px;
  line-height:20px;
  padding:5px;
  text-align:center;
}



/*标签插件*/
.addon-tag{
  background-color: #0b1520;
  position: absolute;
  z-index:10;
  border-radius: 3px;
  box-shadow: 0 7px 21px rgba(0,0,0,.2);
}
.addon-tag .add-input{
  line-height: 20px; height: 20px;
  font-size:14px;
  border:none;
  padding:6px 0;
  outline: none;
}
.addon-tag .add-form{
  padding:6px 60px 6px 15px;
  border-bottom: 1px solid rgba(0,0,0,.07);
}
.addon-tag .add-handler{
  position: absolute;
  right:15px;
  top:6px;
  padding: 5px 0;
  color: #03a9f4!important;
  font-size: 14px;
}
.addon-tag .tag-warp{
  padding-bottom:5px;
  min-height: 20px;
  max-height: 200px;
  overflow-y: auto;
  min-width: 130px;
}
.addon-tag li{
  position: relative;
}
.addon-tag li.selected:after {
  position: absolute;
  top: 8px;
  right: 15px;
  content: '\f046';
  display: block;
  width: 14px;
  height: 14px;
  font-family: FontAwesome;
  color: #a6a6a6;
}
.addon-tag li.tag-icon-add:after {
  position: absolute;
  top: 8px;
  right: 15px;
  content: '\f046';
  display: block;
  width: 14px;
  height: 14px;
  font-family: FontAwesome;
  color: #a6a6a6;
}

.addon-tag .tag-item{
  line-height: 20px;
  display: block;
}
.addon-tag .tag-item>a{
  display: block;
  padding: 5px 35px 5px 15px;
  line-height: 20px;
  color: grey;
  outline: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.addon-tag .tag-item>a:hover{
  background-color: #091010;
}

.addon-tag .tags-list{
  font-size:12px;
  padding-top:2px;
  padding-left: 3px;
}
.tags-list li {
  list-style: none;
  float: left;
  border: 1px solid rgba(255, 255, 255, .08);
  background-color: #1f3245;
  border-radius: 13px;
  margin-right: 5px;
  padding: 0 26px 0 10px;
  line-height: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
}
.tags-list li a{
  display: block;
  line-height: 20px;
}
.tags-list li .tag-del {
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 14px;
  background-color: rgba(0,0,0,.2);;
  border-radius: 10px;
  line-height: 16px;
  height: 16px;
  width: 16px;
  text-align: center;
  color: #999;
  overflow: hidden;
  font-style: normal;
}
.tags-list li .tag-del:hover{
  background-color: #08c;
  color:#fff;
}
.addon-tag .tag{}
.addon-tag-btn{
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  background-color: #1f3245;
  border:1px solid rgba(255, 255, 255, .08);
  padding:3px 8px;
  color:#ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:65px;
  text-align: center;
  display: inline-block;
  margin-top: 2px;
}
.l{float: left;}

.addons-tag-label{
  display: table-cell;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  height: 30px;
  white-space: nowrap;
  width: 67px;
  line-height: 30px;
  vertical-align: top;
}
.area-filter-box{
  display: table-cell;
  width: 100%;
  padding-left:3px;
  padding-top:2px;
}

.userdefine-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(255, 255, 255, .15);
  display: none;
}

.f-cbox{float:left; margin-right:6px; cursor:pointer; margin-bottom:0;}

.f-cbox{position: relative}
.f-cbox span{border:1px solid #233242; color:#868f99; line-height: 24px; height:24px; display:block; float:left; border-radius:3px; padding:0 6px; padding-left:22px}
.f-cbox input{position: absolute; left: 6px; top:7px; outline:none; margin:0}
.f-cbox input:checked ~ span{border-color:#0b78e3}
.f-cbox input:checked ~ .userdefine-arrow{display: block}

.show_userdefine .addons-tag-data{display: block}

.addons-tag-data{
  width: 100%;
  padding: 2px 3px 4px;
  border:1px solid rgba(255, 255, 255, .15);
  border-radius: 3px;
  margin-top:5px;
  display: none;
}
.addon-tag-wrap{
  background: rgba(0, 0, 0, .15);
  border: 1px solid rgba(255, 255, 255, .08);
  text-shadow: none !important;
  height: 38px;
  border-radius: 2px;
  padding: 3px 4px 4px 4px;
  width: 100%;
  display: table !important;
}




.body-xpage{ overflow: hidden;}
.xpage-wrap{
  background-color: rgba(128,128,128,0.3);
  position: fixed;
  top:0;left:0;right:0;bottom:0;
  z-index: 1011;
  overflow: auto;
  display: block;
}
.xpage-body{
  /*background-color: #fff;*/
  margin:30px auto;
  width:1024px;
  position: relative;
  background-image:url(/theme/v2.0/images/body2.jpg);
  background-repeat: no-repeat;
  background-color: rgb(16, 33, 51);
  background-size: 100% auto;
  background-position: center bottom;
  z-index: 2;
}

.xpage-btn-close{
  left:50%; position: fixed; margin-left: 512px; top:60px;
  width:60px; height:50px; background-color: rgba(0,0,0,.4); line-height: 50px; text-align: center; font-size:26px; color:#fff; cursor: pointer; padding-left: 10px; z-index: 1;}
.xpage-btn-close:hover{color:#f60;}
/*子页样式*/
.inner-page{margin:0 80px; padding:30px 0; min-height: 500px;}
.inner-page .info-tag{font-size:18px; padding-bottom:15px; margin:0 0 15px; border-bottom: 1px solid rgba(255, 255, 255, .1);}
.page-content{width:800px}
.page-content pre{white-space: pre-wrap;}
.inner-page .page-content img{max-width: 100%}