.analyteGroupSelector{
	border-bottom:1px solid #ccc;
}
.analytesContainer{
	padding-left:10px;
	margin:5px 0;
}
.analytesContainer label{
	font-weight: normal;
}
.displayAnalyte{
	margin-bottom: 5px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #D90000;
	padding: 8px 15px;
	height: 55px;
}
.segmentContainer form{
	max-height:200px;
	overflow-y:scroll;
}
.steps {
background: url(http://rbm.myriad.com/wp-content/themes/rbm/images/custom-map/progress-bg.png) no-repeat;
width: 405px;
height: 41px;
line-height: 14px;
}
.step-2 {
background-position: 42px -43px;
}
.steps .span1 {
float: left;
min-height: 1px;
margin-left: 30px;
}
.steps .span1 {
margin-top: 50px;
text-align: center;
width: 17%;
}
.multiplexContainer{
	margin-top:50px;
}
.multiplexContainer p{
	padding:5px;
}
.multiplexContainer td, .multiplexContainer th{
	color:#000;
}
.nav > li > p {
    display: block;
    padding: 10px 15px;
    position: relative;
}
a{
    cursor: pointer;
}
.analyteView{
	display: none;
}
#viewByAlpha{
	display:block;
}
.multiplexSection{
	border:1px solid #eee;
	border-radius:6px;
	margin:10px 0;
}
.multiplexTitle{
	color:#fff;
	font-size:16px;
	background-color: #23A0E1;
	padding:5px;
	font-weight: bold;
}
.panel{
	
}
.panel-default > .panel-heading {
    background-color: #FFF;
    border:none;
    color: #428BCA;
    font-size:12px;
    padding: 5px 5px;
}
.panel-default {
    border:none;
}
.panel-title {
    font-size: 14px;
}
.panel {
    background-color: #FFFFFF;
    box-shadow: none;
}
.productTitle{
	color:#428BCA;
	font-size:16px;
	padding:5px;
}
.productOutOf{
	float:right;
	font-style:italic;
	font-size:12px;
	color:#999;
	padding:5px;
}
.productSection{
	border:1px solid #eee;
	border-radius:6px;
	margin:10px 0; 
}
.productSliderContainer{
	margin:2%;
	border-radius:5px;
	border:1px solid #CCC;
}
.productSlider{
	float:left;
	background-color:#23A0E1;
	height:20px;
}
.selectAllAnalytesInMultiplex{
	font-weight: normal;
	background:#eee;
	padding:5px;
}
.selectAllAnalytesInMultiplex label{
	font-weight: normal;
}
.multiplexAnalytesChexboxList{
	padding:5px;
}
.multiplexAnalytesChexboxList label{
	border-bottom:1px solid #eee;
	display:block;
	font-weight: normal;
}
.multiplexSectionContainer:nth-child(3n){
	clear:both;
}
.trashAnalytes i{
	cursor: pointer;
}
.trashAnalytes:hover{
	color:#ccc;
}
.fa-trash-o:hover{
	cursor: pointer;
}
.segmentContainer{
	border:1px solid #ccc;
	margin:5px 0;
}
.segmentContainer form{
	padding:0 5px;
}
.segmentContainer h3{
	padding:10px;
	background-color:#23A0E1;
	color:#fff;
	font-size:18px;
	margin-top:0;
}