
* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body { font-size: 12px; line-height: 19px; font-family: arial, sans-serif; color: #999ea2; background: #edf6ff; min-width: 956px;}

.uppercase { text-transform: uppercase;  }
article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; background-color:white }
textarea { overflow: auto; }
input {}
.cl { display: block; height: 30px; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
.shell { margin:auto; width: 956px; }
.header { padding: 32px 32px 16px;  }
.rlogo{width:44px; height:44px; float:center; padding:2px}
.rcenter{float:center; color:black;}
.select_w{width:150px; height:25px}


#login_box{
	position:absolute;
	top: 50%;
	left: 50%;
	width:20em;
	height:30em;
	margin-top: -20em;
	margin-left: -10em; 
    border: 1px solid black;
	-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3;z-index:9999;
}
.signin{
	-webkit-border-radius:5px;
	border-color:white;	
}
button.logbtn {
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #7038e0), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -ms-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -o-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  border-radius: 3px;
  color: #fff;
  font:  12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 5px 0 6px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #473569;
  width: 80px;
}
  button.logbtn:hover {
    background-color: #8d69cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d69cf), color-stop(50%, #6332c7), color-stop(50%, #551dc4), color-stop(100%, #561fc4));
    background-image: -webkit-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -ms-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -o-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    -webkit-background-clip: padding-box;
    cursor: pointer; }
  button.logbtn:active {
    background: #4a1aab;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #ddd;
    -webkit-background-clip: padding-box; }
button.logbtn:disabled{
  background-color: #D3D3D3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3D3D3), color-stop(50%, #D3D3D3), color-stop(50%, #D3D3D3), color-stop(100%, #D3D3D3));
  background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #D3D3D3 50%, #D3D3D3 50%, #6224de 100%);
  color:black;
}
legend{background-color:rgba(100,0,255,0.8);color:#ffffff;margin-bottom:10px;padding:3px 5px 3px 3px; box-shadow: 7px 7px 7px rgba(0,0,0,0.5);
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; width:150px; font-size:15px;}
	
#container{position:absolute;top: 50%;left: 50%;width:50em;height:35em;margin-top: -20em; 
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}

#data-container{position:absolute;left: 50%;width:80em;height:auto;margin-top: 2%; margin-bottom:4%;
    margin-left: -40em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000; color:black;}
#data-container1{position:absolute;left: 50%; top:50%;width:50em;height:60em;margin-top: -28em; 
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}
#data-container2{position:absolute;left: 50%; top:50%;width:50em;height:40em;margin-top: -20em; 
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}	
#data-container3{position:absolute;left: 50%; top:50%;width:50em;height:44em;margin-top: -22em; 
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}	
#data-container4{position:absolute;left: 50%; top:50%;width:50em;height:38em;margin-top: -25em; padding:1%;
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}	
#data-container5{position:absolute;left: 50%; top:40%;width:50em;height:45em;margin-top: -20em; padding:1%;
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}		
#data-container6{position:absolute;left: 50%; top:40%;width:50em;height:auto;margin-top: -20em; margin-bottom:20em; padding:1%;
    margin-left: -25em; border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3; color:#000;}		
.data-box{width:78em;margin-left:15px;margin-top:2em;-webkit-border-radius: 5px;}	
.data-box1{width:98%;margin-left:0.5em;margin-top:0em;-webkit-border-radius: 5px;}	
.data-box legend{background-color:rgba(100,0,255,0.8);color:#ffffff;margin-bottom:10px;padding:3px 5px 3px 3px; box-shadow: 7px 7px 7px rgba(0,0,0,0.5);
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; width:150px; font-size:15px;}
#mydiv {position:absolute;top: 50%;left: 50%;width:25em;height:35em;margin-top: -25em; margin-left: -15em; 
    border: 1px solid black;-webkit-border-radius: 10px;box-shadow: 7px 7px 7px rgba(100,0,255,0.5);
    background-color: #f3f3f3;z-index:9999;
}

#mydiv1 {position:absolute;top: 50%;left: 50%;width:25em;height:14em;margin-top: -25em; margin-left: -12.5em; text-align:center;
    border: 1px solid black;-webkit-border-radius: 10px;
    background-color: #f3f3f3;z-index:9999;
	color:black;
}
#mydiv p {padding:5px 0 0 0;color:black; font-weight:500;}

.center {display: block;margin-top:15px;margin-left: auto;margin-right: auto;width: 50%;}
/*select {-webkit-border-radius: 5px; font-weight:700; border-color: rgb(255, 255, 255, 1 ); }
select:focus {border-color: rgb(0, 0, 255, 1 ); outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162); -webkit-border-radius: 5px; font-size:16px;}
*/
.signin-control{-webkit-border-radius: 5px; font-weight:700; font-size:16px;  border-color: rgb(255, 255, 255, 1 ); }
.signin-control:focus {  border-color: rgb(0, 0, 255, 1 ); outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162); -webkit-border-radius: 5px; font-size:16px;}
.signin-hold{ margin-top:25px; }
.signin-hold input{ padding:5px 5px 5px 5px; }
.data-tab tr td {font-size:16px}
.data-tab1 tr td {font-size:16px}
.signin-row {padding:0px 0px 10px 0px}
.button1 {font-size:16px; 	color: rgba(50,100,255,1);	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;	position: relative;	border: 1px solid rgba(0,0,0,1);  
}


