.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;
}