h2.title {
	text-align: center;
}
.preface {
	text-align: center;
}
.postface {
	margin-top: 1em;
	text-align: center;
}
div.fields {
	display: table;
	margin: 1em auto 1em auto;
}
.field_name {
	text-align: left;
}
.field_value {
	text-align: left;
}
.general_terms {
	margin-bottom: 30px;
}
.general_terms > div {
	font-size: inherit;
	font-family: inherit;
	text-align: center;
	margin-top: 15px;
}
.general_terms label {
	text-align: center;
	vertical-align: text-bottom;
}
.general_terms input[type=checkbox] {
	vertical-align: text-bottom;
}
.login_form {
	margin-top: 20px;
}
.login_form_sep {
	display: flex;
	align-items: center;
	margin-top: 20px;
	justify-content: center;
}
.login_form_sep:before, .login_form_sep:after {
	content: "";
	flex: 0 0 25%;
	height: 1px;
	margin: 0 10px;
	border-top: 1px solid;
}
.buttons {
	padding-top: 1em;
	text-align: center;
}
.error_msg {
	text-align: center;
	color: red;
}
.error_box {
	margin: 0.5em;
	background-color: #942724;
	border: 1px solid #6e0000;
	text-align: center;
	color: white;
	padding: 0.2em;
}
p.info, div.info {
	color: gray;
	font-size: smaller;
	text-align: center;
}
.box .data span.fields {
}
.box .info span.values {
	font-weight: bold;
}
.box .data span.values {
	font-style: oblique;
	font-weight: bold;
	color: #c8001a;
}
.calling_code {
	float: left;
	width: 200px !important;
	margin-right: 5px !important;
}
div.message {
	display: inline-block;
	max-width: 90%;
	min-width: 50%;
	background-color: #E2E2E2;
	border: 1px solid black;
	padding: 1em 1em 1em 1em;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
div.message img {
	max-width: 100%;
}
.login_buttons {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.login_buttons form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.login_buttons.btn form {
	gap: 10px;
	flex-direction: column;
	align-items: center;
}
.login_buttons button:not(:disabled) {
	cursor: pointer;
}
.login_buttons.icon button {
	margin: .6em .7em .6em .7em;
	border: none;
	border-radius: .6em;
	padding: 0;
	text-align: left;
	background-color: rgba(255,255,255,0);
}
.login_buttons.btn button {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: left;
	text-wrap: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #ced4da;
	padding: .575rem .75rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background-color: #fff;
	min-width: 350px;
}
.login_buttons.btn button img {
	width: 21px;
	float: left;
	margin-right: 10px;
}
.login_buttons.btn button span {
	display: block;
	text-align: center;
	padding-top: 2.2px;
}
.login_buttons.btn .linkedin img {
	height: 21px;
	width: auto;
}
.login_buttons.icon button:focus {
	outline: unset;
}
.login_buttons.icon button:hover {
	transform: scale(1.1);
}
.login_buttons.icon button img {
	width: auto;
	height: 5em;
	vertical-align: middle;
}
.login_buttons.icon button span {
	display: none;
}
.login_buttons.icon .ticket, .login_buttons.btn .ticket img {
	background-color: #a8c34b;
}
.login_buttons.icon .paypal, .login_buttons.btn .paypal img {
	background-color: #1e487c;
}
.login_buttons.icon .payzen, .login_buttons.btn .payzen img {
	background-color: #3775ba;
}
.login_buttons.icon .ldap {
	background-color: white;
}
.login_buttons.icon .free_access, .login_buttons.btn .free_access img {
	background-color: #968dbc;
}
.login_buttons.icon .facebook {
	text-align: center;
}
.login_buttons.icon .twitter, .login_buttons.btn .twitter img {
	background-color: black;
}
.paypal_profile {
	position: relative;
	background-color: #b1cd4f;
	border: 1px solid black;
	margin: .75em 1em .75em 1em;
	width: 25em;
	padding: .5em;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: top;
	color: black;
	text-align: justify;
}
.paypal_profile:active:not([disabled]) {
	background-color: #99b144;
}
.paypal_profile[disabled] {
	color: gray;
	border-color: grey;
	cursor: default;
}
.paypal_profile img {
	float: left;
	width: 4em;
	height: 4em;
}
.paypal_profile span.description {
	text-align: justify;
	margin-bottom: 1.2em;
}
.paypal_profile span.price {
	position: absolute;
	font-weight: bold;
	bottom: 0.2em;
	right: 0.5em;
}
table.result {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
}
table.result td, table.result th {
	padding: 0.5em;
}
table.result th {
	background-color: #dcdcdc;
	text-align: left;
}
table.result tr:nth-child(odd) {
	background-color: #f3f3f3;
}
table.result tr:nth-child(even) {
	background-color: #ffffff;
}
table.result td.none {
	text-align: center;
	font-style: italic;
	color: #666666;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	color: #666;
	background-image: url("/custom/hotel-restaurant-bellevue/css/background.jpg");
	background-size:cover;
}
ul, ol, dl {
	
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #28590A;
	
	margin-top: 0;
	padding-right: 15px;
	
	padding-left: 15px;
}
h2 {
	color: #28590A;
	font-size: 200%;
	margin-bottom: 0px;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h4 {
	color: #000;
}
p {
	font-weight: bold;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #85121c;
}
a img {
	
	border: none;
}
a:link {
	color: #42413C;
	
	text-decoration: underline; 
}
a:visited {
	color: #42413C;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	
	text-decoration: none;
}
.container {
	width: 850px;
	
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.75);

}
#logo {
	
}
.header {
	
	position: relative;
	overflow: visble;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	background-image: url("/custom/hotel-restaurant-bellevue/css/header_back.png");
	background-color: rgba(0,0,0,0.85);
}
.box {
	margin-top: 1em;
}
.box div {
	
	display: table;
	background-color: #E2E2E2;
	color: #000;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em 1em 1em;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.box .title {
	font-family: 'jockey_oneregular', Arial, Helvetica, sans-serif;
	color: #303030;
	font-weight: bold;
}
.box .info {
	font-size: 0.8em;
}
.box .info .values {
	font-weight: bold;
}
.box .data .values {
	font-style: oblique;
	font-weight: bold;
}
.paypal_color {
	
	color: #7BA6CD;
}
.sms_info {
	color: #909393;
	font-style: italic;
	font-size: 0.7em;
	float: right;
	margin-right: 2em;
}
.content {
	background: rgba(255,255,255,0.75);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;	
}
#footer {
	height: 60px;
	background-color: rgba(255,255,255,1);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0;
}
.footer {
	font-size: 10px;
	color: #000;
	padding-top: 0px;
	text-align: center;
	word-spacing: 5px;
}
#footer_left {
	float: left;
    position: relative;
	text-align: left;
    
}
#footer_right {
	float: right;
	position: relative;
	width: 300px;
	text-align: right;
}
