body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 20px 0px 0px 0px !important;
}

.well {
	border-radius:3px;
	}
.disabledbutton {
    pointer-events: none;
	opacity:0.5 !important;
}

.allsteps {
	display:none;
	}

.headingcontainer h3 {
	margin-top:5px;
	margin-bottom:5px;
}

.icon {
	display:inline-block;
	float:left;
	padding-right:10px;
	
}
.icon img {
	width:50px;
	height:auto;
	}

.step1 {   
width: 100%;
cursor:pointer;
height: 48px;  
position: relative; 
background: #ebf2fa; 
padding-left: 0px;
margin-bottom:5px;
margin-right: 2px;
} 

.step2 {   
width: 100%;
cursor:pointer;
height: 48px;  
position: relative; 
background: #e8fcbc; 
padding-left: 0px;
margin-bottom:5px;
margin-right: 2px;
} 

.step3 {    
width: 100%;
cursor:pointer;
height: 48px;  
position: relative; 
background: #fbe4c6; 
padding-left: 0px;
margin-bottom:5px;
margin-right: 2px;
} 



.celltxt { 
	padding-left:10px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height:16px;
	z-index:1000;
	font-size:13px;
	padding-right:5px;

}


.highlight {
	background: #1e8ae7; 
	color:#ffffff;
	z-index:5000;
}
.highlight:before {
	border-left: 10px solid #1e8ae7; 
}

.highlightgreen {
	background: #7fba00; 
	color:#ffffff;
	z-index:5000;
}

.highlightorange {
	background: #ed7700; 
	color:#ffffff;
	z-index:5000;
}

.highlightgray {
	background: #888888; 
	color:#ffffff;
	z-index:5000;
}

.highlightgreen:before {
	border-left: 10px solid #7fba00; 
}
#step1 {
	z-index:5;
	}
#step2 {
	z-index:4;
	}

.point {
	padding-bottom:10px;
	padding-left:10px;
	}

.allsteps, .btn {
	border-radius: 3px;
	}

#serviceplan {
	display: none;
	}

.col {
	white-space:nowrap;
	text-align:left;
	line-height:25px;
	font-size:13px;
	min-height:25px !important;
	vertical-align:middle;
}

.colref {
	white-space:nowrap;
	text-align:left;
	line-height:16px;
	font-size:11px;
	min-height:25px !important;
	vertical-align:middle;
}

.col0 {
	font-weight:bold;
	font-size:13px;
	width:150px !important;
}

.google-visualization-table-sortind {
display: none;
}

#result {
	padding-top:20px;
	}
#thisicommon {
	padding-right:10px;
}

.google-visualization-table-th
{
	background-image: none !important;
	height:40px;
	vertical-align:middle;
	border-top:none !important;
	border-bottom:none !important;

}


.google-visualization-table-table td 
{
	border-top:none !important;
	border-bottom:none !important;
}

.frozen-column
{
	border-right:1px solid #cccccc !important;
}

.google-visualization-table-table
{
	margin-bottom:10px !important;
	border-bottom:1px solid #eeeeee;
}

.bottom_aligner {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.headingcontainer {
	position:relative;
	margin-bottom:10px;


}

.headingtxt {
	font-weight:bold;
	line-height:18px;
	position:absolute;
	bottom:0px;
}

#stage2 {
	display:none;
	}


.well-teal {
	margin-right: 2%;
	background-color:#27829e;
	color:#ffffff;
}
.well-teal a {
	color: #ffffff;
}
.well-teal a:hover {
	text-decoration: underline;
}

@media (min-width: 710px) and (max-width: 939px) {

.well-teal {
	margin-right: 0%;
	background-color:#27829e;
	color:#ffffff;
}

}

@media (max-width: 709px) {

.well-teal {
	margin-right: 0%;
	background-color:#27829e;
	color:#ffffff;
}

}