﻿.treeViewDiv { position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; border: 1px solid silver; padding: 5px;overflow-x: auto;overflow-x: hidden;}

.treeViewTable { border-collapse: collapse;  position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; table-layout: fixed; }
    .treeViewTable > thead > tr { cursor: pointer; line-height: 16px; }
    .treeViewTable > tbody > tr { cursor: pointer; line-height: 16px; }
    .treeViewTable > thead > tr > th { /*border: 1px solid #C0C0C0;*/ /*background: #ACDDF1;*/ color: black; padding: 3px 3px; text-align: left;  min-height: 16px;min-width: 1px;}
    .treeViewTable > tbody > tr > td { /*border: 1px solid #C0C0C0;*/ padding: 2px 3px 3px; vertical-align: top; }
    .treeViewTable a:link, table a:visited, table a:hover { background-color: #BDC3C7; color: black; text-decoration: none; }

.tvtControl { float: left; width: 1px; padding: 1px; }
.tvtIcon { float: left; width: 24px; cursor: pointer; height: 16px; }
.tvtLabel { float: left; padding-left: 3px; }
.tvtCheck { float: left; margin-top: 2px;padding: 1px;height: 15px; }

.tvtChecked{width: 16px;height: 16px; background: url(/Content/jquery-treeview/checked.png) 0 0 no-repeat; background-position: center;margin-top: -2px;}
.tvtCheckedNoActiv{width: 16px;height: 16px; background: url(/Content/jquery-treeview/checkednoactive.png) 0 0 no-repeat; background-position: center;margin-top: -2px;}
.tvtUnchecked{width: 16px;height: 16px; background: url(/Content/jquery-treeview/unchecked.png) 0 0 no-repeat; background-position: center;margin-top: -2px; }
.tvtHalfchecked{width: 16px;height: 16px; background: url(/Content/jquery-treeview/halfchecked.png) 0 0 no-repeat; background-position: center;margin-top: -2px; }

.tvtFolderOpen { background: url(/Content/jquery-treeview/folder-open.gif) 0 0 no-repeat; background-position: center; }
.tvtFolderClose { background: url(/Content/jquery-treeview/folder-close.gif) 0 0 no-repeat; background-position: center; }
.tvtChildrenOpen { background: url(/Content/jquery-treeview/filialgrp-close.png) 0 0 no-repeat; background-position: center; }
.tvtChildrenClose { background: url(/Content/jquery-treeview/filialgrp-open.png) 0 0 no-repeat; background-position: center; }
.tvtChildren { background: url(/Content/jquery-treeview/filiale.png) 0 0 no-repeat; background-position: center; }
.tvtLeer { background: url(/Content/jquery-treeview/leer.png) 0 0 no-repeat; background-position: center; }

.hide { display: none; }


.tableSelectedRow { background: #CCCCCC; }


.treeViewDiv ul{  line-height: 20px; vertical-align: top; }
.treeViewDiv ul li { display: inline-block; list-style: none; padding: 3px 5px; vertical-align: top; }

