@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/javax.faces.resource/fonts/Inter-Light.woff2.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff2"),
		 url('/javax.faces.resource/fonts/Inter-Light.woff.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/javax.faces.resource/fonts/Inter-Regular.woff2.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff2"),
		 url('/javax.faces.resource/fonts/Inter-Regular.woff.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff");
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/javax.faces.resource/fonts/Inter-Medium.woff2.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff2"),
		 url('/javax.faces.resource/fonts/Inter-Medium.woff.jsf;jsessionid=nB_BkUCSYFzolfql_qw3uAKAp-03o7b29T4Trn7j.63839d75223b') format("woff");
}

body {
	line-height: 1.5em;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #404040;
}

body .ui-widget:not(.pi), body .ui-widget .ui-widget:not(.pi), body .ui-inputfield {
	font-size: 13px !important;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6rem;
	border-bottom: 3px solid #f1f1f1;
	width: 100%;
	margin-top: 1rem;
}

h4 {
	font-size: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 0;
}

h5 {
	font-size: 1.2rem;
	margin-bottom: 0.3rem;
	margin-top: .4rem;
}

h6 {
	font-size: 1rem;
}

.header {
	border-top: 5px solid #e40612cc;
}

.color-green {
	color: forestgreen;
}

.color-yellow {
	color: gold;
}

.color-red {
	color: indianred;
}

body a, body a:hover, body a:focus, body a:active {
	color: #122143 !important;
}

p{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

img{
	border: 0;
	max-width: 100%;
}

/* Sticky footer config. */
html, body, .off-canvas-wrapper, .off-canvas-content {
	height: 100%;
}

.off-canvas-wrapper {
	overflow: visible
}

 /* For pushing the footer to the bottom */
.off-canvas-content {
	display: flex;
	flex-direction: column;
}

#content{
	flex: 1 0 auto;
	width: 100%;
}

.content-section {
	margin-top: 0.625rem;
}

.header {
	flex-shrink: 0; /* For pushing the footer to the bottom */
}

.loadingDialog {
	width: auto !important;
}

.loadingDiv.hidden {
	display: none;
}

.loadingDiv {
	position: fixed;
	top: 0;
	left: 0;
    background: rgba(18, 33, 67, .7);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

.loadingDiv .loadingText {
	font-size: 1.5rem;	
}

.hint {
	font-size: .8rem;
}

a:hover{
	color: #122143;
}


.header-border {
	border-bottom: 2px solid #122143;
}

.menu-text{
	font-weight: 500;
}

.top-bar {
	padding: 0;
}

.title-link .title-logo {
	margin: 1rem 0;
	height: 56px;
}

.mobile-title-logo {
	width: 6rem;
	float: right;
	margin: 0.2rem 0.75rem; 
}

.main-nav .grid-container {
	width: 100%;
	margin: auto;
}

.main-nav ul {
	padding: 0;
	margin: 0;
}

.main-nav li{
	display: inline-block;
}

.main-nav li span{
    padding: 11px;
    display: inline-block;
}

.main-nav {
	color: #fff;
	background: #122143;
	text-transform: uppercase;
}

.main-nav li a {
	display: inline-block;
}

.top-bar, .top-bar .menu {	
	background: #122143;
}

.top-bar .menu a {
	color: #fff !important;
	padding: 0;
	font-size: 15px;
}

.top-bar .menu li.active, .top-bar .menu li:hover {
	background: #e40612;
}

.top-bar .menu li.active {
	position: relative;
}

.top-bar .menu .active > a {
	background: #e40612;
}
.top-bar .top-bar-right {
    width: auto;
}

.mobile-button {
	display: none !important;
}

.desktop-button {
	display: inline-block !important;
}

#mobile-menu {
	display: none;
	background: #fff;
	border-bottom: 2px solid #122143;
}

/** == Animating the mobile burger menu icon */
#mobile-menu .menu-icon {
	margin: 0.75rem 0.75rem;
}

#mobile-menu .menu-icon::after {
	box-shadow: 0 7px 0 rgba(64, 64, 64, 1);
	transition: .5s transform ease, .5s box-shadow ease;
	background: #404040;
}

