@import "titan/style.css";

@media print {
	@page {
	 	size: letter portrait;
	 	margin: 0.75in;
	}
	
	/*
	#fouo-header, .etrac .page-header, .etrac #dashboard-root .subject-title {
		display: none
	}
	*/
	
	html, body {
		width: 7in !important;
	}
	
	.subject-title, .page-header, #dashboard-root, .subject-content, .dijitGutter, .fouo {
		width: 7in !important;
	}
	
	h1, h2{
		max-width: 6.5in !important;
	}
	
	.page-header {
		overflow: hidden;
	}
	
	.etrac #dhs-logo {
		top: 20px;
	}
	
	.etrac .menus {
		display: none;
	}
	
	.etrac #dashboard-root {
		overflow: visible;
	}
	
	.etrac .subject-content {
		overflow: visible;
	}
	
	.etrac #dashboard-root .subject-title {
		height:32px;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.etrac #dashboard-root .subject-title .dijitButton .dijitButtonNode {
		display: none;
	}
	
	.etrac #dashboard-root .subject-title > h1:last-child {
		margin-left: auto;
		margin-right: auto;
	}
	
	.etrac #dashboard-root #fouo-footer {
		position:fixed !important;
		bottom: 0 !important;
		z-index: 1000;
		top: auto !important;
	}
	
	.etrac #dashboard-root #fouo-footer .page-number {
		display:block;
		float: right;
	}

	.etrac #dashboard-root #fouo-footer .page-number:before {
		counter-increment: page;
		content: "Page " counter(page);
	}
	
	.etrac #dashboard-root #fouo-header {
		position:fixed !important;
		top: 0 !important;
	}
	
}

/* universal */
html, body, main, #dashboard-root {
	height: 100%;
}

main .reduced-splash {
	height: 95%;
	overflow-y: hidden;
}

body.etrac {
	font: 400 14px/1.8 "Open Sans", sans-serif;
	color:#666;
	counter-reset: page;
}

.busy {
	background-image: url("../images/loading.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.msie.busy, .msie .busy {
	background-image: url("../images/loading.gif");
}

a {
	text-decoration: underline; 
	/* color: #005288; */
	color: #005c99;
}

a:focus,
a:hover {
	text-decoration: underline;
	/* color: #2A4316; */
	/* color: #3c601f; */
	color: #5E9732;
}

h1, h2, h3, h4, .dijitTab .tabLabel {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}

.collapsable-toolbar {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 40px
}

.collapsable-toolbar-dropdown {
	display: flex;
	flex-direction: column;
}

.collapsable-toolbar .toggle-button {
	align-self: flex-end;
	display: none
}

.collapsable-toolbar.collapsed .toggle-button {
	display: inline
}

.etrac .dijitInline  .dijitInputInner.affixed-number-input {
	width: auto !important;
}

/* splash */

body.splash {
	background-image: url("../images/180907-N-BK152-003.JPG");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

body.splash {
	height: calc(100% - 8px);
	margin: 8px;
}

body.splash .login-options {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 66%;
	flex-shrink: 0;
	overflow: auto;
	margin: 12px auto;
}

.login-link a {
	background-color: rgb( 221, 221, 221);
}

.login-link {
	margin: 12px auto;
	flex: 1 0 30%;
}

.login-link .w3-btn {
	-webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.login-link .w3-btn {
	color: white;
}

.w3-dark-blue,.w3-hover-dark-blue:hover {
	color:#fff!important;
	background-color:#005288!important
}

.w3-lighter-blue,.w3-hover-lighter-blue:hover {
	color:#fff!important;
	background-color:#0078AE!important
}


.login-link .w3-btn:focus{
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.splash .module-extra-small .container {
	background-color: rgba( 1, 1, 1, 0.1);
	color: #fff;
	position: relative;
	bottom: 40px;
	width: 96%;
}

.splash .module-extra-small .container a {
	background-color: rgba( 1, 1, 1, 0.1);
	color: rgba( 255, 255, 255, 0.6);
}


body.splash .browser-warning {
	font-size: 14px;
	border: 2px solid white;
	border-radius: 8px;
	background:#c41230;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	width: 50%;
	margin: 8px auto;
}

body.splash .browser-warning .browser-options {
	display: flex;
	justify-content: space-evenly;
	margin: 12px auto;
}

body.splash .browser-warning .browser-options .browser-link {
	border-radius: 8px;
	background-color: white;
	box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 8px 12px;
	margin: 2px auto;
}

body.splash {
	background-color: black;
}

/* dash */

#dashboard-root {
	opacity: 0;		/* hide until it is ready */
}

#dhs-logo {
	position: absolute;
	z-index: 1000;
	top: 13px;
	left: 10px;
	height: 85px;
	width: 85px;
}

.titan-caption {
	margin-top: 100px;
}

.etrac .page-header {
	min-height: 90px;
	overflow: hidden;
	background: linear-gradient( to right, #0078ae, #005288);
	
}

.etrac #dashboard-root .fouo {
	text-align: center;
	background: white;
	color: #005288;
	overflow: hidden;
	height: 16px;
	padding: 0;
	font-size: 12px;
}

.etrac #dashboard-root #fouo-footer {
	margin:-6px auto 0;
	padding: 0;
}

.etrac #dashboard-root #fouo-header {
	margin:-5px auto 1px;
	padding: 0;
}


