body {
    font-size: .9rem;
    line-height: 1.2;
}

.message-container {
    position: absolute;
    top: 80px;
    z-index: 100;
    width: 30vw;
    right: 0;
}

.tooltip-inner {
    max-width: 100vh;
}

.dataTable .list-group-item {
    background: transparent;
    word-break: break-all;
}

#cat_filter_modal .modal-dialog {
    position: absolute;
    top: 150px;
    left: 100px;
}

.dataTables_processing {
    z-index: 100 !important;
}

.dataTables_processing.dts_loading {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    z-index: 100 !important;
}

table.dataTable th {
    vertical-align: middle;
}

/*
    Nicely format links
*/
#_content a {
    color: #003300;
}

#_content a:hover {
    text-decoration: underline overline;
}

a.obsolete {
    text-decoration: line-through;
}

/*
    Allow text of timeline ranges to overflow range box:
    http://visjs.org/examples/timeline/items/rangeOverflowItem.html
*/
.vis-item .vis-item-overflow {
  overflow: visible !important;
}

/*
    Force wrapping of hidden DataTabes columns when unfolded
*/
td.child ul.dtr-details {
    max-width: 90vw;
    white-space: normal;
}

.dataTable input {
    font-weight: bold;
}

/*
    Use custom colors for highlighting in overview tables
*/
.highlight-important {
    background-color: #ffd0d0 !important;
}
.highlight-important:hover,
.highlight-important tbody tr:hover {
    background-color: #ffc0c0 !important;
}

.highlight-critical {
    background-color: #ff6365 !important;
}
.highlight-critical:hover,
.highlight-critical tbody tr:hover {
    background-color: #ff5355 !important;
}

.highlight-kpi {
    background-color: #ffefcd !important;
}
.highlight-kpi:hover,
.highlight-kpi tbody tr:hover{
    background-color: #ffdfbd !important;
}

/*
    DataTable cell wrappers for fixed column widths
*/
/*table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}*/

.wspace {
    white-space: normal;
}

.width-75 {
    width: 75px;
}

tr.child .width-75 {
    width: 100% !important;
}

.counter-badge {
    float: right;
}

.plain-badge {
    display: block
}

.excess-badge {
    display: none;
}

.group-badge {
    display: inline;
}

.indicator-subbadge {
    margin-left: -0.75em;
}

tr.child .excess-badge,
tr.child .plain-badge {
    display: inline;
}

tr.child .plain-badge .badge-pill {
    display: none;
}

tr.child .group-badge,
tr.child .counter-badge {
    display: none;
}

.form-clear {
    position: relative;
    left: -1.25rem;
}
