span.fixed-width-padded_FieldLabel {
  display: inline-block; /* Allows width and padding to be applied correctly */
  width: 140px;           /* The total desired width of the element */
  padding: 4px;          /* Adds 10px of padding on all sides (top, right, bottom, left) */
  box-sizing: border-box; /* Ensures the 150px width includes the 10px padding */
  border: 1px none #ccc; /* Optional: for visualization */
}

span.fixed-width-padded_FieldValue {
  display: inline-block; /* Allows width and padding to be applied correctly */
  width: 300px;           /* The total desired width of the element */
  padding: 4px;          /* Adds 10px of padding on all sides (top, right, bottom, left) */
  box-sizing: border-box; /* Ensures the 150px width includes the 10px padding */
  border: 1px none #ccc; /* Optional: for visualization */
}



.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}





/* 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;
  color: black;
  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;
}

input[type="file"]file-selector-button {  
  background-color: whitesmoke;
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  text-decoration: none;
}

input[type="file"]::file-selector-button:hover {
  background-color: lightgrey;

}



.virInactivePSHYPERLINK {
font-family: Arial,sans-serif;
font-size: 9pt;
font-weight: normal;
font-style: normal;
color: #3C3C3C; /* #369; */
line-height: 100%;
border-style: none;
}


#blueborderLogoutMessageDiv {
	
	height:120px;
	
}

.blueborderLogoutMessageSpan {
	
	color: black;
	
}


.bodybackground {
	background-color: white;
}



.virLinkPAPAGEINSTRUCTIONS {
    color:  #A3BED8; 
    /* same color as blue border */
    
    
    font-family: Arial;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
}

.virMarginLeftStandard {
	margin-left:10px;
}


#uploadFormId {
	

	margin-top:10px;
	
	
	
	
}


.virEditBoxHelperExampleText {
	
	font-style:italic;
	font-size:9pt;
	
	color: #3C3C3C;
    font-family: Arial,sans-serif;
    

    
    font-weight: normal;
	
	
}

.virEditBoxWhatsNewLink {
	
	font-style:italic;
	font-size:9pt;
	
	color: blue;
    font-family: Arial,sans-serif;
    
    
    text-decoration: underline;

    
    font-weight: normal;
	
	
}


.virPoVendorInvoiceInfoBox {

	padding-right:5px;
	padding-top:5px;
	float:right;
	
	
	
}

.virSecondaryPageInstructions {
	
	/* based on PAPAGEINSTRUCTIONS */
	
	font-style:italic;
	font-size:9pt;
	
    color: #3C3C3C;
    font-family: Arial;
    /*font-size: 9pt;
    font-style: normal;
    */
    font-weight: normal;
}



.virPlannedOutageMessage {
	float: left;
	background-color: yellow;
	width: 94%;
	font-style: italic;
	word-wrap: break-word;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif
}
.virPlannedOutageMessageCloseBox {
	float:right;display: hide;width:6%;background-color: white
}






.validateInputFieldShort{
  width: 128px;	
	
}

.validateInputFieldLong{
  width: 210px;	
	
}


.validateInputFieldLonger{
  width: 340px;	
	
}



.virGroupBoxSpan {
	
	
	/*float: left;*/
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.virPageInstructionsSpan {
    padding-left: 5px;
	
}

.virPageWidth{
  
   width:99%; 
   /* old
   width:650px;	
   */
}

.virBodyWidth{
	width:100%;
	/*width:710px; 
	/*was 700px
	/*so the virPageWidth will be 90%, or whatever % we want, of this */
}

.virFinanceImageAlignment { /*margin-left: 10px;*/
	margin-bottom: 20px;
	
}



.virDivGeneral {

	padding-left: 0px;
	
	
	margin-top: 5px;
	margin-bottom: 5px;
	

	
}

.virDivSmallTopMargin {

	padding-left: 0px;
	
	margin-top: 5px;
	

	
}


table#virValidateFormTableId {
	background-color: transparent;
	border-collapse: collapse;
	table-layout: fixed;
	width: 50%;
	text-align: left;
	/*width: 80%;*/
	border: 0;
}


.blueBorder {
    border-color: #A3BED8;
    border-style: solid;
    border-width: 1px;
}




table#virValidateFormTableId td {
	text-align: left;
	/*border: 1px solid black;*/
	padding-left: 0px;
	padding-right: 5px;
}

table#virValidateFormTableId th {
	/*background-color: white */
}

table#virValidateFormTableId td:first-child {
	/*width: 20%; */
}


/*style="border: 1px solid black; width: 20%; border-spacing: 0;
    border-collapse: collapse; "
*/
table.virPoIdTable {
	border: 0;
	width: 30%;
	border-spacing: 0;
	border-collapse: collapse;
	white-space:nowrap;
	padding: 5px;
	
	
	
}

table.virPoIdTable td {
	border: 1px solid lightGray;
	

	
	white-space:nowrap;
}
table.virPoIdTable th {
	border: 1px solid lightGray;
	

	
	white-space:nowrap;
}

.virPoIdTableText {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
}

.virPoIdTableTextHeader {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	
}

.virPoIdTableTdHeader {
	text-align: left;
}

.virPoIdTableTd {
	text-align: right;
}

.virPoIdTableOddRow {
	background-color: white;
}

.virPoIdTableEvenRow {
	background-color: white;
}


.virsuccessfulUploadListTableOddRow {
	background-color: white; 
}
.virsuccessfulUploadListTableEvenRow {
	background-color: #D4DBD9;
	/*background-color: lightgrey;
	*/
}





.virsuccessfulUploadListTableText {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
}

.virsuccessfulUploadListTextHeader {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	
	
	
	

}

.virsuccessfulUploadListTitle {
	
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;

}

.virsuccessfulUploadListTitleTd {
    border-bottom:  1px solid lightGrey;
}



table.successfulUploadList {
	background-color: transparent;
	border-collapse: collapse;
	
	/* same as blueBorder above */
	border-color: #A3BED8;
    border-style: solid;
    border-width: 1px;
	
	
	
}



table.successfulUploadList td {
	
	
	
	padding: 5px;
}





.virsuccessfulUploadListColumn1 {
	
	width: 30%
}

.virsuccessfulUploadListColumn2 {
	
	width: 10%;
}

.virsuccessfulUploadListColumn3 {
	
	width: 10%;
}

.virsuccessfulUploadListColumn4 {
	
	width: 25%;
}

.virsuccessfulUploadListColumnNames {
	/*try the default height ...if we want we can set it...height: 30px;*/
	/*background-color: lightGray; */
	background-color: white; 
}