/* CSS Document */
/*
body {
	margin: 0px;
	padding: 0px;
	background-color: #0a2a5e;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}*/

#maindiv {
	width: 1000px;
	min-height: 350px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 30px;
	/*background-color: #eff2f3;*/
}
#maindivprint {
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: none;
}
.headertop{
width: 250px;
 margin: 10px 0px 0px 0px;
}
#header {
	width: 100%;
	background: url(../images/bg.png) repeat-x 0 0px;
	height: 138px;
}

#headerbgb {
	width: 100%;
	background: url(../images/bgb.png) repeat-x;
	height: 135px;
	padding: 0;
	margin: 0;
}

@media screen{
.mxautabprint{
display: none;
}

.mxaubgcolour{
background-color: #0a2a5e;
}
}

.mxaubotborda{
border-left: #0a2a5e solid 1px; border-right: #0a2a5e solid 1px; border-bottom: #0a2a5e solid 1px; font-size: 10px;
}

.mxaubotbordb{
border-bottom: #0a2a5e solid 1px;
}

.mxaubotbordc{
border-left: #0a2a5e solid 1px; border-right: #0a2a5e solid 1px; font-size: 10px;
}

.mxaubotbordd{
border-right: #0a2a5e solid 1px; border-bottom: #0a2a5e solid 1px;
}

.mxaubotborde{
border-left: #0a2a5e solid 1px; border-bottom: #0a2a5e solid 1px;
}

.mxaubotbordf{
border-right: #0a2a5e solid 1px;
	font-weight: normal;
	font-size: 11px;
}
.mxaubotbordfa{
border-right: #0a2a5e solid 1px;
}
.mxaubotbordg{
border-left: #0a2a5e solid 1px;
	font-weight: normal;
	font-size: 11px;
}
.mxaubotbordga{
border-left: #0a2a5e solid 1px;
}
.mxaubotbordh{
border-right: #0a2a5e solid 1px; border-top: #0a2a5e solid 1px;
}

.mxaubotbordi{
border-top: #0a2a5e solid 1px;
}
.mxaubotbordia{
border-top: #0a2a5e solid 1px;
font-size: 11px;
	font-weight: bold;
	color: #496dc5;
	font-family: Arial, Helvetica, sans-serif;
}
.mxaubotbordj{
border-left: #0a2a5e solid 1px; border-top: #0a2a5e solid 1px;
}
.mxaubotbordk{
border-top: #CCCCCC solid 1px; border-right: #0a2a5e solid 1px; border-bottom: #0a2a5e solid 1px;
}
.mxaubotbordm{
border-top: #CCCCCC solid 1px; border-bottom: #0a2a5e solid 1px;
}

.logo {
	width: 120px;
	height: 117px;
	margin: 5px 0px 0px 15px;
	float: left;
}

#headerright {
	width: 40%;
	float: right;
}

#headerright .mxdb {
	background: url(../images/das.png) no-repeat 0 0;
	float: right;
	height: 66px;
	width: 329px;
	margin: 0px 30px 0px 0px;
}

.toplink {
	float: right;
	height: 20px;
	width: 60%;
	margin: 35px 30px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #0b333c;
	text-align: right;
}

.toplink a {
	padding: 0px 10px 0px 5px;
	color: #0b333c;
}

.toplink a :hover {
	padding: 0px 10px 0px 5px;
	color: #0b333c;
}

#midarea {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}

#leftnav {
	width: 190px;
	height: auto;
	margin: 13px 0px 0px 5px;
	float: left;
	text-align: left;
}

#leftnav .heading {
	background: url(../images/heading.jpg) no-repeat 0 0;
	height: 32px;
	width: 175px;
	margin-left: 3px;
	text-align: left;
}

.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 8px;
	text-align: left;
	/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
padding-top: 5px;
	padding-bottom: 5px; /*bottom spacing between menu items*/
	text-align: left;
}

.arrowlistmenu ul li ul li {
height: 20px;
padding-top: 5px;
	padding-bottom: 5px; /*bottom spacing between menu items*/
	text-align: left;
}

.arrowlistmenu ul li ul li:hover {
	text-align: left;
	background-image: url(../images/leftmenubg.png);
	background-position: left;
	background-repeat: no-repeat;
}

.arrowlistmenu ul li ul li.current {
	text-align: left;
	background-image: url(../images/leftmenubg.png);
	background-position: left;
	background-repeat: no-repeat;
}

.arrowlistmenu ul li a {
	color: #000;
	display: block;
	padding: 2px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px dotted #c4cccc;
	font-size: 90%;
	text-align: left;
}

