/*!
 * Fancytree "bootstrap" skin (highlighting the node span instead of title-only).
 *
 * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
 * the LESS templates.
 */
/*******************************************************************************
 * Common Styles for Fancytree Skins.
 *
 * This section is automatically generated from the `skin-common.less` template.
 ******************************************************************************/
/*------------------------------------------------------------------------------
 * Helpers
 *----------------------------------------------------------------------------*/
.ui-helper-hidden {
  display: none;
}
/*------------------------------------------------------------------------------
 * Container and UL / LI
 *----------------------------------------------------------------------------*/
ul.fancytree-container {
  font-family: tahoma, arial, helvetica;
  font-size: 9pt;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  overflow: none;
  min-height: 0%;
  position: relative;
}
ul.fancytree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}
ul.fancytree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  margin: 0;
  padding: 0;
}
ul.fancytree-container li.fancytree-lastsib {
  background-image: none;
}
ul.fancytree-no-connector > li {
  background-image: none;
}
.ui-fancytree-disabled ul.fancytree-container {
  opacity: 0.5;
  background-color: silver;
}
/*------------------------------------------------------------------------------
 * Common icon definitions
 *----------------------------------------------------------------------------*/
span.fancytree-empty,
span.fancytree-vline,
span.fancytree-expander,
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-drag-helper-img,
#fancytree-drop-marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("icons.gif");
  background-position: 0px 0px;
}
span.fancytree-icon,
span.fancytree-checkbox,
span.fancytree-radio,
span.fancytree-custom-icon {
  margin-top: 1px;
}
/* Used by iconclass option */
span.fancytree-custom-icon img{
  width: 32px;
}
span.fancytree-custom-icon {
  display: inline-block;
}
/* Used by 'icon' node option: */
img.fancytree-icon {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: 1px;
  vertical-align: top;
  border-style: none;
}
/*------------------------------------------------------------------------------
 * Expander icon
 *
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *     so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-exp-
 * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 *----------------------------------------------------------------------------*/
span.fancytree-expander {
  cursor: pointer;
}
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander {
  background-image: none;
  cursor: default;
}
.fancytree-exp-n span.fancytree-expander,
.fancytree-exp-n span.fancytree-expander:hover {
  background-position: 0px -64px;
}
.fancytree-exp-nl span.fancytree-expander,
.fancytree-exp-nl span.fancytree-expander:hover {
  background-position: -16px -64px;
}
.fancytree-exp-c span.fancytree-expander {
  background-position: 0px -80px;
}
.fancytree-exp-c span.fancytree-expander:hover {
  background-position: -16px -80px;
}
.fancytree-exp-cl span.fancytree-expander {
  background-position: 0px -96px;
}
.fancytree-exp-cl span.fancytree-expander:hover {
  background-position: -16px -96px;
}
.fancytree-exp-cd span.fancytree-expander {
  background-position: -64px -80px;
}
.fancytree-exp-cd span.fancytree-expander:hover {
  background-position: -80px -80px;
}
.fancytree-exp-cdl span.fancytree-expander {
  background-position: -64px -96px;
}
.fancytree-exp-cdl span.fancytree-expander:hover {
  background-position: -80px -96px;
}
.fancytree-exp-e span.fancytree-expander,
.fancytree-exp-ed span.fancytree-expander {
  background-position: -32px -80px;
}
.fancytree-exp-e span.fancytree-expander:hover,
.fancytree-exp-ed span.fancytree-expander:hover {
  background-position: -48px -80px;
}
.fancytree-exp-el span.fancytree-expander,
.fancytree-exp-edl span.fancytree-expander {
  background-position: -32px -96px;
  
}
.fancytree-exp-el span.fancytree-expander:hover,
.fancytree-exp-edl span.fancytree-expander:hover {
  background-position: -48px -96px;
}
.fancytree-loading span.fancytree-expander,
.fancytree-loading span.fancytree-expander:hover,
.fancytree-statusnode-wait span.fancytree-icon,
.fancytree-statusnode-wait span.fancytree-icon:hover {
  background-image: url("loading.gif");
  background-position: 0px 0px;
}
/* Status node icons */
.fancytree-statusnode-error span.fancytree-icon {
  background-position: 0px -112px;
}
/*------------------------------------------------------------------------------
 * Checkbox icon
 *----------------------------------------------------------------------------*/
