@charset "UTF-8";
.icon-github {
  background: no-repeat url("../img/github-16px.png");
  width: 16px;
  height: 16px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.accordion {
  margin-bottom: -3px;
}

.accordion-group {
  border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
  display: none;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.navigation .grid-item {
  background: #fff;
  width: 310px;
  float: left;
  margin: 5px;
  border: 1px solid #f0f6f3;
  box-shadow: 1px 1px 5px #ccc;
  padding: 0px;
  height: auto;
}
.navigation .grid-item ul {
  min-height: 30px;
}
.navigation .grid-item ul li {
  white-space: nowrap;
}

html, body {
  height: 100%;
  position: relative;
}

#header {
  background: #000;
}
#header a {
  color: #EEEAE1;
}
#header .content {
  max-width: 1120px;
  margin: auto;
}
#header .dropdown-menu {
  background: #000;
}
#header .dropdown-menu li a:focus, #header .dropdown-menu li a:hover {
  background-color: #555;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: relative;
}

.center {
  text-align: center;
}

a {
  color: #282d34;
  cursor: pointer;
}
a:hover {
  color: #282d34;
  text-decoration: underline;
}

br {
  display: block;
  margin: 0;
  font-size: 0px;
}

.inline {
  display: inline;
}

.btn-green {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
}
.btn-green:hover {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.message {
  background: #f0f6f3 none repeat scroll 0 0;
  padding: 10px;
  margin: 20px 0px;
  color: #555;
}

.clear {
  clear: both;
}

body {
  /* background: #FDF6E3; */
  color: #282d34;
  font-size: 14px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

blockquote {
  font-size: 14px;
}
blockquote.dig-blockquote {
  word-break: break-word;
}

#content {
  position: relative;
  margin: 0px auto 0px auto;
  min-height: 500px;
  max-width: 1120px;
  padding-left: 0px;
  margin-bottom: 150px;
}
#content .register, #content .login {
  max-width: 1120px;
  margin: 0px auto;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #555;
}

