﻿.table table tbody tr td a:not(.bottone),
.table table tbody tr td span:not(.span_Icona) {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table table > tbody > tr > td > span:not(.span_Icona) {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007bff;
    border-color: #007bff;
}

.table table > tbody > tr > td:first-child > a:not(.bottone),
.table table > tbody > tr > td:first-child > span:not(.span_Icona) {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a:not(.bottone),
.table table > tbody > tr > td:last-child > span:not(.span_Icona) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:not(.bottone):hover,
.table table > tbody > tr > td > span:not(.span_Icona):hover,
.table table > tbody > tr > td > a:not(.bottone):focus,
.table table > tbody > tr > td > span:not(.span_Icona):focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


.ignoreGridViewBootstrap {
    padding: 0px 0px 0px 0px !important;
    border: 0 !important;
    background-color: transparent !important;
}