#logout_prompt  {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-image: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.show_logout  {display: inherit !important;}

#logout_prompt_inner  {
	width: 400px;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.75);
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

#logout_message_container  {
	width: 100%;
	height: auto;
	background-image: url('../images/bp_logo_login.svg');
	background-size: auto 80%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 30px;
}

#logout_message_container_inner  {
	width: 100%;
	height: auto;
	padding: 14px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 32px;
	color: #51a6cc;
	text-align: center;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.9);
}

#logout_button_container  {
	width: 100%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	padding: 0 30px 30px 30px;
}

.logoutformbuttons  {
	width: 50%;
	height: auto;
	float: left;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	line-height: 46px;
}

#logoutconfirm  {
	background-color: #7e1517;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#logoutconfirm:hover  {background-color: #ae272b;}

#logoutcancel  {
	background-color: #51a6cc;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#logoutcancel:hover  {background-color: #37d1c9;}