.error {
    color: red;
}
.labelCls{
	font-size: 13px;
	color:#000;
}
.labelCls1{
	font-size: 15px;
	color:#FFF;
	padding:5px;
}
fieldset {margin:7;padding:7;border:1px solid gray}
legend {width:auto; margin-bottom: 0px; font-size: 18px; font-weight: bold; color: #010101;}
.inputCls{
	font-size: 13px;
	height: 26px;
	width: 100%;
	border: none;
	border: 1px solid #666;
	padding: 5px;
	border-radius: 3px;
}

.inputClsMultiSelect{
	font-size: 13px;
	height: 70px;
	width: 100%;
	border: none;
	border: 1px solid #666;
	padding: 5px;
	border-radius: 3px;
}

.inputClsMini{
	font-size: 12px;
	height: 22px !important;
	width: 100%;
	border: 1px solid #666;
	padding: 0px !important;
	border-radius: 0px;
}

.tblCls{
	width:100%
}

.tblCls > thead > tr > th{
	font-size: 13px;
	color:#FFFFFF;
	background-color: #990000 !important;	
	padding: 5px;
}

.tblCls > tbody > tr > td{
	font-size: 13px;
	padding: 5px;
	cursor: pointer;
}

.tblCls > tbody > tr:nth-child(even) { 
	background-color: #FFE8E8; 
} 

.trBorder{
	border-bottom:1px solid #666666;
}

input[type="text"][disabled]{
	color:#000000 !important;
	border:1px solid #000;
	cursor: not-allowed;
}


input[type="text"][readonly]{
	border:1px solid #000;
}
#hideMe {
      -webkit-animation: seconds 1.0s forwards;
	  -webkit-animation-iteration-count: 1;
	  -webkit-animation-delay: 5s;
	  animation: seconds 1.0s forwards;
	  animation-iteration-count: 1;
	  animation-delay: 5s;
}@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
