/* styles for singleLogout.jsp */
body {
	background: #f0f0f0;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	position: relative;
	cursor: auto;
}

.bb-login {
	background-color: #272727;
	padding-top: 0;
}

#single_logout_div {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-box;
	-webkit-box-pack: center; /* justify-content */
	-webkit-box-align: center; /* align-items */
}

#single_logout_warning_div {
	max-width: 650px;
	padding: 28px;
	font-size: 1rem;
}

#warning_message_logo {
	text-align: center;
	margin-bottom: 20px;
}

#warning_message_logo img {
	width: 290px;
}

#single_logout_warning_div .warning_content {
	color: #ffffff;
	margin-top: 20px;
}

.warning_message_button {
	margin-top: 20px;
	text-align: center;
  font-size: 1rem;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px;
  border: 3px solid #a05c9e;
}

#single_logout_warning_div .end_sso_session {
	background-color: #DADADA;
	box-shadow: inset 0 0 0 2px #DADADA;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid #aeaeae;
	color: #555;
	font-weight: bold;
	width: 100%;
}

#single_logout_warning_div .keep_sso_session {
	color: #333333;
}

@media only screen and (max-width:640px) {
	#single_logout_warning_div {
		width: 90%;
		margin: 20% auto;
	}
}

@media only screen and (max-width:960px) {
	#error_message_body {
		width: 60%;
		margin: 20% auto;
	}
}

body div.lb-overlay {
    background: #444;
}

div.lb-wrapper div.lb-content {
    background-color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.alignPanelLightbox {
    min-height: 100px;
    min-width: 200px;
    padding: 10px 12px;
}

.button-1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .875rem;
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 0 0 2px #333;
    border-radius: 2px;
    transition: -webkit-transform 100ms, background-color 250ms, color 250ms, box-shadow 250ms, opacity 250ms;
    transition: transform 100ms, background-color 250ms, color 250ms, box-shadow 250ms, opacity 250ms;
    line-height: 1.4;
}

.lb-wrapper {
	width: auto !important;
	height: auto !important;
}
