﻿#patientListDiv input::-ms-clear 
{
    display: none;
}

#patientListHeader
{
    position:absolute;
    z-index: 10;
    border-bottom-color: lightGrey; 
    box-shadow: 0px 0px 3px 0px gray;
}

#subheader 
{
    height: 55px;
}

#unit-button
{
    float: right;
    border: none;
    background: none;
    box-shadow: none;
    right: 19px;
}

#unit-button > span
{
    border: none;
}

.divider
{
    position: absolute;
    height: 52px;
    width: 2px;
    right: 97px;
    margin-top: 2px;
    background-image: url("images/subheader/unitHeaderSplitter.png");
}

#patientListDiv 
{
    -webkit-overflow-scrolling: touch;
    position: absolute;
    padding: 8px;
    top: 105px;
    bottom: 0;
    left: 0;
    right: 0;
}

#patientListDiv .ui-listview-filter 
{
	margin: 0 0 5px 0 !important;
    display: none;
}

#patientList 
{
    margin-top: 0;
}

.directory-text {
    color: #515151;
    font-size: 12px;
    font-weight: bold;
}

.directory-text-muted {
    color: #878787;
}

.listPatientId
{
    padding-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listPatientName
{
    font-size: 14px;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.listBedName
{
    float: right;
    padding-right: 10px;
}

.listUnitName
{
    float: right;
    padding-left: 10px;
    border-left: 1px solid #878787;
}

.physician-info {
    padding-bottom: 10px;
	white-space: nowrap;
}

.physician-label,
.group-label {
    display: inline-block;
    vertical-align: text-bottom;
}

.listAttendDoc,
.listGroup {
    margin-left: 6px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pipe {
    font-size: 15px;
    font-weight: normal;
}

.panel-popover
{
    color: black;
    display: block;
    font-weight: normal;
    line-height: 1;
    cursor: auto;
    position: fixed;
    top: 116px;
    bottom: 10px;
    right: 10px;
    background-color: white;
    z-index: 55;
    border: 3px solid black;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    overflow-x: visible;
    width: 20%;
    min-width: 250px;
}

.panel-popover > .popover_triangle
{
    position: absolute;
    top: -34px;
    right: 23px;
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 16px solid transparent;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid black;
}

#units
{
    border: 0;
    display: block;
    min-height: 100%;
}

#unitName
{
    position: absolute;
    float: left;
    margin-left: 30px;
    margin-top: 17px;
    color: #515151;
    text-shadow: none;
    font-size: 18px;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#unitlist
{
	-webkit-overflow-scrolling: touch;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.unitListName
{
    float: left;
    font-size: 9pt;
    width: 100%;
    height: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width : 1085px) and (min-width : 1010px) {
    .group-label {
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 45%;
        min-width: 50px;
    }
}

/* Medium - Portrait */
@media only screen and (max-width : 1010px) {
    .physician-label,
    .group-label {
        display: block;
    }

    .pipe {
        display: none;
    }

    .listAttendDoc,
    .listGroup {
        position: absolute;
        left: 85px;
        margin-left: 0;
        max-width: 74%;
        min-width: 50px;
    }
}

/* Small - Portrait */
@media only screen and (max-width : 450px) {
    .listAttendDoc,
    .listGroup {
        max-width: 63%;
    }
}