       
.agency 
{
    padding:0px 0px;
    margin: 0px;
    line-height: 14px;
}   

.dropdown-header.agency .inner {
      background-color: #Fafafa;
      font-style: italic;
      padding: 6px 2px;
      border-bottom: 1px dotted #ccc;  
      margin-bottom: 4px;
}
    
    .agency.group 
    {
        font-weight: 600;
        padding-left: 20px;        
        background-image: url(/images/list/line-group.png);
        background-repeat: no-repeat;
        background-position: 4px 3px;
    }            
    .agency.level1
    {
        border-top: 1px dashed #ccc;
        color: #003;
        padding-top: 4px;
        margin-top: 4px;
        margin-bottom: 2px;
        background-image: url(/images/list/line-item.png);
        background-repeat: no-repeat;
        background-position: 4px 7px;
        padding-left: 20px;
    }                
    
    .agency.level2
    {
        padding-left: 3em;
        margin: 2px 0px;
        color: #779;
        background-image: url(/images/list/line-hiearchy.png);
        background-repeat: no-repeat;
        background-position: 22px 2px;
    }
    .agency.level3
    {
        padding-left: 4.5em;
        margin: 2px 0px;
        color: #AAB;
        background-image: url(/images/list/line-hiearchy.png);
        background-repeat: no-repeat;
        background-position: 40px 2px;
    }                
                
 .k-popup .k-list .k-item 
{
    line-height: 18px;
    min-height: 16px;

}
.k-list-container 
{
    background-color: White;
}

 .k-popup .k-list .k-state-hover
 {
     background-color: #F0F0FF;
 }
 .k-state-default.k-autocomplete,
 .k-state-focused.k-autocomplete,
 .k-autocomplete 
 {
     border: none;
     outline: none;
     background: none;
 }
 
 #Content_DDLCategoria_chosen.chosen-container .chosen-results li
 {     
     padding-left: 20px;    
 }
 
 #Content_DDLCategoria_chosen.chosen-container .chosen-results li.disabled-result
 {
     background-image: url(/images/icons/icon-lock.png);
     background-repeat: no-repeat;
     background-position: 2px 4px;
     padding-left: 20px;         
 }
#Content_PowerBiReport {
    min-width: 800px;
    max-height: 660px;
    height: calc(0.7625 * 64vw);
    width: 100%;
}