table.gis-table-style {
    background-color: #CDCDCD;

    font-size: 8pt;
    min-width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    empty-cells: show;
    table-layout: fixed !important;
    overflow:hidden;

    /*border-bottom: 2px solid #C50 !important;*/
}

table.gis-table-style .buttonIcon{
    font-size: 16px;
}


table.gis-table-style tfoot tr td {
    border-top: 1px solid #C50 !important;
}

table.gis-table-style thead tr th{
    border-bottom: 1px solid #C50 !important;
}

table.gis-table-style * {
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

table.gis-table-style thead tr th:first-child {
    padding-left: 7px;
}

    table.gis-table-style thead tr th {
        background-color: #FFF;
        color: #474747;
        font-size: 9pt;
        padding: 4px;
        padding-right: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
        color: rgba(105, 105, 105, 0.93);
        text-decoration: none;
        font-family: helvetica;
    }


table.gis-table-style thead tr .headerSortUp {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}
table.gis-table-style thead tr .headerSortDown {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}
table.gis-table-style thead tr .headerSortDown, table.gis-table-style thead tr .headerSortUp {
    /*background-color: #d5e8ef;*/
}

table.gis-table-style tr:nth-child(2n) {
    background-color: #F2F2F2;
}
table.gis-table-style tr:nth-child(2n+1) {
    background-color: #fff;
}
table.gis-table-style tr.evidenzia:nth-child(2n) {
    background-color: /*#fddddd*/rgba(254, 245, 245, 1);
}
table.gis-table-style tr.evidenzia:nth-child(2n+1) {
    background-color: /*#fac8c8*/rgba(254, 231, 231, 1);
}

table.gis-table-style tbody tr:hover, table.gis-table-style tbody tr:hover td {
    background-color: #e0e0f5 !important;
    color:#000;
    cursor:pointer;
}
table.gis-table-style th
{
    background-color:navy;
    color:#ffffff;
    text-align:left;
}


table.gis-table-style tbody td {
    color: #000;
    padding: 6px;
    vertical-align: top;
    max-width: 280px;
    min-height:14px;
    overflow: hidden !important;
    border: 1px solid rgba(233, 233, 233, 0.25);
    border-top: none;
    vertical-align: middle;
}


table.gis-table-style> thead {
    border-bottom: 1px solid #cc5500 !important;
}


/*table.gis-table-style tr.selected  {
    background-color: #E0EBFE;
}*/

table.gis-table-style tr.selected td  {
    background-color: #E0EBFE !important;
}

.navGisTable .first,.navGisTable .prev,.navGisTable .next,.navGisTable .last
{
    color: #333;
    font-size: 11px;
    padding: 4px 10px ;

    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;

    background: #EFF7FC;
}
.navGisTable .first:hover,.navGisTable .prev:hover,.navGisTable .next:hover,.navGisTable .last:hover
{
    background-color:#8dbdd8;
}


.navGisTable  {
    margin: 8px 0;
    font-size:13px;
}
.navGisTable  * {
    margin-right: 5px;
}

.navGisTable  a,.navGisTable   a:hover, .navGisTable a:visited {
    color: inherit;
    text-decoration: none;
}

table.gis-table-style .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;

    background-color: #F1F5FC;
    color: #777;
}


table.gis-table-style .label-yellow {
    background-color: #FAAC00;
    color: #FFF;
}

table.gis-table-style .label-green {
    background-color: #60CC00;
    color: #FFF;
}
table.gis-table-style .label-blue {
    background-color: #4DD4FD;
    color: #FFF;
}

table.gis-table-style .label-red {
    background-color: #A72618;
    color: #FFF;
}


table.gis-table-style input[type="checkbox"] {
    margin: 0;
}
/*
 *  SPECIAL RULES
 */

/*
*   PROGRAMMAZIONI ATTIVE - CORSO NON IN CORSO
*/
#tabella-programmazioni-attive .gis-table-style colgroup :nth-child(1)
{
    width: 30px !important;
}
#tabella-programmazioni-attive .gis-table-style colgroup :nth-child(2)
{
    width: 100px !important;
}
#tabella-programmazioni-attive .gis-table-style colgroup :nth-child(3)
{
    width: 50px !important;
}
#tabella-programmazioni-attive .gis-table-style colgroup :nth-child(4)
{
    width: 100px !important;
}
#tabella-programmazioni-attive .gis-table-style colgroup :nth-child(5)
{
    width: 100px !important;
}