button.button1 {
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #7038e0), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -ms-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -o-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  border-radius: 3px;
  color: #fff;
  font:  14px/1 "helvetica neue", helvetica, arial, sans-serif;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #473569;
  width: 100px;
  -webkit-background-clip: padding-box; }
  button.button1:hover {
    background-color: #8d69cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d69cf), color-stop(50%, #6332c7), color-stop(50%, #551dc4), color-stop(100%, #561fc4));
    background-image: -webkit-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -ms-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -o-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    -webkit-background-clip: padding-box;
    cursor: pointer; }
  button.button1:active {
    background: #4a1aab;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #ddd;
    -webkit-background-clip: padding-box; }
button.button1:disabled{
  background-color: #D3D3D3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D3D3D3), color-stop(50%, #D3D3D3), color-stop(50%, #D3D3D3), color-stop(100%, #D3D3D3));
  background-image: -webkit-linear-gradient(top, #D3D3D3 0%, #D3D3D3 50%, #D3D3D3 50%, #6224de 100%);
  color:black;
	
}
	
button.button2 {
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #7038e0), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -ms-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -o-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  border-radius: 5px;
  color: #fff;
  font:  16px/1 "helvetica neue", helvetica, arial, sans-serif; font-weight:500;
  padding: 10px 0 12px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #473569;
  width: 150px;
  -webkit-background-clip: padding-box; }
  button.button2:hover {
    background-color: #8d69cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d69cf), color-stop(50%, #6332c7), color-stop(50%, #551dc4), color-stop(100%, #561fc4));
    background-image: -webkit-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -ms-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -o-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    -webkit-background-clip: padding-box;
    cursor: pointer; }
button.button2:active {
    background: #4a1aab;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #ddd;
    -webkit-background-clip: padding-box; }

button.button2:disabled{
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #f3f3f3), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #f3f3f3 50%, #f3f3f3 50%, #6224de 100%);
  color:black;
	
}





button.button3 {
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #7038e0), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -moz-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -ms-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: -o-linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  background-image: linear-gradient(top, #9e76e8 0%, #7038e0 50%, #6021de 50%, #6224de 100%);
  border-radius: 5px;
  color: #fff;
  font:  12px/1 "helvetica neue", arial, sans-serif; font-weight:500;
  padding: 5px 0 6px 0;
  text-align: center;
  text-shadow: 0 -1px 1px #473569;
  width: 90px;
  height: 30px;
  -webkit-background-clip: padding-box; }
  button.button3:hover {
    background-color: #8d69cf;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8d69cf), color-stop(50%, #6332c7), color-stop(50%, #551dc4), color-stop(100%, #561fc4));
    background-image: -webkit-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -moz-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -ms-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: -o-linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    background-image: linear-gradient(top, #8d69cf 0%, #6332c7 50%, #551dc4 50%, #561fc4 100%);
    -webkit-background-clip: padding-box;
    cursor: pointer; }
button.button3:active {
    background: #4a1aab;
    background: -moz-radial-gradient(50% 31% 0deg, circle cover, rgba(38, 76, 153, 0.4), rgba(11, 23, 46, 0.4)), -moz-linear-gradient(top, #7b5cb5 0%, #572bad 50%, #4a1aab 50%, #4b1bab 100%);
    background: -webkit-gradient(radial, 50% 20%, 75, 50% 50%, 0, from(rgba(38, 76, 153, 0.4)), to(rgba(11, 23, 46, 0.4))), -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #7b5cb5), color-stop(0.5, #572bad), color-stop(0.5, #4a1aab), color-stop(1, #4b1bab));
    color: #ddd;
    -webkit-background-clip: padding-box; }

button.button3:disabled{
  background-color: #9e76e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9e76e8), color-stop(50%, #f3f3f3), color-stop(50%, #6021de), color-stop(100%, #6224de));
  background-image: -webkit-linear-gradient(top, #9e76e8 0%, #f3f3f3 50%, #f3f3f3 50%, #6224de 100%);
  color:black;
	
}




#middle{display:block;font-size:18px;margin-bottom:25px;width:150px;}
#image {height:525px;width:100px;padding:5px 5px 5px 5px;position:absolute;border:1px solid black;box-shadow:7px 7px 7px rgba(50,100,255,0.5);-webkit-border-radius: 5px;}
#image-tag{font-size:16px;font-weight:500;padding:115px 0px 0px 3px;position:absolute;}
.data-tab td{padding:10px 10px 10px 10px; font-weight:500}
.data-tab1 td {padding:10px 10px 10px 10px; font-weight:500;}
.data-tab input{padding:5px 5px 5px 5px; width:200px;}
.data-tab1 input{padding:5px 5px 5px 5px; width:150px;}
.data-tab select{padding:5px 5px 5px 5px; width:213px;}
.space{padding:0px 10px 10px 10px}
.curve {margin-bottom:2em;-webkit-border-radius: 8px}
.rdiv{ width:277mm;height:189mm; border:1; float:center; border:1px solid black; margin:10mm;}

/* document page dataentry.php */
#hiddendd{display:none}
#denote{display:none}
/*#remark{display:none}*/
#hiddenstamp{display:none}
#ch_div{display:none}
#ca_div{display:none}
#dd_div{display:none}
#estamp{display:none}
#ch_tble{display:none}
#revid{display:none}
#chal{display:none}
#dddate{display:none}
#ddlabel{display:none}


#remit{width:50px}
.deco td{border:1px solid black; border-collapse:collapse;}
.break {page-break-after:always; display:block}
.toptobottom{ word-wrap: break-word; word-break: break-all}

/* revenue page revenue.php*/

/* Edit page edit.php
#rel_docnum{text-transform: uppercase;}


*/




