span.fancytree-checkbox {
  margin-left: 3px;
  background-position: 0px -32px;
}
span.fancytree-checkbox:hover {
  background-position: -16px -32px;
}
.fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -32px;
}
.fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -32px;
}
.fancytree-selected span.fancytree-checkbox {
  background-position: -32px -32px;
}
.fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -32px;
}
/*------------------------------------------------------------------------------
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'fancytree-radio' in the tree options.
 *----------------------------------------------------------------------------*/
.fancytree-radio span.fancytree-checkbox {
  background-position: 0px -48px;
}
.fancytree-radio span.fancytree-checkbox:hover {
  background-position: -16px -48px;
}
.fancytree-radio .fancytree-partsel span.fancytree-checkbox {
  background-position: -64px -48px;
}
.fancytree-radio .fancytree-partsel span.fancytree-checkbox:hover {
  background-position: -80px -48px;
}
.fancytree-radio .fancytree-selected span.fancytree-checkbox {
  background-position: -32px -48px;
}
.fancytree-radio .fancytree-selected span.fancytree-checkbox:hover {
  background-position: -48px -48px;
}
/*------------------------------------------------------------------------------
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *     so we create combined class names that can be used in the CSS.
 *
 * Prefix: fancytree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 *----------------------------------------------------------------------------*/
span.fancytree-icon {
  margin-left: 3px;
  background-position: 0px 0px;
}
/* Documents */
.fancytree-ico-c span.fancytree-icon:hover {
  background-position: -16px 0px;
}
.fancytree-has-children.fancytree-ico-c span.fancytree-icon {
  background-position: -32px 0px;
}
.fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
  background-position: -48px 0px;
}
.fancytree-ico-e span.fancytree-icon {
  background-position: -64px 0px;
}
.fancytree-ico-e span.fancytree-icon:hover {
  background-position: -80px 0px;
}
/* Folders */
.fancytree-ico-cf span.fancytree-icon {
  background-position: 0px -16px;
}
.fancytree-ico-cf span.fancytree-icon:hover {
  background-position: -16px -16px;
}
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
  background-position: -32px -16px;
}
.fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
  background-position: -48px -16px;
}
.fancytree-ico-ef span.fancytree-icon {
  background-position: -64px -16px;
}
.fancytree-ico-ef span.fancytree-icon:hover {
  background-position: -80px -16px;
}
/* Documents */
/* Folders */
/*------------------------------------------------------------------------------
 * Node titles and highlighting
 *----------------------------------------------------------------------------*/
span.fancytree-node {
  /* See #117 */
  display: inherit;
  padding: 1px;
}
span.fancytree-title {
  padding-left: 0px;
  padding-right: 3px;
  color: black;
  vertical-align: top;
  margin: 0px;
  margin-left: 0px;
  cursor: pointer;  
}
span.fancytree-node.fancytree-error span.fancytree-title {
  color: red;
}
/*------------------------------------------------------------------------------
 * Drag'n'drop support
 *----------------------------------------------------------------------------*/
div.fancytree-drag-helper a {
  border: 1px solid gray;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}
