.tablesorter th {
    cursor: pointer;
}
.tablesorter th:hover {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
}
a.tablesorter.asc::after,
a.tablesorter::after,
.tablesorter th.headerSortDown::after {
    content: ' \2191';
}
a.tablesorter.desc::after,
.tablesorter th.headerSortUp::after {
    content: ' \2193';
}
a.tablesorter.asc:hover::after {
  content: ' \2193';
}
a.tablesorter.desc:hover::after {
  content: ' \2191';
}

/**
 * js-grid customization
 */
#jsGrid {
    font-size: 0.75em;
}
.jsgrid-grid-body {
    font-size: 0.75em;
}
.jsgrid-cell {
    padding: 1px;
}
.jsgrid-cell select,
.jsgrid-cell input {
    font-size: 0.9em
}

.jsgrid-cell input {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}
.jsgrid-cell select {
    display: inline-block;
}

/*For active tab underline color*/
.tabs .indicator {
  background-color:#009688;
}

/**
 * Auto Save component
 */
[data-auto-save] > .status-indicator,
#autosave-status {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 1rem;
    opacity: 0.75;
    display: none;
    background-color: #d1ecf1;
    width: 100%;
    z-index: 10000;
    font-weight: bold;
}

i.required-asterisk {
    color: #e45e17;
    font-style: normal;
    position: relative;
    top: -3px;
    left: -2px;
    font-size: 13px;
    font-weight: bold;
}
