
table.list{
  width:100%;
  margin: 5px 0px 0px 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.list thead tr{
  border:1px solid #ddd;
  background-color:#eee;
  /*background: -moz-linear-gradient(bottom, rgba(68,161,218,0.2) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  /*background: -webkit-linear-gradient(bottom, rgba(68,161,218,0.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to top, rgba(68,161,218,0.2) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
table.list tbody tr{
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

table.list .order {
  color:#4382da;
}
table.list th {
  color: white;
  height:40px;
  font-size:10px;
  font-weight:bold;
  vertical-align: middle;
  padding-left:5px;
  text-transform: uppercase;
}

table.list td {
  font-size:12px;
  padding: 5px;
}

table.list a.action > i,
table.list a.action > span {
  display:inline-block;
  float:left;
}
table.list a.action i + span {
  margin-left:2px;
}

table.list a.action {
  display:inline-block;
  margin-right:0px;
  text-align:center;
}

table.list .action-titled {
  text-align:right;
  padding-right:5px;
}

table.list a.data-table-link {
  text-align: left;
  display: inline-block;
}
table.list a.data-table-link:hover {
  color:#4382da;
}

table.list a.pop_over_datatable {
  margin-left: 5px;
  display: inline-block;
}
table.info {
  background-color:#fff;
  width:100%;
}
table.info tbody tr {

}
table.info tbody tr td:first-child{
  background-color:#eee;
  text-transform:uppercase;
  padding-right:20px;
  border-bottom:2px solid #fff;
  width:1%;
  white-space:nowrap;
}
table.info tbody tr td{
  padding:5px;
}
/*
table.list td a i span {
  margin-left: 5px;
  color:#424242;
  font-size: 12px;
}

table.list tr:hover {
  background-color:#eee;
}
*/

table.list.browser a.action {
  display:inline-block;
  margin-right:6px;
  text-align:center;
}
