@import url("bundle.css");
.table thead .sorting span:after {
      content: '\f107';
      color: #80838b; }
.table thead .sorting_asc {
    background: none !important; }
.table thead .sorting_asc span:after {
      content: '\f106'; }
.table thead .sorting_desc {
    background: none !important; }
.table thead .sorting_desc span:after {
      content: '\f107'; }
.list-links li a strong.nowhitespace {
    white-space: nowrap;
}
#Password-error {
    font-size: 12px;
}