
/*For use with plain text or <a> tags to align properly with selects or inputs vertically centered*/
.cellPadTop {padding-top: .9rem !important;}


/*Removes extra padding between rows except last child so there's padding before bottom of box
 Currently used in LocationAddress.php but adding class RowForm in the section tag of any form-like
 Page, will get this same result*/
.RowForm .RowBox .tRow:not(:last-child) > .tCell { padding-bottom: 0 !important;}


.narrow-header {padding: 3px 0;}

/* New Classes used to size a 24 x  image or icon to 20, 18, or 16 Also class for an exact 24 x 24 */
.exactsize24 {width: 24px; height: 24px;}
.size22      {width: 22px; height: auto;}
.size20      {width: 20px; height: auto;}
.size18      {width: 18px; height: auto;}
.size16      {width: 16px; height: auto;}


/* Overlay template to block interaction with UI controls.
   It fills its parent with a semi-opaque box */
.UIgrayout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: #F5F5F599;
}
