@import '../../../../../styles/variables';

.APMPanelSeries {
	border-radius: 4px;
	overflow: hidden;

	&-header {
		padding: 0 18px;
	}

	&-container {
		overflow: hidden;
		border-radius: 4px;
		box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
	}

	&-main {
		padding: 18px;
		display: flex;
		width: 100%;
		height: calc(100% - 65px);
		overflow-y: auto;
		font-size: 16px;

		&-flat {
			border: 1px solid @blue-gray-light;
			border-top: none;
			border-radius: 0 0 4px 4px;
		}
	}
}
