﻿[data-code],
[data-patient] {
    cursor: pointer;
}


.card {
    width: 10.7rem;
    margin: 0 0.5rem 1rem 0.5rem;
}

.card {
    width: 10.7rem;
    margin: 0 0.5rem 1rem 0.5rem;
}

.card .chkbx {
    position: absolute;
    top: 2px;
    right: 4px;
}

.card.patient-discharged {
    background:rgba(191, 191, 191, 0.50);
}

.card.charges-today {
    background:rgba(253, 86, 86, 0.29);
}
.card.charges-today .text-muted {
    color:#121212 !important;
}


.bootstrap-datetimepicker-widget a {
    color: #2c3e50
}

.info-smaller {
    font-size: 0.8em;
}

#filter select,
#search input {
    margin-left: 0.5em;
    display: inline-block;
}

.phy-confirm {
    font-size:1.3em;
}

.container footer .username {
    margin-top:-18px;
}