/* || General --------------------- */

#mainContent {
	display: block;
	width: 100%;
}

section > * {
	background: #f2f2f2;
	height: 100vh;
	min-height: 470px;
}

section {
	width: 100%;
	overflow-y: hidden;
}

section.expanded {
	display: inline-grid;
}

section.show-attr,
section.show-admin {
	grid-template-columns: [first] 50% [col2] 50% [end];
}

section.show-attr.show-admin {
	grid-template-columns: [first] 33.33% [col2] 33.33% [col3] 33.33% [end];
}

section:not(.expanded.show-attr) .contact-attributes,
section:not(.expanded.show-admin) .routing-profiles {
	display: none;
}

#ccpContainer {
	height: calc(100vh - 35px);
}

.expand-btn-wrapper {
	align-items: center;
	display: inline-flex;
	height: 30px;
	justify-content: flex-end;
	min-height: 35px;
	width: 100%;
}

.expand-btn-wrapper i {
	transition: .3s ease-in-out;
}

.expanded .expand-btn-wrapper i {
	transform: rotate(180deg);
}

/* || Routing Profiles ---------------- */

.contact-attributes,
.routing-profiles {
	border-left: 2px solid var(--darkGrey);
	padding: 10px;
}

.alert_bar{
	text-align: center;
	background-color: #45A9F7;
}
