body {
    overflow-y: scroll;
} 

.container-fluid.wider {
    width: 90% !important;
}

.header-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.trash-row {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.trash-container {
    float: right;
}

.trash-can {
    width: 36px;
    height: 38px;
    position: relative;
    bottom: 2px;
    right: 3px;
}

.trash-switch {
    width: 40px !important;
}

.dx-switch-off, .dx-switch-on {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.dx-switch-container {
    height: 24px;
}

.document-link-container {
    display: block;
    clear: left;
    width: 100%;
}

.document-link-container + .document-link-container {
    margin-right: 40px;
}

.title {
    display: block;
    clear: left;
    margin-top: 10px;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    color: #777;
}

.top {
    margin-top: 0px;
}
 
.id-column {
    color: #777;
    font-weight: bold;
    font-size: 16px;
}

.source-software, .vendor {
    font-size: 16px;
    font-weight: bold;
}

.source-title {
    font-weight: bold;
}

.source-ipaddress {
    font-style: italic;
    font-size: 12px;
}

.badge {
    background-color: red;
    font-size: 10pt;
    color: black;
    padding: 4px 8px;
    text-align: center;
    border-radius: 5px;
}

.color-new {
    background: #fb929e;
}

.color-reopened {
    background: #ffdfdf;
}

.color-snoozed {
    background: #fff3aa;
}

.color-closed {
    background: #aedefc;
}

.color-trashed {
    background: #BBBBBB;
}
