/* Plugins Footable */
@font-face {
  font-family: 'footable';
  src: url('../fonts/footable/footable.eot');
  src: url('../fonts/footable/footable.eot?#iefix') format('embedded-opentype'), url('../fonts/footable/footable.woff') format('woff'), url('../fonts/footable/footable.ttf') format('truetype'), url('../fonts/footable/footable.svg#footable') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url('../fonts/footable/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}
.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}

/* Mi CSS */
.title{
  font-weight: bold;
  border-bottom: medium solid #6d6d70;
  padding: 10px 0;
  color: #6d6d70;
}
.footable > thead > tr > th{
  color: #746599;
}
