/******************************************************************************************/
/******************************************************************************************/
/*                                                                                        */
/* Copyright 2018 Precision Computer Works Inc / eJournalPress                            */
/*                                                                                        */
/* ejp_uat.css                                                                            */
/*                                                                                        */
/* $Id: ejp_uat.css,v 91.0 2019/09/25 02:39:10 plotkin Exp $                             */
/*                                                                                        */
/* Permission is hereby granted, free of charge, to any person obtaining a copy of this   */
/* software and associated documentation files (the "Software"), to deal in the Software  */
/* without restriction, including without limitation the rights to use, copy, modify,     */
/* merge, publish, distribute, sublicense, and/or sell copies of the Software, and to     */
/* permit persons to whom the Software is furnished to do so, subject to the following    */
/* conditions:                                                                            */
/*                                                                                        */
/* The above copyright notice and this permission notice shall be included in all copies  */
/* or substantial portions of the Software.                                               */
/*                                                                                        */
/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,    */
/* INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A          */
/* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT     */
/* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF   */
/* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE   */
/* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                                          */
/*                                                                                        */
/*                                                                                        */    
/******************************************************************************************/
/******************************************************************************************/

/****************************************************************/
/*  ejp_uat page display- wide default/override rules */
/****************************************************************/

.ejp-uat-added-terms{
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 10px;
    border-collapse: collapse;
}
.ejp-uat-added-terms TD, .ejp-uat-added-terms TH{
    border: 1px solid black;
    padding: 4px 4px 4px 4px;
}
.ejp-uat-remove-link {
    cursor: pointer;
}
.ejp-uat-infolink {
    display:inline;
    padding-left: 5px;
}
.ejp-uat-info{
    border: 1px solid black;
    padding: 6px 6px 6px 6px;
    margin-left:7px;
    min-height: 200px;
    min-width: 200px;
}
.ejp-uat-info-title{
    font-weight:bold;
    display:inline;
}
.ejp-uat-info-section{
    margin-bottom:10px;
}
.ejp-uat-added-external-id{
    padding-left:8px;
    display:inline;
}
.ejp-uat-autocompleter TD{
    vertical-align: top;
}
.ejp-uat-link{
    display:inline;
    padding-right:10px;
}
.ejp-uat-links{
    padding-top:10px;
    padding-bottom:10px;
}
.ejp-uat-autocompleter .autocomplete{
    max-height: 400px;
    max-width: 400px;
    overflow-y: scroll;
    white-space: normal;
}
.ejp-uat-autocompleter .autocomplete UL LI{
    padding: 4px 6px;
}
.ejp-uat-info-add {
    display:inline-block;
    margin-left:7px;
    cursor:pointer;
    vertical-align: middle
}
.ejp-uat-info-add IMG{
    width:13px;
    height:auto;
}
.ejp-uat-info-term {
    display:inline-block;
    vertical-align: middle
}
.ejp-uat-clipboard {
    max-width:400px;
    position:absolute;
    border:1px solid black;
    padding:5px;
    background-color:white;
    z-index:200;
}
.ejp-uat-clipboard-close {
    cursor:pointer; 
    float:right;
}
.ejp-uat-clipboard-close IMG{
    width:20px;
    height:auto;
}