/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 21, 2019, 8:17:55 AM
    Author     : User
*/

.recent-patients-widget{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.recent-patients-widget .title{
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5bd;
    position: sticky;
    top: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #4c4747;
}

.recent-patients-widget .templates{
    display: none;
    border: solid 1px;
}

.recent-patients-list{
    padding: 5px;
    /*height: calc(100% - 27px);*/
    /*height: 100%;*/
    background-color: #f5f5f5;
}

.recent-patients-widget .patient-entry{
    line-height: 16px;
    margin-bottom: 6px;
    display: block;
    font-weight: normal;
}

.recent-patients-widget .name{
    text-transform: uppercase;
    font-size: 16px;
}

.recent-patients-widget .info{
    font-size: 11px;
}