:root {
    --prymary-color:#5D00E1;
}

* {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
}

li{
    font-size: 10pt;
}

ol li,p {
    font-size: 11pt;
}

p.note{
    background-color: rgb(241, 241, 167);
    padding: 10px;
}

p.subtitle {
    font-size: 15pt;
}

body,
html {
    height: 100%;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.body {
    font-size: 14px;
}

.wrapper {
    position: relative;
    height: 100%;
}

.left-side {
    /*background-color: #212529;*/
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 250px;
    overflow-y: auto;
}

.left-side::-webkit-scrollbar {
    width: 2px;
}

.logo {
    background-color: #ffffff;
    border-right:1px solid rgba(192, 191, 191, 0.5);
    /*box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4) inset;*/
    height: 154px;
    line-height: 160px;
    text-align: center;
}

.left-content {
    text-align: left;
}

.left-content {}

.left-content ul {}

.left-content ul li {
    border-bottom: 2px solid var(--prymary-color);
    display: block;
    height: 50px;
    border-left: 3px solid var(--prymary-color);
}

.left-content ul li:hover {
    border-left: 3px solid #735BA4;
}

.left-content ul li:hover a{
    color: var(--prymary-color);
}

.left-content ul li.active {
    background-color: var(--prymary-color);
    border-left: 3px solid var(--prymary-color);
    color: #ffffff;
}

.left-content ul li.active a{
    color: #ffffff;
    font-size: medium;
}

.left-content ul li.active a{
    color: #ffffff;
    font-size: medium;
}

.left-content ul li a {
    color: #735BA4;
    line-height: 50px;
    padding-right: 30px;
    padding-left: 20PX;
    display: block;
    text-decoration: none;
}

.left-content ul li a span {
    border-right: 1px solid var(--prymary-color);
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.copyright {
    background-color: var(--prymary-color);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.copyright p {
    margin-bottom: 0px;
}

.copyright p a {
    color: #212121;
    font-weight: 700;
}

.copyright p span {
    display: block;
}

.right-side {
    padding-left: 300px;
}

@media screen and (min-width:1000px) {
    .right-side {
        padding-right: 200px;
    }
}

.right-content {
    padding: 50px;
}

.content {
    display: none;
}

.content.active {
    display: block;
}

pre {
    background: url(../img/pre_bg.png);
    line-height: 19px;
    text-align: left;
    padding: 0px;
    margin-top: 35px;
    font-size: 13px;
    margin-bottom: 35px;
}

.content {}

.content a {
    color: var(--prymary-color);
}

.content h1 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ddd;
}

#one span {
    color: var(--prymary-color);
}

.content#source {}

.content#source > ul li {}

.content#source > ul li span {
    font-weight: 700;
    display: block;
}

.content#source > ul li > ul {
    padding-left: 25px;
}
.logo h1 {
    padding: 65px 0;
}
.tree-viewer-pd{
	padding:30px;
}

tr{
    margin-bottom: 10px;
}

td{
    padding: 5px 10px;
}

td.center{
    text-align: center;
}

ul {
    list-style: none;
}