.coupletbox {
  width:10%; 
  height:30%;
}
.ng-cloak{display:none;}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  margin-top: 1000px;
  background-color: #f5f5f5;
}
  .head-title {
  padding-left: 25px;
}

.text-muted {
  margin-top: 10px;
  text-align: center;
}

.content{
  margin-top: 50px;
  height: 100%;
}

.left-panels{
    margin-right: 10px;
    margin-right: 10px;
}

.right-panels{
  margin-left: 10px;
}

.project-panels{
  margin-top: 50px;
}
.page-title{
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.setting-title-large{
	font-size: 20px;
	font-weight: bold;
	padding-left: 2px;
  margin-bottom: 2px;
}
.setting-title-small{
	font-size: 15px;
	font-weight: bold;
  margin-bottom: 4px;
	padding-left: 2px;
}

.signup_error{
	font-size: 20 px;
	text-align: center;
	color: red;
}

.error{
  font-size: 30 px;
  text-align: center;
  color: red;  
}

.section-title{
  margin-bottom: 20px;
}
.desc {
  font-size:15px;
  text-align:center;
  font-weight:bold;
}
.summary{
  font-size:16px;
  margin-bottom: 20px;
}
.barchart{
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

#signupForm .input-group {
  margin-bottom: 20px;
}

.input-group-addon .icon-2x {
    width: 28px;
    min-width: 28px;
    display: inline-block;
}

.inline-block > li {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

/* Sidebar navigation */

.wrapper {
  margin-left: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper.toggled {
    margin-left: 0;
}

.sidebar-wrapper {
  position: absolute;
  left: 300px;
  top: 120px;
  height: 100%;
  margin-left: -300px;
  margin-bottom: 30px;
  overflow-y: auto;
  width: 300px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper.toggled .sidebar-wrapper {
  width: 0px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 300px;
  margin: 0;
  list-style: none;
}

.panel-collapse ul li{
  padding-left: 15px;
  padding-top: 10px;
}

.toggle-button  {
  margin-left: -30px;
  margin-top: -15px;
}

.cytoscape-div{
  height: 600px;
  border: 1px solid #333;
}

#cy {
  display: block;
  position: relative;
  left: 20;
  top: 100;
	border: 1px;
	border-width: thick;
	height:900px;
	width:100%;
	border:1px solid #777;
}

#totop{ 
  display:block;  
  width:60px; 
  height:60px;
  position:fixed;  
  bottom:50px;  
  right:40px;
  border-radius:10px 10px 10px 10px;
  text-decoration:none;
  display:none;
  background-color:none;
}

.dag {
  margin: 20px;
  border: 1px;
  border-width: thick;
  height:540px;
  width:100%;
  border:1px solid #777;
}

svg .label{
  font-size: 1em;
  font-weight: normal;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.logo {
  float: left;
  height: 50px;
  padding: 5px 0px 5px 0px;
}

.list-li-vip-icon{display:inline-block;height:14px;width:14px;background:url(/static/usercenter/images/icon_vip.png) no-repeat 0 0}
.list-li-vip-no{background-position:-18px -11px}
.list-li-vip-yes{background-position:0 -11px}

#ppi_fc_table td ,#ppi_fc_table th{
  border-style: solid; border-width: 1px;
  padding:2px 5px 2px 5px;
}

.text-red{
  color: red;
}

.svg_border{
  border:2px solid black;
}

#ppiMenu input[type='radio']{
  display: none;
}
#ppiMenu label{
  font-weight: normal;
  position: relative;
  cursor:pointer;
}
#ppiMenu ul li a{
  cursor:default;
}
#ppiMenu label span{
  position: absolute;
  left: -10px;
}

#ppiAnnotation{
  min-width:400px;
  z-index:1;
  position:fixed;
  display:none;
  font-size:16px;
  padding:5px;
}

#ppiAnnotation2{
  width:600px;
  z-index:1;
  position:fixed;
  display:none;
  font-size:16px;
  margin-top:100px;
  word-wrap:break-word;/*自动换行*/
}