div.fancytree-drag-helper.fancytree-drop-reject {
  border-color: red;
}
div.fancytree-drop-accept span.fancytree-drag-helper-img {
  background-position: -32px -112px;
}
div.fancytree-drop-reject span.fancytree-drag-helper-img {
  background-position: -16px -112px;
}
/*** Drop marker icon *********************************************************/
#fancytree-drop-marker {
  width: 32px;
  position: absolute;
  background-position: 0px -128px;
  margin: 0;
}
#fancytree-drop-marker.fancytree-drop-after,
#fancytree-drop-marker.fancytree-drop-before {
  width: 64px;
  background-position: 0px -144px;
}
#fancytree-drop-marker.fancytree-drop-copy {
  background-position: -64px -128px;
}
#fancytree-drop-marker.fancytree-drop-move {
  background-position: -32px -128px;
}
/*** Source node while dragging ***********************************************/
span.fancytree-drag-source {
  background-color: #e0e0e0;
}
span.fancytree-drag-source span.fancytree.title {
  color: gray;
}
/*** Target node while dragging cursor is over it *****************************/
span.fancytree-drop-target.fancytree-drop-accept a {
  background-color: #3169C6 !important;
  color: white !important;
  /* @ IE6 */
  text-decoration: none;
}
/*------------------------------------------------------------------------------
 * 'table' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-table {
  border-collapse: collapse;
}
table.fancytree-ext-table span.fancytree-node {
  display: inline-block;
}
/*------------------------------------------------------------------------------
 * 'columnview' extension
 *----------------------------------------------------------------------------*/
table.fancytree-ext-columnview tbody tr td {
  position: relative;
  border: 1px solid gray;
  vertical-align: top;
  overflow: auto;
}
table.fancytree-ext-columnview tbody tr td > ul {
  padding: 0;
}
table.fancytree-ext-columnview tbody tr td > ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0em 0em;
  background-repeat: repeat-y;
  background-image: none;
  /* no v-lines */
  margin: 0;
  padding: 1px 0 0 0;
}
table.fancytree-ext-columnview span.fancytree-node {
  position: relative;
  /* allow positioning of embedded spans */
  display: inline-block;
}
table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  background-color: #CBE8F6;
}
table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
  position: absolute;
  right: 3px;
}
/*------------------------------------------------------------------------------
 * 'filter' extension
 *----------------------------------------------------------------------------*/
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  color: silver;
  font-weight: lighter;
}
.fancytree-ext-filter-dimm span.fancytree-node span.fancytree-icon:before {
  color: silver;
}
.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: black;
  font-weight: normal;
}
.fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-icon:before,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-icon:before {
  color: black;
}

.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: bold;
}
.fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-icon:before,
.fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-icon:before {
  color: black;
}
.fancytree-ext-filter-hide tr.fancytree-hide,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  display: none;
}
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: silver;
  font-weight: lighter;
}
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-icon:before,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-icon:before {
  color: silver;
}
.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  color: black;
  font-weight: normal;
}
.fancytree-ext-filter-hide tr.fancytree-match span.fancytree-icon:before,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-icon:before {
  font-weight: normal;
}
/*------------------------------------------------------------------------------
 * 'wide' extension
 *----------------------------------------------------------------------------*/
ul.fancytree-ext-wide span.fancytree-node > span {
  position: relative;
  z-index: 2;
}
ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 503px;
  margin-left: -500px;
}
/*******************************************************************************
 * Styles specific to this skin.
 *
 * This section is automatically generated from the `ui-fancytree.less` template.
 ******************************************************************************/
ul.fancytree-container ul {
  padding: 0 0 0 0.5em;
  margin: 0;
}
/* Prevent focus frame */
.fancytree-container:focus {
  outline: none;
}
span.fancytree-node {
  border: 1px solid transparent;
  border-radius: 1px;
  padding-left: 0px;
}
span.fancytree-title {
  border-radius: 3px;
}
span.fancytree-node.fancytree-selected {
  background-color: #80c780;
  border-color: #80c780;
}
span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: #80c780;
}
span.fancytree-node.fancytree-active {
  background-color: #6aa3d5;
}
.fancytree-container.fancytree-treefocus span.fancytree-node:hover {
  background-color: #e9f2f9;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused {
  border-color: #428bca;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected {
  background-color: #5cb85c;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-selected span.fancytree-title {
  background-color: #5cb85c;
}
.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-active {
  background-color: #428bca;
  border-color: #428bca;
}
/*******************************************************************************
 * 'table' extension
 */
table.fancytree-ext-table tbody tr td {
  border-right: 1px solid #dddddd;
}

