.directoryTree table {
  width:100%;
}
.directoryTree img {
  vertical-align:baseline;
  padding-left:3px;
}
.filesTree table {
  width:100%;
}
.treeNode {
  font: 14px 'Open Sans', sans-serif;
  width: 100%;
  padding:0;
  padding-top:3px;
  padding-left:5px;
  padding-bottom:3px;
}

.filesTree a {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
  color:#417BAD;
  font-weight:normal;
}

.filesTree table td:empty{
    display:none;
}

.directoryTree a {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
  color:#545A5F;
  font-weight:normal;
  display:block;
  padding:0px !important;
}

.filesTree table tr td, .directoryTree table tr td  {
  white-space:nowrap;
  font-size:15px;
}

.fileCount {
  font-size:13px;
}

.filesTree table tr td {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom:5px;
}

.rootNode {
  width: 100%;
}
.filesTreeDiv {
  display:block;
  border-radius: 2px;
}
.filesTreeDiv td {
  vertical-align: top;
}
.parentNode {
  font-size: 18px;
  width: 100%;
}
.directoryLeafNode {
  font-weight: bold;
  width: 100%;
}
.filesLeafNode {
  padding-top: 10px;
  padding-left:10px;
  font-weight: bold;
}
.filesTreeDiv hr {
  margin:5px !important;

}
.selectedNode {
  background: #D8E5F0;
  border:1px solid #417BAD;
  width:100%;
}

.node td {
    padding-left:5px;
}

.path {
  display:none;
}
.directoryHoverNode {
  background: lightgrey !important;
  width:100% !important;
}
.filesHoverNode {
  text-decoration:underline;
  color:#417BAD;
}
.description {
  max-width:800px;
  color:grey;
  white-space:normal;
  text-indent:each-line;
  padding-left:50px;
  font-style:italic;
  font-size:12px;
  font-weight:normal;
  padding-right:20px;
  text-align:justify;
}

#wrapperTable th {
    background-color: #e6e8ea;
    border: 1px solid #b3b8bc;
    border-right: 1px solid #b3b8bc;
    color: #545a5f;
    font-size: 11px;
    font-weight: normal;
    height: 30px;
    padding-left: 15px;
    text-align: left !important;
    text-transform:uppercase;
}

@media screen and (max-width: 767px) {
  #tdCategory,
  #tdFiles{
    width: 100% !important;
    display: flex;
  }
  #thCategory{
    display: none;
  }
  .filesTreeDiv{
    width: 100%;
  }
}
