.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.feature.col div.border {
    border: 1px solid #dee2e6 !important;
    padding: 1rem;
}

#tools .feature.col.home div p {
    min-height: 72px;
}

#title h2 a.tit {
    color: #212529;
    text-decoration: none;
}
#title h2 a.tit img{
    vertical-align: text-bottom;
    margin-right: 0.2rem;
}
#tools h2{
    font-size: 1.5rem;
}
.alert-success,
.alert-danger {
    border-radius: 14px;
}

.bg-info {
    background-color: #17a2b86e !important;
}

.bg-success {
    background-color: #28a7458c !important;
}

.bg-danger {
    background-color: #dc354585 !important;
}

table.results th {
    border: none;
}

.logout {
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

.tableFixHead {
    overflow: auto;
    height: 350px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}

a, a:hover {
    color: #28a745;
}
.calendar-icon{
    max-height:38px;
}
.lbl-date{
    line-height:35px;
    margin-right: 1rem;
}
.cursor-pointer{
    cursor: pointer;
}

.btn-primary {
  margin-bottom: 10px;
}

#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.btn{
    height: 40px;
}