.ppiFc{
  width:100%;

}

.dialog_head {
  cursor: move;
  background-color: #ddd;
  padding: 5px 15px;
  line-height: 25px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ccc;
}
.dialog_body {
  background-color: #eaeaea;
  line-height: 25px;
  padding: 5px 15px;
}
.dialog_footer {
  background-color: #ddd;
  padding: 5px 15px;
  text-align: right;
}

.select-org{
  z-index: 10;
  position:absolute;
  background:#eee;
  border:1px solid #ddd;
  list-style-type:none;
  padding:5px;
  width:90%;
  left:0px;
  margin:0px 15px;
  max-height:300px;
  overflow:auto;
}
.select-org li{
  cursor: pointer;
}
.select-org li:hover{
  background-color: #aaa;
}

.bubble-box{ 
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 10;
  display: none;
  background:#EEE; 
  width:200px; 
  margin-bottom:30px; 
} 
.bubble-box .wrap{ 
  background:#EEE; 
  /* 修正IE6 */ 
  _position:relative; 
  _z-index:10; 
} 
/* arrow-effect */ 
.arrow-left{ border-left:20px solid #FFF; border-top:20px solid #EEE; margin-top:20px;} 
.arrow-right{ border-right:20px solid #FFF; border-top:20px solid #EEE;} 
.arrow-top{ border-left:20px solid #EEE; border-top:20px solid #FFF; margin-left:20px;} 
.arrow-bottom{ border-left:20px solid #EEE; border-bottom:20px solid #FFF; margin-left:20px;} 
.arrow-left .wrap, 
.arrow-right .wrap{ 
  width:180px; 
  padding:12px 10px 12px 10px; 
  margin-top:-40px; 
} 
.arrow-top, .arrow-bottom{ width:140px;} 
.arrow-top .wrap, 
.arrow-bottom .wrap{ 
width:180px; 
padding:12px 10px 12px 10px; 
margin-left:-40px; 
} 
input:hover + .bubble-box{
  display: block;
}
.demo-note{
  position: relative;
}
.demo-note:hover  .demo-hidden-div{
  display: block;
}

.demo-note  .demo-hidden-div {
  position: absolute;
  display: none;
  z-index: 2;
  top: 35px;
  width: 400px;
  padding: 20px 20px;
  cursor: default;
/*  border:1px #fff solid;*/
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  border-radius:5px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background-color: #1E2021;
}
.demo-hidden-div:before{
  position: absolute; 
  content: ''; 
  width:0; 
  height: 0; 
  border:10px solid transparent; 
  border-bottom-color:#1E2021; 
  left:20px; 
  top:-20px; 
}
.demo-hidden-div.left{
  left: 0px;
} 
.demo-hidden-div.right{
  right: 0px;
}
.demo-hidden-div.right:before{
  right:20px; 
  left: auto;
}
.footer-table td{
  padding: 0px 10px;
}
.footer-table tr td:nth-child(odd){
  font-weight: bold;
}
.footer-table{
  font-size: 10px;
}
.footer-contact{
  text-align: center;
  margin-top: 10px;
  line-height: 10px;
  padding: 0px;
  vertical-align: baseline;
}
.footer-contact li{
  color: black;
  font-size: 10px;
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px;
  display: inline-block;
  list-style-position: outside;
}
.footer-contact li+li:before{
  content: "/";
  padding-right: 5px;
  color: #666;
}
.footer-contact li a{
  color: black;
  font-style: italic;
}

.drop-box{
  position: relative;
}
.drop-box div{
  color: #000;
  position: absolute;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px #ddd solid;
  z-index: 2;
  min-width: 400px;
  top: 15px;
  cursor: default;
}
.drop-box:hover div{
  display: block;
}

#account-type-table td{
  text-align: center;
}

.img-center{
  max-height: 500px;
  max-width: 100%;
}

.harf-width{
  float:left;
  width:50%;
  text-align:center;
}

.help-div{
  position: fixed;
  z-index: 2;
  right: 0px;
  bottom: 0px;
  top: 50px;
  padding: 20px;
  background: rgba(42,55,68,.8);
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out 1s ,visibility 1s ease-out 1s;
  -moz-transition: opacity 1s ease-out 1s ,visibility 1s ease-out 1s;
  -o-transition: opacity 1s ease-out 1s ,visibility 1s ease-out 1s;
  -webkit-transition: opacity 1s ease-out 1s ,visibility 1s ease-out 1s;
  width: 30%;
  /*-webkit-gradient(linear, right top, left top, from(rgba(100,100,100,1)), to(rgba(255, 255, 255,.5)));*/
}
.tip:hover + .help-div{
  visibility: visible;
  opacity: 1;
}

.cart-side-div{
  display: none;
  top:0px;
  position: fixed;
  width: 300px;
  height: 100%;
  right: -300px;
  z-index: 5000;
  background-color: rgba(200,200,200,0.9);
}

.cart-switch{ 
  position:absolute; 
  display: inline-block;
  width:30px; 
  height:30px;
  top: 50%;
  left: -30px;
  background-color:rgba(244,244,244,0.8);
  padding: 5px;
  cursor:pointer;
}

.cart-side-order{
  padding: 30px 20px;
  margin-bottom: 100px;
  width:100%;
  height: 100%;
  overflow: auto;
}
.order-item{
  padding-left: 0px;
}
.order-item li{
  display: block;
  list-style: none;
  border-bottom: 1px #ddd solid;
}
.order-item li:after{
  content: "";
  clear: both;
}
.order-price {
  color:gray;
  font-size: 12px;
}

.order-remove-btn{
  padding: 0px;
  margin: 0px;
  color: #d9534f;
}
table.center-vertical td , table.center-vertical th{
  vertical-align: middle !important;
}
.sidebar-to-hide{
  right:-300px;
  animation:hideSidebar 1s;
  -moz-animation:hideSidebar 1s; /* Firefox */
  -webkit-animation:hideSidebar 1s; /* Safari and Chrome */
  -o-animation:hideSidebar 1s; /* Opera */
}
@keyframes hideSidebar
{
from {right:0px;}
to {right:-300px;}
}
@-moz-keyframes hideSidebar /* Firefox */
{
from {right:0px;}
to {right:-300px;}
}
@-webkit-keyframes hideSidebar /* Safari and Chrome */
{
from {right:0px;}
to {right:-300px;}
}
@-o-keyframes hideSidebar /* Opera */
{
from {right:0px;}
to {right:-300px;}
}

.sidebar-to-show{
  right:0px;
  animation:showSidebar 1s;
  -moz-animation:showSidebar 1s; /* Firefox */
  -webkit-animation:showSidebar 1s; /* Safari and Chrome */
  -o-animation:showSidebar 1s; /* Opera */
}
@keyframes showSidebar
{
from {right:-300px;}
to {right:0px;}
}
@-moz-keyframes showSidebar /* Firefox */
{
from {right:-300px;}
to {right:0px;}
}
@-webkit-keyframes showSidebar /* Safari and Chrome */
{
from {right:-300px;}
to {right:0px;}
}
@-o-keyframes showSidebar /* Opera */
{
from {right:-300px;}
to {right:0px;}
}

.glyphicon.glyphicon-shopping-cart{
  color:#d9534f;
}
div.pictrue{
  text-align: center;
}
div.pictrue img{
  max-height: 500px;
}
div.pictrue2 img{
  width: 65%;
}
.content-box{
  position: absolute;
  top: 50px;
  bottom: 30px;
  overflow: auto;
}
#docs-sidebar li > ul.nav{
  display: none;
}
#docs-sidebar li.active > ul.nav{
  display: block;
}
#docs-sidebar li > a{
  color: rgb(118, 118, 118);
}
#docs-sidebar li.active > a{
  color: #FF9933;
  font-weight: bold;
  border-left: 2px #FF9933 solid;
}

