/* ###### wiTABLE ############################################# */
table.wiTable tr.headers, table.wiTable thead tr { background: #F5F5F5;}
table.wiTable thead th {
    position: relative;
    background-image: none !important;
}
table.wiTable thead th.wicket_orderNone:after,
table.wiTable thead th.wicket_orderUp:after,
table.wiTable thead th.wicket_orderDown:after {
    position: absolute;
    top: 5px;
    right: 3px;
    display: block;
    font-family: FontAwesome;
}
table.wiTable thead th.wicket_orderNone:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.wiTable thead th.wicket_orderUp:after {
    content: "\f0de";
}
table.wiTable thead th.wicket_orderDown:after {
    content: "\f0dd";
}
table.wiTable tr.navigation div.navigator { float: left; margin-left: 2em; margin-top: -.2em; border: none;}
table.wiTable tr.navigation div.navigatorLabel { float: right; font-size: 85%; font-family:verdana; padding: .3em .5em .2em .5em; margin-top: -.2em; border: 1px solid #DDDDDD; margin-left: .5em; background: #FFF;  color: #693;}
table.wiTable tr.navigation div.navigator ul.pagination { margin: 0;}

/* ###### wiFILTER ########################################### */
fieldset.wiFilter {
  border: #D9DADB solid thin;
  background-color: #F5F5F5;
  padding: 0 .5em .5em .5em; 
  margin-bottom: .7em;
}
fieldset.wiFilter legend {
  font-size: small;
  margin-left: .5em;
  margin-right: .5em;
  width: auto;
}

.dataView {
  background: #F5F5F5;
  font-weight: bold;
  font-size: 108%;
  font-style: normal;
  display: inline;
  padding: 0 .4em;
  margin-right: .1em;
  line-height: 140%;
}
.dataViewBlock {
  background: #F5F5F5;
  font-size: 108%;
  font-style: normal;
  display: block;
  padding-right: .1em;
  padding-left: .1em;
  margin-right: .1em;
  margin-top: .2em;
}
