/*

G2OPS Colors

orange: #d5441c  (from G2 website)
blue: #28637e
dark gray: #595a5c
light gray: #bbbdbf
black: #231f20

*/


/*

Icon Awesome (button text: icon name)

Add: plus
Approve: thumbs-up
Authorize: user-plus
Cancel: times
Close: times
Confirm: check
Delete: trash
Deny: thumbs-down
Edit: edit
Filter: filter
Lock: lock
Save: save
Unlock: unlock
View: eye

*/


/* Roboto regular */

@font-face {
	font-family: "Roboto";
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.eot.xhtml?av=4e46b35"); /* IE9 Compat Modes */
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.otf.xhtml?av=4e46b35") format("opentype"), /* Open Type Font */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.svg.xhtml?av=4e46b35") format("svg"), /* Legacy iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.ttf.xhtml?av=4e46b35") format("truetype"), /* Safari, Android, iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.woff.xhtml?av=4e46b35") format("woff"), /* Modern Browsers */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Regular.woff2.xhtml?av=4e46b35") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/* Roboto italic */

@font-face {
	font-family: "Roboto";
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.eot.xhtml?av=4e46b35"); /* IE9 Compat Modes */
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.otf.xhtml?av=4e46b35") format("opentype"), /* Open Type Font */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.svg.xhtml?av=4e46b35") format("svg"), /* Legacy iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.ttf.xhtml?av=4e46b35") format("truetype"), /* Safari, Android, iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.woff.xhtml?av=4e46b35") format("woff"), /* Modern Browsers */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Italic.woff2.xhtml?av=4e46b35") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: italic;
}

/* Roboto bold */

@font-face {
	font-family: "Roboto";
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.eot.xhtml?av=4e46b35"); /* IE9 Compat Modes */
	src: url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.otf.xhtml?av=4e46b35") format("opentype"), /* Open Type Font */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.svg.xhtml?av=4e46b35") format("svg"), /* Legacy iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.ttf.xhtml?av=4e46b35") format("truetype"), /* Safari, Android, iOS */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.woff.xhtml?av=4e46b35") format("woff"), /* Modern Browsers */
		url("/SOFIA/jakarta.faces.resource/font/Roboto-Bold.woff2.xhtml?av=4e46b35") format("woff2"); /* Modern Browsers */
	font-weight: 700;
	font-style: normal;
}


.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.bottom-spacing {
	margin-bottom: 30px;
}

.bottom-spacing-half {
	margin-bottom: 15px;
}

.horizontal-margins {
	margin-left: 15px;
	margin-right: 15px;
}

