h1 {
  text-transform: capitalize;
}
nav .help i {
  font-size: 1.4em;
}
nav .help .dropdown-menu {
  padding: 0 15px;
  width: 330px;
  height: 550px;
  text-overflow: ellipsis;
  overflow: auto;
}
nav .help .dropdown-menu .doc {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  margin-right: -20px;
  width: 330px;
}
span.delete-modal-warn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 10px;
  background: #f0f0f0;
}
.item-selected {
  opacity: 0.5;
}
.get-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
}
.get-top .glyphicon {
  dispaly: inline-block;
  font-size: 1.5em;
}
#album-container {
  width: 950px;
  margin: 0 auto;
}
#album-container h1 {
  margin-top: 90px;
  border-left: 15px solid #378;
  padding: 8px 0;
  background: #f0f0f0;
  text-align: center;
  font: 50px "微软雅黑", arial, helvetica, sans-serif;
  text-shadow: 2px 2px 3px #888;
}
.img-wrapper-selected {
  background: url("../images/ok.png") center no-repeat;
  background-size: 256px;
}
.img-item {
  z-index: 2;
  position: relative;
  width: container-width;
  margin: 40px auto;
  -webkit-transition: border 0.1s;
  -moz-transition: border 0.1s;
  -o-transition: border 0.1s;
  transition: border 0.1s;
}
.img-item:hover {
  border-left: 10px solid #abc;
  border-right: 10px solid #cba;
}
.img-item a:hover {
  text-decoration: none;
  color: #7da1bc;
}
.img-item img {
  max-width: 930px;
  display: block;
  margin: auto;
  border: 1px solid #e0e0e0;
  padding: 20px;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.img-item table {
  font-family: "微软雅黑", arial, helvetica, sans-serif;
  font-size: 1em;
}
.img-item table th {
  margin-right: 20px;
  padding: 15px 10px 3px 30px;
  color: #aaa;
  text-align: right;
}
.img-item table td {
  border-bottom: 1px solid #222;
  padding: 15px 30px 3px 10px;
  color: #fff;
}
.img-meta a {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 100;
}
.img-meta span {
  z-index: 100;
  font-size: 1.5em;
  color: #333;
}
.img-metabg {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  height: 0;
  overflow: hidden;
  background: #000;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.img-metabg-open {
  height: 270px !important;
  padding: 30px 0;
}
#img-nav-board {
  position: fixed;
  left: 60px;
  top: 370px;
  height: 70px;
  width: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-top: 6px solid rgba(83,169,255,0.8);
  border-right: 6px solid rgba(255,217,0,0.8);
  border-bottom: 6px solid rgba(255,118,6,0.8);
  border-left: 6px solid rgba(61,255,132,0.8);
  padding-top: 26px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 0.5;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#img-nav-board:hover {
  border-width: 3px;
}
#img-nav-pn {
  position: fixed;
  left: 66px;
  top: 375px;
  z-index: 50;
  font-size: 18px;
}
#img-nav-pre,
#img-nav-next {
  position: fixed;
  left: 60px;
  z-index: 100;
  width: 70px;
  height: 0;
  border: 20px solid transparent;
}
/*#img-nav-pre
  @extends $img-nav-pagination
  left 65px
  border-left-color rgba(61,255,132,0.8)
  margin-left -4px

#img-nav-next
  @extends $img-nav-pagination
  left 88px
  border-right-color rgba(255,217,0,0.8)
  margin-right -4px*/
#img-nav .nav {
  cursor: pointer;
}
#img-nav-pre {
  top: 375px;
  border-top-color: rgba(83,169,255,0.5);
  margin-top: -4px;
}
#img-nav-next {
  top: 399px;
  border-bottom-color: rgba(255,118,6,0.5);
  margin-bottom: -4px;
}
.img-opr {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#jump-to-item input {
  width: 180px;
  font-size: 0.8em;
}
.not-writable .row {
    background: #fcf9e8;
}
.not-writable .glyphicon-warning-sign {
    color: #a94442;
}
.not-writable h1 {
    color: #a94442;
    background-color: #f2dede !important;
    border-color: #ebccd1;
}
.not-writable h1 span {
    font-size: 0.3em;
}