/*

RadTreeView_TICTV base css

* Notes on some CSS class names *

class  --  HTML element  --  description 

rtUL  --  <ul>  --  multiple nodes container
rtLI  --  <li>  --  one node 
rtFirst  --  <li>  -- TreeView's first node
rtLast  --  <li>  -- last node in a given node group (<ul>)
rtTop,rtMid,rtBot  --  <div>  -- a wrapper (<div>) inside a node (<li>) - can be in a top, middle or bottom node in a given node group
rtIn  --  <span> or <div>  -- the inner container inside a node - contains text (<span> rendering) or template (<div> rendering)
rtSp  --  <span>  -- holds a dummy element for adjustment of node heights (should be an even number if the skin node lines are dotted)
rtChk  --  <input>  -- holds a node's checkbox
rtImg  --  <img>  -- holds a node's icon
rtPlus,rtMinus -- <span> -- holds a node's expand / collapse buttons (plus / minus signs)

*/

/* <general styles> */

.RadTreeView_TICTV
{
    white-space: normal;
    cursor: default;
}

.RadTreeView_TICTV .rtTop,
.RadTreeView_TICTV .rtMid,
.RadTreeView_TICTV .rtBot
{
    white-space:nowrap !important;
}
.RadTreeView_TICTV .rtTop, .RadTreeView_TICTV .rtMid, .RadTreeView_TICTV .rtBot, .RadTreeView_TICTV .rtUL
{
    zoom: 1;
}

.RadTreeView_TICTV .rtSp, .RadTreeView_TICTV .rtImg, .RadTreeView_TICTV .rtIn, .RadTreeView_TICTV .rtChk
{
    vertical-align: middle;
}

.RadTreeView_TICTV .rtUL
{
    margin: 0;
    padding: 0;
    -moz-user-select: -moz-none;
}

.RadTreeView_TICTV .rtLI
{
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    color: #fff;
    padding-left: 5px;
    line-height: 22px;
}

.RadTreeView_TICTV .rtUL .rtLI .rtUL
{
    padding-left: 20px;
}

.RadTreeView_TICTV .rtTop, .RadTreeView_TICTV .rtMid, .RadTreeView_TICTV .rtBot
{
    padding: 0 0 0 20px;
}

/* <expand/collapse images> */

.RadTreeView_TICTV .rtPlus, .RadTreeView_TICTV .rtMinus
{
    font-size: 0;
    padding: 0;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 3px 0px 0 -16px;
    width: 7px;
    height: 11px;
    background-repeat: no-repeat;
}
/*
* html .RadTreeView_TICTV .rtPlus, 
* html .RadTreeView_TICTV .rtMinus { margin-right: 1px; }
*+html .RadTreeView_TICTV .rtPlus, 
*+html .RadTreeView_TICTV .rtMinus { margin-right: 1px; }

.RadTreeView_TICTV .rtPlus { background-position: 0 0; }
.RadTreeView_TICTV .rtPlus:hover { background-position: 0 -22px; }
.RadTreeView_TICTV .rtMinus { background-position: 0 -11px; }
.RadTreeView_TICTV .rtMinus:hover { background-position: 0 -33px; }*/

/* </expand/collapse images> */

/* <tristate checkboxes> */
/*
.RadTreeView_TICTV .rtChecked,
.RadTreeView_TICTV .rtUnchecked,
.RadTreeView_TICTV .rtIndeterminate
{
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: 0 3px 0 0;
	line-height: 0;
	font-size: 0;
}

.RadTreeView_TICTV .rtChecked { background-position: 0 0; }
.RadTreeView_TICTV .rtUnchecked { background-position: 0 -13px; }
.RadTreeView_TICTV .rtIndeterminate { background-position: 0 -26px; }*/

/* </tristate checkboxes> */
/*
.RadTreeView_TICTV .rtSp
{
	display: -moz-inline-box;
	display: inline-block;
	width: 1px;
	height: 22px;
}

.RadTreeView_TICTV .rtChk
{
	margin: 0 2px;
	padding: 0;
	width: 12px;
	height: 12px;
}

.RadTreeView_TICTV .rtIn
{
	margin-left: 1px;
	padding: 4px 3px 3px;
	text-decoration:none;
}*/

/* <navigation link> */
.RadTreeView_TICTV a.rtIn
{
    cursor: pointer;
}
/* </navigation link> */

