/* INFO SYSTEM */

.info-system {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 58px;
	right: 0px;
	width: 0px;
	overflow-x: auto;
	overflow-y: auto;
	transition: 0.5s;
}

.info-system-active {
	width: 400px;
}

.arcus-info-system-messages-container {
	width: 100%;
	height: 50%;
}

.arcus-info-system-reports-container {
	width: 100%;
	height: 40%;
}

.arcus-info-system-messages-list {
	overflow-y: auto;
	height: 100%;
}

.arcus-info-system-messages-header {
	height: 50px;
}
