@charset "utf-8";
body {
	/*behavior: url(cssHoverFix.htc);*/
	/*width:1199px;*/
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 12px;
	/* background: #e4e4e4; */
	background-color: #80afd9;
	background: #80afd9;
	margin-top: 0px;
	padding: 0px;
	color: #000;
	min-height: 640px;
}


.bodypopup {
       behavior:url(cssHoverFix.htc);
       font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/* background: #e4e4e4; */
       background-color: #909AA3;
       background: #909AA3;
	margin-top: 5px;
	padding: 25px;
	color: #000;
       width:550px;
       margin-left:auto;
       margin-right: auto; 
}


hr {
        color: #999;
        line-height: 1px; 	
	}
	
.inputStyle {
  color: #FFF;
  background-color: #5094BA;
  font-weight: bold;
  font-size: 120%;
  }
  
  
  .inputStyle:hover {
  color: #FFF;
  background-color: #900;
  font-weight: bold;
  font-size: 120%;
  }


/* ~~ Element/tag selectors ~~ */
ul,dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 10;
	margin: 0;
	list-style:none;
	display:inline;
	text-align:left
}

ul.myUL {
       list-style: none;
       list-style-type: decimal;
}

ol { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 5px;
	margin-top:0px;
	font-family: Arial;
	display:inline;
	text-align:left
       list-style-type: decimal; 
}

       


.listpara {
       font-family: Arial;
       font-size: 12px;
       color: #000000;
       padding: 10px;

}

.listpara a {
       padding: 0px;

}


 h3, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #2020FF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #2020FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

h1 {
margin: 0px 0px 14px 0px;	
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif, Verdana;
font-size:14px;
text-shadow: 5px 2px 2px rgba(150, 150, 150, 1);

color: #ffffff;
padding-left: 10px;
Line-height: 37px;
vertical-align: middle;
background-image:url(images/h1-bg.png);
background-repeat:repeat-x;
}

h2 {
margin: 0 0 5px 0;
padding-bottom: 5px;	
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif, Verdana;
font-size:14px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
color: #ffffff;
padding-left: 10px;
Line-height: 39px;
vertical-align: middle;
background-image:url(images/h1-bg.png);
background-repeat:repeat-x;	
}

.filler {
margin: 0 0 5px 0;
padding-bottom: 5px;	
text-transform: uppercase;
font-family:Arial, Helvetica, sans-serif, Verdana;
font-size:14px;
text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
color: #ffffff;
padding-left: 10px;
Line-height: 39px;
vertical-align: middle;
background-image:url(images/h1-bg.png);
background-repeat:repeat-x;	
min-height: 39px;
}



/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1200px;
	background: #ebebeb;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	height:auto;
-webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.65);
-moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.65);
box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.65);
 /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}



.containerpop {
	width: 550px;
	background: #ffffff;
	margin-left:  auto; 
       margin-right:  auto;
       margin-top: 5px;
       margin-bottom:10px  
       padding-bottom: 25px;	
       height:auto;
       min-height: 300px;
      -webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.65);
      -moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.65);
       box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.65);
       /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #017D87;
       margin: 0px;
       padding: 0px;
       height: 103px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
	background-color: #ebebeb;
	margin-top: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	min-height: 600px;
}

/* ~~ The footer ~~ */
.footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #020512;
	line-height: 41px;
       border: 1px solid #fff;
	background-image: url(images/footer-bg-epfo-support.jpg) ;
	vertical-align:middle;
	background-repeat:repeat-x;
       -webkit-box-shadow: 1px 1px 8px rgba(50, 50, 50, 0.65);
       -moz-box-shadow:    1px 1px 8px rgba(50, 50, 50, 0.65);
        box-shadow:         1px 1px 8px rgba(50, 50, 50, 0.65);
        /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');

}

.footer a:link, .footer a:visited {
       color: #fff;
       text-decoration: none;
} 

.footer a:hover {
       text-decoration: underline;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.navbar {
	margin: 0px;
	width: auto;
	min-height: 40px;
	/*background-image: url(images/nav-bg-shadow.png);*/
	background-repeat: repeat-x;
	text-align: center;
       font-size: 16px;
	font-weight: bold;
	color: #0094A1;
	text-transform:uppercase;}

.Login-div {
	padding: 0 0 10px 0;
	float: right;
	height: auto;
	width: 365px;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.65);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.65);
       /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#999999');

	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(images/div-bgs.png);
	background-repeat: repeat-x;
       display:inline;
}


