/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */

/* first or middle sibling, no children */
.ygtvtn { background: url(/images/sitemap/page/tn.gif) 7px 0 no-repeat; width:30px; height:30px; }

/* first or middle sibling, collapsable */
.ygtvtm { background: url(/images/sitemap/page/tm.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* first or middle sibling, collapsable, hover */
.ygtvtmh { background: url(/images/sitemap/page/tmh.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* first or middle sibling, expandable */
.ygtvtp { background: url(/images/sitemap/page/tp.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* first or middle sibling, expandable, hover */
.ygtvtph { background: url(/images/sitemap/page/tph.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* last sibling, no children */
.ygtvln { background: url(/images/sitemap/page/ln.gif) 7px 0 no-repeat; width:30px; height:30px; }

/* Last sibling, collapsable */
.ygtvlm { background: url(/images/sitemap/page/lm.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* Last sibling, collapsable, hover */
.ygtvlmh { background: url(/images/sitemap/page/lmh.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* Last sibling, expandable */
.ygtvlp { background: url(/images/sitemap/page/lp.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* Last sibling, expandable, hover */
.ygtvlph { background: url(/images/sitemap/page/lph.gif) 7px 0 no-repeat; width:30px; height:30px; cursor:pointer }

/* Loading icon */
.ygtvloading { background: url(/images/sitemap/folder/loading.gif) 7px 3px no-repeat; width:30px; height:30px; }

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { background: url(/images/sitemap/page/vline.gif) 7px 0 no-repeat; width:30px; height:30px; }

.ygtvblankdepthcell { width:30px; height:30px; }

/* the style of the div around each node */
.ygtvitem { }  

.ygtvitem  table{
    margin-bottom:0;
}
.ygtvitem  td {
    border:none;padding:0;
} 

.ygtvcell a {
  outline: none;
}

.ygtv-highlight1 span {
  color: #0E6FCF;
}

/* the style of the div around each node's collection of children */
* html .ygtvchildren { 
  height:1%; 
}  

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
  margin-left:2px;
  text-decoration:none;
  background-color:#FFFFFF;
}

.ygtvfocus .ygtvlabel,.ygtvfocus .ygtvlabel:link,.ygtvfocus .ygtvlabel:visited,.ygtvfocus .ygtvlabel:hover {
  background-color:#FFFFFF;
}

.ygtvcontent {
  vertical-align: middle;
}

.centricSiteName {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

.centricSiteNameAdd {
  cursor: pointer;
}

.centricSitePageAdd, 
.page-public, .page-public-editing, .page-public-locked, .page-public-no-permissions,
.page-secure, .page-secure-editing, .page-secure-locked, .page-secure-no-permissions  {
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  padding: 0px; 
  display: inline-flex;
  align-items: center;
  cursor: pointer; 
}

.centricSitePageAdd span.icon,
.centricSiteName span.icon,
.page-public span.icon, .page-public-editing span.icon, .page-public-locked span.icon, .page-public-no-permissions span.icon,
.page-secure span.icon, .page-secure-editing span.icon, .page-secure-locked span.icon, .page-secure-no-permissions span.icon  {
  font-size: 30px;
  line-height: 30px;
}

.icon.iconoverlay-text {
  position: relative;
}


.iconoverlay-text:after {
  font-family: 'icomoon-admin';
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 7px;
  top: -1px;
  font-size: 15px;
  color: #6f7178;
  content: '\e998';
  cursor: pointer;
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
  cursor:pointer;
}