﻿.dataTables_filter, .dataTables_info {
    display: none;
}

.cellR {
    text-align: right;
}

.cellC {
    text-align: center;
}
 .table > tbody > tr > td {
            padding: 6px !important;
        }
.fa-disabled {
  opacity: 0.6;
  cursor: pointer;
  /* cursor: not-allowed;
      pointer-events: none;
      */
}
label {
    font-weight: 100 !important;
}

/*Hide password reveal on IE10+*/
::-ms-reveal {
    display: none;
}