/*
   File: objectTree.css
   Author: pcooney
   Copyright WBT Systems, 2016-2020
*/
/***
PORTED FROM topclass.css
***/
li.TCChildTree {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding-top: 5px;
}
li.TCChildTree a {
  border: none;
}
li.TCChildTree a img {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  padding-right: 5px;
}
li.TCChildTree a img:hover {
  border-color: var(--tc-link-color, #006697);
  border-style: solid;
  border-width: 1px;
}
li.TCChildTree img {
  padding-right: 5px;
}
/***
end PORTED FROM topclass.css
***/
#tc-tree-holder {
    background-color: var(--tc-widget-background-color, #fff);
    color: var(--tc-widget-text-color, #343434);
    min-height: 300px;
    left: -1000px;
    max-height: 700px;
    min-width: 400px;
    overflow-y: auto;
    padding-bottom: 150px;
    position: fixed;
    top: 40px;
    width: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 1000;
}

#tc-tree-holder .tc-tree-header button.close {
    margin-right: 10px;
    opacity: 1;
    position: relative;
    top: 5px;
}

#tc-tree-holder .tc-tree-header {
  border-bottom: 1px solid #bdbdbd;
  background: #ffffff;
  color: #616161;
  padding: 8px 4px;
}

#tc-tree-holder .tc-tree-header button.close.dark:after {
  color: #616161;
  content: '\e36c';
  opacity: 1;
}

#tc-tree-holder .tc-tree-header button.close.dark:hover:after {
  color: #575757;
}

#tc-tree-holder .tc-tree-header .tc-tree-title {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    font-size: 1.4em;
    font-weight: 600;
}

#tc-tree-holder .tc-tree-body {
    margin-top: 20px;
}

#tc-tree-holder ul.TCSubTree {
    border-color: var(--tc-widget-text-color, #eeeeee);
    border-left-style: solid;
    margin-left: 0;
    padding-left: 30px;
}

#tc-tree-holder .tc-tree-body li .tc-display-node {
    border: 1px solid transparent;
    margin-left: -13px;
    margin-right: 10px;
    margin-top: -1px;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 40px;
    position: relative;    
}

li.TCTreeNode {
  list-style: none;
  margin: 5px 0px 0px 0px;
  padding-top: 5px;
}
li.TCTreeNode img {
  padding-right: 5px;
}

#tc-tree-holder .tc-tree-body li.TCTreeNode {
  margin-left: 0;
}

#tc-tree-holder .tc-tree-body li .tc-display-node.tc-highlight {
    background-color: #ffef99;
}

#tc-tree-holder .tc-tree-body li .tc-display-node:hover {
    background-color: var(--tc-listitem-hover-color, rgba(0, 115, 192, 0.12));
}

#tc-tree-holder .tc-tree-body li .tc-display-node:hover .tc-show-actions {
    opacity: 1;
}

#tc-tree-holder .tc-tree-body li:not(.tc-dropdown-item) {
    margin-left: 5px;
    margin-top: 0;
    padding-top: 0;
}

#tc-tree-holder .tc-tree-body li.tc-ddlist-item:not(.tc-dropdown-item) {
  margin-left: 0;
}

#tc-tree-holder .tc-tree-body span.tc-tree-marker {
    border-bottom: 3px solid var(--tc-widget-text-color, #343434);
    display: inline-block;
    margin-right: 10px;
    margin-top: 1.2em;
    opacity: 0.9;
    vertical-align: top;
    width: 40px;
}

#tc-tree-holder .tc-tree-body li.TCChildTree a,
#tc-tree-holder .tc-tree-body li.TCTreeRootOnlyNode span.tc-tree-marker {
    color: var(--tc-widget-text-color, #343434);
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
}

#tc-tree-holder .tc-tree-body li.TCTreeRootOnlyNode a {
    color: #666666;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
}

#tc-tree-holder .tc-tree-body .tc-display-empty-node {
    border-left: 1px solid #8B8B8B;
    margin-left: 8px;
    height: 40px;
    margin-top: -1px;
    width: 0;
}

#tc-tree-holder .tc-tree-body .tc-display-empty-node>div {
    border-left: none;
    margin-left: 0;
    padding-left: 12px;
    height: 20px;
    margin-top: -1px;
    width: 5px;
    border-bottom: 1px solid #8B8B8B;
}

#tc-tree-holder .tc-tree-body li.TCTreeRootOnlyNode {
  margin-left: 5px;
}

#tc-tree-holder .tc-tree-body li.TCTreeRootOnlyNode span {
    border: none;
}

