.form-group.shiny-input-container {
	/*padding-top: 3px;*/  /* 调整上边距 */
}
.checkbox input[type='checkbox'] {
	margin-top: 3px;  /* 微调选框位置 */
}
/* AAseq css */
.aa-block {
	font-family: monospace;
	font-weight: bold;
	transition: all 0.2s;
}
.aa-block:hover {
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
/* css gateway */
.gateway-page {
height: 100vh;
background: #f5f7f9;
}
.header-bar {
padding: 15px;
background: white;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn-home {
background: #3c8dbc;
color: white;
border: none;
padding: 8px 15px;
border-radius: 4px;
cursor: pointer;
}
.gateway-content {
max-width: 1200px;
margin: 2rem auto;
padding: 20px;
text-align: center;
}
.gateway-title {
color: #2c3e50;
margin-bottom: 1rem;
}
.gateway-desc {
color: #7f8c8d;
margin-bottom: 3rem;
}
.button-container {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 15px;
justify-content: left;
}
.gateway-btn {
background: white;
border: none;
border-radius: 10px;
padding: 2rem;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.gateway-icon {
	color: #7f8c8d;
	transition: color 0.3s ease;
}
.gateway-btn:hover {
transform: translateY(-5px);
box-shadow: 0 7px 14px rgba(0,0,0,0.15);
.gateway-icon { color: #2c3b41; }
}
.gateway-btn h3 {
color: #2c3e50;
margin: 1rem 0 0.5rem;
}
.gateway-btn p {
color: #7f8c8d;
margin: 0;
font-size: 0.9em;
}

/* css busy-indicator */

.btn-in-dataframe{
    width: 2em;
    margin: 0 0.2em;
}

.report-busy-indicator
{
	position: fixed;
    top: 30%;
    left: 50%;
	font-size: 40px!important;
    margin: 100px auto!important;
    background: transparent!important;
	color: #393A35;
	width: 1em;
	height: 1em;
	border-radius: 50%!important;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	transform:scale(0.45)!important;

}

/* 补充状态颜色 */
.projectlabel-notpost
{
	background-color: grey;
}
.projectlabel-inline
{
	background-color: grey;
}
.projectlabel-inprogress
{
	background-color: grey;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* dashboard对齐修正 */

.control-sidebar{
	margin-top: 10px;
}

.logo{
	height: 62px!important;
	padding-top: 5px!important;
}

.sidebar{
	padding-top: 12px!important;
}

.navbar.navbar-static-top{
	height: 62px;
}

.control-sidebar{
	margin-top: 10px;
}

/* color */

/* 按钮 */

.btn-default:not(.omicsgraph_tab_body .btn-default) {
    background-color: #325D88!important;
}

.btn-primary {
    color: #fff;
    background-color: #325D88!important;
    border-color: #325D88!important;
	opacity: 1;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #325D88!important;
    border-color: rgba(0,0,0,0);
	opacity: 0.7;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #325D88!important;
    border-color: rgba(0,0,0,0);
	opacity: 1;
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #325D88!important;
    border-color: rgba(0,0,0,0);
	opacity: 1;
}

/* box */

.box.box-solid.box-primary>.box-header {
	
  color:#fff;
  
  background-color:#325D88;
  
}

.box.box-solid.box-primary{
	border-bottom-color:#393A35;
	border-left-color:#393A35;
	border-right-color:#393A35;
	border-top-color:#393A35;
}

/* modal */

.modal-xl {
	width: 95%!important;
}

.modal-sm {
	margin-top: 10%!important; 
}

.modal-title {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #325D88;
}

/* 显示功能 */

.myhide {
	display: none!important;
}
.myshow {
	display: inherit;
}

/* 链接鼠标手 */

.my-pointer { cursor: pointer; } 

/* 基础工具提示样式 */
.mytooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}

/* 通用工具提示文本 */
.mytooltip .tooltiptext {
  visibility: hidden;
  background-color: #3C8DBC;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 12px;
  position: absolute;
  z-index: 99999;
  
  /* 禁止换行 */
  white-space: nowrap;
  /* 自动宽度 */
  min-width: auto;
  max-width: none;
  
  /* 初始隐藏效果 */
  opacity: 0;
  transition: opacity 0.2s;
  
  /* 箭头基础样式 */
  &::after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
  }
}

/* 右侧定位 */
.mytooltip .right {
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  
  &::after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-right-color: #3C8DBC;
  }
}

/* 左侧定位 */
.mytooltip .left {
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  
  &::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left-color: #3C8DBC;
  }
}

/* 显示控制 */
.mytooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* 导航条 */

.cssNav li{
    padding: 0px 20px;
	padding-left: 35px;
    line-height: 40px;  
    background: #3C8DBC;  
    display: inline-block;   
    color: #fff;  
    position: relative;  
}

.cssNav li:after{
    content: '';
    display: block;
    border-top: 20px transparent solid; 
    border-left: 20px #3C8DBC solid;
	border-bottom: 20px transparent solid;
    position: absolute;
    right: -20px;
    top: 0;  
	z-index: 11;
}

.cssNav li:before{  
    content: '';
    display: block;
    border-top: 20px #3C8DBC solid;
	border-left: 20px white solid;
    border-bottom: 20px #3C8DBC solid;
    position: absolute;
    left: 0px;
    top: 0;
	z-index: 10;
}

.cssNav li:first-child{
    border-radius: 4px 0 0 4px;
    padding-left: 25px;
}    
.cssNav li:last-child,.cssNavEnd{
    border-radius: 0px 4px 4px 0px;
    padding-right: 25px;
}    
.cssNav li:first-child:before{  
    display: none;
}    
.cssNav li:last-child:after,.cssNavEnd:after{ 
    display: none;    
}
.cssNav li.active {  
    background-color: #325D88;
}
.cssNav li.active:after {  
    border-left-color: #325D88;
}
.cssNav li.active:before {  
    border-top-color: #325D88;
	border-bottom-color: #325D88;
}

/* datatable */

div.dataTables_length{
  float: right !important;
  margin-left: 2em;
  margin-top: 2px;
}

div.dataTables_filter {
  float: right !important;
  margin-left: 1em;
}

.tbfix {table-layout:fixed;}

/* 位置调整 */

.dataTables_wrapper .dataTables_paginate {
	
	font-family: Arial;
	
	font-weight: bold;
	
	text-transform:uppercase;
	
	transform:scale(0.85);
	
	margin-top: 1.5em;
	
	margin-bottom: 1.5em;
	
}

/* 选择输入调整 */

.selectize-dropdown, .selectize-input, .selectize-input input{
	
	line-height: 2.1em!important;
	
}

/* 上传进度条圆角 */

.progress {
    border-radius: .15em!important;
}

/* 项目标签 */

.projectlabel {
    display: block;
	width: 10em;
    padding: .3em .6em .3em;
    font-size: 85%;
    font-weight: bold;
    /* line-height: 1; */
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.projectlabel-warning {
    background-color: #f39c12!important;
}

.projectlabel-danger {
    background-color: #dd4b39!important;
}

.projectlabel-success {
    background-color: #00a65a!important;
}

body > .container-fluid{
  padding-left: 0;
  padding-right: 0;
}
#dashboard_project_table_project_view_text{
  padding:0 8px;
  margin-bottom: 30px;
}

#dashboard_project_table_project_para_info .row,
#quant_apply_project_para_info .row,
#function_apply_project_para_info .row{
  display: flex;
  margin: -30px 0 0 0;
}

