﻿

ul.treeview-list 
{ 
    list-style:none; 
    padding:0; 
    margin:0; 
} 
  
li.treeview-item 
{ 
    float:left; 
    
    padding-right:4px; 
    border-left: none; 
} 
  
div.text 
{ 
    font: 13px Arial, sans-serif, 'Segoe UI' ; 
    color: #4888a2; 
    padding: 6px 18px; 
    display: block; 
} 


/*----------------GRIDVIEW*/

.RadGrid_ModernBrowsers
{
     border-radius: 10px;
     overflow: hidden;
}
 
div.RadGrid_MetroTouch td.rgPagerCell
{
     border-left: 0;
}
 
.RadGrid_Rounded
{
     position: relative;
}
 
.ltRounded,
.rtRounded,
.lbRounded,
.rbRounded
{
     background: url(images/rounded_corners.png);
     position: absolute;
     width: 10px;
     height: 10px;
     top: -1px;
     left: -1px;
}
 
.rtRounded
{
     right: -1px;
     left: auto;
     background-position: -10px 0;
}
 
.lbRounded
{
     top: auto;
     bottom: -1px;
     background-position: 0 -10px;
}
 
.rbRounded
{
     top: auto;
     /*left: auto;*/
     right: -1px;
     bottom: -1px;
     background-position: -10px -10px;
     
}

.rgFooter {
    font-weight: bold;
}
/*-----------GW ROWS PERSONALIZZATE-----------------------*/

.GW1_RowSelect
  {
    background-color:#edf274;
    font-weight: bold;
    
  }

.GW3_RowSelect
  {
    background-color:#e12e06;
    font-weight: bold;
    
  }




.Col_VisibleFalse
  {
    
    width:1px;
    visibility:hidden;
  }

.RadTextBox_Label {
    position:relative;
    text-align:right;
    display: inline !important;
    margin-right: 3px !important;
}
.RadTextBox_LabelRed {
    position:relative;
    text-align:left;
    display: inline !important;
    margin-right: 3px !important;
    color:red;
}


.RadButton.rbLinkButton.css3Shadows {
     border: 0;
     border-radius: 5px;
     box-shadow: 1px 2px 5px #666;
}
 
.RadButton.rbLinkButton.css3Shadows:hover {
     border: 0;
     box-shadow: 1px 2px 5px #999;
}
 
/* Circle Button */
.RadButton.rbLinkButton.css3Circle  {
     border-radius: 45px;
     padding: 0;
}


/* Circle Button */

.GW_Colum_imageTelerik {
    Width:20px;
    /*Height:20px;*/
  

}

/*RadButtonStyle*/
.RadButtonStyle
 {

    position:relative;
    padding-left:5px;
    padding-top:5px;
    margin-left:5px;
    float:left;

  }
/**/
div.CustomCssClass .rsbInner
{    
    background-color: transparent;       
    color: black;    
    height: auto;    
}
div.CustomCssClassRed .rsbInner
{    
    background-color: #FF7777;       
    color: black;    
    height: auto;    
}


div.CustomCssClass .rddlInner
{    
    background-color: transparent;       
    height: auto;    
}
div.CustomCssClassRed .rddlInner
{    
    background-color: #FF7777;       
    color: red;    
    height: auto;    
}

div.CustomCssClass .rlbList
{    
    background-color: transparent;       
    
    height: auto;    
}
div.CustomCssClassRed .rlbList
{    
    background-color: #FF7777;          
    height: auto;    
}


/**/
/*.classStart
    {
        background: url(~/Image/ImageGeneral/FrecciaDx.png);
        background-position: 0 0;
        width: 150px;
        height: 94px;
    }
    .classHoveredImage
    {
        background-position: 0 -100px;
    }
    .classPressedImage
    {
        background-position: 0 -200px;
    }



div.radTextBoxClassic .riContentWrapper .riSingle {
    display:inline-table;
    padding-right:5px;
    padding-top:5px;
   
}

div.radTextBoxClassic .riSingle .riTextBox 
{
    position:relative;
    background-color:beige;

}
div.radTextBoxClassic .riSingle .riLabel
{
    position:relative;
    background-color:azure;
    display:inline-table;

}

.riDisabled 
{
    background: LightGray!important;

}
.riEnabled 
{
    background: White!important;

}
.rcbEnabled 
{
    background: White!important;

}
.rcbDisabled 
{
    background: LightGray!important;

}
.rsbDisabled 
{
    background: LightGray!important;

}
.rsbInner .rsbDisabled 
{
    background: LightGray!important;

}
.RadInput  .disableField
{
    background-color: LightGray!important;
   
}

 .rgviewDisabled table
  {
background-color: LightGray!important;
}
 .rgview th
{
background-color: LightGray!important;
}

  .rgview table
  {
background-color: white!important;
}
  .rgviewDisabled th
  {
background-color: LightGray!important;
}*/

