@charset "UTF-8";
/* CSS Document */

h1
{
    font-size: 20px;
    margin: 0;
}

h2 , h3
{
	margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
	padding-left:0px;
	color: #333333;
    background-color:white;
    font-weight: bold;
    font-size: 14px;
}
h2 + p
{
    margin-top: 0px;
}

#main-content
{
    clear: both;
    padding: 0;
	margin-bottom:2px;
}

#trial-count
{
    margin-top: 1.5ex;
}

#trial-count p
{
    font-size: 14px;
}
#trial-count .highlight
{
/*    color: #990000; */
}

#primary-box
{
    float: left;
}
#home-search-box
{
	/* Should be similar to home-saved-studies-box below */
/*    border: 6px solid #C7D4E7; */
    padding: 8px 18px;
/*
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
*/
/*    margin-bottom: 18px; */
}

/*
#home-saved-studies-box
{
	/* Should be similar to home-search-box above */
	float:left;
	padding: 4px 8px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
/*	min-width: 250px; */
}
*/

#home-search-box h2 , p.for-example
{
    padding: 0;
    margin: 0;
}
#home-search-box input#search
{
    margin-right: 12px;
    font-size: 14px;
    padding: 0px 2px 2px 0px;
}
/* OBSOLETE
#search-form
{
	margin: auto;
}
*/
#search-help
{
    width: 240px;
    float: right;
    padding-left: 18px;
    padding-bottom: 0;
}
#search-help ul
{
    padding-top: 0px;
    padding-left: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#search-help ul li
{
    margin: 4px 0;
    font-size: 14px;
}

.right-col
{
	width: 250px;
	float: right;
}
.right-col ul
{
    margin-left: 0;
    padding-left: 16px;
    margin-bottom: 6px;
    margin-top: 1px;
}
.right-col ul li
{
    font-size: 14px;
    margin-bottom: 1px;
}

#press-rss
{
    border-top: 1px solid #c7d4e7;
    padding-top:  2px;
    padding-left: 4px;
    margin-top: 1px;
}
#press-rss ul
{
    list-style-type: none;
    padding-left: 0px;
}
#press-rss li
{
    font-size: 13px;
    margin-right: 0;
    margin-top: 9px;
    margin-left: 3px;
}
#press-rss img
{
    vertical-align: -15%;
    margin-right: 5px;
    margin-left: 0;
    padding-left: 0;
    }

#tools-data
{
    padding: 18px 10px 0;
}

/*
div#graph
{
	width: 300px;
	margin: auto;
	margin-top: 1ex;
}
*/
div#graph img
{
/*
	float:left;
	margin:10px 15px;
*/
	max-height:64px;
	max-width:64px;
}

/*
table#homepie {
	float:left;
	padding-left:10px;
}
*/

table#homepie td {
	font-size: 12px;
/*	white-space:nowrap; */
}
div#pielegend {
	margin-top: 10px;
    font-size: 12px;
	text-align: left;
	clear:both;
}

    
#about-trials
{
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 4px;
}
#about-trials h2
{
	margin-bottom: 3px;
}

#footer-menu
{
    clear: both;
}

.welcome
{
	 /* background blue #205493, NLM blue #265889; Find Studies blue #0071bc;*/
    background: #205493; /* For browsers that do not support gradients */    
/*    background: -webkit-linear-gradient(left, #205493 , white); /* For Safari 5.1 to 6.0 */
/*    background: -o-linear-gradient(right, #205493, white); /* For Opera 11.1 to 12.0 */
/*    background: -moz-linear-gradient(right, #205493, white); /* For Firefox 3.6 to 15 */
/*    background: linear-gradient(to right, #205493 , white); /* Standard syntax 	color: white;*/
    color: white;
	padding: 0.25in;
	font-size: x-large;
	margin: 0.125in 0;
/*	padding: 0;
	padding-right: 35%;
*/
}

/* For the Search recruiting studies button */

input.searchButton
{
	opacity:1.0;
	margin-right: 2em;

	margin-bottom: 8px;
	font-weight: bold;
/* Green
	background-color: #dbf0db;
	color: black;
*/	
	color: white;
}

/* For the Search our entire database button */

input.searchButtonAlternate
{
	background-color: white;
	color: #0071bc;
}

/* Overrides for w3-ct.css stuff */
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th 
{
    padding: 2px;
}

/* From 18F prototype */
/* From uswds.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: .5em;
  margin-top: 1.5em; }

p {
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
}

html {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 10px;
}

body {
    font-size: 1.7rem;
}

#trial-count h2
{
    font-size: large;
    font-weight: 700;
}

/*
#trial-count > *
{
    max-width: 338px;
}
*/

.trial-info
{
    max-width: 338px;
    font-size: 1.7rem;
}

/* jquery-ui overrides */
.ui-button {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active
{
/* Dark Blue 
	border: 1px solid #0071bc;
	background: #0071bc;
	color: #ffffff;
*/
/* Green
	background: #dbf0db;
*/
	border: 1px solid dimgrey;
	color: black;
	font-weight: normal;
}

.ui-button.ui-state-active:hover {
/* For Dark Blue
	border: 1px solid #003eff;
*/
/* Green */
	border: 1px solid dimgrey;

	background: #ededed;
	font-weight: normal;
	color: black;
}
.ui-checkboxradio-radio-label .ui-icon-background
{
	border: 2px solid dimgrey;
	box-shadow: inherit;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-color: #205493;
    width: 16px;
    height: 16px;
    border-width: 0;
}

.ui-icon-background, .ui-state-active .ui-icon-background
{
	border: dimgrey;
}

.beta
{
	border-width:0;
}