/* <templates> */

.RadTreeView_TICTV div.rtIn
{
    display: -moz-inline-block;
    display: inline-block;
    vertical-align: top;
}

/* <massage> */
* html .RadTreeView_TICTV div.rtIn
{
    display: inline-block;
}
* html .RadTreeView_TICTV div.rtIn
{
    display: inline;
}
* + html .RadTreeView_TICTV div.rtIn
{
    display: inline-block;
}
* + html .RadTreeView_TICTV div.rtIn
{
    display: inline;
}
/* </massage> */

.RadTreeView_TICTV .rtTemplate, .RadTreeView_TICTV input
{
    -moz-user-select: text;
}

/* </templates> */

/* <loading messages> */
.RadTreeView_TICTV .rtLoadingBefore, .RadTreeView_TICTV .rtLoadingAfter
{
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: text-top;
    width: 21px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    background: url('Common/AliasedLoading.gif') no-repeat 2px 0;
}

.RadTreeView_TICTV .rtLoadingBelow
{
    display: block;
}

/* </loading messages> */

/* </general styles> */

/* <node states> */

/* <in-line editing> */

/* editing of wrapped nodes should add white-space nowrap to make the input box stay on the same line;
   if the white-space: normal is added through inline styles (on a per-node basis), it can be overriden only by using !important */
.RadTreeView_TICTV .rtEdit *
{
    white-space: normal !important;
}

.RadTreeView_TICTV .rtEdit .rtIn, .RadTreeView_TICTV .rtEdit .rtIn input
{
    outline: 0; /* disable safari glow effect - RadTreeView_TICTV look consistency */
    cursor: text;
}


.RadTreeView_TICTV .rtLI .rtEdit .rtIn
{
    border-width: 1px;
    border-style: solid;
    padding: 2px 1px 1px;
    height: 1.4em;
    text-decoration: none;
    vertical-align: middle;
}

* html .RadTreeView_TICTV .rtLI .rtEdit .rtIn
{
    padding: /* */ 0 1px;
}

.RadTreeView_TICTV .rtEdit .rtIn input
{
    height: 1.4em;
    line-height: 1.4em;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}

/* </in-line editing> */

/* </node states> */

/* <node lines> */

.RadTreeView_TICTV .rtLines .rtLI, .RadTreeView_TICTV .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 0 0;
}

.RadTreeView_TICTV_rtl .rtLines .rtLI, .RadTreeView_TICTV_rtl .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 100% 0;
}

.RadTreeView_TICTV .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 0 1.273em;
}

.RadTreeView_TICTV_rtl .rtLines .rtFirst
{
    background-repeat: no-repeat;
    background-position: 100% 1.273em;
}

.RadTreeView_TICTV .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 0 1.273em;
}

.RadTreeView_TICTV_rtl .rtLines .rtFirst .rtUL
{
    background-repeat: repeat-y;
    background-position: 100% 1.273em;
}

.RadTreeView_TICTV .rtLines .rtLast, .RadTreeView_TICTV .rtLines .rtLast .rtUL
{
    background: none;
}

.RadTreeView_TICTV .rtLines .rtTop, .RadTreeView_TICTV .rtLines .rtMid, .RadTreeView_TICTV .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 0 0;
}

.RadTreeView_TICTV_rtl .rtLines .rtTop, .RadTreeView_TICTV_rtl .rtLines .rtMid, .RadTreeView_TICTV_rtl .rtLines .rtBot
{
    background-repeat: no-repeat;
    background-position: 100% 0;
}

/* </node lines> */

/* <drop targets> */

.rtDropAbove, .rtDropBelow
{
    border: 1px dotted black;
    font-size: 3px;
    line-height: 3px;
    height: 3px;
}

.rtDropAbove
{
    border-bottom: 0;
}

.rtDropBelow
{
    border-top: 0;
}

/* </drop targets> */

/* <RTL support> */
.RadTreeView_TICTV_rtl .rtPlus, .RadTreeView_TICTV_rtl .rtMinus
{
    position: relative;
}

/* reverts the above rule to fix the position:relative + overflow:auto bug under IE6&7 */
* html .RadTreeView_TICTV_rtl .rtPlus, * html .RadTreeView_TICTV_rtl .rtMinus
{
    position: static;
}

* + html .RadTreeView_TICTV_rtl .rtPlus, * + html .RadTreeView_TICTV_rtl .rtMinus
{
    position: static;
}