#docs-sidebar li.active-report > a{
  color: #CC3300;
  font-weight: bold;
  border-left: 2px #CC3300 solid;
}

#docs-sidebar li > ul.nav{
  font-size: 0.9em;
  margin-left: 10px;
}
.border-box{
  border: 2px #ddd solid;
}

.table-box{
  width: 100%;
  overflow: auto;
  overflow: auto;
}
.fix-fixed{
  margin-top : -50px;
  padding-top: 50px;
}

.sub-menu{
  position: relative;
}
.sub-menu .sub-menu-list{
  display: none;
  position: absolute;
  left: 100%;
  top:0px;
  background-color: #fff;
  border : 1px rgba(0, 0, 0, 0.14902) solid;
  padding-left: 0px;
}
.sub-menu:hover .sub-menu-list{
  display: block;
}
.sub-menu-list li{
  list-style: none;
  display: block;
}
.sub-menu-list li a:hover{
  background: #ddd;
}
.sub-menu-list li a{
  display: block;
  width: 100%;
  color: #333;
  padding: 5px 10px;
}
.hover-show div{
  display: none;
  position: absolute;
}
.hover-show:hover div{
  display: block;
}
div.input-div-inline{
  display: inline-block;
  max-width: 200px;
  vertical-align:top;
}
div.input-div{
  margin-bottom: 10px;
}

