* {
	border-radius: 0 !important;
}

.btn {
	--bs-btn-border-width: 1px;
}

.pagename-secondary {
	font-family: "Lato", "Trebuchet MS", Arial, sans-serif;
	font-size: smaller;
	font-weight: 700;
}

.feature-box-title {
	padding: 1rem 0 0 !important;
	font-size: 1.3rem ! Important;
	font-weight: 700 !important;
	font-family: "Lato", "Trebuchet MS", Arial, sans-serif;
}

.dept-employees h3{
	font-family: "Lato", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 0.6rem;

}
.container h4,  .container .h4 {
	font-size: 1.2rem;
	font-family: inherit;
	font-weight: 600;
	padding-bottom: 0.6rem;
}

.alert-secondary {
	--bs-alert-bg: #f6f6f6;
}

.form-control {
	padding: 1rem 1.5rem;
}

.btn-outline-gold {
	color: #806806;
	border-color: #806806;
}

.uaa {
	background: #00855f;
	color: #fff !important;
}

.uaf {
	background: #1e5c8d;
	color: #fff !important;
}

.uas {
	background: #059ac7;
	color: #fff !important;
}

.statewide, .so {
	background: #004895 !important;
	color: #fff !important;
}

a.px-2.username {
	color: #dedede;
}

.accordion-item:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.accordion-button:not(.collapsed) {
	background-color: rgb(192 192 192 / 20%);
}

.accordion-body .row {
	padding: 0.5rem 0;
}

.accordion-item {
	margin: 0.5rem 0;
}

.org-list {
	list-style: none;
	padding-left: 1.5em;
	border-left: 3px solid #ccc;
	font-family: sans-serif;
	font-size: 1rem;
}

.org-list li {
	margin: 0.5em 0;
	padding-left: 0.5em;
	position: relative;
	list-style: none;
}

.org-lis li:first-child::before {
	content: "" !important;
}

.org-list li::before {
	content: "\21B3";
	position: absolute;
	left: -1.2em;
	color: #888;
}

.panel-header {
	font-weight: 700;
	color: #000000;
	font-size: 1.2rem;
}
#searchResultsPeople .panel-header,
#searchResultsDept .panel-header{ 
	font-size: 1.1rem;
}

.form-control {
	font-size: 1rem;
}

.directory-search .btn.search-type-button,
.btnSearch {
	text-transform: uppercase;
}
@include media-breakpoint-up(sm) {
	.search-type-button {
		width: 15rem;
		font-size: 1rem;
	}}

.search-type-button:after {
	width: 0;
	height: 0;
	position: absolute;
	bottom: -24px;
	left: 50%;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	content: "";
	display: block;
	margin-left: -7px;
	opacity: 1;
	-webkit-transform: translateY(-14px);
	transform: translateY(-14px);
	-webkit-transition: opacity 0.25s, -webkit-transform 0.2s;
	transition: opacity 0.25s, -webkit-transform 0.2s;
	transition: opacity 0.25s, transform 0.2s;
	transition: opacity 0.25s, transform 0.2s, -webkit-transform 0.2s;
}

.btn-secondary.search-type-button:after {
	border-color: #12738f transparent transparent transparent;
}

.btn-secondary {
	background: #12738f;
	border-color: #12738f;
}

.btn-outline-secondary {
	--bs-btn-color: #1482a2;
	--bs-btn-border-color: #1482a2;
	--bs-btn-hover-bg: #1482a2;
	--bs-btn-hover-border-color: #1482a2;
	--bs-btn-focus-shadow-rgb: 143, 147, 151;
	--bs-btn-active-bg: #1482a2;
	--bs-btn-active-border-color: #1482a2;
	--bs-btn-disabled-color: #1482a2;
	--bs-btn-disabled-border-color: #1482a2;
}

.directory-search .search-type-button-active {
	position: relative;
	overflow: visible;
}

.directory-search .btn-outline-light {
	color: #000000 !important;
	border: solid 1px #ccc;
}

.directory-search .btn-check:checked + .btn,
.directory-search :not(.btn-check) + .btn:active,
.directory-search .btn:first-child:active,
.btn.active,
.btn.show {
	border-color: #ccc;
	font-weight: 600;
	background: #eee;
}

.directory-search .btn-check + .btn:hover {
	background-color: #eee;
	border-color: #d0d4d9;
}

.badge {
	position: relative;
	top: -1px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	font-size:1rem;
}
.pagename {
	padding-bottom: 0.5rem;
	color: #062c66;
}

.dept_detail, .user_detail {
	color: #495057;
	text-decoration: none;
	background-color: #ffffff;
}
.dept_detail:hover, .user_detail:hover {
	color: #495057;
	text-decoration: none;
	background-color: #ffffff !important;
}

.dept_detail_header, .user_detail_header {
	width: 100%;
	padding: 20px;
	border: 1px solid #e7e7e7;
	background-color: rgb(192 192 192 / 20%);
}

.currentDept
{
	font-weight: bold;
}

.employee-listing-header {
	background: #f7f8f9;
	font-weight: 700;
	padding: 0.4rem 0;
}

.container.dept-employees {
	padding: 2rem;
}
.row.employee-listing {
	padding: 0.4rem 0;
}

a.subdepartments {
	padding: 1rem;
	font-weight: 700;
}

.panel-title {
    text-wrap: auto;
}

/* Styles apply only to viewports less than 768 wide */
@media (max-width: 768px) {
	.employee-listing-header {
		display:none; 
	}
	.col-md-3.emp-name {
		font-weight: 700;
	}
}

/* Styles apply only to viewports less than 576px wide (portrait phones) */
@media (max-width: 575.98px) {
	.alert-public {
		display: none !important;
	}
	section.py-5 {
		padding-top: 0rem !important;
	}
	.badge {
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 0.8rem;
	}
	.col-1 {
		width: 12%;
	}
	.col-3 {
		width: 100%;
	}
	.text-end {
		text-align: left !important;
	}
	.col-12.fw-bold.text-end {
		text-align: right !important;
	}
}