.etrac .page-header .dijitBorderContainer, 
.etrac .page-header .dijitToolbar,
.etrac .page-header .dijitToolbar .dijitReset,
.etrac .page-header .dijitContentPane {
	background-color: inherit;
	color: rgba( 255, 255, 255, 0.83);
}

.etrac .page-header .dijitToolbar {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}

.etrac .page-header .dhs-logo-space {
	height: 85px;
	width: 85px;
}
#dashboard-root .menus {
	z-index:20;
}

.etrac .page-header .site-logo-panel {
/* 	padding: 0; */
	overflow: hidden;
	min-height: 90px;
/* 	display: flex; */
	align-items: center;
	z-index: 10;
}

.site-logo-panel img {
	max-width: 33%;
	max-height: 100%;
}

.site-logo-panel .main-title .main-title-bold,
.splash-logo-panel .main-title .main-title-bold {
	font-weight: bold;
}

.splash-logo-panel {
	position: absolute;
	top: 15px;
	left: 95px;
	text-transform: none;
}

.site-logo-panel .main-title {
	padding: 0;
	margin-top: 2px;
	font-size: 2em;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.splash-logo-panel .main-title {
	padding: 0;
	margin-top: -2px;
	font-size: 2.5em;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.site-logo-panel .sub-title {
	font-size: 1.4em;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	margin-top: -15px;
	height: auto;
	padding: 0;
	color: #FFFFFF;
}

.splash-logo-panel .sub-title {
	font-size: 1.75em;
	margin-top: -15px;
	padding: 0;
	color: #FFFFFF;
}

.etrac .page-header .dijitToolbar .dijitButtonHover .dijitButtonNode,
.etrac .page-header .dijitToolbar .dijitDropDownButtonHover .dijitButtonNode,
.etrac .page-header .dijitToolbar .dijitToggleButtonHover .dijitButtonNode,
.etrac .page-header .dijitToolbar .dijitComboButtonHover .dijitButtonNode {
	background-color: rgba( 0, 0, 0, 0.6);
	color: white
}

.search-box {
	display: inline
}

.subject-title h1 {
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #111;
	margin: 8px auto;
	text-transform: uppercase;
}

#dashboard-root .subject-title > h1:last-child {
	margin:2px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	grid-column-start: 2;
	justify-self: center;
}

#dashboard-root .subject-title {
	height:46px;
	padding-top: 8px;
	display: grid;
	grid-template-columns: 110px 1fr 110px;
}

.etrac .subject-title .dijitButton .dijitButtonNode {
	background: none;
	color: inherit;
	padding-top: 2px;
	padding-bottom: 2px;
}

.etrac .subject-title.dijitContentPane, 
.etrac .subject-content.dijitContentPane {
	border: none;
	padding: 0;
}

.etrac .page-number {
	display:none;
}
	


.etrac .dijitButtonText,
.etrac .dijitButtonText span,
.etrac .uploadColumn .dijitButtonContents span {
	font-weight: 600;
}

.menu-icon {
	background-image: url('../images/icons/16/hamburger.png');
	width: 16px;
	height: 16px;	
}

.return-button-icon {
	width: 16px;
	height: 16px;
	background-image: url('../images/icons/vector/long-arrow-left.svg');
	background-repeat: no-repeat;
}