.arrowlistmenu ul li a:link { /*link state CSS*/
	color: #000;
	font-weight: bold;
}

.arrowlistmenu ul li ul li a:hover { /*hover state CSS*/
	color: #000;
	font-weight: bold;
}

.arrowlistmenu ul li ul li a:visited { /*visited state CSS*/
	color: #000;
	font-weight: bold;
}

.arrowlistmenu ul li a:active {
	color: #aab3b3;
	text-align: left;
	font-weight: bold;
}



.arrowlistmenu ul li span  strong {
	color: #3878db;
	display: block;
	padding: 2px 0;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #c4cccc;
	font-size: 12px;
	text-align: left;
}

#rightarea {
	margin: 13px 0px 0px 0px;
	width: 80%;
	height: auto;
	float: right;
}

.cf {
	clear: both;
	font-family: 2px;
	height: 5px;
	width: 100%;
}

.information {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0b333c;
	border-bottom: solid 2px #172762;
	width: 99%;
}

#enterprise {
	width: 666px;
	margin: auto;
	height: auto;
}

#midinformation {
	width: 99%;
	border: solid 3px #0b2b60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.head1 {
	  background-color:#0e4b81;
	height: 18px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-right: solid 1px #ccc;
}


.head2 {
    background-color: #FFF;
	height: 18px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;/*
	border-right: solid 1px #ccc;*/
	
}

.head2pdbatch {/*
    background-color:#254b88;*/
	height: 18px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;/*
	border-right: solid 1px #ccc;*/
	
}

.head3 {
    background-color:#E3EFFF;
	padding: 5px;
	border: solid 1px #000000;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.head4 {
    background-color:#E3EFFF;
	padding: 5px;
	border: solid 1px #000000;
	color: #333333;
	font-size: 11px;
	
}

