﻿.treeView-btn, .treeView-btn-end, .treeView-cont, .treeView-end, .treeView-empty, .treeView-eline, .treeView-modul
{
    height: 20px;
    width: 20px;
    display: inline-block;
}

.isModul
{
    
}

.isAction
{
    font-style: oblique;
}

div.hide
{
    display: none;
}

.treeView-text
{
    display: inline-block;
    position: relative;
    top: -5px;
    font-weight: normal;
}

.treeView-text img
{

    margin-left: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: center;
    vertical-align: middle;
}

.treeView-line
{
    display: block;
    height: 20px;
}


.treeView
{
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    height : 100%;
    padding-bottom: 5px;
    font-weight: bold;
}

.treeViewWrapper
{  position: relative;
   
    left: 30px;
    
    color: #4b4b4b;
    text-decoration: none;
    
    font-family: Arial, Verdana;
    font-size: 0.875em;
    vertical-align: baseline;
    
    
    float: left;
    width: 300px;
    margin-bottom: 40px;
   
}


.treeView-btn.plus
{
    background: url("../../Images/plus-small-white.png") no-repeat;
  /*  background-image: url("../../Images/tree-view-plus-cont.png");*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-btn-end.plus
{
    background: url("../../Images/plus-small-white.png") no-repeat;
 /*   background: url("../../Images/tree-view-plus-end.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-btn.minus
{
    background: url("../../Images/minus-small-white.png") no-repeat;
/*    background-image: url("../../Images/tree-view-minus-cont.png");*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-btn-end.minus
{
    background: url("../../Images/minus-small-white.png") no-repeat;
  /*  background: url("../../Images/tree-view-minus-end.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-cont
{
    background: url("../../Images/document-small-list.png") no-repeat;
   /* background: url("../../Images/tree-view-line-cont.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-end
{
    background: url("../../Images/document-small-list.png") no-repeat;
/*    background: url("../../Images/tree-view-line-end.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-empty
{
    background: url("../../Images/tree-view-empty.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-eline
{
    background: url("../../Images/tree-view-empty.png") no-repeat;
 /*   background: url("../../Images/tree-view-line.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}

.treeView-modul
{
    background: url("../../Images/application-form.png") no-repeat;
 /*   background: url("../../Images/tree-view-line.png") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center center;
}