/* fixes IE6 "disappearing content" bug */
* html .RadTreeView_TICTV_rtl .rtLI, * html .RadTreeView_TICTV_rtl .rtIn
{
    zoom: 1;
}
* html .RadTreeView_TICTV_rtl .rtIn
{
    margin-top: -1px;
}

.RadTreeView_TICTV_rtl .rtUL .rtLI .rtUL
{
    padding-right: 0px;
    padding-left: 0;
}

.RadTreeView_TICTV_rtl .rtTop, .RadTreeView_TICTV_rtl .rtMid, .RadTreeView_TICTV_rtl .rtBot
{
    padding: 0 15px 0 0;
    margin: 0;
}

.RadTreeView_TICTV_rtl .rtPlus
{
    background-position: -11px 0;
}
.RadTreeView_TICTV_rtl .rtPlus:hover
{
    background-position: -11px -22px;
}
.RadTreeView_TICTV_rtl .rtMinus
{
    background-position: -11px -11px;
}
.RadTreeView_TICTV_rtl .rtMinus:hover
{
    background-position: -11px -33px;
}

.RadTreeView_TICTV_rtl .rtPlus, .RadTreeView_TICTV_rtl .rtMinus
{
    margin-right: 7px;
    right: -20px;
}

/* firefox 2 */
.RadTreeView_TICTV_rtl .rtPlus, .RadTreeView_TICTV_rtl .rtMinus, x:-moz-any-link
{
    margin-right: -11px;
    right: -8px;
}

/* firefox 3 */
.RadTreeView_TICTV_rtl .rtPlus, .RadTreeView_TICTV_rtl .rtMinus, x:-moz-any-link, x:default
{
    margin-right: 7px;
    right: -20px;
}

/* ie 6 */
* html .RadTreeView_TICTV_rtl .rtPlus, * html .RadTreeView_TICTV_rtl .rtMinus
{
    margin-right: -13px;
    right: 0;
}

/* ie 7 */
* + html .RadTreeView_TICTV_rtl .rtPlus, * + html .RadTreeView_TICTV_rtl .rtMinus
{
    margin-right: -13px;
    right: 0;
}

/* safari & opera */
@media screen and (min-width:50px)
{
    .RadTreeView_TICTV .rtPlus, .RadTreeView_TICTV .rtMinus
    {
        margin-right: 7px;
        margin-left: -18px;
    }

    /* fix for safari bug (inline-block positioned elements in rtl mode get no width) */
    :root .RadTreeView_TICTV_rtl .rtPlus, :root .RadTreeView_TICTV_rtl .rtMinus
    {
        right: 0;
        margin-right: -13px;
        margin-left: 2px;
    }
}

/* opera */
@media all and(-webkit-max-device-pixel-ratio:10000), not all and(-webkit-min-device-pixel-ratio:0)
{

    :root .RadTreeView_TICTV_rtl .rtPlus, :root .RadTreeView_TICTV_rtl .rtMinus
    {
        position: relative;
        margin-left: 2px;
        margin-right: -13px;
        right: -15px;
    }
}

/* </RTL support> */

/* <design-time support> */
div.RadTreeView_TICTV_designtime .rtTop, div.RadTreeView_TICTV_designtime .rtMid, div.RadTreeView_TICTV_designtime .rtBot
{
    position: relative;
}

div.RadTreeView_TICTV_designtime .rtPlus, div.RadTreeView_TICTV_designtime .rtMinus
{
    margin: 0;
    position: absolute;
    left: 3px;
    top: 4px;
}
/* </design-time support> */
.RadTreeView_TICTV, .RadTreeView_TICTV a.rtIn, .RadTreeView_TICTV .rtEdit .rtIn input
{
    color: #FFF;
    font: 12px/18px "Segoe UI" , Arial, sans-serif;
}

.RadTreeView_TICTV .rtPlus
{
    background-image: url('Images/TreeView/GroupRight2.png');
    vertical-align: middle;
    margin-top: 3px;
}
.RadTreeView_TICTV .rtMinus
{
    background-image: url('Images/TreeView/GroupDown2.png');
    vertical-align: middle;
    margin-top: 3px;
}


.RadTreeView_TICTV .rtHover .rtIn, .RadTreeView_TICTV .rtSelected .rtIn
{
    color: #CDE2F4; /* 	color: #363636; 	border: 1px solid #99defd;*/
}


