#filterWrap {
	margin: 0 0px;
	padding: 6px 0 16px 0;
	/*border-bottom: 2px solid #b9b9ba;*/
	overflow: hidden;
}
#filterListOuter {
	position: relative;
	margin:0 26px;
	z-index: 1;
}
#filterList {
	font-family: Helvetica;
	overflow: hidden;
	border-color: #b9b9ba !important;
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding: 10px 29px 16px 29px;
	display: inline-block;
	display: none;
	font-size: 16px;
	position: absolute;
	right: 0;
	background: #fff;
}
#filterList span {
	font-size: 16px;
	padding: 12px 8px 8px 0px;
	font-weight: bold;
	color: #666;
	display: block;
	text-align: center;
}
#filterList span.closeCl {
	font-size: 14px;
	padding: 12px 8px 8px 0px;
	font-weight: normal;
	color: #666;
	display: block;
	text-align: center;
}
#filterList span span {
	border-bottom: 3px solid #666;
	padding:0 0 2px 0;
	margin-bottom: 10px;
	display: inline-block;
}
#filterList #bc_close {
    float: right;
    width: 36px;
    height: 16px;
    background-image: url(../img/sml_close.png);
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
}
.activeHeader {
	border-bottom: 3px solid #5fbcd4 !important;
}
#filterList p.inactiveColor {
	margin-bottom: 10px;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
}
.newFilter, #openFilters, .defaultFilter, #clearFilters {
	display: inline-block;
	background-color: #fff;
	border:1px solid #666;
	border-radius: 8px;
	padding: 4px 10px;
	color: #666;
	margin: 10px 10px 0 0;
	font-family: Helvetica;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	float: none;
}
#openFilters {
	background-color: #5fbcd4;
	color: #fff;
	border: 1px solid #5fbcd4;
	float:none;
}
#newTrials {
	display: none;
}
.filtersOn {
	display: inline-block !important;
}
#clearFilters {
	background-color: none;
	border:1px solid #fff;
	color: #5fbcd4;
	text-decoration: underline;
	padding-right: 0;
}
.activeColor {
	color: #5fbcd4;
	margin-bottom: 10px;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.readonly {
	color: #5fbcd4;
	margin-bottom: 10px;
	cursor: default;
	font-weight: bold;
	position: relative;
	pointer-events: none;
}
.activeColor::before {
	content: "+";
	display: block;
	color: #5fbcd4;
	border: 2px solid #5fbcd4;
	width: 11px;
	height: 11px;
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: -19px;
	top: -1px;
}
/* .newFilter::after {
	content: "x";
	color: #fff;
    display: none;
    width: 16px;
    height: 16px;
    background: #666;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    font-weight: normal;
} */
.defaultFilter::after {
	content: "-";
	color: #fff;
    display: none;
    width: 16px;
    height: 16px;
    background: #666;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    line-height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    cursor: pointer;
    font-weight: normal;
}
.newFilter:hover::after, .defaultFilter:hover::after {
	display: block;
}

#advFilterTreatment, #advFilterNonTreatment {
	display: inline-block;
	float: left;
}
#advFilterNonTreatment {
	margin: 0 0 0 29px;
}
#submitAdvFilters {
	color: #fff;
	background-color: #5fbcd4;
	font-weight: bold;
	width: 30%;
	padding: 6px 10px;
	text-align: center;
	float: right;
	cursor: pointer;
}
.filtersSubmitted {
	background-color: #5fbcd4 !important;
	border: 1px solid #5fbcd4 !important;
}

.leftal {
	float:left
}

.rightal {
	float:right
}

#mutationList {
	font-family: Helvetica;
	overflow: hidden;
	border-color: #b9b9ba !important;
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	padding: 10px 29px 16px 29px;
	display: inline-block;
	display: none;
	font-size: 16px;
	position: absolute;
	right: 0;
	background: #fff;
}

#mutationListOuter {
	position: relative;
	margin:0 26px;
	z-index: 1;
}
#mutationList span {
	font-size: 16px;
	padding: 12px 8px 8px 0px;
	font-weight: bold;
	color: #666;
	display: block;
	text-align: center;
}
#mutationList span.closeCl {
	font-size: 14px;
	padding: 12px 8px 8px 0px;
	font-weight: normal;
	color: #666;
	display: block;
	text-align: center;
}
#mutationList span span {
	border-bottom: 3px solid #666;
	padding:0 0 2px 0;
	margin-bottom: 10px;
	display: inline-block;
}
#mutationList #bc_mt_close {
    float: right;
    width: 36px;
    height: 16px;
    background-image: url(../img/sml_close.png);
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 0;
}
.newMutationFilter, #mutationFilters {
	display: inline-block;
	background-color: #fff;
	border:1px solid #666;
	border-radius: 8px;
	padding: 4px 10px;
	color: #666;
	margin: 10px 10px 0 0;
	font-family: Helvetica;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	float: none;
}

#mutationFilters {
	background-color: #5fbcd4;
	color: #fff;
	border: 1px solid #5fbcd4;
	float:none;
}
#advFilterLeft, #advFilterCenter, #advFilterRight {
	display: inline-block;
	float: left;
}
#advFilterCenter {
	margin: 0 0 0 29px;
}
#advFilterRight {
	margin: 0 0 0 58px;
}

#mutationList p.inactiveColor {
	margin-bottom: 10px;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	cursor: pointer;
}
