/* ======================================================== */
/* Alerts */

#elAlert {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
	padding: 15px;
}

	#elAlert .ipsDialog_title{
		white-space: normal;
	}

	#elAlert > div {
		flex: 0 1 600px;
		max-height: 100%;
		overflow: hidden;
		display: flex;
	}

	#elAlert .ipsForm{
		flex: 1 1 100%;
		display: flex;
		flex-direction: column;
	}

		#elAlert .ipsForm > *{
			flex: 0 0 auto;
		}

		#elAlert .ipsDialog_title .fa{
			opacity: .6;
			margin-right: .3em;
			font-size: 14px;
			vertical-align: 0.1em;
		}

		#elAlert .ipsType_richText{
			flex: 1 1 auto;
			overflow-y: auto;
		}