.app-documents .form-group .dropdown-toggle {
  height: 46px;
  padding-left: 20px;
  border-color: #e4eaec;
  border-width: 1px 0 1px 1px;
  background-color: #ffffff;
}
.app-documents .form-group .filter-option {
  text-overflow: ellipsis;
  vertical-align: middle;
  float: none !important;
}
.app-documents .form-group input.form-control {
  height: 46px;
  border-radius: 0 4px 4px 0;
  padding: 8px 48px 8px 13px;
}
.app-documents .form-group .input-search-btn {
  z-index: 3;
  font-size: 20px;
}
.app-documents .documents-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}
.app-documents .articles {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px 0;
  background-color: #ffffff;
  border-radius: 4px;
}
.app-documents .articles .blocks > li {
  margin-bottom: 50px;
}
.app-documents .articles-item {
  padding-left: 45px;
  position: relative;
}
.app-documents .articles-item > .icon {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.app-documents .articles-item a {
  color: #76838f;
}
.app-documents .categories {
  margin-top: 25px;
  margin-bottom: 25px;
}
.app-documents .categories .blocks > li {
  margin-bottom: 30px;
}
.app-documents .category {
  padding: 25px;
  height: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.app-documents .category .icon-wrap > .icon {
  font-size: 65px;
}
.app-documents .article:before,
.app-documents .article:after {
  content: " ";
  display: table;
}
.app-documents .article:after {
  clear: both;
}
.app-documents .article-sidebar,
.app-documents .article-content {
  background-color: #ffffff;
  border-radius: 4px;
  float: left;
}
.app-documents .article-sidebar {
  width: 260px;
  padding: 20px 15px;
  margin-bottom: 30px;
}
.app-documents .article-sidebar .list-group {
  margin-bottom: 0;
}
.app-documents .article-sidebar .list-group .list-group {
  display: none;
}
.app-documents .article-sidebar .list-group-item {
  padding: 0;
  border: none;
  margin-bottom: 1px;
}
.app-documents .article-sidebar .list-group-item a {
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-documents .article-sidebar .list-group-item a:hover,
.app-documents .article-sidebar .list-group-item a:focus {
  background-color: #f3f7f9;
}
.app-documents .article-sidebar .list-group-item a + .list-group {
  margin-top: 1px;
}
.app-documents .article-sidebar .list-group-item.active .list-group {
  display: block;
}
.app-documents .article-sidebar .list-group-item.active,
.app-documents .article-sidebar .list-group-item.active:hover,
.app-documents .article-sidebar .list-group-item.active:focus {
  color: inherit;
}
.app-documents .article-sidebar .list-group-item.active > a {
  color: #62a8ea;
  background-color: #f3f7f9;
}
.app-documents .article-sidebar .list-group-item .list-group-item > a {
  padding-left: 25px;
}
.app-documents .affix {
  top: 86px;
}
.app-documents .affix + .article-content {
  margin-left: 290px;
}
.app-documents .article-content {
  margin-left: 30px;
  width: -webkit-calc(100% - 290px);
  width: calc(100% - 290px);
  padding: 20px 30px;
}
.app-documents .article-content section {
  margin-bottom: 22px;
}
.app-documents .article-footer {
  font-size: 24px;
  padding: 30px;
  border-radius: 4px;
  background-color: #f3f7f9;
}
.app-documents .article-footer:before,
.app-documents .article-footer:after {
  content: " ";
  display: table;
}
.app-documents .article-footer:after {
  clear: both;
}
.app-documents .article-footer-actions {
  float: right;
}
@media (max-width: 767px) {
  .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 200px;
  }
  .app-documents .article-sidebar,
  .app-documents .article-content {
    width: 100%;
    margin-left: 0;
  }
  .app-documents .article-sidebar.affix {
    position: static;
    top: 0;
  }
  .app-documents .article-sidebar.affix + .article-content {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100px;
  }
}