.left-content {
       font-family:Arial, Helvetica, sans-serif, Verdana;
       font-size: 12px;
       display:inline;
	margin: 5px 0px 10px 10px;
	padding:  0px;
	height: auto;
	width: 65%;
	float: left;
	border: 1px #ffffff;
	background-color: #f9f7f3;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.65);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.65);

       /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=125, Color='#999999');

       
	background-image: url(images/image-bottom-content.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.custom1 {
	margin: 5px 0px 10px 20px;
	padding:  0px;
	height: 800px;
	float:none;
	width:1160px;
	border: 1px #ffffff;
	background-color: #f9f7f3;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.65);
	-moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.65);
	box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.65);
	background-image: url(images/image-bottom-content.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tab {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	
	
}


.vivtable {
	font-family: "Verdana" Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 20px;
	
}
.vivtable th
{
	text-align:center;
	font-size: 11px;
	font-weight: bold;
       line-height: 16px;
	padding: 2px;
	background: #d8d8d8;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
       border-right: 1px solid #999;
       border-left: 1px solid #999; 

	color: #000;
}

.vivtable td
{
	padding: 8px;
	background: #FFF; 
	border-bottom: 1px solid #999;
       border-right: 1px solid #999;
       border-left: 1px solid #999; 
	color: #333;
	border-top: 1px solid #999;
       font-size: 10px;
	}

.vivtable tr:hover td
{
	background: #d8d8d8;
	color: #000;
	cursor: auto;
}
	
.mynav_buttons {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	text-align: left;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

li {
	margin-left: 25px;
	list-style:disc;
	font-size: 12px;
	margin-right: 10px;
}

#search {
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;

	margin=left: auto;
	margin-right:auto;
	padding: 5px;
	text-align:center;
}

#searchtable {
	width: 98%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	background-color: #FFF;
	padding: 10px;
	margin: 5px;
	border: 1px solid #CCC;
}

#pageTitle {
	width: 100%;
	margin-top: 10px;
}

#pageTitle h1 {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	font-size: 16px;
	color: #F33;
}

.PageCount {
	border: thin #CCC;
	}
.textsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: underline;
}
.LoginText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #017983;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin-left: 20px;
}
.inputform {
	border: 2px solid #999;
	padding: 0px;
	margin-left: 20px;
	display: block;
	margin-bottom: 15px;
}

.menubar {
background-color: #454545;	
border-left: 1px solid  #FFF;
border-right: 1px solid  #FFF;
border-bottom: 1px solid  #FFF;

}

.menubartext {
line-height: 15px;
display: block;
margin-top: 20px;
margin-right: 15px;
font-size: 11px;
float:right;
color:#00BDCC;
}
	
}

       
     
.green_msg{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#060;
}

.newinputform {
	border: 2px solid #999;
	padding: 5px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	width:220px;
	height:35px;
       font:Arial, Helvetica, sans-serif;
	font-size:14px;
       background-color: #333333;
       color: #fff;
}

.newinputform:hover {
	border: 2px solid #999;
	padding: 5px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	width:220px;
	height:35px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
       background-color: #C32643;
       color: #fff;
}

.pg {
      color:#FF0000;
      width: 800px;
      margin: auto;
      font-size: 14px;
} 

.pg1 {
      color:#017781;
      width: 800px;
      margin: auto;
      font-size: 12px;
}

.pagination a:link, .pagination a:visited {

     color: #008894;
     text-decoration: none; 
     padding-right:4px;
	 font:;
	 font-size:11px;

}

.pagination a:hover {

     color: #3d4247;
     text-decoration: underline; 
     padding-right:4px; 
	 font:;
	 font-size:11px;

}

.alert {
      font-size: 14px;
      color:#008F9C;
      }

h4 {  
       font-size: 12px;
       font-weight: 400;
       color: #008894;

	}

.register
  {
    display: block;
    width: 123px;
    height: 36px;
    background: url("images/register1.png") no-repeat 0 0;
    margin:auto;

  }

.register:hover
  { 
    background: url("images/register2.png") no-repeat 0 0;
  }
  .green_msg{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#060;
}

.myDiv {
margin: 5px 10px 20px 5px;
padding: 5px 10px 20px 5px;
}

.popuptitle {
 background-color: #5094BA;
 height:auto;
 valign: middle;
 color: #fff;
 font-size: 14px;
 font-weight: 600;
 text-align: center;
 padding: 10px;
 }
 
.divchallan {
	background-color: #fff;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 25px;
	border: #b2b2b2 1px solid;
	padding:5px;
	
 }

