@charset "UTF-8";

body {
	background: white;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial;
}

h1, h2, h3, h4, h5, h6, p {
	/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	margin-top: 0;
	padding-right: 12px;
	/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding-left: 15px;
	/**font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; **/
}

p.primary-archive {
	line-height: 1;
}

a img {
	border: none;
}

.header {
	clear: both;
	background: white;
	height: 90px;
}

.firebrowse-logo-container {
	margin-left: auto;
	margin-right: auto;
}

p#firebrowse-slogan {
	float: right;
	margin-top: -7em;
	width: 24em;
	font-size: 0.8em;
	color: #656668;
	text-align: center;
	font-style: italic;
}

img#broad-logo {
	margin-left: 10px;
	width: 70px;
	display: block;
	float: left;
}

img#all_cohorts_sample_counts_help {
	width: 28em;
	display: block;
	float: left;
}

img#question-mark {
	margin-left: 10px;
	width: 20px;
	display: block;
	float: right;
}

img#boxplotviz-question-mark {
	z-index: 100;
	position: relative;
	margin-right: 50px;
	width: 20px;
	display: block;
	float: right;
}

img#firebrowse-logo-png {
	display: block;
	/** margin-top:-0.2em;**/
	/**width:40%;**/
	margin-top: -0.002em;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
}

.ui-icon-carat-1-e {
	size: 100px;
}

/**
 * Controls main navigation menu container
**/
#main-navigation-container {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

/**
 * Controls individual links on main navigation menu
**/
.main-navigation-container-link {
	display: inline-block;
	padding-left: 2.5em;
}
/** no padding for the left most element **/
#Home {
	padding-left: 0 !important;
}

a:link {
	color: #00609F;
	text-decoration: none;
	/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #00609F;
	text-decoration: none;
}

/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #00609F;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1100px;
	background: #FFFFFF;
	/* the auto value on the sides, coupled with the width, centers the layout */
	margin: 0 auto;
}

/* sidebar */
.sidebar1 {
	float: left;
	width: 20em;
	background: white;
	padding-bottom: 10px 0;
	margin-top: 0;
	margin-left: 6em;
}

/** content section style **/
.content {
	width: 580px;
	float: right;
	margin-bottom: 25px;
}

.link-styling {
	font-size: .8em;
	cursor: pointer;
	text-decoration: none;
}

.link-styling:hover {
	/**background-color:#efefef;
    color:#00609F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    text-decoration: none;**/
	text-decoration: underline;
}

.link-styling:active {
	/**background-color:#efefef;
    color:#00609F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    text-decoration: none;**/
	text-decoration: underline;
}

.link-styling:focus {
	/**background-color:#efefef;
    color:#00609F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    text-decoration: none;**/
	text-decoration: underline;
}

#search-container {
	margin-top: 0px;
	position: absolute;
	top: 4%;
	left: 78%;
	width: 18%;
}

#cse-search-box {
	margin-left: auto;
	margin-right: auto;
	height: 1.5em;
	font-size: 0.90em;
}

input {
	height: 2em;
	/* width:100%;*/
	font-size: 0.90em;
	-moz-border-radius: none !important;
	-webkit-border-radius: none !important;
	border: 1px solid #E6E7E8;
	padding-left: 8px;
	/* -webkit-appearance: none; */
	/* Results in all input rendering as text inputs in Chrome? */
	border-radius: 0;
	background: url(/img/searchi-bg.gif) 97% 50% no-repeat;
}

input:focus {
	outline-width: 2px;
}

hr {
	height: 1px;
	border: none;
	background-color: #E6E7E8;
}

.input-label {
	float: left;
	margin-left: 2em;
}

.cohort-select-container {
	position: relative;
	float: left;
	width: 300px;
	height: 40px;
	margin-top: 20px;
}

.cohort-name-label {
	float: left;
}

/* plot section grid */
.plot-section {
	width: 600px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}

.clickable-chart {
	cursor: pointer;
}

/* ~~ The footer styles ~~ */
.footer {
	margin: 0 auto;
	width: 87%;
	color: black;
	position: relative;
	clear: both;
	background: #ffffff;
}

#footer-logo {
	background-color: white;
}

#footer-messagers {
	float: left;
	margin-left: -1em;
}

.footer a {
	color: #bfbfbf;
}

#footer-centering-div {
	width: 90%;
	margin: 0 auto;
}

/* ~~ Miscellaneous float/clear classes ~~ */
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
.fltrt {
	float: right;
	margin-left: 8px;
}

/* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
.fltlft {
	float: left;
	margin-right: 8px;
}

/* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* this takes away the blue glow when something is in focus */
:focus, :active {
	outline: 0;
}

.ui-visual-focus {
	box-shadow: none !important;
}

/**Accordion styling**/
#reports-container {
	height: 10em;
}

#reports-container .ui-accordion-header {
	background: #E6E7E8;
	color: #656668;
	font-size: 0.9em;
	float: left;
	width: 19em;
}

