table.regTbl thead {
	text-align: left;
}

table.regTbl h3, table.regTbl .h3{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

table.subTbl label{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}

table.subTbl .form-control {
  display: block;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc!important;
  border-radius: 4px!important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

table.subTbl .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

table.subTbl .form-control[disabled], table.subTbl .form-control[readonly], table.subTbl fieldset[disabled] .form-control{
	cursor: not-allowed;
	background-color: #eeeeee;
}

table.subTbl .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

table.subTbl .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

table.subTbl .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
  
table.subTbl .input-group-addon:first-child{
	border-right: 0;
}

table.subTbl .input-group .form-control:first-child, table.subTbl .input-group-addon:first-child, table.subTbl .input-group-btn:first-child > .btn, table.subTbl .input-group-btn:first-child > .dropdown-toggle, table.subTbl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

table.subTbl .input-group-addon,
table.subTbl .input-group-btn,
table.subTbl .input-group .form-control {
  display: table-cell;
}

table.subTbl .input-group-addon:not(:first-child):not(:last-child),
table.subTbl .input-group-btn:not(:first-child):not(:last-child),
table.subTbl .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

table.subTbl .input-group-addon,
table.subTbl .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

table.subTbl .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

table.subTbl label.error{
	display: block;
	color: #FF0000;
	line-height: 15px;
	margin: 5px 3px;
}