.breadcrumb {
  margin-top: 10px;
}
.navbar-inner {
  min-height: 44px;
  border: 1px solid #ddd;
  background-color: inherit;
  background-image: inherit;
  box-shadow: none;
}
.navbar .nav>li>a {
  color: #1b7b93;
}
.navbar .nav>.active>a {
  color: #fe8201;
  background-color: inherit;
  box-shadow: none;
}
.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
  color: #6ebf1e;
  background-color: inherit;
}
#status-form label.btn a.btn {
  padding: inherit;
}
#logout-form .btn-link {
  margin-left: 0;
}
.collapse.in .alert .close {
  right: 0;
}
.table th,
.table td,
.table-condensed th,
.table-condensed td {
  padding: 10px;
}
.kfrontend h1 {
  font-size: 25px;
  line-height: 35px;
}
.kfrontend .table td h3 {
  line-height: 30px;
}
.category h3 a {
  color: #fe8201;
}
.category h3 a:hover,
.category h3 a:focus {
  color: #6ebf1e;
}
.category ul.inline a {
  font-weight: bold;
}
[class*="category"] .knewchar {
  color: #6ebf1e;
}
[class*="category"] i.icon-big {
  margin: 10px 0;
  padding-right: 0;
}
[class*="category"] i.icon-folder:before {
  content: " ";
}
[class*="category"] i.icon-folder {
  background-image: url("../png/icon_folder_forum.png");
  height: 30px;
  width: 30px;
}
ul.inline i.icon-folder {
  background-image: url("../png/icon_folder_forum_small.png");
  height: 15px;
  width: 15px;
  padding: 0;
  vertical-align: sub;
}
.img-circle {
  border-radius: inherit;
  background-color: #fff;
}
.user-circle.user-default {
  border-radius: inherit;
  border: inherit;
  width: 80%;
  margin-top: 7px;
  margin-right: 0;
  position: relative;
  background-color: #eee;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ccc, 0 2px 5px 4px rgba(0,0,0,0.1);
}
.user-circle.user-xl {
  border-radius: inherit;
  margin-right: 0;
}
.img-circle,
.user-circle.user-default {
  margin-bottom: 7px;
}
.form-search .input-append .search-query {
  height: 20px;
}
h1,
h2 {
  color: #17748b;
}
select#mode {
  margin-left: 0;
}
#search fieldset {
  margin-top: 0;
}
#search select {
  height: 32px;
}
#search select#categorylist {
  height: auto;
}
textarea {
  height: auto;
}
.control-group input#subject {
  height: 30px;
}
.control-group label.string.optional {
  line-height: 28px;
}
#kshow_attach_form {
  margin-top: -30px;
}
#kchecktask {
  height: 30px;
}
.viewsnum,
.repliesnum {
  color: #6ebf1e;
}
.form-search .input-append input {
  vertical-align: top;
}
ul.inline i {
  padding-top: 0;
}
#btn_thankyou {
  margin-left: 5px;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-group.open .btn.dropdown-toggle {
  background-color: #6ebf1e;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
  background-color: #419cb3;
}
@media (max-width: 979px) {
  .nav.navbar-nav.pull-left > div {
    margin: 12px 0 0 10px;
  }
}
@media (max-width: 959px) {
  .navbar .nav {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #ktopicsform li a {
    margin-top: 3px;
  }
  #btn_report,
  .kmessagepadding a,
  .kmessagepadding .btn-group,
  #btn_thankyou {
    margin-top: 5px;
  }
}
