.bg-z, .meta-thead {
    background-color: #ABB2B9;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    color: #ABB2B9;
    background-color: #ABB2B9;
}

.bg-z li {
    padding-left: 10px;
}

.meta-thead {
    color: white;
}

.meta-table-key {
    font-weight: bold;
}

.meta-table-val {
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
}

.meta-table tr {
    line-height: 18px;
}

.list-group-item {
    padding: 10px 10px
}

.treelist li {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-z tr {
    line-height: 20px;
}

.disabled-text {
/*    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: grey;
    font-weight: bold;
    color: #DCDCDC;*/
    color: #979A9A;
    font-size: 42px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.left-nav-comp {
    margin-top: 8px;
    margin-bottom: 8px;
}

.treelist, .left-nav-col {
    width: 280px;
}

.center-cell {
    align: center;
    text-align: center;
    vertical-align: middle;
}

.max-cell {
    padding: 8px;
}

.max-table, .center-cell, .max-cell {
    width: 100%;
    height: 100%;
}

.content-head-pane-btn {
    margin-top: 10px;
}

.content-head-pane {
    padding: 2px;
}

.pdf-pane {
    height: calc(100vh - 230px);
}

.note-pane {
    width: 100%;
    height: 100%;
}

.content-note {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0;
}

.note-pane p {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 18px;
}

.scrollbar {
    float: left;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.force-overflow {
    min-height: 300px;
    height: calc(100vh - 120px);
}

.scrollbar-primary::-webkit-scrollbar {
    width: 10px;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
