/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;

	vertical-align: top;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;

	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	display: block;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	vertical-align:  text-bottom bottom;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
TD	
{ 
	vertical-align: middle;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}			


A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#000000;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.hyperlink	{	
	text-decoration:	underline;
	color: Blue;
	}	
	
.panel
{
 border-left:none;
 border-right:none;
 border-top:solid 1px;
 border-bottom:solid 1px;
}	

.panel1
{
 border-left:solid 1px;
 border-right:solid 1px;
 border-top:solid 1px;
 border-bottom:solid 1px;
}	
	
.button
{
	font-size:	8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.dg
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	border-collapse: collapse;
}

table.caption-hidden caption 
{
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0;
    width: 1px;
    caption-side: top; 
    position: relative;    
}

.table-layout-fixed
{
    table-layout: fixed; 
}

.td-break-word
{
    word-wrap: break-word; 
}

.hrskinny
{
  height:1px;  
}

.gv
{
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	border-collapse: collapse;
}

.gv th
{
	background-color: #c0c0c0;
    color:#000000;
	vertical-align: middle;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;	
}

.gvHeader
{
	background-color: #c0c0c0;
}

.gvHeader th
{
    color:#000000;
	vertical-align: middle;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;	
}

.gvAlternatingItem
{
	background-color: #f5f5f5;
}

.gvItem
{
    background-color: White;
}

.dgHeader
{
	background-color: #c0c0c0;
}

.dgHeader th
{
    color: #000000;
    vertical-align: middle;
    font-size: 8pt;
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
}

.dgItem
{
    background-color: White;
}

.dgItem tr.row:hover, tr.over td { background-color: #ffccff; }

.dgLinkButtonItem
{
	border:solid 1px black;
	border-style:solid;
	text-decoration:underline;
}

table.dataTable thead
{
    color: #000000;
}

.dgAlternating, table.dataTable tbody tr.dgAlternating
{
	background-color: #f5f5f5;
}

.dgAlternatingItem, table.dataTable tbody tr.dgAlternatingItem
{
	background-color: #f5f5f5;
}

.listbox
{
	vertical-align: middle;
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.listbox-no-width
{
	vertical-align: middle;
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.dropdownlist 
{
	vertical-align: baseline;
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;
	width: 125px; 
	max-width: 125px;
	height: 17px;
	max-height: 17px;
	min-height: 17px;
}

.dropdownlist-no-width
{
	vertical-align: middle;
	font-size:	8pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 17px;
	max-height: 17px;
	min-height: 17px;	
}

.width-one-seventy-five
{
    width: 175px;
}

.tdmenu	{	
	vertical-align:	baseline;
	font-size:	8pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
.tdbottom	
{
	vertical-align: baseline;
	font-size:	9pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.tdtop
{
	vertical-align: top;
	font-size:	9pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	
	}	
.tdtopmain
{
	vertical-align: top;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	background-color:White;
	vertical-align:top;
	height:400px;
	
	}	
.tdcontent	
{
	vertical-align: top;
	font-size:	8pt;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	border-right: solid 1px silver;
	}
	
.TDBottomBorder
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	vertical-align: bottom;
	text-transform: none;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}		
	
.textbox
{
	font-size:	8pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    }	

.radiobutton
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.formLabeltop
{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}
	
.formLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
}

.linkbutton 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;    
   	text-decoration:underline;
	color:Blue; 
}

.panelLabel
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 1px 1px;
	font-size:9pt;
	background-color: #c0c0c0;
}

.errorLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#DC3545;
}
.menu {
	 width: 780px;
	 text-align:left; 
	 font-size:8pt;
	 }
