/*gridview*/

/*.table table > tbody > tr > td >{
    background-color:#f9f9f9;
}*/
.table-bordered td, .table-bordered th {
    border: none;
}

.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table tbody tr td a, .table table tbody tr td span{
border-radius: 20px 20px 20px 20px;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
border-radius: 20px 20px 20px 20px;
margin-left: 0;
/*border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
    border-radius: 20px 20px 20px 20px;
/*border-top-right-radius: 4px;
border-bottom-right-radius: 4px;*/
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}

/*end gridview */