﻿.EditIcon
{
    width:15px;
    height:15px;
}

.DetailIcon
{
    width:15px;
    height:15px;
}
.DeleteIcon
{
    width:15px;
    height:15px;
}
.AddIcon
{
    width:15px;
    height:15px;
    vertical-align:sub;
}
.BackIcon
{
    width:15px;
    height:15px;
}

.even
{
    
}
.odd
{
    background-color: #DDDDDD;
}

.boxRichiudibile.chiuso{
    height:9px;
    overflow:hidden;
}
.boxRichiudibile.chiuso .toggler { 
    content:" ";
    background-image:url('/Content/Styler/Details.png');
    margin-top:-3px;
    background-size:cover;
    float:right;
    width:15px;
    height:15px;
    cursor:pointer;
}

.boxRichiudibile .toggler { 
    content:" ";
    background-image:url('/Content/Styler/delete.png');
    margin-top:-3px;
    background-size:cover;
    float:right;
    width:15px;
    height:15px;
    cursor:pointer;
}