#dashboard_project_table_project_para_info .box,
#quant_apply_project_para_info .box,
#function_apply_project_para_info .box{
  border-radius: 0;
  border: 1px solid #c3c3c3;
}
#dashboard_project_table_project_diff_sum .box,
#quant_apply_project_project_diff_sum .box,
#function_apply_project_project_diff_sum .box{
  height: 242px;
  margin-bottom: 30px;
}
#dashboard_project_table_project_diff_sum .box .box-body,
#quant_apply_project_project_diff_sum .box .box-body,
#function_apply_project_project_diff_sum .box .box-body{
  height: 200px;
  overflow-y: auto;
}

#dashboard_project_table_project_para_info .box-header,
#quant_apply_project_para_info .box-header,
#function_apply_project_para_info .box-header{
  background-color: #e8e8e8;
  color: #325D88;
}
#dashboard_project_table_project_view .box-header>.box-tools>.btn,
#quant_apply_project_project_review .box-header>.box-tools>.btn,
#function_apply_project_project_review .box-header>.box-tools>.btn{
  padding: 5px 12px;
}
#dashboard_project_table_project_para_info .box-header h3,
#quant_apply_project_para_info .box-header h3,
#function_apply_project_para_info .box-header h3{
  font-weight: 500;
}
#dashboard_project_table_project_para_info .box-body,
#quant_apply_project_para_info .box-body,
#function_apply_project_para_info .box-body{
  height: 250px;
  overflow: auto;
}
#dashboard_project_table_project_para_info .box h5,
#dashboard_project_table_project_diff_sum .box h5,
#quant_apply_project_project_diff_sum .box h5,
#quant_apply_project_para_info .box h5,
#function_apply_project_project_diff_sum .box h5,
#function_apply_project_para_info .box h5{
  font-size: 15px;
  font-weight: 700;
  color: #325d88;
}
#tab_panel_dashboard > div.box-body > div.direct-chat-contacts{
  z-index:20!important;
}