table.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: #80c780;
}
table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-node {
  background-color: #80c780;
}
table.fancytree-ext-table tbody tr.fancytree-selected span.fancytree-title {
  background-color: #80c780;
}
table.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #6aa3d5;
}
table.fancytree-ext-table tbody tr.fancytree-active span.fancytree-node {
  background-color: #6aa3d5;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr:hover {
  background-color: #e9f2f9;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-focused span.fancytree-title {
  outline: 1px dotted #428bca;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected {
  background-color: #5cb85c;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-node {
  background-color: #5cb85c;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-selected span.fancytree-title {
  background-color: #5cb85c;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active {
  background-color: #428bca;
}
table.fancytree-ext-table.fancytree-treefocus tbody tr.fancytree-active span.fancytree-node {
  background-color: #428bca;
}

.fancytree-ext-table .fancytree-folder{
  background: #ebebeb;
  border-bottom: 2px solid #fff;
}

.fancyglyph-file .fancytree-icon{
  background-image: none;
}
.fancyglyph-task .fancytree-icon{
  background-image: none;
}

.fancyglyph-milstone .fancytree-icon{
  background-image: none;
}

.fancyglyph-users .fancytree-icon{
  background-image: none;
}

.fancyglyph-group .fancytree-icon{
  background-image: none;
}

.fancyglyph .fancytree-icon{
  background-image: none;
}

.fancyglyph
{
  display:inline-block;
  position:relative;
  padding-left:30px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}
.fancyglyph-users
{
  display:inline-block;
  position:relative;
  padding-left:30px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}

.fancyglyph-group
{
  display:inline-block;
  position:relative;
  padding-left:50px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}

.fancyglyph-file
{
  display:inline-block;
  position:relative;
  padding-left:30px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}
.fancyglyph-task
{
  display:inline-block;
  position:relative;
  padding-left:30px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}
.fancyglyph-milstone
{
  display:inline-block;
  position:relative;
  padding-left:30px;
  color:#1d1d1b;
  text-decoration:none;
  *display:inline;
  *zoom:1;
  vertical-align:middle
}
.fancyglyph-users .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:0px 0px 0 15px;
  font:18px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  /*color:#1d1d1b;*/
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
   content:"\f007";
  -webkit-font-smoothing:antialiased

}
.fancyglyph-group .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:0px 0px 0 15px;
  font:16px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  /*color:#1d1d1b;*/
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
   content:"\f0c0";
  -webkit-font-smoothing:antialiased

}
.fancyglyph-task .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:0px 0px 0 10px;
  font:18px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  /*color:#1d1d1b;*/
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
   content:"\f0ae";
  -webkit-font-smoothing:antialiased

}
.fancyglyph-milstone .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:0px 0px 0 10px;
  font:18px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  /*color:#1d1d1b;*/
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
   content:"\f097";
  -webkit-font-smoothing:antialiased

}
.fancyglyph .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:3px 5px 0 15px;
  font:14px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
  -webkit-font-smoothing:antialiased

}

.fancyglyph.isFolder  .fancytree-icon:before
{
  content:"\f114"
}

.fancytree-expanded.fancyglyph.isFolder .fancytree-icon:before
{
  content:"\f115"
}

.fancyglyph.isFile .fancytree-icon:before
{
  content:"\f016"
}

.fancyglyph-file .fancytree-icon:before
{
  position:absolute;
  left:0;
  top:0;
  display:inline-block;
  margin:0px 0px 0 10px;
  font:18px/1em 'FontAwesome';
  font-style:normal;
  font-weight:normal;
  /*color:#1d1d1b;*/
  color:#2476B2;
  *display:inline;
  *zoom:1;
  vertical-align:middle;
  text-transform:none;
  -webkit-font-smoothing:antialiased
}
.fancyglyph-file.white .fancytree-icon:before
{
  color:#fff
}
.fancyglyph-file.default .fancytree-icon:before
{
  content:"\f016"
}

