﻿
#banner .Notification-Header {
	display: flex;
	align-items: center;
	height: 50px;
}

	#banner .Notification-Header img {
		width: 50px;
		float: left;
	}

	#banner .Notification-Header div {
		text-align: center;
		width: 80%;
		font-size: 16pt;
	}

#banner .Notification-Message, #banner .Notification-Footer {
	padding: 10px;
}


#banner .Notification-Header-contact {
	display: flex;
	align-items: center;
	height: 50px;
}

	#banner .Notification-Header-contact img {
		width: 150px;
		margin: auto;
	}

	#banner .Notification-Header-contact div {
		text-align: center;
		width: 80%;
		font-size: 16pt;
	}

#banner .link-Boson {
	color: blue !important;
	text-decoration: underline !important;
}

/*estilos para banner de forbidden dealers*/
.notificationForbiddenDealer .modal-header {
	background: #ff0000 !important;
}

.notificationForbiddenDealer .modal-header button {
	font-size: xx-large;
}

.notificationForbiddenDealer #bannerLabel {
	font-weight: bold;
	font-size: xx-large;
	color: white;
}

.notificationForbiddenDealer #logoBosonTiBanner {
	width: 300px !important;
	margin: auto;
}

.notificationForbiddenDealer .Notification-Message, .notificationForbiddenDealer .Notification-Footer {
	padding: 10px;
	background: yellow;
	font-size: xx-large;
	text-align: justify;
}