.watermark{
  background-image:url("/static/usercenter/images/omics.png");
  background-repeat: repeat;
}

.vennapp-title{
  color:#737373;
}

.grid-view{
  cursor: zoom-out;
  z-index: 100;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.9);
  text-align:center;
}
.grid-view img{
  margin-top: 50px;
  background-color: #fff;
  max-width: 80%;
  max-height: 80%;
}
.grid-margin {
  margin-left: 35px;
}
.grid-thumbnail{
  height: 35px;
  width: 35px;
  cursor: zoom-in;
}
.grid-thumbnail img{
  width: 100%;
  height: 100%;
}
.linear-transition{
  transition: all 1s linear;
  -o-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -webkit-transition: all 1s linear;
}
.input-clear{
  position: absolute;
  right: 20px;
  top: 7px;
}
.message-navbar{
  width: 100%;
  background: #f7f8f9;
  margin: 5px 0px;
  padding: 5px;
  border: #b7c7cf 1px solid;
  border-radius: 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 5px;
  font-family: Arial;
  font-size: 16px;
  position: relative;
}
.auto-scroll{
  position: absolute;
  top: 0px;
  overflow:hidden;
  height: 30px;
  width: 400px;
}
.auto-scroll-list{
  display: inline-block;
  transition:margin-top 1s;
}
.auto-scroll-list > li{
  display: inline-block;
  padding-top: 5px;
  height: 40px;
}
@media (max-width:960px){
  .auto-scroll{
    display: none;
  }
}

.list-button{
  color: inherit;
  padding: 5px;
  border-style : solid;
  border-width:1px;
  border-color: #f7f8f9;
  border-radius: 2px;
}
.list-button:hover{
  border-color: red;
}
.messages-dismiss{
  margin-top: 0px;
  transition:margin-top 2s;
  -moz-transition: margin-top 2s;
  -webkit-transition: margin-top 2s;
  -o-transition: margin-top 2s;
}
.log-body{
  font-family: '微软雅黑','Helvetica Neue',sans-serif,SimHei;
  background: #eee;
  width: 100%;
  overflow:auto;
  font-size: 16px;
}
.log-title{
  padding: 5px 10px;
  font-size: 1.4em;
  border-left: #FFCC00 5px solid;
}
.log-summary{
  padding: 5px 20px;
  text-indent: 2em;
}
.log-block{
  margin: 10px 30px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: #aaa 1px solid;
  border-right: #aaa 1px solid;
  border-radius: 2px;
}

#pageTitle i{
  color:#d9534f;
}
/*#pageTitle:hover i{
  display: inline;
  vertical-align:text-top;
}*/
.relative-position{
  position:relative;
}
.full-cell{
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  padding: 8px;
  position: absolute;
}
.word-break{
  word-break:break-all;
}
