/*
.navbar-default {
  border-color:#337AB7;
  background-color:#D9EDF7;
  color:#31708F;
}
*/
body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar {
  margin-bottom: 10px;
}
li.active a,li.dropdown a {
  font-size: 18px;
/*font-weight:bold;*/  
}
ul.dropdown-menu a,ul.navbar-right a{
  font-size: 16px;
}
div.jumbotron p {
  text-align: justify;
}
.snp-region {
  padding-top: 5px;
  padding-bottom: 5px;
}
#chromosome {
  font-weight: bold;
}
.panel-title {
  font-size: 18px;
}
.snp-or {
  font-size: 16px;
  font-weight:bold;
}
.sub_button {
  text-align: center;
}
.sub_button .btn {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sub_button .btn-success {
  padding-left: 20px;
  padding-right: 20px;
}
.sub_button .btn-warning {
  margin-left: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.sub_button .btn-info {
  margin-left: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
table.display th, table.display td {
  white-space: nowrap;
  text-align: center;
}
div.dataTables_wrapper div.dataTables_scroll div.dataTables_scrollHead {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
table.datatable-child td {
  text-align: left;
}
table.datatable-child td.child-first {
  font-weight: bold;
}
.panel-table, .panel-note {
  margin-top: 8px;
  padding: 0px;
}
div.panel-note div.panel-info, div.panel-note div.panel-warning {
  margin-bottom: 0px;
}
p.note-source {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 0px;
  margin-top: 5px;
}

/*修改dataTable控件show entries 和search的外观*/
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  height: 30px;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
div.dataTables_filter input {
  height: 30px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  box-sizing: border-box;
}
div.dataTables_wrapper div.DTTT_container span, div.ColVis span {
  font-family: Arial;
  font-size: 15px;
}
table.note-table td {
  text-align: justify;
  vertical-align: text-top;
  padding-right: 8px;
  padding-top: 3px;
}
table.note-table td.note-1td {
  white-space: nowrap;
}

table.regulomedb td, th {
  padding: 3px 18px 0px 0px;
}
div.cnv-year {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
div.cnv-publication {
  font-family: Arial;
  font-size: 16px;
  text-align: justify;
  font-weight: normal;
}
div.ui-tabs div.ui-tabs-panel {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 13px;
}
div#tabs {
  border: 0px;
}
#tag_cloud_widget{
  position:relative;
  width:100%;
  height:230px;
  top:-20px;
  overflow:hidden;
  margin:2px auto 2px
}
#tag_cloud_widget a{
  position:absolute;
  color:#fff;
  text-align:center;
  text-overflow:ellipsis;
  white-space:nowrap;
  top:0;
  left:0;
  padding:3px 5px;
  box-shadow:0 1px 1px rgba(0,0,0,0.08);
  text-decoration:none;
  font-size:15px
}
#tag_cloud_widget a:hover{
  background:#d02f53;
  display:block
}
#tag_cloud_widget a:nth-child(n){
  background:#C12E34;
  border-radius:3px;
  display:inline-block;
  line-height:18px;
  margin:0 10px 15px 0
}
#tag_cloud_widget a:nth-child(n){
  white-space:nowrap;
  white-space:normal;
  overflow:hidden;
  text-overflow:ellipsis
}
#tag_cloud_widget a:nth-child(2n){
  background:#E6B600
}
#tag_cloud_widget a:nth-child(3n){
  background:#0098D9
}
#tag_cloud_widget a:nth-child(5n){
  background:#2B821D
}
#tag_cloud_widget a:nth-child(4n){
  background:#005EAA
}
#tag_cloud_widget a:nth-child(6n){
  background:#339CA8
}
#tag_cloud_widget a:nth-child(7n){
  background:#001852
}
#tag_cloud_widget a:nth-child(8n){
  background:#E87C25
}
#tag_cloud_widget a:nth-child(9n){
  background:#E01F54
}
#tag_cloud_widget a{
  line-height:15px;
  background:#999
}
div.homepage-left{
  padding-right: 0px;
  padding-left: 0px;
  width:30%;
  float:left;
  position: relative;
}
div.homepage-middle{
  padding-right: 5px;
  padding-left: 5px;
  width:38%;
  float:left;
  position: relative;
  box-sizing:border-box;
}
div.homepage-middle div.panel-body{
  padding:0;
}
div.homepage-right{
  padding-right: 0px;
  padding-left: 0px;
  width:32%;
  float:left;
  position: relative;
  box-sizing:border-box;
}
div.homepage-right ul{
  font-size:15px;
  padding-left:10px;
  color:#31708F;
}
div.jumbotron{
  margin-top:10px;
  margin-bottom: 10px;
  box-sizing:border-box;
}
div.footer{
  border-top: 1px solid #337AB7;
  border-bottom: 1px solid #337AB7;
  font-size:15px;
  color:#31708F;
  text-align:center;
}
div.homepage-right div.panel, div.homepage-middle div.panel, div.homepage-left div.panel{
  margin-bottom:10px;
}
div.container>div.panel-default{
  margin-bottom:10px;
}
div.logo div.panel-body{
  padding:0px;
}
div.logo{
  margin-bottom:5px;
}
div.update{
  color:#31708F;
  font-size:18px;
}
div.download{
  text-align: justify;
}
div.manual{
  font-size:15px;
  margin-top:35px;
}
div.manual p.manual-figure{
  font-weight:bold;
  text-align:center;
}
form.home-search{
  width:80%;
   margin:auto;
}
div.home-search{
  width:100%;
  margin: auto;
}
div.home-search input.home-search{
  width:80%;
  height:40px;
  font-size: 20px;
}
button.home-search{
  height:40px;
  font-size:20px;
}
