.orders-content-wrapper tr.labelHeader th.filter-th {
  position: relative;
  padding-right: 20px; }
.orders-content-wrapper tr.labelHeader th.filter-th:after {
  content: "\e138";
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 1;
  color: #337ab7;
  cursor: pointer; }
.orders-content-wrapper tr.labelHeader th.filter-th:hover:after {
  color: #63a0d4; }
.orders-content-wrapper tr.filterHeader {
  border: none;
  background-color: #ddd;
  box-shadow: inset 0px 2px 3px 0 #aaa, inset 0px -2px 3px 0 #aaa; }
  .orders-content-wrapper tr.filterHeader th {
    border: none;
    font-weight: normal;
    padding: 0;
    pointer-events: none; }
  .orders-content-wrapper tr.filterHeader th:after {
    content: none; }
  .orders-content-wrapper tr.filterHeader div {
    height: 0;
    max-height: 0;
    padding: 0 8px;
    transition: height 0.3s, max-height 0.3s, padding 0.3s;
    overflow: hidden;
    pointer-events: all; }
  .orders-content-wrapper tr.filterHeader select {
    width: 100%; }
.orders-content-wrapper tr.filterHeader.expand div {
  height: 45px;
  max-height: 45px;
  padding: 11px 8px;
  transition: height 0.6s, max-height 0.6s, padding 0.6s; }
.orders-content-wrapper .export-anchor.disabled {
  cursor: default;
  color: gray; }

/*# sourceMappingURL=orders.css.map */
