/*
GLOBE-6499: On a country's About and Contacts page, delegated users are not able to reorder the contacts
.toggle-controls allows the Toggle Edit Controls to remain visible (in the shape of an eye, located in the Control Nav Menu)
*/
a.control-menu-icon.toggle-controls {
	display: block!important;
}

#contact-item-header-input {
	max-width: 30rem;
}

.contact-container .contact-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#col-size-selector {
	width: auto;
}

#contact-selected-user .container-fluid {
	padding: 0 !important;
}

.user-controls {
	float: right;
}

hr.contact-hr {
	margin-top: 0;
	margin-bottom: 3rem;
}

.contact-item {
	margin-bottom: 3rem;
}

.item-container {
	display: flex;
}

.item-info {
	width: 100%;
	overflow: auto;
}

.other-item {
	margin-bottom: 20px;
	display: flex;
}

.other-item .other-item-info,
#item-contaner .item-info {
	width: 75%;
}

.other-item .other-item-img,
.item-container .item-img,
.other-item .other-item-info,
.item-container .item-info {
	display: inline-block;
}

.other-item .other-item-img, .item-container .item-img {
	height: 120px;
    width: 100px;
	min-width: 100px;
    overflow: hidden;
    position: relative;
	margin-right: 20px;
}

.other-members-list {
	margin-left: 1px;
}

#reloadModal {
    display: none;
}

#reloadModal .close {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #644223;
}

.contact-alloy-editor-container {
    border: black;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

.ae-ui .ae-dropdown .ae-listbox > * {
	display: none;
}

.ae-ui .ae-dropdown .ae-listbox .ae-list-header {
	display: none;
}

.ae-ui .ae-dropdown .ae-listbox > li:first-of-type, .ae-ui .ae-dropdown .ae-listbox > li:nth-of-type(6) {
	display: block;
}

.ae-ui .ae-toolbars .ae-toolbar-add {
	z-index: 900!important;
}

.globe-form-wrapper .control-label {
	width: 100%;
	padding: 0;
	font-size: 1.25rem;
	margin-bottom: .5rem;
}

.contact-radio-container label {
	display: flex;
	align-items: center;
	gap: .5rem;
}

@media (min-width: 992px) {
	#reloadModal .close {
		top: 15px;
		right: 15px;
	}
}

/*DataTable Pagination */
#orgUserTable_wrapper .dataTables_info {
	padding-top: 1.4rem !important;
}
#orgUserTable_wrapper .dataTables_paginate ul.pagination {
	margin-right: .3rem;
}