.RadTreeView_TICTV .rtSelected .rtLoadingBelow
{
    color: #333;
}

.RadTreeView_TICTV .rtLI .rtEdit .rtIn
{
    border-color: #99defd;
    background: #fff;
}

.RadTreeView_TICTV_disabled .rtIn, .RadTreeView_TICTV .rtDisabled .rtIn
{
    color: #ccc;
}

/*

RadTreeView base css

* Notes on some CSS class names *

class  --  HTML element  --  description 

rtUL  --  <ul>  --  multiple nodes container
rtLI  --  <li>  --  one node 
rtFirst  --  <li>  -- TreeView's first node
rtLast  --  <li>  -- last node in a given node group (<ul>)
rtTop,rtMid,rtBot  --  <div>  -- a wrapper (<div>) inside a node (<li>) - can be in a top, middle or bottom node in a given node group
rtIn  --  <span> or <div>  -- the inner container inside a node - contains text (<span> rendering) or template (<div> rendering)
rtSp  --  <span>  -- holds a dummy element for adjustment of node heights (should be an even number if the skin node lines are dotted)
rtChk  --  <input>  -- holds a node's checkbox
rtImg  --  <img>  -- holds a node's icon
rtPlus,rtMinus -- <span> -- holds a node's expand / collapse buttons (plus / minus signs)

*/

.RadTreeView_TICTV
{
    color: #fff; /*#2F7DD2;*/
    font: 12px/18px "Segoe UI" , Arial, sans-serif;
    margin-left: 0px;
}
.RadTreeView_TICTV .rtIn
{
    color: #fff;
    font: 12px/18px "Segoe UI" , Arial, sans-serif;
    margin-left: 12px;
    display:inline-block !important;
    white-space:normal;
}

.RadTreeView_TICTV .rtPlus
{
    background: url(Images/TreeView/GroupRight2.png) no-repeat left;
    float: left;
    width: 7px;
    margin-right: -6px;
    vertical-align: middle;
    margin-top: 6px;
    display: -moz-inline-box;
    display: inline-block;
}

.RadTreeView_TICTV .rtMinus
{
    background: url(Images/TreeView/GroupDown2.png) no-repeat left;
    float: left;
    width: 13px;
    margin-right: -6px;
    vertical-align: middle;
    margin-top: 6px;
    display: -moz-inline-box;
    display: inline-block;
}

/*
* html .RadTreeView_TICTV .rtPlus, 
* html .RadTreeView_TICTV .rtMinus { margin-right: 1px; }
*+html .RadTreeView_TICTV .rtPlus, 
*+html .RadTreeView_TICTV .rtMinus { margin-right: 1px; }


.RadTreeView_TICTV .rtChecked,
.RadTreeView_TICTV .rtUnchecked,
.RadTreeView_TICTV .rtIndeterminate
{
	background: url(Images/TreeView/TriState.png) no-repeat;
}*/

.RadTreeView_TICTV .rtHover .rtIn, .RadTreeView_TICTV .rtSelected .rtIn
{
    color: #CDE2F4; /* #00A4DD;*/ /*background-color:#043781; 	border: 1px solid #99defd;*/
}

/*
.RadTreeView_TICTV .rtHover .rtIn
{
	background-color: #98D1D7;
	background: url(Images/TreeView/ItemHoveredBg.png) no-repeat;
}*/

.RadTreeView_TICTV .rtSelected .rtIn
{
    background-color: #d7f0fc;
    background: url(Images/TreeView/ItemSelectedBg.png) no-repeat;
}

/*
.RadTreeView_TICTV .rtSelected .rtLoadingBelow
{
	color: #333;
}

.RadTreeView_TICTV .rtLI .rtEdit .rtIn
{
	border-color: #99defd;
	background: #fff;
	background: url(Images/TreeView/PlusMinus.png) no-repeat;
	
}

.RadTreeView_TICTV_disabled .rtIn,
.RadTreeView_TICTV .rtDisabled .rtIn
{
	color: #ccc;
}
*/

.RadTreeView_TICTV .rtLI
{
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    color: #fff;
    padding-left: 5px;
    line-height: 22px;
}

.RadTreeView_TICTV .rtLI .rtUL
{
    border-bottom: dashed 1px #f1f1f1; /* #98D1D7;*/
    max-width:210px;
}