body {
  background-color: #f5f5f5;
  color: #231f20;
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:hover {
  color: #df382c;
}

h1,h2,h3,h4 {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #595a5c;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	color: #28637e;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h1.title {
  display: table;
  margin: auto;
  background-color: #afc4d6;
  border-width: 4px;
  border-style: outset;
  border-color: #9fd1ff;
  padding: 5px 8px;
  letter-spacing: -.025em;
}

ul, ol {
	margin: 10px 0;
}

.navbar-default {
	border: 0; /* removes the border */
	border-radius: 0; /* removes the rounded corners */
	background-image: none; /* removes the linear color gradient */
	background-color: #d5441c; /* sets the color to G2OPS orange */
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f4f5f5;
	background-color: #a33c00; /* orange */
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f4f5f5;
	background-color: #a33c00; /* orange */
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: none; /* removes the linear color gradient */
}

.navbar-brand {
	padding: 15px 25px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #d5441c; /* sets the color to G2OPS orange */
	border-color: #a33c00;
}

.dropdown-menu > li > a {
	color: #231f20;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-image: none; /* removes the linear color gradient */
	background-color: #d5441c; /* sets the color to G2OPS orange */
	outline: 0;
}

.page-name {
	font-size: 24px;
	padding: 6px 2px;
	text-align: center;
	color: #d5441c; /* orange */
}

.big-page-name {
	font-size: 64px;
	padding: 30px 0;
}

.page-name h1 {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;
	text-align: center;
}

.classified-warning {
	font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0;
}

.product-info {
	float: left;
	text-align: left;
	color: #E95420;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 25px;
}

.branding-info {
	float: right;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 25px;
}

.unclass {
	color: #ffffff;  /* white */
	background-color: #007a33;  /* bright green */
}

.controlled {
	color: #ffffff;  /* white */
	background-color: #502b85;  /* purple */
}

.confidential {
	color: #ffffff;  /* white */
	background-color: #0033a0;  /* blue */
}

.secret {
	color: #ffffff;  /* white */
	background-color: #c8102e;  /* red */
}

.top-secret {
	color: #000000;  /* black */
	background-color: #ff671f;  /* orange */
}

.top-secret-sci {
	color: #000000;  /* black */
	background-color: #fce83a;  /* yellow */
}

.data-refresh-date {
	/* Legacy centered layout for templates without sofia-page-header (e.g. monitor).
	   Inside .sofia-page-header this is overridden by sofia-page-header.css. */
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 2px;
}

.dataTableDivClass {
	border-style: solid;
	border-width: 1px;
	border-color: #bbbdbf;
	border-radius: 6px;
	background-color: #ffffff;
	padding: 25px 15px 15px;
}

.dataTableDivClass h2 {
	text-align: center;
	font-size: 16px;
	color: #595a5c;
	padding-bottom: 15px;
}

.dataTableDivClass h3 {
	text-align: center;
	font-size: 14px;
	color: #595a5c;
}

[id$="ChartContainer"] {
	border: 1px solid #bbbdbf;
	border-radius: 6px;
	overflow: hidden;
}

.dataTableNoWrapColumnClass {
	white-space: nowrap;
}

.dataTableButtonColumnClass {
	white-space: nowrap;
}

.dataTableSingleButtonColumnClass {
	width: 120px;
}

.dataTableDoubleButtonColumnClass {
	width: 240px;
}

.dataTableExtraButtonsClass {
	text-align: center;
	padding-bottom: 15px;
}

.table-bordered > thead > tr > th {
	border-bottom-width: 0;
	text-align: left;
}

.center-text {
	text-align: center;
}

.left-text {
	text-align: left;
}

.right-text {
	text-align: right;
}

.bold-text {
	font-weight: bold;
}

.current-filter-settings-text {
	font-size: 18px;
	font-weight: bold;
}

.current-filter-settings-row {
	height: 100%;
}

.kpi-values-text {
	font-size: 16px;
	font-weight: bold;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.footer {
	padding-left: 0;
	padding-right: 0;
}

.btn, .btn:hover {
	background-image: none; /* removes the linear color gradient */
	margin: 0 10px;
	border-radius: 4px;
}

.btn-primary {
	background-color: #d5441c;
	border-color: #d5441c;
	text-shadow: none;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #b53917;
}

.btn-default {
	background-color: #7a7b7c;
	border-color: #7a7b7c;
	text-shadow: none;
}

.btn-default:hover {
	background-color: #595a5c;
}

.btn-link {
	color: #d5441c;
}

.buttons-position {
	text-align: center;
	padding-top: 10px;
}

th {
	background-color: #d5441c;
	font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f4f5f5;
}


@media (min-width: 1200px) {
	.modal-dialog {
		width: 800px;
	}
}

/* adding a class so we can have wider modals on demand - put the "modalWide" class in the b:modal tag */
.modalWide > .modal-dialog {
	width: 1200px !important;
}

.modalDataSectionTitleRow {
	font-size: 18px;
	font-weight: 800;
	padding: 20px 0 10px 0;
	text-align: center;
	color: #28637e;
}

.modalDataSectionTitleFirstRow {
	padding: 5px 0 10px 0 !important;
}

.modalDataLabelRow {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}

.modalTextRow {
	font-size: 16px;
	padding-bottom: 15px;
}

.modalDataRow {
	font-size: 14px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e2e2e2;
	word-break: break-word;
	white-space: normal;
}

.modalEditDataRow {
	font-size: 14px;
	margin-bottom: 15px;
}

.modal-header {
	text-align: center;
}

.modal-footer {
	text-align: center;
}

.modalPanelTitle {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #231f20;
}

.modalPanelContent {
	width: 100%;
	text-align:left;
}

.modalPanelTable {
	width: 96%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #595a5c;
	border-radius: 6px;
}

.modalPanelTableHeader {
	border: 1px solid #595a5c;
	width:50%;
	padding: 10px;
	color: #d5441c;
	background-color: #ffffff;
	font-size: 16px;
}

.modalPanelTableHeaderGrayedOut {
	background-color: #999999 !important;
}

.modalPanelTableMegaHeader {
	background-color: #e2e2e2 !important;
	text-align: center;
}

.modalPanelTableHeaderSizeRestricted {
	max-width: 15%;
}

.modalPanelTableCell {
	border: 1px solid #595a5c;
	padding: 5px 10px;
	vertical-align: top;
}

.modalPanelTableRow:nth-child(odd) {
	background-color: #f2f2f2;
}

.modalPanelTableRow:nth-child(even) {
	background-color: #e2e2e2;
}

.modalPanelTableRow:hover {
	background-color: #bbbdbf;
}

.wordWrapBreakWord {
	word-wrap: break-word;
	max-width: 1px; /* https://www.design-fluide.com/09-12-2018/how-to-break-long-words-in-an-html-or-css-table/ */
}

.modalAccordianContainer {
	margin: 0 auto;
	width: 100%;
	text-align:center;
	padding: 15px 0;
}

.modal-body {
	padding: 20px 30px;
}

.modalHorizontalValuesList {
	display: inline-block;
	padding: 0 15px 0 15px;
	text-align: left;
	vertical-align: text-top;
	border-right: 1px solid #d5441c;
}

.modalHorizontalValuesListFirst {
	padding-left: 0 !important;
}

.modalHorizontalValuesListLast {
	border-right: none !important;
}

/* asterisk on required form fields */
label.bf-required:after {
	color: #df382c;
}

.panel-title {
	text-align: center;
}

.filter-div-top-row {
	margin-top: 0;
}

.filter-div-bottom-row {
	margin-top: 15px;
}

.filter-div {
	display: inline-block;
	padding: 0 10px 0 10px;
	text-align: left;
	vertical-align: text-top;
	border-right: 1px solid #d5441c;
}

.filter-div-left {
	border-left: 1px solid #d5441c;
}

.filter-div-last {
	border-right: none;
}

.filter-div-dataviews {
	display: inline-block;
	padding: 0 10px 0 10px;
	text-align: left;
	vertical-align: text-top;
}

.vendor-filter-select2 {
		width: 350px !important;
		min-width: 120px;
		max-width: 350px;
}

.sasre-vendor-filter-select2 {
		width: 300px !important;
}

.filter-div-button {
	display: inline-block;
	padding: 0 0 0 10px;
	text-align: left;
	border-right: none;
	height: 45px;
	line-height: 45px;
}

.filter-label {
	font-size: 18px;
	text-align: center;
	color: #d5441c; /* orange */
}

.selectDropdowns {
	padding-left: 8px;
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	line-height: 28px;
}

.jumbotronVerticalPadding {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
}

/* Hide the legacy empty current-view-settings jumbotron placeholder so it
   does not render as a darker bar between the page title and content. */
.jumbotron.jumbotronVerticalPadding:not(:has(*)) {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.current-filter-settings-row:has(.jumbotron:not(:has(*))) {
	display: none !important;
	margin: 0 !important;
}

#statsRowID:not(:has(*)),
#addFiltersRowID:not(:has(*)) {
	display: none !important;
	margin: 0 !important;
}

.panel-group .panel {
	border-radius: 6px;
}

.panel-default {
	border-color: #bbbdbf;
}

.formSectionTitleRow {
	font-size: 16px;
	font-weight: 800;
	padding: 20px 0 10px 0;
	text-align: center;
	color: #28637e;
}

.select-one-dropdown {
	padding: 0 20px 0 8px;
}

.bf-messages .custom-error-message {
	color: #d5441c;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
}

.platform-icon {
	width: 40px;
	height: 20px;
}

.table-notice {
	display: none;
	max-width: 760px;
	margin: 0 auto 12px auto;
	padding: 10px 34px;
	border: 1px solid #f0ad4e;
	border-left: 4px solid #f0ad4e;
	border-radius: 3px;
	background-color: #fcf8e3;
	color: #8a6d3b;
	font-size: 13px;
	position: relative;
	text-align: center;
}

.table-notice-close {
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	color: #8a6d3b;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	opacity: 0.8;
}

.table-notice-close:hover,
.table-notice-close:focus {
	opacity: 1;
}

/* Global loading overlay */
.sofia-loading-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 2000;
	border-radius: 6px;
}

.sofia-modal-loading-region {
	position: relative;
}

.sofia-modal-loading-region .sofia-loading-overlay {
	z-index: 2100;
}

.sofia-modal-processing-lock,
.sofia-modal-processing-lock * {
	cursor: wait !important;
}

.sofia-loading-overlay-page {
	position: fixed;
	border-radius: 0;
	z-index: 20000;
}

.sofia-loading-content {
	text-align: center;
	color: #495057;
}

.sofia-loading-icon {
	color: #007bff;
	margin-bottom: 15px;
}

.sofia-loading-spinner-gif {
	height: 28px !important;
	margin-bottom: 15px;
	max-height: 28px !important;
	max-width: 28px !important;
	width: 28px !important;
}

.sofia-loading-message {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 5px 0;
}

.sofia-loading-subtext {
	display: block;
	color: #6c757d;
	font-size: 12px;
}

/* Form submit loading styles */
.sofia-submit-button-loading {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.sofia-submit-button-spinner {
	margin-right: 2px;
}

.sofia-submit-button-inline-loading {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 10px;
	color: #595a5c;
	font-size: 13px;
}

.sofia-submit-panel-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.55);
	z-index: 2050;
	border-radius: 6px;
}