/*this controls the content inside a drop down of the accordion*/
#reports-container .ui-accordion-content {
	color: black;
	font-size: 0.7em;
	line-height: 16pt;
	width: 100%;
	float: left;
	border: none;
	margin-left: -3em;
}

.accordion-header-color-tab {
	width: 2em;
}

select::-ms-expand {
	display: none; /* hide default arrow in IE10 */
}

select {
	background: #656668;
	/**width:17em;**/
	width: 25.2em;
	height: 30px;
	color: white;
	cursor: pointer;
	font-weight: normal;
	border: 0 none;
	font-size: 0.8em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	text-indent: 1.1em;
}

.upside-down-triangle {
	color: red;
}

/* the color the background has when the dropdown opens up */
select option {
	background: white;
}

table, th, td {
	width: 100%;
	font-size: 0.9em;
	/**font-family: Palatino Linotype, Book Antiqua, Palatino, serif;**/
	padding-left: 5px;
}

#samples-count-plot-title {
	padding-left: 40px;
	display: inline-block;
	width: 28em;
	margin-top: 0.7em;
}

#all-cohorts-title {
	margin-top: -0.7em;
	font-size: 1.2em;
}

p#single-cohort-samples-count-plot-title-text {
	margin-top: 3px;
	font-size: 1.2em !important;
}

#samples-count-plot-help {
	width: 3em;
	display: inline-block;
	font-size: 0.7em;
}

.cohort-abbrev-cell {
	width: 4em;
	font-size: 0.6em;
	/**font-family: Palatino Linotype, Book Antiqua, Palatino, serif;**/
	padding-left: 2em;
}

.cohort-name-cell {
	font-size: 0.6em;
	/**font-family: Palatino Linotype, Book Antiqua, Palatino, serif;**/
}

p#sample-count-modal-help-content-descr {
	padding-left: 1.7em;
	font-size: 0.7em;
}

p#sample-count-modal-help-content {
	background-color: white;
}

#samples-count-help-container {
	background-color: white;
	width: 30em;
}

.fancybox-wrap {
	background-color: white;
}

/**  this controls the color of the button in an archive modal/dialog after someone presses it  **/
#archive-results-modal-buttonset>.ui-controlgroup-item.ui-state-active, #bulk-download-modal-buttonset>.ui-controlgroup-item.ui-state-active {
	color: black !important;
	background: 0 !important;
	background-color: white !important;
}

#archive-results-modal-buttonset-container, #bulk-download-modal-buttonset-container {
	margin-top: 0.4em;
}

#archives {
	margin-top: 1.2em;
}

#archive-tcga-download-message {
	margin-bottom: -0.2em;
}

.archive-link {
	color: black !important;
	font-size: 0.8em !important;
	line-height: 1.2em !important;
}

.archive-link:hover, .archive-link:active, .archive-link:focus {
	color: black !important;
}

p#need-input-alert-text {
	color: black;
	font-size: .8em;
	border: none;
	padding: 0px 5px;
}

#need-input-alert-container {
	height: 1em;
	margin-top: 2.2em;
}

/**
* the next two classes control the styling for the fancybox that pops up for reports
**/
input#open-report-in-new-window {
	font-size: 0.65em;
	float: right;
	background: #666;
	margin-right: 2em;
	color: white;
	width: auto;
}

#report-description {
	background-color: #efefef;
}

/**
* This controls the fancybox for archives
**/
#archive-results-modal {
	font: Arial;
}

p#archives-tcga-data-policy-message {
	font-size: 0.7em;
	margin-left: -1.2em;
	margin-top: -0.9em;
}

#archive-header-container {
	clear: both;
}

#archive-header-container {
	
}

#archive-faq-link-container {
	float: right;
}

#archive-faq-link {
	
}

.fancybox-skin {
	backgrond-color: white !important;
}

.version_datestamp {
	font-size: 0.9em;
}

.available-tool {
	font-size: 0.9em;
}

p#bulk-download-container {
	margin-top: 1em;
}

p#bulk-download-container-title {
	margin-top: 1em;
}

p#bulk-download-container-buttons {
	margin-top: 0em;
}

#container-for-border {
	border-style: solid;
	border-width: 1px;
}

#bulk-archive-tcga-download-message {
	margin-left: 1em;
}

p#bulk-download-container-other-download-options {
	font-size: 0.7em !important;
	margin-left: -1.4em;
}

#archives-download-container-other-download-options {
	margin-top: 1em;
	font-size: 0.7em !important;
}

.btn-info {
	color: black;
	background: #E6E7E8;
	color: #656668;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font: Verdana, Arial, sans-serif;
	color: black;
	font-size: 1em;
	line-height: 16pt;
}

.btn-md, .btn-group-md>.btn {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
}

button:hover {
	border: 1px solid #656668;
}

section {
	margin-bottom: 10px;
}

.sendto-archive input {
	height: auto;
}

.sendto-archive label {
	vertical-align: supper;
}

.sendto-form-controls button {
	background-color: white;
	min-height: 50px;
}