.navOff
{
	background: url( "images/NavOff.bmp" ) no-repeat left top;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.navOffTop
{
	background: url( "images/NavOffTop.bmp" ) no-repeat left top;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.navOn
{
	background: url( "images/NavOn.bmp" ) no-repeat left top;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.navOnTop
{
	background: url( "images/NavOnTop.bmp" ) no-repeat left top;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOff
{
	background: url( "images/TabOff.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOff_1
{
	background: url( "images/TabOff_1.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOff1stRow
{
	background: url( "images/TabOff1stRow95.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
.tabOn1stRow
{
	background: url( "images/TabOn1stRow95.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOff2ndRow
{
	background: url( "images/TabOff2ndRow95.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOn
{
	background: url( "images/TabOn.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.tabOn_1
{
	background: url( "images/TabOn_1.bmp" ) no-repeat left top;
	padding: 0px 0px 0px 0px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.printLabel
{

}
.printValue
{
}
.popUpCmt
{
	display: none;
}
.btnSmall
{
	height: 15px;
	font-size:7pt;
	border:solid 1px black;
}
.commentWideTextBox
{
	width: 100%;
	border-style: ridge;
	background-color:#eeeeee;
}
.commentMediumTextBox
{
	width: 290px;
	border-style: ridge;
	background-color: #eeeeee;
}.commentSmallTextBox
{
	width: 200px;
	border-style: ridge;
	background-color: #eeeeee;
}
.commentTextBox
{
	border-style: ridge;
	background-color: #eeeeee;
}
.popupCmt
{
	text-align:left;
}
.updating
{
display: none; 
color: green;
}	

.tabMenu
{
	color: #cccccc;
	background-color: #4060a0;
}
.tabMenuSelected
{
	background-color: #6080C0;
	font-weight: bold;
	color: #ffffff;
}
.systemMessage
{
	 border: ridge 1 beige;
	 color: Red;
}	
.shortCuts
{
	vertical-align: middle;
	  border: ridge 1px white;
	  color:black;
	  background-color: #EFEED7;
}

#Menu {
	 width: 783px; 
	 border: solid 1px black;
	 }

#ShortCuts {
	 width: 783px;
	 background-color: #EFEED7;
	 height: auto;
	 border: solid 1px black;
	  }

#Toolbar {
	width: 783px;
	background-color: #DFDFDF;
	border: solid 1px black;
	 }
	 
#Footer {
	width: 783px;
	background-color: #FFFFFF;
	border: solid 1px black;
	 }	 
	 
#MessagePanel {
	width: 783px;
	background-color: #CCCCCC;
	 }	 

#WorkArea { 
	width: 783px; 
	height: auto;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
 	border: solid 1px black;
 	text-align:left; 
   }
   
#ReportArea { 
	width: 780px; 
	height: auto;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
 	border: none;
 	text-align:left; 
   }   
   
#Space { 
	width: 775px; 
	height: auto;
	/*background-color: white;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
 	border: solid 0px black;
 	text-align:left; 
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 	
   }   
            
#Navigation {
	width: 100%; 
	background-color: White;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
	
#pnlSystemMessage { 
	width: 776px; 
	color: red; 
	background-color:  beige;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-top: ridge 1px beige;
	border-bottom: ridge 1px beige; 
	}
	
#PageTitle {
	width: 100%; 
	border: double silver 3px ; 
	background-color: ivory;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	}

#MainContent { 
	width: 100%; 
	background-color: white;
	margin: 10px 10px 10px 10px;
	padding: 2px 2px 2px 2px;
	 }

#Toolbar2 { 
	width: 100%; 
	border: double silver 3px; 
	background-color: ivory ;
	margin: 0px;
	padding: 5px;
}
.CommentToggleButtonExists
{
	height: 25px;
	font-size:9pt;
	font-weight:bold;
	border:none;
	background: url( "images/CommentExist.gif" ) no-repeat center;
	color:#000000;
	margin:0,0,0,10px;
}
.CommentToggleButtonNonExists
{
	height: 25px;
	font-size:9pt;
	border:none;
	background: url( "images/CommentEmpty.gif" ) no-repeat center;
	color:#777777;
	margin:0,0,0,10px;
}
.CommentToggleButtonEdit
{
	height: 25px;
	font-size:9pt;
	font-weight:bold;
	border:none;
	background: url( "images/CommentEdit.gif" ) no-repeat center;
	color:#FF0000;
	margin:0,0,0,10px;
}
.ReportBody{
	margin-left:10px;
	margin-right:10px;
	width:6.5in;
}
.ReportHeader
{
	font-size:9pt;
	font-weight:bold;
}
.ReportSubHeader
{
	font-size:9pt;
	font-weight:bold;
}
.ReportSubSubHeader
{
	font-size:9pt;
	font-weight:bold;
}
.ReportTextItem
{
	font-size:9pt;
	font-weight:normal;
}
.ReportTable
{
	border:none;
	padding:0 2 0 2;
}
.ReportTableHeader
{
	font-size:9pt;
	font-weight:bold;
	border:none;
	border-bottom:solid 1px black;
}
.ReportTableItem
{
	font-size:9pt;
	font-weight:normal;
	border:none;
}
.ReportTableAlternatingItem
{
	font-size:9pt;
	font-weight:bold;
	background-color:#EEEEEE;
	border:none;
}
.ReportTableHeaderColumn
{
	font-size:9pt;
	font-weight:bold;
	border:none;
}
.account-holder
{
    word-break:break-all;
    word-wrap:break-word;
    width: auto;
}
.tr-spacer
{
    height: 10px;    
}
.sm-top-buffer{
    margin-top: 3px;
}
.sm-left-buffer{
    margin-left: 3px;
}
.md-left-buffer{
    margin-left: 5px;
}
.left-buffer{
    margin-left: 10px;
}
.md-right-buffer{
    margin-right: 5px;
}
.right-buffer{
    margin-right: 10px;
}
.checkbox-aligned-middle{
    vertical-align: middle;
}
.checkbox-aligned-middle label{
    position: relative;
    top: -3px;
}
.align-with-checkbox-aligned-middle{
    position: relative;
    top: -2px;
}
.radio-aligned-sub{
    vertical-align: sub;
}
.radio-aligned-sub label{
    position: relative;
    top: -3px;
}
.radio-aligned-middle{
    vertical-align: middle;
}
.radio-aligned-middle label{
    position: relative;
    top: -3px;
}
.checkbox-select-all-notifications{
    margin-left: 5px;
}
.vertical-align-middle{
    vertical-align: middle;
}
.vertical-align-super{
    vertical-align: super;
}
.public-intake-btn-submit{
    height:23px;
    margin-right: 1px;
}
.max-width-200-px{
    max-width: 200px;
}
.width-130-px{
    width: 130px;
}
.width-220-px{
    width: 220px;
}
.public-intake-faq-link a{
    padding-right: 5px;
    color: Blue;
    text-decoration: underline;
}
.public-intake-faq-link a:visited { 
    color: Purple;
}
.public-intake-faq-link a:hover {
	-webkit-stroke-width: 5.3px;
    -webkit-stroke-color: #FFFFFF;
    -webkit-fill-color: #FFFFFF;
    text-shadow: 1px 0px 20px yellow;
}
.min-height-20-px{
    min-height: 20px;
}
.menu-height-24-px{
    height: 24px;
    min-height: 24px;
    max-height: 24px;
}
.max-width-450-px{
    max-width: 450px;
}
.max-width-99-perc{
    max-width: 99%;
}
.max-width-220-px{
    max-width: 220px;
}
.btn-set-margin-right-1px{
    min-height: 23px;
    max-height:23px;
    margin-right: 1px;
}
.left-margin-smem input{
    margin-left: -.025em;
}
.textarea-no-resize{
    resize: none;
}
.max-width-200-px{
    max-width: 200px;
}
.max-width-150-px{
    max-width: 150px;
}
.max-width-125-px{
    max-width: 125px;
}
.v-align-top{
    vertical-align: top;
}
.v-align-middle{
    vertical-align: middle;
}
.btn-height-23-px-sm-margin-right{
    height:23px;
    margin-right: 1px;
}
.height-21px{
    height:21px;
    min-height: 21px;
    max-height: 21px;
}
.onhover-show-pointer{    
    cursor: pointer; 
}
.float-right
{
    float: left;    
}
.float-right
{
    float: right;    
}
.no-padding
{
    padding: 0px 0px 0px 0px;
}
.no-height
{
    height:0px;
    max-height:0px;    
}
td.display-table-cell span
{
    display: table-cell;    
}
td.display-table-cell a
{
    display: table-cell;
}
td.display-table-cell img
{
    padding-bottom: .5px;
    vertical-align: bottom;
}
.no-margin
{
    margin: 0px 0px 0px 0px;    
}
span.no-margin input[type=checkbox]
{
    margin: 0px 0px 0px 0px;     
}
.no-top-or-bottom-margin
{
    margin-top: 0px;
    margin-bottom: 0px;    
}
span.no-top-or-bottom-margin input[type=checkbox]
{
    margin-top: 0px;
    margin-bottom: 0px;    
}
.word-break-word
{
    word-break: break-word;    
}
.margin-right-1px
{
    margin-right: 1px;    
}
.margin-btm-2-px-radio input[type="radio"]
{
    margin-bottom: 2px;    
}
.on-hover-no-decoration:hover
{
    text-decoration: none;
    cursor: default;
}
.acc-form-mod h1
{
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.acc-form-mod h2
{
	font-size: 8pt; 
	font-family: Arial;
	font-weight: bold;
	color: Black;
    margin: 0px 0px 0px 0px;  
}
.acc-form-mod h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;   
	color: Black;
    margin: 0px 0px 0px 0px;  	 
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden 
{ 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
.text-align-right
{
    text-align: right;    
}
.cstm-fs-1
{
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}
.cstm-fs-2
{
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
}
.cstm-lgnd-1
{
    border: none;
    margin: 0;
    padding: 0;
    display: contents;
}
.cstm-lgnd-2
{
    border: none;
    margin: 0px 0px 0px 5px;
    padding: 0;  
}
.spn-1
{
    margin-left: 7px;
}
.cstm-col-2
{
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;                   
    margin: 0;
    padding: 0;             
}
.cstm-col-4
{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;                   
    margin: 0;
    padding: 0;             
}
.cstm-lst-none-150px li
{
    list-style-type: none;
    min-width: 150px;
    width: auto;             
}  
.acc-ddl-mod
{
    /*Class used for accessible dropdownlist by means of jquery in acc-ddl-mod.js*/    
}
.hide-nested-labels label 
{ 
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px; 
}
.skip-nav-link:hover {
	-webkit-stroke-width: 5px;
    -webkit-stroke-color: #FFFFFF;
    -webkit-fill-color: #FFFFFF;
    text-shadow: 1px 0px 5px yellow;
}

input[type="radio"] + label
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}

input[type="checkbox"] + label
{
    font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.cstm-chkbx-lbls-inline
{
    display: contents;
}

.display-none{
    display: none;
}

.margin-block-1
{
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: .1em;
}

.goto-err-btn {
    background-color: #696969;
    color: White;
    text-decoration: none;
    border: none;
    font-size: .9em;
    padding-bottom: .15em;
    padding-left: .2em;
    padding-right: .5em;
    vertical-align: text-top;
    border-radius: .25em;
}
.goto-err-btn:focus,
.goto-err-btn:hover {
    background-color: Black;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}      
.err-msg-lbl
{
    font-weight: bold;    
    color: #DC3545;
}
.err-msg-lbl p
{
    font-weight: bold;    
    color: #DC3545;
}
.scs-msg-lbl
{
    font-weight: bold;    
    color: #1F7F35;
}
.scs-msg-lbl p
{
    font-weight: bold;    
    color: #1F7F35;
}
.pnl-sys-msg { 
	background-color:  #FFFFFF;
}
i.arw-rght {
    font-style: normal;
    color: white;
    border: solid white;
    border-width: 0 .25em .25em 0;
    display: inline-block;
    padding: 3px;
    nsform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: middle;
}