* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

.wrapper {
  width: 74vw;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: 3px #ccc;
  border-top: none;
  padding-bottom: 80px;
  border-radius: 3px;
  margin-top: 40px;
}

.wrapper h3 {
  padding: 20px;
  line-height: 35px;
  text-indent: 2em;
  font-weight: 500;
  background-color: #2F6575;
  color: #fff;
  margin-bottom: 50px;
  border-radius: 3px;
}

li>a,
label,
.wrapper>h3,
#reset,
#submit,
#re_heatmap,
#select_all,
th,
.sub_title,
.navbar-inverse .navbar-nav>li>a {
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a {
  font-weight: bold;
}

label,
.note {
  margin-left: 20px;
}

#single_gene_id {
  width: 30%;
  height: 40px;
  margin-left: 13%;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 20px;
}

#reset,
#submit,
#re_heatmap,
#select_all,
#clear_all {
  width: 80px;
  height: 40px;
  color: #fff;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  background-color: #2F6575;
}

#re_heatmap {
  width: 163px;
}

#re_heatmap,
#select_all,
#clear_all {
  margin-top: 5px;
  font-size: 14px;
}

#submit {
  margin-left: 13%;
  margin-right: 16px;
}

#reset:hover {
  cursor: pointer;
}

/* datatable 样式 */
table thead th {
  text-align: center;
  font-size: 10px !important;
}

tr {
  height: 50px;
}

td {
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

td>.checkbox {
  display: inline-block;
  text-align: center;
  /* zoom: 150%; */
}

.title {
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
}

.sub_title {
  color: #000;
}

.glyphicon-save {
  float: right;
  margin-right: 100px;
  font-size: 24px;
  color: #2F6575;
}

.panel-body {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.panel-group {
  border-top: none;
  margin: 0px 20px;
  padding-bottom: 60px;
  border-radius: 3px;
}

.panel-group .panel+.panel {
  margin-top: 20px;
}

.panel-default>.panel-heading {
  border-radius: 3px;
  background-color: #fff;
  margin: 10px;


}

.panel-title {
  font-weight: bold;
  color: #2F6575;
  font-size: 18px !important;
}

.dataTables_length label,
.dataTables_length label select,
.dataTables_filter label,
.dataTables_filter label input {
  height: 35px;
  font-size: 16px;
  border-radius: 5px;
}

.dataTables_length label {
  margin-left: 10px;
  margin-top: 10px;
}

.dataTables_filter label input {
  margin-top: 10px;
  margin-right: 10px;
}

.dataTables_wrapper {
  margin-top: 10px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
}

.navbar {
  background-color: #0C2742;
  border-radius: 0;
}

.navbar-nav {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav .nav_li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 100%;
  border-bottom: 3px solid #6BA9A7;
  transition: 0.2s all linear;
}

.nav .nav_li:hover::before {
  width: 100%;
  left: 0;
}

.nav .nav_li:hover~.nav_li::before {
  left: 0;
}

.navbar-form {
  margin-top: 34px;
}

.navbar-brand {
  display: inline-block;
  padding: 50px;
  margin-left: 160px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../image/logo1.png);
}

.job_id_info {
  height: 66px;
  margin: 20px 0;
  background-color: #2F6575;
  /* background-color: rgba(40, 101, 117, 0.8); */
  border-radius: 3px;
}

.job_id_title {
  margin-left: 28px;
  line-height: 66px;
  color: #fff;
}
