.feather-18 {
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

.algolia-autocomplete {
    width: 100%;
}
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
}
.algolia-autocomplete .aa-hint, .aa-suggestions {
    color: #000;
}
.algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 4px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #B2D7FF;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal;
}

.table-muted, .table-muted a, .table-muted a:active, .table-muted a:hover, .table-muted a:visited {
  color: #b9b9b9 !important;
  background-color: #ececec !important;
}

/* #header {
    position: fixed !important;
    top: 0;
    width: 100%;
}

content {
    position: absolute;
    top: 90px;
    bottom: 110px;
    width: 100%;
    overflow:scroll;
}

*/

.fill {
    min-height: 100%;
    height: 100%;
    width: 100%;
}
/* 
.subfill {
    display: inline-block;
    min-height: 81.40%;
    height: 81.40%;
    width: 100%;
} */

/* #footer {
    position: fixed !important;
    bottom: 0;
    width: 100%;
}  */