body {
    overflow: hidden;
    margin: 0px;
    color: rgb(241, 241, 241);
}

.vdivider {
    float: right;
    width: 4px;
    cursor: col-resize;
    background: rgba(0, 0, 0, 0.1);
    border-right: rgb(37, 37, 37) 1px solid;
}

.vdivider:hover {
    background: #000;
}

::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: rgb(62, 62, 66);
}

::-webkit-scrollbar-thumb {
    background-color: #686868;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(140, 140, 140);
}

.panel {
    position: absolute;
    left: -400px;
    top: 0px;
    font-family: "Segoe UI", Arial, sans;
    font-size: 12.73px;
    background: rgb(30, 30, 30);
    box-shadow: 8px 0px 20px 2px rgba(0, 0, 0, 0.04);
    opacity: 0.7;
}

.panel:hover {
    opacity: 0.9;
}

.main {
    font-family: "Segoe UI", Arial, sans;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
    line-height: 100%;
    cursor: pointer;
}

.panel h1 {
    padding: 0px;
    margin: 0px;
    padding-right: 20px;
    font-family: "Segoe UI Light", "Segoe UI", Arial, sans;
    text-align: right;
    font-size: 12px;
    color: rgb(241, 241, 241);
}

.panel hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.animatable {
    transition: all 0.2s ease;
}

.panel .content {
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 27px;
}

.main img {
    position: absolute;
    padding-top: 4px;
    display: inline-block;
}

.main .text,
.main .search {
    position: absolute;
    display: inline-block;
    width: 200px !important;
    color: #000;
}

input:focus {
    outline: none !important;
}

.main .search {
    font-size: 12.73px;
    color:white;
    background: black;
    border: rgb(60, 60, 60) 1px solid;
}

.main:hover {}

.panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: scroll !important;
    width: 100% !important;
}

.panel li {
    opacity: 0.8;
    width: 210px;
    padding: 3px 0px 3px 20px;
    cursor: pointer;
}

.panel li:hover {
    background: #3F3F46;
    opacity: 1.0;
}

.playButton {
    font-family: 'Segoe UI SemiBold', 'Segoe UI', Arial, sans-serif;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px 5px 15px;
    font-size: 13.64px;
    background: #00AEEE;
    color: #FFF;
    border: 0px none;
    outline: 0px none;
    cursor: pointer;
    right: 10px;
    margin-top: 10px;
    position: absolute;
}

.playButton:hover {
    background: #0090C6;
    text-decoration: none;
    color: white;
}

.buttons {
    float: left;
    bottom: 6px;
    left: 5px;
    position: absolute;
}

.buttons .passive,
.buttons .active {
    cursor: pointer;
    padding: 2px 4px 2px 4px;
}

.buttons .active {
    border-bottom: 2px solid #007ACC;
}

.buttons .passive:hover {
    background: #3F3F46;
}

.buttons .active:hover {
    background: #3F3F46;
}

.meta-view {
    width: 300px;
    overflow: auto;
    line-height: 100%;
    float: right;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.tree-view,
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tree-view {
    overflow: hidden;
    line-height: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    color: white;
    min-height: 50vh !important;
    height: 50vh !important;
    overflow-y: scroll;
    margin-top: 20px !important;
}

.tree-view .group {}

.tree-view .group-c {}

.tree-view .items {
    margin-left: 12px;
}

.tree-view .group-c .items {
    margin-left: 12px;
    display: none;
}

.meta-view .open,
.meta-view .close,
.tree-view .icon,
.tree-view .open,
.tree-view .node,
.tree-view .vis,
.tree-view .hdn {
    background-image: url('treeicons.png');
    height: 16px;
    width: 16px;
}

.close,
.tree-view .icon,
.tree-view .open,
.tree-view .node,
.tree-view .vis,
.tree-view .hdn {
    display: block;
    float: left;
    margin-top: 1px;
    margin-left: 4px;
}

.tree-view .open,
.tree-view .vis,
.tree-view .hdn {
    margin-left: 0px;
}

.tree-view .icon {
    background-position: -128px, 0px;
}

.tree-view .open {
    background-position: -16px, 0px;
}

.tree-view .open:hover {
    background-position: -48px, 0px;
}

.tree-view .node {
    background-position: -160px, 0px;
}

.tree-view .vis {
    background-position: -80px, 0px;
}

.tree-view .hdn {
    background-position: -64px, 0px;
}

.tree-view .group-c .open {
    background-position: 0px, 0px;
}

.tree-view .group-c .open:hover {
    background-position: -32px, 0px;
}

.tree-view .item,
.tree-view .gitem {
    display: block;
    cursor: pointer;
    height: 18px;
}

.tree-view .normal,
.tree-view .selected {
    display: inline-block;
    cursor: pointer;
    height: 18px;
}

.tree-view .normal:hover {
    background-color: #252526;
}

.tree-view .selected {
    background-color: #007ACC;
}

.tree-view .item {
    margin-left: 16px;
}

.tree-view .label,
.tree-view .labelSerch {
    height: 18px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 8px;
    display: inline-block;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12.73px;
    line-height: 126%;
}

.tree-view .item:hover .label,
.tree-view .gitem:hover .label {
    background-color: #3F3F46;
}

.tree-view .selected .label,
.tree-view .selected,
.tree-view .selected:hover .label {
    background-color: #007ACC !important;
    color: white;
}

.tree-view .labelSerch {
    background-color: #C27D1A !important;
}

.meta-view {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto;
    line-height: 100%;
    white-space: nowrap;
    background-color: rgb(30, 30, 30);
}

.meta-view td {
    height: 18px;
    font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 126%;
}

.meta-view .row {
    cursor: pointer;
}

.meta-view .row:hover {
    background-color: #252526;
}

.meta-view .dummy,
.meta-view .open,
.meta-view .close {
    width: 16px;
    display: block;
}

.meta-view .open {
    background-position: -16px, 0px;
}

.meta-view .close {
    background-position: 0px, 0px;
}

.meta-view .open:hover {
    background-position: -48px, 0px;
}

.meta-view .close:hover {
    background-position: -32px, 0px;
}

.meta-view .name {
    max-width: 120px;
}

.meta-view .nameS {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: block;
}