@media print{
.head3 {
    background-color:#E3EFFF;
	padding: 5px;
	border: solid 1px #cccccc;
	border-top: none;
	color: #000000;
	font-size: 11px;
}

.head4 {
    background-color:#E3EFFF;
	padding: 5px;
	border: solid 1px #000000;
	color: #333333;
	font-size: 11px;
	}
	
	.head2 {
	height: 18px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.tracker {
	background-color: #fff;
}

.tracker1 {
	background-color: #fff;
}

.totalbot{
background-color: #fff; border: #CCCCCC solid 1px;
}

	.head2prnt {
	height: 18px;
	color: #000000;
	font-size: 10pt;
	font-size/*\**/: 11pt\9;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	border: #CCCCCC solid 1px;
	
}

	.head2prnt1 {
	height: 18px;
	color: #000000;
	font-size: 8pt;
	font-size/*\**/: 9pt\9;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	border: #CCCCCC solid 1px;
	
}

.trackerprnt {
	background-color: #fff;
	font-size: 8pt;
	font-size/*\**/: 10pt\9;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	border: #CCCCCC solid 1px;
}

.tracker1prnt {
	background-color: #fff;
	font-size: 8pt;
	font-size/*\**/: 10pt\9;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	border: #CCCCCC solid 1px;
}

.totalbotprnt{
	background-color: #fff; border: #CCCCCC solid 1px;
 	font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}
.totalbottom{
	border: none; border-top: #CCCCCC solid 1px; font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}

.totalbottom2{
	border: none; border-top: #CCCCCC solid 1px; font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: normal;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}

.totalbottom1{
	border: none; border-top: #CCCCCC solid 1px; font-size: 8pt; font-size/*\**/: 9pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}
/*
#footer {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	margin-bottom: -30px;
	color: #fff;
	font-size: 10pt; font-size/*\**/: 11pt\9;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}*/
}

	.head2prnt {
	height: 18px;
	color: #000000;
	font-size: 10pt;
	font-size/*\**/: 11pt\9;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	border: #CCCCCC solid 1px;
	
}

	.head2prnt1 {
	height: 18px;
	color: #000000;
	font-size: 8pt;
	font-size/*\**/: 9pt\9;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	border: #CCCCCC solid 1px;
	
}

.trackerprnt {
	background-color: #fff;
	font-size: 8pt;
	font-size/*\**/: 10pt\9;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	border: #CCCCCC solid 1px;
}

.tracker1prnt {
	background-color: #fff;
	font-size: 8pt;
	font-size/*\**/: 10pt\9;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	border: #CCCCCC solid 1px;
}

.totalbotprnt{
	background-color: #fff; border: #CCCCCC solid 1px;
 	font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}
.totalbottom{
	border: none; border-top: #CCCCCC solid 1px; font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}

.totalbottom2{
	border: none; border-top: #CCCCCC solid 1px; font-size: 10pt; font-size/*\**/: 11pt\9; font-weight: normal;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}

.totalbottom1{
	border: none; border-top: #CCCCCC solid 1px; font-size: 8pt; font-size/*\**/: 9pt\9; font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	font-stretch: normal;
	font-size-adjust: none;
	font-variant: normal;
	padding: 5px;
	color: #000000;
}

.tdbdr {
	border: solid 1px #000000;
	font-size: 11px;
}

.head2 a {
	color: #000;
	text-decoration: none;
}

.padd10{
	padding:5px;
	
}

.gray {/*
border-right: solid 1px #ccc; */
	
}

.tdclass{
	height: 100%;
	margin: 0;
	padding: 2px
}

.bigtextbox {
	border: solid 1px #c4c3c3;
	width: 96%;
	border: none;
	font-size: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.button input {
	background-image: url(../images/button.png);
	background-repeat: repeat-x;
	height: 17px;
	color: #fff;
}

.Edit {
	background: url(../images/edit.png) no-repeat left 0;
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 70px;
	margin: auto;
}
.Edit_large {
	background: url(../images/edit.png) no-repeat left 0;
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 120px;
	margin: auto;
}

.ViewEdit {
	background: url(../images/edit.png) no-repeat left 0;
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 97px;
	margin: auto;
}

.Edit a, .Edit_large a, .ViewEdit a {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.Impersonate {
    background: url("../images/Impersonate.png") no-repeat scroll left 0 transparent;
    color: #3878DB;
    font-weight: bold;
    height: 16px;
    margin: auto;
    width: 120px;
}

.Impersonate a {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.View {
	/*background: url(../images/edit.png) no-repeat left 0;*/
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 100%;
	margin: auto;
}

.View a {
	font-size: 11px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.Addnew {
	/*background: url(../images/edit.png) no-repeat left 0;*/
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 100%;
	margin: auto;
}

.Addnew a {
	font-size: 11px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.Delete {
	background: url(../images/delete.png) no-repeat left 0;
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 80px;
	margin: auto;
}

.Delete a {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.active {
	background: url(../images/nonarchive.png) no-repeat left 0;
	height: 16px;
	font-weight: bold;
	color: #3878db;
	width: 80px;
	margin: auto;
}

.active a {
	font-size: 12px;
	height: 16px;
	font-weight: bold;
	color: #3878db;
}

.assignUser {
	padding: 2px 0px 0px 2px;
	height: 14px;
	font-weight: bold;
	color: #3878db;
	width: 100%;
	margin: auto;
}

.assignUser a {
	font-size: 12px;
	height: 16px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	color: #3878db;
}

.user a {
	font-size: 12px;
	height: 16px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
	color: #3878db;
}
/*
#footer {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	margin-bottom: -30px;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}*/

.txtbox {
	width: 130px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.txtboxle {
	width: 80px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltxtbox {
	width: 130px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltxtboxmlocation {
	width: 100px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltxtboxprocesspro {
	width: 65px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltxtboxmlocation2 {
	width: 140px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.smalltxtboxmlocation1 {
	width: 70px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltxtboxml{
	width: 90px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.processtxtbox {
	width: 100px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
}

.transferbutton {
	background: #546a8F;
	color: #FFFFFF;
	border: 0px;
}

.dropdwn {
	width: 123px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
}
.dropdwnsmall {
	width: 100px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
}
.dataentryoee {
	width: 123px;
	color: #000;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
}

.dataentryequip {
	width: 100px;
	color: #000;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
}

.dropdwn1 {
	width: 140px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:18px;
}

.dropdwnsmall1 {
	width: 40px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	height:20px;
}

.multibox {
	width: 130px;
	height: 83px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.multiboxreport {
	width: 150px;
	height: 50px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.multiboxmloction {
	width: 100px;
	height: 50px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.multiboxmloction-new{
	width: 150px;
	height: 50px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.multiboxdiv {
	width: 210px;
	height: 83px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#modalData .multiboxdiv {
	width: auto;
}

.multiboxdiv1 {
	background: transparent no-repeat fixed;
	width: 96%;
	height: 20px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.bigtextbox {
	border: solid 1px #c4c3c3;
	width: 96%;
	border: none;
	font-size: 10px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.bigtextbox1 {
	border: solid 1px #c4c3c3;
	width: 96%;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.tborder {/*
	border-right: 1px solid #ccc;*/
	border: #88ACE0 solid 1px;	
}

table { border-collapse: collapse;}
@media screen and (-webkit-min-device-pixel-ratio:0){
table {border-collapse: none;}
}

/*pagination====================================Start here================================== */
.pagination {
	padding: 2px;
}

.pagination ul {
	margin: 0;
	padding: 0;
	text-align: right;
	/*Set to "right" to right align pagination interface*/
	font-size: 11px;
}

.pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a,.pagination a:visited {
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}

.pagination a:hover,.pagination a:active {
	border: 1px solid #2b66a5;
	color: #fff;
	background-color: #2e6ab1;
}

.pagination a.currentpage {
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink,.pagination a.disablelink:hover {
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext {
	font-weight: bold;
}

/*pagination====================================End here================================== */
	/*login====================================start here================================== */
#login {
	width: 100%;
	height: 655px;
	background-image: url(../images/login9.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border: #FFFFFF solid 1px;
	/*margin-top: -8px;*/
}

#loginarea {
	width: 40%;
	height: auto;
	padding-top: 40px;
	padding-left: 150px;
	margin: auto;
	color: #ffffff;
}

#loginarea a:link {
text-decoration: underline;
color: #263753;
}

#loginarea a:hover {
text-decoration: underline;
color: #0099FF;
}

.tbox input {
	height: 18px;
	width: 238px;
	_width: 237px;
	margin-bottom: 15px;
	padding: 3px;
	font: 11px 'Lucida Grande', arial, sans-serif;
}

.positive {
	background-color: #003a72;
	color: #FFF;
	border: 0px;
	padding: 5px;
}


.log {
	background: url(../images/lock.png) no-repeat 0 0;
	height: 19px;
	padding: 5px 0px 0px 20px;
	border-bottom: dashed 1px #fff;
}



.forgot{
	
	background-color: #003a72;
	color: #FFF;
	border: 0px;
	padding: 5px 0px 0px 0px;
	height:25px;
	text-align:center;
	width:150px;

	
	
}
.forgot input{
	
	background-color: #003a72;
	color: #FFF;
	border: 0px;
	font: 12px 'Lucida Grande', arial, sans-serif;
	overflow: visible; /* removes extra side padding in IE */

	padding:3px 0px 0px 0px;
}
.log h4 {
	font: bold 20px helvetica, arial, sans-serif;
	color: #fff;
	display: inline;
	margin-left: 10px;
}

/*login====================================End here================================== */
.tracker {
	background-color: #fff;
}

.tracker:hover {
	background-color: #ffdc91 !important;

}

.tracker1 {
	background-color: #e3efff;
}

.tracker1:hover {
	background-color: #ffdc91;
	
	
}

.Result {
	color: #033;
	font-weight: bold;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
}

.Resultmxau {
	color: #254b88;
	font-weight: normal;
	font-size: 11px;
}

.short1 {
	height: 150px;
	overflow: auto;
	width: 100%;
}

.short {
	height: 280px;
	overflow: auto;
	width: 100%;
}

/*upper form start*/

form {
margin:0px;
padding:0px;}
#conta {
	width: 100%;
	height: auto;
}

 .enterprise {
	width: 34%;
	height: auto;
	float: left;
}

 .enterprise label {
	padding: 5px 5px 0px 5px;
	height: auto;
	float: left;
}

 .plant {
	width: 30%;
	height: auto;
	float: left;
}

 .plant label {
	padding: 5px 5px 0px 5px;
	height: auto;
	float: left;
}

.errortext {
	color: #FF0000;
}

.error {
	background: #F7CBCA url(../images/cancel.png) no-repeat 10px 2px;

	width: 95%;
	margin: auto;
	padding: 3px 0px 5px 30px;
	margin-top: 25px;
	margin-bottom:5px;
	border: solid 2px #CC0000;
	color: #CC0000;
	font-weight: bold;
}

.error ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.error LI {
	margin: 0;
	padding: 0;
	font-weight:normal;
	list-style:square;
	margin:0px 0px 0px 15px;
}
.error ul Li ul  {
	padding: 0;
	margin: 0;
	list-style: none;

}
.error ul Li ul Li {
	padding: 0;
	margin: 0;
	list-style: none;

}

.error LI {
	margin: 0;
	padding: 0;
	font-weight:normal;
	list-style:square;
	margin:0px 0px 0px 15px;
}

.notification {
	background: yellow url(../images/alert_icon.png) no-repeat 10px 2px;

	width: 95%;
	margin: auto;
	border: solid 1px #000;
	margin-top: 5px;
	color: #008000;
	font-weight: bold;
	padding: 3px 0px 3px 30px;
	margin-top: 25px;
	margin-bottom:5px;
}

.success {
	background: #C9FFCA url(../images/accept.png) no-repeat 10px 2px;

	width: 95%;
	margin: auto;
	border: solid 1px #349534;
	margin-top: 5px;
	color: #008000;
	font-weight: bold;
	padding: 3px 0px 3px 30px;
	margin-top: 25px;
	margin-bottom:5px;
}

.success ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.success LI {
     margin: 0;
	padding: 0;
	font-weight:normal;
	list-style:square;
	margin:0px 0px 0px 15px;
}

.assignment {
	border-bottom: 1px solid #ccc; 	
	overflow: none;
	width: 100%;
}

.assignmentoverflow {
	border-bottom: 1px solid #ccc; 	
	height: 280px;
	overflow: auto;
	width: 100%;
}

/*Assign Category Structure start*/
#Assign {
	width: 300px;
	height: auto;
}

#Assign .tag {
	background: url(../images/addasign.jpg) no-repeat 0 left;
	font-size: 11px;
	height: 20px;
	padding: 0px 0px 0px 25px;
	font-weight: bold;
	color: #3878db;
}

#Assign .tag a {
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #3878db;
}

.ccategry {
width:100%;
}

/*Assign Category Structure start*/
.Assignboxdiv {
	width: 210px;
	height: 150px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

	/*upper form start*/
#conta {
	width: 100%;
	height: auto;
}

#conta .enterprise {
	width: 34%;
	height: auto;
	float: left;
}

#conta .enterprise label {
	padding: 0px 0px 0px 5px;
	height: auto;
	float: left;
}

#conta .plant {
	width: 30%;
	height: auto;
	float: left;
}

#conta .plant label {
	padding: 0px 0px 0px 5px;
	height: auto;
	float: left;
}

.txtsmallall {
	width: 50px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.htheading {
	padding: 5px;
	color: #233e6d;
	font-weight: bold;
	font-size:11px;
	margin:10px 0px 0px;
	background-color:#DEEBFE;
}
.mandatory{
color:red;}

pre{
	display:block;
	font:100% "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	overflow:auto;
	width:800px;
}

.smallm1{
    width: 130px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

.smallm1forproproduct{
    width: 100px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
.tborder1 {/*
	border-right:solid 1px #ccc;*/
	padding:10px 0px 25px 0px;
	
}
.tborder2 {/*
	border-right:solid 1px #ccc;*/
	padding:5px 0px 5px 0px;
	
}
.error1 {
	background: #F7CBCA url(../images/cancel.png) no-repeat 10px 2px;
	width: 85%;
	margin: auto;
	padding: 3px 0px 5px 30px;
	margin-top: 5px;
	margin-bottom:5px;
	border: solid 1px #CC0000;
	color: #CC0000;
	font-weight: bold;
}

.tabs1 { 

   border-bottom: 3px solid #0a2a5d; 
   list-style: none;

   padding: 10px 5px 0px 5px;
   zoom:1;
   width:94.5%;
   margin:auto; 
}
.tabs1:after { 
   display: block; 
   clear: both; 
   content: " "; 
}

.tabs1 li {
   float: left; 
   margin: 0 1px 0 0;
    

}
.tabs1 a {
   display: block; 

background-color:#0a2a5d; 
padding: 6px 40px 6px 40px; 
 color: #fff; 
text-decoration: none;
 white-space: nowrap;
}

.ui-tabs1-selected a { 
   background-color: #fff; 
   color: #0a2a5d; 
   position: relative; 
   top: 2px; 
   border: 1px solid #ccc;
   border-bottom: 0; 
   font-weight: bold; 
 padding: 5px 40px 5px 40px;     
   border-top: 3px solid #0a2a5d; 
   border-left: 1px solid  #0a2a5d; 
   border-right: 1px solid  #0a2a5d; 
   margin-bottom: -1px; 
   overflow: visible;
}
.strip1{
background-color:#f4f4f4;}

.count1{
width:150px;
float:left;
height:auto;}
.count2{
width:100px;
float:left;
height:auto;
text-align:left;}
.record{
width:150px;
float:left;
height:auto;}
.spacer{
width:15px;
height:auto;
float:left;}
@media screen and (-webkit-min-device-pixel-ratio:0){
.spacer{
width:10px;
height:auto;
float:left;}
}

.dateboxerror {
	border:1px solid  red;
}

.reportdatebox {
	width: 100px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.reportheading{
background-color:#aec4e2;
font-size:12px;
font-weight:bold;
}


#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	font-size:10px;
}

#breadCrumb a{
	color: #0B2B60;
	font-size:10px;
}

#breadCrumb a:hover{

	text-decoration: underline;
}
.blueborder{
border:solid 1px #254b88;}
#printprocess{
position:absolute;
	left:762px;
	top:8px;
	width:225px;
	height:109px;
	z-index:1000;
}
#reportName{
	width: 100%;
	height: auto;
	float: left;
	font-family: sans=serif, Times;
	font-size: 24px;
	*font-size: 25px;
	font-weight: bold;
	*font-weight: 700;
	color: #000000;
	position: absolute;
	left: 154px;
	top: 55px;
	*top: 70px;
	height: 28px;
	z-index: 999;
	}
@media print {
#midborderprint{ font-size: 12pt; }
#reportName{
	width: 100%;
	height: auto;
	float: left;
	font-family: sans=serif, Times;
	font-size: 24px;
	font-weight: bold;
	*font-weight: 700;
	color: #000000;
	position: absolute;
	left: 154px;
	top: 70px;
	height: 28px;
	z-index: 999;
	}
}
@media print {
.head2 {
    background-color:#254b88;
	height: 18px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	border-right: solid 1px #ccc;
	
}

}
@media print {
#midborderprint{ font-size: 12pt; }
.strip1{
background-color:#f4f4f4;
font-size:14px;}

.headprint {
    background-color:#254b88;
	height: 18px;
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	font-family: sans=serif, Times;
	padding: 5px;
	border: solid 1px #000;
	border-collapse: collapse;
	
}

.headprint a {
	color: #000000;
	text-decoration: none;
}

}

.paretoReportNote{
	padding-left: 5px;
	font-style:italic;
	font-weight: bold;
}
@media screen{
.headprint {
    background-color:#254b88;
	height: 18px;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	font-family: sans=serif, Times;
	padding: 5px;
	border: solid 1px #000;
	border-collapse: collapse;
	
}
}


.headprint a {
	color: #fff;
	text-decoration: none;
}

.tborderprint {
	border-right: 1px solid #000;

	
}
.headprint1 {
    background-color:#254b88;
	height: 18px;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	font-family: sans=serif, Times;
	padding: 5px;
	border: solid 1px #000;
	
}

.headprint1 a {
	color: #fff;
	text-decoration: none;
}

/*ritesh kumar*/


.rlogorow{
width: 1024px;
height: 129px;
margin: 0;
padding: 0;
}

.rlogo{
width: 132px;
height: 129px;
margin: 0;
padding: 0;
background-image: url(../images/usetlogo.jpg);
background-repeat: no-repeat;
float: left;
}

.rlogoright{
width: 892px;
height: 129px;
float: right;
background-image: url(../images/bg1.png);
background-repeat: repeat-x;
}

.rmand{
width: 100%;
float: left;
height: 15px;
margin: 0;
margin-left: 50px;
padding: 0;
font: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
}

.rmain{
width: 1000px;
height: 200px;
padding: 0;
margin: 0;
}

.rcdata{
float: left;
width: 230px;
height: 190px;
margin-right: 20px;
margin-left: 10px;
padding: 0px;
background-color:#ffffff;
}

.rpdata{
float: left;
width: 608px;
height: 170px;
padding: 0;
margin: 0;
background-color:#ffffff;
overflow: auto;
margin-left: 0px;
}

.rpdataadd{
width: 644px;
height: 120px;
padding: 0px;
margin: 0;
background-color: #FFFFFF;
float: left;
overflow: scroll;
overflow: auto;
}

.rpdataadd_cp{
width: 681px;
height: 121px;
padding: 0px;
margin: 0;
background-color: #FFFFFF;
float: left;
overflow: scroll;
overflow: auto;
}

.rpdataadd_bp{
width: 681px;
height: 30px;
padding: 0px;
margin: 0;
background-color: #FFFFFF;
float: left;
overflow: scroll;
overflow: auto;
}

.rgraph{
float: right;
width: 240px;
height: 210px;
background-color: #ffffff;
background-image: url(../images/graph22.png);
background-repeat: no-repeat;
}

.rform{
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 10px;
font-weight: bold;
}

.rafieldset {
width: 423px;
height: 163px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
margin: 0;
padding-top: 15px;
}

/*.rafieldset:hover {
border-color: #0ca0ff;
}*/

.rbfieldset {
width: 644px;
height: 159px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
margin: 0;
}

.rbfieldset_cp {
width: 681px;
height: 155px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
margin: 0;
padding: 0;
padding-left: 5px;
}

.rbfieldset_bp {
width: 681px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
margin: 0;
padding: 0;
padding-left: 5px;
}
/*
.rbfieldset:hover {
border-color: #0ca0ff;
}*/

legend {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
}

.rtextfield_effect {
	width: 60px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.ratextfield_effect {
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
width: 30px;
height: 15px;
}

/*.ratextfield_effect:hover {
border-color: #64acd8;
border-width: 1px;
}

.ratextfield_effect:focus {
border-color: #64acd8;
border-width: 1px;
}*/

.rselect_effect {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
height: 20px;
}

.rselect_effectb {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
width: 130px;
height: 20px;
}

.rstlprdrow{
font-size: 9px;
color: #333333;
font-weight: normal;
}

.rremovex{
font-size: 10px;
font-weight: bold;
color: #FF0000;
}

.rborder{
width: 1000;
height: auto;
border-bottom: #003366 solid 2px;
border-left: #003366 solid 2px;
border-right: #003366 solid 2px;
border-top: #003366 solid 2px;
}

.rresult{
color: #00CCFF;
}

.locedttfrz{
width: 40px;
height: 14px;
font-size: 10px;
}

.locedttf{
width: 80px;
height: 14px;
font-size: 10px;
}

.lovedtddn{
width: 80px;
font-size: 10px;
}

.lovedtddl{
width: 155px;
font-size: 10px;
}

.lovedtddndv{
width: 115px;
font-size: 10px;
margin-right: 0px;
}

.lovedtddntm{
width: 38px;
font-size: 10px;
}

/*shift data css*/
.shift_div2{
width: 226px; height: 29px; float: right; padding: 0; margin: 0; padding-top: 5px; font-size: 11px; font-weight: bold; border-bottom: none; border-right: #CCCCCC solid 1px; border-top: #CCCCCC solid 1px;
margin-left: -5px;
}

.shift_fldst{
width: 191px; height: 61px; float: left; padding: 0; margin: 0; padding-top: 5px; padding-left: 0px; font-size: 11px; font-weight: bold; border-left: #CCCCCC solid 1px; border-top: #CCCCCC solid 1px; border-bottom: #CCCCCC solid 1px; border-right: none; margin-top: -12px;
}


html>body .shift_fldst{
width: 186px; height: 66px; *height: 71px; float: left; padding: 0; margin: 0; padding-top: 5px; padding-left: 0px; font-size: 11px; font-weight: bold; border-left: #CCCCCC solid 1px; border-top: #CCCCCC solid 1px; border-bottom: #CCCCCC solid 1px; border-right: none; margin-top: -7px; *margin-top: -11px; padding-left: 5px;
} 

html>body .shift_fldst_tabl{
width: 186px; height: 66px; *height: 67px; float: left; padding: 0; margin: 0; font-size: 11px; font-weight: bold;
} 

.txtboxerror {
	border: solid 2px #FF0000 !important; 
}

.newlogintxtbx{
width: 120px;
height: 18px;
}

.totalbgnew{
	background-color: #336699; color: #FFF; border: #336699 solid 1px;
}

	.neutral{
	padding:3px;
	color:#000000;
	font-family:verdana;
	font-size:9px;
	text-align:center;
	border:1px solid #000000;
	background-color:#FFFFFF;
	}
	
	.veryweak{
	border:1px solid #000000;
	background-color:#B40404;
	}
	
	.weak{
	border:1px solid #000000;
	background-color:#DF7401;
	}
	
	.medium{
	border:1px solid #000000;
	background-color:#FFFF00;
	}
	
	
	.strong{
	border:1px solid #000000;
	background-color:#9AFE2E;
	}
	
	
	.verystrong{
	border:1px solid #000000;
	background-color:#0B610B;
	color:#FFFFFF;
	}


/*Batch step*/
.transferbutton_new {
    background: none repeat scroll 0 0 #546A8F;
    border: 0 none;
    color: #FFFFFF;
	width: 25px; height: 25px;
	padding: 3px 5px;
}
a.viewsteplink{
	margin-left: 10px;
}
.tracker_sub {
	background-color: #C5DAF0;
	height: 25px;
}
.tracker_sub1 {
	background-color: #EBF2FA;
	height: 25px;
}
span.step_title{
	font-size: 12px; font-weight: bold; color: #ca8000; display: block;
}
.dataentrystep {
    border: 1px solid #C4C3C3;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 20px;
    width: 93px;
}

.tborder_nobot{
	border: none;
}

ul.dragable{
	margin: 0; padding: 0; list-style-type: none;
}

ul.dragable li{
	display: block;
	margin: 0; padding: 0;
}

ul.dragable li.odd{
	background-color: #C5DAF0;
}

ul.dragable li.even{
	background-color: #EBF2FA;
}

ul.dragable li:hover{
	background-color: #FC6;
}

ul.dragable li img.drag{
	cursor: pointer;
}

.showtr{
	border: #3b6497 solid 2px; padding: 5px; background-color: #fff; width: 856px; margin: 0 auto 15px;

	}
	
.smalltxtboxfortime {
width: 20px;
border: solid 1px #c4c3c3;
font-size: 10px;
height: 18px;
font-family: Arial, Helvetica, sans-serif;
}

.autocompletetextbox{
padding: 0px 0px;
margin: 1px 0px;
border: 1px solid #BBB;
font-family: Arial;
height: 17px;
}
.rtextfield_effect {
	width: 60px;
	border: solid 1px #c4c3c3;
	font-size: 10px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.rtextfield_effect_mid {
	width: 100px;
	font-size: 10px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px;
}

.rtextfield_effect_big {
	font-size: 10px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px;
}

.txtYellowbg{
	background-color: yellow;
}


.txtlightgreenbg{
	background-color: lightgreen;
}
.ratextfield_effect {
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
width: 30px;
height: 15px;
}
/*Batch step End*/

input.loss-event-start {
	background-color: #c00000; border: #333 solid 1px; color: #fff; font-size: 11px; cursor: pointer; min-width: 52px;
}
/* input.doneBut{
	background-color: #184078; border: #333 solid 1px; color: #fff; font-size: 11px; cursor: pointer; padding: 2px 5px;
} */

.lossDiv{
	width: 150px; padding: 10px; border: #184078 solid 2px; position: absolute; left: 70px; top: -120px; background: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;
}

.lossDiv img.close{
	position: absolute; top: 6px; right: 10px; cursor: pointer;
}
.lossDiv span.close{
	position: absolute; top: 6px; right: 10px; cursor: pointer; background: url(../images/x.png) no-repeat; width: 16px; height: 16px;
}
.lossDiv span.close:hover{
	background: url(../images/xhover.png) no-repeat;
}
input.loss-event-end { 
	background-color: #2b4f81; border: 1px solid #333; color: #fff; cursor: pointer; font-size: 11px; min-width: 52px;
}

.connect-data-status-0 {
	
}

.connect-data-status-1 {
	background-color: #FFFFCC;
}

.connect-data-status-2 {
	background-color: #C6EFCE;
}

.connect-data-status-0-1 {
	border: solid 2px #FFFFB0; 
}

.connect-data-status-0-2 {
	border: solid 2px #A9EFA9;
}

.connect-data-status-0-3 {
	border: solid 1px #F79646;
}

.connect-update-link {
	color: #3878DB;
	margin-right:5px;
	font-weight: bold;	
}

.connect-upate-div {
	background: none #FFF;
	padding: 5px;
	border: 3px solid #000033;
	max-width: 354px;
	max-height: 400px;
	overflow: auto;
	position: fixed;	
}

.data-entry-large-graph {
	 width: 954px;
	 height: 298px;
	 padding: 10px;
	 border: #000033 solid 3px;
	 position: absolute;
	 z-index: 1001;
	 background: #fff;
}

/*dashboard report css*/
.outer table {
  /*table-layout: fixed; */
  width: 100%;
  *margin-left: -200px;/*ie7*/
}
.outer table td, .outer table th {
  vertical-align: top;
  /*border-top: 1px solid #ccc;*/
  padding:4px 10px;
  width:80px;
}
.outer table td table td {
  vertical-align: top;
  /*border-top: 1px solid #ccc;*/
  padding:0;
  width:auto;
}
/*.outer table tr.vert td, .outer table tr.vert th {
	transform: rotate(90deg);
	transform-origin: left top 0;
}*/
.outer table th {
  position:absolute;
  *position: relative; /*ie7*/
  left:0; 
  width:200px;
}
.outer table tr.tracker1 th {
	background: #ccccff; height: 17px;
}
/*.outer table tr.tracker1 th:hover {
	background-color: #ffdc91;
}*/
.outer {position:relative}
.inner {
  overflow-x:scroll;
  overflow-y:visible;
  width:1100px; 
  margin-left:220px;
}
.thunder{
	margin-left: 20px;
}
/*dashboard report css*/

.loss-event-label {
	font-size: 16px;
	font-weight: bold;
}

.loss-event-tbox {
	width: 18px;
	text-align: center;
	border: #535353 solid 1px;
}

.fixed {
position: fixed;
top: 0;   
}

.field-disabled{
	background-color:#f0f0f0;
	border:1px solid #ABADB3;
	padding:2px 1px;
}

.tborder-mr {
	border: solid 1px #0a2a5e;	
}

.ptview-selected {
}

.ptview-ns {
}

.hidden {
	display: none;
}
.upload-area{
	width: 500px;
	padding: 10px;
	border: 1px solid black;

}
.upload-area h2{
	
	color: #386493;
	box-sizing: border-box;
	width: 200px;
	float: left;
	margin-top: 0px;
}