.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
	width: auto;
	padding-left: 32px;
}

@media (max-width: 992px) {

	/* Hides the unused topbar-right menu for compact windows */
	.layout-topbar-light .layout-topbar {
		height: 56px;
	}

	.layout-wrapper .layout-main {
		padding-top: 56px;
	}

	.layout-wrapper .menu-wrapper {
		top: 56px;
		height: calc(100% - 56px);
	}

	.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left {
		width: 100%;
	}

	.layout-footer .footer-details {
		flex-flow: column;
	}

	.layout-footer .footer-column {
		margin-right: 0px;
		margin-bottom: 32px;
	}

	.heading-with-back-button button.ui-button {
		margin-left: -5px !important;
	}

	.layout-footer .footer-build-details {
		display: block;
		float: none;
		margin-top: 4px;
	}

}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left img#ccea-logo {
	height: 30px;
}

.layout-topbar-light .layout-topbar .layout-topbar-wrapper .layout-topbar-left span {
	margin: 0px;
	margin-left: 16px;
	font-size: 24px;
}

.layout-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.layout-footer {
	display: block;
	padding: 36px;
	background-color: #434B54;
	color: #ffffff;
}

.layout-footer a {
	color: #67b6f1;
}

.layout-footer a:hover {
	color: #60aae2;
}

.layout-footer .footer-details {
	display: flex;
}

.layout-footer .footer-column {
	margin-right: 72px;
}

.layout-footer h2 {
	font-size: 18px;
}

.layout-footer p {
	margin: 0px;
}

.footer-copyright {
	margin-top: 24px;
}

.footer-build-details {
	color: #b7bbbf;
	float: right;
}

.login-button .ui-button-text{
	padding-left: 1rem !important;
}

#blocker {
	box-shadow: none;
	color: #fff;
	font-size: 50px;
}

.ui-blockui, .ui-blockui-content {
	position: fixed;
}

body.exception-body.notfound-page {
  background: #2d353c;
}

body.exception-body.access-page {
  background: #2d353c;
}

body.exception-body.error-page {
  background: #2d353c;
}

.current-menu-selected, .current-menu-selected:hover {
	background: #657380 !important;
	color: white !important;
}

.current-menu-selected:hover {
	background: #515C66 !important;
	color: white !important;
}

.hint {
	font-style: italic;
	color: #2f8ee5;
}

.panel-grid-no-left-padding td {
	padding-left: 0px !important;
}

.heading-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.heading-row h1 {
	margin: 0px;
}

h1 {
	font-size: 28px;
}

.ui-dialog-titlebar {
	display: flex;
}

.ui-dialog-titlebar .ui-dialog-title {
	flex-grow: 1;
}

/* Create Accordion */

.create-accordion {
	border-bottom: 1px solid #EFEFEF;
}

.create-accordion .ui-accordion-header.ui-state-active {
	color: #2f8ee5 !important;
	/* Prevents the active tab from being hidden */
	pointer-events: none;
}

.create-accordion .ui-accordion-header.ui-tabs-outline {
	outline: none;
	border-top: 1px solid #ccc !important;
	border-bottom: none !important;
}

.create-accordion .ui-accordion-content {
	padding-left: 34px !important;
}

.create-accordion .selection-text {
	color: #999;
	float: right;
	font-weight: normal;
	overflow: hidden;
    max-width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.create-accordion .ui-selectoneradio label {
	padding: 4px 0px;
}

.create-accordion .ui-selectmanycheckbox td {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.create-accordion .ui-selectmanycheckbox td label {
	margin-left: 12px;
}

.create-accordion .disabled-row {
	color: #ccc !important;
}


.full-width-autocomplete {
	width: 100%
}

.full-width-autocomplete input {
	width: 97%
}

.no-selection-message {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	text-align: center;
	color: #95a2b3;
}

.no-selection-message h1 {
	font-weight: normal;
}

#reviewOfResultsTableForm {
	height: 100%;
}
.emptyTabMessage {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	text-align: center; 
}

.full-width-table {
	margin-left: -32px;
	margin-right: -32px;
	margin-bottom: -18px;
}

.full-width-table thead th.ui-state-default {
	vertical-align: top;
	background-color: transparent;
}

.full-width-table tr td:first-child, .full-width-table tr th:first-child {
	padding-left: 32px !important;
}

.full-width-table tr td:last-child, .full-width-table tr th:last-child {
	padding-right: 32px !important;
}

.ui-column-customfilter .ui-selectonemenu {
	width: 100%;
	min-width: initial !important;
}

.ui-column-customfilter .ui-selectonemenu .ui-selectonemenu-label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.heading-with-back-button {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.heading-with-back-button h1 {
	margin: 0px;
}

.heading-with-back-button .ui-button {
	margin-left: -44px !important;
	margin-right: 12px !important;
	height: 32px !important;
	width: 32px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.heading-with-back-button .ui-button .ui-button-icon-left {
	font-size: 20px;
	position: static !important;
	margin: 0px !important;
}

.heading-with-back-button .ui-button .ui-button-text {
	display: none;
}

body .ui-datatable.datatable-no-header thead tr th {
	padding: 0px;
}

.panel-grid-detail td {
	border: none !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.panel-grid-detail tr td:first-child {
	padding-left: 0px;
	width: fit-content;
}

.has-unread div:nth-child(2):not(.ui-state-active) {
	animation: animation-pulse 1s infinite;
	animation-direction: alternate;
}

@keyframes animation-pulse {
	from {
		background-color: var(--bg-white);
	}
	to {
		background-color: var(--blue-100);
	}
}

.unread-blue-dot {
	width: 0.6rem;
	height: 0.6rem;
	margin-left: -1.3rem;
	margin-right: 0.7rem;
	flex: 0.6rem 0 0;
}

.inline-radio-description tr td{
	display: flex;
	align-items: center;
	padding: 5px;
}

.detailsGrid {
	width: 100%;	
}

.detailsGrid tbody tr td {
	padding: 5px 15px 5px 0;
	vertical-align: top;
}

.detailsGrid tbody tr td label {
	font-weight: bold;
}

.detailsGrid tbody tr td:first-child {
    width: 1%;
    white-space: nowrap;
}

/* Button Filter Style */
.filter-counts {
	padding-bottom: 8px;
}
.filter-counts .ui-button {
	width: 200px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 8px;
}

.filter-counts .ui-button:not(:last-child) {
	margin-right: 8px;
	border-right-width: 1px !important;
}

.filter-counts .count {
	font-size: 20px;
	display: block;
	font-weight: normal;
}

.filter-counts .ui-button-text {
	font-size: 12px;
}