#tc-tree-holder .tc-tree-body li.TCChildTree a.JSToggleContents,
#tc-tree-holder .tc-tree-body li.TCChildTree a.tc-more,
#tc-tree-holder .tc-tree-body li.TCTreeRootOnlyNode span.tc-tree-marker {
  background-color: var(--tc-widget-background-color, #fff);
  color: var(--tc-widget-text-color, #343434);
  border: 1px solid;
  font-weight: bold;  
  border-radius: 50%;
  height: 40px;
  margin-right: 10px;
  margin-top: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40px;
}
#tc-tree-holder .tc-tree-body li.TCChildTree a.JSToggleContents:hover,
#tc-tree-holder .tc-tree-body li.TCChildTree a.tc-more:hover {
  filter: var(--tc-generalpurpose-hover-filter, brightness(0.9));	
}
#tc-tree-holder .tc-tree-body li.TCChildTree a.JSToggleContents > i.tc-tree-expand-collapse,
#tc-tree-holder .tc-tree-body a.tc-more > i,
#tc-tree-holder:not(.tc-fullscreen-tree) .tc-tree-body li.TCChildTree a.JSToggleContents > .tc-profile {
    position: relative;
    left: -0.02em;
    top: 0.75em;
}

#tc-tree-holder .tc-tree-body span.tc-object-title {
    display: inline-block;
    position: relative;
    top: 0.2em;
}

#tc-tree-holder .tc-tree-body li.TCChildTree a.JSObjLink:hover,
#tc-tree-holder .tc-tree-body a.JSToggleContents:hover {
    text-decoration: none;
}

#tc-tree-holder .tc-tree-body li a.JSObjLink .tc-subtitle {
    display: inline-block;
    font-size: 0.7em;
    font-weight: 300;
    margin-left: 4px;
    margin-top: -3px;
    text-transform: uppercase;
    vertical-align: top;
}

#tc-tree-holder .tc-tree-body .btn-group {
  font-size: 1.1em;
  margin-left: 10px;
  top: 0;
  vertical-align: super;
  position: absolute;
}

#tc-tree-holder .tc-tree-body .tc-show-actions {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 1.4rem;
    /*margin-right: 5px;*/
    opacity: 1;
    padding: 0.2em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tc-tree-holder .tc-tree-body .tc-show-actions:hover {
    animation: none;
    background: transparent;
    box-shadow: none;
}

#tc-tree-holder .tc-tree-body .tc-show-actions > span {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1.5px;
}

#tc-tree-holder .tc-tree-body span.tc-tree-node-actions-label {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-left: -5px;
    color: #666666;
}

#tc-tree-holder .tc-tree-body .btn-group ul.dropdown-menu> li.tc-ddlist-item {
/*
    font-size: 0.7em;
    line-height: 1em;
    text-transform: uppercase;
*/
}

#tc-tree-holder .tc-tree-body .btn-group ul.dropdown-menu> li.tc-ddlist-item > a {
    color: var(--tc-link-color, #006697);
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.5s ease;
    width: 100%;
}

#tc-tree-holder .tc-tree-body .btn-group ul.dropdown-menu> li.tc-ddlist-item > a .tc-admin-menuitem-action {
    display: none;
}

li.TCContTree {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding-top: 5px;
}

#tc-tree-holder .tc-tree-body li.TCContTree > a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tc-tree-holder .tc-tree-body li.TCContTree > a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

ul.TCParentTree {
  margin: 10px 0px 0px 30px;
  padding: 0px;
}
ul.TCSubTree {
  border-color: var(--tc-link-color, #006697);
}
#tc-tree-holder .tc-tree-body li.TCChildTree > ul.TCParentTree {
  margin: 0;
}

#tc-tree-holder .tc-tree-body a.tc-tree-nav {
    font-size: 1.2em;
    font-weight: 600;
    margin-left: 10px;
}

#tc-tree-holder .tc-tree-body a.tc-up-level:hover {
    text-decoration: none;
}

#tc-tree-holder .tc-tree-body a.tc-up-level > span.tc-dark-icon {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 1.2em;
}

#tc-tree-holder .tc-tree-body a.tc-up-level:hover > span.tc-dark-icon {
    background: #a7a7a7;
}

#tc-tree-holder .tc-tree-body a.tc-up-level > span.tc-dark-icon > span.tc-font-icon_arrow-up4 {
    margin-left: 0.1em;
    position: relative;
    top: 2px;
}

#tc-tree-holder .tc-tree-body a.tc-up-level > span.tc-text{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#tc-tree-holder .tc-tree-body a.tc-up-level:hover > span.tc-text{
    text-decoration: underline;
}

#tc-tree-holder .tc-tree-body .tc-border-left-hide {
  border-left: 0;
}

#tc-tree-holder .tc-tree-body #tc-popupselect-enter-list-div {
  max-width: 450px;
}

