/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /* background-color: #f5f5f5; */
  background-color: #e6e6e6;
  border-top-style: solid;
  border-top-color: #d3d3d3;
  border-top-width: 1px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  /* Set the navbar fixed */
  min-height: 100%;
  padding-top: 70px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

body > .container {
  padding: 5px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* redesign */
code {
  font-size: 80%;
}

p {
   font-size: 16px;
}

a {
   font-size: 15px;
}

li {
   font-size: 15px;
}

.imgp{
  margin: 10px 0;
  font-weight: bold;
}

p.zh {
    text-indent: 2em;
}

hr {
    border-top:1px solid #ddd
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

@media only screen and (min-width: 900px) {
    .dropdown-menu{
        max-height:500px;
        overflow-y:auto;
    }
}

/* em {
    color: #337ab7;
}
*/

/*p {
    font-family: "Palatino Linotype", Palatino;
}
*/

/* scroll affix */
ul.nav-tabs{
    margin-top: 15px;
    border-radius: 0;
    /*border: 1px solid #d3d3d3;*/
    border: none;
}
ul.nav-tabs li{
    margin: 8px;
    /* border-top: 1px solid #d3d3d3; */
    border: none;
    background: #222222;
}

ul.nav-tabs li a{
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    border: none;
    color: #222222;
    background: #e6e6e6;
}
ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover{
    color: #ffffff;
    background: #222222;
    border: none;
}
ul.nav-tabs.affix{
    top: 60px; /* Set the top position of pinned element */
}
.anchor {
    padding-top: 75px;
    margin-top: -65px;
}

/*.container{
   box-shadow: 0px 2px 15px -6px #000;
}

.box-shadow-clean{
   box-shadow: 0px 0px 0px 0px #000;
}
*/

.table {
    word-break:break-all!important;
    word-wrap:break-all!important;
}
