﻿body { margin: 0px }
body .login-container .login-box { width: 600px; }
body.page-container-boxed .page-container {
    width: 1000px;
}
h1 {
    font-size: 32pt !important;
    font-style: italic !important;
}

h2 {
    font-size: 30pt !important;
    font-style: italic !important;
}

h3 {
    font-size: 16pt !important;
}

label {
	font-size: 15pt;
  font-weight: 100 !important;
}

button.close:hover {
	color: #FFF !important;
	opacity: 1;
	background-color: transparent !important;
}

body.page-container-boxed {
    padding: 20px 0px;
}

body .page-content {
	background: #FFF !important;
}
.site-header {
    float: left;
    width: 100%;
    padding: 10px 15px;
    height: 240px;
}

body .login-body { margin-top: 10px; margin-bottom: 10px; background-color: rgba(0,0,0,0.1);}
body .login-container { font-size: 14px; background-color: #FFF; }
body .login-logo { min-height: 200px; }

.login-body button.loginBtn--facebook {
	font-size: 18px !important;
	border: none !important;
	color: #FFF !important;
}
.loginBtn--facebook,
.loginBtn--facebook.mobile,
.loginBtn--facebook:hover, 
.loginBtn--facebook:focus {
	color: #FFF !important;
	border: none !important;
}

.x-navigation.x-navigation-horizontal { height: 50px; }
.x-navigation.x-navigation-horizontal > li.last > a { 
	border-radius: 0; 
    padding: 13px 10px;
}
.contact-lbl{
     font-size: 15pt !important;
}

.widget-status-title {
	font-size: 42px;
	line-height: 45px;
	font-weight: 300;
	width: 100%;
	float: left;
	text-align: center;
} 
.widget-status-subtitle {
	font-size: 18pt;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	width: 100%;
	float: left;
	text-align: center;
	padding: 5pt;
} 
 .widget.widget-status {
	color:#242222;
	border: 2px solid #9d2129;
} 
.widget-reward-title {
	height: 52px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.1;
} 
 .widget-reward-description {
	min-height: 170px;
	padding-bottom: 5px !important;
}
p {
	margin: 0 0 10px;
} 
 .widget-reward-button, .widget-earning-button {
	margin: 0 10px 10px;
	float:right;
} 
 .widget-reward {
	min-height: 235px;
} 
 .salutation-lbl, .salutation-formal-lbl {
	display: none;
} 
 .widget-title {
	padding: 5pt;
	color: #FFF;
} 
 .widget .widget-subtitle {
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 15px;
	color: #FFF !important;
}
.widget-subtitle {
	padding: 5pt;
} 
 .widget.widget-viplevel {
	padding-top: 25px;
	border: 0px;	
}
.alert-success {
    background-color: #fff;
    color: #9c2429;
    border-color: #9c2429;
}
.alert-warning {
    margin-bottom: 0px;
	border: none;
}

.ng-hide { display: none!important }

/*
.reward-points-redeem-lbl{
	display: none;
}
*/

.loginBtn--facebook:before {
	border-right: #364e92 0px solid;
}

#activity-panel, #reward-panel {
	overflow: auto;
	max-height: 400px;
	max-width: 100%;
}

#reward-panel table {
	width: 100%;
}

#activity-panel table, #reward-panel table {
	background-color: #FFF;
	border-left: 1px #ddd solid;
}

#nextstay-panel table tr th, 
#nextstay-panel table tr th, 
#activity-panel table tr th, 
#activity-panel table tr td, 
#reward-panel table tr th, 
#reward-panel table tr td {
	padding: 5px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

#nextstay-panel, #reward-panel {
	overflow: auto;
	max-height: 400px;
	max-width: 100%;
}

#nextstay-panel table, #reward-panel table {
	background-color: #FFF;
	border-left: 1px #ddd solid;
}

.loading-screen { height: 100%; width: 100%; postion: absolute; background: #FFF; }
.loading-screen p { color: #000; top: 45%; left: 49%; position: absolute; }

.external-providers { width: 100%; margin: 0px; padding: 0px; }
.external-providers ul li { width: 100%; margin: 15px 15px 0; padding: 0; }
.external-providers ul li a { width: 100%; margin: 0; }

.language-switcher {
    position: absolute;
    right: 30px;
    top: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	
	display: none;
}

.language-switcher.loaded {
	display: block;
}

.language-switcher ul li {
    display: inline-flex;
}
.language-switcher button.language-option {
    padding: 0 5px;
	color: #b7b7b7 !important;
    background-color: #fff !important;
	text-decoration: none;
    font-size: 12px !important;
	border: 1px solid #E5E5E5 !important; 
}
.language-switcher ul li:first-child button.language-option {
	border-radius: 4px 0 0 4px;
}
.language-switcher ul li:last-child button.language-option {
	border-radius: 0 4px 4px 0;
}

.language-switcher button.language-option:hover, .language-switcher button.language-option.active:hover {
  color: #fff !important;
    background-color: #33414e  !important;
	border: 1px solid #33414e !important;
}
.language-switcher button.language-option.active {
	color: #fff !important;
    background-color: #33414e  !important;
	border: 1px solid #33414e !important;
}
.language-switcher button.language-option img {
	height: 25px;
}

.language-switcher select {
	font-size: 15px;
	padding: 5px 10px;
}