﻿.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}

.footable {
  border-spacing: 0;
  width: 100%;
  border: solid #C6DBEE 1px;
  border-left:0px;
  /*-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;*/
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #444;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('img/plus.png') no-repeat 5px center;}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('img/minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:hover {
  background:#ECF9FF;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #C6DBEE;
  border-top: 1px solid #C6DBEE;
  padding: 2.5px;
  text-align: center;font-weight:normal;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color:#ECE1D6;
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF5EC), to(#FFEAD5));
  background-image: -webkit-linear-gradient(top, #FFF5EC, #FFEAD5);
  background-image: -moz-linear-gradient(top, #FFF5EC, #FFEAD5);
  background-image: -ms-linear-gradient(top, #FFF5EC, #FFEAD5);
  background-image: -o-linear-gradient(top, #FFF5EC, #FFEAD5);
  background-image: linear-gradient(to bottom, #FFF5EC, #FFEAD5);*/
  -webkit-box-shadow: 0 1px 0 #C9C5C5 inset;
  -moz-box-shadow: 0 1px 0 #C9C5C5) inset;
  box-shadow: 0 1px 0 #C9C5C5 inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.footable > thead > tr > th{border-top:0px solid #C6DBEE; background: #2DAFE4; color: #fff; font-family: Monda, Arial, Helvetica, sans-serif; font-size: 14px;}
.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
 /* -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;*/
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
  /*-moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
 -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}*/

.footable > tbody img {
  vertical-align:middle;
}