@import url("layout.f91d44f42d95.css");
@import url("ncbi_header.1b3eccb3937a.css");
@import url("ncbi_footer.17e6c52cf41b.css");
@import url("parts.8cfbe967e69a.css");
@import url("uswds_parts.b4c8c33d5d10.css");
@import url("ncbi_uswds_parts.8c21aeeaace6.css");
@import url("ncbi_uswds_parts_card.c4b84ac97a74.css");

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Helvetica Neue", Arial, Tahoma, sans-serif;
	font-size: 100%;
	color: #212121;
}
pre, code, samp, kbd {
	font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", "Liberation Mono", "Courier New", Courier, monospace;
}
code { white-space: wrap; }
cite, var, address, dfn {
	font-style: normal;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

.ui-widget,
.ui-dialog,
.ncbitoggler-header,
.ui-ncbitoggler,
.ui-ncbitoggler-open,
div.ui-ncbiautocomplete-holder {
	font-family: inherit !important;
}
.ui-widget,
.ui-dialog,
.ui-datepicker table,
.ui-datepicker .ui-datepicker-title select {
	font-size: inherit;
}

/* Overriding jQuery UI styles for form elements including buttons */

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: inherit;
    font-size: inherit;
}

.ui-dialog .ui-dialog-buttonpane button {
	padding: .5rem 1rem;
	line-height: 1;
}

.ui-dialog .ui-dialog-buttonpane .usa-button-big {
	padding: .8rem 1.6rem;
}

.ui-button-text-only[class*="usa-button"] .ui-button-text {
	padding: 0;
}

.ui-button[class*="usa-button"] .ui-button-text {
	line-height: 1;
}

.ui-dialog [class*="usa-button"] {
	border: none;
	background-image: none;
	background-color: #005ea2;
	font-weight: bold;
	color: #fff;
}
.ui-dialog .ui-state-disabled,
.ui-dialog [disabled] {
	opacity: 1;
	filter: Alpha(Opacity=0);
	background-color: #d6d7d9;
}

.ui-dialog .usa-button-outline {
	background: transparent;
	color: #005ea2;
}
.ui-dialog [class*="usa-button"]:hover,
.ui-dialog .usa-button-hover[class*="usa-button"] {
	background-color: #1a4480;
}
.ui-dialog [class*="usa-button"]:active,
.ui-dialog .usa-button-active[class*="usa-button"] {
	background-color: #112e51;
}
.ui-dialog [class*="usa-button-secondary"]:hover,
.ui-dialog .usa-button-hover[class*="usa-button-secondary"] {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #1a4480;
	color: #1a4480;
}
.ui-dialog [class*="usa-button-secondary"]:active,
.ui-dialog .usa-button-active[class*="usa-button-secondary"] {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #112e51;
	color: #112e51;
}


#ncbi-topnav,
#content {
	padding: 5px 15px;
}
#content {
	background: #fff;
	padding-bottom: 1.5em;
}
#ncbi-topnav {
	position: relative;
	background-color: #f1f1f1;
	box-shadow: 0 -1px 0 0 #aeb0b5 inset;
	padding-bottom: 0;
}
#ncbi-topnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ncbi-topnav-root {
	font-size: 2rem;
	font-weight: bold;
}
.ncbi-topnav-root a,
.ncbi-topnav-root a:visited {
	color: #5b616b;
}
.ncbi-topnav-home .ncbi-topnav-root a {
	color: #212121;
}
.ncbi-topnav-root a:focus,
.ncbi-topnav-root a:hover {
	color: #005ea2;
}
.ncbi-topnav-root:focus + .ncbi-topnav-list li:first-child a span,
.ncbi-topnav-root:hover + .ncbi-topnav-list li:first-child a span {
	color: #005ea2;
	border-bottom: 0.4rem solid #005ea2;
    padding-bottom: 0.6rem;
}
#subportal-logo a {
	text-decoration: none;
}




.break:after {
	content: "\000A";
	white-space: pre;
}



.attention {
	background-color: #ff0;
}

.fulldesc {
	clear: both; 
	font-size: 0.85em;
}



#toolbox {
	text-align: right;
	color: #fff;
}
#toolbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#toolbox li {
	padding: 0;
	margin-left: .5em;
	display: block;
	border: none;
	overflow: hidden;
	float: right;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #AAA;
}
#toolbox a {
	text-decoration: none;
	white-space: nowrap;
}
#toolbox ul a {
	background: #DDD;
}
#toolbox a span {
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	width: 16px;
	height: 16px;
	cursor: pointer;
	_cursor: hand;
}

nav #toolbox {
	color: #212121;
}
nav #toolbox a:first-child {
	color: #4c2c92;
	color: #005ea2;
}
nav #toolbox a:first-child:hover {
	text-decoration: underline;
}



/*
#preferences fieldset label {
	display: inline-block;
	width: 8em;
}
*/




/* Forms */
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	/* background: #FFA; */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* Keep only one way of focused field highliting: glow around field in Chrome and Safari */
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	/* background-color: #FFF; */
}
}