.fancyglyph-file.xlsm .fancytree-icon:before
{
  content:"\f1c9"
}

.fancyglyph-file.msg .fancytree-icon:before
{
 content:"\f0f6"
}

.fancyglyph-file.pdf .fancytree-icon:before
{
 content:"\f1c1"
}

.fancyglyph-file.doc .fancytree-icon:before
{
 content:"\f1c2"
}

.fancyglyph-file.docx .fancytree-icon:before
{
 content:"\f1c2"
}

.fancyglyph-file.dot .fancytree-icon:before
{
 content:"\f1c2"
}

.fancyglyph-file.dotx .fancytree-icon:before
{
 content:"\f1c2"
}

.fancyglyph-file.ppt .fancytree-icon:before
{
 content:"\f1c4"
}

.fancyglyph-file.pptx .fancytree-icon:before
{
 content:"\f1c4"
}

.fancyglyph-file.xls .fancytree-icon:before
{
 content:"\f1c3"
}

.fancyglyph-file.xlsx .fancytree-icon:before
{
 content:"\f1c3"
}

.fancyglyph-file.xlt .fancytree-icon:before
{
 content:"\f1c3"
}

.fancyglyph-file.xltx .fancytree-icon:before
{
 content:"\f1c3"
}

.fancyglyph-file.xlm .fancytree-icon:before
{
 content:"\f1c9"
}

.fancyglyph-file.txt .fancytree-icon:before
{
 content:"\f0f6"
}

.fancyglyph-file.csv .fancytree-icon:before
{
 content:"\f1c3"
}

.fancyglyph-file.png .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.jpg .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.jpeg .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.bmp .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.svg .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.esp .fancytree-icon:before
{
 content:"\f1c9"
}

.fancyglyph-file.gif .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.psd .fancytree-icon:before
{
 content:"\f1c5"
}

.fancyglyph-file.rar .fancytree-icon:before
{
 content:"\f1c6"
}

.fancyglyph-file.zip .fancytree-icon:before
{
 content:"\f1c6"
}



.fancytree-btn{
  float: right;
  
  display:none;
}

.fancytree-container.fancytree-treefocus span.fancytree-node:hover .fancytree-btn{
  display:block;
}

.fancytree-search{
  float: right;
  margin-top: 25px;
  padding-right: 10px;
}

.fancytree-search input{
  margin: 0px;
}

.fancytree-countMatches{
  float: right;
  margin-top: 5px;
  text-align: center;
}

span.fancytree-childcounter {
  color: #fff;
  background: #428BCA;
/*  border: 1px solid gray; */
  position: absolute;
 
  min-width: 10px;
  height: 10px;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 10px; /*50%;*/
  padding: 2px;
  text-align: center;
  font-size: 9px;
  z-index: 1000;
}

span.fancytree-warning {
  color: #fff;
  background: #b94a48;
/*  border: 1px solid gray; */
  position: absolute;
 
  min-width: 10px;
  height: 10px;
  line-height: 1;
  vertical-align: baseline;
  border-radius: 10px; /*50%;*/
  padding: 2px;
  text-align: center;
  font-size: 9px;
  z-index: 1000;
}


.fancytree-ext-table .fancytree-icon{
  background-image: none;
}

.fancytree-ext-table .fancytree-icon:before
{
  font:14px/1em 'Font Awesome 5 Pro';
  font-style:normal;
  font-weight:100;
  color:#2476B2;
}


.fancytree-ext-table .fancytree-icon:before {
  content: "\f15b";
}

.fancytree-ext-table .fancytree-folder .fancytree-icon:before
{
  content:"\f07b";
}

.fancytree-ext-table .fancytree-expanded.fancytree-folder .fancytree-icon:before
{
  content:"\f07c";
}

.fancytree-ext-table .milstone .fancytree-icon:before
{
  content:"\f097";
}

.fancytree-ext-table .task .fancytree-icon:before
{
  content:"\f0ae";
}

.fancytree-statusnode-loading .fancytree-icon{
  background-image: url('loading.gif');
  margin-right: 10px;

}