/*********************************** 
* Modal Error, Success, and Warning Boxes
*
* Original author: Mike Rose
* Modified by: Joe Ross
* Blue Communications Inc. 2016
***********************************/

/************ MODAL Alerts Styling ************/

.feedback  {max-width: 400px !important; margin: 0 auto;}

.popup_notification_container  {
	color: #FFF;
}

.error_color, .warning_color, #id_modal_error_body, #id_modal_warning_body  {background-color: #8C1F27;}

.success_color, #id_modal_succ_body  {background-color: #177A41;}

.confirm_color, #id_modal_confirm_body  {background-color: #00b6cf; color: #FFF;}

#confirm_buttons  {width: 100%; height: auto; text-align: center;}

#id_modal_error_body, #id_modal_warning_body, #id_modal_succ_body  {
	text-align: center;
	color:  #FFF;
}

.popup_exit  {
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
	color: transparent;
	float: right;
	background-image: url('../images/popupexit.svg');
	background-size: 20px 20px;
	background-repeat: no repeat;
	margin: 10px;
	cursor: pointer;
}

.popup_notification  {
	width: 30%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}

.popup_notification img {
	width: 100%;
	height: auto;
}