/* Default CSS Stylesheet for a new Web Application project */
body, td, a, input, button, textarea, select, p, li				
{ 
    font-family: Calibri;
    font-size: 16px; 
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
body 
{
    margin-left:0; 
    margin-right:0; 
    margin-top:0; 
    margin-bottom:0;
    width:100%;
    height:100%;
    overflow: auto;
}


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	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:	500;
	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:	500;
	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:	700;
	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:	700;
	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;
	}	


A:link	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	black;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:none ;
	}	

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;
	}	

.page_header
{
	font-weight: bold;
	font-size: 13pt;
	color: black;
	font-style: italic;
	font-family: Verdana, Tahoma;
}
.label_c
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: center;
	height:20px;
}
.label_l
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: left;
}
.label_r
{
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: right;
}
.labelBig_r
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma;
	text-align: right;
}
.labelRed_r
{
	font-size: 8pt;
	color: red;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: right;
}
.button_face
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: center;
}
.label_Selected
{
	font-size: 9pt;
	cursor: hand;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: center;
}
.label_unSelected
{
	font-size: 9pt;
	cursor: hand;
	color:Gray;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: center;
}

.label_form
{
	font-size: 7pt;
	color: black;
	font-style: normal;
	font-family: 'Courier New';
}
.label_form_c
{
	font-size: 7pt;
	color: black;
	font-style: normal;
	font-family: 'Courier New';
	text-align: center;
}
.label_form_r
{
	font-size: 7pt;
	color: black;
	font-style: normal;
	font-family: 'Courier New';
	text-align: right;
}

.login_r
{
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: right;
}
.login
{
	font-weight: bold;
	font-size: 12pt;
	color: gray;
	font-style: normal;
	font-family: Verdana, Tahoma;
}
.browserError_head
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-style: italic;
	font-family: Verdana, Tahoma;
	background-color: transparent;
	text-align: left;
}
.geImageButton
{
	cursor: hand;
}
.buttonHand
{
	cursor: hand;
}
.rptCommandBar
{
	border-right: black 1px solid;
	border-top: black 1px;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	vertical-align:middle;
}
.fixedheadercell
{
    FONT-WEIGHT: bold; 
    FONT-SIZE: 10pt; 
    WIDTH: 200px; 
    COLOR: white; 
    FONT-FAMILY: Arial; 
    BACKGROUND-COLOR: darkblue;
}

.fixedheadertable
{
    left: 0px;
    position: relative;
    top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.gridcell
{
    WIDTH: 200px;
}

.gridStockInPartHead
{
    display:none;
}
.bunttonAddEditCancel
{
    float:left;
}
.label_r1
{
	font-size: 8pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Tahoma;
	text-align: right;
	float:left;
}

.reportHeadText
{
    font-size: 12pt;
	color: black;
	font-style: normal;
	font-weight:bolder;
	font-family: Verdana, Tahoma;
	text-align : left;
}

.reportHeadText a
{
    font-size: 10pt;
	color: blue;
	font-style: normal;
	font-weight:bolder;
	font-family: Verdana, Tahoma;
	text-align : left;
}

.reportFooter
{
    font-size: 11px;
	color: black;
	font-style:normal;
	font-weight:900;
	font-family: Tahoma;
}

.GrdCheckInvoice
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    font-family:Tahoma;
    font-size:12px;
}

.LBLdeleteInvoice
{
}

.BTNYesDeleteInvoice
{
    width:100px;
    margin-top:15px;
    border-radius:25px;
    border:2px solid #dee1e5;
}

.BTNNoDeleteInvoice
{
    width:100px;
    margin-top:15px;
    border-radius:25px;
    border:2px solid #dee1e5;
}

.BTNCancelDeleteInvoicee
{
    width:100px;
    margin-top:15px;
    border-radius:25px;
    border:2px solid #dee1e5;
}

.CheckInvoice
{
    padding-top:25px;
    text-align:center;
    display:none;
    z-index:99;
    width:400px;
    height:100px;
    background-color:White;
    position:absolute;
    top:200px;
    left:300px;
    box-shadow: 0px 0px 15px #888888;
    font-family:Tahoma;
    font-size:14px;
}

.ConfirmSave
{
    padding-top:25px;
    text-align:center;
    display:none;
    z-index:99;
    width:260px;
    height:80px;
    background-color:White;
    position:absolute;
    top:200px;
    left:380px;
    box-shadow: 0px 0px 15px #888888;
    font-family:Tahoma;
    font-size:14px;
}

.OverlayPanel
{
     display:none;
     background:#ffffff;
     opacity:0.8;
     filter:alpha(opacity=80);
     position:fixed;
     top:0px;
     left:0px;
     width:100%;
     height:100%;
     z-index:98;
}

.Hidden
{
    display:none;
}

.Floatleft
{
    float:left;
}

.FloatRight
{
    float:Right;
}

.bgOverlayNone
{   
    display:none;
    background-color:Gray;
    opacity:0.3;
    filter:alpha(opacity=30);
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

.WareHousefont td
{
    font-family:Tahoma;
    font-size:14px;
}

.ManuBar
{
}

.ImageReport
{
    width:48px;
    height:48px;
}

.FullScreen
{
    margin-left:0;
    margin-top: 0;
    width: 100vw;
    height: 100vh;
}

.Hand
{
    cursor: pointer;
}

.overlay 
{
    position:  fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: 100%;
    min-width:300px;
}

.Footer
{
    position:absolute;
    bottom:0;
    width:100%;
}

#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
          
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
          
.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.GridviewHeader
{ 
    font-family: Calibri;
    font-size: 16px; 
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}