div[data-angular-treetable] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: Tahoma;
  font-size:10px;
  color: #555;
  text-decoration: none;
}

div[tree-table] table {
  margin: 0;
  border-radius: 4px;
}

div[tree-table] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
  position: relative;
}

div[tree-table] li {
  position: relative;
  padding: 0 0 0 0px;
  line-height: 16px;
}

div[tree-table] li .expanded {
  padding: 1px 8px;
  background-image: url("./../images/tv/collapse.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li .collapsed {
  padding: 1px 8px;
  background-image: url("./../images/tv/expand.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li .normal {
  padding: 1px 8px;
  background-image: url("./../images/tv/nochildren.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li .SR {
  padding: 1px 8px;
  background-image: url("./../images/tv/SR.gif");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li .UN {
  padding: 1px 8px;
  background-image: url("./../images/tv/UN.jpg");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li .att {
  padding: 1px 8px;
  background-image: url("./../images/tv/attachments.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] li i, div[tree-table] li span {
  cursor: pointer;
}

div[tree-table] li .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 4px;
}

div[tree-table] table {
  width:8px;
}

div[tree-table] thead>tr {
  background-color: #d9d9d9;
  font-weight: 500;
  color:#446e9b;
  background-image: -webkit-linear-gradient(#bdcff2, #e3eef0 50%, #ffffff);
  background-image: -o-linear-gradient(#bdcff2, #e3eef0 50%, #ffffff);
  background-image: linear-gradient(#bdcff2, #e3eef0 50%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5f8ab9', endColorstr='#ff385a7f', GradientType=0);
  filter: none;
}

div[tree-table] {
  display: block;
  overflow:none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
  border-radius: 4px;
  border-style: solid;
  border-width: 3px;
  border-color: #446e9b;
}

div[tree-table] > div {
  display:table;
  width:100%;
  overflow:auto;
  overflow-x:hidden;
  margin-bottom: 13px;
  border-radius: 4px;
}

div[tree-table] img {
  height: 17px;
}
div[tree-table] {
  border-style:none;
}
div[tree-table] .ttnotbordered img {
  height: 25px;
}
div[tree-table] .paging .col-sm-5 {
  padding: 0px;
  background-color: #e3eef0
}

.ttnotbordered table>tbody>tr>td {
  border-style:none;
}

.ttnotroot table>tbody>tr>td {
  border-style:none;
}

div[tree-table] input {
  border: none;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  outline: none;
  outline-offset: 0;
  max-width:100%;
  line-height: 18px;
}
div[tree-table] input[type=checkbox] {
  padding:0px;
  margin:0px;
  margin-top: 5px;
}
div[tree-table] input:active
{
  border: none;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  outline: none;
  outline-offset: 0;
}
div[tree-table] select {
  border: none;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  outline: none;
  outline-offset: 0;
  min-width: 96px;
}
div[tree-table] select:active
{
  border: none;
  background-color: transparent;
  border-color: transparent;
  border: 0;
  outline: none;
  outline-offset: 0;
}

.ttbordered {
  width:100%;
  overflow-x:hidden;
  background-color:transparent;
  border-color:#dddddd;
  border-style: solid;
  border-width:1px
}
.ttbordered {
  width:100%;
  overflow-x:hidden;
}

div[tree-table] > div > div {
  margin-top:-1px;
  margin-left:-1px;
  margin-right:-1px;
  border-radius: 4px;
}

div[tree-table] table>thead>tr>th {
  border-bottom-width: 0px;
  padding-top:4px;
  padding-bottom:0px;
}

div[tree-table] table>thead>tr>th div {
  display: inline-block;
}

div[tree-table] table>tbody>tr {
  background-color: #f9f9f9;
}

div[tree-table] .ttnotbordered table>tbody>tr {
  background-color: transparent;
}


div[tree-table] table>tbody>tr>td {
  padding-top:5px;
  padding-bottom:5px;
}

div[tree-table] table>tbody>tr>td div {
  display: inline-block;
  white-space: nowrap;
}

div[tree-table] table>tbody>tr>td div .input-group {
  display: table;
}

div[tree-table] td .expanded {
  padding: 1px 8px;
  background-image: url("./../images/tv/collapse.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] td .collapsed {
  padding: 1px 8px;
  background-image: url("./../images/tv/expand.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] td .normal {
  padding: 1px 8px;
  background-image: url("./../images/tv/nochildren.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] td .folderclosed {
  padding: 1px 8px;
  background-image: url("./../images/tv/folder-closed.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] td .folderopened {
  padding: 1px 8px;
  background-image: url("./../images/tv/folder.png");
  background-position: center; 
  background-repeat: no-repeat;
}

div[tree-table] td .file {
  padding: 1px 8px;
  background-image: url("./../images/tv/file.png");
  background-position: center; 
  background-repeat: no-repeat;
}

.ColHighlight {
  background-color: #d9b3ff
}

div[tree-table] .form-control {
  height: 20px;
}
div[tree-table] button {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 16px;
}
div[tree-table] .glyphicon {
  line-height: 10px;
}

div[tree-table] .thd2style {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
}

div[tree-table] .thd2stylesort {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
}

div[tree-table] .d2style {
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
}
div[tree-table] .d2stylewr {
  display: inline-block;
  box-sizing: border-box;
}
div[tree-table] .d2styleinp {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
div[tree-table] .sortarrows {
  font-size: 14px;
}