/* Shared VF Medi page behavior and controls. */
.page-wrapper {
    display: block;
}

.f-icon .fas {
    display: inline-block;
    color: #64748b;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.patient-table .f-icon {
    overflow: visible;
    position: relative;
}

.patient-table .dropdown {
    position: relative;
    z-index: 10;
}

.patient-table .dropdown-menu {
    z-index: 1050;
}

.patient-table .table-responsive {
    overflow: visible;
}