.tableContainer {
	padding:5px;
}

.tableContainer div {
	line-height: 1.5;
	height: 30px !important;
}

.formLabel {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

.infoAnchor {
    display: inline;
    float: right;
    margin-left: 8px;
}

.etrac .item-view .standardTable .column-headings th {
	text-align: center
}

.etrac .item-view .standardTable th, .editMetadataTableHeader td {
	font-weight: bold;
	padding-right: 8px;
    text-align: right;
    color: #666;
}

.etrac .item-view .standardTable td {
	padding: 2px 8px;
}

.etrac .item-view .standardTable td.changed, .etrac .item-view .standardTable td.changed a {
	color: #c41230;
}

.dashboard-buttons {
	height: 40px;
	display: flex;
	flex-direction: row;
}

.etrac .subject-content {
	font-size: 14px;
}

.etrac .table {
	width: 100%;
    max-width: 100%;
	margin-bottom: 20px;
}

.etrac .aggregate-view .table {
	width: auto;
	margin: auto;
}

.etrac .aggregate-view .table th:first-of-type{
    min-width: 10em;
}

.etrac .aggregate-view .table th {
    min-width: 5em;
    text-align: center;
}

.etrac .aggregate-view .table td {
    text-align: center;
}

.etrac .aggregate-view .buttons, .etrac .list-view .buttons, .steps .buttons, .reviewsContainer .buttons {
	width: auto;
	margin: auto;
	text-align: center;
}

.aggregate-link .iconNode {
    background-image: url('../images/icons/16/table.png');
    width: 16px;
    height: 16px;
    display: inline;
    float:right;
}

.etrac .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.add-item-icon {
	background-image: url('../images/icons/16/add.png');
	width: 16px;
	height: 16px;	
}

.etrac th {
	font-weight: bold;
}

.etrac th.editMetadataTableHeader {
	padding-right: 4px;
}

.etrac .dijitTextBox {
	vertical-align: middle;
	width: 30em !important;
	color:#666 !important;
}

.etrac .dijitInputField, .etrac .dijitInputContainer {
	color:#666 !important;
}

.etrac .item-view th {
	text-align: right;
	max-width: 33%;
}

.dijitDialogTitleBar {
	height: 20px;
}	

/* Icons */

.dijitIcon.next-step, .Submittable-state .submit-button .dijitIcon {
	background-image: url('../images/icons/16/start-here.png');
}

.Submittable-state .submit-button .dijitIcon {
	display: inline-flex;
}

.add-item-icon {
	background-image: url('../images/icons/16/add.png');
	width: 16px;
	height: 16px;	
}

.delete-item-icon {
	background-image: url('../images/icons/16/delete.png');
	width: 16px;
	height: 16px;	
}

.upload-icon {
	background-image: url('../images/icons/16/up.png');
	width: 16px;
	height: 16px;	
}

.accept-icon {
	background-image: url('../images/icons/16/dialog-accept-2.png');
	width: 16px;
	height: 16px;	
}

.view-content-icon {
	background-image: url('../images/icons/16/book_open.png');
	width: 16px;
	height: 16px;	
}

.search-content-icon {
	background-image: url('../images/icons/16/book_go.png');
	width: 16px;
	height: 16px;	
}

.view-list-icon {
	background-image: url('../images/icons/16/application_view_list.png');
	width: 16px;
	height: 16px;
}

.download-xls-icon {
	background-image: url('../images/icons/16/page_excel.png');
	width: 16px;
	height: 16px;	
}

.download-pdf-icon {
	background-image: url('../images/icons/16/page_white_acrobat.png');
	width: 16px;
	height: 16px;	
}

.save-button-icon {
	background-image: url('../images/icons/16/document-save-7.png');
	width: 16px;
	height: 16px;	
}

.cancel-button-icon {
	background-image: url('../images/icons/32/cancel.png');
	width: 32px;
	height: 32px;	
}

.deleteIcon, .addIcon, .historyIcon, .editIcon, .documentIcon {
  background-repeat:no-repeat;
  height:16px;
  width:16px;	
}

.deleteIcon {
	background-image: url(../images/icons/16/delete.png);
}

.addIcon {
	background-image: url(../images/icons/16/plus2.png);
}

.editIcon {
	background-image: url(../images/icons/16/edit.png);
}

.wizardIcon {
	background-image: url(../images/icons/16/tools-wizard-3.png);
}

.determinationIcon {
	background-image: url(../images/icons/16/determination.png);
}

/* http://findicons.com/pack/1757/isabi */
.historyIcon {
	background-image: url(../images/clock2.png);
}	

.documentIcon {
	background-image: url(../images/document.jpg);
}



/* TODO: move to theme */
.etrac .dijitDialogTitleBar {
	height: 20px;
	text-align: center;
	text-overflow: ellipsis;
}


/* Participant Manage View */

.etrac .manage-view .dijitBorderContainer-child.dijitAlignBottom,
.etrac .dashboard-content .dijitBorderContainer-child.dijitAlignBottom,
.etrac .wizard-view .dijitBorderContainer-child.dijitAlignBottom.wizard-navigation,
.etrac .review-view .dijitBorderContainer-child.dijitAlignBottom,
.etrac .manage-view > div:last-child
{
	background: linear-gradient( to right, #0078ae, #005288);
    background-position: center;
    min-height: 40px;
    color: white;
}

.etrac .dijitButton .dijitButtonNode {
	color: #0078ae;
}

.manage-view .statuses {
	display: flex;
	justify-content: space-between;
}

.manage-view .statuses .package-status {
	margin-left: auto;
	text-align: right;
	height: 25px;
	overflow: hidden;
	padding:0;
}

.manage-view .statuses .package-status::before {
    font-weight: bold;
    content: "Package Status: ";
}

.participant.manage-view .controls {
	display: flex;
	flex-direction: row;
}


.etrac .dijitInlineEditBoxDisplayMode .no-value {
	width: 16px;
	height: 16px;
	background-image: url('../images/icons/vector/edit.svg');
	background-repeat: no-repeat;
	display: inline-block;
}

/* Participant Add View */

.Organization.add {
	display: flex;
	flex-direction: column;
	min-height: 800px;
}

.Organization.add h2 {
	text-align: center;
	margin-bottom: 1px;
	margin-top: 12px;
}

.Organization.add .edit-pane {
	width: 829px;
	min-height: 601px;
}

.Organization.add .edit-pane > .item-view > form > table {
	width: 829px;
}
	
.Organization.add .list-pane {
	flex-basis: 8rem;
	border: inset 1px #0078ae;
	width: 829px;
}

/* Influence View */
.influence.manage-view .heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #87b0d8;
}

.influence.manage-view .influencer, .influence.manage-view .influencee {
    border: 1px solid black;
    padding: 2px 10px;
    border-radius: 8px;
    background-color: #15145b;
}

.influence.manage-view .influencer a, .influence.manage-view .influencee a {
	color: white;
}

.influence.manage-view .direction-indicator {
    margin: 4px 20px;
	background-image: url('../images/icons/32/draw-arrow-forward.png');
	width: 32px;
	height: 32px;
}

/* Wizards */
.etrac .wizard-view .controls {
	display: flex;
}

.etrac .wizard-view .next-button.dijitButton {
    margin-left: auto;
}

.etrac .wizard-view .previous-button.dijitButton {
    margin-right: auto;
}



.review-form {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    overflow-y:auto;
}

.review-form .type-column, .review-form .content-column, .review-form .command-column {
    display: flex;
    flex-direction: column;
}

.review-form .content-column .dijitTextBox {
    width: 100% !important;
}

.review-form .content-column {
	justify-content: space-between;
	margin-right:8px;
	flex-basis:66%;
}

.review-form .content-column label, .review-form .type-column label {
    font-size: 12px;
    font-weight: bold;
}

.review-form .content-column label input, .review-form .content-column label .dijitPlaceHolder {
    font-weight: normal;
    color: #333;
}

.review-form .content-column .dijitTextArea {
    height: 100px !important;
    overflow-y: scroll !important;
}

.review-form .command-column, .review-form .type-column {
    justify-content: space-around;
}

@supports not (-ms-ime-align:auto) {
  .review-form, .review-form .command-column, .review-form .type-column {
    justify-content: space-evenly;
  }
}

.review-form .command-column {
    align-items: center;
}

.analysis-view {
	height: 100%;
	width: 100%;
}

.review-view .dijitBorderContainer-child.dijitAlignBottom 
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review-view .dijitBorderContainer-child.dijitAlignBottom .acceptance {
    color: white;
}

.review-view .document.NEGATED {
	font-size: 1.4em; 
	color: red; 
	font-weight: 600
}

.analysis-view .dijitBorderContainer-child.dijitAlignBottom {
	height: 185px;
}

table.table.table-striped.table-border.checkout-table {
 	border-collapse: collapse; 
	width: 100%;
}

.sf328 .question {
    margin: 1em 0em;
}

.sf328 .question .text {
	font-weight: bold;
}

.sf328 .question .text .index, .sf328 .question .text .label {
    display: inline;
}

.sf328 .question .submission {
    display: flex;
}

.sf328 .question .responses {
    text-align: right;
    margin-left: auto;
}

.sf328 .question .responses .submitted {
	font-size: 1.4em; 
	color: red; 
	font-weight: 600
}

.sf328 .question .details {
    flex-basis: 66%;
}

.sf328 .question .details {
	display: none;
}

.sf328 .question.AFFIRMED .details, .sf328 .question.COMPLETED .details {
    display: block;
}

.dijitDialog .review-form .new-button {
	display: none;
}

.etrac table.reviews td.searchResultsColumn.controls {
    /* flex-basis: 20%; */
    flex-direction: column;
}

.etrac .document-list td {
	white-space: nowrap;
}

.etrac .searchBox .dijitInputInner {
	color: #666 !important;
}

.etrac .searchBox .dijitTextBox{
	background-color: white !important;
}


.etrac .dijitToasterContent {
	background:#50802b;
}

.etrac .dijitToasterWarning .dijitToasterContent{
	background: linear-gradient( to-right, #50802b, #c41230);
} 

.etrac .dijitToasterError .dijitToasterContent{
	background:#c41230;
}

.etrac .dijitToasterContainer {
	margin-left: 14px;
	margin-top: 14px;
}

.etrac .searchResultsColumn .dijitContentPane {
	background-color: transparent;
}

.etrac td.fileColumn, .etrac th.fileColumn,
.etrac td.naColumn, .etrac th.naColumn,
.etrac td.uploadColumn, .etrac th.uploadColumn,
.etrac td.dateColumn, .etrac th.dateColumn {
	text-align: center;
}

.etrac .Package.manage-view .content {
    padding: 0;
    border: none;
}

/* 
 * Package "One-Page" summary
 */
 


.etrac .Package.summary {
	line-height: 1.1;
	width: 7in !important;
	position: relative;
	margin-left: 0.25in;
	margin-right: 0.25in;
}
 
.etrac .Package.summary .print-page-header {
	position: running( print-page-header);
	text-align: center;
	margin: 20px auto;
}

.etrac .Package.summary h1 {
	text-align: center;
}

.Package.summary h2 {
	margin-top: 1em;
	break-inside: avoid;
}

.etrac .Package.summary section {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	break-inside: avoid;
}

.etrac .Package.summary section * {
	break-inside: avoid;
}


.etrac .Package.summary span.label {
	font-weight: bold;
}

.etrac .Package.summary a {
	text-decoration: none;
	color: inherit;
}

.etrac .Package.summary a:hover, .etrac .Package.summary a:focus {
	text-decoration: underline;
	color: inherit;
}

.etrac .Package.summary .buttons {
	display:none;
}

.etrac .Package.summary .dijitContentPane {
	padding-top:0;
}

.etrac .Package.summary .dijitContentPane .list-view {
	margin-top: -20px;
}

/* invert sub-list tables */

.Package.summary .list-view table.table {
    display: block;
    border: none;
}

.Package.summary .list-view table.table thead, 
.Package.summary .list-view table.table .statusDate-column, 
.Package.summary .list-view table.table .typeOfInfluence-column,
.Package.summary .list-view table.table .documents-column,
.Package.summary .list-view table.table .updated-column,
.Package.summary .list-view table.table .analyst-column
{
	display: none;
}

.Package.summary .list-view table.table tbody {
    display: block;
}

.Package.summary .list-view table.table tbody tr {
    display: block;
    width: 2.75in;
    margin: 0 0.25in;
    border: none;
    background-color: inherit;
    float: left;
}

.Package.summary .list-view table.table tbody td {
    display: block;
    line-height: 1;
    padding: 2px;
    border: none;
}

/* special formatting for sections */

.etrac .Package.summary section.introduction {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.etrac .Package.summary .Participant {
}

.etrac .Package.summary .status {
}

/* special formatting for events */

.Package.summary .event-summary .actor-comment::before {
	content: "Comment: ";
	font-weight: bold;
	margin-left: 0.25in;
}

.Package.summary .event-summary {
	margin-top: 4px;
	margin-bottom: 2px;
}

/* special formatting for user list */

.Package.summary .list-view table.table tbody td.role-column, 
.Package.summary .list-view table.table tbody td.first-column,
.Package.summary .list-view table.table tbody td.last-column {
	display: inline;
}

.Package.summary .list-view table.table tbody td.role-column::after {
	content: ": "
}

.Package.summary .list-view table.table tbody td.role-column {
	font-weight: bold;
} 

.Package.summary section.users .list-view table.table .status-column {
	display: none;
} 

/* KMP */

.Package.summary .kmp .list-view table.table tbody td.citizenship-column::before {
	content: "Citizenship: ";
	font-weight: bold;
}


/* special formatting for tier parents */

.Package.summary .list-view table.table tbody td.over-column,
.Package.summary .list-view table.table tbody td.equity-column {
	display: inline;
}

.Package.summary .list-view table.table tbody td.equity-column::after {
	content: "%"
}

.Package.summary .list-view table.table tbody td.equity-column::before {
	content: ": ";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.over-column::before {
	content: "Ownership of ";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.over-column {
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.country-column::before {
	content: "Location: ";
	font-weight: bold;
}

/* special formatting for analysis */
.Package.summary section.analysis .list-view table.table tbody {
}

.Package.summary section.analysis .list-view table.table tbody tr {
	width: 6.5in;
	margin-bottom: 12px;
}


.Package.summary .list-view table.table tbody td.type-column,
.Package.summary .list-view table.table tbody td.during-column,
.Package.summary .list-view table.table tbody td.review-column {
	display: inline;
}

.Package.summary .list-view table.table tbody td.type-column {
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.during-column::before {
	content: "(";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.during-column::after {
	content: "): ";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.topic-column::before {
	content: "In Reference To: ";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody .CIConcern td.type-column,
.Package.summary .list-view table.table tbody .CIConcern td.review-column,
.Package.summary section.analysis .list-view table.table tbody .ACTIVE td.status-column {
	color: #c41230;
}

.Package.summary section.analysis .list-view table.table tbody td.status-column::before {
	content: "Status: ";
	font-weight: bold;
}

.Package.summary .list-view table.table tbody td.controls {
	display: none;
}

/* sf-328 formatting */

.Package.summary section.sf328 .question .response {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
}

.Package.summary section.sf328 .question .remarks::before {
	content: "Remarks: ";
	font-weight: bold;
}

.dijitRadio:focus-within, .dijitCheckBox:focus, .dijitCheckBox:focus-within {
  outline: 2px solid black;
  border-radius: 3px;
}

.aggregate-link:focus-within .iconNode {
  outline: 2px solid black;
  border-radius: 3px;	
}

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.visuallyhidden:focus { 
  position: relative; 
  overflow: visible; 
  clip: auto; 
  height: auto; width: auto; 
  margin: 1px; padding: 0; border: 0; 
}

.dijitToasterWarning a,
.dijitToasterError a,
.dijitToasterFatal a,
.dijitToasterMessage a {
	font-weight:bold;
	color:#fff !important;
}

.helpIcon {
	background-image: url("../images/info.png");
    background-repeat:no-repeat;
    height:16px;
    width:16px;
}

.RiskAnalysisAssessment .item-view .standardTable {
	min-width:30%;
}

.etrac .reviews .documents-column .dijitContentPane {
	background-color: inherit;
}

.etrac .dijitTextArea {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}

.etrac .sitemap .h2li > .rg {
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.1667em;
    font-weight: bold;
    line-height: 1.286em;
    margin-top: 1.929em;
    margin-bottom: 0.643em;
    max-width: 6.5in !important;
}

.etrac :invalid, .etrac .dijitError {
/*   background-color: ivory;
  border: none; */
  outline: 2px solid red;
  border-radius: 5px;
}