#tc-tree-holder .tc-tree-body #tc-popupselect-enter-list-div textarea.TCAddBatchListArea {
  max-width: 400px;
}

#tc-tree-holder .tc-tree-body #tc-popupselect-enter-list-div .tc-popup-info {
    width: 100%;
}

#tc-tree-holder .tc-tree-body a.accordion-toggle:hover {
  text-decoration: underline;
}

/*---
FULLSCREEN
--- */
.tc-discussion-wrapper {
    border: 1px solid #BDBDBD;
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.8);
    border: 0;
    border-radius: 0.375rem 0.375rem 0 0; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);       
}
.tc-discussion-header > h2 {
    color: #7E7E7E;
    font-size: 1.8em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.tc-discussion-header p.tc-subheading {
    color: #7E7E7E;
    margin-left: 50px;
    max-width: 600px;
    min-height: 5em;
    padding-bottom: 10px;
}
#tcDiscussionTreeCollapse .close {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;  	
} 
#tc-tree-holder .tc-tree-header-actions,
.tc-discussion-wrapper .tc-tree-header-actions {
  display: flex;
  background: #ffffff;
  padding: 6px 4px;
  line-height: 30px;	
}
.tc-discussion-wrapper .tc-tree-header-actions {
  background: rgba(255,255,255,0.8);
  border: 0;
  border-radius: 0.375rem 0.375rem 0 0;
}    
.tc-tree-header-actions .tc-tree-header-flexleft {
  padding: 8px;
  width: 33%;
  text-align: left;	
}
.tc-tree-header-actions .tc-tree-header-flexcenter {
  padding: 8px;
  width: 33%;
  text-align: center;
  line-height: 16px;
}
.tc-tree-header-actions .tc-tree-header-flexright {
  width: 33%;
  text-align: right;
  color: #616161;
  padding: 8px; 
}
.tc-tree-header-actions .tc-tree-header-flexright i,
.tc-tree-header-actions .tc-tree-header-flexleft a {
  color: #616161;	
}

