﻿/*MINIFY=TRUE*/

body
{
}


#full
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 9999999;
    background-image: url(/assets/image/loading.gif);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
}


.divListaIndicesItem
{
    font-size: 14px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    padding-left: 5px;
    border-radius: 10px;
    padding-bottom: 2px;
}

.divListaIndicesItemSelected
{
    padding-left: 5px;
    border-radius: 10px;
    padding-bottom: 2px;
    font-weight: bold;
}

.divListaIndicesItem:hover
{
    background-color: lightgray;
    cursor: pointer;
}

td[role^="gridcell"]{
    padding:0px 2px 0px 2px;

}


.AltRowClass
{
    background: #ededed url('') !important;
    /*background-image: none;*/
}

/*$("td[role='gridcell']")
.ui-jqgrid-htable td{
}*/