/* CSS FOR THE CUSTOM FORMS PLUGIN */
#customProductContent, #customProductForm{
	margin:0 10px;
	display:block;
	clear:both;
	font-size:13px;
}
#customProductForm table{
	width:100%;
}
#customProductForm table th{
	text-align:left;
	font-weight:normal;
	padding:10px 10px 0 0;
	vertical-align:top;
	min-width:100px;
	white-space: nowrap;
}
#customProductForm table td{
	padding:5px;
	
}
#customProductForm table td fieldset{
	display:inline-block;
	border:solid 2px WhiteSmoke;
	border-radius:5px;
	padding:20px;
}
#tblConfirm{
	margin:20px;
}
#tblConfirm td{
	padding:5px 15px;
	vertical-align:top;
}
#tblConfirm label{
	font-weight:bold;
}
#requestSentSuccess{
	margin:20px;
	padding:20px;
	text-align:center;
	border:solid 2px gainsboro;
	border-radius:5px;
	background-color:WhiteSmoke;
	font-size:13px;
	line-height:20px;
}
.tblFormFields{
	width:90%;
}

 /* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #05A5CB;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -200px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
 content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-left: 8px solid #05A5CB;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
} 




.tooltip .tooltipicon{
	visibility: visible;
	width:30px;
	margin:0 30px 0 0;
}



/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.customformhelp{
	width:20px;
	height:20px;
	display:inline;
}
.evenRow{
	background-color:White;
}
.oddRow{
	background-color:WhiteSmoke;
}