.tc-tree-header-actions a:hover,
.tc-tree-header-actions a:hover i {
  text-decoration: none;
  color: var(--tc-link-color, #006697);	
}
.tc-standard-dropdown-menu.dropdown-menu li .tc-sortlist-sorton {
  color: unset;
  line-height: 20px;
}  
.tc-standard-dropdown-menu.dropdown-menu li .tc-sortlist-sorton + label {
  padding-left: 1.25rem;  
}
#tc-tree-holder .tc-tree-header-actions>div>div,
.tc-discussion-wrapper .tc-tree-header-actions>div>div {
  display: inline-block;	
}
#tc-tree-holder .tc-tree-header-actions>div>div.tc-mobile480-display,
.tc-discussion-wrapper .tc-tree-header-actions>div>div.tc-mobile480-display {
  display: none;    
} 
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree {
    min-height: auto;
    overflow: visible;	
}
.tc-discussion-wrapper a #tc-discussion-sort-label,
.tc-discussion-wrapper #tc-discussion-sort .tc-mobile480-display {
  color: var(--tc-widget-text-color, #343434);
  font-size: 13px;;  	
}
.tc-discussion-wrapper #tc-discussion-sort .tc-fullscreen-display {
  display: inline-block;
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-header {
  border-bottom: 0;	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree {
  padding-bottom: 0;  	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCChildTree a {
  display: inline-block;
  width: calc(100% - 60px);
  position: relative;  	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCChildTree a.tc-scrollto {
  width: 100;
}	
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-display-node {
  display: flex;	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .JSObjLink > div.tc-initial-post {
    float: none;
    position: absolute;
    left: -80px;
    top: -15px;	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-display-node {
  border: 0;
  padding: 4px 2px 6px 2px;	
}
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .JSObjLink > div {
  float: none;
  top: 0;    	
}
.tc-last-visited {
    font-style: italic;
}
#tc-tree-holder.tc-fullscreen-tree {
    background-color: var(--tc-generalpurpose-table-hover-filter, '#ffffff');
    min-height: 120px;
    left: 0;
    max-height: none;
    min-width: 400px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
    top: auto;
    top: initial;
    width: 100%;
    box-shadow: none;
    z-index: 1;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-header {
	background: transparent;
}
.tc-tree-header .tc-content-nav-module-header-top {
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    opacity: 0.8;
}
.tc-tree-header hr {
    background-color: #616161;
    border-color: #bdbdbd;
    width: 98%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);	
}

.tc-tree-header span {
    background: #f2f2f2;
    margin: 0 auto;
    width: auto;
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    line-height: 16px;
    color: #616161;	
}
.tc-tree-header span > div {
    font-size: 0.9em;
    opacity: 0.9;
    font-weight: 200;
}
.tc-tree-header span + .tc-after-span {
	display: block;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tc-fullscreen-tree .tc-tree-body .tc-vcard-item-image .tc-profiles-default-image-icon {
    margin-left: 0;
}
.tc-fullscreen-tree .tc-tree-body  .tc-vcard-item-image .tc-profiles-default-image-icon img {
	max-width: 50px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCChildTree a,
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCTreeRootOnlyNode span.tc-tree-marker {
    display: inline-block;
}
.tc-discussion-tab #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCChildTree a.tc-itemlist-status,
.tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li.TCChildTree a.tc-itemlist-status {
    margin-top: 5px;
    width: 60px;
}
#tc-tree-holder.tc-fullscreen-tree .JSObjLink > div {
    float: left;
    clear: both;
    position: relative;
    top: 12px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-display-node:not(.tc-initial-post) .JSObjLink > div {
    top: 0;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title,
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle {
    margin-top: 3px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title {
    font-weight: 200;
    text-transform: none;
    font-size: 0.9em;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title > .tc-location {
    opacity: 0.6;
    font-size: 0.9em;
    padding-left: 8px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title > .tc-location > i {
  font-size: 1.0em;
}
#tc-tree-holder.tc-fullscreen-tree ul.TCSubTree {
  border-color: #E2E2E2;
  border-width: 2px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body span.tc-tree-marker {
    border-bottom: none;
    width: 10px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-display-node {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-datetime {
    font-size: 1.1em;
    font-style: italic;
    vertical-align: middle;
    font-weight: 600;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-content {
	font-size: 1.1em;
	text-transform: none;
	max-width: 500px;
	padding-left: 10px;
	position: relative;
	top: 2px;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-content.tc-visited > a {
	font-weight: 300;
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-content > a {
	color: var(--tc-link-color, #006697);
}
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-new,
#tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-unreviewed {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
#tc-tree-holder.tc-fullscreen-tree li.TCChildTree a img {
	padding-right: 0;
}
@media screen and (max-width: 768px) {
  .tc-discussion-header p.tc-subheading {
	max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  #tc-tree-holder.tc-fullscreen-tree ul.TCParentTree {
    margin-left: 15px;
  }
  #tc-tree-holder .tc-tree-header-actions>div>div.tc-fullscreen-display,
  .tc-discussion-wrapper .tc-tree-header-actions>div>div.tc-fullscreen-display,
  .tc-discussion-wrapper #tc-discussion-sort .tc-fullscreen-display {
    display: none;    
  }
  #tc-tree-holder .tc-tree-header-actions>div>div.tc-mobile480-display,
  .tc-discussion-wrapper .tc-tree-header-actions>div>div.tc-mobile480-display {
    display: inline-block;
  }  
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body a.tc-scrollto {
    max-width: 350px;
    max-height: 1.6em;
    display: block;
    overflow: hidden;
    font-size:1.1em;
  }
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-content {
    padding-bottom: 5px;
    padding-left: 0;
    clear: both;
    float: left;    
  }
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-new {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 0;
  }
  #tc-tree-holder.tc-fullscreen-tree .JSObjLink > div {
	top: 0;
  }
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body span.tc-tree-marker {
	width: 0;
  }
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title > .tc-displayname,
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-object-title > .tc-location {
	clear: both;
	float: left;
	padding-left: 0;
  } 
  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-datetime  {
    clear: both;
    float: left;  
  }
  .tc-discussion-header.tc-moderator-header p.tc-subheading {
    margin-left: 5px;
  }  
}

.form-horizontal .tc-discussion-wrapper {
    width: 100%;
}
.form-horizontal .tc-discussion-wrapper #tc-tree-holder .tc-tree-body li.TCChildTree a {
    white-space: nowrap;
    /*overflow: hidden;*/
}
.form-horizontal .tc-discussion-wrapper  #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-datetime {
	float: left;
}
.form-horizontal .tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink .tc-subtitle > .tc-content {
	float: left;
	max-width: 700px;
}
.form-horizontal .tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li .tc-display-node > .JSObjLink {
    height: 80px;
}
.form-horizontal .tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink.tc-deleted-post {
    height: 40px;
}
.form-horizontal .tc-discussion-wrapper #tc-tree-holder.tc-fullscreen-tree .tc-tree-body li a.JSObjLink.tc-deleted-post .tc-subtitle > .tc-content > a {
    font-weight: 300;
    font-style: italic;
}
.TCTreePlcHldr {
  border-top-color: #ffffff;
  border-top-style: dotted;
  border-top-width: 1px;
  left: -20px;
  position: relative;
  top: 5px;
}
.TCObjLinkDisabled {
  color: #666666;
  cursor: default;
  text-decoration: none;
}