﻿/* $Id: parclient.css 18134 2020-05-06 15:44:41Z mwagoner $ */
.pcLogo {
    height: 44px;
    margin-bottom: 16px;
}

/* Used by receiving, order edit and dispense item windows to format cells */

.receivingCellDisabled {
    background-color: #E8E8E8 !important;
    border: 1px #E8E8E8 solid !important;
}

.receivingCellMissing {
    border: 1px #A00000 solid !important;
}

/* Used by arrange beds dnd */

.pdbDisplay-hover {
    border: 1px solid red;
}

.pdbDisplayFocus {
    border: 1px solid black !important;
}

.pdbDisplaySelected {
    background-color: #EFEFEF !important;
}
