﻿.ctc-r4-form-display {
	margin-left: 5px;
	font-size: 1.1em;
	display: inline-block;
}

.ctc-r4-control-label {
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 0;
}

	.ctc-r4-control-label label {
		margin-bottom: 0;
	}

.ctc-r4-display-label {
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: 1.2;
	display: inline-block;
}

.ctc-r4-card-header {
	padding: 1rem 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,.14);
	background-color: #f8f8f8;
}

.ctc-r4-card-footer {
	padding: 1rem 1.5rem;
	border-top: 1px solid rgba(0,0,0,.14);
	background-color: #f8f8f8;
}

.ctc-r4-required-indicator {
	color: #a12323;
	font-weight: bold;
	font-size: 1.1em;
}

.ctc-r4-environment-banner {
	background-color: #ffe990;
	color: #000;
	border-bottom: #ccba73 1px solid;
	border-left: #ccba73 1px solid;
	border-right: #ccba73 1px solid;
	padding: 5px 5px 5px 5px;
}

.ctc-r4-environment-banner-header {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.ctc-r4-environment-banner-content {
	margin-top: 5px;
	font-size: 1.1em;
}

.ctc-r4-environment-banner-content-row {
	line-height: 1.0em;
}

.ctc-r4-environment-banner-content-label {
	font-weight: 600;
	color: #a12323;
	text-transform: uppercase;
}

.ctc-r4-environment-banner-content-value {
	font-weight: 500;
	color: #000;
}

.ctc-r4-archived-entity-indicator-bar {
	text-align: center;
	padding: 1px 25px 1px 25px;
	background-color: #f0ad4e;
}

	.ctc-r4-archived-entity-indicator-bar span {
		text-align: center;
		color: #fff;
		letter-spacing: 7px;
		font-weight: 600;
	}

.sp-background-blue {
	background-color: #074f8a;
}

.ctc-r4-title-link-title {
	font-weight: 600;
	font-size: 1.0rem;
}

.ctc-r4-title-link-description {
	font-size: small;
}

.ctc-r4-form-display-secured-denied {
	color: red;
}

.ctc-r4-form-display-secured-allowed {
	color: green;
}

.ctc-r4-form-label-secured-denied {
	color: red;
}

.ctc-r4-form-label-secured-allowed {
	color: green;
}

.page-sub-title {
	margin-top: 0px;
}

.nav-tabs .nav-item {
	border-top-left-radius: .35rem;
	border-top-right-radius: .35rem;
}

	.nav-tabs .nav-item .nav-link {
		border-left: 1px solid rgba(152,166,173,.2) !important;
		border-top: 1px solid rgba(152,166,173,.2) !important;
		border-top-left-radius: .35rem;
		border-top-right-radius: .35rem;
		background-color: #d8d8d8;
		border-bottom: 2px solid rgba(152,166,173,.2) !important;
		padding: .3rem 1rem !important;
	}

		.nav-tabs .nav-item .nav-link.active {
			background-color: #fff;
			border-bottom: 2px solid #0056c1 !important;
		}

	.nav-tabs .nav-item:last-child .nav-link {
		border-right: 1px solid rgba(152,166,173,.2) !important;
		border-right: none;
	}

		.nav-tabs .nav-item:last-child .nav-link.active {
			background-color: #fff;
			border-right: 1px solid rgba(152,166,173,.2) !important;
		}