.activity-widget {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	height: auto;
	overflow: visible;
	overflow-x: hidden;
}

.activity-header {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	height: auto;
	clear: both;
	padding: 1%;
	color: white;
	box-sizing: border-box;
	background: #3852cb;
	border-radius: 5px 5px 0px 0px;
}

.activity-header:hover {
	cursor: pointer;
}

.activity-header.expanded {
	background: #3852cb;
}

.activity-content {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	box-sizing: border-box;
}

.activity-title {
	width: 60%;
	float: left;
	font-size: 16px;
	padding: 3px;
	clear: both;
}

.activity-subtitle {
	width: 100%;
	float: left;
	clear: both;
	font-size: 13px;
	padding: 3px;
	padding-left: 10px;
	color: #333;
}

.activity-subtitle-container {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	background: #E9E9E9;
	padding: 5px 0px;
}

.activity-detail {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #E9E9E9;
	clear: both;
	padding-bottom: 10px;
}

.activity-expand-button {
	position: relative;
	float: right;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	object-fit: contain;
	height: 30px;
	width: 30px;
}

.activity-btn-new {
	position: relative;
	float: right;
	background: white;
	font-size: 14px;
	color: #3852cb;
	border-radius: 5px;
	width: auto;
	min-width: 100px;
	height: 30px;
	text-align: center;
	padding: 5px 10px;
	margin-right: 10px;
}

.activity-btn-new:hover {
	cursor: pointer;
	border: 1px solid #3852cb;
}

.activity-history-title {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	font-weight: bold;
	color: #462a52;
	padding: 10px;
	font-size: 14px;
	border-bottom: 1px solid #d0d0d0;
}

.activity-history-item {
	position: relative;
	float: left;
	width: 98%;
	clear: both;
	background: white;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	border-left: 4px solid #3852cb;
	box-sizing: border-box;
}

.activity-history-item-title {
	font-weight: bold;
	color: #3852cb;
	font-size: 14px;
	margin-bottom: 5px;
}

.activity-history-item-date {
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}

.activity-history-item-detail {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}

.activity-history-item-actions {
	position: relative;
	float: right;
	width: auto;
	margin-top: 10px;
}

.activity-btn-edit {
	position: relative;
	float: left;
	padding: 5px 15px;
	margin-right: 10px;
	background: #3852cb;
	color: white;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}

.activity-btn-edit:hover {
	cursor: pointer;
	background: #2841aa;
}

.activity-btn-delete {
	position: relative;
	float: left;
	padding: 5px 15px;
	background: #d9534f;
	color: white;
	border-radius: 3px;
	font-size: 12px;
	text-align: center;
}

.activity-btn-delete:hover {
	cursor: pointer;
	background: #c9302c;
}

.activity-no-data {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #999;
	font-style: italic;
}

.activity-history-content {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
