/**
 * css
 */

.ucp-profile-status,
.ucp-profile-status * {
	box-sizing: border-box;
}

.ucp-profile-status {
	width: 100%;
	margin: 10px 0;
	padding: 0 10px;
	display: block;
}

.ucp-profile-status-add .ucp-profile-status-field {
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}

.ucp-profile-status-add .ucp-profile-status-field:last-of-type {
	margin: 0;
}

.ucp-profile-status-add .ucp-profile-status-field label {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	display: block;
	font-size: 10px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.ucp-profile-status-add .ucp-profile-status-field input[type="text"] {
	width: 100%;
	max-width: 480px;
	padding: 10px;
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.ucp-profile-status-add .ucp-profile-status-field input[type="text"]:focus {
	border-color: #0A8ED0;
	outline: none;
}

.ucp-profile-status-add .ucp-profile-status-field .status-colour-select {
	width: 100%;
	margin: 0;
	display: block;
}

.ucp-profile-status-add .ucp-profile-status-field .status-colour-select label {
	width: 100%;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
}

.ucp-profile-status-add .ucp-profile-status-field .status-colour-select label:last-of-type {
	margin: 0;
}

.ucp-profile-status-add .ucp-profile-status-field .status-colour-select label input[type="radio"] {
	margin-right: 5px;
}

.ucp-profile-status-add .ucp-profile-status-field .ucp-profile-status-add .button {
	font-weight: 300;
}

.ucp-profile-status-templates {
	margin-top: 30px;
}

.ucp-profile-status-templates ul,
.ucp-profile-status-templates li {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.ucp-profile-status-templates ul {
	margin-top: 10px;
}

.ucp-profile-status-templates li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ucp-profile-status-templates li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.ucp-profile-status-templates .status-meta,
.ucp-profile-status-templates .status-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-status-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.profile-status-wrapper.topic {
	margin: -5px 0 10px 6px;
}

.profile-status-wrapper.pm {
	margin: -2px 0 10px 8px;
}

@media (max-width: 700px) {
	.profile-status-wrapper.topic,
	.profile-status-wrapper.pm {
		margin: 14px 0 1px 0;
	}
}

.profile-status-colour-circle {
	border: 1px solid #eeeeee;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	display: block;
	border-radius: 100%;
	position: relative;
	font-size: 0;
}

.profile-status-button {
	background-color: #125098;
	border: 1px solid transparent;
	width: auto;
	margin: 0 2px;
	padding: 3px 6px;
	display: inline-block;
	border-radius: 3px;
	color: #ffffff;
	font-size: 10px;
	line-height: 10px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
}

.profile-status-button:hover {
	background-color: #ffffff;
	border-color: #125098;
	color: #125098;
}

.profile-status-button.danger {
	background: #ff0000;
	color: #ffffff;
}

.profile-status-button.danger:hover {
	background-color: #ffffff;
	border-color: #ff0000;
	color: #ff0000;
}

.profile-status-dropdown-no-results {
	padding: 5px !important;
}

.profile-status-dropdown-utils {
	background: rgba(0, 0, 0, 0.05);
	margin: 5px -5px -5px !important;
	padding: 5px !important;
}
