/* -------------------------------- */
/* ----      Table Styles      ---- */
/* -------------------------------- */

.wxTable {
	width: 100%;
}
.wxTableHeader {
	background-color: #000;
	color: #fff;
	text-align: left;
}
.wxTableFooter {
	background-color: #000;
	text-align: left;
}
.wxTableBody {
}
.wxTableRowOdd {
	background-color: #EEE;
	color: #000;
}
.wxTableRowEven {
	background-color: #CCC;
	color: #000;
}
.wxTableDivider {
	background-color: #999;
	height: 2px;
}
.wxTableFooterEmpty {
	background-color: #000;
	height: 2px;
}

/* -------------------------------- */
/* ----      Menu Styles       ---- */
/* -------------------------------- */
.wxHorizMenu{
	padding: 0;
	margin: 0;
}

.wxHorizMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wxHorizMenu ul li{
	display: block;
	float: left;
}

.wxVertMenu {
	margin: 0;
	padding: 0;
    overflow: auto;
}
.wxVertMenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;

}
.wxVertMenu ul li {
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}


/* -------------------------------- */
/* ----      Tab Styles       ---- */
/* -------------------------------- */
.wxTab ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	margin-bottom: 4px;
}
.wxTab ul li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width: 50px;
    text-align:center;
}
.wxTab ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
.wxTab ul li a:hover {
	background: #ccc;
}
.wxTab ul li.active { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}
.wxTab ul li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

/* -------------------------------- */
/* ----   Pagination Styles    ---- */
/* -------------------------------- */

.wxPagination {
	width: 100%;
}
.wxPagination a{
	text-decoration: none;
}
.wxPagination a:hover{
	text-decoration: underline;
}
.wxPagination a:visited{
	text-decoration: none;
}
.wxPaginationFirst  {
	margin: 2px;
	padding: 2px;
	width: 20px;
	text-align: center;
}
.wxPaginationNext {
	margin: 2px;
	padding: 2px;
	width: 20px;
	text-align: center;
}
.wxPaginationPrev {
	margin: 2px;
	padding: 2px;
	width: 20px;
	text-align: center;
}
.wxPaginationLast {
	margin: 2px;
	padding: 2px;
	width: 20px;
	text-align: center;
}
.wxPaginationText {
	margin: 2px;
	padding: 2px;
	text-align: right;
	color: #fff;
}

/* -------------------------------- */
/* ----      Form Styles       ---- */
/* -------------------------------- */

.wxFormError {
	color: red;
}

.wxForm {
	padding: 0;
	margin: 0;
    overflow: auto;
}

.wxForm p {
	padding: 0;
	margin: 0;
	clear: left;
}

.wxForm .wxFormDivider {
	float: left;
	width: 100%;
	text-align: center;
	margin: 2px 0px 10px 0px;
	border-top: 1px dashed #000;
}

.wxForm .wxFieldSubSet {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px dashed #000;
}

.wxForm .wxFormLabel {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.wxForm .wxFormLabelMandatory {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.wxForm .wxFormInput {
	width: 250px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormFileUpload {
	width: 250px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormTextArea {
	width: 250px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormTextLine {
	display: block;
	margin: 0;
	margin-left: 160px;
	width: 250px;
	padding-left: 2px;
	border: 1px dashed #ccc;
}

.wxForm .wxFormSelect {
	width: 250px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormMultiSelect {
	width: 250px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormDateSelect {
	width: 60px;
	padding: 0px;
	margin: 0;
}
.wxForm .wxFormTimeSelect {
	width: 50px;
	padding: 0px;
	margin: 0;
}

.wxForm .wxFormControlHint {
	padding-left: 10px;
}

.wxForm .wxFormControlError {
	padding-left: 10px;
	color: red;
}

.wxForm .wxFormSubLabel {
	vertical-align: top;
	width: 50px;
	font-size: 12px;
}
.wxForm .wxFormRadio {
	vertical-align: top;
	width: 10px;
}
.wxForm .wxFormCheckBox {
	vertical-align: top;
	width: 10px;
}

.wxFormInline {
	padding: 0;
	margin: 0;
}

.wxFormInline .wxFormLabel {
	margin-right: 10px;
}
.wxFormInline .wxFormLabelMandatory {
	color: red;
	margin-right: 10px;
}
.wxFormInline .wxFormInput {
	width: 100px;
	padding: 0px;
	margin: 0;
}
.wxFormInline .wxFormTextArea {
	width: 100px;
	padding: 0px;
	margin: 0;
}
.wxFormInline .wxFormSelect {
	width: 100px;
	padding: 0px;
	margin: 0;
}
.wxFormInline .wxFormMultiSelect {
	width: 100px;
	padding: 0px;
	margin: 0;
}

/* -------------------------------- */
/* ----     Effects Styles     ---- */
/* -------------------------------- */

.wx2xImage img {
	padding: 2px;
	border: none;
}
.wx2xImage img:hover.wx2xImage1 {
	background-color: #f00;
	padding: 2px;
}
.wx2xImage .wx2xImage2 {
	border: 0px;
	display: none;
	left: -1px;
	position: absolute;
	top: -1px;
	height: 1px;
	width: 1px;
}
.wx2xImage a:hover .wx2xImage2 {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px;
	height: 100px;
	width: 100px;
}

/* -------------------------------- */
/* ----     Toolbar Styles     ---- */
/* -------------------------------- */
.wxToolBar {
	padding: 0;
	margin: 0;
}
.wxToolBar img {
	border: 2px outset #000;
	padding: 1px;
	margin: 1px;
}
/** forget password hover design **/
.wxFieldButtonBar{
    position: relative;
    display: block;
}

.wxFieldButtonBar .tooltiptitle{    
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
	border-radius: 6px;
    padding: 5px 0;
	z-index: 1;
}

.newtooltiplist ul
{
margin:0;
padding:0;
float:left;
}

.newtooltiplist ul li
{
margin:0;
padding:0;
float:left;
list-style:none;
}

/*------Custom Error Message For reports ---*/
#to_date_error,#from_date_error,#filetype_error {
	display:inline-block;
}

div#reportForm div span{
  margin-top: 7px;
  width: 130px;
  padding: 0;
  color: #363636;
  margin: 0;
  text-align: left;
  font-weight: bold;
  float: left;
  display:block
}
div#reportFromDate {
  padding-bottom: 10px;
}
div#reportToDate {
  padding-bottom: 10px;
}
div#divider span{
font-weight: bold;
}
div#divider input{
  margin-left: 35px;
  }
 #report-generation-form {
  padding: 41px 35px !important;
}
#report-generation-form p div {
  margin: 5px 0 10px 5px !important;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: none;
   opacity: 0.7;
   background-color: #C5BBBB;
   z-index: 99;
   text-align: center;
}

#loading-image {background-image: url("loading.gif");
  position: absolute;height:64px;width:64px;
  top: 45%;
  left: 43%;
  z-index: 100;
}
.newtooltiplist br{
	display:none;
}
#onclk_ForgotPassword{
	width:125px;
}
