/*TREE*/
.css-treeview ul,
.css-treeview li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview input
{
    position: absolute;
    opacity: 0;
}

.css-treeview
{
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: left;
    margin: 5px 0 15px 15px;
}

.css-treeview a
{
    color: #00f;
    text-decoration: none;
}

.css-treeview a:hover
{
    text-decoration: underline;
}

.css-treeview input + label + ul
{
    margin: 0 0 0 22px;
}

.css-treeview input ~ ul
{
    display: none;
}

.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}

.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul
{
    display: block;
}

.css-treeview label,
.css-treeview label::before
{
    background: url("../images/icons.png") no-repeat;
}

.css-treeview label,
.css-treeview .meta-data-value,
.css-treeview label::before
{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.css-treeview label
{
    background-position: 18px 0;
}

.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview 
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
    {
        from 
        { 
            padding: 0;
        } 
        to 
        { 
            padding: 0;
        }
    }
}






.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 268px;
}

.styled-select.slate {
    
    height: 34px;

}

.styled-select.slate select, input.search {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
    float: left;
}
.meta-content{width: 100%; margin: 15px;}

.meta-key, .meta-value{padding: 4px; border-radius: 5px; text-align: center; color: #000; float:left;width: 48%; border: solid thin #ccc; margin-bottom: 1px;}
.meta-key{background-color: rgba(200, 200, 255, 0.8);}
.meta-value{background-color: rgba(100, 200, 255, 0.8);}
/*.expand-group{float:right;}*/
.folder-tree{font-weight: bolder;}
.key-tree{color:green;}
.val-tree{color:red;}
.val-tree textarea{width:100% !important;}
span.dm-column-title{}
.dm-column{text-align: center !important;padding: 8px !important;}
#tabs{margin: 20px auto auto;  width: 95%;}
.meta-data-value{height: inherit !important; width: 100% !important;}

.hide-meta{display:none;}