/*
*   PROGRAMMAZIONI ATTIVE - CORSO IN CORSO
*/
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(1)
{
    width: 30px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(2)
{
    width: 70px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(3)
{
    width: 75px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(4)
{
    width: 80px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(5)
{
    width: 55px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(6)
{
    width: 100px !important;
}
#tabella-programmazioni-non-attive .gis-table-style colgroup :nth-child(7)
{
    width: 100px !important;
}
/*
*   TABELLA PROGRAMMAZIONI
*/
#tabella-sessioni-container {
    overflow: auto;
}

#tabella-programmazioni-container {
    margin-top: 10px;
}
/*
*   TABELLA GESTIONE PARTECIPANTI
*/

#tabella-gestione-partecipanti-filtrati .gis-table-style colgroup :nth-child(1)
{
    width: 50px !important;
}


#tabella-gestione-partecipanti-selezionati .gis-table-style colgroup :nth-child(1)
{
    width: 50px !important;
}


/*
*   TABELLA REGISTRO
*/

#registro-corso-tabella .gis-table-style colgroup :nth-child(1)
{
    width: 50px !important;
}

/*
 *  GIS - ICO
 */

.action-ico
{
    height: 20px;
    width: 20px;
}

.bt {

    background-repeat:no-repeat;
    background-size: 16px;
    display:block;
    overflow:hidden;
    height:16px;
    width:16px;
    float: left;
    margin-right: 3px;
    margin-left: 2px;
    cursor: pointer;
}

.bt-dettagli{background-image: url('../Images/dettagli.png');}
.bt-dettagli.disabled{background-image: url('../Images/dettagli_d.png');}
.bt-stop{background-image: url('../Images/gistable_stop.png');}
.bt-stop.disabled{background-image: url('../Images/gistable_stop_d.png');}
.bt-avanti{background-image: url('../Images/gistable_avanti.png');}
.bt-avanti.disabled{background-image: url('../Images/gistable_avanti_d.png');}
.bt-indietro{background-image: url('../Images/gistable_indietro.png');}
.bt-indietro.disabled{background-image: url('../Images/gistable_indietro_d.png');}
.bt-edit{background-image: url('../Images/gistable_modifica.png');}
.bt-edit.disabled{background-image: url('../Images/gistable_modifica_d.png');}
.bt-double{background-image: url('../Images/gistable_duplica.png');}
.bt-double.disabled{background-image: url('../Images/gistable_duplica_d.png');}
.bt-remove{background-image: url('../Images/gistable_rimuovi.png');}
.bt-remove.disabled{background-image: url('../Images/gistable_rimuovi_d.png');}
.bt-reg{background-image: url('../Images/gistable_registra.png');}
.bt-reg.disabled{background-image: url('../Images/gistable_registra_d.png');}
.bt-part{background-image: url('../Images/gistable_utenti.png');}
.bt-part.disabled{background-image: url('../Images/gistable_utenti_d.png');}
.bt-add{background-image: url('../Images/gistable_aggiungi.png');}
.bt-add.disabled{background-image: url('../Images/gistable_aggiungi_d.png');}
.bt-save{background-image: url('../Images/gistable_salva.png');}
.bt-save.disabled{background-image: url('../Images/gistable_salva_d.png');}
.bt-print{background-image: url('../Images/gistable_stampa.png');}
.bt-print.disabled{background-image: url('../Images/gistable_stampa.png');}
.bt-storico{background-image: url('../Images/storico.png');}
.bt-storico.disabled{background-image: url('../Images/storico.png');}
.bt-storico{background-image: url('../Images/storico.png?rev=0');}
.bt-storico.disabled{background-image: url('../Images/storico.png?rev=0');}
.bt-nuovaFormazioneMultipla{background-image: url('../Images/tb_nuovo.png');}
.bt-nuovaFormazioneMultipla.disabled{background-image: url('../Images/tb_nuovo.png');}
.bt-modificaFormazioneMultipla{background-image: url('../Images/gistable_modifica.png');}
.bt-modificaFormazioneMultipla.disabled{background-image: url('../Images/gistable_modifica.png');}
.bt-verifica{background-image: url('../Images/gistable_verifica.png');}
.bt-rimuoviVerifica{background-image: url('../Images/gistable_rimuovi_verifica.png');}

/* EDIT - DOUBLE - REMOVE - REGISTRO - PARTECIPANTI - ADD -->BUTTONS:DISABLED */

.bt.disabled {
    cursor: default !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