#dashboard-quick-start-omicsgraph-output,
#dashboard-quick-start-anl-output{
  display: flex;
  flex-wrap: wrap;
  min-height: 278px;
  justify-content: space-around;
}
#dashboard-quick-start-omicsgraph-output a,
#dashboard-quick-start-anl-output a{
  background: #aaa;
  width: 30%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #325d88;
  text-decoration: none;
}
#dashboard-quick-start-omicsgraph-output>a>div,
#dashboard-quick-start-anl-output>a>div{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dashboard_project_table_project_para_info_project_name1{
  display: flex;
}
.dashboard_project_table_project_para_info_project_name2{
  display: flex;
}

.dashboard_project_table_project_para_info_project_name2>div{
  display: none;
  flex-grow: 1;
}
.dashboard_project_table_project_para_info_project_name1 .project_table_project_para_info_btn{    
  height: 25px;
  width: 25px;
  font-size: 10px;
  padding: 5px;
  line-height: 10px;
  margin: 5px 0 0 5px;
  
}
.dashboard_project_table_project_para_info_project_name2 .project_table_project_para_info_btn{    
  height: 25px;
  width: 25px;
  font-size: 10px;
  padding: 5px;
  line-height: 10px;
  margin: 28px 0 0 5px;
  display: none;
}
.project_options{
    display: block;
    background-color: #325d88;
    width: 20px;
    padding: 5px 3px 5px 6px;
    color: white;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
	margin-right: 5px;
}
.easydia_fasta_btn{
	width: 100%;
	margin-bottom: 5px!important;
}
[id$="_panel_content"].recalculating {
	opacity: 1;
}
#time_series_status_ui>.col-sm-12 {
  padding:20px 0 0 0 !important;
}
.btn_light_border{
  border:6px solid #8fd6ff !important;
}
.custom-gear-btn {
  color: #325d88 !important;
    background: none !important;
  border: none !important;
  margin-top: -12px;
  margin-left: 15px;
  cursor: pointer;
  padding: 0 !important;
  display:block;
  transform:scale(2.0, 2.0);
}
.custom-gear-btn-select {
  margin-top:8px;
}
.custom-gear-btn:hover {
  color: #1a3a5a;  /* 悬停时颜色变深 */
}
.custom-gear-btn:focus {
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.custom-gear-btn:focus-visible {
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.custom-gear-btn:active {
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.blinking-icon {
  animation: blink 1.5s infinite;
  color: red !important;
}
.blinking-icon:hover {
  color: #660000;  /* 悬停时颜色变深 */
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}
.custom-gear-btn-parainfo {
  margin-top: -2px;
  font-size: 8px!important;
}

.omicscloud_project_table {
    display: inline-block;
    width: 72.5%;
    vertical-align: top;
}
.omicscloud_server_status{
    display: inline-block; width: 24%; vertical-align: top;
}
.omicscloud_message{
   display: inline-block; width: 24%; vertical-align: top;
}
