.panel-heading {
  border-radius: 0;
  border-bottom: 1px solid #6f7f88 !important;
}

.page-aside-fixed .page-aside-inner {
  height: 100%;
  overflow-y: hidden;
}

.scroll-pane {
  overflow-y: auto;
}
body .page-main .fixed-table-toolbar {
  padding: 0px;
}

.boomcast .nav-tabs-solid > li.active > a, .boomcast .nav-tabs-solid > li.active > a:focus, .boomcast .nav-tabs-solid > li.active > a:hover {
  background-color: #eee;
}

.panel-dark a:hover {
  color: #ccc !important;
}

.page-aside {
  width: 450px;
}

.page-aside + .page-main {
  margin-left: 450px;
  height: 100%;
}

.page-aside-inner {
  height: 100%;
  overflow: hidden;
}

.page-aside-inner .inbox-list {
  height: 100%;
  height: -webkit-calc(100% - 72px);
  height: calc(100% - 72px);
}

.page-aside-inner table {
  height: 100%;
}

.page-aside .btn-toolbar .btn-group {
  float: none;
}

.page-aside .btn-toolbar .checkbox-custom {
  display: initial;
}

.panel-actions {
  right: 10px;
}

.text-active, .active > .text, .active > .auto .text {
  display: none !important;
}

.active > .text-active, .active > .auto .text-active {
  display: inline-block !important;
}

.active .icon {
  line-height: inherit;
}

.page-aside a.list-group-item, .page-aside .btn-pure:hover {
  color: inherit;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.webui-popover-title, .fixed-table-body .card-view .title {
  text-shadow: none !important;
  font-weight: 400;
}

.boomcast .pagination > .active > a, .boomcast .pagination > .active > span, .boomcast .pagination > .active > a:hover, .boomcast .pagination > .active > span:hover, .boomcast .pagination > .active > a:focus, .boomcast .pagination > .active > span:focus {
  color: #fff;
  font-weight: 500;
  background-color: #4caf50;
  border-color: #4caf50;
}

@media (max-width: 1199px) {
  .page-aside + .page-main {
    margin-left: 450px;
  }
}

@media (max-width: 1599px) {
  .page-aside {
    width: 300px;
  }

  .page-aside .panel-actions {
    display: none;
  }

  .page-aside + .page-main {
    margin-left: 300px;
  }
}

@media (max-width: 767px) {
  .page-aside-inner {
    overflow: hidden !important;
  }

  .page-aside {
    width: 260px;
  }

  .page-aside + .page-main {
    margin-left: 0;
  }

  .page-aside.open {
    width: 300px;
  }

  .page-aside .page-aside-inner {
    background-color: #f1f1f1;
  }

  .inbox-list .table tr td .dropdown {
    opacity: 1 !important;
  }
}

.boomcast .page-aside-switch {
  background-color: #4caf50;
}

.boomcast .page-aside-switch i {
  color: #fff;
}

.inbox-div {
  cursor: pointer;
}

.dropdown-menu > li > a {
  text-decoration: none;
}

.inbox-list .table tr td .dropdown {
  opacity: 0;
}

.inbox-list .table tr:hover .dropdown {
  opacity: 1;
}

.webui-popover-content .timeline-icon .timeline-dot {
  width: 30px;
  height: 30px;
  margin-right: -15px;
  line-height: 30px;
}

.webui-popover-content .timeline-dot {
  cursor: initial;
}

.webui-popover-content {
  margin-bottom: 60px;
  background: #eee;
}

.webui-popover-content .btn-group {
  position: absolute;
  bottom: 14px;
}

.webui-popover.right > .webui-arrow:after, .webui-popover.right-top > .webui-arrow:after, .webui-popover.right-bottom > .webui-arrow:after {
  border-right-color: #eee;
}

.webui-popover-content .timeline-icon .timeline-reverse .timeline-dot {
  margin-left: -15px;
}

.fixed-table-pagination {
  background: #fafafa;
  padding: 10px 20px;
}

.note-btn-group.btn-group.note-misc {
  float: right;
}

#inbox_actions .toggle {
  margin-left: 0;
}
body .table a {
  color: #5c6c74 !important;
  font-weight: 400;}

body .table a:hover {
    text-decoration: underline !important;
    color: #4c5a61 !important;
  }