.noteText{
	text-align: left;
	border:1px solid #ccc;
	font-size: 14px;
}
.noteText p{
	margin: 0;
	padding: 5px;
}
.topBottomBorder{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.table-info td{
	background-color: #bee5eb;
}

/* Style the tab */
.cutomTabs {
  border-bottom: 2px solid #4183c0;
  text-align: left;
}

/* Style the buttons inside the tab */
.cutomTabs button {
  color: #656565;
  text-shadow: none;
  background-color: #e6e6e6;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-right: 0px;
  padding: 5px 10px;
  border: 0px;
}

/* Change background color of buttons on hover */
.cutomTabs button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.cutomTabs button.active {
  color: white;
  text-shadow: none;
  background-color: #4183c0;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* Style the tab content */
.cutomTabsContent {
  border-top: none;
  padding: 15px 0px;
}

.paymentOptModalClass .cutomTabs button{
	margin-right: 5px;
}
.paymentOptModalClass .cutomTabs button:last-of-type{
	margin-right: 0px;
}

.table-txt th {
  text-align: center;
  vertical-align: middle;
  background-color: #4083bf;
  color: #fff;
}
.table-txt th, .table-txt td{
  padding: 0px !important;
}
.table-txt {
  font-size: 14px;
}
.paymentOptModalClass{
  text-align: center;
}
.paymentOptModalClass td{
  font-weight: 100 !important;
  font-size: 13px;
}
.paymentOptModalClass th{
  font-size: 13px;
}
.table > tbody > tr > td{
  vertical-align: middle;
}