.divchallan h1{
	font-size: 12px;
       color: #999999;
       font-weight: bold;
       padding-right: 2px;  
	
 }
 
.ct {
	width: 98%;
	margin:auto;
	border-collapse:collapse;
	border: 1px solid #b2b2b2;
	align:center;
       
}

.cttd{
	padding: 2px;
	color: #066;
	text-align: right;
	
}

.ctth{
	padding: 3px;
	color: #0099A6;
	background-color: #F0F0F0;
	border: thin solid #CCC;
	
}
.cttr {
	line-height: 35px;
	text-align: right;
}

.cttrgrey {
	line-height: 35px;
	text-align: right;
	background-color: #F2F2F2;
}

.cttd {
	line-height: 25px;
	text-align: center;
}




.ct1 {
	width:98%;
	margin:auto;
	border-collapse:collapse;
	border: 1px solid #b2b2b2;
	align:center;
	padding: 10px;
	background-color: #f3f3f3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	float: center;
}


.ct1td{
	padding-right: 12px;
	color: #066;
	line-height: 30px;
	text-align: left;
}

.selectList {
font-size: 10px;	
width: 100px;
}

.newinputform_clicked {
	border: 2px solid #999;
	padding: 5px;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	width:220px;
	height:35px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
       background-color: #017781;
       color: #fff;
}

.border_less td,tr {
	width:100%;
	border:0px;
	text-align:left;
}


.vivtable2 {
	font-family: "Verdana" Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom: 20px;
	
}
.vivtable2 th
{
	text-align:center;
	font-size: 14px;
	font-weight: bold;
       line-height: 16px;
	padding: 2px;
	background: #d8d8d8;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999; 
	color: #000;
}

.vivtable2 td
{
	text-align: center;
	padding: 8px;
	background: #FFF; 
	border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999; 
	color: #333;
	border-top: 1px solid #999;
    font-size: 10px;
	line-height: 20px;
}

.buttonsBig  {
	font-size: 16px;
	padding-right: 20px;
	margin-right: 10px;
	padding-left: 10px;
	color: #060;
	}

.buttonsBig:hover {
	font-size: 16px;
	padding-right: 20px;
	margin-right: 10px;
	padding-left: 10px;
	color: #fff;
	background-color: #666;
	cursor: default;
}

.borderValue {
	width:63%;
	border: 1px solid #999;
	margin: 2px;
	background-color: #F4F4F4;
}
.pgheader
{
    
    width: 100%;
height: 20px;
margin-top: 10px;
background: #DBEAF5;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #B95F6A;
}
#Purchaseorderheader
{
    width:100%;
    font-size: 13px;
font-weight: bold;
text-align:center;
background-color: #017D87;
color: #ffffff;
    height: 16px;
}
#Purchaseorder
{
 margin: auto;
width: 80%;
margin-top: 20px;  
border:1px solid;
}
.tbitemdetails
{
    text-align: center;
font-size: 14px;
font-family: verdana;
/* background-color: #256C89; */
width: 40%;
color: #9D3434;
margin: auto;
margin-top: 40px;
}
.txtarea
{
    height: 15px;
}
.ddcommon
{width: 100px;
height: 18px;
border-radius: 5px;
}
.txtcom
.ddcommon
{border-radius: 5px;
}
8px;*/
    font-size: 13px;
   /* padding: 4px 4px 4px 4px;*/
    border-radius: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
.txtcommon:focus
{outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}
#txtorderno
{width: 130px;
height: 12px;
}
.tbheader
{
    text-align: center;
font-size: 14px;
font-family: verdana;
background-color: #256C89;
width: 100%;
color: white;
}

