.widget-user-header {
    height: 150px !important;
}

.widget-user-image {
    top: 90px !important;
}

.list-unstyled hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.small-box {
    cursor: pointer;
}

tr.danger td {
    background-color: #e66363 !important;
}

#doctor-queue > div {
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#doctor-queue div:last-child > a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#doctor-queue > div > a {
    padding: 15px;
    display: block;
}

#doctor-queue > div > a.active {
    background: #0d6aad;
}

#doctor-queue > div > a.active h2, #doctor-queue > div > a.active h3 {
    color: #fff;
}

#doctor-queue > div h2 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#doctor-queue > div h3 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #000;
    margin-top: 10px;
}

#doctor-tr {
    cursor: pointer;
}

.store-table .table .active td {
    background-color: #0d6aad !important;
    color: #fff;
}

.store-table td {
    cursor: pointer;
    padding: 20px 10px !important;
}

.lab-option th, .table-border td {
    padding: 15px 5px 5px;
}

.lab-option input {
    border: 0;
    border-bottom: 1px solid black;
    background: none;
}

.parent-referer {
    cursor: pointer;
}

.dropdown-header {
    border-bottom: 1px solid #ece5e5;
}

.name-like-img {
    font-size: 18px;
    background-color: #f39c12;
    padding: 3px;
    text-align: center;
    color: #fff;
}
.users-list>li  {
}
.users-list-name {
    display: inline-block;
    float: left;
    margin-left: 15px;
    text-align: left;
}
.online-user-img {
    float: left;
}

.ambulatory-client-suggestions {
    margin: 0 0 15px;
    max-height: 360px;
    overflow-y: auto;
}

.ambulatory-client-suggestion {
    width: 100%;
    text-align: left;
    border: 1px solid #d2d6de;
    border-radius: 4px !important;
    margin-bottom: 8px;
    padding: 12px 14px;
    white-space: normal;
}

.ambulatory-client-suggestion:hover,
.ambulatory-client-suggestion:focus {
    background: #f7fbff;
    border-color: #3c8dbc;
}

.ambulatory-client-suggestion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.ambulatory-client-suggestion-title {
    font-size: 15px;
    line-height: 1.3;
}

.ambulatory-client-suggestion-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    color: #555;
    font-size: 12px;
    line-height: 1.4;
}

.ambulatory-client-meta-item {
    min-width: 130px;
}

.ambulatory-client-suggestion-flags {
    margin-top: 8px;
}

.ambulatory-client-suggestion-flags .label {
    margin-right: 5px;
}

.ambulatory-selected-client {
    background: #f1fbf5;
    border: 1px solid #00a65a;
    border-radius: 4px;
    margin: 0 0 15px;
    padding: 10px 12px;
}

.ambulatory-selected-client-label {
    color: #008d4c;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.ambulatory-selected-client .ambulatory-client-suggestion-header {
    padding-right: 85px;
}