.sofia-submit-panel-content {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid rgba(187, 189, 191, 0.8);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #595a5c;
	font-size: 13px;
}

.sofia-submit-panel-spinner {
	color: #d5441c;
}

/* Context help (guide): title stays centered; control pinned to the right of the header row */
.page-name-with-help {
	position: relative;
	/* Keep title text from running under the absolutely positioned help control */
	padding-right: clamp(4.5rem, 14vw, 7.5rem);
}

.page-name-with-help .page-help-wrap {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: opacity 0.15s ease-in, background-color 0.15s ease-in;
}

/* .btn.btn-link wins over a single class — keep three-class selector */
.btn.btn-link.context-help-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem 0.55rem;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.2;
	/* Same orange as .page-name */
	color: #d5441c;
	vertical-align: middle;
	border-radius: 6px;
	text-decoration: none;
	border: 1px solid transparent;
}

.context-help-icon {
	font-size: 1rem;
}

.context-help-label {
	letter-spacing: 0.02em;
}

.btn.btn-link.context-help-btn:hover,
.btn.btn-link.context-help-btn:focus {
	color: #d5441c;
	background-color: rgba(213, 68, 28, 0.08);
	border-color: rgba(213, 68, 28, 0.25);
	text-decoration: none;
	outline: none;
}

.application-banner-row {
	margin-bottom: 16px;
}

.application-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 0;
	padding: 12px 40px 12px 16px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border-radius: 14px;
}

.application-banner-icon {
	font-size: 16px;
}

.application-banner-action {
	font-weight: 600;
}
