.list-group a.list-group-item { border-bottom: 1px solid #ddd; }

.panel.disabled .panel-body { opacity: 0.5; filter:Alpha(Opacity=50) }

div.btn-group button.btn { margin-bottom: 0; }


.dropdown-menu a,
table.data .dropdown-menu a,
.dropdown-menu a:visited { border-bottom: 0; color: #333; }

.dropdown-menu a:hover { border-bottom: 0;}

.dropdown-menu a:hover,
table.data .dropdown-menu a:hover { text-decoration: none; color: #000; }

.table-responsive { margin: 2em 0; padding: 5px;}

.label a { font-size: 1.1em; }
/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
    font-size: 10px;
    color: #ccc
}

.popover-content {
    max-height: 100px;
    overflow-y: auto;
}

.tooltip-inner {
    max-width: 400px;
}

.text-break{
    word-break:break-word!important;
    word-wrap:break-word!important
}