﻿    .k-treeview{
        /*background-color:gray;*/ 
        background-color: white;
        border: none;
    }

    .k-item{
        color:black ;
    }    

    .isHeader{
        font-weight: bold;
    }

    .isRoot{
        font-weight: bold;
    }    
    
      .k-treeview .k-top,
      .k-treeview .k-mid,
      .k-treeview .k-bot {
        background-image: url('../images/treeview-nodes.png');
        background-repeat: no-repeat;
        margin-left: -16px;
        padding-left: 16px;
      }

      .k-treeview .k-item { background-image: url('../images/treeview-line.png'); }
      .k-treeview .k-last { background-image: none; }


      .k-treeview .k-top { background-position: -91px 0; }
      .k-treeview .k-bot { background-position: -69px -22px; }
      .k-treeview .k-mid { background-position: -47px -44px; }
      .k-treeview .k-last .k-top { background-position: -25px -66px; }
      .k-treeview .k-group .k-last .k-bot { background-position: -69px -22px; }

      .k-treeview .k-item {
        background-repeat: no-repeat;
      }

      .k-treeview .k-first {
        background-repeat: no-repeat;
        background-position: 0 16px;
      }

      
      #divBusyLoadingImage {
        position: absolute;        
        background:  url('../Images/ajax-loader.gif') no-repeat center center;
        background-color:rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index:2000;
    }

    .treeview-section {
        width: 100%;
        background-color: white;
        border: thin;
        padding-bottom: 75px;  
    }
    
    .cti-treeview-display{
        display: inline-block;
    }

    .cti-treeview-paid, .cti-treeview-status, .cti-treeview-attachment{	
        display:inline-block;    
		background:url('../Images/cti-sprites.png') no-repeat;
		background-position: -137px -215px ;
        width: 16px;
	    height: 16px;
    }
    /*Media Icons*/
    .cti-treeview-attachment.cti-tvattach-note{
	    background-position: -85px -198px;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-attachment.cti-tvattach-media{
	    background-position: -119px -198px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-attachment.cti-tvattach-both{
	    background-position: -102px -198px ;
	    width: 16px;
	    height: 16px;
    }
    /*Ticket Icons*/
    .cti-treeview-paid.cti-tvpaid-ct-unpaid{
	    background-position: -84px -165px ;
        width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-paid{
	    background-position: -101px -165px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-void{
	    background-position: -67px -165px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-bankruptcy{
	    background-position: -85px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-timePay{
	    background-position: -118px -165px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-warning{
	    background-position: -33px -165px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-export{
	    background-position: -17px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-hold{
	    background-position: 0 -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-encumbrance{
	    background-position: -51px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-status.cti-tvstatus-ct-accepted{
	    background-position: -119px -215px ;
	    width: 16px;
	    height: 16px;        
    }
    .cti-treeview-status.cti-tvstatus-ct-denied{
	    background-position: -68px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-status.cti-tvstatus-ct-appealed{
	    background-position: -102px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-ct-boot{
		background-position: -35px -238px ;
		width: 16px;
		height: 16px;
	}
	.cti-treeview-paid.cti-tvpaid-ct-tow{
		background-position: -135px -165px ;
		width: 16px;
		height: 16px;
	}
    /*Permit Icons*/
    .cti-treeview-paid.cti-tvpaid-de-paid{
	    background-position: -34px -198px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-paid.cti-tvpaid-de-unpaid{
	    background-position: 0 -198px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-status.cti-tvstatus-de-expired{
	    background-position: -34px -215px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-status.cti-tvstatus-de-active{
	    background-position: -51px -198px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-treeview-status.cti-tvstatus-de-inactive{
	    background-position: -17px -198px ;
	    width: 16px;
	    height: 16px;
    }
    .cti-tvperson-credit{
        color: red;
    }
    .cti-treeview-searched{
        background-color: lightgray ;
    }

    .k-item {
        font-size: 12px;
    }

    .k-treeview .k-in {
        padding: 0;
        margin: 0;
    }

    .cti-enlarge-icon {
        font-size: 2.0em;
    }

    .treeviewmenu{
        min-width:135px
    }
      
            

    