#mobile-menu .menu-icon.open::after {
	transform: translateY(7px) rotate(45deg);
	box-shadow: 0 7px 0 rgba(64, 64, 64, 0);
	transition: .5s transform ease, 0s box-shadow ease;
}

#mobile-menu .menu-icon::before {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #404040;
	transition: .5s transform ease;
}

#mobile-menu .menu-icon.open::before {
	transform: translateY(-7px) rotate(-45deg);
	transition: .5s transform ease;
}

#mobile-menu .menu-icon:hover::after {
	box-shadow: 0 7px 0 rgba(64, 64, 64, 1);
	background: #404040; 
}

#mobile-menu .menu-icon.open:hover::after {
	box-shadow: 0 7px 0 rgba(64, 64, 64, 0);
}

#mobile-menu .menu-icon:hover::before {
	background: #404040;	
}

.mobile-menu-item {
	display: none !important;
}

.menu-form{
	padding-top: 0.3em;
}
.menu-form button{
	margin-left: 0.5rem;
}

#body-container {
	background: #fff;
	max-width: 1180px;
	margin: auto;
	border-radius: 3px;
	overflow: hidden;
}

.form-box {
	margin-bottom: 1rem;
	padding-bottom: 10px;
}

.activation-table {
	
}

.ui-datatable tr td, .ui-datatable tr th {
	border-left: none !important;
	border-right: none !important;
	text-align: left !important;
}

.notOperational:not(.ui-datatable-selectable) {
	background-color: #DDE1F3 !important;
}

.activationDetails-container .answerItem {
	background: none !important;
	/*padding: 0 !important;*/
	padding-left: 0 !important;
	padding-top: 0 !important;
}
.activationDetails-container .ui-message {
	margin-bottom: 0.25rem !important;
}



.activationDetails-container > .form-container > .cell {
	padding-bottom: 10px !important;
	border-bottom: 1px solid #f1f1f1;
}

.form-container .answerItem {
	padding: 0.625rem;
}

.form-container .answerItem:not(.alwaysFullWidth):nth-child(4n+1),
.form-container .answerItem:not(.alwaysFullWidth):nth-child(4n+2) {
	background: #f5f5f5;
}

.form-container .answerItem.alwaysFullWidth:nth-child(odd) {
	background: #f5f5f5;
}

.form-container table tbody {
	background: transparent;
	border: none;
}

.form-container .ui-inputfield, .form-container .ui-chkbox-box {
	border-color: #c4c4c4 !important;
}

.form-container .ui-inputfield,
.form-container .ui-selectonemenu,
.form-container .ui-selectonemenu-panel .ui-selectonemenu-filter-container,
.form-container .ui-selectoneradio {
	width: 100%;
}

.form-container label {
	margin: 0 !important;
	padding: 0 16px 0 8px;
}

.form-container .scrollableDiv {
	max-height: 420px;
	overflow-y: scroll;
	border: 1px solid #c4c4c4;
}

/** For tablets and medium screens. */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
	.form-container .scrollableDiv {
		max-height: 280px;
	}

}
/** For small displays. Hide a lot of stuff and adjust element sizes. */
@media only screen and ( max-width : 639px) {
	.form-container .scrollableDiv {
		max-height: 140px;
	}
}

.form-container .scrollableDiv table.stack {
	margin: .5rem 0;
}

.form-container .scrollableDiv table.stack tbody {
	border: none;
}

.form-container .scrollableDiv table.stack td {
	display: block;
	width: 100%;
}

.form-container .ui-fileupload,
.form-container .ui-fileupload .ui-fileupload-buttonbar,
.form-container .ui-fileupload .ui-fileupload-content {
	background: white;
	border: none;
}

.form-container .ui-fileupload {
	border: 1px dashed #c4c4c4;
	text-align: center;
}

.form-container .ui-fileupload .ui-fileupload-buttonbar .ui-button {
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
}

.form-container .ui-fileupload .ui-fileupload-buttonbar .ui-button .ui-button-text {
	display: none;
}

