﻿.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
  border-bottom:1px solid #22287d;
}

.footable {
	border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: solid #323cb6 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #f8f8f8;
}

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

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

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

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

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

.footable > tbody > tr > td, .footable > thead > tr > th {
  border-left: 1px solid #323cb6;
  border-top: 1px solid #323cb6;
  padding: 10px;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: /*#dce9f9*/ #22287d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(/*#dce9f9*/ #22287d));
  background-image: -webkit-linear-gradient(top, /*#ebf3fc*/ #323cb6, /*#dce9f9*/ #22287d);
  background-image: -moz-linear-gradient(top, /*#ebf3fc*/ #323cb6, /*#dce9f9*/ #22287d);
  background-image: -ms-linear-gradient(top, /*#ebf3fc*/ #323cb6, /*#dce9f9*/ #22287d);
  background-image: -o-linear-gradient(top, /*#ebf3fc*/ #323cb6, /*#dce9f9*/ #22287d);
  background-image: linear-gradient(to bottom, /*#ebf3fc*/ #323cb6, /*#dce9f9*/ #22287d);
  
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

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

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

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
  -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.footable-first-column {
  -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.footable-last-column {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

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

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
  border-left: none;
}

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