body {
	background-color:#D3E6F5;
}

hr {
    height: 3px;
	width: 622px;
	color: white;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.text {
font-family: verdana;
font-size: 12px;
color: #0F4570;
}

.textbold, h4 {
font-family: verdana;
font-size: 12px;
color: #0F4570;
font-weight: bold;
text-decoration: none;
}

.textbold14 {
font-family: verdana;
font-size: 14px;
color: #0F4570;
font-weight: bold;
text-decoration: none;
}

.subtextbold, h4 {
font-family: verdana;
font-size: 11px;
color: #0F4570;
font-weight: bold;
text-decoration: none;
padding: 5px;
}

.result {
font-family: verdana;
font-size: 11px;
color: #0F4570;
font-weight: bold;
text-decoration: none;
}

.textwht {
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
}

.status {
font-family: verdana;
font-size: 14px;
color: #FF0000;
font-weight: bold;
text-decoration: none;
}

.breakdown {
font-family: verdana;
font-size: 11px;
color: #FF0000;
font-weight: bold;
text-decoration: none;
}

.quotetext {
font-family: verdana;
font-size: 11px;
color: #0F4570;
}

.subtext {
font-family: verdana;
font-size: 10px;
color: #0F4570;
}

.subtext1 {
font-family: verdana;
font-size: 12px;
color: #0F4570;
padding: 5px;
}

a {
font-family: verdana;
font-size: 12px;
color: #0f4570; /*color: #ff6000; */
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #ff0000;
}

.link {
font-family: verdana;
font-size: 15px;
font-weight: bold;
color: #ff6000; /*color: #0F4570; */
}

.link2 {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ff6000; /*color: #0F4570; */
}

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #000;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 8px;
}

.suggestionList li {
	
	margin: 0px 10px 10px 10px;
	padding: 0px;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}

.suggestionList li:hover {
	background-color: #D3E6F5;
}

.column_head {
    background: linear-gradient(to bottom, orangered, orange);  /* Green gradient - light to dark. */
}

.link3 {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #ff6000; /*color: #0F4570; */
}

.alpha A:link {font-family: verdana; font-size: 12px; color: #0F4570; font-weight: bolder; text-decoration: none;}
.alpha A:hover {font-family: verdana; font-size: 12px; color: #0F4570; font-weight: bolder; text-decoration: underline; color: red;}

/*header */
.products{ 
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}

/*class added to contents when they are open*/
.openlanguage{ 
color: #FF0000;
}

/*class added to contents when they are closed*/
.closedlanguage{ 
color: #0F4570;
}

/*.padded { padding: 0.1vh;}*/
.padded { padding: 5px;}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff6000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #0F4570;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
