﻿.configureAlertPanel {
	width: 360px;
	height: calc(100%);
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	overflow-y: auto;
	overflow-x: hidden;
	border: solid 0 #aaa;
	border-radius: 0;
	color: grey;
}

	.configureAlertPanel .scrollbox {
		height: calc(100% - 190px);
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
	}

.configureNotificationPanelTop {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}


.configureNotificationPanelHeaderText {
	font-size: 18pt;
	font-weight: bold;
}

.btnAlertsClose {
	cursor: pointer;
	margin-right: 10px;
	margin-top: 10px;
}

label.btn.btn-default {
	font-size: 12px;
	color: #808080;
}