/*Hide printable elements*/
.print_header,
.purpose_print,
.who_print,
.tab_heads_print {
	display: none;
}

/* Styling for trial result details template */
.detail_container {
	margin:20px 26px 0 26px;
	position: relative;
}

.detail_lt {
	margin:0 0 0 30px;
	width: 70%;
}

.detail_lt h2 {
	padding-top: 0px;
	cursor: pointer;
	display: inline-block;
}
.detail_lt h2:hover {
	text-decoration: underline;
}

.detail_rt {
	float: right;
	width: 22%;
	font-size: 14px;
}

.social_share {
	cursor: pointer;
	margin-bottom: 18px;
}

.social_share span {
	display: inline-block;
	margin-right: 10px;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/sprite_icons.png);
}

.fav {
	background-position: 0 0;
	width: 25px;
}

.fav_active {
	background-position: 0 -25px;
}

.fb_share {
	background-position: -24px 0;
	width: 26px;
}

.tw_share {
    background-position: -50px 0;
    width: 25px;
}

.email_trial {
	background-position: -75px 0;
    width: 25px;
}

.print_trial {
	background-position: -100px 0;
    width: 25px;
}

.rt_head {
	font-weight: bold;
	color:#457839;
}

.distance_to_nearest_site {
	font-weight: bolder;
}

.visits, .phase, .nct {
	margin:10px 0 0 0;
}

/* Question mark tooltip styling */
.tooltip:before {
    background-color: #5fbcd4;
    content: "?";
    border-radius: 50%;
    cursor: default;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 20px;
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.topwrap, .btmwrap {
	overflow: hidden;
}
.btmwrap {
	margin:0px 0 0 0;
	display: none;
}

.rt_btns_holder {
	float: right;
	width: 25%;
	padding-top: 43px;
}

.contact_site {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 540;
	letter-spacing: .02em;
	color: #fff;
	background-color: #57b9d3;
	border:3px solid #fff;
	padding:10px;
	margin-bottom: 16px;
	width: 70%;
	box-shadow: 0 0 4px 0 #888, 0 0 10px 0 #888 inset;
}

.contact_doc {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 540;
	letter-spacing: .02em;
	color: #fff;
	background-color: #57b9d3;
	border:3px solid #fff;
	padding:10px;
	margin-bottom: 16px;
	width: 70%;
	box-shadow: 0 0 4px 0 #888, 0 0 10px 0 #888 inset;
}

/* Right side blue buttons for contact & sharing */
.rt_btns_holder a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 540;
	letter-spacing: .02em;
	color: #fff;
	background-color: #57b9d3;
	border:3px solid #fff;
	padding:10px;
	margin-bottom: 16px;
	width: 70%;
	box-shadow: 0 0 4px 0 #888, 0 0 10px 0 #888 inset;
}

.tabwrap {
	width: 75%;
	background-color: #ebebeb;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	height: 320px;
}

.blueborder {
    background-color: #5fbcd4;
    height: 100%;
    left: -26px;
    position: absolute;
    top: 0;
    width: 7px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

.detail_container:hover .blueborder {
	opacity: 1;
}

.trial_number {
	background: #457839;
	display: inline;
	color: #fff; 
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 3%;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	padding-left: 0px; 
}

.sci_title {
	margin-top: 10px;
}

.sci_title > a {
	white-space: nowrap;
}

.sci_title_off {
	display: none;
}

.sci_title_on {
	display: inline;
	padding-bottom: 20px;
}

.spacer_off {
	display: none;
}

.spacer_on {
	display: block;
	height: 20px;
}

.purpose, .who {
	overflow: hidden;
	margin-top: 10px;
}

.purpose_lt, .who_lt {
	float: left;
	width: 20%;
	font-weight: bold;
	color:#457839;
}

.purpose_rt, .who_rt {
	float: right;
	margin-right: 30px;
	width: 70%;
}

.who_lt > pre > span {
	font-family: arial, sans-serif !important;
}

.eligibility_url {
	white-space: nowrap;
	margin:10px 0 0 185px;
	display: block;
}

/* 3 tab UI for each search result */
ul.tabs {
    list-style-type: none;
    padding: 0;
    text-align: center;
    border:4px solid #ebebeb;
}
ul.tabs li {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    color: #13b2e2;
    font-weight: bold;
    cursor: pointer;
    width: 32.8%;
    transition: background-color .6s ease-in-out;
}
ul.tabs li:hover {
    background-color: #ebebeb;
}
ul.tabs li.active {
    background-color: #ebebeb;
    color:#666;
}
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height:274px;
    overflow-y:auto;
}
ul.tab li {
    display: none;
}
ul.tab li.active {
    display: block;
}
.tab li .seamTextUnorderedList li.seamTextUnorderedListItem {
	display: list-item;
    background-color: #ebebeb;
    list-style-type: disc;
    color:#666;
}

.tab li .seamTextUnorderedList li.seamTextUnorderedListItem active{
	display: list-item;
    background-color: #ebebeb;
    list-style-type: disc;
    color:#666;
    padding:0px;
}
/* End tab styles */