.txtquantity
{
   
width: 50px;
height: 12px;
}
.txtitemcode
{
   
width: 100px;
height: 12px;
}
.txtitem
{
   
width: 100px;
height: 12px;
}
.txtunitprice
{
   
width: 50px;
height: 12px;
}
.txttaxamt
{
   
width: 50px;
height: 12px;
}
.tbitemdetails
{
    text-align: center;
font-size: 14px;
font-family: verdana;
/* background-color: #256C89; */
width: 40%;
color: #9D3434;
margin: auto;
margin-top: 40px;
}
.tbheader
{
    text-align: center;
font-size: 14px;
font-family: verdana;
background-color: #017D87;
width: 100%;
color: white;
}
#searchFilter
{
    border-style: solid;
    border-width: 1px;
    border-color: #E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
    background-color: #BFDFFF;
    padding: 10px;
    background: -moz-linear-gradient(top, #BFDFFF, #F0F8FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFDFFF), to(#F0F8FF));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BFDFFF', EndColorStr='#F0F8FF');
    text-align: center;
width: 60%;
margin: auto;
margin-top: 5px;
}
.addheader
{
    height: 20px;
border-bottom: 1px solid;
background-color:#017D87;
text-align: center;
color: #ffffff;
font-size: 14px;
font-weight: bold;
}

.inputtable
{width:100%;
    border: 1px solid #4682B4;
border-collapse: collapse;
}

.inputtd
{
    border: 1px #DBEAF5 solid;
}
.addproduct
{
   width: 40%;
height: auto;
border: 1px solid;
margin: auto;
}
.uploadform
{
   width: 60%;
height: auto;
border: 1px solid;
margin: auto;
}
.styled-button-grid {
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
color: #fff;
background-color: #017D87;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
font-family: verdana;
font-size: 11px;
font-weight: 500;
height: 32px;
/* padding: 4px 16px; */
/* text-shadow: #FE6 0 1px 0; */
height: 15px;
width: 50px;
}

.styled-button-2 {
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
color: #fff;
background-color: #017D87;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
font-family: verdana;
font-size: 12px;
font-weight: 500;
height: 32px;
/* padding: 4px 16px; */
/* text-shadow: #FE6 0 1px 0; */
height: 18px;
width: 20px;
}
.tdheader
{
    text-align:right;
}
.tdcontent
{
    text-align:left;
}
.modelheader
{
 text-align: center;
 font-size: 14px;
 font-family: verdana;
 background-color: #017D87;
 width: 50%;
 color: white;
 margin: auto;
}
.ddcompany {
width: 130px;
height: 18px;
border-radius: 5px;
}
.styled-button-3 {
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
color: #fff;
background-color: #017D87;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: none;
font-family: verdana;
font-size: 15px;
font-weight: 500;
height: 32px;
/* padding: 4px 16px; */
/* text-shadow: #FE6 0 1px 0; */
height: 20px;
width: 85px;
}
.ddwarehouse {
width: 100px;
height: 18px;
border-radius: 5px;
}
#searchFilterslno
{
    border-style: solid;
    border-width: 1px;
    border-color: #E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
    background-color: #BFDFFF;
    padding: 10px;
    background: -moz-linear-gradient(top, #BFDFFF, #F0F8FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#BFDFFF), to(#F0F8FF));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#BFDFFF', EndColorStr='#F0F8FF');
    text-align: center;
width: 70%;
margin: auto;
margin-top: 5px;
}
#searchFilter div
{
    float: left;
    padding: 5px;
}
#searchFilter label
{
    display: block;
    padding-top: 5px;
    font-size: 0.9em;
}
#searchFilter span
{
    clear: both;
    display: block;
    padding-top: 5px;
}
#StockTransfer
{
     margin: auto;
width: 100%;
margin-top: 20px;  
min-height:300px;
}
#Grnentryorder
{
    margin: auto;
width: 80%;
margin-top: 20px;  
}
.errmsg{
    
    color: #ff0000;
    margin-top: 10px;
text-align: center;
  font-size: 15px;
  font-family: fantasy;
    }
    #finalsave
    {
        
        margin-top: 20px;
width: 100%;
text-align: center;
float:left;
}
.styled-button-1 {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    color: #fff;
    background-color: #017D87;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: verdana;
    font-size: 15px;
    font-weight: 500;
/* padding: 4px 16px; */
/* text-shadow: #FE6 0 1px 0; */
    width: 60px;
    height: 24px;
}
.styled-button-12 {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    color: #fff;
    background-color: #017D87;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: verdana;
    font-size: 15px;
    font-weight: 500;
/* padding: 4px 16px; */
/* text-shadow: #FE6 0 1px 0; */
    width: 100px;
    height: 24px;
}
#billsummary
{
    /*border: 1px solid;*/
width: 500px;
margin-top: 20px;
margin-left: 40px;
float:right;
margin-right: 20px;
clear: both;
}
 .FreezePaneOff
   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #EDEDEA;
      z-index: 999;
      filter:alpha(opacity=85);
      -moz-opacity:0.85;
      padding-top: 20%;
   }

   .InnerFreezePane
   {
      text-align: center;
width: 66%;
background-color: transparent;
color: rgb(232, 31, 31);
font-size: 20px;
/* border: dashed 2px #111; */
padding: 9px;
   }
   .pgheaderpop
{
    
    width: 100%;
height: 20px;
background: #017D87;
text-align: center;
font-size: 14px;
font-weight: bold;
color: #B95F6A;
}