.head {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

.breadcrumb {
  background: #ebe9e2;
  font-size: 25px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "|";
}

.detail {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.news {
  border: 1px solid #EBE9E2;
}

.news-info {
  text-align: center;
}

.news-info h1 {
  border: none;
}

.detail img {
  display: block;
  margin: 20px auto;
  max-width: 80% !important;
  height: auto !important;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 20px;
  color: #657B83;
  padding: 10px;
  border: none;
}

.pagination li a, .pagination li span {
  background: none !important;
  border: 1px solid #ebe9e2;
}

.pagination .active span {
  color: #235282 !important;
  border: 1px solid #C1BAA6;
}

#content .catelog {
  font-size: 20px;
}

.title {
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.title a {
  color: #2F8F3E;
}

/* box */
.box-wrap {
  padding-top: 5px;
}
.box-wrap .title {
  margin: 0;
  padding: 8px 0px 8px 0px;
}
.box-wrap .title h1 {
  display: inline;
  font-size: 18px;
}
.box-wrap .title .dropdown {
  background: #FAFAFA;
  display: inline;
  position: absolute;
  right: 60px;
}
.box-wrap .title .dropdown .dropdown-menu {
  background: #FAFAFA;
}
.box-wrap .title .dropdown .dropdown-menu li a {
  color: #000;
}
.box-wrap .title .dropdown .dropdown-menu li a:focus, .box-wrap .title .dropdown .dropdown-menu li a:hover {
  background-color: #555;
  color: #FAFAFA;
}
.box-wrap .title .dropdown .dropdown-menu li.disabled a {
  color: gray;
}
.box-wrap .title .dropdown .order-by {
  background: #FAFAFA;
  color: #000;
}
.box-wrap .box, .box-wrap .tag {
  border-top: none;
}
.box-wrap ul, .box-wrap ol {
  padding: 5px 0px 0px 0px;
  list-style: none;
}
.box-wrap li {
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-wrap .tag-inline {
  margin-top: -10px;
}
.box-wrap .tag ul li.name {
  font-size: 12px;
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  box-shadow: 1px 1px 1px #ccc;
  display: inline-block;
  list-style: outside none none;
  padding: 1px 5px;
}
.box-wrap .tag ul li.name a {
  color: #808080;
}
.box-wrap .tag ul li.name.selected {
  background: #36b45e none repeat scroll 0 0;
  border: 1px solid #ccc;
}
.box-wrap .tag ul li.name.selected a {
  color: #fff;
}
/* box end */
/* head box */
.head-common {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.head-box {
  padding-left: 10px;
}

/* head box end */
.login-form, .register-form {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

.form-group.birthday select, .form-group.city select {
  display: inline;
  width: 140px;
}

.sidebar {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  background: #f6f6f6 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  width: 250px;
}
.sidebar .user-info {
  border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 30px;
  line-height: 30px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.sidebar .user-info li {
  text-align: center;
}
.sidebar .user-info li a {
  color: #1988e0;
}
.sidebar .header {
  height: 50px;
  position: relative;
}
.sidebar .header h1 {
  color: #9C9C9C;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  margin: 0px;
  padding: 0 0 0 20px;
}
.sidebar .header .add {
  position: absolute;
  right: 20px;
  top: 14px;
}
.sidebar .header .add a {
  color: #ccc;
}

#footer {
  text-align: center;
  padding-left: 0px;
  background-color: #FAFAFA;
  color: #000;
  margin-top: 100px;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: left;
  min-height: 50px;
  width: 100%;
}
#footer a {
  color: #000;
}
#footer .container {
  margin: auto;
  max-width: 1120px;
}

.topic-list-item {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 10px 0;
  min-height: 90px;
}
.topic-list-item ul {
  padding: 0px;
}
.topic-list-item .topic-rank {
  color: #666;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 5px;
  text-align: center;
}
.topic-list-item .topic-rank .comments,
.topic-list-item .topic-rank .views,
.topic-list-item .topic-rank .votes {
  border-radius: 1px;
  display: inline-block;
  height: 40px;
  padding-top: 3px;
  width: 40px;
}
.topic-list-item .topic-rank .comments {
  background-color: #FAFAFA;
  color: #999;
}
.topic-list-item .topic-rank .commented {
  background-color: #009a61;
  color: #fff;
}
.topic-list-item .topic-rank small {
  display: block;
  font-size: 12px;
}
.topic-list-item .topic-rank .views {
  color: #999;
  width: 50px;
}
.topic-list-item .author {
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
}
.topic-list-item .author a {
  color: #999;
}
.topic-list-item a.view-more {
  color: #c3c3c3;
}
.topic-list-item .list-inline {
  list-style: outside none none;
  margin-left: -5px;
  padding-left: 0;
}
.topic-list-item .list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.topic-list-item .split::before {
  color: #ddd;
  content: "·";
}
.topic-list-item .topic-description {
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.topic-list-item .topic-title {
  display: inline;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.topic-list-item .topic-title a {
  color: #282d34;
}

.topic-detail .topic-title {
  margin: 0px;
  margin-bottom: 10px;
  min-height: 30px;
}
.topic-detail .topic-info {
  color: #999;
  padding: 10px 0px;
}
.topic-detail .topic-info .author {
  margin-top: 10px;
}
.topic-detail .topic-content img {
  max-width: 100%;
}

.comment-add {
  width: 100%;
  position: relative;
  height: 150px;
}
.comment-add textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  padding: 5px;
}
.comment-add .comment-add-info b {
  margin: 0px 5px;
}

.vote {
  width: 30px;
  text-align: center;
  display: inline-block;
  float: left;
}
.vote img {
  width: 15px;
}
.vote .agree, .vote .against {
  cursor: pointer;
}
.vote .vote-num {
  padding: 5px 0px;
}

.comment-list .comment-items {
  position: relative;
  border-top: 1px solid #eee;
  padding: 15px 0px;
}
.comment-list .comment-items > .comment-items {
  margin-left: 35px;
  border-left: 1px solid #eee;
  border-top: none;
}
.comment-list .comment-items .comment-item-opt {
  font-size: 10px;
}
.comment-list .comment-items .comment-content-wrapper {
  margin-left: 35px;
  position: relative;
}
.comment-list .comment-items .comment-content-wrapper .comment-item-info .user-note {
  display: inline;
  color: #ccc;
}
.comment-list .comment-items .comment-content-wrapper .comment-content {
  position: relative;
}

.tag-index .description {
  background: #FAFAFA;
  min-height: 100px;
  padding: 20px;
}

.user-index .user-index-head {
  position: relative;
  background: #FAFAFA;
  padding: 20px;
}
.user-index .user-index-head .avatar-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  float: left;
}
.user-index .user-index-head .avatar-wrapper img {
  width: 100px;
}
.user-index .user-index-head .user-info-wrapper {
  float: left;
  margin-left: -20px;
  margin-top: -100px;
  padding-left: 140px;
  width: 100%;
}
.user-index .user-index-head .user-info-wrapper h1 {
  margin: 0px;
}
.user-index .user-index-head .user-info-wrapper .user-info-item {
  padding-top: 5px;
}
.user-index .tags {
  padding: 10px;
}

.search-keywords li {
  display: inline-block;
}

.related li {
  margin: 5px;
}

.markdown-body {
  color: #464545;
}
.markdown-body:after {
  display: inline;
}
.markdown-body img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.user-list li {
  display: inline;
  padding: 0 2px;
}

.nav-list .nav-item {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 5px 0px;
  line-height: 24px;
}
.nav-list .nav-item .first {
  padding-left: 0px;
  width: 20px;
}
.nav-list .nav-item a {
  margin-right: 5px;
}

.dig-releate ul {
  padding: 0;
  list-style: none;
}
.navigation .grid-item {
  background: #fff;
  width: 310px;
  float: left;
  margin: 5px;
  border: 1px solid #f0f6f3;
  box-shadow: 1px 1px 5px #ccc;
  padding: 0px;
  height: auto;
}
.navigation .grid-item ul {
  min-height: 30px;
}
.navigation .grid-item ul li {
  white-space: nowrap;
}
.icon-github {
  background: no-repeat url("../img/github-16px.png");
  width: 16px;
  height: 16px;
}

.bootstrap-tagsinput {
  width: 100%;
}

.accordion {
  margin-bottom: -3px;
}

.accordion-group {
  border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
  display: none;
}

.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  cursor: pointer;
}

.tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}