.form-container .ui-fileupload .ui-fileupload-buttonbar .ui-button .ui-icon {
	margin-left: 8px;
}

.form-container .ui-fileupload .ui-fileupload-content {
	padding-top: 0;
	padding-bottom: 0;
}

.form-container .ui-fileupload .ui-fileupload-content .ui-fileupload-files {
	display: none;
}

.custom-message {
	padding: .7rem !important;
}

.info-container {
	margin: 1rem 0 2rem 0;
	padding: 0.625rem;
	border: 1px solid #ccc;
	background: #f1f1f1;
}

.input-column {
	margin-bottom: 0.625rem;
}

.inputgroup {
	border: 1px solid #c4c4c4;
	background: #f5f5f5;
}

.inputgroup input {
	border: none;
	border-right: 1px solid #c4c4c4;
	width: 100%;
}

.inputgroup .inputgroup-addon {
	padding: 0 .375rem;
}

table {
	margin: .625rem 0;
}

.redButton {
	background: #e40612 !important;
}

.redButton:hover, .redButton:focus, .redButton:active {
	background: red !important;
}

.greenButton {
	background: #05AD19 !important;
}

.greenButton:hover, .greenButton:focus, .greenButton:active {
	background: green !important;
}

.actionBar {
	background: #f1f1f1;
	padding: 10px;
}

.actionBar, .actionBarDialog {
	text-align: right;
}

.footer {
	background: #122143;
	color: #ccc;
	flex-shrink: 0; /* For pushing the footer to the bottom */
	margin: auto;
	width: 100%;
	margin-top: 2rem;
	margin-bottom: 0;
	padding: .625rem 0;
	text-transform: uppercase;
	z-index: 1000;
}

.footer-logo{
	max-width: 125px;
}

.footer a {
	color: #ccc !important;
}

.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer ul li{
	display: inline-block;
	margin-right: 0.5rem;
}


.footer a:hover {
	color: #ccc !important;
}

.footer .footer-title {
	font-size: 1rem;
	font-weight: 600;
}

.ui-datepicker-current-day {
	border: 2px solid #ccc !important;
}

.ui-datepicker td a, .ui-datepicker td a.ui-state-hover {
	background: none !important;
	border: none !important;
}

.ui-datepicker-today a {
	font-weight: 600;
}

.ui-datepicker a {
	line-height: 25px !important;
}

/* HELPERS */
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-linebreak {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis-linebreak:hover .tooltip.show {
	background: white;
	position: absolute;
	padding: 0 5px;
	border: 1px solid #122143;
}

.bg-red {
	background: indianred !important;
}
.bg-red.ui-state-hover,
.bg-red.ui-state-active,
.bg-red.ui-state-focus {
	background: indianred !important;
	opacity: 0.8 !important;
}

.font-bold {
	font-weight: 600;
}

.font-italic {
	font-style: italic;
}

.font-small {
	font-size: .7rem;
}

.margin-top {
	margin-top: 5px !important;
}

.margin-right {
	margin-right: 5px !important;
}

.margin-bottom {
	margin-bottom: 5px !important;
}

.margin-left {
	margin-left: 5px !important;
}

.secondary-action {
    color: #244286 !important;
    background-color: #d6d6d6 !important;
}

.secondary-action:hover {
    color: #122143 !important;
    background-color: #ccc !important;
}

.no-padding {
	padding: 0 !important;
}

.padding-top {
	padding-top: 5px !important;
}

.padding-right {
	padding-right: 5px !important;
}

.padding-bottom {
	padding-bottom: 5px !important;
}

.padding-left {
	padding-left: 5px !important;
}

.border-top {
	border-top: 1px solid !important;
}

.border-right {
	border-right: 1px solid !important;
}

.border-bottom {
	border-bottom: 1px solid !important;
}

.border-left {
	border-left: 1px solid !important;
}

.full-width {
	width: 100% !important;
}

/** Styles for the error.xhtml */
#content-empty {
	font-size: 1rem;
	text-align: center;
	max-width: 40em;
	margin-top: 2em;
}

.error-details-box .error-code {
	font-size: 2rem;
	font-weight: 600;
}

