#search {
	padding: 10px 0 10px 0px;
	background-color: #fff;
}
#searchwrap {
	border: 3px solid #d0d2d3;
	width: 523px; 
	display: inline-block;
	position: relative;
}
#searchwrap input {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 6px;
}
#search_term2 {
	position: absolute;
	right: 10px;
	left:284px;
}
#andor {
	background-color: #d0d2d3;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	width: 100px;
	height: 24px;
	top:4px;
	color:#fff;
	background-image: url(../../images/newtrialsummary/andor.png);
	background-position: top left;
	background-repeat: no-repeat;
	transition: background-position .25s ease-in-out;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.or {
	background-position: top right !important;
}
#and, #or {
	height: 22px;
	padding-top: 2px;
	width: 50%;
	display: inline-block;
	text-align: center;
	float: left;
}
#submit_search {
    background-color: #57b9d3;
    border: 3px solid #fff;
    box-shadow: 0 0 3px 0 #888, 0 0 10px 0 #888 inset;
    color: #fff;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    margin-left: 10px;
    padding: 4px 4px 5px;
    text-align: center;
    text-decoration: none;
    width: 70px;
    cursor: pointer;
}

.controlwrap {
	float:left;
	position: relative;
	overflow: hidden;
	height: 380px;
	-webkit-margin-before:2px;
	-webkit-logical-height:380px;
	width: 280px;
	left: 20;
	padding: 10px 20px 30px 20px;
    background-color: #e1eff4;
	transition: all .5s ease-in-out;

}

.controlwrap_full {
	width: 840px;
	height: 156px;
	
}

#zip_block h2 {
	margin-bottom: 16px;
	width: 200px;
}

#zip_input {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding: 8px;
	margin-left: 10px;
	width: 142px;
}

#submit_zip {
	background-color: #5fbcd4;
	background-image: url(../../images/newtrialsummary/zip_arrow.png;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	cursor: pointer;
    float: right;
    height: 35px;
    width: 35px;
    font-size: 0px;
}

#radius_block {
	margin: 16px 0 0 0;
	transition: width .6s ease-in-out, margin .6s ease-in-out;
}
.radius_block_full {
	margin: 0 0 0 20px !important;
	width: 500px;
}

#minmax, #minmax tr {
	width: 100%;
	font-size: 14px;
}
#minmax td {
	width: 50%;
}

#allus {
	text-align: right;
}

.slim_controls {
	display: inline-block;
}

/*tooltip not showing up?? */
#slider-tooltip {
	margin-top: 16px;
}

.slider_tooltip {
	display: block;
	position: absolute;
	border: 1px solid #D9D9D9;
	font: 400 12px/12px Arial;
	border-radius: 3px;
	background: #fff;
	top: -43px;
	padding: 5px;
	left: -9px;
	text-align: center;
	width: 50px;
}
.slider_tooltip strong {
	display: block;
	padding: 2px;
}

.filters_full {
	width: 35%;
}

#filters > table {
	width: 276px;
	margin-top: 16px;
}

#filters tr {
	white-space: nowrap;
}

#filters td {
	position: relative;
}

#filters input {
	position: absolute;
	cursor: pointer;
	top:4px;
}

#phase_row {
	padding-top: 10px;
	display: block;
	white-space: nowrap;
}

#phase_row input {
	display: inline-block;
	position: relative;
	height: 24px;
}

#lrg_btns {
	margin-top: 16px;
	transition: all .6s ease-in-out;
}

.lrg_btns_full {
    float: right;
    margin-right: 226px;
    margin-top: 30px !important;
    width: 300px;
}

#lrg_btns input {
	cursor: pointer;
	font-size: inherit;
	font-weight: bold;
	border: 3px solid #5fbcd4;
	width: 47.7%;
	padding: 6px;
	letter-spacing: .03em;
}
#lrg_btns input:hover {
	border: 3px solid #fff;
}
.newtrials {
	color: #5fbcd4;
	background-color: #e1eff4;
}
.newtrials_on {
	color: #fff;
	background-color: #5fbcd4;
}
.favorites_btn {
	margin-left: 8px;
	text-align: right;
	color: #5fbcd4;
	background-color: #e1eff4;
	background-image: url(../../images/newtrialsummary/fav_star_normal.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
.favorites_btn_on {
	color: #fff;
	background-color: #5fbcd4;
	background-image: url(../../images/newtrialsummary/fav_star_active.png);
}
#mts_apply_btn {
	margin-top: 6px;
	transition: all .6s ease-in-out;
	align:center;
}