input[type=checkbox]:indeterminate {
	opacity: .6;
}

input[readonly],
input[readonly]:focus {
	background: #f1f1f1;
}

input[type=number] {
	padding-right: 0; /* Remove space between inc/dec spinner control and right edge of a field */
}




#side .body {
	font-size: 90%;
}

.content a[href]:hover {
	text-decoration: underline;
}


.content h3 {
	font-size: 1.17em;
	margin: .83em 0;
	color: #366;
}

#login h3 {
	display: run-in;
	color: #000;
	font-size: 100%;
	padding-right: .5em;
}

.content p,
.content ul,
.content ol {
	margin-top: 1.12em;
	margin-bottom: 1.12em;
}
.content p,
.content li {
	line-height: 1.5;
}
.content ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
}
.content ul ul {
	list-style: circle;
}
.content li {
	margin-bottom: .5em;
}
.prettyprint ol.linenums li {
	margin-bottom: 0;
	line-height: 1.25;
}

.content a[href$="pdf"],
.content a.pdf {
	padding-left: 20px;
	background-image: url("../images/i_pdf.d8e355ab45a2.gif");
	background-repeat: no-repeat;
}

.content .status {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}
.content .status.approved {
	background-image: url("../images/i_status_approved.c25007a2d7b4.gif");	
}
.content .status.rejected {
	background-image: url("../images/i_status_rejected.1ec82cb9ca71.gif");
}
.content .status.staff_queued {
	background-image: url("../images/i_status_queued.3b9a2c709902.gif");
}
.content .status.staff_processing {
	background-image: url("../images/i_status_assigned.2098b626fb19.gif");
}

.content a[href$=".tar"],
.content a.tar {
	padding-left: 20px;
	background-image: url("../images/i-rar.9b30092c649b.gif");
	background-repeat: no-repeat;
}

.content .completed a[href$="pdf"],
.content .completed a.pdf {
	padding-left: 20px;
	background-image: url("../images/i_pdf_gray.b643733affc8.gif");
	background-repeat: no-repeat;
}



.helper {
	padding-left: 16px;
	background:url("../images/i_help.a42d8d824e0a.gif") center left no-repeat;
	list-style: none;
	color: #444f59;
	}
.helper1 {
	padding-left: 16px;
	background:url("../images/i_help.a42d8d824e0a.gif") center left no-repeat;
	}
a.helper { cursor: help; text-decoration: none; }
a.helper { cursor: pointer }

.helper.info {
	background:url("../images/i_info.1f7c5bd4eb40.gif") center left no-repeat;
	cursor: default;
}
.helper.warn {
	background:url("../images/i_warn.a1bc7ba8b6d6.gif") center left no-repeat;
	cursor: default;
}
.helper.warn,
.helper.warn .fa {
	color: #cd2026;
	opacity: 1;
}
.helper.asterisk {
	padding-left: 0;
	background: none;
}

.helper.fa-ul {
	position: relative;
	padding-left: 0;
	background: none;
}
.helper.fa-ul.noicon > i:first-child {
	display: none;
}
.helper.fa-ul.choice {
	margin-left: 1.28rem;
	padding-left: .6em;
	margin-top: -.1em;
	margin-bottom: .35em;
}

.fa,
a.fa[href]:hover {
	text-decoration: none;
}

.helper.fa,
.helper .fa {
	color: #1a4480;
	opacity: .75;
}
.helper a.fa:hover {
	opacity: 1;
}

.helper.info.fa,
.helper.info .fa {
	color: #369;
}

.helper.warning.fa,
.helper.warning .fa {
	color: #e31c3d;
	opacity: 1;
}

.fa-ul .fa-li {
	line-height: 1.2em;
}
.besides-field .fa-li + p {
	margin-top: 0;
}





h1 {
	color: #212121;
	font-size: 2em;
	line-height: 1.1;
	font-variant-numeric: normal;
	margin-top: 1.3rem;
	margin-bottom: 1.5rem;
}

h2 {
/*  margin-top: .5em;*/
/*  margin-bottom: .5em;*/
	font-size: 1.25em;
}
.wizard ~ h2 {
	font-size: 1.6em;
}




.content .comments {
	padding-left: 1.1em;
	font-size: 90%;
}




.content .date,
.content .time {
	white-space: nowrap;
}
.content .time {
	color: #999;
}

.size-gb {
	color: #cd2026;
	font-weight:bold;
/*	background:#ff9;*/
}


th.level1 {
	font-weight: bold;
}

th.level2 {
	
}

th.level3 {
	background-color: #EEE;
}

.reqid {
	white-space: nowrap;
}





.showi,
.showb {
	display: none;
}

.debug {
	position: absolute;
	right: 5px;
}


wbr:after {
	content: "\00200B";
}

.error-content h2 {
	font-size: 10em;
	margin: 0;
	color: rgba(22, 74, 138, 0.95);
}

.error-content h3{
	font-size: 2em !important;
}
