﻿/*style panels on the index page*/
.tree-panel-wrapper {
    width: 40%;
    height: 98%;
    float: left;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-left: 10px;
}
.panel {
    background: none;
    height: 100%;
    margin: -1px;
    overflow: hidden;
    border-radius: 0;
}
#content-panel {
    height: 98%;
}
.panel-heading {
    background-color: #666 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #fff !important;
    padding: 5px;
}
.panel-title {
    font-size: 1em;
    padding-left: 7px;
}
.panel-body {
    height: 93%;
    max-height: calc(100% - 30px);
    overflow: auto;
    margin-bottom: 40px;
    /*padding: 15px 0 0 0 !important;*/
    padding: 0;
}
#content-panel .panel-body {
    max-height: calc(100% - 35px);
}
#content {
    padding-bottom: 30px;
}
li span {
    font-size: 12px;
}
.parentFolder {
    display: inline-block;
    padding-bottom: 5px;
}
.selectedNode {
    background-color: #eee;
}
#toggleAllNodes {
    color: #fff;
}
/*Content pane styles*/
#content {
    padding: 30px 40px 36px 40px;
}
table.content-pane {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}
.content-pane tr td:nth-child(1) {
    background-color: #999;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    color: #eee;
    width: 150px;
}
.content-pane tr td:nth-child(2) {
    border: 1px solid #999;
}
.content-pane tr td {
    font-size: .9em;
    padding: 5px;
    vertical-align: top;
}
.content-title {
    color: #444;
    font-size: 3em;
    padding-bottom: 15px;
}
.content-description {
    font-size: 1.2em;
}