.error-box button,
.error-details-box .error-code {
	margin-bottom: 1rem;
}

.error-details-box {
	text-align: center;
	background: rgba(255, 0, 0, .5);
	border: 2px solid red;
	border-radius: 20px;
	padding: 1rem;
	margin: 2rem 0;	
}

ul.empty-links{
	list-style: none;
}

ul.empty-links li{
	display: inline-block;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

/** For small and medium screens */
@media only screen and (max-width: 1023px) {
	.form-container .answerItem:nth-child(odd) {
		background: #f5f5f5;
	}
	
	.form-container .answerItem:nth-child(even) {
		background: none !important;
	}
}

/** For tablets and medium screens. */
@media only screen and (min-width: 640px) and (max-width: 1023px) {

	#header-container #logo, #header-container #header-right {
		width: 50%;
	}	
}

@media only screen and (min-width: 640px)  {
	table.stack td, table.stack th {
	    display: inline-block;
	    width: 49%;
	}
	
	.headLangSelect {
		top: 2px;
	}
	
	.top-bar .menu li.active::after {
		content: '';
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #e40612;
		position: absolute;
		top: 100%;
		left: 50%;
	    transform: translate(-50%, 0);
	}
}

/** For small displays. Hide a lot of stuff and adjust element sizes. */
@media only screen and ( max-width : 639px) {
	
	body{
		margin: 0;
	}
	
	h1 {
		font-size: 1.5rem;
	}
	
	h2 {
		font-size: 1.4rem;
	}
	
	h3 {
		font-size: 1.3rem;
		border-bottom: 3px solid #f1f1f1;
		width: 100%;
	}
	
	h4 {
		font-size: 1.2rem;
	}
	
	h5 {
		font-size: 1.1rem;
	}
	
	h6 {
		font-size: 1rem;
	}
	
	.headLangSelect {
		top: 4px;
	}
	
	#content {
		padding-top: 46px !important;
	}
	
	#mobile-menu{
		display: block;
		margin: 0;
		position: fixed;
		width: 100%;
		z-index: 1010;
		height: 45px;
	}
	.footer{
		z-index: 1010;
	}
	
	#main-menu-layer {
		position: fixed;
		top: 45px;
		width: 100%;
		z-index: 100;
		height: 100%;
		background: rgba(255,255,255,.8);
	}
	
	#main-menu {
		position: relative;
		width: 250px;
		overflow: hidden;
		background-color: #122143;
		height: 100%;
		transition: width .2s cubic-bezier(0, 0.6, 0.8, 1);
		z-index: 1011;
	}
	
	#main-menu-layer.hidden, #main-menu-layer.hidden #main-menu {
		width: 0;
	}
	
	#main-menu .menu,
	#main-menu li {
		width: 100%;
	}
	
	#main-menu li a {
		color: #fff;
		transition: none;
		width: 100%;
		padding: 0;
	}
	
	#main-menu li a:hover, #main-menu li a.active {
		background: #e40612;
		color: #fff !important;
	}
	
	.header-content {
		margin: 0;
		position: fixed;
		background: #fff;
		width: 100%;
		height: 45px;		
		z-index: 1000000;
	}
	
	.main-nav ul {
		position: absolute;
		top: 0;
		margin-top: 1rem;
	}
	
	.main-nav li {
		display: inline-block;
	}
	
	.main-nav li:first-child {
		text-align: center;
		padding-bottom: .5rem;
	}
	
	.main-nav li:first-child:hover {
		background: none;
	}
	
	.main-nav li span {
	    min-width: 30px;
	    max-width: 100%;
	}
	
	.float-right {
		float: none;
		width: 100%;
	}
	
	.footer-logo{
		margin-bottom: 1rem;
	}
	
	.mobile-button {
		display: inline-block !important;
	}
	
	.desktop-button {
		display: none !important;
	}
	
	.mobile-menu-item {
		display: block !important;
	}
	
	.mobile-menu-item.loggedInAs {
		text-align: left !important;
	}
	
	.breadcrumb {
		display: block !important;
	}
	
	.header-content {
		display: none !important;
	}
}
