﻿body {
    background-color: #F5DEB3;
    color: Black;
    font-size: large;
}
table {
}
form {
  
   
    color: Black;
   
}

.masterhide
{
    display: none;
}
.mastershow
{
    font-size:large;
   
}
.htdMasterTop
{
            background-color:  #000080;
            color: White;
            width: 250px;
            
}

.htdMasterSide
{
            background-color:#000080;
            color: White;
            width: 100px;
            text-align:inherit;
            vertical-align: top;
            vertical-align:text-top;
            
}


.pgfForPageTitle
        {
            width: 850px;
            background-color: #dab3ff;
            text-align:center;
            font-size:large;
         
        }
.pgfForPageNote
        {
            width: 850px;
            background-color: #FFFAF0;
            text-align: left;
            font-size:large;
         
        }
 
.btnForNavButtons
{
    font-size:large;
    background-color: Maroon;
    color: White;
    
}
.pgfForNavButtons
{
    background-color: #D3D3D3;
}
.tblForNavButtons
{
    width: 664px;
    background-color: #D3D3D3;
}
.btnForApiButtons
{
    font-size:large;
    background-color: #666600;
    color: White;
    
}
.pgfForApiButtons

    background-color: #D3D3D3;
}
.tblForApiButtons
{
    width: 850px;
    background-color: White;
}
.htbRowHide
{
    display: none;
}
.htbRowShow
{
    
}
.htbSTandard
{
    width: 850px;
    background-color:#FFFFE0;
}


.divHide
{
    display: none;
}
.gridstandard
{
    background-color: Gray;
}

/* 2025 April */
table.tblExportPanel
{
    background-color: Silver;
   
   
}

table.tblForMultiViewTabs
{
    background-color: Gray;
   
    padding-right: 30px;
    padding-left: 30px;
}
table.tblForPidDetails
{
    
    border: 1px solid;
    background-color: white;
   border: 1px solid;
    padding-right: 30px;
    padding-left: 30px;
    width: 500px
}
    

table.tblForSearchGrid
{
    background-color: Yellow;
   border: 1px solid;
    padding-right: 30px;
    padding-left: 30px;
    width: 900px
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