.close_sites {
    background: url(../../images/newtrialsummary/chev_rt.png) no-repeat 76px center #fff;
    color: #c6c6c7 !important;
    display: block;
    position: absolute;
    padding-left: 10px;
    padding-top: 7px;
    top: 5px;
    right: 1px;
    height: 25px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important;
    width: 100px;
}

.close_sites > span {
    display: inline-block;
    height: 19px;
    margin-top: 6px;
	padding:0 10px 2px 10px;
}

.research_sites {
	background-color: #eee;
	position: absolute;
	right: -625.5px;
	top:0;
	width: 615.5px;
	height: 444px !important;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
	height: 0px;
	border: 2px solid #e7e7e7;
	transition: right .6s ease-in-out;
}

.research_sites_open {
	right: 0;
}

.research_sites > h2 {
	color: inherit;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 16px;
}

.sitewrap {
    height: 274px;
    margin-top: 20px;
    overflow-y: auto;
    width: 75%;
}

.site_lt {
	width: 70%;
	float: left;
}

.site_name {
	color: #457839 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.site_email {
	color: #666 !important;
}

.site_rt {
	width: 30%;
	float: right;
	text-align: right;
}

.site_row {
	overflow: hidden;
	margin-bottom: 15px;
}

.load_sites {
	display: block;
	width: 75%;
	background-color: #fff;
	margin:20px auto 0 auto;
	padding:10px;
	font-family: inherit;
	font-weight: bold;
	font-size: 17px;
	color: #c6c6c7;
	cursor: pointer;
}

.expand_details {
	display: block;
	height: 30px;
	margin-top: 0px;
	border-bottom: 3px solid #c6c6c7;
}

.chev_down {
	display: block;
	float: left;
	width: 22px;
	height: 30px;
	border-right: 3px solid #818181;
	background-image: url(../../images/newtrialsummary/chev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.chev_up {
	display: block;
	float: left;
	width: 22px;
	height: 30px;
	border-right: 3px solid #818181;
	background-image: url(../../images/newtrialsummary/chev.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

.expand_txt {
    display: block;
    float: left;
    height: 20px;
    padding: 5px 0 0 8px;
    color: #818181;
}

button.pure-button {
	cursor: pointer;
    background-color: #E1EFF4;
    border: 2px solid #5FBCD4;
    color: #66A9BB;
    display: block;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto;
    padding: 10px;
    width: 75%;
    transition: width .25s ease-in-out;
}

.mts_button {
    background-color: #ccc; 
    border: none;
    color: white;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.filter_button {
    background-color: #5fbcd4; 
    border: none;
    color: white;
    padding: 5px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}
.tooltip:before{background-color:#5fbcd4;content:"?";border-radius:50%;cursor:default;display:inline-block;text-align:center;color:#fff;line-height:20px;height:20px;width:20px;font-size:14px}

.tooltip {
    position: relative;
    display: block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: #fff;
    color: #666;
    text-align: left;
    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;
}
.contactmsg {
	margin:0px 0 0 0;
	display: none;
}

.BrowseTrialsCountHeader
{
    font-family: Arial;
    font-size: 25px;
/*     font-weight: bold; */
    color: #58bad4;
    display: inline;
}

.BrowseTrialsHeader
{
    font-family: Arial;
    font-size: 20px;
    line-height: 28px;
/*     font-weight: bold; */
    color: #818181;
    display: inline;
}

.BrowseTrialsBreadCrumbCountHeader
{
    font-family: Arial;
    font-weight: bold;
    color: #58bad4;
    display: inline;
}

.browseLastUpdatedDate {
    font-family: Arial;
    font-size: 12px;
    color: #818181;
    display: inline;
}

#back2Top {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 50px;
    text-decoration: none;
}
#back2TopText {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
.fb_page {
	width: 25px;
	display: inline-block;
	margin-left: 140px;
	height: 25px;
	margin-bottom:-10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/page_facebook_25.png);
}

.tw_page {
    width: 25px;
    display: inline-block;
	margin-left: 5px;
	height: 25px;
	margin-bottom:-10px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/page_twitter_25.png);
}

.email_page {
    width: 25px;
    display: inline-block;
	margin-left: 5px;
	margin-bottom:-10px;
	height: 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/page_email_25.png);
}

.print_page {
    width: 25px;
    display: inline-block;
	margin-left: 5px;
	margin-bottom:-10px;
	height: 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/page_print_25.png);
}

.copy_link_page {
    width: 25px;
    display: inline-block;
	margin-left: 5px;
	margin-bottom:-10px;
	height: 25px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../../images/newtrialsummary/page_copy_links_25.png);
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #e1eff4;
  color: #818181;
  text-align: center;
  border-radius: 6px;
  padding: 4px 0;
  position: absolute;
  z-index: 1;
  margin-right: 100px;
  margin-left: -150px;
  margin-bottom: 10px;
  border-style: groove;
  bottom: 125%;
  left: -50%;
}



/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
}

